@import "http://media.mcclatchydc.com/static/webfonts/2020Fonts.css";
body {
  /*overflow: hidden;*/
  font-family: "McClatchy Sans";
}
#chart {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#svg-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.svg-content-responsive {
  position: absolute;
  top: 0;
  left: 0;
}
rect {
  fill: #EAB22D;
  margin-left: 2px;
  transform: translate(12px, 0);
}
text {
  font: 1.2rem "McClatchy Sans", Helvetica Neue, Arial, sans-serif;
}
.axis text {
  font: 1.2rem "McClatchy Sans", Helvetica Neue, Arial, sans-serif;
  color: #afafaf;
  stroke: 0;
  fill: rgba(175, 175, 175, 1);
}
.axis path, .axis line {
  fill: none;
  stroke: rgba(140, 140, 140, 1);
}
.x.axis .tick text {
  font-weight: 700;
  stroke: none;
  fill: #000;
}
.x.axis g.tick:nth-child(2) text {
  transform: translate(18px, 0px);
}
.x.axis g.tick:nth-child(2) line {
  transform: translate(20px, 0px);
}
rect.full {
  z-index: -3;
  fill: #F2E8CA;
}
.title {
  font-family: 'McClatchy Sans Cond', 'Roboto Condensed Medium', 'HelveticaNeue-CondensedBold', sans-serif !important;
  font-size: 2rem;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1.1rem;
}
.caption {
  font-size: .8rem;
  stroke: none;
  fill: #888;
}
text.annotation {
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .subtitle {
    font-size: 1.4rem;
  }
  text {
    font-size: 1.4rem;
  }
  .caption {
    font-size: 1rem;
  }
}
