* {
  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.data-table {
  /*
  * larger-than-small-screen styles
  * ~ defining some desktop-only styles here to avoid
  * ~ writing extra mobile styles to undo them.
  */
}
body.data-table .graphic {
  height: 300px;
  overflow: hidden;
  margin-bottom: 0;
}
body.data-table .graphic:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
body.data-table .graphic.open {
  height: auto;
  margin-bottom: 0px;
}
body.data-table .graphic.open:after {
  display: none;
}
body.data-table button {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  background-color: #fff;
  border: none;
  border-top: 1px solid #ddd;
  box-shadow: none;
  box-sizing: border-box;
  color: #4774CC;
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
body.data-table button:hover {
  cursor: pointer;
  opacity: 0.7;
}
body.data-table table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
body.data-table table tr.shadedrow,
body.data-table table tr.state-united-states {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
body.data-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;
}
body.data-table table td {
  vertical-align: top;
}
body.data-table table th.sort-header {
  cursor: pointer;
}
body.data-table table th.sort-header::-moz-selection,
body.data-table table th.sort-header::selection {
  background: transparent;
}
body.data-table table th.sort-header .sorter {
  border-top: 2px solid #404040;
  visibility: hidden;
}
body.data-table 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;
}
body.data-table table th.sort-header:hover .sorter {
  visibility: visible;
}
body.data-table table th[aria-sort="descending"] .sorter,
body.data-table table th[aria-sort="ascending"] .sorter,
body.data-table table th[aria-sort="ascending"]:hover .sorter {
  visibility: visible;
  opacity: 0.4;
}
body.data-table table th[aria-sort="descending"] .sorter .icon {
  border-bottom: none;
  border-width: 4px 4px 0;
}
body.data-table table th,
body.data-table table td {
  padding: 10px;
}
body.data-table table th:first-child,
body.data-table table td:first-child {
  padding-left: 0;
}
body.data-table table th.amt,
body.data-table table td.amt {
  text-align: right;
  width: 18%;
}
body.data-table table th.current,
body.data-table table td.current,
body.data-table table th.prior,
body.data-table table td.prior,
body.data-table table th.change,
body.data-table table td.change {
  border-right: 1px solid #eee;
}
body.data-table table th {
  border-bottom: 2px solid #eee;
  padding-top: 0;
}
body.data-table table td {
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
body.data-table table td.change {
  color: #D8472B;
}
body.data-table .desktop {
  display: none;
}
body.data-table .mobile {
  display: inline;
}
@media screen and (min-width: 501px) {
  body.data-table .desktop {
    display: inline;
  }
  body.data-table .mobile {
    display: none;
  }
}
body.state-map {
  --key-numeric-width: 50px;
  /* Key
  ========================================*/
  /* Grid Map
  ========================================*/
}
body.state-map h1,
body.state-map h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
body.state-map .key-wrap .key {
  margin: 0 0 18px 0;
  padding: 0;
  list-style-type: none;
}
body.state-map .key-wrap .key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
body.state-map .key-wrap .key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
body.state-map .key-wrap .key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
body.state-map .key-wrap.numeric-scale {
  width: 100%;
  text-align: center;
}
body.state-map .key-wrap.numeric-scale h3 {
  margin-bottom: 5px;
}
body.state-map .key-wrap.numeric-scale .key .key-item {
  margin: 0 1px 0 0;
  position: relative;
}
body.state-map .key-wrap.numeric-scale .key .key-item b {
  width: var(--key-numeric-width);
  height: 10px;
  margin-right: 0;
}
body.state-map .key-wrap.numeric-scale .key .key-item label {
  position: absolute;
  bottom: -20px;
  left: -55%;
  text-align: center;
  width: var(--key-numeric-width);
}
body.state-map .key-wrap.numeric-scale .key .key-item label.end-label {
  left: auto;
  right: -25%;
}
body.state-map #state-grid-map {
  margin-bottom: 33px;
}
body.state-map #state-grid-map .state-northern-mariana-islands,
body.state-map #state-grid-map .state-guam,
body.state-map #state-grid-map .state-american-samoa {
  display: none;
}
body.state-map .state {
  fill: #eee;
}
body.state-map .label {
  font-family: 'Knockout 31 4r';
  font-size: 12px;
  fill: #979797;
}
body.state-map .label-active {
  fill: #fff;
}
@media screen and (max-width: 500px) {
  body.state-map .label {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  body.state-map .label {
    font-size: 8px;
  }
}
body.trend-line .lines {
  fill: none;
  stroke-width: 2px;
  stroke: #ccc;
}
body.trend-line .value text {
  font-size: 12px;
  font-weight: bold;
  fill: #666;
}
body.trend-line .annotations .dots {
  stroke: #fff;
  stroke-width: 1px;
}
body.trend-line .annotations text {
  font-size: 12px;
  fill: #666;
}
body.trend-line .annotations text:last-child {
  fill: #333;
  font-weight: bold;
}
body.trend-line .recession {
  fill: #ebebeb;
}
body.trend-line .chart-label {
  fill: #999;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  body.trend-line .value text {
    font-size: 10px;
  }
  body.trend-line .annotations text {
    font-size: 10px;
  }
}
@media screen and (min-width: 500px) {
  body.trend-line .key {
    display: none;
  }
}
