:root {
  --accent-dark: #4774CC;
  --accent-light: #bccae5;
  --rigorous: #d62021;
  --unbiased: #000005;
  --true: #237bbd;
  --sans: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  --serif: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  --vh: 1vh;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 20px;
  color: #666;
}
a,
a:visited {
  color: #4774CC;
}
a:hover,
a:active,
a:focus {
  color: #bccae5;
}
img:not([alt]) {
  outline: 3px solid red;
}
[aria-hidden] img:not([alt]),
[role="img"] img:not([alt]) {
  outline: none;
}
/* NPR standard partials */
footer {
  position: relative;
  z-index: 999;
  justify-content: flex-start;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .constrained {
  max-width: 700px;
  margin: auto;
}
footer .npr {
  margin-top: 44px;
}
footer .npr a,
footer .npr a:visited {
  color: white;
  text-decoration: none;
}
footer .npr a:hover,
footer .npr a:visited:hover,
footer .npr a:focus,
footer .npr a:visited:focus {
  color: #888;
}
footer .npr ul {
  border-top: 1px solid white;
  font-size: 0.8rem;
  padding-top: 22px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 501px) {
  footer .npr ul li {
    display: inline-block;
  }
}
body {
  background: #111;
  color: #eee;
}
#debugger {
  display: none;
  margin: 5px;
  padding: 5px;
  font-family: courier;
  position: fixed;
  top: 20px;
  z-index: 10000000;
  background-color: black;
}
#debugger.active {
  display: block;
}
.scroll-bug {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #93C16F;
  font-size: 0.85rem;
  padding: 1rem 0;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  margin-top: 5vh;
}
@keyframes drop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50%);
  }
}
.scroll-bug svg {
  display: block;
  margin: 10px auto;
  animation: drop 2s ease-in-out infinite;
}
.scroll-bug svg path {
  stroke: #93C16F;
  stroke-width: 6;
  fill: none;
}
hr {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: 200px;
  height: 50px;
  margin: 40px 0;
}
hr.shovel {
  background-image: url('./assets/synced/illo/resized/shovel.png');
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slide {
  clear: right;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slide a,
.slide a:visited {
  color: #ccc;
  text-decoration: none;
}
.slide a:hover,
.slide a:active,
.slide a:focus {
  color: #ccc;
}
.slide.section-opener b {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  padding-right: 2px;
  color: #fff;
}
.slide .backdrop {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  animation: none;
}
@media screen and (min-width: 769px) {
  .slide.opposing.align-left .backdrop {
    left: auto;
    right: 50%;
    transform: translateX(100%);
  }
  .slide.opposing .image-container {
    margin: 20px;
  }
  .slide .align-left .content,
  .slide .align-right .content {
    width: 50%;
  }
  .slide .align-left .content {
    float: left;
  }
  .slide .align-right .content {
    float: right;
  }
}
@media (min-width: 769px) {
  .slide.opposing .backdrop {
    width: 50%;
    max-height: 100%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-100%);
    flex-direction: column;
  }
}
.slide .inset {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 200px;
  max-width: 50%;
  display: none;
  z-index: -1;
  border: 3px solid white;
}
.slide .diptych {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 769px) {
  .slide .diptych {
    flex-direction: row;
  }
}
.slide .diptych .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  min-height: 0;
  min-width: 0;
  margin: 20px;
}
.slide .diptych img {
  display: block;
}
.slide .watermark {
  position: fixed;
  display: none;
  text-shadow: 0 0 8px #323232;
  font-style: italic;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 500px) {
  .slide .watermark {
    font-size: 12px;
  }
}
.boot-complete .slide .backdrop {
  position: fixed;
  opacity: 0;
  display: none;
}
.slide.exiting .backdrop {
  display: block;
  animation: fade-out 0.2s linear;
  opacity: 0;
}
.slide.active .backdrop {
  display: block;
  animation: fade-in 0.2s linear;
  opacity: 1;
}
.slide.active .watermark,
.slide.active .inset,
.slide.active .diptych-wrapper {
  display: block;
}
.slide.map .backdrop {
  animation: none;
  opacity: 1;
  object-fit: contain !important;
}
.slide .text {
  clear: both;
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-kerning: normal;
  letter-spacing: 0.02em;
  font-size: 17px;
  padding: 24px;
  background: rgba(34, 34, 34, 0.9);
  color: #eee;
  box-shadow: 0 24px 8px -8px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  margin: 5vh 40px 90vh;
  max-width: 500px;
  float: right;
}
.align-left.slide .text {
  float: left;
}
.align-center.slide .text {
  float: none;
  margin: 5vh auto 90vh;
}
@media screen and (max-width: 760px) {
  .align-center.slide .text {
    margin: 5vh 20px 90vh;
  }
}
@media screen and (max-width: 760px) {
  .slide .text {
    width: auto;
    font-size: 16px;
    padding: 20px;
    margin: 0;
    margin: 5vh 20px 90vh;
  }
}
.slide .caption {
  font-size: 75%;
  padding-top: 10px;
  font-style: italic;
  display: block;
  color: #aaa;
}
.slide .caption i {
  font-style: normal;
}
@media (max-width: 500px) {
  .slide .caption {
    padding-top: 10px;
  }
}
.slide .credit {
  font-style: italic;
  color: #787878;
  display: block;
  margin-top: 3px;
  font-size: 75%;
}
.slide .audio + .caption {
  margin-top: 0;
}
.slide.image .backdrop {
  object-fit: cover;
}
.slide .fade {
  height: 40vh;
  background-image: linear-gradient(to bottom, transparent, #111);
}
#title-the-gobi-desert.slide .fade {
  height: 90vh;
}
.slide.chart h1 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 10px;
}
.slide.chart h2 {
  font-size: 13px;
  color: white;
}
@media (max-width: 500px) {
  .slide.contain .backdrop {
    object-fit: contain;
  }
}
.slide .pullquote {
  border-left: 3px solid #4774CC;
  margin-left: 15px;
  padding: 10px;
}
figure.audio {
  margin: 25px 0 0 0;
}
figure.audio figcaption {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-bottom: 0px;
  color: #bccae5;
}
figure.audio button {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, border-color 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
figure.audio button:hover,
figure.audio button:focus {
  outline: none;
}
figure.audio button:active {
  transform: scale(0.99);
}
figure.audio svg path {
  fill: #bccae5;
}
figure.audio button.play,
figure.audio button.pause {
  height: 48px;
  width: 48px;
  backgound: transparent;
  background-repeat: no-repeat;
}
figure.audio button.pause {
  display: none;
}
figure.audio[data-status="play"] button.pause {
  display: block;
}
figure.audio[data-status="play"] button.play {
  display: none;
}
figure.audio[data-status="pause"] button.pause {
  display: none;
}
figure.audio[data-status="pause"] button.play {
  display: block;
}
figure.audio .counter {
  font-size: 14px;
  opacity: 0.8;
  color: #ccc;
}
figure.audio .caption {
  font-size: 16px;
  font-style: italic;
  color: #ccc;
  background: rgba(188, 202, 229, 0.3);
  padding: 3px 5px;
  margin-top: 11px;
  margin-left: calc(48px + 11px - 5px);
}
figure.audio .caption:empty {
  display: none;
}
figure.audio .player {
  display: flex;
  width: 100%;
  align-items: center;
}
figure.audio .player .btns {
  width: 48px;
  margin-right: 11px;
}
section#how-to {
  padding-bottom: 5vh;
}
.slide.text {
  background: #111;
  color: #ccc;
  padding: 20vh 0 60vh;
  filter: drop-shadow(0px 10px 6px black);
}
.slide.text .text {
  background: inherit;
  color: inherit;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  float: none;
  box-shadow: none;
  line-height: 1.7;
  font-size: 18px;
  max-width: unset;
}
@media (max-width: 500px) {
  .slide.text .text {
    font-size: 16px;
  }
}
.section-opener.slide.text .text::before {
  display: block;
  border-top: 1px solid white;
  content: "";
  margin: 32px auto;
  width: 50%;
  max-width: 200px;
}
.slide.text .text .content > div,
.slide.text .text .content hr,
.slide.text .text .content h3,
.slide.text .text .content h4,
.slide.text .text .content p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.slide.text .text .content > div.full-width,
.slide.text .text .content hr.full-width,
.slide.text .text .content h3.full-width,
.slide.text .text .content h4.full-width,
.slide.text .text .content p.full-width {
  max-width: 1024px;
}
.slide.text .text .content > div.hr-wrapper,
.slide.text .text .content hr.hr-wrapper,
.slide.text .text .content h3.hr-wrapper,
.slide.text .text .content h4.hr-wrapper,
.slide.text .text .content p.hr-wrapper {
  max-width: 200px;
  margin-top: 90px;
  margin-bottom: 75px;
}
.slide.text .text hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.slide.text .text h3 {
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-kerning: normal;
  letter-spacing: 0.02em;
  margin-top: 4rem;
  color: #93C16F;
  font-size: 1.8rem;
  line-height: 1.4;
}
.slide.text .text h4 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-top: 3rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.slide.text .text h4 > span {
  color: var(--subhed, #E7D684);
}
.slide.text .text h4 b {
  font-size: 2rem;
  display: inline-block;
  background-color: var(--subhed, #E7D684);
  color: #111;
  border-radius: 4px;
  text-align: center;
  width: 50px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.slide.text .text hr + h3 {
  margin-top: 0;
}
.slide.text .text b {
  color: #fff;
}
@media (max-width: 500px) {
  .slide.text .text .full-width video {
    object-fit: cover;
    width: 100%;
  }
}
.slide.text .text .image-container {
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
  align-items: center;
  grid-gap: 8px;
  max-width: 100%;
}
.slide.text .text .image-container img,
.slide.text .text .image-container video {
  width: 100%;
  height: auto;
}
@media (max-aspect-ratio: 1 / 1) {
  .slide.text .text .image-container {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
}
.slide.text + .slide .text {
  margin-top: 60vh;
}
.slide.text .photo-wrapper,
.slide.text .video-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slide.text .hr-wrapper {
  max-width: 200px;
}
.slide.text .hr-wrapper.hoses-kissing {
  max-width: 300px;
}
#transition-1.slide.text {
  padding-top: 0px;
  padding-bottom: 25vh;
}
p.centered {
  text-align: center;
  margin: 0px;
  font-size: 23px;
}
.z1a {
  background-color: #D6D6FD;
  color: #333;
}
.z1b {
  background-color: #c4c4f0;
  color: #333;
}
.z2a {
  background-color: #DCBAF4;
  color: #333;
}
.z2b {
  background-color: #DFACF0;
  color: #333;
}
.z3a {
  background-color: #E29EEC;
  color: #333;
}
.z3b {
  background-color: #E691E8;
  color: #333;
}
.z4a {
  background-color: #9C82E8;
  color: #333;
}
.z4b {
  background-color: #5274E8;
  color: #fff;
}
.z5a {
  background-color: #4B87B8;
  color: #fff;
}
.z5b {
  background-color: #459A89;
  color: #fff;
}
.z6a {
  background-color: #3FAD5A;
  color: #fff;
}
.z6b {
  background-color: #69B764;
  color: #fff;
}
.z7a {
  background-color: #93C16F;
  color: #333;
}
.z7b {
  background-color: #BDCB79;
  color: #333;
}
.z8a {
  background-color: #E7D684;
  color: #333;
}
.z8b {
  background-color: #E4C471;
  color: #333;
}
.z9a {
  background-color: #E2B35E;
  color: #fff;
}
.z9b {
  background-color: #E0A24B;
  color: #fff;
}
.z10a {
  background-color: #D38643;
  color: #fff;
}
.z10b {
  background-color: #C66A3B;
  color: #fff;
}
.z11a {
  background-color: #B94E33;
  color: #fff;
}
.z11b {
  background-color: #AD332C;
  color: #fff;
}
.z12a {
  background-color: #972A22;
  color: #fff;
}
.z12b {
  background-color: #822218;
  color: #fff;
}
.z13a {
  background-color: #6D1A0E;
  color: #fff;
}
.z13b {
  background-color: #581205;
  color: #fff;
}
.tDiff-8 {
  background-color: #3F4E6F;
}
.tDiff-7 {
  background-color: #576481;
}
.tDiff-6 {
  background-color: #6F7A93;
  color: #000;
}
.tDiff-5 {
  background-color: #8790A5;
  color: #000;
}
.tDiff-4 {
  background-color: #9FA6B7;
  color: #000;
}
.tDiff-3 {
  background-color: #B7BCC9;
  color: #000;
}
.tDiff-2 {
  background-color: #CFD2DB;
  color: #000;
}
.tDiff-1 {
  background-color: #E7E8ED;
  color: #000;
}
.tDiff0 {
  background-color: #FFFFFF;
  color: #000;
}
.tDiff1 {
  background-color: #F8E6DF;
  color: #000;
}
.tDiff2 {
  background-color: #F1CDBF;
  color: #000;
}
.tDiff3 {
  background-color: #EAB49F;
  color: #000;
}
.tDiff4 {
  background-color: #E39B7F;
  color: #000;
}
.tDiff5 {
  background-color: #DC825F;
  color: #000;
}
.tDiff6 {
  background-color: #D5693F;
  color: #000;
}
.tDiff7 {
  background-color: #CE501F;
}
.tDiff8 {
  background-color: #C73800;
}
.loading {
  font-family: courier;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #7b7b7b;
}
.zoneText,
.warmer,
.cooler {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  border-radius: 5px;
}
.mod .placeText {
  text-decoration: underline;
}
.mod .default {
  display: none;
}
.mod .default.active {
  display: inline-block;
}
.mod .warmer,
.mod .cooler {
  border-radius: 5px;
}
.mod .isDiff,
.mod .notDiff,
.mod .isSame,
.mod .notSame {
  display: none;
}
.mod .isDiff.show,
.mod .notDiff.show,
.mod .isSame.show,
.mod .notSame.show {
  display: contents;
}
.mod + p:empty {
  display: none;
}
#base-map {
  z-index: 0;
  clear: right;
  position: fixed;
  object-fit: cover;
  width: 100vw;
  height: calc(100 * var(--vh));
  overflow: hidden;
  top: 0;
  left: 0;
  animation: none;
  opacity: 0;
}
#base-map.active {
  animation: fade-in 0.2s linear;
  opacity: 1;
}
#base-map.exiting {
  animation: fade-out 0.2s linear;
  opacity: 0;
}
#base-map.explore-mode {
  z-index: 1000 !important;
}
@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#sticky-nav {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  z-index: 1020;
  position: fixed;
  top: 0;
  margin: 5px;
  cursor: pointer;
  user-select: none;
  pointer-events: all;
  transition: all 1s ease;
}
#sticky-nav.disabled {
  opacity: 0;
  pointer-events: none;
  top: -20px;
}
#sticky-nav #layer-button-nav {
  padding-top: 20px;
  left: -200px;
  position: fixed;
  top: 20px;
  transition: all 0.9s ease-in-out;
  display: block;
  pointer-events: none;
}
#sticky-nav #layer-button-nav.disabled {
  display: none;
}
#sticky-nav #layer-button-nav.active {
  left: -33px;
}
#sticky-nav .inner-nav {
  display: inline-block;
  float: left;
  background: white;
  color: #333;
  padding: 5px;
  border-radius: 5px;
  margin-left: 5px;
}
@media (max-width: 500px) {
  #sticky-nav .inner-nav.whereTo,
  #sticky-nav .inner-nav.dropdown {
    padding: 8px;
  }
}
#sticky-nav .inner-nav.disabled {
  opacity: 0;
  pointer-events: none;
  top: -20px;
}
#sticky-nav .inner-nav:hover {
  background-color: #ddd;
}
#sticky-nav .inner-nav.whereTo div {
  display: none;
}
#sticky-nav .inner-nav.whereTo div.active {
  display: inline-block;
}
#sticky-nav .inner-nav.layer {
  border-radius: 20px;
  clear: both;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}
