* {
  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 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
span.bold {
  vertical-align: unset !important;
  display: unset !important;
}
.header h1,
.header h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
.footnotes,
.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
/* Key
========================================*/
.above-maps {
  margin-bottom: 50px;
  margin-top: 30px;
}
.key-wrap h3 {
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
}
.key-wrap .key {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.key-wrap .key .explainer-upper {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
}
.key-wrap .key .explainer-upper.low {
  text-align: right;
  right: -1px;
  padding-right: 10px;
  width: 400%;
  border-right: 1px solid black;
}
.key-wrap .key .explainer-upper.high {
  text-align: left;
  left: -1px;
  padding-left: 10px;
  width: 400%;
}
.key-wrap .key .explainer-upper div {
  float: left;
  padding-right: 5px;
}
.key-wrap .key .key-item {
  display: inline-block;
  margin: 0 9px 6px 9px;
  padding: 0;
  line-height: 15px;
}
.key-wrap .key .key-item b {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key-wrap .key .key-item b.cat-5 {
  background-color: #df6222;
}
.key-wrap .key .key-item b.cat-4 {
  background-color: #e99554;
}
.key-wrap .key .key-item b.cat-3 {
  background-color: #edc485;
}
.key-wrap .key .key-item b.cat-2 {
  background-color: #aac4c4;
}
.key-wrap .key .key-item b.cat-1 {
  background-color: #779090;
}
.key-wrap .key .key-item b.cat-no-data {
  background-color: #dddddd;
}
.key-wrap .key .key-item b.cat-empty {
  width: 20px !important;
}
.key-wrap .key .key-item .label-inner {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.key-wrap.numeric-scale {
  width: 100%;
  text-align: center;
}
.key-wrap.numeric-scale h3 {
  margin-bottom: 5px;
}
.key-wrap.numeric-scale .key .key-item {
  margin: 0 1px 0 0;
  position: relative;
}
.key-wrap.numeric-scale .key .key-item b {
  width: 45px;
  height: 10px;
  margin-right: 0;
}
@media screen and (min-width: 501px) {
  .key-wrap.numeric-scale .key .key-item b {
    width: 70px;
  }
}
.key-wrap.numeric-scale .key .key-item .label-outter .label-inner {
  position: absolute;
  bottom: -20px;
  left: -11px;
}
.key-wrap.numeric-scale .key .key-item .label-outter .label-inner.end-label {
  left: auto;
  right: -25%;
}
.key-wrap.numeric-scale .key .key-item .label-outter .label-inner.first {
  left: -5px;
}
.key-wrap.numeric-scale .key .key-item .label-outter .label-inner.no-data {
  white-space: unset;
  left: unset;
  top: 15px;
  bottom: unset;
}
@media screen and (max-width: 500px) {
  .key-wrap.numeric-scale .key .key-item .label-outter .label-inner.no-data {
    left: -7px;
  }
}
/* Grid Map
========================================*/
@media screen and (min-width: 501px) {
  .map-group {
    display: flex;
    flex-wrap: wrap;
  }
}
.map-group svg {
  width: 100%;
  height: auto;
}
.map-group h3 {
  font-size: 14px;
  text-align: center;
}
.map {
  margin-bottom: 33px;
}
@media screen and (min-width: 501px) {
  .map {
    width: calc(50% - 1px);
    padding: 0 11px;
  }
  .map.dining {
    border-left: 1px solid #eee;
  }
}
.map .footnotes {
  margin-top: 22px;
  margin-bottom: 0;
}
.map .footnotes p {
  line-height: 1.5;
}
.category-undefined,
.category-,
.state {
  fill: unset;
}
.label {
  font-family: 'Knockout 31 4r';
  font-size: 13px;
  fill: #979797;
}
@media screen and (min-width: 501px) {
  .label {
    font-size: 16px;
  }
}
@media screen and (min-width: 651px) {
  .label {
    font-size: 14px;
  }
}
.label-active {
  fill: #fff;
}
/* Dropdown
========================================*/
.dropdown {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 5px;
}
.dropdown-container {
  margin: 0 auto;
  text-align: center;
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.population-line {
  stroke: #666;
}
.population-label {
  font-style: italic;
  font-size: 12px;
  fill: #666;
}
.lookup-container .value text {
  background-color: white;
}
.lookup-container h3 {
  text-align: center;
}
.lookup-container .chart-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
  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;
}
.lookup-container text.chart-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
.lookup-container .rect-shadow {
  opacity: 0.7;
}
.subchart {
  padding-top: 10px;
  padding-bottom: 25px;
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media screen and (max-width: 500px) {
  .subchart {
    width: 100%;
  }
}
.map h3 {
  font-size: 17px;
}
