/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
:root {
  --foreground: #333;
  --secondary: #787878;
  --background: white;
  --shaded: #efefef;
  --outline: var(--background);
  --accent: var(--secondary);
  --accent-fade: rgba(136, 136, 136, 0.3);
  --link: #237bbd;
  --link-secondary: var(--foreground);
  --font-size: 14px;
  --side-margin: 15px;
  --divider: #999;
  --divider-minor: #dadada;
  --background-faded: rgba(255, 255, 255, 0);
}
@media (min-width: 651px) {
  :root {
    --side-margin: 20px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666;
}
a,
a:visited {
  color: #4774cc;
}
a:hover,
a:active,
a:focus {
  color: #bccae5;
}
img:not([alt]) {
  outline: 3px solid red;
}
[aria-hidden] img:not([alt]),
[role="img"] img:not([alt]) {
  outline: none;
}
/* NPR standard partials */
footer {
  background: black;
  color: white;
  padding: 40px 20px;
  position: relative;
  justify-content: flex-start;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .constrained {
  max-width: 700px;
  margin: auto;
}
footer .npr {
  margin-top: 44px;
}
footer .npr a,
footer .npr a:visited {
  color: white;
  text-decoration: none;
}
footer .npr a:hover,
footer .npr a:visited:hover,
footer .npr a:focus,
footer .npr a:visited:focus {
  color: #888;
}
footer .npr ul {
  border-top: 1px solid #333;
  color: #888;
  font-size: 0.8rem;
  padding-top: 11px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 651px) {
  footer .npr ul li {
    display: inline-block;
  }
}
h1 {
  color: #333;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.constrained {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 400px) {
  .constrained {
    padding: 0 10px;
  }
}
h1:focus,
h2:focus {
  outline: 0;
}
.alert {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #666;
  padding-right: 10px;
}
.alert b {
  color: #d62021;
}
@media (max-width: 650px) {
  .alert {
    padding-right: 0;
  }
}
.source {
  color: #9a9a9a;
  font-style: italic;
  font-size: 11px;
  margin: 30px 0 10px;
}
.source a {
  text-decoration: none;
}
.source .note {
  margin-bottom: 10px;
  font-style: normal;
}
nav.results-nav {
  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;
  font-size: 13.5px;
  color: #454545;
  align-items: center;
  border-bottom: 5px solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-image: linear-gradient(to right, #d62021, #237bbd) 100;
  margin-bottom: 16px;
}
.embedded nav.results-nav {
  display: none;
}
nav.results-nav .constrained {
  padding: 13px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 768px) {
  nav.results-nav {
    justify-content: space-between;
  }
}
nav.results-nav .label.abbrev {
  display: none;
}
@media (max-width: 875px) {
  nav.results-nav .label.abbrev {
    display: inline;
  }
  nav.results-nav .label.full {
    display: none;
  }
}
@media (max-width: 650px) {
  nav.results-nav .label.abbrev {
    display: none;
  }
  nav.results-nav .label.full {
    display: inline;
  }
}
nav.results-nav .results-logo {
  display: flex;
  padding-right: 20px;
}
@media (max-width: 650px) {
  nav.results-nav .results-logo {
    padding-right: 16px;
  }
}
nav.results-nav .results-logo hr {
  margin: 0 20px;
  border: none;
  border-left: 1px solid #ccc;
}
@media (max-width: 650px) {
  nav.results-nav .results-logo hr {
    margin: 0 16px;
  }
}
nav.results-nav .results-logo img {
  height: 18px;
  display: block;
}
nav.results-nav .results-logo .short {
  display: none;
}
@media (max-width: 950px) {
  nav.results-nav .results-logo .short {
    display: block;
  }
  nav.results-nav .results-logo .full {
    display: none;
  }
}
nav.results-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: white;
}
@media (max-width: 650px) {
  nav.results-nav ul {
    flex: 0 0 100%;
  }
}
nav.results-nav li {
  display: block;
  position: relative;
  white-space: nowrap;
}
nav.results-nav button,
nav.results-nav a {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
  display: block;
}
nav.results-nav button:hover,
nav.results-nav a:hover,
nav.results-nav button:focus,
nav.results-nav a:focus,
nav.results-nav button:active,
nav.results-nav a:active {
  opacity: 0.6;
}
nav.results-nav ul#main-menu {
  display: flex;
  align-items: center;
}
nav.results-nav ul#main-menu > li {
  padding-right: 20px;
}
@media (max-width: 650px) {
  nav.results-nav ul#main-menu {
    display: none;
  }
  nav.results-nav ul#main-menu.show {
    display: block;
  }
  nav.results-nav ul#main-menu > li {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  nav.results-nav ul#main-menu > li:first-child {
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }
  nav.results-nav ul#main-menu > li.state-nav {
    padding: 9px 8px;
  }
}
nav.results-nav .menu-toggle svg {
  width: 1em;
  height: 1em;
  vertical-align: text-top;
}
nav.results-nav .menu-toggle[aria-controls="main-menu"] {
  display: none;
}
@media (max-width: 650px) {
  nav.results-nav .menu-toggle[aria-controls="main-menu"] {
    display: block;
  }
}
nav.results-nav .menu-toggle[aria-controls="states-menu"] {
  width: 100%;
}
nav.results-nav .menu-contents {
  display: none;
  background: white;
}
nav.results-nav .menu-contents.show {
  display: block;
}
nav.results-nav .menu-contents.states {
  border: 1px solid #eee;
  padding: 8px;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  columns: 3;
  background: white;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
nav.results-nav .menu-contents.states li {
  border-top: none;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 0.9em;
  margin-bottom: 2px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 650px) {
  nav.results-nav .menu-contents.states {
    border: none;
    position: static;
    box-shadow: none;
    padding: 8px 0 0;
    margin-top: 8px;
  }
}
@media (max-width: 400px) {
  nav.results-nav .menu-contents.states {
    columns: 2;
  }
}
nav.results-nav .donate {
  position: absolute;
  right: 15px;
  top: 9px;
}
nav.results-nav .donate a {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 8px 4px 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAxMEw0LjcwMjUgOS4yODA2NUMxLjg3IDYuNzM1NyAwIDUuMDU3MjIgMCAyLjk5NzI4QzAgMS4zMTg4IDEuMzMxIDAgMy4wMjUgMEMzLjk4MiAwIDQuOTAwNSAwLjQ0MTQxNyA1LjUgMS4xMzg5NkM2LjA5OTUgMC40NDE0MTcgNy4wMTggMCA3Ljk3NSAwQzkuNjY5IDAgMTEgMS4zMTg4IDExIDIuOTk3MjhDMTEgNS4wNTcyMiA5LjEzIDYuNzM1NyA2LjI5NzUgOS4yODYxTDUuNSAxMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #d62021;
  white-space: nowrap;
}
nav.results-nav .donate:hover {
  opacity: 0.6;
}
@media (max-width: 400px) {
  nav.results-nav .donate {
    display: none;
  }
}
.about-box {
  background: #eeeeee;
  max-width: 730px;
  margin: auto;
  margin-bottom: 30px;
  padding: 8px 35px;
  padding-bottom: 20px;
  border-top: 6px solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-image: linear-gradient(to right, #d62021, #237bbd) 100;
  color: #333;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  .about-box {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }
  .about-box h2 {
    font-size: 18px;
  }
}
.about-box a {
  text-decoration: none;
  font-weight: bold;
}
.about-box.closed {
  display: none;
}
.about-box .close {
  float: right;
  margin-top: 20px;
  color: #eee;
  background-color: #333;
  border-radius: 100%;
  padding: 6px;
}
@media (max-width: 400px) {
  .about-box .close {
    margin-top: 18px;
  }
}
.about-box .close svg {
  width: 12px;
  height: 12px;
  display: block;
}
@media (max-width: 400px) {
  .about-box .close svg {
    width: 9px;
    height: 9px;
  }
}
.about-box .close:hover {
  cursor: pointer;
  background-color: #666;
}
.ad-block {
  border-top: 2px #f5f5f5 solid;
  text-align: center;
}
[data-view="StateResults"] #bottom {
  display: none !important;
}
google-ad {
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 15px;
  display: block;
  text-align: center;
}
.embedded google-ad {
  display: none !important;
}
google-ad iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
google-ad.pending:after {
  display: block;
  height: 270px;
  background: #EEE;
  content: "";
}
google-ad.has-ad:before {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #9b9b9b;
  padding: 15px;
}
google-ad.has-ad:after {
  border-bottom: 2px #f5f5f5 solid;
  padding-top: 25px;
  content: "";
  display: block;
}
google-ad .message {
  font-size: 10px;
  text-align: center;
  display: none;
}
.has-adgoogle-ad .message {
  display: block;
}
footer {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  background: #222;
  color: white;
  padding: 40px 15px;
  position: relative;
  justify-content: flex-start;
}
footer.mega-nav {
  background: #454545;
}
body.embedded footer {
  display: none;
}
footer h3 {
  margin: 0 0 6px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
}
footer h3.state-hed {
  border-top: 1px solid #999;
  padding-top: 33px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer a,
footer a:link,
footer a:visited {
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  color: #aaa;
}
footer .constrained {
  max-width: 900px;
  margin: auto;
  padding-left: 15px;
}
@media (max-width: 768px) {
  footer .constrained {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  footer .constrained {
    max-width: 1200px;
    padding-right: 300px;
  }
}
footer .npr {
  margin-top: 44px;
}
footer .npr ul {
  border-top: 1px solid #555;
  color: #888;
  font-size: 0.8rem;
  padding-top: 11px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 651px) {
  footer .npr ul li {
    display: inline-block;
  }
}
footer .state-nav {
  column-count: 5;
  margin: 20px 0 0 0;
}
@media (max-width: 875px) {
  footer .state-nav {
    column-count: 3;
  }
}
@media (max-width: 650px) {
  footer .state-nav {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  footer .state-nav {
    font-size: 0.9em;
  }
}
footer .state-nav a {
  line-height: 1.8;
}
footer .state-nav .gov-link {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #666;
  width: 60%;
}
@media (max-width: 400px) {
  footer .state-nav .gov-link {
    margin-bottom: 11px;
    padding-bottom: 11px;
  }
}
footer .more-2020 {
  column-count: 3;
  margin: 20px 0 33px 0;
}
@media (max-width: 650px) {
  footer .more-2020 {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  footer .more-2020 {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  footer .more-2020 {
    font-size: 0.9em;
  }
}
footer .more-2020 a {
  line-height: 1.8;
}
footer .credits {
  font-size: 0.9em;
  color: #ccc;
}
footer .credits p {
  margin: 0;
}
@media (max-width: 650px) {
  footer .credits p {
    margin: 0 0 2px 0;
  }
}
footer .credits p {
  line-height: 1.6;
}
h1 {
  font-size: 24px;
}
#nav-list {
  width: 100%;
}
#nav-list tr:nth-child(even) {
  background-color: #f1f1f1;
}
#nav-list th,
#nav-list td {
  border-bottom: 1px solid #eee;
  padding: 5px;
  text-align: left;
}
#nav-list textarea {
  height: 80px;
  width: 80%;
}
#nav-list .state {
  width: 100px;
}
main.embed a.see-full {
  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;
  margin: 4px 0;
  text-decoration: none;
}
main.embed .results-header span.state-label {
  display: inline-block !important;
}
main.embed-bop {
  color: #444;
}
main.embed-bop .full-link {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media (max-width: 300px) {
  main.embed-bop .full-link {
    text-align: left;
    margin-top: 23px;
  }
}
@media (max-width: 300px) {
  main.embed-bop .president .full-link {
    text-align: center;
  }
}
main.embed-bop .inline .container {
  display: flex;
  max-width: 100%;
}
@media (max-width: 875px) {
  main.embed-bop .inline .container {
    padding: 0 5px;
  }
}
@media (max-width: 700px) {
  main.embed-bop .inline .container {
    display: block;
  }
}
main.embed-bop .inline .bar-container {
  height: 20px;
}
main.embed-bop .inline .net-gain-container {
  right: 25px;
  bottom: 8px;
}
@media (max-width: 700px) {
  main.embed-bop .inline .net-gain-container {
    right: 0;
  }
}
main.embed-bop .inline .house .full-link {
  text-align: right;
}
@media (max-width: 400px) {
  main.embed-bop .inline .house .full-link {
    text-align: left;
  }
}
main.embed-bop .inline .house .net-gain-container {
  left: 25px;
  right: auto;
}
@media (max-width: 700px) {
  main.embed-bop .inline .house .net-gain-container {
    left: 0;
  }
}
@media (max-width: 400px) {
  main.embed-bop .inline .house .net-gain-container {
    left: auto;
    right: 0;
  }
}
main.embed-bop .inline .full-link {
  text-align: left;
  margin-top: 23px;
}
main.embed-bop .inline .second.divider {
  display: none;
}
@media (max-width: 400px) {
  main.embed-bop .inline .second.divider {
    display: block;
    margin-top: 15px;
  }
}
main.embed-bop .inline .president .bar-container {
  display: block;
}
main.embed-bop .inline .president .full-link {
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 700px) {
  main.embed-bop .inline .president .full-link {
    margin-top: 10px;
  }
}
main.embed-bop .inline .senate .number-container,
main.embed-bop .inline .house .number-container {
  display: flex;
}
main.embed-bop .inline .link-container {
  flex: 1;
  padding: 0 25px;
  border-right: 1px solid #ddd;
}
main.embed-bop .inline .link-container.house {
  order: 1;
}
main.embed-bop .inline .link-container.president {
  order: 2;
}
main.embed-bop .inline .link-container.senate {
  order: 3;
}
main.embed-bop .inline .link-container h3 {
  margin: 10px 0;
}
main.embed-bop .inline .link-container .label {
  display: none;
}
main.embed-bop .inline .link-container .middle {
  height: 23.8px;
}
@media (max-width: 700px) {
  main.embed-bop .inline .link-container {
    border: none;
    padding: 0;
  }
  main.embed-bop .inline .link-container.senate,
  main.embed-bop .inline .link-container.house {
    width: 46%;
    display: inline-block;
  }
  main.embed-bop .inline .link-container.senate {
    float: right;
  }
  main.embed-bop .inline .link-container.president .bar-container {
    height: 14px;
  }
  main.embed-bop .inline .link-container.president .middle {
    top: -2.8px;
    height: 16.8px;
  }
  main.embed-bop .inline .link-container.president h3 {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  main.embed-bop .inline .link-container.senate,
  main.embed-bop .inline .link-container.house {
    width: 100%;
  }
}
main.embed-bop .inline .link-container:last-child {
  border-right: 0;
}
main.embed-bop .inline .candidate {
  border: 0 !important;
}
main.embed-bop .inline .source {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 400px) {
  main.embed-bop .inline .source {
    margin-top: 20px;
    text-align: left;
    padding-left: 5px;
  }
}
main.embed-bop .dark h3 {
  color: #eee;
}
main.embed-bop .dark .full-link a {
  color: #eee;
}
main.embed-bop .dark .full-link a:hover {
  color: white;
  text-decoration: underline;
}
main.embed-bop .dark .bar-container .middle {
  border-left: 1px solid #eee;
}
main.embed-bop .dark .bar-container .bar.gop {
  background: #e44446;
}
main.embed-bop .dark .bar-container .bar.gop path {
  fill: #e44446;
}
main.embed-bop .dark .chatter,
main.embed-bop .dark .uncalled {
  color: #ccc;
}
main.embed-bop .dark .net-gain-container .gain-label {
  color: #ccc;
}
main.embed-bop .dark .net-gain-container .net-gain.GOP {
  background: #e44446;
}
main.embed-bop .dark .source {
  color: #aaa;
}
main.embed-bop .dark .bar-container {
  background: #777;
}
main.embed-bop .dark .divider {
  border-top: 1px solid #777;
}
main.embed-bop .dark .president .candidate:first-child {
  border-right: 1px solid #777;
}
main.embed-bop .dark .candidate.gop {
  color: #e44446;
}
main.embed-bop .dark .candidate.gop path {
  fill: #e44446;
}
main.embed-bop .dark.inline .link-container {
  border-right: 1px solid #777;
}
main.embed-bop .dark.inline .link-container:last-child {
  border-right: none;
}
@media (max-width: 700px) {
  main.embed-bop .dark.inline .link-container {
    border: none;
  }
}
@media (max-width: 700px) {
  main.embed-bop .hide-congress .link-container.house,
  main.embed-bop .hide-congress .link-container.senate {
    display: none;
  }
  main.embed-bop .hide-congress .divider,
  main.embed-bop .hide-congress .second.divider {
    display: none;
  }
}
main.embed-bop .only-pres .link-container.house,
main.embed-bop .only-pres .link-container.senate {
  display: none;
}
main.embed-bop .only-pres .divider,
main.embed-bop .only-pres .second.divider {
  display: none;
}
main.embed-bop .president h3 {
  margin-top: 0;
}
main.embed-bop h3 {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
main.embed-bop .chatter {
  text-align: center;
  font-size: 12px;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #666;
}
main.embed-bop .winner-icon {
  color: #444;
  width: 0.8em;
  display: inline-block;
  margin-left: 0;
}
main.embed-bop a.link-container {
  text-decoration: none;
  color: #444;
  position: relative;
  display: block;
}
main.embed-bop .number-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
main.embed-bop .number-container .candidate {
  flex: 1;
  text-align: center;
  max-width: 90px;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main.embed-bop .number-container .candidate .name {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 300px) {
  main.embed-bop .number-container .candidate .name {
    font-size: 12px;
  }
}
main.embed-bop .number-container .candidate .votes {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 30px;
  font-weight: bold;
}
main.embed-bop .number-container .dem {
  color: #237bbd;
}
main.embed-bop .number-container .dem path {
  fill: #237bbd;
}
main.embed-bop .number-container .gop {
  color: #d61f21;
}
main.embed-bop .number-container .gop path {
  fill: #d61f21;
}
main.embed-bop .number-container .other {
  color: #15b16e;
}
main.embed-bop .number-container .other path {
  fill: #15b16e;
}
main.embed-bop .president .chatter {
  margin-top: 10px;
}
main.embed-bop .president .bar-container {
  display: none;
}
main.embed-bop .president .candidate:first-child {
  border-right: 1px solid #ddd;
}
main.embed-bop .bar-container {
  width: 100%;
  height: 26px;
  background: #ddd;
  margin: 5px 0 10px;
  position: relative;
}
main.embed-bop .bar-container .bar {
  height: 100%;
}
main.embed-bop .bar-container .bar.dem {
  background: #237bbd;
  float: left;
}
main.embed-bop .bar-container .bar.dem path {
  fill: #237bbd;
}
main.embed-bop .bar-container .bar.gop {
  background: #d61f21;
  float: right;
}
main.embed-bop .bar-container .bar.gop path {
  fill: #d61f21;
}
main.embed-bop .bar-container .bar.other {
  background: #15b16e;
  float: left;
}
main.embed-bop .bar-container .bar.other path {
  fill: #15b16e;
}
main.embed-bop .bar-container .middle {
  position: absolute;
  top: 0;
  border-left: 1px solid #444;
  height: 30px;
  width: 1px;
  right: 50%;
}
main.embed-bop .net-gain-container {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
main.embed-bop .net-gain-container .gain-label {
  font-size: 10px;
  color: #444;
  padding-bottom: 1px;
}
main.embed-bop .net-gain-container .net-gain {
  font-size: 11px;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
  background: #9a9a9a;
  color: white;
  display: inline-block;
  padding: 3px 6px;
}
main.embed-bop .net-gain-container .net-gain.Dem {
  background: #237bbd;
}
main.embed-bop .net-gain-container .net-gain.GOP {
  background: #d61f21;
}
@media (max-width: 300px) {
  main.embed-bop .net-gain-container .net-gain {
    padding: 1px 4px 2px;
    font-size: 10px;
  }
}
main.embed-bop .divider {
  border-top: 1px solid #eee;
  margin: 20px 0 5px;
}
main.embed-bop .source {
  margin-top: 55px;
}
main.embed-homepage .disclaimer {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  color: #787878;
}
main.embed-homepage .full-link {
  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;
  text-align: center;
}
main.embed-homepage .full-link a {
  text-decoration: none;
}
.winner-icon {
  width: 1em;
  height: 1em;
  display: none;
  display: inline-block;
}
.leaderboard {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 650px) {
  .leaderboard {
    width: 100%;
  }
}
.ballot .leaderboard,
.governor .leaderboard {
  display: none;
}
.leaderboard.senate,
.leaderboard.house {
  width: 50%;
  max-width: 500px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}
.leaderboard .change {
  padding-left: 5px;
}
.leaderboard .results-header-group {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 17.5%;
}
@media (max-width: 400px) {
  .leaderboard .results-header-group {
    width: 17%;
  }
}
.leaderboard .results-header-group:nth-child(2) {
  padding-left: 0;
}
.leaderboard .results-header-group:last-child {
  padding-right: 0;
}
.leaderboard .results-header-group.hidden {
  display: none;
}
.leaderboard .dem .party {
  color: #237bbd;
}
.leaderboard .dem .party path {
  fill: #237bbd;
}
.leaderboard .gop .party {
  color: #d61f21;
}
.leaderboard .gop .party path {
  fill: #d61f21;
}
.leaderboard .other .party {
  color: #15b16e;
}
.leaderboard .other .party path {
  fill: #15b16e;
}
.leaderboard .net .party {
  color: #666;
}
.leaderboard .not-called .party {
  color: #999999;
}
.leaderboard .dem .party .icon.icon-ok,
.leaderboard .gop .party .icon.icon-ok {
  color: #333333;
}
.leaderboard h2 {
  font-weight: normal;
  line-height: 1;
}
.leaderboard h2 label {
  display: block;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 0.3rem;
}
@media (max-width: 400px) {
  .leaderboard h2 label {
    font-size: 14px;
  }
}
.leaderboard h2 label.hidden {
  display: none;
}
.leaderboard h2 abbr {
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 32px;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 100%;
  padding-bottom: 5px;
}
.leaderboard .net-gain {
  border-right: 1px solid #eeeeee;
  padding-right: 10px;
  width: 25%;
}
@media (max-width: 400px) {
  .leaderboard .net-gain {
    width: 32%;
  }
}
.leaderboard .net-gain h2 {
  color: #666;
}
.leaderboard .net-gain h2 abbr {
  background-color: #ccc;
  font-size: 0.9rem;
  padding: 0.45rem 0;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .leaderboard .net-gain h2 abbr {
    font-size: 0.8rem;
  }
}
.leaderboard .net-gain h2 label {
  margin-bottom: 0.2rem;
}
.leaderboard .net-gain h2.party.dem abbr {
  background-color: #237bbd;
  color: #fff;
}
.leaderboard .net-gain h2.party.gop abbr {
  background-color: #d61f21;
  color: #fff;
}
.leaderboard .leaderboard-detail {
  color: #a0a0a0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 9px;
  text-align: left;
  width: 100%;
}
.leaderboard .leaderboard-detail span {
  font-weight: bold;
}
.leaderboard .leaderboard-detail .dem {
  color: #237bbd;
}
.leaderboard .leaderboard-detail .gop {
  color: #d61f21;
}
.board-key {
  color: #666;
  font-size: 12px;
}
.board-key h3 {
  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;
  margin-bottom: 4px;
  color: #444;
}
.board-key ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
}
.board-key ul li {
  line-height: 20px;
  display: block;
  white-space: nowrap;
  width: 250px;
}
.board-key .dem .leading {
  background: #D5E5F2;
}
.board-key .dem .winner {
  background: #237bbd;
}
.board-key .gop .leading,
.board-key .no .leading {
  background: #F8D6D4;
}
.board-key .gop .winner,
.board-key .no .winner {
  background: #d61f21;
}
.board-key .ind .leading,
.board-key .yes .leading {
  background: #D7F0E2;
}
.board-key .ind .winner,
.board-key .yes .winner {
  background: #15b16e;
}
.board-key .leading,
.board-key .winner {
  padding: 1px 3px;
  border-radius: 1px;
}
.board-key .winner {
  color: white;
}
.board-key .pickup span,
.board-key .runoff span {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 8px;
  font-weight: bold;
}
.board-key .pickup span {
  color: #237bbd;
}
.board-key .eevp span.perc {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  color: #9a9a9a;
}
.board-key .eevp .link {
  font-style: italic;
}
.board-key .eevp a {
  text-decoration: none;
}
.board.president h1 {
  text-align: center;
  margin-bottom: 30px;
}
.board.president .electoral-leaderboard {
  display: flex;
  justify-content: center;
  align-items: top;
  padding: 0 0 30px;
  margin: 0;
  list-style-type: none;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  align-items: stretch;
}
.board.president .electoral-leaderboard .party {
  font-size: 56px;
  padding: 0 40px;
  text-align: center;
  color: #666;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.board.president .electoral-leaderboard .party:first-child {
  border-left: 0;
}
@media (max-width: 650px) {
  .board.president .electoral-leaderboard .party {
    padding: 0 30px;
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .board.president .electoral-leaderboard .party {
    padding: 0 20px;
  }
}
.board.president .electoral-leaderboard .party.dem {
  color: #237bbd;
}
.board.president .electoral-leaderboard .party.dem path {
  fill: #237bbd;
}
.board.president .electoral-leaderboard .party.gop {
  color: #d61f21;
}
.board.president .electoral-leaderboard .party.gop path {
  fill: #d61f21;
}
.board.president .electoral-leaderboard .party.other {
  color: #15b16e;
}
.board.president .electoral-leaderboard .party.other path {
  fill: #15b16e;
}
.board.president .electoral-leaderboard .party 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;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 650px) {
  .board.president .electoral-leaderboard .party label {
    font-size: 14px;
  }
}
.board.president .electoral-bars {
  height: 10px;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  background: #CCC;
  position: relative;
  margin: 40px auto 30px;
}
.board.president .electoral-bars .bar {
  height: 100%;
  transition: all 0.4s ease;
}
.board.president .electoral-bars .bar.Dem {
  background: #237bbd;
}
.board.president .electoral-bars .bar.GOP {
  background: #d61f21;
}
.board.president .electoral-bars hr.victory {
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: -10px;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  overflow: visible;
}
.board.president .electoral-bars hr.victory .label {
  position: absolute;
  bottom: calc(100% + 4px);
  color: #666;
  transform: translateX(-50%);
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
.board.president hr.divider {
  max-width: 300px;
  margin: 20px auto;
  border: 1px solid #eeeeee;
}
.bop-wrapper {
  width: 66%;
  display: inline-block;
}
@media (max-width: 650px) {
  .bop-wrapper {
    width: 100%;
  }
}
.title-wrapper {
  width: 33%;
  float: left;
  margin-top: 0.83em;
  padding: 5px 10px 5px 0;
}
@media (max-width: 650px) {
  .title-wrapper {
    width: 100%;
  }
}
.header {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.board-container {
  width: 100%;
}
.board-container h2 {
  width: 100%;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0 5px 0;
  border-top: 2px solid #ddd;
  padding-top: 8px;
  text-transform: uppercase;
  color: #666;
  font-size: 1.1em;
}
.cartogram {
  margin: auto;
  position: relative;
  max-width: 900px;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .cartogram {
    margin-bottom: 0px;
  }
}
.cartogram .tooltip {
  position: absolute;
  border: 1px solid #eee;
  background-color: white;
  padding: 8px 8px 5px 8px;
  display: none;
  pointer-events: none;
}
.cartogram .tooltip.shown {
  display: block;
}
.cartogram .tooltip h3 {
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.cartogram .tooltip h3 span {
  color: #666;
}
.cartogram .tooltip .candidates {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  min-width: 120px;
  font-size: 10px;
  color: #666;
}
.cartogram .tooltip .candidates .row {
  border-top: 1px solid #eee;
  padding: 3px 0 3px 0;
}
.cartogram .tooltip .candidates .name,
.cartogram .tooltip .candidates .perc {
  font-weight: normal;
  display: inline-block;
}
.cartogram .tooltip .candidates .perc {
  text-align: right;
  float: right;
}
.cartogram .tooltip .candidates .party {
  height: 6px;
  width: 6px;
  margin-right: 4px;
  margin-top: 5px;
  background: #15b16e;
  float: left;
}
.cartogram .tooltip .candidates .party.Dem {
  background: #237bbd;
}
.cartogram .tooltip .candidates .party.GOP {
  background: #d61f21;
}
.cartogram .tooltip .candidates .party.Other {
  display: none;
}
.cartogram .tooltip .reporting {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 3px;
  font-size: 10px;
  color: #9a9a9a;
  font-style: italic;
  border-top: 1px solid #eee;
}
.cartogram .tooltip .winner-icon {
  color: #666;
  margin-left: 2px;
  font-size: 8px;
}
.cartogram g {
  fill: #e1e1e1;
  stroke: white;
  cursor: pointer;
}
.cartogram g.early {
  fill: #e1e1e1;
}
.cartogram g.leader {
  fill: #D7F0E2;
}
.cartogram g.leader.GOP {
  fill: #F8D6D4;
}
.cartogram g.leader.Dem {
  fill: #D5E5F2;
}
.cartogram g.winner {
  fill: #15b16e;
}
.cartogram g.winner text {
  fill: white;
}
.cartogram g.winner.GOP {
  fill: #d61f21;
}
.cartogram g.winner.Dem {
  fill: #237bbd;
}
.cartogram text {
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  fill: #666;
  fill-opacity: 0.9;
  text-anchor: middle;
  stroke: none;
  cursor: default;
  pointer-events: none;
  line-height: 1;
}
@media (max-width: 650px) {
  .cartogram text {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .cartogram text {
    font-size: 20px;
  }
}
.cartogram text.votes {
  fill-opacity: 0.75;
  font-size: 60%;
}
@media (max-width: 650px) {
  .cartogram text.votes {
    display: none;
  }
}
.cartogram .hover {
  stroke: black;
  stroke-width: 2px;
}
.county-trend circle {
  fill-opacity: 0.3;
  stroke-opacity: 0.6;
  fill: #15b16e;
  stroke: #15b16e;
}
.county-trend circle.GOP {
  fill: rgba(214, 31, 33, 0.5);
  stroke: rgba(214, 31, 33, 0.5);
}
.county-trend circle.Dem {
  fill: rgba(35, 123, 189, 0.5);
  stroke: rgba(35, 123, 189, 0.5);
}
.county-trend div.description {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  margin: auto;
  margin-left: 30px;
  text-align: center;
  display: block;
}
.county-trend div.description div.strength {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  margin-top: 2px;
  padding: 0px 5px 1px;
  font-size: 10px;
  border-radius: 2px;
}
.county-trend div.description div.strength.almost-no {
  background-color: #efefef;
  color: #777;
}
.county-trend div.description div.strength.weak {
  background-color: #ddd;
  color: #777;
}
.county-trend div.description div.strength.moderate {
  background-color: #999;
}
.county-trend div.description div.strength.strong {
  background-color: #777;
}
.county-trend div.description div.strength.very-strong {
  background-color: #444;
}
.county-trend .graphic-wrapper {
  position: relative;
}
.county-trend text.axis-label {
  fill: #787878;
  font-size: 11px;
}
@media (max-width: 650px) {
  .county-trend text.axis-label {
    font-size: 12px;
  }
}
.county-trend .tooltip {
  position: absolute;
  border: 1px solid #eee;
  background-color: white;
  padding: 8px 8px 5px 8px;
  display: none;
  pointer-events: none;
  z-index: 1;
}
.county-trend .tooltip.shown {
  display: block;
}
.county-trend .tooltip .name {
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.county-trend .tooltip .row {
  padding: 3px 0;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  max-width: 130px;
  font-size: 10px;
  color: #666;
  border-top: 1px solid #eee;
}
.county-trend .tooltip .row .amt {
  text-align: right;
  float: right;
}
.county-trend .tooltip .row .metric {
  padding-right: 5px;
}
.county-trend .tooltip .row:empty {
  display: none;
}
.trends {
  margin-bottom: 15px;
  display: block;
}
.trends .chart-wrapper {
  width: 33%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .trends .chart-wrapper {
    width: 33%;
  }
}
@media (max-width: 650px) {
  .trends .chart-wrapper {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .trends .chart-wrapper {
    width: 100%;
  }
}
.trends button {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #4774cc;
  display: block;
  font-weight: bold;
  margin-top: 0;
  padding: 10px;
  text-transform: uppercase;
}
.trends button:focus {
  outline: none;
}
.trends button:hover {
  color: #bccae5;
  cursor: pointer;
}
.trends div.collapsed .chart-wrapper:nth-child(n + 4) {
  display: none;
}
@media (max-width: 768px) {
  .trends div.collapsed .chart-wrapper:nth-child(n + 4) {
    display: none;
  }
}
@media (max-width: 650px) {
  .trends div.collapsed .chart-wrapper:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 400px) {
  .trends div.collapsed .chart-wrapper:nth-child(n + 2) {
    display: none;
  }
}
.trends .footnote {
  font-style: italic;
  color: #999;
  font-size: 10px;
  border-bottom: none;
  padding-left: 10px;
}
.county-map {
  display: block;
}
.county-map .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.county-map .container.horizontal {
  flex-direction: row;
}
@media (max-width: 650px) {
  .county-map .container.horizontal {
    flex-direction: column;
  }
}
.county-map .container.horizontal .key {
  order: 1;
  margin-left: 30px;
}
@media (max-width: 650px) {
  .county-map .container.horizontal .key {
    order: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.county-map .tooltip {
  position: absolute;
  border: 1px solid #eee;
  background-color: white;
  padding: 8px 8px 5px 8px;
  display: none;
  pointer-events: none;
  z-index: 1;
}
.county-map .tooltip.shown {
  display: block;
}
.county-map .tooltip .name {
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.county-map .tooltip .row {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  padding: 3px 0;
  min-width: 120px;
  font-size: 10px;
  color: #666;
  border-top: 1px solid #eee;
}
.county-map .tooltip .row.reporting {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 3px;
  font-size: 10px;
  color: #9a9a9a;
  font-style: italic;
  text-transform: none;
}
.county-map .tooltip .row .amt {
  text-align: right;
  float: right;
  padding-left: 5px;
}
.county-map .tooltip .row span.party {
  height: 6px;
  width: 6px;
  margin-right: 4px;
  margin-top: 5px;
  background: #15b16e;
  float: left;
}
.county-map .tooltip .row span.party.Dem {
  background: #237bbd;
}
.county-map .tooltip .row span.party.GOP {
  background: #d61f21;
}
.county-map .tooltip .row span.party.i1 {
  background: #9999cb;
}
.county-map .tooltip .row span.party.i2 {
  background: #e88c4e;
}
.county-map .tooltip .row span.party.i3 {
  background: #b7ce59;
}
.county-map .tooltip .row span.party.i4 {
  background: #cc6699;
}
.county-map .tooltip .row:empty {
  display: none;
}
.county-map .map-container {
  position: relative;
  max-width: 100%;
}
@media (min-width: 651px) {
  .county-map .map-container {
    margin-bottom: 20px;
  }
}
.county-map .key {
  margin-bottom: 10px;
}
.county-map .map path {
  stroke: white;
  fill: #e1e1e1;
  stroke-width: 1;
}
.county-map .map path.painted.leading {
  fill: #D7F0E2;
}
.county-map .map path.painted.leading.allin {
  fill: #15b16e;
}
.county-map .map path.painted.leading.GOP {
  fill: #F8D6D4;
}
.county-map .map path.painted.leading.GOP.allin {
  fill: #d61f21;
}
.county-map .map path.painted.leading.Dem {
  fill: #D5E5F2;
}
.county-map .map path.painted.leading.Dem.allin {
  fill: #237bbd;
}
.county-map .map path.painted.leading.i1 {
  fill: rgba(153, 153, 203, 0.5);
}
.county-map .map path.painted.leading.i1.allin {
  fill: #9999cb;
}
.county-map .map path.painted.leading.i2 {
  fill: rgba(232, 140, 78, 0.5);
}
.county-map .map path.painted.leading.i2.allin {
  fill: #e88c4e;
}
.county-map .map path.painted.leading.i3 {
  fill: rgba(183, 206, 89, 0.5);
}
.county-map .map path.painted.leading.i3.allin {
  fill: #b7ce59;
}
.county-map .map path.painted.leading.i4 {
  fill: rgba(204, 102, 153, 0.5);
}
.county-map .map path.painted.leading.i4.allin {
  fill: #cc6699;
}
.county-map .map path:hover {
  stroke: black;
  fill-opacity: 1;
  stroke-width: 2;
  /*transition-duration: 0s !important;*/
  paint-order: fill stroke;
}
.county-map .map path.clicked {
  stroke: #787878;
  stroke-width: 2;
  paint-order: fill stroke;
  fill-opacity: 1;
}
.county-map .key-row {
  display: inline-block;
  line-height: 1em;
}
.county-map .key-row .name {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  margin: 1px 8px 0 1px;
  padding-left: 5px;
}
.county-map .horizontal .key-row {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  .county-map .horizontal .key-row {
    display: inline-block;
  }
}
.county-map .label {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #787878;
  letter-spacing: 0.025em;
  line-height: 1.2em;
}
.county-map .swatch {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #15b16e;
  opacity: 1;
}
.county-map .swatch.Dem {
  background: #237bbd;
}
.county-map .swatch.GOP {
  background: #d61f21;
}
.county-map .swatch.i1 {
  background: #9999cb;
}
.county-map .swatch.i2 {
  background: #e88c4e;
}
.county-map .swatch.i3 {
  background: #b7ce59;
}
.county-map .swatch.i4 {
  background: #cc6699;
}
.electoral-arc .aspect-ratio {
  position: relative;
}
.electoral-arc .aspect-ratio::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.electoral-arc .aspect-ratio svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.electoral-arc .aspect-ratio svg circle {
  opacity: 1;
  fill: black;
  stroke: none;
}
.electoral-arc .aspect-ratio svg text {
  text-anchor: middle;
  font-size: 8;
  fill: white;
}
.electoral-arc .GOP.landslide {
  fill: #d62021;
}
.electoral-arc .GOP.major {
  fill: rgba(214, 32, 33, 0.2);
}
.electoral-arc .GOP.minor {
  fill: rgba(214, 32, 33, 0.5);
}
.electoral-arc .Dem.landslide {
  fill: #237bbd;
}
.electoral-arc .Dem.major {
  fill: rgba(35, 123, 189, 0.2);
}
.electoral-arc .Dem.minor {
  fill: rgba(35, 123, 189, 0.5);
}
.electoral-grid .grids-container {
  display: flex;
  justify-content: space-around;
}
.electoral-grid .column {
  text-align: center;
  line-height: 1;
}
.electoral-grid .column.R .counts {
  color: #d62021;
}
.electoral-grid .column.D .counts {
  color: #237bbd;
}
.electoral-grid h4 {
  margin: 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 32px;
}
.electoral-grid .count {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 48px;
}
.electoral-grid .minor {
  fill: #64ace2;
}
.electoral-grid .major {
  fill: #237bbd;
}
.electoral-grid .landslide {
  fill: #1b5f92;
}
.electoral-grid .R .minor {
  fill: #ea7273;
}
.electoral-grid .R .major {
  fill: #d62021;
}
.electoral-grid .R .landslide {
  fill: #aa191a;
}
.electoral-grid svg {
  display: block;
  width: 100%;
}
.electoral-grid svg text {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  fill: white;
  text-anchor: middle;
}
.electoral-grid svg .grid {
  stroke: #DDD;
}
.electoral-grid svg .grid.victory {
  stroke: black;
  stroke-dasharray: 10 10;
}
.electoral-bubbles {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .electoral-bubbles {
    margin-bottom: 0px;
  }
}
.electoral-bubbles .aspect-ratio {
  position: relative;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg {
  display: block;
  width: 100%;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle {
  stroke-width: 1px;
  cursor: pointer;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle.Dem {
  fill: #D5E5F2;
  stroke: #b6d2e8;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle.Dem.called {
  fill: #237bbd;
  stroke: #1d659b;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle.GOP {
  fill: #F8D6D4;
  stroke: #f2b5b1;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle.GOP.called {
  fill: #d61f21;
  stroke: #b21a1c;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg circle:hover {
  stroke: black !important;
  stroke-width: 2px;
  stroke-dasharray: 0;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text {
  text-anchor: middle;
  fill: white;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  line-height: 1;
  text-transform: uppercase;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text.pending {
  fill: #666;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text.tied {
  fill: #666;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
  line-spacing: 0.05em;
}
@media (max-width: 650px) {
  .electoral-bubbles .aspect-ratio svg.bubble-svg text.tied {
    font-size: 12px;
  }
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue {
  font-size: 16px;
  fill: #a9191a;
  text-anchor: start;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue.dem {
  text-anchor: end;
  fill: #1b5f92;
}
.electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue.mobile {
  display: none;
}
@media (max-width: 650px) {
  .electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue.mobile {
    display: block;
  }
  .electoral-bubbles .aspect-ratio svg.bubble-svg text.leading-cue.desktop {
    display: none;
  }
}
.electoral-bubbles .aspect-ratio .separator {
  stroke-dasharray: 2 2;
  stroke: rgba(102, 102, 102, 0.6);
}
.electoral-bubbles .disclaimer {
  max-width: 600px;
  margin: 10px auto;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  color: #787878;
}
.electoral-bubbles .uncalled {
  flex: 1;
  text-align: center;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.electoral-bubbles .uncalled text {
  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;
  fill: #666;
}
@media (max-width: 650px) {
  .electoral-bubbles .uncalled {
    display: none;
  }
}
.embed-homepage .electoral-bubbles .uncalled {
  display: none;
}
.electoral-bubbles .uncalled h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #444;
  font-weight: normal;
}
.electoral-bubbles .uncalled h4 {
  font-size: 14px;
  color: #787878;
  font-weight: normal;
}
.electoral-bubbles .uncalled .triplets {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 650px) {
  .electoral-bubbles .uncalled .triplets {
    display: block;
  }
}
.electoral-bubbles .uncalled .triplets .circles {
  margin: 0 20px;
  list-style-type: none;
  padding: 0;
}
.electoral-bubbles .uncalled li {
  display: inline-block;
}
.electoral-bubbles .uncalled svg {
  margin: 4px;
  vertical-align: middle;
}
.electoral-bubbles .uncalled circle {
  cursor: pointer;
  fill: #e1e1e1;
  stroke: #cdcdcd;
}
.electoral-bubbles .uncalled circle.early {
  fill: #e1e1e1;
  stroke: #cdcdcd;
}
.electoral-bubbles .uncalled circle:hover {
  stroke: black;
  stroke-width: 2px;
  stroke-dasharray: 0;
}
.electoral-bubbles .uncalled text {
  text-anchor: middle;
  pointer-events: none;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  fill: #666;
}
.electoral-bubbles .tooltip {
  position: absolute;
  border: 1px solid #eee;
  background-color: white;
  padding: 8px 8px 5px 8px;
  display: none;
  pointer-events: none;
}
.electoral-bubbles .tooltip.show {
  display: block;
}
.electoral-bubbles .tooltip h3 {
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.electoral-bubbles .tooltip h3 span {
  color: #666;
}
.electoral-bubbles .tooltip .candidates {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  min-width: 120px;
  font-size: 10px;
  color: #666;
}
.electoral-bubbles .tooltip .candidates .row {
  border-top: 1px solid #eee;
  padding: 3px 0 3px 0;
}
.electoral-bubbles .tooltip .candidates .name,
.electoral-bubbles .tooltip .candidates .perc {
  font-weight: normal;
  display: inline-block;
}
.electoral-bubbles .tooltip .candidates .perc {
  text-align: right;
  float: right;
}
.electoral-bubbles .tooltip .candidates .party {
  height: 6px;
  width: 6px;
  margin-right: 4px;
  margin-top: 5px;
  background: #15b16e;
  float: left;
}
.electoral-bubbles .tooltip .candidates .party.Dem {
  background: #237bbd;
}
.electoral-bubbles .tooltip .candidates .party.GOP {
  background: #d61f21;
}
.electoral-bubbles .tooltip .candidates .party.Other {
  display: none;
}
.electoral-bubbles .tooltip .reporting {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 3px;
  font-size: 10px;
  color: #9a9a9a;
  font-style: italic;
  border-top: 1px solid #eee;
}
.electoral-bubbles .tooltip .winner-icon {
  color: #666;
  margin-left: 2px;
  font-size: 8px;
}
.map {
  margin: auto;
  position: relative;
  max-width: 900px;
  margin-bottom: -15px;
}
@media (max-width: 650px) {
  .map {
    margin-bottom: -5px;
  }
}
.map .tooltip {
  position: absolute;
  border: 1px solid #eee;
  background-color: white;
  padding: 8px 8px 5px 8px;
  display: none;
  pointer-events: none;
}
.map .tooltip.shown {
  display: block;
}
.map .tooltip h3 {
  font-size: 11px;
  margin: 0 0 3px 0;
  font-family: "Knockout 31 4r", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.map .tooltip h3 span {
  color: #666;
}
.map .tooltip .candidates {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  min-width: 120px;
  font-size: 10px;
  color: #666;
}
.map .tooltip .candidates .row {
  border-top: 1px solid #eee;
  padding: 3px 0 3px 0;
}
.map .tooltip .candidates .name,
.map .tooltip .candidates .perc {
  font-weight: normal;
  display: inline-block;
}
.map .tooltip .candidates .perc {
  text-align: right;
  float: right;
}
.map .tooltip .candidates .party {
  height: 6px;
  width: 6px;
  margin-right: 4px;
  margin-top: 5px;
  background: #15b16e;
  float: left;
}
.map .tooltip .candidates .party.Dem {
  background: #237bbd;
}
.map .tooltip .candidates .party.GOP {
  background: #d61f21;
}
.map .tooltip .candidates .party.Other {
  display: none;
}
.map .tooltip .reporting {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 3px;
  font-size: 10px;
  color: #9a9a9a;
  font-style: italic;
  border-top: 1px solid #eee;
}
.map .tooltip .winner-icon {
  color: #666;
  margin-left: 2px;
  font-size: 8px;
}
.map g {
  fill: #e1e1e1;
  stroke: white;
  cursor: pointer;
}
.map g.ne,
.map g.me {
  cursor: default;
}
.map g.early {
  fill: #e1e1e1;
}
.map g.leader {
  fill: #D7F0E2;
}
.map g.leader.GOP {
  fill: #F8D6D4;
}
.map g.leader.Dem {
  fill: #D5E5F2;
}
.map g.winner {
  fill: #15b16e;
}
.map g.winner text {
  fill: white;
}
.map g.winner.GOP {
  fill: #d61f21;
}
.map g.winner.Dem {
  fill: #237bbd;
}
.map text {
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  fill: #666;
  fill-opacity: 0.9;
  text-anchor: middle;
  stroke: none;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 650px) {
  .map text {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .map text {
    font-size: 20px;
  }
}
.map text.votes {
  fill-opacity: 0.75;
  font-size: 80%;
}
@media (max-width: 650px) {
  .map text.votes {
    display: none;
  }
}
.map .ne path,
.map .me path {
  fill: #efefef;
}
.map .hi text,
.map .northeast text {
  fill: #666 !important;
}
.map .northeast text {
  text-anchor: start;
}
.map .hover {
  stroke: black;
  stroke-width: 2px;
}
.board-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.board-container.Gov {
  margin-top: 25px;
}
.board-wrapper {
  flex: 0 0 32%;
  max-width: 100%;
}
.board-wrapper.first {
  order: 1;
}
.board-wrapper.middle {
  order: 2;
}
.board-wrapper.last {
  order: 3;
}
.board-wrapper.Gov {
  flex: 0 0 100%;
}
.board-wrapper.Gov table {
  width: 49%;
  vertical-align: top;
  display: inline-block;
}
.board-wrapper.Gov table:nth-child(2) {
  float: right;
}
.board-wrapper.Gov table:nth-child(2) tr.index-0 td {
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .board-wrapper.Gov table {
    width: 100%;
  }
  .board-wrapper.Gov table:nth-child(2) tr.index-0 td {
    border-top: none;
  }
}
.board-wrapper.House .board-inner table:nth-child(2),
.board-wrapper.Senate .board-inner table:nth-child(2) {
  float: right;
}
.board-wrapper.House .board-inner table:nth-child(2) tr.index-0 td,
.board-wrapper.Senate .board-inner table:nth-child(2) tr.index-0 td {
  border-top: none;
}
@media (max-width: 1200px) {
  .board-wrapper.House,
  .board-wrapper.Senate {
    flex: 0 0 49%;
  }
  .board-wrapper.House.middle,
  .board-wrapper.Senate.middle {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 35px;
  }
  .board-wrapper.House.middle table,
  .board-wrapper.Senate.middle table {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
  .board-wrapper.House.middle table:nth-child(2) tr.index-0 td,
  .board-wrapper.Senate.middle table:nth-child(2) tr.index-0 td {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .board-wrapper.House,
  .board-wrapper.Senate {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .board-wrapper.House.middle,
  .board-wrapper.Senate.middle {
    margin-bottom: 20px;
  }
  .board-wrapper.House.middle table,
  .board-wrapper.Senate.middle table {
    width: 100%;
  }
  .board-wrapper.House.middle table:nth-child(2) tr.index-0 td,
  .board-wrapper.Senate.middle table:nth-child(2) tr.index-0 td {
    border-top: none;
  }
}
.board-wrapper.Ballot {
  flex: 0 0 100%;
}
.board-hed {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  color: #444;
  display: block;
}
.board-hed.none {
  display: none;
}
table.results {
  width: 100%;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 11px;
  display: block;
}
@media (max-width: 400px) {
  table.results {
    font-size: 10px;
  }
}
table.results tr {
  display: flex;
}
table.results tr.index-0 td {
  border-top: 1px solid #ddd;
}
table.results tr td {
  overflow: hidden;
}
table.results tr .state,
table.results tr .state-hed {
  flex: 0 0 60px;
}
table.results tr .state .x-small,
table.results tr .state-hed .x-small {
  display: none;
}
@media (max-width: 400px) {
  table.results tr .state,
  table.results tr .state-hed {
    flex: 0 0 39px;
  }
  table.results tr .state .x-small,
  table.results tr .state-hed .x-small {
    display: inline;
  }
  table.results tr .state .not-small,
  table.results tr .state-hed .not-small {
    display: none;
  }
}
table.results tr .electoral,
table.results tr .electoral-hed {
  flex: 0 0 23px;
}
table.results tr .open-label {
  flex: 1;
}
table.results tr .candidate,
table.results tr .party-hed {
  flex: 1;
}
table.results tr .reporting,
table.results tr .reporting-hed {
  flex: 0 0 58px;
}
@media (max-width: 650px) {
  table.results tr .reporting,
  table.results tr .reporting-hed {
    flex: 0 0 44px;
  }
  table.results tr .reporting .in,
  table.results tr .reporting-hed .in {
    display: none;
  }
}
@media (max-width: 400px) {
  table.results tr .reporting,
  table.results tr .reporting-hed {
    flex: 0 0 38px;
  }
}
table.results tr .little-label,
table.results tr .little-hed {
  flex: 0 0 19px;
}
.no-flips table.results tr .little-label,
.no-flips table.results tr .little-hed {
  display: none;
}
@media (max-width: 400px) {
}
table.results th {
  font-size: 11px;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  padding: 4px 8px;
}
@media (max-width: 400px) {
  table.results th {
    padding: 4px 5px;
  }
}
table.results th.state-hed,
table.results th.reporting-hed,
table.results th.name-hed {
  text-align: left;
}
table.results th.state-hed {
  padding-left: 0;
}
table.results th.electoral-hed {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
table.results .open-label {
  display: none;
  font-style: italic;
  font-size: 10px;
  color: #9a9a9a;
  padding-top: 4px;
  padding-right: 0;
}
table.results tr.open .candidate,
table.results tr.open .reporting {
  display: none;
}
table.results tr.open .open-label {
  display: table-cell;
}
table.results td {
  padding: 4px 8px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 400px) {
  table.results td {
    padding: 4px 5px;
  }
}
table.results td.state a {
  text-decoration: none;
  color: #444;
}
table.results td.state {
  padding-left: 0;
  text-decoration: none;
  color: #444;
}
table.results td.state:hover {
  text-decoration: underline;
}
table.results td.reporting {
  font-size: 10px;
  font-style: italic;
  color: #9a9a9a;
  padding-top: 4px;
}
table.results td.candidate {
  background: #efefef;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  display: flex;
}
table.results td.candidate .name {
  flex: 1 1 0;
  display: flex;
  min-width: 0;
}
table.results td.candidate .name .last {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table.results td.candidate .name .incumbent {
  margin-left: 4px;
}
table.results td.candidate .perc {
  flex: 0 0 25px;
  margin-left: 8px;
}
@media (max-width: 400px) {
  table.results td.candidate .perc {
    margin-left: 5px;
  }
}
table.results td.candidate.leading {
  color: #666;
  background: #D7F0E2;
}
table.results td.candidate.winner {
  color: white;
  background: #15b16e;
}
table.results td.candidate.GOP.leading,
table.results td.candidate.No.leading {
  color: #666;
  background: #F8D6D4;
}
table.results td.candidate.GOP.winner,
table.results td.candidate.No.winner {
  color: white;
  background: #d61f21;
}
table.results td.candidate.Dem.leading {
  color: #666;
  background: #D5E5F2;
}
table.results td.candidate.Dem.winner {
  color: white;
  background: #237bbd;
}
table.results td.candidate.runoff,
table.results td.candidate.loser {
  background: #efefef !important;
}
table.results td.little-label {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  width: 28px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
}
table.results td.little-label .flip-label {
  color: #15b16e;
}
table.results td.little-label.Dem .flip-label {
  color: #237bbd;
}
table.results td.little-label.GOP .flip-label,
table.results td.little-label.No.flip-label {
  color: #d61f21;
}
.Senate table.results tr .state,
.Senate table.results tr th.state-hed {
  flex: 0 0 46px;
}
@media (max-width: 400px) {
  .Senate table.results tr .state,
  .Senate table.results tr th.state-hed {
    flex: 0 0 32px;
  }
}
@media (max-width: 400px) {
  .Gov table.results tr .state,
  .Gov table.results tr th.state-hed {
    flex: 0 0 24px;
  }
}
.Ballot table.results tr .state,
.Ballot table.results tr th.state-hed {
  flex: 3;
}
.Ballot table.results tr .candidate,
.Ballot table.results tr th.candidate-hed {
  flex: 0 0 150px;
}
.President table.results tr .state,
.President table.results tr th.state-hed {
  flex: 0 0 53px;
}
.President .board-wrapper .board-inner table:nth-child(2) {
  float: right;
}
.President .board-wrapper .board-inner table:nth-child(2) tr:nth-child(1) {
  display: none;
}
.President .board-wrapper .board-inner table:nth-child(2) tr.index-0 td {
  border-top: none;
}
@media (max-width: 875px) {
  .President .board-wrapper {
    flex: 0 0 49%;
  }
  .President .board-wrapper.middle {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 35px;
  }
  .President .board-wrapper.middle table {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
  .President .board-wrapper.middle table:nth-child(2) tr.index-0 td {
    border-top: 1px solid #ddd;
    margin-top: 23px;
  }
}
@media (max-width: 650px) {
  .President .board-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .President .board-wrapper.middle {
    margin-bottom: 20px;
  }
  .President .board-wrapper.middle table {
    width: 100%;
  }
  .President .board-wrapper.middle table:nth-child(2) tr.index-0 td {
    border-top: none;
    margin-top: 0;
  }
}
.President table.results td {
  text-align: left;
}
.President table.results td.electoral {
  padding-left: 0;
  text-align: center;
  color: #9a9a9a;
}
.President table.results td.candidate {
  text-align: center;
  color: #666;
}
.President table.results td.candidate .perc {
  margin: auto;
}
.theme-hed {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.results-no-counties .results-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 650px) {
  .results-no-counties .results-wrapper {
    display: block;
  }
}
.results-no-counties .results-table.statewide.house,
.results-no-counties .results-table.statewide.ballot {
  margin-top: 10px;
}
@media (max-width: 650px) {
  .results-no-counties .results-table.statewide.house,
  .results-no-counties .results-table.statewide.ballot {
    margin-top: 20px;
    padding-bottom: 15px;
  }
}
.results-table.statewide {
  display: block;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: var(--font-size);
  position: relative;
  width: 100%;
  max-width: 650px;
}
.results-table.statewide caption {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
}
@media (max-width: 650px) {
  .results-table.statewide caption {
    width: 100%;
  }
}
.results-table.statewide caption:empty {
  display: none;
}
.results-table.statewide[test]::before {
  display: block;
  padding: 8px 16px;
  margin-bottom: 8px;
  text-align: center;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  background: black;
  color: white;
  border-radius: 20px;
  content: "TEST DATA";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: 9999;
}
.results-table.statewide a {
  color: var(--foreground);
}
.results-table.statewide .results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5em;
  margin-top: 10px;
}
@media (max-width: 650px) {
  .results-table.statewide .results-header {
    display: block;
  }
}
.results-table.statewide .results-header h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.results-table.statewide .results-header span.state-label {
  display: none;
}
.results-table.statewide .results-header span.reporting {
  color: var(--secondary);
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  text-align: right;
  font-style: italic;
}
.results-table.statewide .board {
  border-collapse: collapse;
  display: block;
  font-size: 0.85em;
}
.results-table.statewide .board .tbody,
.results-table.statewide .board .thead {
  display: block;
  columns: 1;
}
.results-table.statewide .board.uncontested .thead .duplicate {
  display: none;
}
.results-table.statewide .board .thead {
  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: var(--secondary);
}
.results-table.statewide .board .thead .sde {
  margin-right: -0.5em;
}
@media (max-width: 768px) {
  .results-table.statewide .board .thead .tr.duplicate {
    display: none;
  }
}
.results-table.statewide .board .row-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.results-table.statewide .board .row-wrapper.column-fixer {
  display: block;
  margin-bottom: 0;
}
.results-table.statewide .board .tr {
  position: relative;
  flex: 0 0 100%;
  display: flex;
}
.results-table.statewide .board .thead .tr {
  margin-bottom: 6px;
}
.results-table.statewide .board .th,
.results-table.statewide .board .td {
  text-align: right;
  flex: 0 0 4em;
}
.results-table.statewide .board .th:last-child,
.results-table.statewide .board .td:last-child {
  padding-right: 8px;
}
.results-table.statewide .board .th.votes,
.results-table.statewide .board .td.votes {
  flex: 0 0 7em;
}
.results-table.statewide .board .tbody .tr {
  border-radius: 4em 0 0 4em;
  background: var(--shaded);
}
.results-table.statewide .board .tbody .tr .bar {
  background: #15b16e;
  height: 0.6em;
}
.results-table.statewide .board .tbody .tr.noimg {
  border-radius: 0;
}
.results-table.statewide .board .tbody .tr.winner {
  background: #D7F0E2;
}
.results-table.statewide .board .tbody .tr.winner .bar {
  background: #15b16e;
}
.results-table.statewide .board .tbody .tr.winner.GOP,
.results-table.statewide .board .tbody .tr.winner.No {
  background: #F8D6D4;
}
.results-table.statewide .board .tbody .tr.winner.Dem {
  background: #D5E5F2;
}
.results-table.statewide .board .tbody .tr.winner.Other {
  background: var(--accent-fade);
}
.results-table.statewide .board .tbody .tr.GOP .bar,
.results-table.statewide .board .tbody .tr.No .bar {
  background: #d61f21;
}
.results-table.statewide .board .tbody .tr.Dem .bar {
  background: #237bbd;
}
.results-table.statewide .board .tbody .tr.Other .bar {
  background: var(--accent);
}
.results-table.statewide .board .tbody .td {
  padding-top: 1.44em;
  padding-bottom: 0.6em;
}
.results-table.statewide .board .td.flourishes {
  padding: 0;
  padding-right: 0.6em;
  flex: 0;
}
.results-table.statewide .board .td.flourishes.noimg .bar-container {
  left: 0;
}
.results-table.statewide .board .td.flourishes.noimg .mugshot.noimg {
  display: none;
}
.results-table.statewide .board .td.flourishes .mugshot {
  width: 4em;
  height: 4em;
  display: block;
  border-radius: 100%;
  background: var(--shaded);
  border: 1px solid var(--outline);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.results-table.statewide .board .td.flourishes .mugshot.noimg {
  border: transparent;
}
.results-table.statewide .board .td.flourishes .mugshot.noimg .bar-container {
  left: 0;
}
.results-table.statewide .board .td.flourishes .bar-container {
  position: absolute;
  top: 0;
  left: 4.6em;
  right: 0;
}
.results-table.statewide .board .name {
  flex: 1;
  text-align: left;
}
@media (max-width: 875px) {
  .results-table.statewide .board .name .first {
    display: none;
  }
}
@media (max-width: 768px) {
  .results-table.statewide .board .name .first {
    display: inline;
  }
}
@media (max-width: 650px) {
  .results-table.statewide .board .name .first {
    display: inline;
  }
}
@media (max-width: 400px) {
  .results-table.statewide .board .name .first {
    display: none;
  }
}
.results-table.statewide .board .name .winner-icon {
  width: 1em;
  height: 1em;
  display: none;
  margin-left: 4px;
}
.results-table.statewide .board .name .incumbent-icon {
  display: none;
}
.results-table.statewide .board .winner .name {
  font-weight: bold;
}
.results-table.statewide .board .winner .name .winner-icon {
  display: inline-block;
}
.results-table.statewide .board span.runoff-text {
  font-style: italic;
  font-weight: normal;
  color: var(--foreground);
}
.results-table.statewide .board .incumbent .incumbent-icon {
  display: inline-block;
}
.results-table.statewide .board .uncontested.votes {
  font-style: italic;
}
.results-table.statewide .metadata-row {
  margin-top: 6px;
}
.results-table.statewide .metadata-row .text {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  font-style: italic;
  color: var(--secondary);
  margin-top: 15px;
}
@media (max-width: 650px) {
  .results-table.statewide .metadata-row .text {
    display: block;
    margin-top: 11px;
  }
}
.results-table.statewide .metadata-row .text a {
  color: var(--link);
}
.results-table.statewide .metadata-row .text a:hover,
.results-table.statewide .metadata-row .text a:active {
  opacity: 0.7;
}
.results-table.statewide .metadata-row .incumbent-icon {
  font-style: normal;
}
.results-table.statewide .show-more {
  background: transparent;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.01em;
  color: var(--link);
  padding: 0;
  white-space: nowrap;
  display: none;
}
.results-table.statewide .show-more:hover {
  cursor: pointer;
  opacity: 0.7;
}
.results-table.statewide .show-more::after {
  content: " ▲";
}
.results-table.statewide[overflow] .show-more {
  display: block;
}
.results-table.statewide[overflow][expanded] .show-more .more {
  display: none;
}
.results-table.statewide[overflow]:not([expanded]) .show-more .fewer {
  display: none;
}
.results-table.statewide[overflow]:not([expanded]) .show-more::after {
  content: " ▼";
}
.results-table.statewide[overflow]:not([expanded]) .foldable {
  display: none !important;
}
@media (max-width: 650px) {
  .results-table.statewide[overflow]:not([expanded]) .shown:nth-child(n + 10) {
    display: none !important;
  }
}
.results-table.statewide .full-results {
  display: none;
  color: var(--link);
  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;
  text-decoration: none;
}
.results-table.statewide .full-results:hover,
.results-table.statewide .full-results:active {
  cursor: pointer;
  opacity: 0.7;
}
.results-table.statewide[href] .full-results {
  display: inline-block;
}
.results-table.statewide[href] .show-more {
  display: none;
}
.footnote {
  font-size: 11px;
  color: var(--secondary);
  margin-top: 5px;
  font-style: italic;
  display: flex;
  justify-content: space-between;
}
.footnote .right {
  text-align: right;
}
.embedded .results-table.statewide {
  max-width: none;
}
.results-counties table.results-table {
  border-collapse: collapse;
  color: #666;
  font-size: 12px;
  table-layout: fixed;
  width: 100%;
}
.results-counties table.results-table tbody.collapsed :nth-child(n + 11) {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.results-counties table.results-table .leading {
  color: #666;
  background-color: #D7F0E2;
}
.results-counties table.results-table .leading.Dem {
  background-color: #D5E5F2;
}
.results-counties table.results-table .leading.GOP {
  background-color: #F8D6D4;
}
.results-counties table.results-table .leading.allin {
  color: #fff;
  background-color: #15b16e;
}
.results-counties table.results-table .leading.allin.Dem {
  background-color: #237bbd;
}
.results-counties table.results-table .leading.allin.GOP {
  background-color: #d61f21;
}
.results-counties table.results-table .leading .icon {
  color: #fff;
}
.results-counties table.results-table .leading .icon:before {
  display: inline;
  padding-left: 3px;
}
.results-counties table.results-table td {
  position: relative;
  vertical-align: middle;
  padding: 8px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.results-counties table.results-table td:last-child {
  border-right: none;
  text-align: center;
}
@media (min-width: 651px) {
  .results-counties table.results-table td:first-child {
    border-right: none;
  }
}
.results-counties table.results-table td span.precincts {
  display: none;
  font-size: 9px;
  font-style: italic;
  color: #999;
}
@media (max-width: 650px) {
  .results-counties table.results-table td {
    padding: 2px;
    word-wrap: break-word;
  }
  .results-counties table.results-table td span.precincts {
    display: block;
  }
}
.results-counties table.results-table thead th {
  vertical-align: bottom;
}
@media (max-width: 650px) {
  .results-counties table.results-table thead th {
    padding: 0 2px 5px 2px;
  }
}
.results-counties table.results-table thead th,
.results-counties table.results-table tbody th {
  border-bottom: 2px solid #eee;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.results-counties table.results-table thead th.county.sortable,
.results-counties table.results-table tbody th.county.sortable {
  cursor: pointer;
}
.results-counties table.results-table thead th.vote,
.results-counties table.results-table tbody th.vote,
.results-counties table.results-table thead th.comparison,
.results-counties table.results-table tbody th.comparison {
  line-height: 1;
  padding: 0 0 5px 0;
}
@media (max-width: 650px) {
  .results-counties table.results-table thead th.vote div,
  .results-counties table.results-table tbody th.vote div,
  .results-counties table.results-table thead th.comparison div,
  .results-counties table.results-table tbody th.comparison div {
    position: relative;
    height: 70px;
    width: 100%;
  }
  .results-counties table.results-table thead th.vote span.title,
  .results-counties table.results-table tbody th.vote span.title,
  .results-counties table.results-table thead th.comparison span.title,
  .results-counties table.results-table tbody th.comparison span.title {
    position: absolute;
    bottom: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(-90deg);
    transform: translateX(-50%) translateY(50%) rotate(-90deg);
    width: 70px;
    text-align: left;
  }
}
.results-counties table.results-table thead th.vote.sortable,
.results-counties table.results-table tbody th.vote.sortable,
.results-counties table.results-table thead th.comparison.sortable,
.results-counties table.results-table tbody th.comparison.sortable {
  padding-right: 15px;
  cursor: pointer;
}
.results-counties table.results-table thead th.vote.sortable span:nth-child(2),
.results-counties table.results-table tbody th.vote.sortable span:nth-child(2),
.results-counties table.results-table thead th.comparison.sortable span:nth-child(2),
.results-counties table.results-table tbody th.comparison.sortable span:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 1px;
}
@media (max-width: 650px) {
  .results-counties table.results-table thead th.vote.sortable span:nth-child(2),
  .results-counties table.results-table tbody th.vote.sortable span:nth-child(2),
  .results-counties table.results-table thead th.comparison.sortable span:nth-child(2),
  .results-counties table.results-table tbody th.comparison.sortable span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 650px) {
  .results-counties table.results-table thead th.vote.sortable,
  .results-counties table.results-table tbody th.vote.sortable,
  .results-counties table.results-table thead th.comparison.sortable,
  .results-counties table.results-table tbody th.comparison.sortable {
    padding-right: 0;
  }
}
.results-counties table.results-table th.county {
  padding: 0 0 5px;
}
.results-counties table.results-table th.amt.precincts {
  cursor: pointer;
}
.results-counties table.results-table th,
.results-counties table.results-table td {
  border-left: 1px solid #eee;
  text-align: center;
}
.results-counties table.results-table th.comparison,
.results-counties table.results-table td.comparison {
  width: 15%;
}
.results-counties table.results-table th.vote,
.results-counties table.results-table td.vote {
  width: 11%;
}
@media (max-width: 650px) {
  .results-counties table.results-table th,
  .results-counties table.results-table td {
    font-size: 11px;
    padding: 5px 2px;
  }
  .results-counties table.results-table th.comparison,
  .results-counties table.results-table td.comparison {
    width: 18%;
  }
  .results-counties table.results-table th.county span,
  .results-counties table.results-table td.county span {
    max-width: 60px;
  }
  .results-counties table.results-table th.vote,
  .results-counties table.results-table td.vote {
    width: 12%;
  }
}
@media (max-width: 400px) {
  .results-counties table.results-table th.vote,
  .results-counties table.results-table td.vote {
    width: 13%;
  }
}
.results-counties table.results-table th:first-child,
.results-counties table.results-table td:first-child {
  padding-left: 0;
}
.results-counties table.results-table th:last-child,
.results-counties table.results-table td:last-child {
  padding-right: 0;
}
.results-counties table.results-table th.county,
.results-counties table.results-table td.county {
  border-left: none;
  text-align: left;
}
.results-counties table.results-table th.precincts,
.results-counties table.results-table td.precincts {
  border-left: none;
  border-right: 1px solid #ccc;
  color: #999999;
  font-size: 10px;
  font-style: italic;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .results-counties table.results-table th.precincts,
  .results-counties table.results-table td.precincts {
    display: none;
  }
}
.results-counties table.results-table th.margin.Dem,
.results-counties table.results-table td.margin.Dem {
  color: #237bbd;
}
.results-counties table.results-table th.margin.GOP,
.results-counties table.results-table td.margin.GOP {
  color: #d61f21;
}
.results-counties table.results-table th.margin.Ind,
.results-counties table.results-table td.margin.Ind {
  color: #15b16e;
}
.results-counties table.results-table th.margin.Other,
.results-counties table.results-table td.margin.Other {
  color: #666;
}
.results-counties .sorter {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0;
}
.results-counties .sorter > li {
  color: #a0a0a0;
  white-space: nowrap;
  line-height: 1.7em;
  display: inline-block;
  margin: 0 2px 0 0;
}
.results-counties .sorter > li.label {
  color: #787878;
  display: block;
  font-size: 11px;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px;
}
.results-counties .sorter > li.sortButton .metric {
  color: #4774cc;
  padding: 0 5px;
}
.results-counties .sorter > li.sortButton .metric:hover {
  color: #bccae5;
  cursor: pointer;
}
.results-counties .sorter > li.sortButton .pipe {
  color: #a0a0a0;
}
.results-counties .sorter > li.sortButton:last-child .pipe {
  display: none;
}
.results-counties .sorter > li.sortButton.selected .metric {
  color: #333333;
  font-weight: bold;
}
.results-counties .sorter > li.sortButton.selected .metric:hover {
  color: #333333;
}
.results-counties .sorter > li.sortButton:nth-child(2) .metric {
  padding-left: 0;
}
.results-counties button {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #4774cc;
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 10px;
  text-transform: uppercase;
}
.results-counties button:focus {
  outline: none;
}
.results-counties button:hover {
  color: #bccae5;
  cursor: pointer;
}
.results-counties button.toggle-table.hidden {
  display: none;
}
.state-results {
  display: flex;
  padding-bottom: 15px;
}
.state-results [tabindex="-1"]:focus {
  outline: none;
}
.state-results .content {
  flex: 1;
}
.state-results aside.sidebar {
  flex: 0 0 300px;
  padding-left: 16px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .state-results aside.sidebar {
    display: block;
  }
}
.embedded .state-results aside.sidebar {
  display: none;
}
.state-results.results.key .chatter {
  border-bottom: none;
  padding-bottom: 0;
}
.state-results.results .chatter {
  color: #454545;
  border-bottom: 2px solid #eee;
  font-size: 16px;
  line-height: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 10px;
}
.state-results.results .chatter:empty {
  display: none;
}
.state-results #state-header {
  margin: 0 0 10px 0;
  overflow: hidden;
  display: flex;
}
.state-results #state-header .sorter {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0;
  margin-top: 5px;
}
.state-results #state-header .sorter > li {
  color: #a0a0a0;
  white-space: nowrap;
  line-height: 25px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.state-results #state-header .sorter > li.label {
  display: block;
  font-size: 11px;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6px;
}
.state-results #state-header .sorter > li:last-of-type > span:last-of-type {
  display: none;
}
.state-results #state-header .sorter > li.sortButton {
  padding-right: 5px;
  padding-bottom: 3px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 13px;
}
.state-results #state-header .sorter > li.sortButton .metric {
  color: #5076b8;
}
.state-results #state-header .sorter > li.sortButton .metric a {
  text-decoration: none;
}
.state-results #state-header .sorter > li.sortButton .metric:hover {
  color: #bccae5;
  cursor: pointer;
}
.state-results #state-header .sorter > li.sortButton .pipe {
  color: #a0a0a0;
}
.state-results #state-header .sorter > li.sortButton.selected .metric > a {
  color: #333333;
  font-weight: bold;
}
.state-results #state-header .sorter > li.sortButton.selected .metric > a:hover {
  color: #333333;
}
.state-results #state-header .sorter > li.sortButton:nth-child(2) .metric {
  padding-left: 0;
}
.state-results #state-header h1 .state-name {
  display: block;
  font-size: 40%;
  font-weight: normal;
  margin-bottom: 2px;
  padding-top: 2px;
  color: #666;
}
.state-results #state-header .switcher {
  clear: both;
  color: #666;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 4px 0 0 0;
  -webkit-font-smoothing: antialiased;
}
.state-results #state-header .switcher.hidden {
  display: none;
}
.state-results #state-header .switcher span {
  color: #5076b8;
  padding: 0 11px;
}
.state-results #state-header .switcher span:hover {
  color: #bccae5;
  cursor: pointer;
}
.state-results #state-header .switcher [aria-current="true"]:hover {
  color: #666;
}
.state-results .jump-links {
  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;
  font-size: 11px;
  margin-bottom: -20px;
  color: #666;
  padding: 20px 0;
}
.state-results .jump-links a {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
}
.state-results .jump-links .pipe {
  color: #a0a0a0;
}
.state-results h3 {
  color: #333333;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
.state-results h3.hidden {
  display: none;
}
.state-results h2 {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  font-size: 1.1em;
}
.state-results h2.hidden {
  display: none;
}
.state-results .results-elements h3 {
  margin-top: 45px;
}
.state-results .results-elements .results-counties {
  margin-top: 30px;
}
.state-results .results-elements .results-counties h3 {
  margin-top: 0px;
}
.state-results .footer {
  margin: 22px 0 0 0;
  padding-bottom: 10px;
}
.state-results .footer p {
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
  margin: 2px 0 0 0;
}
.state-results .footer p em {
  font-style: normal;
}
.state-results h1 {
  margin-bottom: 5px;
}
.state-results img.icon {
  display: inline-block;
  float: left;
  margin-right: 14px;
  max-width: 75px;
  height: 60px;
  opacity: 0.4;
  outline: none;
}
@media (max-width: 400px) {
  .state-results img.icon {
    margin-right: 8px;
    max-width: 68px;
  }
}
.state-results .race {
  margin-top: 22px;
}
.state-results .select-label {
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  margin-bottom: 8px;
  margin-right: 6px;
  display: inline-block;
  text-transform: uppercase;
}
.state-results .outer-mobile-calendar {
  padding: 6px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}
.state-results .mobile-calendar {
  border: none;
  font-size: 14px;
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  background: transparent;
  width: 100%;
}
.state-results .mobile-calendar:hover {
  cursor: pointer;
}
a.county-results {
  font-family: "Gotham SSm", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 0 6px;
  white-space: nowrap;
}
.key-race-group {
  margin-top: 35px;
}
.key-race-group:first-child {
  margin-top: 0px;
}
.key-race-group h2 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 22px 0 22px 0;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  font-size: 1.1em;
}
.key-race-group .results-table.statewide {
  margin-top: 25px;
}
.key-race-group .results-table.statewide.ballot {
  margin-top: 15px;
}
.key-race-group .results-table.statewide:first-child {
  margin-top: 0px;
}
.tabs[role="tablist"] {
  display: flex;
  max-width: 650px;
  margin: auto;
}
.tabs[role="tablist"] [role="tab"] {
  cursor: pointer;
  padding: 8px;
  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;
  display: block;
  text-align: center;
  flex: 1;
  border: 1px solid #ddd;
  margin: 0;
  background: #f7f7f7;
}
@media (max-width: 650px) {
  .tabs[role="tablist"] [role="tab"] {
    font-size: 12px;
  }
}
.tabs[role="tablist"] [role="tab"]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.tabs[role="tablist"] [role="tab"]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.tabs[role="tablist"] [role="tab"]:hover {
  background: #bbb;
  border-color: #bbb;
  color: white;
}
.tabs[role="tablist"] [role="tab"]:focus {
  outline: none;
}
.tabs[role="tablist"] [role="tab"][aria-selected="true"] {
  background: #444;
  border-color: #444;
  color: white;
}
.tabs[role="tablist"] [role="tab"] .icon {
  display: inline;
  margin-right: 6px;
  vertical-align: middle;
}
.tabs[role="tablist"] [role="tab"] .icon svg {
  max-width: 30px;
  max-height: 1.5em;
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .tabs[role="tablist"] [role="tab"] .icon {
    display: block;
    margin: 0 auto 4px;
  }
}
[role="tabpanel"] {
  padding: 20px 0 0;
  margin: auto;
}
[role="tabpanel"] .board-key ul {
  justify-content: center;
}
[role="tabpanel"] .board-key li {
  width: 180px;
  text-align: center;
}
[role="tabpanel"]:focus {
  outline: none;
  border: none;
}
[role="tabpanel"].inactive {
  width: 100%;
  visibility: visible;
  position: absolute;
  left: -100000px;
}
.test-banner {
  background: #d62021;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 4px, transparent 4px, transparent 8px);
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-family: "Knockout 31 4r", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 20px;
}