#sticky-nav .inner-nav.layer:hover {
  padding-left: 45px;
}
#sticky-nav .inner-nav.layer.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
#sticky-nav .inner-nav.layer.active:hover {
  padding-left: 35px;
}
#sticky-nav .inner-nav.layer.active:before {
  content: "";
  background: linear-gradient(45deg, #D6D6FD, #c4c4f0, #DCBAF4, #DFACF0, #E29EEC, #E691E8, #9C82E8, #5274E8, #4B87B8, #459A89, #3FAD5A, #69B764, #93C16F, #BDCB79, #E7D684, #E4C471, #E2B35E, #E0A24B, #D38643, #C66A3B, #B94E33);
  position: absolute;
  top: -4px;
  left: -4px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  animation: glowing-button-85 150s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
}
#sticky-nav .inner-nav.legend {
  padding-right: 0px;
  clear: both;
  margin-left: -8px;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0px;
  margin-top: 3px;
  border: none;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 501px) {
  #sticky-nav .inner-nav.legend {
    padding-top: 10px;
    margin-top: 10px;
  }
}
#sticky-nav .inner-nav.legend:hover {
  padding-left: 35px;
}
#sticky-nav .inner-nav.legend .zone {
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 6px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#sticky-nav .inner-nav.legend .zone .zone-after {
  position: absolute;
  top: 1px;
  left: 40px;
  color: #333;
  padding-left: 5px;
  pointer-events: none;
  font-size: 14px;
  width: 1000px;
  filter: none;
}
#sticky-nav .inner-nav.legend .zone .zone-after span.triangle {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 16px solid #fff;
  display: inline-block;
}
#sticky-nav .inner-nav.legend .zone .zone-after span.detail {
  background-color: #fff;
  width: max-content;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  top: 0px;
  position: absolute;
  border-radius: 0 5px 5px 0px;
  font-weight: normal !important;
}
#sticky-nav .inner-nav.legend .zone .zone-after.warmest span,
#sticky-nav .inner-nav.legend .zone .zone-after.coldest span {
  font-style: italic;
}
#sticky-nav .inner-nav.legend .zone:first-child {
  border-radius: 0 5px 0px 0;
}
#sticky-nav .inner-nav.legend .zone:last-child {
  border-radius: 0 0 5px 0;
}
#sticky-nav svg {
  width: auto;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#geo-container .button,
