* {
  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 {
  max-width: 740px;
  margin: 0 auto;
  padding: 33px 0;
  font-size: 1em;
  color: #393939;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 33px 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #393939;
}
h2 {
  color: #393939;
  font-size: 0.9em;
  font-weight: 400;
  margin: -22px 0 22px 0;
}
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: -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: 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 {
  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;
}
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 {
  padding: 0;
  max-width: none;
}
h1 {
  margin: 20px 0 10px;
}
p {
  line-height: 1.6;
  font-size: 18px;
  padding: 0;
  margin: 16px 0 0;
}
img {
  max-width: 100%;
}
.credit {
  font-size: 13px;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-align: right;
  display: block;
}
.tabulator-animation {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
  gap: 10px;
  text-align: center;
  overflow: hidden;
}
.tabulator-animation .scanner label {
  background: #FFF8;
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  max-width: 300px;
  width: 100%;
  border: 1px solid black;
  margin: auto;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative;
}
@supports (backdrop-filter: invert(100%)) {
  .tabulator-animation .scanner label {
    backdrop-filter: blur(2px) sepia(100%) hue-rotate(-90deg) invert(100%);
    background: transparent;
    color: white;
  }
}
.tabulator-animation .cell {
  position: relative;
  width: 100%;
}
@keyframes scan {
  0% {
    transform: translateY(-300%);
    box-shadow: 8px 8px 16px #0008;
  }
  50% {
    transform: translateY(0) scale(1);
    box-shadow: 8px 8px 16px #0008;
  }
  95% {
    transform: translateY(0) scale(0.8);
    box-shadow: 2px 2px 2px #0008;
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(0.8);
    box-shadow: 2px 2px 2px #0008;
    opacity: 0;
  }
}
.tabulator-animation .ballot {
  position: absolute;
  z-index: 99;
}
.active .tabulator-animation .ballot {
  animation-name: scan;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-duration: var(--tabulator-speed, 2s);
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.tabulator-animation .stack {
  transform: scale(0.8);
  box-shadow: 1px 1px 1px white, 3px 3px 1px black, 5px 5px 1px white, 7px 7px 1px black, 8px 8px 8px #0008;
}
.scan-individual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
}
.scan-individual .arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scan-individual .arrows svg {
  width: 40px;
  height: 40px;
  margin: 20px 0;
  transform: rotate(-10deg);
}
.scan-individual .arrows svg:last-child {
  transform: rotate(10deg);
}
.scan-individual .output {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: opacity 1s linear 2s;
}
.active .scan-individual .output {
  opacity: 1;
}
.scan-individual figure {
  margin: 0;
  text-align: center;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
}
.scan-individual figure img {
  border: 1px dashed #554359;
  display: block;
}
.cvr-grid {
  display: grid;
  grid-template-columns: 2fr repeat(6, 1fr);
  grid-template-rows: 2fr;
  grid-auto-rows: 1fr;
  gap: var(--cvr-gap, 1px);
  aspect-ratio: 2;
  width: 100%;
  margin: auto;
}
.cvr-grid .cell {
  background: var(--cell-color, white);
  font-family: symbols;
  font-size: 8px;
  transition: none;
  border-right: 1px solid var(--grid-color);
  border-top: 1px solid var(--grid-color);
}
.active .cvr-grid .cell {
  transition-property: background;
  transition-duration: 1s;
}
.cvr-grid .cell[data-row="0"] {
  border-top: none;
}
.cvr-grid .cell[data-column="0"] {
  border-left: 1px solid var(--grid-color);
}
.cvr-grid .cell[data-column="0"][data-row="0"] {
  --cell-color: white;
  border: none;
}
.cvr-grid [data-ballot="true"] {
  background: var(--ballot-color, #EEE);
  transition-delay: 1s;
}
.cvr-grid [data-candidate="true"] {
  background: var(--candidate-color, #EEE);
  transition-delay: 2s;
}
.cvr-grid [data-vote="true"] {
  background: var(--vote-color, #DDD);
  transition-delay: 3s;
}
.cvr-grid [data-column="0"][data-row="0"] {
  --cell-color: white;
}
.scan-cvr {
  display: grid;
  grid-template-columns: 1fr auto 2fr;
  gap: 10px;
  align-items: center;
  --tabulator-speed: 1s;
  --grid-color: black;
  --cvr-gap: 0;
}
.scan-cvr .cvr-grid {
  aspect-ratio: 1;
}
.scan-cvr .arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scan-cvr .arrows svg {
  width: 40px;
  height: 40px;
  margin: 20px 0;
}
@keyframes append {
  from {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.active .scan-cvr [data-row] {
  animation-name: append;
  animation-duration: 20s;
}
.active .scan-cvr [data-row="30"] {
  animation-delay: 11s;
}
.active .scan-cvr [data-row="29"] {
  animation-delay: 10s;
}
.active .scan-cvr [data-row="28"] {
  animation-delay: 9s;
}
.active .scan-cvr [data-row="27"] {
  animation-delay: 8s;
}
.active .scan-cvr [data-row="26"] {
  animation-delay: 7s;
}
.active .scan-cvr [data-row="25"] {
  animation-delay: 6s;
}
.active .scan-cvr [data-row="24"] {
  animation-delay: 5s;
}
.active .scan-cvr [data-row="23"] {
  animation-delay: 4s;
}
.active .scan-cvr [data-row="22"] {
  animation-delay: 3s;
}
.active .scan-cvr [data-row="21"] {
  animation-delay: 2s;
}
.active .scan-cvr [data-row="20"] {
  animation-delay: 1s;
}
.active .scan-cvr [data-row="19"] {
  animation-delay: 0s;
}
.active .scan-cvr [data-row="18"] {
  animation-delay: -1s;
}
.active .scan-cvr [data-row="17"] {
  animation-delay: -2s;
}
.active .scan-cvr [data-row="16"] {
  animation-delay: -3s;
}
.active .scan-cvr [data-row="15"] {
  animation-delay: -4s;
}
.active .scan-cvr [data-row="14"] {
  animation-delay: -5s;
}
.active .scan-cvr [data-row="13"] {
  animation-delay: -6s;
}
.active .scan-cvr [data-row="12"] {
  animation-delay: -7s;
}
.active .scan-cvr [data-row="11"] {
  animation-delay: -8s;
}
.active .scan-cvr [data-row="10"] {
  animation-delay: -9s;
}
.active .scan-cvr [data-row="9"] {
  animation-delay: -10s;
}
.active .scan-cvr [data-row="8"] {
  animation-delay: -11s;
}
.active .scan-cvr [data-row="7"] {
  animation-delay: -12s;
}
.active .scan-cvr [data-row="6"] {
  animation-delay: -13s;
}
.active .scan-cvr [data-row="5"] {
  animation-delay: -14s;
}
.active .scan-cvr [data-row="4"] {
  animation-delay: -15s;
}
.active .scan-cvr [data-row="3"] {
  animation-delay: -16s;
}
.active .scan-cvr [data-row="2"] {
  animation-delay: -17s;
}
.active .scan-cvr [data-row="1"] {
  animation-delay: -18s;
}
.active .scan-cvr [data-row="0"] {
  animation: none;
}
.cvr-closeup {
  padding: 40px 0;
  --grid-color: white;
}
.active .cvr-closeup {
  --cell-color: #EEE;
  --candidate-color: #387E7D;
  --ballot-color: #F5B362;
  --vote-color: #554359;
}
.cvr-closeup .cvr-grid {
  max-width: 400px;
}
span.candidate,
span.ballot,
span.vote {
  padding: 2px 4px;
  transition: all 1s linear;
}
.active span.candidate,
.active span.ballot,
.active span.vote {
  color: white;
}
.active span.ballot {
  background: #F5B362;
  color: white;
  transition-delay: 1s;
}
.active span.candidate {
  background: #387E7D;
  color: white;
  transition-delay: 2s;
}
.active span.vote {
  background: #554359;
  color: white;
  transition-delay: 3s;
}
