*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Rubik, sans-serif;
  line-height: 1.2;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "liga";
}

form {
  font-size: inherit;
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}

input,
select,
textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #eee;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted;
  border-color: #73acf3;
  outline: 1px auto #73acf3;
  box-shadow: 0 0 4px 0 rgba(18, 159, 234, 0.2);
}

.form-select {
  position: relative;
}

select#change-race {
  outline: none;
  appearance: none;
  display: block;
  padding: 10px 40px 10px 15px;
  width: 100%;
  margin: 0;
  border: 1px solid #dbe0e7;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  color: #000000;
  font-family: "Rubik", system-ui, sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.3;
}

.form-select-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border-left: 1px solid #dbe0e7;
  pointer-events: none;
}

.form-select-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
}

/* buttons
----------------------------------------------------------------- */
button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

button[disabled] {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.map-refresh {
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 18px;
  padding: 10px 15px;
  color: #f44f4f;
  border: 2px solid #f44f4f;
  background-color: transparent;
  border-radius: 3px;
}

.map-refresh:hover {
  color: #ffffff;
  background: #73acf3;
  border-color: #73acf3;
}

.map-refresh {
  margin: 0 auto;
}

.graphics {
  font-family: "Rubik", system-ui, sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  /* colors */
}
.graphics.potus .col0 {
  color: #BD1C00;
}
.graphics.potus .col1 {
  color: #3989cb;
}
.graphics.potus .bar.col0,
.graphics.potus .town.col0 {
  background-color: #3989cb;
  fill: #3989cb;
}
.graphics.potus .bar.col0.shade4,
.graphics.potus .town.col0.shade4 {
  fill: rgba(57, 137, 203, 0.8);
}
.graphics.potus .bar.col0.shade3,
.graphics.potus .town.col0.shade3 {
  fill: rgba(57, 137, 203, 0.6);
}
.graphics.potus .bar.col0.shade2,
.graphics.potus .town.col0.shade2 {
  fill: rgba(57, 137, 203, 0.4);
}
.graphics.potus .bar.col0.shade1,
.graphics.potus .town.col0.shade1 {
  fill: rgba(57, 137, 203, 0.3);
}
.graphics.potus .bar.col1,
.graphics.potus .town.col1 {
  background-color: #BD1C00;
  fill: #BD1C00;
}
.graphics.potus .bar.col1.shade4,
.graphics.potus .town.col1.shade4 {
  fill: rgba(189, 28, 0, 0.8);
}
.graphics.potus .bar.col1.shade3,
.graphics.potus .town.col1.shade3 {
  fill: rgba(189, 28, 0, 0.6);
}
.graphics.potus .bar.col1.shade2,
.graphics.potus .town.col1.shade2 {
  fill: rgba(189, 28, 0, 0.4);
}
.graphics.potus .bar.col1.shade1,
.graphics.potus .town.col1.shade1 {
  fill: rgba(189, 28, 0, 0.3);
}
.graphics.senate .col0 {
  color: #3989cb;
}
.graphics.senate .col1 {
  color: #BD1C00;
}
.graphics.senate .col2 {
  color: #756bb1;
}
.graphics.senate .bar.col0,
.graphics.senate .town.col0 {
  background-color: #3989cb;
  fill: #3989cb;
}
.graphics.senate .bar.col0.shade4,
.graphics.senate .town.col0.shade4 {
  fill: rgba(57, 137, 203, 0.8);
}
.graphics.senate .bar.col0.shade3,
.graphics.senate .town.col0.shade3 {
  fill: rgba(57, 137, 203, 0.6);
}
.graphics.senate .bar.col0.shade2,
.graphics.senate .town.col0.shade2 {
  fill: rgba(57, 137, 203, 0.4);
}
.graphics.senate .bar.col0.shade1,
.graphics.senate .town.col0.shade1 {
  fill: rgba(57, 137, 203, 0.3);
}
.graphics.senate .bar.col1,
.graphics.senate .town.col1 {
  background-color: #BD1C00;
  fill: #BD1C00;
}
.graphics.senate .bar.col1.shade4,
.graphics.senate .town.col1.shade4 {
  fill: rgba(189, 28, 0, 0.8);
}
.graphics.senate .bar.col1.shade3,
.graphics.senate .town.col1.shade3 {
  fill: rgba(189, 28, 0, 0.6);
}
.graphics.senate .bar.col1.shade2,
.graphics.senate .town.col1.shade2 {
  fill: rgba(189, 28, 0, 0.4);
}
.graphics.senate .bar.col1.shade1,
.graphics.senate .town.col1.shade1 {
  fill: rgba(189, 28, 0, 0.3);
}
.graphics.senate .bar.col2,
.graphics.senate .town.col2 {
  background-color: #756bb1;
  fill: #756bb1;
}
.graphics.ballot-q1 .col0 {
  color: #3ec339;
}
.graphics.ballot-q1 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q1 .bar.col0,
.graphics.ballot-q1 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q1 .bar.col0.shade4,
.graphics.ballot-q1 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q1 .bar.col0.shade3,
.graphics.ballot-q1 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q1 .bar.col0.shade2,
.graphics.ballot-q1 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q1 .bar.col0.shade1,
.graphics.ballot-q1 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q1 .bar.col1,
.graphics.ballot-q1 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q1 .bar.col1.shade4,
.graphics.ballot-q1 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q1 .bar.col1.shade3,
.graphics.ballot-q1 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q1 .bar.col1.shade2,
.graphics.ballot-q1 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q1 .bar.col1.shade1,
.graphics.ballot-q1 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q2 .col0 {
  color: #3ec339;
}
.graphics.ballot-q2 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q2 .bar.col0,
.graphics.ballot-q2 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q2 .bar.col0.shade4,
.graphics.ballot-q2 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q2 .bar.col0.shade3,
.graphics.ballot-q2 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q2 .bar.col0.shade2,
.graphics.ballot-q2 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q2 .bar.col0.shade1,
.graphics.ballot-q2 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q2 .bar.col1,
.graphics.ballot-q2 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q2 .bar.col1.shade4,
.graphics.ballot-q2 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q2 .bar.col1.shade3,
.graphics.ballot-q2 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q2 .bar.col1.shade2,
.graphics.ballot-q2 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q2 .bar.col1.shade1,
.graphics.ballot-q2 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q3 .col0 {
  color: #3ec339;
}
.graphics.ballot-q3 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q3 .bar.col0,
.graphics.ballot-q3 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q3 .bar.col0.shade4,
.graphics.ballot-q3 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q3 .bar.col0.shade3,
.graphics.ballot-q3 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q3 .bar.col0.shade2,
.graphics.ballot-q3 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q3 .bar.col0.shade1,
.graphics.ballot-q3 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q3 .bar.col1,
.graphics.ballot-q3 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q3 .bar.col1.shade4,
.graphics.ballot-q3 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q3 .bar.col1.shade3,
.graphics.ballot-q3 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q3 .bar.col1.shade2,
.graphics.ballot-q3 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q3 .bar.col1.shade1,
.graphics.ballot-q3 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q4 .col0 {
  color: #3ec339;
}
.graphics.ballot-q4 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q4 .bar.col0,
.graphics.ballot-q4 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q4 .bar.col0.shade4,
.graphics.ballot-q4 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q4 .bar.col0.shade3,
.graphics.ballot-q4 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q4 .bar.col0.shade2,
.graphics.ballot-q4 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q4 .bar.col0.shade1,
.graphics.ballot-q4 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q4 .bar.col1,
.graphics.ballot-q4 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q4 .bar.col1.shade4,
.graphics.ballot-q4 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q4 .bar.col1.shade3,
.graphics.ballot-q4 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q4 .bar.col1.shade2,
.graphics.ballot-q4 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q4 .bar.col1.shade1,
.graphics.ballot-q4 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q5 .col0 {
  color: #3ec339;
}
.graphics.ballot-q5 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q5 .bar.col0,
.graphics.ballot-q5 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q5 .bar.col0.shade4,
.graphics.ballot-q5 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q5 .bar.col0.shade3,
.graphics.ballot-q5 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q5 .bar.col0.shade2,
.graphics.ballot-q5 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q5 .bar.col0.shade1,
.graphics.ballot-q5 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q5 .bar.col1,
.graphics.ballot-q5 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q5 .bar.col1.shade4,
.graphics.ballot-q5 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q5 .bar.col1.shade3,
.graphics.ballot-q5 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q5 .bar.col1.shade2,
.graphics.ballot-q5 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q5 .bar.col1.shade1,
.graphics.ballot-q5 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q6 .col0 {
  color: #3ec339;
}
.graphics.ballot-q6 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q6 .bar.col0,
.graphics.ballot-q6 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q6 .bar.col0.shade4,
.graphics.ballot-q6 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q6 .bar.col0.shade3,
.graphics.ballot-q6 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q6 .bar.col0.shade2,
.graphics.ballot-q6 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q6 .bar.col0.shade1,
.graphics.ballot-q6 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q6 .bar.col1,
.graphics.ballot-q6 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q6 .bar.col1.shade4,
.graphics.ballot-q6 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q6 .bar.col1.shade3,
.graphics.ballot-q6 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q6 .bar.col1.shade2,
.graphics.ballot-q6 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q6 .bar.col1.shade1,
.graphics.ballot-q6 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q7 .col0 {
  color: #3ec339;
}
.graphics.ballot-q7 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q7 .bar.col0,
.graphics.ballot-q7 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q7 .bar.col0.shade4,
.graphics.ballot-q7 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q7 .bar.col0.shade3,
.graphics.ballot-q7 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q7 .bar.col0.shade2,
.graphics.ballot-q7 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q7 .bar.col0.shade1,
.graphics.ballot-q7 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q7 .bar.col1,
.graphics.ballot-q7 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q7 .bar.col1.shade4,
.graphics.ballot-q7 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q7 .bar.col1.shade3,
.graphics.ballot-q7 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q7 .bar.col1.shade2,
.graphics.ballot-q7 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q7 .bar.col1.shade1,
.graphics.ballot-q7 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q8 .col0 {
  color: #3ec339;
}
.graphics.ballot-q8 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q8 .bar.col0,
.graphics.ballot-q8 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q8 .bar.col0.shade4,
.graphics.ballot-q8 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q8 .bar.col0.shade3,
.graphics.ballot-q8 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q8 .bar.col0.shade2,
.graphics.ballot-q8 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q8 .bar.col0.shade1,
.graphics.ballot-q8 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q8 .bar.col1,
.graphics.ballot-q8 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q8 .bar.col1.shade4,
.graphics.ballot-q8 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q8 .bar.col1.shade3,
.graphics.ballot-q8 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q8 .bar.col1.shade2,
.graphics.ballot-q8 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q8 .bar.col1.shade1,
.graphics.ballot-q8 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q9 .col0 {
  color: #3ec339;
}
.graphics.ballot-q9 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q9 .bar.col0,
.graphics.ballot-q9 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q9 .bar.col0.shade4,
.graphics.ballot-q9 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q9 .bar.col0.shade3,
.graphics.ballot-q9 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q9 .bar.col0.shade2,
.graphics.ballot-q9 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q9 .bar.col0.shade1,
.graphics.ballot-q9 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q9 .bar.col1,
.graphics.ballot-q9 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q9 .bar.col1.shade4,
.graphics.ballot-q9 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q9 .bar.col1.shade3,
.graphics.ballot-q9 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q9 .bar.col1.shade2,
.graphics.ballot-q9 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q9 .bar.col1.shade1,
.graphics.ballot-q9 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q10 .col0 {
  color: #3ec339;
}
.graphics.ballot-q10 .col1 {
  color: #6bc6f3;
}
.graphics.ballot-q10 .bar.col0,
.graphics.ballot-q10 .town.col0 {
  background-color: #3ec339;
  fill: #3ec339;
}
.graphics.ballot-q10 .bar.col0.shade4,
.graphics.ballot-q10 .town.col0.shade4 {
  fill: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q10 .bar.col0.shade3,
.graphics.ballot-q10 .town.col0.shade3 {
  fill: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q10 .bar.col0.shade2,
.graphics.ballot-q10 .town.col0.shade2 {
  fill: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q10 .bar.col0.shade1,
.graphics.ballot-q10 .town.col0.shade1 {
  fill: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q10 .bar.col1,
.graphics.ballot-q10 .town.col1 {
  background-color: #6bc6f3;
  fill: #6bc6f3;
}
.graphics.ballot-q10 .bar.col1.shade4,
.graphics.ballot-q10 .town.col1.shade4 {
  fill: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q10 .bar.col1.shade3,
.graphics.ballot-q10 .town.col1.shade3 {
  fill: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q10 .bar.col1.shade2,
.graphics.ballot-q10 .town.col1.shade2 {
  fill: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q10 .bar.col1.shade1,
.graphics.ballot-q10 .town.col1.shade1 {
  fill: rgba(107, 198, 243, 0.35);
}
.graphics.potus .keys, .graphics.senate .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.potus .keys .square, .graphics.senate .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.potus .keys .square.sqt5, .graphics.senate .keys .square.sqt5 {
  background-color: #3989cb;
}
.graphics.potus .keys .square.sqt4, .graphics.senate .keys .square.sqt4 {
  background-color: rgba(57, 137, 203, 0.8);
}
.graphics.potus .keys .square.sqt3, .graphics.senate .keys .square.sqt3 {
  background-color: rgba(57, 137, 203, 0.6);
}
.graphics.potus .keys .square.sqt2, .graphics.senate .keys .square.sqt2 {
  background-color: rgba(57, 137, 203, 0.4);
}
.graphics.potus .keys .square.sqt1, .graphics.senate .keys .square.sqt1 {
  background-color: rgba(57, 137, 203, 0.3);
}
.graphics.potus .keys .square.sqb1, .graphics.senate .keys .square.sqb1 {
  background-color: rgba(189, 28, 0, 0.3);
}
.graphics.potus .keys .square.sqb2, .graphics.senate .keys .square.sqb2 {
  background-color: rgba(189, 28, 0, 0.4);
}
.graphics.potus .keys .square.sqb3, .graphics.senate .keys .square.sqb3 {
  background-color: rgba(189, 28, 0, 0.6);
}
.graphics.potus .keys .square.sqb4, .graphics.senate .keys .square.sqb4 {
  background-color: rgba(189, 28, 0, 0.8);
}
.graphics.potus .keys .square.sqb5, .graphics.senate .keys .square.sqb5 {
  background-color: #BD1C00;
}
.graphics.ballot-q1 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q1 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q1 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q1 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q1 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q1 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q1 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q1 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q1 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q1 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q1 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q1 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q2 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q2 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q2 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q2 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q2 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q2 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q2 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q2 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q2 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q2 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q2 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q2 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q3 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q3 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q3 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q3 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q3 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q3 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q3 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q3 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q3 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q3 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q3 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q3 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q4 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q4 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q4 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q4 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q4 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q4 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q4 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q4 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q4 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q4 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q4 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q4 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q5 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q5 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q5 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q5 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q5 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q5 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q5 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q5 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q5 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q5 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q5 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q5 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q6 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q6 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q6 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q6 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q6 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q6 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q6 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q6 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q6 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q6 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q6 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q6 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q7 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q7 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q7 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q7 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q7 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q7 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q7 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q7 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q7 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q7 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q7 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q7 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q8 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q8 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q8 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q8 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q8 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q8 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q8 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q8 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q8 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q8 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q8 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q8 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q9 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q9 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q9 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q9 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q9 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q9 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q9 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q9 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q9 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q9 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q9 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q9 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics.ballot-q10 .keys {
  line-height: 1.2;
  font-size: 14px;
}
.graphics.ballot-q10 .keys .square {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.graphics.ballot-q10 .keys .square.sqt5 {
  background-color: #3ec339;
}
.graphics.ballot-q10 .keys .square.sqt4 {
  background-color: rgba(62, 195, 57, 0.8);
}
.graphics.ballot-q10 .keys .square.sqt3 {
  background-color: rgba(62, 195, 57, 0.6);
}
.graphics.ballot-q10 .keys .square.sqt2 {
  background-color: rgba(62, 195, 57, 0.4);
}
.graphics.ballot-q10 .keys .square.sqt1 {
  background-color: rgba(62, 195, 57, 0.3);
}
.graphics.ballot-q10 .keys .square.sqb1 {
  background-color: rgba(107, 198, 243, 0.35);
}
.graphics.ballot-q10 .keys .square.sqb2 {
  background-color: rgba(107, 198, 243, 0.5);
}
.graphics.ballot-q10 .keys .square.sqb3 {
  background-color: rgba(107, 198, 243, 0.7);
}
.graphics.ballot-q10 .keys .square.sqb4 {
  background-color: rgba(107, 198, 243, 0.9);
}
.graphics.ballot-q10 .keys .square.sqb5 {
  background-color: #6bc6f3;
}
.graphics .graphic {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.graphics .credit {
  color: #999fa5;
  font-size: 14px;
  font-weight: 200;
  text-align: right;
  line-height: 1;
}
.graphics .graphic-content {
  height: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 75%;
  padding-top: 0;
  position: relative;
}
.graphics .graphic-content svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  max-width: 100%;
  background-color: transparent;
  display: inline-block;
  z-index: 1000;
}
.graphics .graphic-content .infobox {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
}
.graphics .graphic-content .infobox h3 {
  font-weight: 200;
  margin: 0 0 4px;
  font-size: 22px;
}
.graphics .graphic-content .infobox table {
  margin: 12px 0 0;
  padding: 0;
  font-size: 16px;
  border: none;
}
.graphics .graphic-content .infobox .infotable th {
  white-space: nowrap;
  font-weight: normal;
  padding: 2px 14px 2px 0;
  text-align: left;
  border: none;
}
.graphics .graphic-content .infobox table td {
  padding: 2px 5px;
  text-align: right;
  border: none;
}
.graphics .graphic-content .infobox .winner-img {
  width: 14px;
  margin-left: 0.5rem;
}
.graphics .graphic-content .infobox .info-precincts {
  white-space: nowrap;
}
.graphics .graphic-content .infobox table td.info-bar0,
.graphics .graphic-content .infobox table td.info-bar1,
.graphics .graphic-content .infobox table td.info-bar2 {
  text-align: left;
}
.graphics .graphic-content .infobox table td.info-bar0 .bar,
.graphics .graphic-content .infobox table td.info-bar1 .bar,
.graphics .graphic-content .infobox table td.info-bar2 .bar {
  display: inline-block;
  height: 10px;
}
.graphics .graphic-content .keys {
  display: none;
}
.graphics .graphic-content .square {
  display: inline-block;
  height: 10px;
  width: 10px;
}
.graphics .table-wrapper,
.graphics .form-select {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 20px auto;
}
.graphics .table-wrapper {
  width: 100%;
  overflow-x: hidden;
}
.graphics .table-wrapper table {
  font-size: 15px;
  line-height: 1;
  max-width: 100%;
  border-bottom: none;
  margin: 0 0 20px 0;
}
.graphics #datatable_filter {
  margin: 10px 0;
}
.graphics .town {
  transition: fill 0.25s ease;
  fill: #ddd;
  stroke: #efefef;
  stroke-width: 0.5;
  cursor: pointer;
  display: block;
}
.graphics .town:hover,
.graphics .town:focus,
.graphics .town.searched {
  stroke: #000;
  stroke-width: 2;
  outline: none;
}
.graphics #tooltip {
  visibility: hidden;
  position: absolute;
  top: 400px;
  left: 300px;
  z-index: 100000;
  pointer-events: none;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  padding: 1px 5px;
  box-shadow: 1px 1px 2px 1px #ccc;
}
.graphics #tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -6.5px;
  margin-bottom: -9px;
}
@media (max-width: 525px) {
  .graphics .hide-for-small {
    display: none;
  }
}
@media (max-width: 360px) {
  .graphics .hide-for-extrasmall {
    display: none;
  }
}
@media (min-width: 445px) {
  .graphics .graphic-content {
    padding-bottom: 62.5%;
  }
  .graphics .graphic-content .infobox {
    width: 50%;
    font-size: 16px;
  }
  .graphics #datatable > tbody > tr > td:nth-child(1) {
    white-space: nowrap;
  }
}
@media (min-width: 600px) {
  .graphics .graphic-content .keys {
    line-height: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 3%;
    font-size: 14px;
  }
  .graphics .table-wrapper table {
    font-size: 17px;
  }
  .graphics .graphic-content .infobox table {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .graphics .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: right;
  }
}
@media (min-width: 699px) {
  .graphics .graphic-content .infobox {
    bottom: 3%;
  }
  .graphics .map-refresh {
    display: block;
    margin: 0 auto 0 10%;
  }
  .graphics .graphic-content .keys {
    right: 8%;
  }
}
.graphics .graphic-content .infobox h3 {
  font-size: 30px;
}
.graphics h3 + small {
  font-size: 14px;
  font-weight: 200;
}
.graphics .graphic-content .infobox table td.info-bar0 .bar,
.graphics .graphic-content .infobox table td.info-bar1 .bar,
.graphics .graphic-content .infobox table td.info-bar2 .bar {
  height: 16px;
}
