@import url("https://use.typekit.net/wjf8iou.css");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 1rem 0;
  font: 1rem / 1.4 acumin-pro, Helvetica, Arial, sans-serif;
  color: hsl(0, 0%, 48%);
  touch-action: manipulation;
}
h1 {
  font-family: acumin-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0 0 1rem 0;
  font-size: 2rem;
  color: hsl(0, 0%, 29%);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  margin: 1.5rem 0;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 1rem;
}
.footnotes h4 {
  margin: 0;
  color: hsl(0, 0%, 48%);
  font-size: 1rem;
}
.footnotes p,
.footer p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  color: hsl(0, 0%, 48%);
}
.footer p strong,
.footnotes p strong {
  color: currentColor;
}
a,
a:link,
a:visited {
  color: #4774cc;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 1rem;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -0.5rem 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 1rem;
  color: hsl(0, 0%, 48%);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  fill: hsl(0, 0%, 71%);
}
.axis path,
.axis line {
  fill: none;
  stroke: hsl(0, 0%, 86%);
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.axis.x .domain {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: hsl(0, 0%, 92%);
  color: hsl(0, 0%, 92%);
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: hsl(0, 0%, 48%);
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 1rem;
  line-height: 1.3;
  color: hsl(0, 0%, 48%);
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: white;
}
.value text.out {
  fill: hsl(0, 0%, 71%);
}
.annotation-group {
  fill: hsl(0, 0%, 71%);
  font-size: 1rem;
}
img:not([alt]) {
  outline: 3px solid red;
}
.labels li span,
.axis .tick text {
  font-variant-numeric: tabular-nums;
}
#bar-chart .labels li span {
  display: none;
}
#bar-chart .labels .label-2010 span,
#bar-chart .labels .label-2012 span,
#bar-chart .labels .label-2019 span {
  display: table-cell;
}
#column-chart {
  height: auto;
}
#column-chart .annotation-group {
  color: #666;
  font-size: 12px;
}
#column-chart .annotation.show-bg .annotation-note-bg {
  fill-opacity: 1;
}
.graphic {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.graphic-title h2 {
  margin-top: 0;
}
.graphic-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.mobile-only {
  display: none;
}
.hide-mobile {
  display: none;
}
.mobile-only {
  display: block;
}
.connector-end.connector-dot {
  stroke: white;
  stroke-width: 1.5px;
}
@media screen and (min-width: 651px) {
  .hide-mobile {
    display: unset;
  }
  .mobile-only {
    display: none;
  }
  .graphic-container {
    flex-direction: row;
  }
  #bar-chart {
    flex-shrink: 0;
    width: 225px;
  }
  #column-chart {
    max-width: 650px;
    width: calc(100% - 225px);
  }
  #column-chart .graphic-title {
    position: absolute;
    right: 5px;
    top: 0;
  }
  #column-chart .graphic-wrapper {
    position: absolute;
    bottom: 0;
  }
}
