* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  margin: 0 0 15px 0;
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  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: 11px;
  line-height: 1.7;
  color: #999;
}
.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-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.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
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#table {
  --bar-height: 25px;
  --padding-top: 5px;
  --padding-sides: 5px;
  --highlight-color: #eee;
  --cases-color: #F1C696;
  --cases-color: #ccc;
  --testing-color: #A8D5EF;
  --testing-gap-color-1: #fff;
  --testing-gap-color-2: #f7dfc5;
  --testing-marker-color: #3D7FA6;
  --positive-color: #F7E39B;
  --positive-gap-color-1: #EFC637;
  --positive-gap-color-2: #FBF1CD;
  --positive-marker-color: #B39429;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /*
   * STATE SPOTLIGHT
   */
  /*
   * KEY
   */
}
@media screen and (min-width: 501px) {
  body#table {
    --padding-sides: 7px;
  }
}
body#table h1,
body#table #table-graphic header {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
body#table h2,
body#table .footer,
body#table .footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body#table h2 strong {
  color: #666;
}
body#table #state-spotlight {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  margin: 22px auto 33px auto;
  background-color: #f1f1f1;
  padding: 11px 15px 15px 15px;
  color: #454545;
}
body#table #state-spotlight h2 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 0 6px 0;
  font-size: 15px;
  color: #454545;
}
body#table #state-spotlight h2 strong {
  color: #333;
}
body#table #state-spotlight p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
body#table #state-spotlight p + p {
  margin-top: 11px;
}
body#table #state-spotlight p strong {
  font-weight: bold;
  color: #454545;
}
body#table #state-spotlight p .positive,
body#table #state-spotlight p .testing {
  padding: 2px 6px;
  border-radius: 4px;
  color: #333;
}
body#table #state-spotlight p .positive {
  background-color: var(--positive-color);
}
body#table #state-spotlight p .testing {
  background-color: var(--testing-color);
}
body#table #state-spotlight table {
  margin-top: 22px;
}
body#table #state-spotlight table th,
body#table #state-spotlight table td {
  border-color: #ddd;
  border-left: none;
  color: #454545;
  height: auto;
}
body#table #state-spotlight table th.amt,
body#table #state-spotlight table td.amt {
  text-align: right;
  width: 30%;
}
body#table #state-spotlight table th,
body#table #state-spotlight table .deaths td,
body#table #state-spotlight table .testing-target td {
  border-width: 3px;
  border-color: #ccc;
}
body#table #state-spotlight table td {
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
}
body#table #state-spotlight table em {
  color: #787878;
}
body#table #state-spotlight .state-desc {
  display: none;
}
body#table #state-spotlight .state-desc.active {
  display: block;
}
body#table #state-spotlight .state-select {
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
}
body#table #state-spotlight .state-select label {
  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;
  font-size: 12px;
}
body#table .key-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
body#table .key {
  margin-top: 0;
  margin-bottom: 22px;
  width: 50%;
}
body#table .key + .key {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
body#table .key .key-item {
  display: block;
  margin-right: 0;
  padding-right: 18px;
  margin-bottom: 6px;
  text-align: left;
}
body#table .key .key-item b {
  display: block;
  float: left;
}
body#table .key .key-item label {
  display: block;
  white-space: normal;
  margin-left: 21px;
}
body#table .key .test-bar b {
  background: var(--testing-color);
}
body#table .key .test-bar-gap b {
  background: repeating-linear-gradient(-45deg, var(--testing-gap-color-1), var(--testing-gap-color-1) 2px, var(--testing-gap-color-2) 2px, var(--testing-gap-color-2) 4px);
}
body#table .key .test-marker b {
  background: var(--testing-marker-color);
  margin-left: 7px;
  width: 2px;
}
body#table .key .positive-bar b {
  background: var(--positive-color);
}
body#table .key .positive-bar-gap b {
  background: repeating-linear-gradient(-45deg, var(--positive-gap-color-1), var(--positive-gap-color-1) 2px, var(--positive-gap-color-2) 2px, var(--positive-gap-color-2) 4px);
}
body#table .key .positive-marker b {
  background: var(--positive-marker-color);
  margin-left: 7px;
  width: 2px;
}
body#table #table-graphic header h2 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 0 3px 0;
  font-size: 16px;
  color: #666;
}
body#table #table-graphic header p {
  font-size: 12px;
  color: #777;
  line-height: 1.6;
  margin: 0 0 22px 0;
}
body#table table + table {
  margin-top: 33px;
}
body#table table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
body#table table caption {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: left;
  margin: 0 0 11px 0;
  font-size: 15px;
}
body#table table tr.active {
  background-color: var(--highlight-color);
  color: #333;
  font-weight: bold;
}
body#table table th,
body#table table td {
  padding: var(--padding-top) var(--padding-sides);
}
body#table table th.amt,
body#table table td.amt {
  border-left: 1px solid #eee;
}
body#table table th.state,
body#table table td.state {
  width: 16%;
}
@media screen and (min-width: 501px) {
  body#table table th.state,
  body#table table td.state {
    width: 14%;
  }
}
body#table table th.deaths,
body#table table td.deaths,
body#table table th.cases,
body#table table td.cases {
  width: 21%;
}
@media screen and (min-width: 501px) {
  body#table table th.deaths,
  body#table table td.deaths,
  body#table table th.cases,
  body#table table td.cases {
    width: 15%;
  }
}
body#table table th.tests,
body#table table td.tests,
body#table table th.positive,
body#table table td.positive {
  width: 21%;
}
@media screen and (min-width: 501px) {
  body#table table th.tests,
  body#table table td.tests,
  body#table table th.positive,
  body#table table td.positive {
    width: 28%;
  }
}
body#table table th {
  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;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
  padding-top: 0;
}
body#table table th .more {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #787878;
  display: block;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 3px;
  text-transform: none;
}
body#table table .group-header th {
  border-right: 1px solid #fff;
  border-bottom: none;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 5px solid #fff;
  background-color: #eee;
  vertical-align: middle;
}
body#table table td {
  vertical-align: top;
  border-bottom: 1px solid #eee;
  height: 37px;
}
body#table table td.amt {
  text-align: right;
  color: #454545;
  position: relative;
}
body#table table td.state {
  font-weight: bold;
  vertical-align: middle;
}
body#table table thead th {
  cursor: pointer;
}
body#table table thead th::-moz-selection,
body#table table thead th::selection {
  background: transparent;
}
body#table table thead th .sorter {
  border-top: 2px solid #404040;
  visibility: hidden;
}
body#table table thead th .sorter .icon {
  content: '';
  width: 1px;
  margin: 3px auto 7px auto;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #404040 transparent;
}
body#table table thead th:hover .sorter {
  visibility: visible;
}
body#table table thead th[aria-sort="descending"] .sorter,
body#table table thead th[aria-sort="ascending"] .sorter,
body#table table thead th[aria-sort="ascending"]:hover .sorter {
  visibility: visible;
  opacity: 0.4;
}
body#table table thead th[aria-sort="ascending"] .sorter .icon {
  border-width: 0 4px 4px;
}
body#table .desktop {
  display: none;
}
@media screen and (min-width: 501px) {
  body#table .desktop {
    display: inline;
  }
}
body#table .mobile {
  display: inline;
}
@media screen and (min-width: 501px) {
  body#table .mobile {
    display: none;
  }
}
body#table .bar-wrapper {
  position: absolute;
  width: calc(100% - calc(var(--padding-sides) * 2));
  height: calc(var(--bar-height) + 2px);
  border: 1px solid transparent;
  background-color: #f1f1f1;
}
body#table .active .bar-wrapper {
  border-color: #ddd;
}
body#table .bar {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 0%;
  background-color: #eee;
  height: var(--bar-height);
}
body#table .cases .bar {
  background-color: var(--cases-color);
}
body#table .deaths .bar {
  background-color: var(--cases-color);
}
body#table .tests .bar {
  background-color: var(--testing-color);
}
body#table .tests .bar.gap {
  background: repeating-linear-gradient(-45deg, var(--testing-gap-color-1), var(--testing-gap-color-1) 2px, var(--testing-gap-color-2) 2px, var(--testing-gap-color-2) 4px);
}
body#table .positive .bar {
  background-color: var(--positive-color);
}
body#table .positive .bar.gap {
  background: repeating-linear-gradient(-45deg, var(--positive-gap-color-1), var(--positive-gap-color-1) 2px, var(--positive-gap-color-2) 2px, var(--positive-gap-color-2) 4px);
}
body#table .marker {
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  background-color: var(--marker-color);
  height: var(--bar-height);
}
body#table .tests .marker {
  background-color: var(--testing-marker-color);
}
body#table .positive .marker {
  background-color: var(--positive-marker-color);
}
body#table .value {
  display: block;
  position: absolute;
  top: calc(var(--padding-top) + 6px);
  font-size: 11px;
  padding-left: 10px;
}
body#table .value.shadow {
  color: #fff;
  text-shadow: 1px 1px 1px #fff, 1px 1px 2px #fff, 1px 1px 3px #eee;
}
body#us h1 {
  margin-bottom: 22px;
}
body#us .lines {
  fill: none;
  stroke-width: 3px;
  stroke: #ccc;
}
body#us .area path {
  stroke: none;
  fill-opacity: 0.6;
  fill: #7DBFE6;
}
body#us .value text {
  font-size: 12px;
  font-weight: bold;
  fill: #666;
}
body#us .annotation line {
  stroke: #3D7FA6;
  stroke-width: 2px;
  stroke-dasharray: 6px 2px;
}
body#us .annotation text {
  font-size: 12px;
  font-weight: bold;
  fill: #3D7FA6;
}
@media screen and (max-width: 500px) {
  body#us .value text,
  body#us .annotation text {
    font-size: 11px;
  }
}
@media screen and (min-width: 500px) {
  body#us .key {
    display: none;
  }
}
body#models h1,
body#models h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
body#models .footer,
body#models .footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
body#models rect.highlight {
  fill: #f1f1f1;
}
body#models .bars rect.model {
  fill: #3D7FA6;
}
body#models .bars rect.actual {
  fill: #7DBFE6;
}
body#models .labels .actual {
  font-weight: bold;
  color: #333;
}
body#models .value text.out {
  fill: #666;
}
body#models .value text.out.actual {
  fill: #333;
  font-weight: bold;
}
body#models .value text.in {
  text-anchor: end;
}
@media screen and (max-width: 500px) {
  body#models .chart + .chart {
    margin-top: 15px;
  }
}
