* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0 0 22px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #636363;
  font-size: 14px;
  margin: -11px 0 33px 0;
  line-height: 1.6;
}
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;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #808080;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #636363;
}
body.hp {
  padding-top: 0;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
body {
  padding: 11px 0;
}
body.hp {
  padding: 0;
}
#graphic-wrapper {
  position: relative;
  margin-bottom: 11px;
}
#graphic-wrapper .graphic {
  margin: 0;
}
#touch-note {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  position: absolute;
  top: 33%;
  left: 50%;
  display: none;
  width: 65%;
  background: rgba(120, 120, 120, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 800ms ease;
}
#touch-note.note-visible {
  display: block;
}
#time-note {
  display: none;
  opacity: 0;
  transition: opacity 800ms ease;
  width: 164px;
  text-align: center;
  color: #999;
  font-style: italic;
  font-size: 13px;
  position: absolute;
  left: 85%;
  bottom: 33%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #time-note {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    font-size: 12px;
    width: 100%;
  }
}
.outside-window #time-note {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 501px) {
  .has-mouseover #time-note {
    opacity: 0;
  }
}
@media screen and (min-width: 501px) {
  .hp #time-note {
    left: 60%;
    bottom: 50%;
    text-align: left;
    max-width: 200px;
    -webkit-transform: none;
    transform: none;
  }
}
#map-legend {
  position: absolute;
  left: 45%;
  bottom: 5%;
  width: 280px;
}
@media screen and (max-width: 500px) {
  #map-legend {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
}
#map-legend .legend-item {
  color: #777;
  font-size: 12px;
  padding: 0 0 4px;
}
#map-legend .legend-item b {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 45%;
  margin-right: 3px;
}
#map-legend .legend-item.penum b {
  background: #0d3c72;
  opacity: 0.5;
}
#map-legend .legend-item.umbra b {
  background: #190d72;
  opacity: 0.9;
}
@media screen and (max-width: 640px) and (min-width: 500px) {
  #map-legend .legend-item {
    font-size: 11px;
  }
  #map-legend .legend-item b {
    width: 16px;
    height: 8px;
  }
}
@media screen and (min-width: 501px) {
  .hp #map-legend {
    left: 60%;
    max-width: 200px;
  }
}
.point-overlay {
  fill-opacity: 0;
  stroke: none;
}
a.button {
  display: inline-block;
  margin: 10px auto;
  padding: 10px;
  font-size: 14px;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  background: #51AADE;
  color: #fff;
}
#hover-time {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  fill: #433d74;
  font-weight: bold;
  font-size: 15px;
  text-anchor: middle;
}
#hover-time.label-left {
  text-anchor: start;
}
#hover-line {
  display: none;
  stroke: #190d72;
  stroke-opacity: 0.3;
  stroke-width: 2px;
  stroke-dasharray: 2px 3px;
}
.has-mouseover #hover-line {
  display: block;
}
.text-update {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  fill: #433d74;
  transition: fill 400ms ease, opacity 400ms ease;
  font-weight: bold;
  font-size: 24px;
  text-anchor: middle;
}
@media screen and (max-width: 640px) {
  .text-update {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .text-update {
    font-size: 14px;
  }
}
.hp .text-update {
  text-anchor: start;
}
.has-mouseover .text-update {
  opacity: 0;
}
.outside-window .text-update {
  fill: #aaa;
}
svg {
  font-size: 20px;
  background-color: none;
}
.states path {
  fill: gainsboro;
  stroke: #bababa;
  stroke-width: 1px;
}
.states path.yes {
  fill: #fff;
  stroke: #696969;
}
path.landmass {
  fill: #a8d5ef;
}
.lakes path {
  fill: #d3eaf7;
  stroke: #a8d5ef;
  stroke-width: 1px;
}
.shadow-group {
  opacity: 0;
  transition: opacity 800ms ease;
}
.penum-interval path,
.umbra-interval path {
  transition: fill 800ms ease;
}
.penum-interval path {
  fill: #0d3c72;
  opacity: 0.5;
}
.umbra-interval path {
  fill: #262053;
  opacity: 0.9;
}
.penum-contour path {
  fill: #0d3c72;
  opacity: 0.3;
}
.umbra-contour path {
  fill: #190d72;
  opacity: 0.5;
}
.live-updating .shadow-group.shadow-live,
.live-updating .cities {
  opacity: 1;
}
.live-updating .cities {
  display: block;
}
.live-updating .penum-contour {
  display: none;
}
.has-mouseover .shadow-group.shadow-hover {
  opacity: 1;
}
.has-mouseover .shadow-group.shadow-live .penum-interval path {
  fill: #888;
}
.has-mouseover .shadow-group.shadow-live .umbra-interval path {
  fill: #666;
}
.has-mouseover .cities {
  display: block;
}
.state-labels text {
  fill: #787878;
  font-size: 0.5em;
  text-anchor: middle;
  font-family: [object Object],[object Object],[object Object];
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.state-labels text.primary {
  fill: #555;
  font-weight: 700;
  font-size: 90%;
}
.cities {
  display: none;
}
.cities .city-g {
  opacity: 0;
  transition: opacity 400ms ease;
}
.cities .city-g.city-24 {
  display: none;
}
.cities path {
  fill: #eee;
  stroke: #333;
  stroke-width: 1;
  stroke-opacity: 0.6;
}
.cities path.admin-0-capital {
  fill: #333;
}
.live-updating .city-show-live {
  opacity: 1;
}
.has-mouseover .city-show-live {
  opacity: 0;
}
.has-mouseover .city-show-hover {
  opacity: 1;
}
.city-labels {
  fill: #fff;
  font-size: 60%;
  text-anchor: start;
  font-family: [object Object],[object Object],[object Object];
  -webkit-font-smoothing: antialiased;
}
.city-labels.admin-0-capital {
  fill: #fff;
  font-weight: bold;
}
.san-antonio,
.dallas,
.little-rock,
.carbondale,
.indianapolis,
.buffalo,
.montpelier {
  font-weight: bold;
}
.city-labels.shadow {
  fill: #333;
  stroke: #333;
  stroke-width: 3px;
  opacity: 0.6;
}
.scale-bar line {
  stroke: #666;
  stroke-width: 5px;
}
.scale-bar text {
  font-family: Helvetica, Arial, sans-serif;
  fill: #666;
  font-size: 60%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  svg {
    font-size: 12px;
  }
  .countries path {
    stroke-width: 2px;
  }
  .city-labels text {
    letter-spacing: 0.5px;
  }
  .city-labels.shadow {
    stroke-width: 2px;
    opacity: 0.6;
  }
  .city-labels text.scalerank-4,
  .cities path.scalerank-4,
  .city-labels text.scalerank-5,
  .cities path.scalerank-5,
  .city-labels text.scalerank-6,
  .cities path.scalerank-6,
  .city-labels text.scalerank-7,
  .cities path.scalerank-7,
  .city-labels text.scalerank-8,
  .cities path.scalerank-8 {
    display: none;
  }
}
