* {
  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;
  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;
}
h1 {
  text-align: center;
}
.legend-item {
  margin: 0 auto;
  max-width: 480px;
}
.legend-item.last {
  margin-bottom: 20px;
}
.legend-item p {
  margin: 0;
}
.legend-item img {
  width: 10px;
}
.legend-square {
  display: inline-block;
  width: 25px;
  height: 10px;
}
.legend-square.level1 {
  background-color: #EB8629;
}
.legend-square.level2 {
  background-color: #FFCD4D;
}
.legend-square.level3 {
  background-color: #5DC3AD;
}
.collapsed .south-row,
.collapsed .west-row {
  display: none;
}
#show-all {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  bottom: 0.5em;
  border: none;
  padding: 10px 20px;
  left: calc(50% - 55px);
  position: absolute;
  width: 110px;
  z-index: 2;
}
#show-all:hover {
  box-shadow: 0px 0px 4px 0px #000;
}
#table-graphic:not(.collapsed) #show-all {
  display: none;
}
#fade {
  display: block;
  position: absolute;
  bottom: 0;
  height: 6em;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}
#table-graphic:not(.collapsed) #fade {
  display: none;
}
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 13px;
  color: #666;
}
@media (min-width: 480px) {
  table {
    font-size: 14px;
  }
}
.table-subhed {
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.region-line {
  position: absolute;
  width: 100%;
  top: 5px;
}
.region-text {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
th {
  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;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
td {
  border: 1px solid #fff;
  vertical-align: top;
}
td img {
  width: 10px;
  height: 10px;
}
.screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.state-cell {
  border-bottom: 1.5px dotted #ccc;
}
.full-state-name {
  display: none;
}
@media (min-width: 480px) {
  .ap-state-abbreviation {
    display: none;
  }
  .full-state-name {
    display: block;
  }
}
.cell-1 {
  background-color: #EB8629;
}
.cell-2 {
  background-color: #FFCD4D;
}
.cell-3 {
  background-color: #5DC3AD;
}
.amt {
  text-align: center;
  width: 12%;
}
@media (min-width: 450px) {
  .amt {
    width: 10%;
  }
}
.asterisk {
  font-size: 0.6em;
}
table th.sort-header {
  cursor: pointer;
}
table th.sort-header::-moz-selection,
table th.sort-header::selection {
  background: transparent;
}
table th.sort-header .sorter {
  border-top: 2px solid #404040;
  visibility: hidden;
}
table th.sort-header .sorter .icon {
  content: '';
  width: 1px;
  margin: 3px auto 7px auto;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
}
table th.sort-header:hover .sorter {
  visibility: visible;
}
table th[aria-sort="descending"] .sorter,
table th[aria-sort="ascending"] .sorter,
table th[aria-sort="ascending"]:hover .sorter {
  visibility: visible;
  opacity: 0.4;
}
table th[aria-sort="descending"] .sorter .icon {
  border-bottom: none;
  border-width: 4px 4px 0;
}
table th,
table td {
  padding: 2px;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
}
table th {
  padding-top: 0;
}
