/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
.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: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
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 {
  background: black;
  color: white;
  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: 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 #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: 501px) {
  footer .npr ul li {
    display: inline-block;
  }
}
liveblog-headlines {
  --secondary: #767676;
  font-size: var(--font-size);
}
liveblog-headlines .story {
  color: #333;
}
liveblog-headlines .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
  color: #333;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #eee;
}
liveblog-headlines .title h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
liveblog-headlines .title h2 img {
  display: inline;
  vertical-align: middle;
  margin-right: 0.4em;
  height: 16px;
  width: auto;
  margin-bottom: 2px;
}
liveblog-headlines .title h2.morning-edition {
  white-space: nowrap;
}
liveblog-headlines .title h2.morning-edition img {
  height: 20px;
  margin-right: 0.6em;
}
liveblog-headlines .title h2.morning-edition .live-bug {
  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;
  background: #d62021;
  color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 12px;
  -webkit-font-smoothing: auto;
}
liveblog-headlines .title h2.olympics {
  display: flex;
  align-items: center;
}
liveblog-headlines .title h2.olympics::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://media.npr.org/assets/img/2021/07/06/thetorch-square_sq-s100-c85.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
liveblog-headlines .title a {
  color: #333;
  text-decoration: none;
}
liveblog-headlines .title a:hover,
liveblog-headlines .title a:active {
  color: #bccae5;
}
liveblog-headlines .title .more {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  background-color: var(--shaded);
  border-radius: 6px;
  line-height: 22px;
  padding: 0 11px;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  flex: none;
}
@media (min-width: 501px) {
  liveblog-headlines .title .more {
    line-height: 33px;
  }
}
liveblog-headlines ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 501px) {
  liveblog-headlines ol {
    columns: 2;
  }
}
liveblog-headlines ol > li {
  margin: 0 0 1.25em 0;
}
@media (min-width: 501px) {
  liveblog-headlines ol > li {
    margin-right: 2em;
    break-inside: avoid;
  }
}
liveblog-headlines ol h3 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 0 0 0.1em 0;
}
@media (min-width: 501px) {
  liveblog-headlines ol h3 {
    font-size: 1.2em;
  }
}
liveblog-headlines ol .meta {
  color: var(--secondary);
  display: block;
  font-size: 0.85em;
  letter-spacing: 0.01em;
}
liveblog-headlines ol .meta .flag {
  font-weight: bold;
  text-transform: uppercase;
}
liveblog-headlines ol .meta .fact-check {
  color: #237bbd;
}
liveblog-headlines ol .meta .major-development {
  color: #d62021;
}
liveblog-headlines ol a {
  text-decoration: none;
}
liveblog-headlines ol a:link,
liveblog-headlines ol a:visited {
  color: var(--link-secondary);
}
liveblog-headlines ol a:hover,
liveblog-headlines ol a:active {
  color: var(--link);
}
