@font-face {
    font-family: "Benton-Sans";
    src: url("../../../../libraries/font/benton.eot");
    src: url("../../../../libraries/font/benton.eot") format("embedded-opentype"),
      url("../../../../libraries/font/benton.woff") format("woff"),
      url("../../../../libraries/font/benton.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
  }
  @font-face {
    font-family: "Benton-Sans-Book";
    src: url("../../../../libraries/font/bentonsans-book.eot");
    src: url("../../../../libraries/font/bentonsans-book.eot")
        format("embedded-opentype"),
      url("../../../../libraries/font/bentonsans-book.woff") format("woff"),
      url("../../../../libraries/font/bentonsans-book.ttf") format("truetype");
    font-style: normal;
  }
  @font-face {
    font-family: "Benton-Medium";
    src: url("../../../../libraries/font/benton-medium.eot");
    src: url("../../../../libraries/font/benton-medium.eot")
        format("embedded-opentype"),
      url("../../../../libraries/font/benton-medium.woff") format("woff"),
      url("../../../../libraries/font/benton-medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
  }
  svg {
    shape-rendering: geometricPrecision;
  }
  
  .svgs svg {
    overflow: visible;
  }
  
  #govmap {
    cursor: crosshair;
  }
  
  body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  body {
    font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
      sans-serif;
  }
  
  h4,
  h3 {
    margin: 0;
    text-align: center;
  }
  
  h3 {
    font-size: 18px;
  }
  
  h4 {
    font-size: 13px;
  }
  
  #legend h4 {
    font-size: 13px;
    text-align: left;
  }
  
  a {
    color: #37658c;
    text-decoration: none;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
  
  a:hover {
    text-decoration: underline;
    color: #132b3f;
  }
  
  h1 {
    text-align: center;
  }
  
  p {
    font-family: Georgia, Times New Roman, serif;
  }
  
  img {
    vertical-align: middle;
  }
  
  .social {
    width: 80px;
    float: right;
    margin-top: 10px;
  }
  
  .social img {
    margin: 0 5px;
    width: 30px;
  }
  
  .twitter,
  .fb {
    float: left;
    opacity: 0.8;
  }
  
  .twitter {
    margin-left: 10px;
  }
  
  .twitter:hover,
  .fb:hover {
    opacity: 1;
    cursor: pointer;
  }
  
  a {
    color: #37658c;
    text-decoration: none;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
  
  a:hover {
    text-decoration: underline;
    color: #000000;
  }
  
  #wrap {
    width: 90%;
    margin: 0 auto;
    margin-left: 5%;
    float: left;
    clear: both;
  }
  
  .container,
  .header {
    width: 60%;
    float: left;
  }
  
  .container.fixed {
    float: none;
  }
  
  .list {
    max-width: 768px;
    width: calc(100% - 360px);
    float: left;
  }
  
  .list#local {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  
  #side {
    width: 40%;
    float: left;
  }
  
  #side.atop {
    position: fixed;
    width: 36%;
    top: 50px;
    right: 5%;
    margin-right: 0;
  }
  
  #map,
  #mapgov {
    width: 350px;
    height: 410px;
    background-image: url("../../../voting-guide/img/base.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  #mapgov {
    overflow: visible;
  }
  
  .header p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
  }
  
  .header img {
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
  }
  
  /* Style the navbar */
  #navbar {
    background-color: #ffffff;
    height: 50px;
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
    width: 100px;
  }
  
  /* Dropdown button */
  .linkout .dropbtn {
    border: none;
    outline: none;
    color: #201d1d;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
    font-weight: bold;
    height: 50px;
    background-color: #d9d9d9;
    font-family: "Benton-Sans-Book";
    /* Important for vertical align on mobile phones */
    margin: 0;
    /* Important for vertical align on mobile phones */
    margin-right: 20px;
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: #d1252b;
    color: #ffffff;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #201d1d;
    color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    width: 130px;
    color: #f9f9f9;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: normal;
    border-bottom: #f9f9f9 1px solid;
    text-align: left;
    font-family: "Benton-Sans-Book";
  }
  
  .dropdown-content a:first {
    padding-top: 50px;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #2e2925;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    animation: smoothScroll 0.4s forwards;
  }
  
  #st {
    float: left;
    width: 240px;
    margin: 0 10px;
    margin-top: 10px;
  }
  
  #st a {
    background: url("../../img/stelections.png");
    width: 100%;
    display: block;
    height: 30px;
    background-size: cover;
  }
  
  .choose {
    width: calc(100% - 260px);
    margin: 0;
    float: left;
    font-weight: bold;
    color: #fff;
  }
  
  p.current {
    margin: 0;
    padding: 0 10px;
    font-family: "Benton-Sans-Book";
    font-size: 12px;
  }
  
  .ad {
    margin: 40px auto;
    clear: both;
  }
  
  #ad1 {
    width: 970px;
    width: fit-content;
  }
  
  .ad div {
    display: block !important;
    margin: 0 auto;
  }
  
  #mayorward {
    overflow-y: scroll;
  }
  
  #adside {
    width: 300px;
    margin: 10px auto;
  }
  
  #bottom a {
    display: block;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    margin: 2px 0;
  }
  
  #bottom {
    margin-bottom: 50px;
  }
  
  #footer {
    background: #201d1d;
    color: #fff;
    padding: 2% 1%;
    min-height: 30px;
    font-size: 0.7rem;
    clear: both;
    font-family: "Benton-Sans-Book";
  }
  
  #footer a {
    color: #fff;
  }
  
  #footer .content {
    width: 75%;
    float: left;
  }
  
  .contest {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: auto;
    border: 1px solid #999999;
  }
  
  .contest-full {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: auto;
  }
  
  .contest.uncontested {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .contest.active {
    border: 1px solid #999999;
  }
  
  .contest h2 {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
  }
  
  .contest h3 {
    font-family: "Benton-Sans-Book";
    padding: 10px;
    padding-top: 0;
    font-size: 18px;
    text-align: left;
  }
  
  .candidate,
  .candidate .percentrect {
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
  }
  
  .candidate.winner {
    background: #f7c4c4;
  }
  
  .candidate.winner .percentrect {
    background: #ff0200;
  }
  
  .candidate.runoff {
    background: #f0f9fc;
  }
  
  .candidate.runoff .percentrect {
    background: #45c2f4;
  }
  
  #projection .total {
    font-size: 4em;
    margin: 10px auto 0;
    font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
      sans-serif;
    line-height: 0.6em;
  }
  
  #projection .add {
    font-size: 1.8em;
    margin: 2px;
    font-family: "Benton-Sans-Book", "Benton-Sans", "Helvetica Neue", Helvetica,
      Roboto, Arial, sans-serif;
  }
  
  #demwinners,
  #repwinners,
  #undecided {
    float: left;
    width: 33%;
    text-align: center;
  }
  
  .seats {
    width: 70%;
    margin: 0 auto;
  }
  
  #projection {
    width: 100%;
    clear: both;
    margin: 10px;
    float: left;
  }
  
  .links {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  
  .links a {
    clear: both;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #d2d2d2;
  }
  
  .links a img {
    vertical-align: text-bottom;
  }
  
  .links a:last-of-type {
    border-bottom: none;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 60px;
  }
  
  @keyframes smoothScroll {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .candidates {
    width: 100%;
  }
  
  .candidate {
    margin: 0 10px;
    font-family: "Benton-Sans-Book";
    padding: 5px 0;
    background-color: #fff;
    width: calc(100% - 20px);
    float: left;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid #080808;
  }
  
  .candidate:last-of-type {
    border-bottom: none;
  }
  
  .candname {
    float: left;
    width: 47%;
    padding-right: 1%;
    margin-left: 1%;
  }
  
  .candname img {
    margin-top: -4px;
    margin-left: 2px;
  }
  
  .votes {
    float: left;
    width: 31%;
    padding: 0 1%;
    line-height: 16px;
  }
  
  .candidate span {
    font-size: 10px;
    line-height: 16px;
  }
  
  .votes span {
    float: right;
  }
  
  .percent {
    float: left;
    width: 16%;
    margin-left: 1%;
    background-color: #d2d2d2;
    height: 18px;
  }
  
  .percentrect {
    height: 18px;
    width: 0%;
    -webkit-transition: width 2s ease-out;
    -moz-transition: width 2s ease-out;
    -o-transition: width 2s ease-out;
    transition: width 2s ease-out;
  }
  
  .percentrect {
    background-color: #2e2925;
  }
  
  .demcand .percentrect {
    background-color: #2a2ce2;
  }
  
  .gopcand .percentrect {
    background-color: #f9070b;
  }
  
  .libcand .percentrect {
    background-color: #f4c300;
  }
  
  .concand .percentrect {
    background-color: #242137;
  }
  
  .grncand .percentrect {
    background-color: #1a391a;
  }
  
  .imghold {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    /* 4:3 Aspect Ratio */
  }
  
  .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  
  .info {
    font-family: "Benton-Sans-Book", Arial;
    font-size: 11px;
    text-align: right;
    margin: 0 10px;
  }
  
  #toggle {
    width: 240px;
    margin: 0 auto;
  }
  
  .pullout {
    width: 98%;
    margin: 0 auto;
    max-width: 400px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .pullout h4 {
    color: #fff;
    font-size: 1.8rem;
    margin: 0 2%;
    width: 96%;
    clear: both;
    font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
      sans-serif;
    line-height: 25px;
  }
  
  .pullout .holder {
    background-image: -moz-linear-gradient(transparent, #000);
    background-image: -webkit-linear-gradient(transparent, #000);
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100px;
    margin-top: 0;
    padding-top: 190px;
    padding-bottom: 10px;
  }
  
  /* MAPS */
  .maphover,
  #close {
    display: none;
  }
  
  .maphover .button:hover {
    background: #d3242c;
    color: #fff;
  }
  
  .popupmap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 33%;
    max-width: 250px;
    background-color: #ffffff;
    border: #2e2925 1px solid;
    opacity: 0;
    z-index: -9;
  }
  
  @media only screen and (min-width: 100px) and (max-width: 640px) {
    .ad {
      width: 320px;
      height: 50px;
    }
  }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .ad {
      width: 320px;
      height: 50px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 1000px) {
    .links a {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 900px) {
    .votes {
      font-size: 10px;
      line-height: 16px;
      float: left;
      width: 32%;
      padding: 0 0.5%;
    }
  
    .candname span {
      font-size: 9px;
    }
  
    .votes span {
      font-size: 9px;
    }
  }
  @media only screen and (min-width: 500px) and (max-width: 820px) {
    .candidate {
      width: calc(100% - 20px);
      font-size: 12px;
    }
  
    .contest.uncontested {
      width: 100%;
    }
  
    .candidates {
      display: block;
    }
  
    .contest h2 {
      font-size: 17px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 640px) {
    .ad {
      width: 320px;
      height: 50px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 515px) {
    #footer .content {
      width: 50%;
    }
  
    #footer {
      height: 42px;
    }
  
    #footer .button#subscribe {
      margin-top: 3px;
    }
  }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .ad {
      width: 320px;
      height: 50px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 580px) {
    .candidates {
      display: block;
      font-size: 12px;
    }
  
    .candidate,
    #mwrd6yr .candidates .candidate {
      width: 98%;
      font-size: 16px;
      margin: 0 1%;
      padding: 5px 0;
      border-bottom: 1px solid #080808;
    }
  
    .candidate:last-of-type {
      border-bottom: none;
    }
  
    .links {
      width: 66%;
    }
  
    #toggle {
      margin: 20px auto;
      height: 60px;
    }
  
    .contest h2 {
      padding: 1% 1% 0 1%;
      line-height: 21px;
    }
  
    p.current {
      padding: 0 1%;
    }
  
    .maphover {
      margin-left: 10px;
    }
  
    .maphover.inl {
      margin-left: 0px;
    }
  
    .maphover .button {
      padding: 3%;
      margin-bottom: 20px;
      background-color: #898989;
    }
  }
  /*
  demo styles
  */
  #box {
    width: 96%;
    padding: 5px 2%;
    background: #fff;
    clear: both;
    margin-bottom: 10px;
  }
  
  .player-container {
    background-color: black;
    float: left;
    margin: 20px 20px 10px 0;
    width: 100%;
  }
  
  #box.player-minimize {
    background-color: white;
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    left: 20px;
    padding: 7px;
    position: fixed;
    width: 25%;
    min-width: 320px;
    z-index: 99999999999;
    min-height: 89px;
  }
  
  #box.player-minimize #links {
    min-height: 89px;
  }
  
  #box.player-minimize .player-container {
    margin-top: 0;
  }
  
  /*
  overrides for developer site defaults (for presentation only, non-demo styles)
  */
  .demo-single .demo-layout-content .jwplayer {
    margin: 0;
  }
  
  .demo-layout-content {
    text-align: left;
  }
  
  .demo-single .demo-layout-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
  }
  
  .demo-single .demo-layout-content p,
  .demo-single .demo-layout-content p + p {
    margin-top: 20px;
  }
  
  .demo-single .demo-layout-vertical .demo-layout-code {
    max-width: 900px;
    width: 100%;
  }
  
  .updatetime {
    color: #d3232c;
    font-family: "Benton-Sans-Book", Arial;
    font-size: 12px;
    display: block;
  }
  
  #box h2 {
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
    padding-bottom: 10px;
  }
  
  #box.player-minimize .updatetime {
    font-size: 10px;
  }
  
  /* MAP POPUP */
  .tooltip h3 {
    font-size: 14px;
  }
  
  .tooltip .square,
  .square {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  
  .tooltip .race p {
    font-size: 8px;
  }
  
  .tooltip .race {
    margin: 0;
  }
  
  .tooltip span {
    font-size: 8px;
  }
  
  .tooltip .candidate {
    padding: 4px 2%;
    margin: 0;
    min-height: 13px;
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    width: 96%;
    font-size: 11px;
  }
  
  .tooltip {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    width: 250px;
  }
  
  /*LEGEND*/
  #buttons {
    width: 100%;
    height: 36px;
    clear: both;
    height: -moz-min-content;
    /* Firefox */
    height: -webkit-min-content;
    /* Chrome */
    height: intrinsic;
  }
  
