* {
  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#us {
  --suppression: #E38D2C;
  --mitigation: #3D7FA6;
}
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: #454545;
}
body#us .annotation line {
  stroke: #ccc;
  stroke-width: 2px;
}
body#us .annotation line.mitigation {
  stroke: var(--mitigation);
  stroke-dasharray: 6px 2px;
}
body#us .annotation line.suppression {
  stroke: var(--suppression);
  stroke-dasharray: 10px 2px 4px 2px;
}
body#us .annotation text {
  font-size: 12px;
  fill: #999;
}
body#us .annotation text.mitigation {
  fill: var(--mitigation);
}
body#us .annotation text.suppression {
  fill: var(--suppression);
}
@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;
  }
}
/*
 * SECTOR DETAIL PAGES
 */
#sector-screening {
  --header-width: 100px;
}
@media screen and (min-width: 601px) {
  #sector-screening {
    --header-width: 175px;
  }
}
#sector-screening .sector {
  display: flex;
  margin-bottom: 22px;
}
#sector-screening .sector + .sector {
  border-top: 1px solid #eee;
  padding-top: 22px;
}
#sector-screening .sector h3 {
  width: var(--header-width);
  margin: 0;
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 601px) {
  #sector-screening .sector h3 {
    font-size: 13px;
  }
}
#sector-screening .sector dl {
  width: calc(100% - var(--header-width));
  margin: 0;
}
#sector-screening .sector dt {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
}
@media screen and (min-width: 601px) {
  #sector-screening .sector dt {
    font-size: 15px;
  }
}
#sector-screening .sector dt b {
  font-weight: normal;
  background-color: #999;
  color: #fff;
  padding: 5px;
}
#sector-screening .sector dd {
  margin: 6px 0 0 0;
  font-size: 12px;
  font-style: italic;
  color: #787878;
}
#sector-screening .sector dt + dt,
#sector-screening .sector dd + dt {
  padding-top: 15px;
}
#sector-screening #freq-20-random-testing dt b {
  background-color: #51AADE;
}
#sector-screening #freq-once-a-week dt b {
  background-color: #3D7FA6;
}
#sector-screening #freq-twice-a-week dt b {
  background-color: #28556F;
}
/*
 * TESTING TARGET NUMBERS
 */
.state-select {
  text-align: center;
  margin-bottom: 22px;
  background-color: #f1f1f1;
  padding: 22px 11px;
}
.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: 13px;
  color: #333;
}
#targets .state-table {
  display: none;
}
#targets .state-table.active {
  display: block;
}
#targets table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 22px;
}
@media screen and (min-width: 601px) {
  #targets table {
    font-size: 13px;
    line-height: 1.5;
  }
}
#targets table th,
#targets table td {
  padding: 10px;
}
#targets 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;
  text-align: left;
}
#targets table th.sector {
  color: #333;
}
#targets table th.base {
  background-color: #F7E39B;
  border-top: 2px solid #EFC637;
  border-left: 1px solid #EFC637;
  border-right: 1px solid #EFC637;
}
#targets table .hdr {
  background-color: #4795c2;
  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;
  color: #fff;
}
#targets table .hdr em {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: none;
  letter-spacing: normal;
  padding-left: 5px;
}
#targets table td {
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
#targets table td.sector {
  font-weight: bold;
  color: #333;
  background-color: #D3EAF7;
  border-color: #fff;
}
#targets table .target {
  width: 25%;
  border-left: 1px solid #eee;
}
#targets table .share {
  width: 35px;
  text-align: right;
  font-style: italic;
  color: #999;
  padding-left: 0;
}
#targets table .has-note .target,
#targets table .has-note .share {
  border-bottom: none;
  padding-bottom: 0;
}
#targets table .has-note .note {
  border-left: 1px solid #eee;
  font-size: 12px;
  color: #787878;
  font-style: italic;
  padding-top: 3px;
}
#targets table .not-tested.target,
#targets table .not-tested.share,
#targets table .not-tested.note {
  color: #787878;
  font-style: italic;
  background-color: #f1f1f1;
  border-bottom-color: #fff;
}
#targets table tfoot td {
  font-weight: bold;
  border-top: 2px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
#targets table tfoot td.sector {
  border-top: 2px solid #3D7FA6;
  background-color: #3D7FA6;
  color: #fff;
  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;
}
#targets table tfoot td.base {
  background-color: #F7E39B;
  border-color: #EFC637;
  border-bottom-color: #fff;
}
#targets table tfoot .current-tests td {
  border-top: 1px solid #fff;
}
#targets table tfoot .current-tests td.sector {
  background-color: #787878;
}
#targets table tfoot .current-tests td.base {
  background-color: #999;
  color: #fff;
  border-color: transparent;
  border-top-color: #fff;
}
#targets table caption {
  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: 16px;
  margin-bottom: 11px;
}
#targets table thead td {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
#targets table thead td.sector {
  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;
  color: #fff;
  border-right: none;
}
#targets table thead td.base {
  font-weight: bold;
  border-left: none;
}
#targets table thead .current-tests td {
  border-bottom: 2px solid #fff;
  color: #454545;
}
#targets table thead .current-tests td.sector {
  background-color: #999;
  background-color: #f3d569;
}
#targets table thead .current-tests td.base {
  background-color: #aaaaaa;
  background-color: #F7E39B;
}
#targets table thead .target-tests td.sector,
#targets table thead .target-tests td.base {
  background-color: #28556F;
  border-bottom: 1px solid #fff;
}
#targets table thead .target-tests td.base {
  background-color: #336a8b;
}
#targets table thead .target-tests td.base.share {
  color: #A8D5EF;
}
#targets .state-name {
  font-size: 15px;
}
#targets sup {
  line-height: 0;
  padding-left: 2px;
  font-weight: normal;
  font-size: 70%;
}
