* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  margin: 0 0 15px 0;
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.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: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
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;
}
.graphic {
  position: relative;
}
#mini-chart svg {
  background-color: white;
  outline: 2px solid #ccc;
}
#mini-chart .mini-hed {
  margin-bottom: 10px;
}
#mini-chart .lines {
  stroke-width: 2px;
}
@media screen and (min-width: 650px) {
  #mini-chart {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translate(-30%, 63%);
    z-index: 100;
    max-width: 150px;
  }
}
@media screen and (max-width: 649px) {
  #mini-chart {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 130px;
  }
}
#mini-chart .range rect {
  fill: rgba(0, 0, 0, 0);
  stroke: black;
  stroke-width: 2px;
}
.pres-terms rect.obama,
.pres-terms rect.biden {
  fill: rgba(235, 235, 235, 0.6);
}
.pres-terms rect.trump {
  fill: rgba(0, 0, 0, 0);
}
.pres-terms text {
  fill: #666;
  font-style: italic;
  font-size: 12px;
  text-anchor: middle;
}
.lines {
  fill: none;
  stroke-width: 3px;
  stroke: #ccc;
}
.areas {
  opacity: 0.6;
}
.value text {
  font-size: 12px;
  font-weight: bold;
  fill: #999;
}
.y-label {
  fill: #999;
  font-size: 11px;
  font-style: italic;
  text-anchor: middle;
}
.annotations .dots {
  stroke: #fff;
  stroke-width: 1px;
}
.annotations text {
  font-size: 12px;
  fill: #999;
}
.anno-line {
  fill: none;
  stroke: #333;
}
.icon-num,
.icon-dots {
  display: none;
}
#anno-divs {
  position: absolute;
  width: 100%;
  top: 25px;
  left: 25px;
}
#anno-divs .anno-div {
  position: absolute;
  width: 300px;
  background-color: #ffffff;
  padding: 8px;
  border: 1px solid #ccc;
}
#anno-divs .anno-div p {
  color: #333;
  font-size: 12px;
  line-height: 12px;
}
#anno-divs .anno-div .header {
  padding: 0px;
}
#anno-divs .anno-div .header h4 {
  padding: 2px 5px 2px 5px;
  margin-left: 5px;
  border-radius: 5px;
  color: #D8472B;
  font-weight: normal;
  font-size: 12px;
}
#anno-divs .anno-div .header h4,
#anno-divs .anno-div .header p {
  display: inline;
}
#anno-divs .anno-div .header p {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
#anno-divs .anno-div .anno-body p,
#anno-divs .anno-div .anno-action p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#anno-divs .anno-div .anno-action p {
  font-style: italic;
  color: #999;
}
span.icon {
  background-color: #D8472B;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 0;
  padding-top: 1px;
}
.date {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
table tr.shadedrow {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}
table th {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
table td {
  vertical-align: top;
}
/*
* larger-than-small-screen styles
* ~ defining some desktop-only styles here to avoid
* ~ writing extra mobile styles to undo them.
*/
@media screen and (min-width: 501px) {
  table th,
  table td {
    padding: 10px;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 0;
  }
  table th:last-child,
  table td:last-child {
    padding-right: 0;
  }
  table th.amt,
  table td.amt {
    text-align: right;
  }
  table th {
    border-bottom: 2px solid #eee;
    padding-top: 0;
  }
  table td {
    border-bottom: 1px solid #eee;
  }
  table.collapsed tbody tr:nth-child(n + 10) {
    opacity: 0;
    position: absolute;
    left: -1000px;
    clip: inset(0, 0, 0, 0);
    width: 1px;
    height: 1px;
  }
}
/*
* small-screen styles
*/
@media screen and (max-width: 500px) {
  tbody {
    width: 100%;
  }
  table {
    font-size: 13px;
  }
  table thead {
    display: none;
  }
  table tr,
  table th,
  table td {
    display: block;
    padding: 0;
    white-space: normal;
  }
  table tr {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  table tr:first-child {
    border-top: 1px solid #eee;
  }
  table td {
    margin-bottom: 6px;
  }
  table td:empty {
    display: none;
  }
  table td.icon {
    margin: 0;
  }
  table td.cases {
    color: #D8472B;
    font-size: 12px;
  }
  table tr td:first-child {
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
  }
  table tr td:first-child:before {
    content: '';
    display: none;
  }
  table span.table-action {
    font-style: italic;
    color: #999;
  }
}
@media screen and (max-width: 649px) {
  .value text {
    font-size: 10px;
  }
  .annotations text {
    font-size: 14px;
    fill: white;
  }
  .icon-dots,
  .icon-num {
    display: block;
  }
  .anno-div {
    display: none;
  }
  .anno-line {
    display: none;
  }
  .line-chart {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 649px) {
  .key {
    display: none;
  }
  table {
    display: none;
  }
}