.end-option-container .button {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
  background-color: pink;
  color: #000;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  width: calc(50% - 5px);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
  user-select: none;
}
#geo-container .button.surpriseMe,
.end-option-container .button.surpriseMe {
  background-color: lightseagreen;
}
.end-option-container {
  display: flex;
}
.end-option-container .button {
  text-align: center;
  display: flex;
  align-items: center;
  /* Vertically align text */
  margin: 10px;
  /* Optional: Add margin between inner divs */
  justify-content: center;
  background-color: lightseagreen;
}
.end-option-container .button:hover {
  opacity: 0.5;
}
.geo-buttons .surpriseMe:hover {
  opacity: 0.5;
}
.geo-buttons.disabled:hover {
  opacity: 1;
}
.geo-buttons.disabled .button {
  opacity: 0.5;
  pointer-events: none !important;
  cursor: default;
}
#sticky-legend {
  position: fixed;
}
#sticky-legend > div.active {
  border: 1px solid #fff;
  box-shadow: 4px 0px 7px 0px #fff;
  z-index: 100000;
}
#sticky-legend > div.active .zone-inner {
  font-weight: bold !important;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  position: relative;
  width: 36px;
  height: 17px;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}
.surprise-text,
.lds-ellipsis {
  display: none;
}
.surprise-text.active,
.lds-ellipsis.active {
  display: inline-block;
}
#intro-1 .text .content {
  text-align: center;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
