* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
  font-family: "IBM Plex Serif", Times, serif;
  font-weight: 400;
}
body {
  margin: 0 auto;
  font-size: 1em;
  color: #393939;
  touch-action: manipulation;
  padding: 33px 0;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 11px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #393939;
}
h2 {
  color: #393939;
  font-size: 0.9em;
  font-weight: 400;
}
h3 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.9em;
  color: #393939;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 2px 0 7px 0;
  color: #828282;
  font-weight: 600;
  font-size: 0.8em;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  color: #828282;
}
.footnotes p strong {
  color: #828282;
}
a,
a:link,
a:visited {
  color: #1b6383;
  text-decoration: none;
}
a:hover,
a:active {
  color: #178287;
}
.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: 0 0 11px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 0.7em;
}
.key .key-item b {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 0.9em;
  color: #393939;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  fill: #393939;
}
.axis path,
.axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #dcdcdc;
  color: #dcdcdc;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line,
.tick .zero-line {
  stroke: #393939;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #19a4ab;
}
.highlight .bars rect {
  fill: #dcdcdc;
}
.highlight .bars .highlight {
  fill: #19a4ab;
}
.labels {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  color: #393939;
  display: table;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text,
.bar text {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  fill: #828282;
}
.value text.in,
.bar text.in {
  fill: #fff;
}
.value text.out,
.bar text.out {
  fill: #828282;
}
.value text.highlight,
.bar text.highlight {
  fill: #19a4ab;
}
.tick line {
  stroke: #dcdcdc;
}
.tick text {
  font-family: "IBM Plex Serif", Times, serif;
  color: #828282;
}
.x text {
  font-family: "IBM Plex Serif", Times, serif;
}
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;
}
.graphic .key-block {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
}
.graphic .key-block li {
  display: inline-block;
  margin-right: 16px;
}
.graphic .key-block .symbol {
  width: 2ch;
  height: 2ch;
  border-radius: 100%;
  display: inline-block;
  vertical-align: baseline;
}
.graphic .key-block .symbol.hard {
  background: #F77575;
}
.graphic .key-block .symbol.soft {
  background: #ffd373;
}
.graphic .key-block .symbol.incumbent {
  background: linear-gradient(-45deg, #ffd373, #ffd373 50%, #F77575 50%);
  border: 2px solid black;
}
.graphic .tooltip {
  position: absolute;
  padding: 4px 8px;
  background: white;
  text-align: center;
  max-width: 150px;
  pointer-events: none;
  z-index: 999;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.svg-container {
  position: relative;
}
.svg-container svg {
  display: block;
  aspect-ratio: 800 / 351;
  height: auto;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
}
.svg-container svg path[data-deniers] {
  fill: #a28ea8;
  filter: url(#shrink);
}
.svg-container svg path[data-deniers]:not([data-deniers="0"]) {
  fill: #6f5a76;
}
.svg-container svg .denier-dot {
  fill: #ffd373;
  stroke-width: 0;
  filter: url(#shadow);
  vector-effect: non-scaling-stroke;
  stroke-width: 2;
}
.svg-container svg .denier-dot.hard {
  fill: #F77575;
}
.svg-container svg .denier-dot.incumbent-yes {
  stroke: black;
}
@media screen and (max-width: 500px) {
  .svg-container svg .denier-dot.incumbent-yes {
    stroke-width: 2;
  }
}
.svg-container svg .incumbency-icon {
  font-weight: bold;
  text-anchor: middle;
  font-size: 18px;
  font-family: "IBM Plex Serif", Times, serif;
}
