* {
  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;
}
body {
  --biden: #237bbd;
  --bidenLight: #79b8e6;
  --trump: #d62021;
  --trumpLight: #ed8889;
  --gutterWidth: 11px;
  --total-bar-width: 50px;
  --total-bar-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 651px) {
  body {
    --gutterWidth: 22px;
    --total-bar-width: 40px;
  }
}
h1 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 22px 0;
}
h3 {
  text-align: center;
  font-size: 14px;
}
.graphic {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.graphic .candidate {
  width: calc(50% - var(--gutterWidth) - 2px);
}
.graphic .candidate.biden {
  padding-right: var(--gutterWidth);
}
.graphic .candidate.trump {
  border-left: 2px solid #eee;
  padding-left: var(--gutterWidth);
}
.graphic.affiliate-reports {
  flex-wrap: wrap;
}
.graphic.affiliate-reports .candidate {
  border-bottom: 2px solid #eee;
  padding-top: 12px;
  padding-bottom: 12px;
}
.affiliate-hed {
  border-top: 2px solid #eee;
  margin-top: 22px;
  padding-top: 22px;
}
#total-raised {
  border-bottom: 2px solid #eee;
  margin-bottom: 22px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#total-raised .desktop {
  display: none;
}
@media screen and (min-width: 651px) {
  #total-raised .desktop {
    display: block;
  }
}
#total-raised .mobile {
  display: block;
}
@media screen and (min-width: 651px) {
  #total-raised .mobile {
    display: none;
  }
}
#total-raised .candidate {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 651px) {
  #total-raised .candidate {
    align-items: flex-end;
    justify-content: space-between;
  }
  #total-raised .candidate .info {
    order: 0;
    width: 100%;
  }
  #total-raised .candidate .chart {
    width: 50%;
  }
  #total-raised .candidate .photo {
    width: 50%;
  }
}
#total-raised .biden {
  justify-content: flex-end;
}
@media screen and (min-width: 651px) {
  #total-raised .biden .photo {
    order: 1;
  }
  #total-raised .biden .chart {
    order: 2;
  }
}
@media screen and (min-width: 651px) {
  #total-raised .trump .chart {
    order: 1;
  }
  #total-raised .trump .photo {
    order: 2;
  }
}
#total-raised h4 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #333;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 36px;
  line-height: 1.1;
}
#total-raised .biden h4 {
  color: var(--biden);
}
#total-raised .trump h4 {
  color: var(--trump);
}
#total-raised h5 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 11px 0;
}
#total-raised .biden h5 strong {
  color: var(--biden);
}
#total-raised .trump h5 strong {
  color: var(--trump);
}
#total-raised p.latest-month {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 33px 0;
  color: #fff;
}
@media screen and (min-width: 651px) {
  #total-raised p.latest-month {
    font-size: 13px;
  }
}
#total-raised p.latest-month span {
  background-color: #ccc;
  padding: 3px 10px;
}
#total-raised .biden p.latest-month span {
  background-color: var(--bidenLight);
}
#total-raised .trump p.latest-month span {
  background-color: var(--trumpLight);
}
#total-raised .biden .info {
  text-align: right;
}
#total-raised .chart-wrapper {
  display: flex;
}
#total-raised .biden .chart-wrapper {
  justify-content: flex-end;
}
#total-raised .metric {
  height: var(--total-bar-height);
  position: relative;
  width: var(--total-bar-width);
}
#total-raised .biden .metric {
  margin-left: 6px;
}
#total-raised .trump .metric {
  margin-right: 6px;
}
#total-raised .chart {
  padding-bottom: 30px;
}
#total-raised .bar {
  background-color: #ccc;
  position: absolute;
  width: var(--total-bar-width);
  height: 10px;
  bottom: 0;
}
#total-raised .bar.total {
  background-color: #999;
}
#total-raised .biden .raised .bar {
  background-color: var(--bidenLight);
}
#total-raised .biden .raised .bar.total {
  background-color: var(--biden);
}
#total-raised .trump .raised .bar {
  background-color: var(--trumpLight);
}
#total-raised .trump .raised .bar.total {
  background-color: var(--trump);
}
#total-raised .label {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  width: var(--total-bar-width);
}
#total-raised .value {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  position: absolute;
  width: var(--total-bar-width);
}
@media screen and (max-width: 650px) {
  #total-raised .photo img {
    max-width: 125px;
  }
}
@media screen and (min-width: 651px) {
  #total-raised .photo img {
    max-width: 100%;
    max-height: calc(var(--total-bar-height) + 50px);
  }
}
#total-raised .biden .photo {
  text-align: right;
}
#monthly {
  padding-top: 22px;
  padding-bottom: 11px;
}
#monthly-report {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  border-top: 2px solid #eee;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 2px solid #eee;
}
#monthly-report h1 {
  font-weight: bold;
}
#monthly-report h3 {
  font-size: 14px;
}
#monthly-report ul {
  clear: both;
  margin: 0;
  padding: 0;
  text-indent: none;
}
#monthly-report ul.topline {
  list-style-type: none;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
#monthly-report li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#monthly-report li + li {
  margin-top: 11px;
}
#monthly-report .sources li {
  font-size: 11px;
}
#monthly-report .sources li + li {
  margin-top: 3px;
}
#monthly-report .sources li strong {
  color: #454545;
}
#monthly-report .sources li.sm-dollar strong,
#monthly-report .sources li.large-dollar strong {
  color: #666;
  font-weight: normal;
}
#monthly-report h4,
#monthly-report label {
  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: #666;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
#monthly-report span.value {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
#monthly-report .graphic.affiliate-reports #monthly-report li + li {
  margin-top: 8px;
}
#monthly-report .graphic.affiliate-reports span.value {
  font-size: 14px;
}
#monthly-report span.valueBar {
  background-color: #666;
  display: block;
  height: 3px;
  margin-bottom: 2px;
}
#monthly-report .biden .valueBar {
  background-color: var(--biden);
}
#monthly-report .trump .valueBar {
  background-color: var(--trump);
}
#monthly-report p.source {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin: 11px 0 0 0;
}