#geo-container {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-top: -0.75rem;
  text-align: center;
}
#geo-container .search-wrapper {
  width: 100%;
  align-content: center;
  text-align: center;
}
#geo-container .search-wrapper .search-header {
  margin: 0 0 0.5rem 0;
  padding-top: 0;
  line-height: 1.2;
}
#geo-container .search-wrapper .search {
  max-width: 300px;
  display: block;
  margin: 10px auto 10px auto;
}
#geo-container .search-wrapper .search {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
#geo-container .search-wrapper autocomplete-input {
  color: #333;
  font-size: 1rem;
}
#geo-container .search-wrapper autocomplete-input input {
  height: 50px;
}
#geo-container .search-wrapper .no-data-msg {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 20px 5px 0px 5px;
}
#geo-container .search-wrapper .no-data-msg.is-hidden {
  display: none;
}
.maplibregl-ctrl-top-right {
  right: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease;
}
.explore-mode .maplibregl-ctrl-top-right {
  opacity: 1;
  pointer-events: all;
}
@keyframes walking {
  0% {
    left: 0;
  }
  49% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    left: calc(100% - 100px);
    top: -92px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  99% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes walkingScreen {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    left: calc(100% - 92px);
    rotate: 0deg;
  }
  5.1% {
    rotate: -90deg;
    top: calc(100% - 92px);
  }
  10% {
    rotate: -90deg;
    left: calc(100% - 92px);
    top: -8px;
  }
  10.1% {
    rotate: -180deg;
    left: calc(100% - 92px);
  }
  20% {
    top: -8px;
    left: -200px;
    rotate: -180deg;
  }
}
section.map {
  overflow: visible;
}
section.map .text {
  position: relative;
}
.pot {
  position: absolute;
  left: 0;
  top: -92px;
  width: 100px;
  height: 100px;
}
.pot2 {
  position: fixed;
  bottom: -8px;
  left: -200px;
  width: 100px;
  height: 100px;
  z-index: 10000;
  pointer-events: none;
}
.pot2.walking {
  animation: walkingScreen 120s linear infinite;
}
@media (min-width: 501px) {
  .pot2.walking {
    animation: walkingScreen 180s linear infinite;
  }
}
@media (prefers-reduced-motion) {
  .pot2.walking {
    animation: none;
  }
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.graphic svg {
  overflow: hidden;
}
.graphic .axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #454545;
}
.graphic .axis path,
.graphic .axis line {
  fill: none;
  stroke: #454545;
  shape-rendering: crispEdges;
}
.graphic .axis text {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.graphic .axis.y path {
  display: none;
}
.graphic .axis.y .tick line {
  display: none;
}
.graphic .grid path {
  display: none;
}
.graphic .grid .tick {
  stroke: #454545;
  color: #454545;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.graphic .grid.y g:first-child line {
  display: none;
}
.graphic .zero-line {
  stroke: #787878;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.graphic line,
.graphic rect {
  shape-rendering: crispEdges;
}
.graphic .bars rect {
  fill: #bccae5;
}
.graphic .labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.graphic .labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.graphic .labels li span {
  display: table-cell;
  vertical-align: middle;
}
.graphic .value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.graphic .value text.in {
  fill: #fff;
}
.graphic .value text.out {
  fill: #999;
}
.graphic .key {
  margin: 0 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.graphic .key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.graphic .key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.graphic .key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
#base-chart {
  z-index: 0;
  clear: right;
  position: fixed;
  object-fit: cover;
  width: 100vw;
  height: calc(100 * var(--vh));
  overflow: hidden;
  top: 0;
  left: 0;
  animation: none;
  opacity: 0;
}
#base-chart #dot-chart {
  background-color: #181818;
}
#base-chart.active {
  animation: fade-in 0.2s linear;
  opacity: 1;
}
#base-chart.exiting {
  animation: fade-out 0.2s linear;
  opacity: 0;
}
.average-text {
  border-bottom: 2px #fff dashed;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#base-chart #dot-chart text.text.zone {
  font-style: italic;
  fill: #fff;
  text-anchor: end;
  font-size: 16px;
  stroke: #000000;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  paint-order: stroke fill;
}
#base-chart #dot-chart .new-old-zone-label {
  opacity: 0;
  fill: #fff;
  paint-order: stroke fill;
  stroke: #646464;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#base-chart #dot-chart .new-old-zone-label.new {
  stroke: #000000;
  font-weight: 800;
}
#base-chart #dot-chart .label-line {
  opacity: 0;
}
#base-chart #dot-chart .label-min {
  paint-order: stroke fill;
  stroke: #111;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-style: italic;
  color: #fff;
  fill: #fff;
  opacity: 0;
}
#base-chart #dot-chart .chart-title {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  #base-chart #dot-chart .chart-title {
    font-size: 15px;
  }
}
#base-chart #dot-chart .chart-title span {
  color: #93C16F;
  white-space: nowrap;
}
#base-chart #dot-chart[data-frame="return-1"] .label-min.all,
#base-chart #dot-chart[data-frame="return-2"] .label-min.all,
#base-chart #dot-chart[data-frame="return-3"] .label-min.all,
#base-chart #dot-chart[data-frame="return-1"] .label-line.all,
#base-chart #dot-chart[data-frame="return-2"] .label-line.all,
#base-chart #dot-chart[data-frame="return-3"] .label-line.all {
  display: none;
}
#base-chart #dot-chart .axis path {
  display: none;
}
#base-chart #dot-chart .grid .tick,
#base-chart #dot-chart .axis line {
  stroke: #fff;
  color: #454545;
}
#base-chart #dot-chart .y.grid .tick:first-child {
  display: none;
}
#base-chart #dot-chart .avg-line {
  stroke-width: 3px;
  stroke: #fff;
  stroke-dasharray: 10 5;
}
#base-chart #dot-chart .dot.temperature {
  fill: #fff;
  fill-opacity: 0.3;
  stroke: #333;
  stroke-width: 2px;
  animation: dash 1s linear forwards;
}
#base-chart #dot-chart .bucket-outline {
  stroke: white;
  stroke-width: 5px;
}
#base-chart #dot-chart .bucket-outline.previous {
  stroke: #dedede;
  stroke-width: 1.5px;
}
#base-chart #dot-chart .bucket-outline,
#base-chart #dot-chart .bucket,
#base-chart #dot-chart .dot.temperature,
#base-chart #dot-chart .avg-line,
#base-chart #dot-chart text.text.zone,
#base-chart #dot-chart .label-min,
#base-chart #dot-chart .label-line,
#base-chart #dot-chart .new-old-zone-label {
  transition: all 1s ease;
  opacity: 0;
}
#base-chart #dot-chart .bucket-outline.active,
#base-chart #dot-chart .bucket.active,
#base-chart #dot-chart .dot.temperature.active,
#base-chart #dot-chart .avg-line.active,
#base-chart #dot-chart text.text.zone.active,
#base-chart #dot-chart .label-min.active,
#base-chart #dot-chart .label-line.active,
#base-chart #dot-chart .new-old-zone-label.active {
  opacity: 1;
}
#base-chart #dot-chart .value text {
  font-size: 12px;
  font-weight: bold;
  transition: opacity 1s ease;
  opacity: 0;
}
#base-chart #dot-chart .annotations text {
  font-size: 16px;
  transition: opacity 1s ease;
  font-style: italic;
  text-anchor: end;
  opacity: 0;
}
#base-chart #dot-chart .graphic-wrapper {
  padding-bottom: 40%;
}
@media screen and (max-width: 500px) {
  #base-chart #dot-chart .value text {
    font-size: 11px;
  }
  #base-chart #dot-chart .key.one-line {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  #base-chart #dot-chart .key {
    display: none;
  }
}
#base-chart #dot-chart[data-frame="chart-1"] .dot.temperature {
  animation: dash 1s linear forwards;
  opacity: 1;
  fill-opacity: 1;
}
#base-chart #dot-chart[data-frame="chart-1"] .label-min.all,
#base-chart #dot-chart[data-frame="chart-1"] .label-line.all,
#base-chart #dot-chart[data-frame="chart-1"] .chart-title {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="chart-1-1"] .dot.temperature,
#base-chart #dot-chart[data-frame="chart-1-1"] .chart-title {
  opacity: 1;
  fill-opacity: 1;
  animation: dash 1s linear forwards;
}
#base-chart #dot-chart[data-frame="chart-2"] .dot.temperature,
#base-chart #dot-chart[data-frame="chart-2"] .avg-line,
#base-chart #dot-chart[data-frame="chart-2"] .chart-title {
  opacity: 1;
  fill-opacity: 1;
  animation: dash 1s linear forwards;
}
#base-chart #dot-chart[data-frame="chart-3"] .dot.temperature,
#base-chart #dot-chart[data-frame="chart-3"] .avg-line,
#base-chart #dot-chart[data-frame="chart-3"] .bucket-outline.current,
#base-chart #dot-chart[data-frame="chart-3"] .bucket-outline.previous,
#base-chart #dot-chart[data-frame="chart-3"] .bucket,
#base-chart #dot-chart[data-frame="chart-3"] .text.text.zone,
#base-chart #dot-chart[data-frame="chart-3"] .chart-title,
#base-chart #dot-chart[data-frame="chart-3"] .new-old-zone-label {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="chart-3"] .bucket-outline,
#base-chart #dot-chart[data-frame="chart-3"] .bucket,
#base-chart #dot-chart[data-frame="chart-3"] .text.text.zone {
  animation: dash 1s linear forwards;
}
#base-chart #dot-chart[data-frame="return-1"] .avg-line,
#base-chart #dot-chart[data-frame="return-1"] .bucket-outline.current,
#base-chart #dot-chart[data-frame="return-1"] .bucket,
#base-chart #dot-chart[data-frame="return-1"] .text.text.zone,
#base-chart #dot-chart[data-frame="return-1"] .chart-title,
#base-chart #dot-chart[data-frame="return-1"] .new-old-zone-label {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="return-1"] .bucket-outline.previous {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="return-1"] .dot.temperature {
  opacity: 0.4;
}
#base-chart #dot-chart[data-frame="return-2"] .dot.temperature,
#base-chart #dot-chart[data-frame="return-2"] .avg-line,
#base-chart #dot-chart[data-frame="return-2"] .bucket-outline.current,
#base-chart #dot-chart[data-frame="return-2"] .bucket,
#base-chart #dot-chart[data-frame="return-2"] .text.text.zone,
#base-chart #dot-chart[data-frame="return-2"] .chart-title,
#base-chart #dot-chart[data-frame="return-2"] .bucket-outline.previous,
#base-chart #dot-chart[data-frame="return-2"] .new-old-zone-label {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="return-2"] .dot.temperature {
  opacity: 0.2;
}
#base-chart #dot-chart[data-frame="return-2"] .dot.temperature.below {
  opacity: 1;
  fill-opacity: 1;
}
#base-chart #dot-chart[data-frame="return-3"] .label-min.st-louis,
#base-chart #dot-chart[data-frame="return-3"] .label-line.st-louis {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="return-3"] .dot.temperature,
#base-chart #dot-chart[data-frame="return-3"] .avg-line,
#base-chart #dot-chart[data-frame="return-3"] .bucket-outline.current,
#base-chart #dot-chart[data-frame="return-3"] .bucket,
#base-chart #dot-chart[data-frame="return-3"] .text.text.zone,
#base-chart #dot-chart[data-frame="return-3"] .chart-title {
  opacity: 1;
}
#base-chart #dot-chart[data-frame="return-3"] .dot.temperature {
  opacity: 0.2;
}
#base-chart #dot-chart[data-frame="return-3"] .dot.temperature.superLow.i-23 {
  opacity: 1;
  fill-opacity: 1;
}
.legend {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.legend h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0 0 6px 0;
}
.legend p {
  margin: 0 0 9px 0;
  font-size: 14px;
  color: #999;
  font-style: italic;
}
.legend h3 + p {
  margin-top: -3px;
}
.legend details {
  margin-top: 15px;
  margin-bottom: -5px;
  display: block;
}
.legend details summary {
  font-size: 14px;
  color: #999;
  margin-bottom: 3px;
  cursor: pointer;
}
.legend details summary:hover,
.legend details summary:active {
  color: #eee;
}
.legend.temp-diff {
  --num-bins: 17;
  --half-bins: calc(var(--num-bins) * 2);
}
.legend.temp-diff ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.legend.temp-diff li {
  height: 20px;
  width: calc(100% / var(--num-bins));
}
.legend.temp-diff .custom--8 {
  background: #3F4E6F;
}
.legend.temp-diff .custom--7 {
  background: #576481;
}
.legend.temp-diff .custom--6 {
  background: #6F7A93;
}
.legend.temp-diff .custom--5 {
  background: #8790A5;
}
.legend.temp-diff .custom--4 {
  background: #9FA6B7;
}
.legend.temp-diff .custom--3 {
  background: #B7BCC9;
}
.legend.temp-diff .custom--2 {
  background: #CFD2DB;
}
.legend.temp-diff .custom--1 {
  background: #E7E8ED;
}
.legend.temp-diff .custom-0 {
  background: #FFFFFF;
}
.legend.temp-diff .custom-1 {
  background: #F8E6DF;
}
.legend.temp-diff .custom-2 {
  background: #F1CDBF;
}
.legend.temp-diff .custom-3 {
  background: #EAB49F;
}
.legend.temp-diff .custom-4 {
  background: #E39B7F;
}
.legend.temp-diff .custom-5 {
  background: #DC825F;
}
.legend.temp-diff .custom-6 {
  background: #D5693F;
}
.legend.temp-diff .custom-7 {
  background: #CE501F;
}
.legend.temp-diff .custom-8 {
  background: #C73800;
}
.legend.temp-diff .bottom-labels {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.legend.temp-diff .bottom-labels p {
  margin: 0;
  font-style: normal;
  font-size: 12px;
  color: #eee;
  width: calc(100% / var(--num-bins));
  text-align: center;
}
#limits-of-hardiness {
  padding-bottom: 0;
}
#cooperative-extensions {
  background: #111;
  color: #eee;
  padding: 0 0 5vh;
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-kerning: normal;
  letter-spacing: 0.02em;
}
@keyframes post-appear {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
#cooperative-extensions .text {
  background: none;
  padding: 20px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: unset;
  box-shadow: none;
}
#cooperative-extensions .text > p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-size: 16px;
  color: #ccc;
}
@media screen and (min-width: 501px) {
  #cooperative-extensions .text > p {
    font-size: 18px;
  }
}
#cooperative-extensions .highlight {
  background: #E4C471;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  border-radius: 5px;
}
#cooperative-extensions .graphic,
#cooperative-extensions .slides-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
#cooperative-extensions .graphic.active,
#cooperative-extensions .slides-container.active {
  height: 400px;
}
@media (max-width: 500px) {
  #cooperative-extensions .graphic.active,
  #cooperative-extensions .slides-container.active {
    height: 90vh;
  }
}
#cooperative-extensions .graphic.active .headline-item,
#cooperative-extensions .slides-container.active .headline-item {
  position: absolute;
  top: 2000px;
  display: none;
}
#cooperative-extensions .graphic.active .headline-item.current,
#cooperative-extensions .slides-container.active .headline-item.current {
  top: 20px;
  display: block;
}
#cooperative-extensions .headline-item {
  padding: 10px 10px 15px 10px;
  width: 95%;
  text-align: center;
  background: white;
  font-size: 17px;
  border: 2px solid black;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