.unopposed {
  display: none;
}

  .button {
    color: #fff;
    font-family: "Benton-Medium", Arial, sans-serif;
    font-size: 0.8rem;
    border-radius: 2px;
    padding: 0.6em 1.6em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    background: #adadad;
    cursor: pointer;
    float: left;
    margin: 2px 0;
    margin-right: 5px;
  }
  
  .button:hover,
  .button:focus,
  .button#subscribe:hover,
  .button#subscribe:focus {
    box-shadow: inset 0 0 0 1px #d3242c;
    background: #fff;
    color: #d3242c;
  }
  
  .button#subscribe {
    margin-top: -6px;
    float: right;
  }
  
  .main .button,
  .button.active,
  .button#subscribe {
    background-color: #d3242c;
  }
  
  .button.active:hover,
  .button.active:focus,
  .main .button a {
    background-color: #d3242c;
    color: #fafafa;
  }
  
  #legend {
    width: 100%;
    padding: 1%;
    margin-top: -120px;
    margin-bottom: 9px;
    font-family: "Benton-Sans-Book", "Arial Narrow";
    font-size: 14px;
    height: 145px;
  }
  
  #legend p {
    width: 61%;
    font-family: "Benton-Sans-Book", "Arial Narrow";
    font-size: 14px;
    margin: 0;
  }
  
  #legend .cand {
    width: 100%;
    min-height: 20px;
  }
  
  #legend .candidate {
    margin: 0;
    width: 100%;
    font-size: 11px;
  }
  
  #legend .cand .name {
    display: block;
    width: 60px;
    float: left;
  }
  
  #legend .cand .range span {
    display: block;
    float: left;
    width: 10px;
    height: 18px;
  }
  
  #legend .cand .left,
  #legend .cand .right {
    display: block;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    line-height: 20px;
  }
  
  /* SELECT2 */
  select,
  input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    margin: 10px auto;
    font-family: "Benton-Sans-Book";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    color: #1a1a1a;
    width: calc(100% - 590px);
    font-size: 15px;
  }
  
  .selection,
  .select2-results__option,
  .select2-results__option--highlighted {
    width: 400px;
    min-height: 15px;
    font-family: "Benton-Sans-Book";
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    color: #2e2925;
  }
  
  .select2-results__option,
  .select2-results__option--highlighted {
    font-size: 12px;
  }
  
  .select2-container {
    margin-right: 20px;
    margin-top: 10px;
    height: 30px;
    width: 40%;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #827f7c;
    line-height: 27px;
    width: 98%;
    height: 30px;
  }
  
  .select2-container {
    margin-top: 10px;
  }
  
  .select2-container--open .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option[aria-selected="true"],
  .select2-results__option {
    width: 245px;
    padding-right: 0;
  }
  
  .select2-container--open .select2-dropdown--below {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    color: #827f7c;
    background: #f5f5f5;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
  }
  
  .select2-search__field,
  input,
  input:matches([type="password"], [type="search"]) {
    font-family: "Helvetica Neue";
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: "Helvetica Neue";
    border: 1px solid #e2e2e2;
    background: #e2e2e2 url("../img/search.svg") no-repeat 10px 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    font-family: "Helvetica Neue";
    border: 1px solid #e2e2e2;
    background: #e2e2e2 url("../img/search.svg") no-repeat 10px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  
  .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: none;
    background: url("../img/arrow.svg");
    background-size: 62%;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: none;
  }
  
  .select2-selection__arrow,
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 35px;
    height: 30px;
    background: url("../img/arrow.svg") #d1252b no-repeat center;
    background-size: 62% !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  
  .select2-selection__arrow:hover,
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow:hover {
    background-color: #ca585c;
  }
  
  .select2-selection__arrow,
  .select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url("../img/arrowopen.svg") #d1252b no-repeat center;
    background-size: 62%;
  }
  
  .select2-container--open
    .select2-selection--single
    .select2-selection__rendered {
    color: #201d1d;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0;
    right: 0;
  }
  
  @media only screen and (min-width: 500px) and (max-width: 660px) {
    #map_div {
      width: 273px;
      height: 312px;
    }
  
    #side {
      width: 273px;
    }
  }
  @media only screen and (min-width: 700px) and (max-width: 1128px) {
    #side.atop {
      margin-left: 0;
      right: 5%;
    }
  }
  @media only screen and (max-width: 700px) {
    .container {
      width: 100%;
      margin: 0 auto;
    }
  
    .contest.active,
    .active .candidate {
      background: #fff;
    }
  
    .contest.uncontested {
      width: 100%;
    }
  
    #wrap {
      float: left;
      margin: 0 1%;
      width: 98%;
    }
  
    #side.atop {
      margin-left: 0;
      width: calc(100% - 30px);
      height: 90vh;
      position: fixed;
      border: 1px solid #131313;
      top: 60px;
      left: 130%;
      background: #f2f2f2;
    }
  
    #map_div {
      width: 96%;
    }
  
    .maphover {
      margin-left: 10px;
      font-size: 12px;
      cursor: pointer;
      display: block;
    }
  
    .maphover.inl {
      margin-left: 0px;
    }
  
    .maphover .button {
      padding: 3%;
      margin-bottom: 20px;
      background-color: #898989;
    }
  
    #close {
      display: block;
      position: absolute;
      top: -10px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #ccc;
      border: 2px solid #fff;
      z-index: 300100;
      line-height: 37px;
      border-radius: 40px;
      opacity: 1;
      cursor: pointer;
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 22px;
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }
  
    #close:hover {
      background-color: #64bedf;
      cursor: pointer;
    }
  
    #map_div {
      width: 98%;
      margin: 0 1%;
      height: 300px;
    }
  }
  @media only screen and (min-width: 650px) and (max-width: 746px) {
    .social {
      display: none;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 480px) {
    .votes {
      font-size: 11px;
    }
  
    .candname {
      line-height: 13px;
      font-size: 11px;
    }
  }
  #map_div {
    width: 98%;
    margin-left: 2%;
    height: 350px;
  }
  
  .buttons,
  #ward {
    clear: both;
    width: 98%;
    margin-left: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .buttons .button {
    margin-bottom: 5px;
  }
  
  .buttons {
    height: 30px;
  }
  
  #side h2 {
    font-size: 1em;
  }
  
  #ward .candidate {
    font-size: 10px;
  }
  
  .square {
    display: block;
    float: left;
    margin-right: 2px;
    height: 16px;
    width: 16px;
  }
  
  #range {
    width: 98%;
    margin-left: 2%;
    background: #fff;
    font-family: "Benton-Sans-Book";
    font-size: 10px;
    padding-top: 5px;
  }
  
  #range1,
  #range2 {
    clear: both;
    min-height: 15px;
    padding-left: 5px;
  }
  
  #range1 div,
  #range2 div {
    float: left;
  }
  
  .left {
    width: 45%;
    text-align: right;
  }
  
  .right {
    width: 15%;
    text-align: left;
  }
  
  .group {
    width: 38%;
    margin: 0 1%;
  }
  
  .colors {
    display: block;
    float: left;
    width: 20%;
    height: 10px;
  }
  
  .select2 .select2-container .select2-container--default,
  .select2-container--default .select2-selection--single,
  .select2-container .select2-selection--single {
    height: 30px;
  }
  
  .select2-container--open .select2-dropdown--below,
  select2-search select2-search--dropdown,
  span.select2-dropdown.select2-dropdown--below {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 228px;
  }
  
  .select2-search--dropdown {
    background: #ffffff;
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 228px;
  }
  
  .select2-container--open .select2-dropdown,
  .select2-dropdown .select2-dropdown--below {
    top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 400px;
  }
  
  .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    height: 30px;
  }
  
  .select2-container--open
    .select2-selection--single
    .select2-selection__placeholder {
    color: #201d1d;
  }
  
  .select2-container--default .select2-selection--single,
  .select2-dropdown,
  .select2-dropdown {
    border: 1px sold #e2e2e2;
  }
  
  .select2-container--default
    .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option[aria-selected="true"],
  .select2-results__option {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .select2-container {
    margin-right: 0;
  }
  
  .select2-dropdown,
  select2-dropdown--below {
    width: 250px !important;
  }
  
  .select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
  }
  
  /* IPAD PORTRAIT */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* STYLES GO HERE */
  }
  /* ON THE PHONE */
  @media only screen and (min-width: 100px) and (max-width: 770px) {
    .linkout {
      font-size: 16px;
      line-height: 20px;
      padding: 0 2px;
    }
  
    select,
    .selection {
      margin: 0 auto;
      height: 20px;
      width: 150px;
      font-size: 13px;
    }
  
    .select2-container {
      height: 20px;
    }
  
    .select2-container--default
      .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-results__option {
      overflow-x: hidden;
    }
  
    .select2-container {
      margin: 0 auto;
    }
  
    .select2-container--default
      .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-results__option {
      padding-right: 20px;
    }
  
    span.select2.select2-container.select2-container--default {
      margin-top: 10px;
      width: 250px !important;
    }
  
    .select2-container--default .select2-results > .select2-results__options {
      overflow-x: hidden;
    }
  
    .select2-search--dropdown {
      background: #ffffff;
      font-size: 14px;
      padding: 10px;
      border-top: 1px solid #e2e2e2;
    }
  
    .select2-container--default .select2-search--dropdown .select2-search__field {
      font-family: "Helvetica Neue";
      border: 1px solid #e2e2e2;
      background: #e2e2e2 url("../img/search.svg") no-repeat 10px 7px;
      padding-left: 30px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .select2-container--default
      .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-results__option {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 850px) {
    select,
    .selection,
    .select2-results__option,
    .select2-results__option--highlighted {
      width: 100%;
      font-size: 13px;
    }
  
    .linkout {
      font-size: 16px;
      padding: 0 2px;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 701px) {
    #statewide .statewide,
    #statewide .svgs {
      width: 100%;
    }
  }
  /* ON THE PHONE */
  @media only screen and (min-width: 100px) and (max-width: 760px) {
    .select2-container--default
      .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-results__option {
      overflow-x: hidden;
    }
  
    select,
    .selection,
    .select2-results__option,
    .select2-results__option--highlighted {
      font-size: 12px;
      width: 100%;
    }
  
    .select2-container {
      margin: 0 auto;
    }
  
    button {
      font-size: 0.8em;
      margin-bottom: 5px;
      line-height: 9px;
    }
  
    .select2-container--default .select2-results > .select2-results__options {
      overflow-x: hidden;
    }
  
    .select2-search--dropdown {
      background: #ffffff;
      font-size: 14px;
      padding: 10px;
      border-top: 1px solid #e2e2e2;
    }
  
    .select2-container--default .select2-search--dropdown .select2-search__field {
      font-family: "Helvetica Neue";
      border: 1px solid #e2e2e2;
      background: #e2e2e2 url("../img/search.svg") no-repeat 10px 10px;
      padding-left: 30px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .select2-container--default
      .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-results__option {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    #alert {
      font-size: 15px;
    }
  
    #container {
      width: 86%;
      margin: 0 7%;
    }
  }
  @media only screen and (min-width: 661px) and (max-width: 767px) {
    span.select2.select2-container.select2-container--default {
      width: 250px !important;
    }
    span.select2.select2-container.select2-container--default #projection .add {
      font-size: 1.6em;
    }
  }
  @media only screen and (min-width: 790px) and (max-width: 969px) {
    span.select2.select2-container.select2-container--default {
      width: 350px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 790px) {
    span.select2.select2-container.select2-container--default {
      width: 312px !important;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 660px) {
    .linkout {
      width: 0;
      height: 0;
      visibility: hidden;
      display: none;
    }
  
    #st {
      width: 96px;
    }
  
    .choose {
      width: calc(100% - 116px);
    }
  
    #st a {
      background: url("../img/st.png") cover no-repeat;
    }
  
    span.select2.select2-container.select2-container--default {
      margin-top: 10px;
      width: calc(100% - 100px) !important;
    }
  }
  @media only screen and (min-width: 100px) and (max-width: 475px) {
    .select2-container--open .select2-dropdown,
    .select2-dropdown .select2-dropdown--below {
      top: 10px;
    }
  }
  @media only screen and (max-width: 660px) {
    .container,
    .list {
      width: 100%;
      margin: 0 auto;
    }
  
    .contest.uncontested {
      width: 100%;
    }
  
    #wrap {
      float: none;
      margin: 0 auto;
      width: 98%;
    }
  
    #adside {
      display: none;
    }
  
    .seats {
      width: 90%;
      margin: 0 auto;
    }
  
    #side.atop {
      margin-left: 0;
      width: calc(100% - 30px);
      height: 90vh;
      position: fixed;
      border: 1px solid #131313;
      top: 60px;
      left: 130%;
      background: #f2f2f2;
    }
  
    .maphover {
      margin-left: 1%;
      font-size: 12px;
      cursor: pointer;
      display: block;
    }
  
    #map_div,
    #ward {
      width: 96%;
    }
  
    #side.atop #legend {
      background: #f2f2f2;
      padding: 1%;
      position: absolute;
      left: 0;
      bottom: 0px;
      width: calc(99% - 5px);
      z-index: -3;
      font-size: 12px;
    }
  
    #side.atop #legend .cand .range span {
      width: 5px;
    }
  
    #side.atop #buttons {
      top: 30px;
      position: absolute;
      left: 3px;
    }
  
    #close {
      display: block;
      position: absolute;
      top: -10px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #ccc;
      border: 2px solid #fff;
      z-index: 300100;
      line-height: 37px;
      border-radius: 40px;
      opacity: 1;
      cursor: pointer;
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 22px;
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }
  
    #close:hover {
      background-color: #64bedf;
      cursor: pointer;
    }
  
    .button {
      font-size: 0.5rem;
    }
  
    #projection .add {
      font-size: 1.4em;
    }
  
    #map,
    #mapgov {
      margin: 70px 10% 0;
      width: 80%;
      height: auto;
    }
  }
  .label {
    font-size: 10px;
    font-family: "Benton-Sans-Book";
  }
  
  .x text {
    display: none;
  }
  
  .labels {
    font-family: "Benton-Sans-Book";
    line-height: 16px;
    font-size: 12px;
  }
  
  .labels span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 2px -4px 20px;
  }
  
  .labels span:first-of-type {
    margin-left: 0;
  }
  
  @media only screen and (max-width: 813px) and (min-width: 659px) {
    .labels span {
      width: 10px;
      height: 10px;
      margin: 0 2px 0px 5px;
    }
  
    .labels {
      font-size: 10px;
    }
  }
  
  /*# sourceMappingURL=style.css.map */
  