:root {
  --accent-dark: #7a9caf;
  --accent-light: #28556F;
  --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%;
}
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: #8c875e;
}
a:hover,
a:active,
a:focus {
  color: #fff;
}
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: 601px) {
  footer .npr ul li {
    display: inline-block;
  }
}
/*
 * other mixins
 */
.global-stickybar {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  z-index: 1000;
}
.global-stickybar-mount-piano {
  width: 100%;
}
.callout-piano-inline {
  max-width: 630px;
  padding: 20px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
body {
  background: linear-gradient(180deg, #111111 25%, #8c875e 50%, #111111 85%);
  color: #eee;
}
.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: #ccc;
  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: #ccc;
  stroke-width: 6;
  fill: none;
}
@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 {
  text-decoration: none;
}
.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: calc(100vw - 0px*2);
  height: calc(100vh - 0px*2);
  overflow: hidden;
  top: 0px;
  left: 0px;
  animation: none;
}
@media (min-width: 601px) {
  .slide .backdrop {
    width: calc(100vw - 0px*6 - 0px);
    height: calc(100vh - 0px*6);
    top: 0px;
    left: 0px;
  }
  .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 screen and (min-width: 501px) and (max-width: 800px) {
  .slide.opposing .backdrop {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 801px) {
  .slide.opposing .backdrop {
    width: 50%;
    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 .photo-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .slide .photo-grid-wrapper {
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    align-items: flex-start;
  }
  .slide .photo-grid-wrapper.center {
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .slide .photo-grid-wrapper.center .grid-item img {
    width: auto;
    height: auto;
    height: 500px;
    display: block;
  }
  .slide .photo-grid-wrapper.center .grid-item.first img {
    height: 700px;
  }
  .slide .photo-grid-wrapper.center .grid-item.first:nth-child(1) {
    width: 900px;
  }
  .slide .photo-grid-wrapper.center .grid-item.first:nth-child(2) {
    width: fit-content;
    width: 500px;
  }
  .slide .photo-grid-wrapper.center .grid-item.second img {
    height: 600px;
  }
  .slide .photo-grid-wrapper.center .grid-item.second:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 530px;
  }
  .slide .photo-grid-wrapper.center .grid-item.second:nth-child(2) {
    width: 850px;
  }
  .slide .photo-grid-wrapper.center .grid-item.changes img {
    height: 650px;
  }
  .slide .photo-grid-wrapper.center .grid-item.changes:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 480px;
  }
  .slide .photo-grid-wrapper.center .grid-item.changes:nth-child(2) {
    width: 850px;
  }
}
@media screen and (max-width: 899px) {
  .slide .photo-grid-wrapper.center {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 899px) and (min-width: 769px) {
  .slide .photo-grid-wrapper.center .grid-item {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .slide .photo-grid-wrapper.three .grid-item {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .slide .photo-grid-wrapper.stack {
    flex-direction: row;
    align-items: center;
  }
  .slide .photo-grid-wrapper.stack .item-1 {
    flex: 0 0 40%;
  }
  .slide .photo-grid-wrapper.stack .stack-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 45%;
  }
  .slide .photo-grid-wrapper.stack .stack-right .grid-item {
    flex: 1;
    width: 100%;
  }
}
.slide .photo-grid-wrapper.stack .stack-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.slide .photo-grid-wrapper .grid-item {
  width: 100%;
}
.slide .photo-grid-wrapper .grid-item img {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .slide .photo-grid-wrapper .grid-item {
    width: 45%;
  }
}
.slide .photo-grid-wrapper .grid-caption.caption {
  font-size: 100%;
  padding-top: 0px;
  box-sizing: border-box;
  line-height: 1.7;
}
.slide .img-credit {
  font-style: normal;
  margin-top: 5px;
}
.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: 600px) {
  .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 .morning,
.slide .evening {
  width: 15px;
  height: 15px;
  background-color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.8);
  margin-bottom: 10vh;
}
.slide .midday {
  width: 30px;
  height: 30px;
  background-color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 40px #ffffff;
  margin-bottom: 15vh;
}
.slide .text {
  clear: both;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  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;
  }
}
.slide .text .city-locator {
  border: 1px solid white;
}
.slide .text .city-locator + p {
  margin-top: 0;
  font-size: 80%;
}
@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: 80%;
  padding-top: 20px;
  font-style: italic;
  line-height: 1.7;
}
.slide .caption.border {
  border-top: 1px solid #8c875e;
}
.slide .caption i {
  font-style: normal;
}
@media (max-width: 600px) {
  .slide .caption {
    padding-top: 10px;
  }
}
.slide.title .caption.border {
  border-top: none;
}
.slide.title .title {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
.slide .text.long {
  background: none;
  box-shadow: none;
  padding-top: 30px;
  margin: 0px;
  margin-bottom: 30px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}
.slide.image .backdrop {
  object-fit: cover;
}
.slide .fade {
  height: 40vh;
  background-image: linear-gradient(to bottom, transparent, #111);
}
@media (max-width: 600px) {
  .slide.contain .backdrop {
    object-fit: contain;
  }
}
.slide .pullquote {
  border-left: 3px solid #7a9caf;
  margin-left: 15px;
  padding: 10px;
}
@media (min-width: 601px) {
  #history .backdrop,
  #history-doc .backdrop {
    object-fit: contain;
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    left: auto;
    right: 0;
  }
  #reliance-photos,
  #changes-photos,
  #morning-ship {
    padding-bottom: 100vh;
  }
}
@media (max-width: 600px) {
  #reliance-photos,
  #changes-photos,
  #morning-ship {
    padding-bottom: 100vh;
  }
  #morning .photo-grid-wrapper {
    flex-direction: column-reverse;
  }
}
#not-always-this {
  padding-bottom: 3vh;
}
#not-always-this .gap {
  margin-bottom: 70px;
}
.slide.text {
  color: #eee;
  padding: 10vh 0 10vh;
}
.slide.text.longText .text {
  font-size: 17px;
}
.slide.text.longText .photo-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 66px;
}
.slide.text .title {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
.slide.text .text {
  background: inherit;
  color: inherit;
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
  padding: 20px;
  float: none;
  box-shadow: none;
  line-height: 1.7;
  font-size: 20px;
}
@media (max-width: 600px) {
  .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;
}
.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: #28556F;
}
.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-graphic {
  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-graphic #graphic-inner {
  background-color: #181818;
}
#base-graphic.active {
  animation: fade-in 0.2s linear;
  opacity: 1;
}
#base-graphic.exiting {
  animation: fade-out 0.2s linear;
  opacity: 0;
}
#base-graphic #graphic-inner .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: 600px) {
  #base-graphic #graphic-inner .chart-title {
    font-size: 15px;
  }
}
#base-graphic #graphic-inner .annotations text {
  font-size: 16px;
  transition: opacity 1s ease;
  font-style: italic;
  text-anchor: end;
  opacity: 0;
}
#base-graphic #graphic-inner .graphic-wrapper {
  padding-bottom: 40%;
}
.titlecard,
header.splash {
  height: unset;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 600px) {
  .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(85, 116, 136, 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: #557488;
}
.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: #5f8198;
  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: 600px) {
  .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: 601px) {
  .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: 601px) {
  .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: 600px) {
  .fixed input[type="checkbox"] + label {
    font-size: 10px;
  }
}
.hidden {
  visibility: hidden;
}
header.splash {
  height: 200vh;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 600px) {
  header.splash {
    background-attachment: scroll;
  }
}
header.splash .background {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
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(0, 0, 0, 0.4) calc(100% - 100px), transparent);
  padding-bottom: 100px;
}
header.splash .bylines {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 80%;
  color: #eee;
}
header.splash .chatter {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  width: 600px;
  max-width: 100%;
  text-align: center;
  color: white;
  font-size: 17px;
  line-height: 1.6;
  padding: 20px;
  text-shadow: 0 0 8px #323232;
  margin-top: 10px;
}
@media (max-width: 600px) {
  header.splash .chatter {
    margin-top: 0;
  }
}
header.splash .logo {
  height: 32px;
  margin-bottom: 6px;
}
header.splash h1 {
  font-size: 60px;
  color: white;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  padding-top: 30px;
}
@media (max-width: 600px) {
  header.splash h1 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  header.splash p {
    font-size: 14px;
  }
}
.a11y-controls {
  padding: 0 0 11px 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 601px) {
  .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 #999;
}
.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: #999;
  background: #333;
  cursor: pointer;
  border: 1px solid #404040;
}
.a11y-controls input[type="checkbox"]:checked + label::after {
  background: #999;
  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: 600px) {
  .fixed input[type="checkbox"] + label {
    font-size: 10px;
  }
}
.hidden {
  visibility: hidden;
}
footer.closing {
  background: #111;
  color: #aaa;
  min-height: 100vh;
  padding-bottom: 44px;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
footer.closing h4 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 11px 0;
}
@media (max-width: 600px) {
  footer.closing h4:nth-child(n + 2) {
    margin-top: 40px;
  }
}
footer.closing a {
  color: #8c875e;
  transition: color 0.2s ease;
}
footer.closing a[href],
footer.closing a[href]:visited {
  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: 40px 20px;
}
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: #8c875e;
  margin: 0 0 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  footer.closing .more-stories h3 {
    text-align: left;
  }
}
footer.closing .more-stories h3 svg {
  height: 1.5rem;
  width: auto;
  fill: #8c875e;
  margin-right: 10px;
}
footer.closing .outbound {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  gap: 30px;
}
@media (max-width: 600px) {
  footer.closing .outbound {
    flex-direction: column;
  }
}
footer.closing .outbound > div {
  flex: 1 0 100%;
}
@media (min-width: 769px) {
  footer.closing .outbound > div {
    flex: 1 0 calc(50% - 30px);
  }
}
footer.closing .outbound > div:last-child {
  width: 100%;
}
footer.closing .outbound > div:last-child a {
  justify-content: center;
}
footer.closing .outbound a {
  display: flex;
  gap: 15px;
}
footer.closing .outbound h4 {
  font-weight: normal;
  color: inherit;
  font-size: 16px;
  margin: 0;
}
footer.closing .outbound .slug,
footer.closing .outbound .date {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}
footer.closing .outbound .date {
  margin-top: 4px;
}
footer.closing .outbound img,
footer.closing .outbound svg {
  width: 100px;
  height: 100px;
  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 {
  margin-top: -33px;
  padding: 0 20px 44px 20px;
}
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: #8c875e;
  text-align: center;
}
@media (max-width: 600px) {
  footer.closing .about h4 {
    text-align: left;
  }
}
footer.closing .about .hr-wrapper img {
  max-width: 250px;
  display: block;
}
footer.closing .credits {
  margin: 0;
  padding: 0;
  list-style-type: none;
  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 .credits.data b {
  color: #eee;
}
footer.closing .credits span.bulletPoint {
  padding-left: 25px;
  display: block;
}
footer.closing .credits span.bulletPoint:before {
  content: '•';
  padding-right: 5px;
}
footer.closing .npr {
  padding: 0 20px;
}
footer.closing .npr a {
  font-weight: normal;
}
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: 601px) {
  footer.closing .npr ul li {
    display: inline-block;
  }
}