@media (max-width: 500px) {
  #cooperative-extensions .headline-item {
    max-width: 100%;
  }
}
#cooperative-extensions .headline-item:nth-of-type(even) {
  margin-left: 10px;
}
#cooperative-extensions .headline-item:nth-of-type(odd) {
  margin-right: 10px;
}
#cooperative-extensions .headline-item .location {
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
#cooperative-extensions .headline-item .headline {
  color: black;
}
#cooperative-extensions .headline-item .publication {
  font-style: italic;
  font-size: 13px;
  margin-top: 5px;
  color: #777;
}
#cooperative-extensions .headline-item .date {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #777;
}
#cooperative-extensions .headline-item {
  border-radius: 10px;
}
#cooperative-extensions .headline-item.current {
  filter: drop-shadow(4px 4px 3px #93C16F);
}
#cooperative-extensions .controls {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cooperative-extensions .prev,
#cooperative-extensions .next {
  cursor: pointer;
  width: auto;
  padding: 5px 10px 5px 10px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 5px;
  user-select: none;
  background-color: #93C16F;
  border: 2px solid #93C16F;
}
#cooperative-extensions .next {
  right: 0;
}
#cooperative-extensions .prev:hover,
#cooperative-extensions .next:hover {
  opacity: 70%;
}
#cooperative-extensions .dots {
  margin-right: 5px;
  margin-left: 5px;
}
#cooperative-extensions .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#cooperative-extensions .dot.active {
  background-color: #444;
}
#cooperative-extensions .dot:hover {
  background-color: #717171;
}
#cooperative-extensions .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#zoomIn .scroll-bug {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #fff;
}
#zoomIn .scroll-bug svg path {
  stroke: #fff;
}
.titlecard,
header.splash {
  height: unset;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 500px) {
  .titlecard,
  header.splash {
    background-attachment: scroll;
  }
}
.titlecard .background,
header.splash .background {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.titlecard div.darken,
header.splash div.darken {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  overflow: auto;
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.95) calc(100% - 100vh), transparent);
  padding-top: 20px;
  padding-bottom: 90vh;
  min-height: 100vh;
}
.titlecard .bylines,
header.splash .bylines {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 85%;
  color: rgba(147, 193, 111, 0.6);
  text-align: center;
}
.titlecard .chatter,
header.splash .chatter {
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-kerning: normal;
  letter-spacing: 0.02em;
  max-width: 650px;
  text-align: left;
  font-size: 17px;
  line-height: 1.6;
  padding: 0 20px;
  text-shadow: 0 0 8px #323232;
  margin: 0 auto;
}
.titlecard .logo,
header.splash .logo {
  text-align: center;
  margin-bottom: 3px;
}
.titlecard .logo svg,
header.splash .logo svg {
  height: 32px;
  color: #93C16F;
}
.titlecard .logo a,
header.splash .logo a {
  display: inline-block;
}
.titlecard .title-gif,
header.splash .title-gif {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 769px) {
  .titlecard .title-gif,
  header.splash .title-gif {
    width: 75%;
    max-width: 900px;
  }
}
.titlecard h1,
header.splash h1 {
  font-family: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-kerning: normal;
  letter-spacing: 0.02em;
  color: #a0c981;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0 20px 5px 20px;
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .titlecard h1,
  header.splash h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1000px) {
  .titlecard h1,
  header.splash h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .titlecard h1 > br,
  header.splash h1 > br {
    display: none;
  }
}
.titlecard .chatter-text p,
header.splash .chatter-text p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 501px) {
  .titlecard .chatter-text p,
  header.splash .chatter-text p {
    font-size: 18px;
  }
}
.titlecard hr,
header.splash hr {
  background-size: 150px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slide.video.titlecard .scroll-bug,
.slide.image.titlecard .scroll-bug {
  padding: 1rem 0;
  background: none;
  margin: 0 auto;
}
.a11y-controls {
  padding: 0 0 11px 0;
  line-height: 1;
  text-align: right;
}
@media (min-width: 501px) {
  .a11y-controls {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.a11y-controls input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.a11y-controls input[type="checkbox"] + label {
  font-size: 14px;
  font-style: italic;
}
.a11y-controls input[type="checkbox"]:focus + label,
.a11y-controls input[type="checkbox"] label:focus {
  outline: 1px solid #666;
}
.a11y-controls input[type="checkbox"] + label::after {
  font-style: normal;
  display: inline-block;
  content: "✘";
  margin-left: 8px;
  width: 1.2em;
  height: 1.2em;
  border-radius: 2px;
  line-height: 1.2em;
  color: #666;
  background: #333;
  cursor: pointer;
  border: 1px solid #333;
}
.a11y-controls input[type="checkbox"]:checked + label::after {
  background: #666;
  content: "✔";
  color: #333;
  border-color: transparent;
}
.fixed {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 100;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 500px) {
  .fixed input[type="checkbox"] + label {
    font-size: 10px;
  }
}
.hidden {
  visibility: hidden;
}
footer.closing {
  background: #111;
  min-height: 100vh;
  padding-bottom: 44px;
}
footer.closing h4 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 11px 0;
}
@media (max-width: 500px) {
  footer.closing h4:nth-child(n + 2) {
    margin-top: 40px;
  }
}
footer.closing a {
  color: #fff;
  font-weight: bold;
  transition: color 0.2s ease;
}
footer.closing a[href],
footer.closing a[href]:visited {
  color: #93C16F;
  text-decoration: none;
}
footer.closing a[href]:hover,
footer.closing a[href]:active,
footer.closing a[href]:focus {
  color: #fff;
}
footer.closing a[href]:hover img,
footer.closing a[href]:active img,
footer.closing a[href]:focus img {
  filter: brightness(1.2);
}
footer.closing hr {
  margin: 33px auto;
  border-style: none;
  height: 1px;
  background-color: #999;
}
footer.closing .hr-wrapper img {
  max-width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
footer.closing .constrained {
  max-width: 650px;
  margin: auto;
}
footer.closing .more-stories {
  color: #eee;
  padding: 50px 20px;
  background: rgba(226, 179, 94, 0.15);
}
footer.closing .more-stories .constrained {
  max-width: 1000px;
}
footer.closing .more-stories h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #E7D684;
  font-size: 1.3rem;
  margin: 0 0 20px 0;
  text-align: center;
  background: url('./assets/synced/illo/resized/shovel.png') no-repeat;
  background-position: 50% -20px;
  background-size: 140px;
  padding-top: 50px;
}
footer.closing .network,
footer.closing .outbound {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  list-style-type: none;
  padding: 0;
}
footer.closing .network a,
footer.closing .outbound a {
  font-weight: bold;
}
footer.closing .network a .program,
footer.closing .outbound a .program,
footer.closing .network a .station,
footer.closing .outbound a .station {
  color: #ccc;
  display: block;
  font-size: 90%;
  font-weight: normal;
  margin-top: 2px;
}
footer.closing .network {
  columns: 2;
}
@media screen and (min-width: 769px) {
  footer.closing .network {
    columns: 4;
  }
}
footer.closing .network li {
  padding: 5px;
  margin: 0;
  break-inside: avoid;
}
footer.closing .outbound {
  margin: 0 0 11px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  footer.closing .outbound {
    flex-wrap: nowrap;
  }
}
footer.closing .outbound li {
  display: block;
  margin: 15px;
  width: calc(50% - 30px);
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  footer.closing .outbound li {
    width: calc(25% - 30px);
    max-width: 200px;
  }
}
footer.closing .outbound img,
footer.closing .outbound svg {
  display: block;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.2);
}
footer.closing .social {
  border-top: 1px solid #fff;
  padding-top: 11px;
}
footer.closing .social h4 {
  font-size: 1rem;
  margin: 0 0 22px 0;
  text-align: center;
}
footer.closing .social ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  font-size: 0.9rem;
}
footer.closing .social ul > li {
  margin: 0 6px;
  padding: 0;
}
footer.closing .social .social-link {
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
  background: transparent;
  color: white;
  width: auto;
  display: inline-block;
  font-size: inherit;
}
footer.closing .social .social-link:hover,
footer.closing .social .social-link:active,
footer.closing .social .social-link:focus {
  border-color: #fff;
  color: #fff;
}
footer.closing .social .social-link img,
footer.closing .social .social-link svg {
  width: 0.9rem;
  height: auto;
  vertical-align: text-top;
  margin-right: 3px;
}
footer.closing .native-share {
  display: none;
  padding: 24px 0;
  text-align: center;
}
.navigator-share-supported footer.closing .link-share {
  display: none;
}
.navigator-share-supported footer.closing .native-share {
  display: block;
}
footer.closing .about {
  padding: 44px 20px;
  color: #fff;
}
footer.closing .about h4 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #E7D684;
  text-align: center;
}
footer.closing .about .hr-wrapper img {
  max-width: 250px;
  display: block;
}
footer.closing .credits {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ccc;
  line-height: 1.6;
}
footer.closing .credits.main {
  columns: 1;
}
@media screen and (min-width: 769px) {
  footer.closing .credits.main {
    columns: 2;
    column-gap: 33px;
  }
}
footer.closing .credits li {
  margin-bottom: 15px;
  break-inside: avoid;
}
footer.closing .npr {
  padding: 0 20px;
}
footer.closing .npr a,
footer.closing .npr a:visited {
  color: #fff;
  text-decoration: none;
}
footer.closing .npr a:hover,
footer.closing .npr a:visited:hover,
footer.closing .npr a:focus,
footer.closing .npr a:visited:focus {
  color: #fff;
}
footer.closing .npr ul {
  border-top: 1px solid #666;
  font-size: 0.8rem;
  list-style-type: none;
  margin: 0;
  padding: 11px 0 0 0;
}
footer.closing .npr ul li {
  display: block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 501px) {
  footer.closing .npr ul li {
    display: inline-block;
  }
}
@media screen and (min-width: calc(730px + 40px)) {
  .g-artboard[id$="-small"],
  .g-artboard[id$="-medium"],
  .g-artboard[id$="-full_bleed"] {
    display: none !important;
  }
}
@media screen and (max-width: calc(729px + 40px)) and (min-width: calc(500px + 40px)) {
  .g-artboard[id$="-small"],
  .g-artboard[id$="-wide"],
  .g-artboard[id$="-full_bleed"] {
    display: none !important;
  }
}
@media screen and (max-width: calc(499px + 40px)) {
  .g-artboard[id$="-medium"],
  .g-artboard[id$="-wide"],
  .g-artboard[id$="-full_bleed"] {
    display: none !important;
  }
}
#g-_perennials-box [id^="zone-"] {
  background: white;
  border-radius: 4px;
  padding: 1px;
}
#g-_perennials-box [id^="zone-"] p {
  color: #000 !important;
}
#g-_perennials-box #zone-3-9 {
  background: linear-gradient(to right, #E29EEC, #E691E8, #9C82E8, #5274E8, #4B87B8, #459A89, #3FAD5A, #69B764, #93C16F, #BDCB79, #E7D684, #E4C471, #E2B35E, #E0A24B);
}
#g-_perennials-box #zone-5-9 {
  background: linear-gradient(to right, #4B87B8, #459A89, #3FAD5A, #69B764, #93C16F, #BDCB79, #E7D684, #E4C471, #E2B35E, #E0A24B);
}
#g-_perennials-box #zone-6-9 {
  background: linear-gradient(to right, #3FAD5A, #69B764, #93C16F, #BDCB79, #E7D684, #E4C471, #E2B35E, #E0A24B);
}
#g-_perennials-box #zone-7-11 {
  background: linear-gradient(to right, #93C16F, #BDCB79, #E7D684, #E4C471, #E2B35E, #E0A24B, #D38643, #C66A3B, #B94E33, #AD332C);
}
