@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;
}
figure {
  background: hsl(0, 0%, 92%);
  color: hsl(0, 0%, 29%);
}
figcaption {
  padding: 0.5rem 1rem;
}
.thumbnail img {
  -webkit-box-shadow: 5px 5px 1rem 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 1rem 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 1rem 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 500px) {
  body {
    padding: 0 1rem;
  }
  figure {
    margin: 0 1.5rem 0 0.5rem;
  }
  .subhed,
  .footer {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .thumbnail {
    margin-bottom: 1.5rem;
  }
  .thumbnail img {
    position: relative;
    top: 1.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 501px) {
  figure {
    margin: 3rem 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .thumbnail {
    float: left;
    height: 0;
  }
  .thumbnail img {
    position: relative;
    top: -1.5rem;
    left: 1.5rem;
  }
  ul {
    margin-left: 1.5rem;
  }
  .graphic {
    min-height: 33.33333333vw;
  }
}
.address {
  font-family: acumin-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: hsl(0, 0%, 29%);
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin: 1rem 0;
}
ul {
  font-size: 1.1rem;
  padding-left: 0;
  list-style: none;
}
li {
  margin: 0.5rem 0;
  padding: 1rem;
}
.date {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.contribution {
  background: #F1C696;
  position: relative;
  text-align: right;
}
