* {
  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;
}
:root {
  --duration: 0s;
}
@media screen and (prefers-reduced-motion: no-preference) {
  :root {
    --duration: 2s;
  }
}
body {
  padding-top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: grid;
  gap: 10px;
  --gap: calc(10px / 2);
  grid-template-columns: repeat(2, calc(50% - var(--gap)));
}
@media screen and (min-width: 651px) {
  .grid {
    --gap: calc(20px / 3);
    grid-template-columns: repeat(3, calc(33.3% - var(--gap)));
  }
}
@media screen and (min-width: 900px) {
  .grid {
    --gap: calc(30px / 4);
    grid-template-columns: repeat(4, calc(25% - var(--gap)));
  }
}
.quote {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  padding: 15px;
  border: 1px solid transparent;
  display: block;
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--duration);
  background-color: #f5ffd3;
}
@media screen and (min-width: 501px) {
  .quote {
    padding: 20px;
  }
}
.quote.active {
  opacity: 1;
}
.quote:hover {
  border-color: #00d2e4;
}
.quote blockquote {
  color: #333;
  font-size: 12px;
  margin: 0 0 0.5rem;
  padding: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 501px) {
  .quote blockquote {
    font-size: 14px;
  }
}
.quote blockquote::before {
  content: "\201c";
  position: absolute;
  margin-left: -0.6em;
}
.quote blockquote::after {
  content: "\201d";
}
.quote blockquote .widont {
  display: inline-block;
}
.quote cite {
  font-size: 12px;
  font-style: normal;
  display: block;
  color: #333;
}
@media screen and (min-width: 501px) {
  .quote cite {
    font-size: 12px;
  }
}
.quote h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: #00d2e4;
}
@media screen and (min-max: 650px) {
  .grid-item[data-id="0"],
  .grid-item[data-id="5"],
  .grid-item[data-id="8"] {
    background-color: #00d2e4;
    align-self: stretch;
  }
  .grid-item[data-id="0"]:hover,
  .grid-item[data-id="5"]:hover,
  .grid-item[data-id="8"]:hover {
    border-color: #00a3b1;
  }
  .grid-item[data-id="0"] h3,
  .grid-item[data-id="5"] h3,
  .grid-item[data-id="8"] h3 {
    color: #f5ffd3;
  }
  .grid-item[data-id="0"] blockquote,
  .grid-item[data-id="5"] blockquote,
  .grid-item[data-id="8"] blockquote {
    font-size: 20px;
    color: #fff;
  }
  .grid-item[data-id="0"] cite,
  .grid-item[data-id="5"] cite,
  .grid-item[data-id="8"] cite {
    font-size: 14px;
    color: #f5ffd3;
  }
  .grid-item[data-id="0"] blockquote,
  .grid-item[data-id="5"] blockquote,
  .grid-item[data-id="8"] blockquote {
    font-size: 16px;
  }
  .grid-item[data-id="0"] cite,
  .grid-item[data-id="5"] cite,
  .grid-item[data-id="8"] cite {
    font-size: 12px;
  }
}
@media screen and (min-width: 651px) and (max-width: 899px) {
  .grid-item[data-id="0"],
  .grid-item[data-id="9"] {
    background-color: #00d2e4;
    align-self: stretch;
    grid-row-end: span 3;
  }
  .grid-item[data-id="0"]:hover,
  .grid-item[data-id="9"]:hover {
    border-color: #00a3b1;
  }
  .grid-item[data-id="0"] h3,
  .grid-item[data-id="9"] h3 {
    color: #f5ffd3;
  }
  .grid-item[data-id="0"] blockquote,
  .grid-item[data-id="9"] blockquote {
    font-size: 20px;
    color: #fff;
  }
  .grid-item[data-id="0"] cite,
  .grid-item[data-id="9"] cite {
    font-size: 14px;
    color: #f5ffd3;
  }
}
@media screen and (min-width: 900px) {
  .grid-item[data-id="0"],
  .grid-item[data-id="5"] {
    background-color: #00d2e4;
    align-self: stretch;
    grid-row-end: span 3;
  }
  .grid-item[data-id="0"]:hover,
  .grid-item[data-id="5"]:hover {
    border-color: #00a3b1;
  }
  .grid-item[data-id="0"] h3,
  .grid-item[data-id="5"] h3 {
    color: #f5ffd3;
  }
  .grid-item[data-id="0"] blockquote,
  .grid-item[data-id="5"] blockquote {
    font-size: 20px;
    color: #fff;
  }
  .grid-item[data-id="0"] cite,
  .grid-item[data-id="5"] cite {
    font-size: 14px;
    color: #f5ffd3;
  }
}
