* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-family: 'IBM Plex Serif', Times, serif;
  font-weight: 400;
}
body {
  max-width: 740px;
  margin: 0 auto;
  padding: 33px 0;
  font-size: 1em;
  color: #393939;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 0 0 33px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #393939;
}
h2 {
  color: #393939;
  font-size: 0.9em;
  font-weight: 400;
  margin: -22px 0 22px 0;
}
h3 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.9em;
  color: #393939;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  margin: 2px 0 7px 0;
  color: #828282;
  font-weight: 600;
  font-size: 0.8em;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  color: #828282;
}
.footnotes p strong {
  color: #828282;
}
a,
a:link,
a:visited {
  color: #1B6383;
  text-decoration: none;
}
a:hover,
a:active {
  color: #178287;
}
.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: 0.7em;
}
.key .key-item b {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 0.9em;
  color: #393939;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  fill: #393939;
}
.axis path,
.axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #DCDCDC;
  color: #DCDCDC;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #393939;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #19A4AB;
}
.highlight .bars rect {
  fill: #DCDCDC;
}
.highlight .bars .highlight {
  fill: #19A4AB;
}
.labels {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  color: #393939;
  display: table;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text,
.bar text {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  fill: #828282;
}
.value text.in,
.bar text.in {
  fill: #fff;
}
.value text.out,
.bar text.out {
  fill: #828282;
}
.value text.highlight,
.bar text.highlight {
  fill: #19A4AB;
}
.tick line {
  stroke: #DCDCDC;
}
.tick text {
  font-family: 'IBM Plex Serif', Times, serif;
  color: #828282;
}
.x text {
  font-family: 'IBM Plex Serif', Times, serif;
}
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;
}
.dot-label {
  background: white;
  padding: 8px;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
p {
  font-size: 1.1em;
}
.hotspot {
  position: absolute;
  display: block;
  margin: 0;
  box-shadow: 0 1px 1px hsl(0deg 0% 0%), 0 2px 2px hsl(0deg 0% 0%), 0 4px 4px hsl(0deg 0% 0%), 0 8px 8px hsl(0deg 0% 0%), 0 16px 16px hsl(0deg 0% 0%);
  cursor: pointer;
}
.hotspot svg {
  transform: translate(-50%, -50%);
  display: block;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  max-width: none;
}
.hotspot dt {
  position: absolute;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}
.hotspot dd {
  border-radius: 3px;
  background: white;
  padding: 8px;
  margin: 0;
  position: absolute;
  min-width: 10rem;
  font-size: 0.8em;
  font-family: 'IBM Plex Serif', Times, serif;
}
.hotspot dd .caption {
  font-family: "Barlow Condensed";
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #178287;
}
.hotspot dd.left {
  right: 0;
}
.hotspot dd.hidden {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.hotspot dd strong {
  display: block;
}
