@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%, 48%);
  font-size: 1.25rem;
  margin: 1.5rem 0;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 1.5rem;
}
.footnotes h4 {
  margin: 0;
  color: hsl(0, 0%, 29%);
  font-size: 1rem;
}
.footnotes p,
.footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(0, 0%, 48%);
}
.footer p strong,
.footnotes p strong {
  color: hsl(0, 0%, 29%);
}
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: hsl(0, 0%, 92%);
}
.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;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.lines {
  fill: none;
  stroke-width: 3px;
  stroke: #ccc;
}
.value text {
  font-size: 12px;
  font-weight: bold;
  fill: #999;
}
@media screen and (max-width: 500px) {
  .value text {
    font-size: 10px;
  }
}
@media screen and (min-width: 500px) {
  .key {
    display: none;
  }
  .display-desktop {
    display: block;
  }
}
.graphic-wrapper .key .key-item {
  transform: translateY(-10px);
}
.graphic-wrapper .key .key-item b {
  margin-bottom: 1rem;
}
.graphic-wrapper .key .key-item label {
  white-space: normal;
}
.graphic-wrapper .key .key-item.electric-power {
  transform: translateY(-5px);
}
.graphic-wrapper .key .key-item.transportation {
  transform: translateY(-15px);
}
.voronoi path {
  fill: none;
  pointer-events: all;
}
.focus text {
  font-size: 13px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.focus text tspan:first-child {
  fill: currentColor;
}
.focus text tspan:not(:first-child) {
  fill: #666;
}
.focus text tspan:nth-child(2n + 1) {
  font-weight: bold;
  font-size: 0.95em;
}
.graphic > .key {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1rem;
  margin-top: 0;
}
@screen-mobile {
  display: flex;
}
.graphic > .key .key-item {
  margin-right: auto;
  margin-bottom: 0.5rem;
}
.graphic > .key label {
  margin-right: 1rem;
}
