/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
/*
 * CSS vars
 */
body {
  --side-margin: 15px;
}
@media (min-width: 911px) {
  body {
    --side-margin: 20px;
  }
}
* {
  -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: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  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 {
  color: inherit;
  padding: 40px 20px;
  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: inherit;
  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 #333;
  color: #888;
  font-size: 0.8rem;
  padding-top: 11px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 911px) {
  footer .npr ul li {
    display: inline-block;
  }
}
.contain {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
body.standalone nav {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0 var(--side-margin);
  font-size: 13.5px;
  display: flex;
  justify-content: space-between;
}
body.standalone nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  width: 100%;
  height: 44px;
}
body.standalone nav ul.secondary {
  width: 100px;
  justify-content: flex-end;
}
body.standalone nav ul > li {
  margin: 0;
  padding: 0 var(--side-margin) 0 0;
  line-height: 1;
}
body.standalone nav img {
  display: block;
  height: 15px;
  width: auto;
}
@media (min-width: 911px) {
  body.standalone nav img {
    height: 18px;
  }
}
body.standalone nav a,
body.standalone nav a:link,
body.standalone nav a:visited {
  color: #454545;
  text-decoration: none;
}
body.standalone nav a:hover,
body.standalone nav a:active {
  opacity: 0.6;
}
body.standalone nav .election {
  border-left: 1px solid #ccc;
  padding-left: var(--side-margin);
}
body.standalone nav .donate {
  padding-right: 0;
}
body.standalone nav .donate a {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 8px 4px 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAxMEw0LjcwMjUgOS4yODA2NUMxLjg3IDYuNzM1NyAwIDUuMDU3MjIgMCAyLjk5NzI4QzAgMS4zMTg4IDEuMzMxIDAgMy4wMjUgMEMzLjk4MiAwIDQuOTAwNSAwLjQ0MTQxNyA1LjUgMS4xMzg5NkM2LjA5OTUgMC40NDE0MTcgNy4wMTggMCA3Ljk3NSAwQzkuNjY5IDAgMTEgMS4zMTg4IDExIDIuOTk3MjhDMTEgNS4wNTcyMiA5LjEzIDYuNzM1NyA2LjI5NzUgOS4yODYxTDUuNSAxMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #d62021;
  white-space: nowrap;
}
body.standalone nav .donate:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  body.standalone nav li {
    display: none;
  }
  body.standalone nav li.npr,
  body.standalone nav li.election,
  body.standalone nav li.donate {
    display: block;
  }
}
body.standalone header {
  background-color: #333;
  background: linear-gradient(180deg, #111111 0%, #333333 60%);
  padding: calc(var(--side-margin) * 2) var(--side-margin) calc(var(--side-margin) / 2) var(--side-margin);
  border-top: 5px solid;
  border-image-source: linear-gradient(90deg, #d62021, #237bbd);
  border-image-slice: 1;
}
body.standalone header h1 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 910px) {
  body.standalone header h1 .widont {
    display: inline-block;
  }
}
@media (min-width: 911px) {
  body.standalone header h1 {
    font-size: 48px;
  }
}
body.standalone header h2 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  color: #fff;
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 910px) {
  body.standalone header h2 {
    font-size: 18px;
  }
}
body.standalone .html-injection {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
body.standalone #primaryNightInfo {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #ccc;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 911px) {
  body.standalone #primaryNightInfo {
    font-size: 13px;
  }
}
body.standalone #primaryNightInfo hr {
  width: 250px;
  height: 1px;
  background-color: #666;
  border: none;
  margin: -5px auto 20px auto;
}
body.standalone #primaryNightInfo p {
  margin: 0;
}
body.standalone #primaryNightInfo p + p {
  padding-top: 6px;
}
body.standalone #primaryNightInfo a,
body.standalone #primaryNightInfo a:link,
body.standalone #primaryNightInfo a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
body.standalone #primaryNightInfo a:hover,
body.standalone #primaryNightInfo a:active {
  opacity: 0.7;
}
body.embed header {
  max-width: 800px;
  margin: auto;
}
footer {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 15px;
  background: transparent;
  color: #999;
}
footer + footer {
  padding-top: 0;
}
footer .constrained {
  padding: 0;
  max-width: 800px;
}
footer .npr ul {
  border-top: 2px solid #eee;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
footer .npr ul a:hover,
footer .npr ul a:active {
  opacity: 0.7;
}
footer p {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  font-style: italic;
  font-size: 11px;
}
main.liveblog {
  margin: auto;
  max-width: 800px;
  padding: 20px 0;
}
.show-new {
  background: #f24e40;
  color: white;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  padding: 16px;
  border-radius: 8px;
  margin: 8px 0;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  border: none;
  cursor: pointer;
}
.standalone .show-new {
  top: 10%;
  left: 0;
  position: fixed;
  transform: translateX(0);
  width: auto;
  z-index: 9999;
  margin: 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  transition: transform 1s ease;
}
.standalone .show-new.hidden {
  transform: translateX(-110%);
  transition: none;
}
.embed .show-new.hidden {
  display: none;
}
.show-new[data-count="1"] .plural {
  display: none;
}
@keyframes fade-on-copy {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
article.post {
  display: flex;
  padding: var(--side-margin);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
article.post + article.post {
  border-top: 1px solid #ddd;
}
@media (max-width: 910px) {
  article.post {
    display: block;
  }
}
article.post.featured {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  display: block;
  background: #EEE;
  border-top: none;
  overflow: hidden;
  font-size: 14px;
}
article.post.featured h2 {
  font-size: 16px;
}
article.post.featured ul {
  margin: 0;
  padding: 0;
}
article.post.featured li {
  margin: 0 0 0 1.3em;
  padding: 0;
}
article.post.featured li + li {
  margin-top: 0.5em;
}
@media (min-width: 911px) {
  article.post.featured image-embed {
    float: right;
    width: 50%;
    margin-left: var(--side-margin);
    margin-bottom: calc(var(--side-margin) / 2);
  }
}
article.post.draft {
  background: #FFC;
}
article.post.hidden {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
article.post show-more {
  display: none;
}
article.post.collapsed show-more {
  display: block;
}
article.post.collapsed show-more ~ * {
  display: none !important;
}
article.post .metadata {
  flex: 0 0 150px;
  color: #f03828;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 13px;
  padding-right: 16px;
}
article.post .metadata .datetime {
  padding-bottom: 8px;
}
@media (max-width: 910px) {
  article.post .metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
  }
  article.post .metadata .datetime {
    padding-bottom: 0;
  }
  article.post .metadata .date,
  article.post .metadata .time {
    display: inline;
  }
  article.post .metadata .time:after {
    content: "•";
    margin: 0 4px;
  }
}
article.post .metadata .time {
  font-weight: bold;
}
article.post .metadata .permalink {
  display: block;
  position: relative;
  color: #888;
  text-decoration: none;
}
@media (max-width: 910px) {
  article.post .metadata .permalink {
    margin-top: 0;
  }
}
article.post .metadata .permalink:hover,
article.post .metadata .permalink:focus {
  text-decoration: underline;
}
article.post .metadata .permalink:after {
  content: "+";
  display: inline-block;
  margin-left: 4px;
  color: white;
  background: #888;
  padding: 0px 2px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1;
}
article.post .metadata .permalink .copy-message {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  background: #333;
  color: white;
  padding: 8px;
  border-radius: 4px;
  animation: fade-on-copy 2s ease 1s both;
  pointer-events: none;
}
article.post .metadata .permalink.copied .copy-message.success {
  display: block;
}
article.post .metadata .permalink.error .copy-message.error {
  background: #533;
  display: block;
}
article.post .metadata .tags {
  padding-top: 16px;
  flex: 0 0 100%;
}
article.post .metadata .tags .tag-marker {
  background: #555;
  color: white;
  display: inline-block;
  padding: 2px 4px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 4px;
}
article.post .contents {
  flex: 1;
}
article.post .pillbox .pill {
  margin-right: 4px;
  border-radius: 7px;
  color: white;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 7px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
article.post .pillbox .fact-check {
  background: #237bbd;
}
article.post .pillbox .major {
  background: #d62021;
}
article.post h2 {
  margin: 0 0 16px;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
}
@media (max-width: 910px) {
  article.post h2 .widont {
    display: inline-block;
  }
}
article.post .author {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 14px;
}
article.post .author a {
  text-decoration: none;
}
article.post .back-to-top {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #888;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 13px;
}
.notification-options {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: auto;
  padding: 15px var(--side-margin);
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  display: none;
  text-align: right;
}
.supports-notifications .notification-options {
  display: block;
}
.notification-options input {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.notification-options input + label {
  padding: 3px 8px;
  white-space: nowrap;
  display: inline-block;
  color: #237bbd;
  font-weight: bold;
}
.notification-options input + label:before {
  content: "✘";
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  border: 1px solid #237bbd;
  margin-left: 4px;
  font-weight: normal;
  font-size: 150%;
  color: #237bbd;
}
.notification-options input:checked + label:before {
  content: "✔";
}
.audio-player {
  background: #2C63ae;
  border-radius: 8px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  color: white;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 24px;
  height: 65px;
  padding: 0 15px;
  -webkit-font-smoothing: antialiased;
}
.audio-player.hidden {
  display: none;
}
.audio-player .play-stream {
  background: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #2C63ae;
  border: 2px solid #2C63ae;
  position: relative;
  padding: 2px;
  cursor: pointer;
  margin-right: 12px;
  flex: 0 0 35px;
}
.audio-player .play-stream:hover,
.audio-player .play-stream:focus {
  border: 3px solid #fff;
  outline: none;
}
.audio-player .play-stream svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audio-player .play-stream .pause-icon {
  display: none;
}
.audio-player .play-stream .seek-icon {
  display: none;
}
.audio-player .play-stream[aria-pressed="true"] .pause-icon {
  display: block;
}
.audio-player .play-stream[aria-pressed="true"] .play-icon {
  display: none;
}
.audio-player .play-stream.seeking .pause-icon,
.audio-player .play-stream.seeking .play-icon {
  display: none;
}
.audio-player .play-stream.seeking .seek-icon {
  display: block;
}
.audio-player .text {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 910px) {
  .audio-player .text {
    font-size: 16px;
  }
}
.audio-player.no-audio {
  background: #e0e0e0;
  color: #333;
  font-weight: bold;
}
.audio-player.no-audio .play-stream {
  background: white;
  pointer-events: none;
  border-color: white;
  color: #e0e0e0;
}
.audio-player.no-audio .text {
  font-size: 14px;
}
#jwplayer {
  display: none !important;
}
.ad-block {
  border-top: 2px #f5f5f5 solid;
}
google-ad {
  max-width: 800px;
  margin: 0 auto;
}
google-ad iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
google-ad.pending:after {
  display: block;
  height: 270px;
  background: #EEE;
  content: "";
}
google-ad.has-ad:before {
  font-size: 14px;
  content: "More NPR content after sponsor message";
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #9b9b9b;
  padding: 15px;
}
google-ad.has-ad:after {
  border-bottom: 2px #f5f5f5 solid;
  padding-top: 25px;
  content: "";
  display: block;
}
image-embed,
side-chain {
  display: block;
}
twitter-embed > blockquote {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}
footer.mega-nav {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #333;
  padding: 20px 15px 0;
  position: relative;
  z-index: 999;
  justify-content: flex-start;
  border-top: 1px solid #EEE;
}
body.embedded footer.mega-nav {
  display: none;
}
footer.mega-nav h3 {
  margin: 0 0 6px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  color: inherit;
}
footer.mega-nav h3.state-hed {
  border-top: 1px solid #EEE;
  padding-top: 33px;
}
footer.mega-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.mega-nav a,
footer.mega-nav a:link,
footer.mega-nav a:visited {
  color: inherit;
  text-decoration: none;
}
footer.mega-nav a:hover,
footer.mega-nav a:link:hover,
footer.mega-nav a:visited:hover {
  color: #aaa;
}
footer.mega-nav .constrained {
  max-width: 900px;
  margin: auto;
}
footer.mega-nav .npr {
  margin-top: 44px;
}
footer.mega-nav .npr ul {
  border-top: 1px solid #EEE;
  color: #888;
  font-size: 0.8rem;
  padding-top: 11px;
}
footer.mega-nav .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 651px) {
  footer.mega-nav .npr ul li {
    display: inline-block;
  }
}
footer.mega-nav .state-nav {
  column-count: 5;
  margin: 20px 0 0 0;
}
@media (max-width: 875px) {
  footer.mega-nav .state-nav {
    column-count: 3;
  }
}
@media (max-width: 650px) {
  footer.mega-nav .state-nav {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  footer.mega-nav .state-nav {
    font-size: 0.9em;
  }
}
footer.mega-nav .state-nav a {
  line-height: 1.8;
}
footer.mega-nav .more-2020 {
  column-count: 3;
  margin: 20px 0 33px 0;
}
@media (max-width: 650px) {
  footer.mega-nav .more-2020 {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  footer.mega-nav .more-2020 {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  footer.mega-nav .more-2020 {
    font-size: 0.9em;
  }
}
footer.mega-nav .more-2020 a {
  line-height: 1.8;
}
footer.mega-nav .credits {
  font-size: 0.9em;
  color: #ccc;
}
footer.mega-nav .credits p.credit-text {
  margin: 0;
}
@media (max-width: 650px) {
  footer.mega-nav .credits p.credit-text {
    margin: 0 0 2px 0;
  }
}
footer.mega-nav .credits p {
  line-height: 1.6;
}
