/**
 * Election Styles
 */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important; }

@media (max-width: 640px) {
  .visible-xs {
    display: block !important; }
  .hidden-xs {
    display: none !important; } }

/* Module: ATF */
#main.elections {
  width: 100% !important; }

#jump-to-coverage, #jump-to-state, #race-map-button {
  padding: 8px 12px; }

#dd-menu-county {
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 0.8em; }

#dd-menu-town-mobile {
  font-size: 0.8em; }

#election-calc {
  width: 20%;
  height: 300px;
  float: right;
  top: 240px; }
  #election-calc .calculator {
    position: fixed;
    margin: 1em -4em;
    padding: 1em 0;
    display: block-inline;
    width: 350px;
    background-color: #444;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 15px 3px #111;
    box-shadow: 5px 5px 15px 3px #111;
    font-family: 'Oxygen'; }
  #election-calc .calc-row {
    text-align: center; }
  #election-calc .calc-row div.screen {
    display: table;
    width: 85%;
    background-color: #aaa;
    text-align: right;
    font-size: 2em;
    min-height: 1.2em;
    margin-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #888;
    color: #333; }
  #election-calc .calc-row div {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #eee;
    padding: 10px 0;
    margin: 7px 5px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 1px 1px #222;
    box-shadow: 2px 2px 1px 1px #222;
    width: 50px; }
  #election-calc .calc-row div.zero {
    width: 112px; }
  #election-calc .calc-row div.zero {
    margin-right: 5px; }

.elections, .election-content, #module-elections, .elections-map {
  /*
  font-family: "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
 */ }
  .elections #county-area-races ul, .elections #town-local-races ul, .election-content #county-area-races ul, .election-content #town-local-races ul, #module-elections #county-area-races ul, #module-elections #town-local-races ul, .elections-map #county-area-races ul, .elections-map #town-local-races ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0rem; }
  .elections h1, .elections h2, .elections h3, .elections h4, .elections h5, .elections h6, .elections [class^="article-h"], .elections .county-link, .election-content h1, .election-content h2, .election-content h3, .election-content h4, .election-content h5, .election-content h6, .election-content [class^="article-h"], .election-content .county-link, #module-elections h1, #module-elections h2, #module-elections h3, #module-elections h4, #module-elections h5, #module-elections h6, #module-elections [class^="article-h"], #module-elections .county-link, .elections-map h1, .elections-map h2, .elections-map h3, .elections-map h4, .elections-map h5, .elections-map h6, .elections-map [class^="article-h"], .elections-map .county-link {
    font-family: "Bebas Neue", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal; }
  .elections .county-link a, .election-content .county-link a, #module-elections .county-link a, .elections-map .county-link a {
    color: #000; }
  .elections .election-header, .election-content .election-header, #module-elections .election-header, .elections-map .election-header {
    text-decoration: overline underline; }

.elections .races {
  width: 70%;
  padding: 0 10px 0 0;
  float: left; }

.elections .map {
  width: 30%;
  padding: 20px 10px 0 0;
  float: right; }

@media (min-width: 640px) and (max-width: 960px) {
  .elections .races {
    width: 100%; }
  .elections .map {
    display: none; } }

.election-content {
  font-size: 16px; }
  .election-content .races-big,
  .election-content #county-area-races,
  .election-content #town-local-races,
  .election-content .races-map,
  .election-content #race-votes-forms {
    float: left; }
    .election-content .races-big h1, .election-content .races-big h2, .election-content .races-big h3, .election-content .races-big h4, .election-content .races-big h5, .election-content .races-big h6, .election-content .races-big [class^="article-h"],
    .election-content #county-area-races h1,
    .election-content #county-area-races h2,
    .election-content #county-area-races h3,
    .election-content #county-area-races h4,
    .election-content #county-area-races h5,
    .election-content #county-area-races h6,
    .election-content #county-area-races [class^="article-h"],
    .election-content #town-local-races h1,
    .election-content #town-local-races h2,
    .election-content #town-local-races h3,
    .election-content #town-local-races h4,
    .election-content #town-local-races h5,
    .election-content #town-local-races h6,
    .election-content #town-local-races [class^="article-h"],
    .election-content .races-map h1,
    .election-content .races-map h2,
    .election-content .races-map h3,
    .election-content .races-map h4,
    .election-content .races-map h5,
    .election-content .races-map h6,
    .election-content .races-map [class^="article-h"],
    .election-content #race-votes-forms h1,
    .election-content #race-votes-forms h2,
    .election-content #race-votes-forms h3,
    .election-content #race-votes-forms h4,
    .election-content #race-votes-forms h5,
    .election-content #race-votes-forms h6,
    .election-content #race-votes-forms [class^="article-h"] {
      font-family: "Bebas Neue", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif; }
    .election-content .races-big .rr_header h2,
    .election-content #county-area-races .rr_header h2,
    .election-content #town-local-races .rr_header h2,
    .election-content .races-map .rr_header h2,
    .election-content #race-votes-forms .rr_header h2 {
      font-size: 1.2em; }
    .election-content .races-big article.tease-race_result,
    .election-content #county-area-races article.tease-race_result,
    .election-content #town-local-races article.tease-race_result,
    .election-content .races-map article.tease-race_result,
    .election-content #race-votes-forms article.tease-race_result {
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 0px 3px;
      min-height: 125px;
      width: 100%; }
    .election-content .races-big .race,
    .election-content #county-area-races .race,
    .election-content #town-local-races .race,
    .election-content .races-map .race,
    .election-content #race-votes-forms .race {
      width: 50%; }
    .election-content .races-big a,
    .election-content #county-area-races a,
    .election-content #town-local-races a,
    .election-content .races-map a,
    .election-content #race-votes-forms a {
      color: #000; }
    .election-content .races-big a:hover,
    .election-content #county-area-races a:hover,
    .election-content #town-local-races a:hover,
    .election-content .races-map a:hover,
    .election-content #race-votes-forms a:hover {
      color: #767676; }
    .election-content .races-big .widget-h2,
    .election-content #county-area-races .widget-h2,
    .election-content #town-local-races .widget-h2,
    .election-content .races-map .widget-h2,
    .election-content #race-votes-forms .widget-h2 {
      font-size: 1.5em;
      text-align: center; }
    .election-content .races-big .map-nav, .election-content .races-big .map-nav ul,
    .election-content #county-area-races .map-nav,
    .election-content #county-area-races .map-nav ul,
    .election-content #town-local-races .map-nav,
    .election-content #town-local-races .map-nav ul,
    .election-content .races-map .map-nav,
    .election-content .races-map .map-nav ul,
    .election-content #race-votes-forms .map-nav,
    .election-content #race-votes-forms .map-nav ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
    .election-content .races-big .map-nav ul,
    .election-content #county-area-races .map-nav ul,
    .election-content #town-local-races .map-nav ul,
    .election-content .races-map .map-nav ul,
    .election-content #race-votes-forms .map-nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      border-radius: 4px;
      border-bottom: 1px solid #e6e6e6;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
    .election-content .races-big .map-nav ul li,
    .election-content #county-area-races .map-nav ul li,
    .election-content #town-local-races .map-nav ul li,
    .election-content .races-map .map-nav ul li,
    .election-content #race-votes-forms .map-nav ul li {
      margin-bottom: -1px;
      color: #737373;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
      .election-content .races-big .map-nav ul li.activetab,
      .election-content #county-area-races .map-nav ul li.activetab,
      .election-content #town-local-races .map-nav ul li.activetab,
      .election-content .races-map .map-nav ul li.activetab,
      .election-content #race-votes-forms .map-nav ul li.activetab {
        color: #262626;
        border-bottom: 2px solid #262626; }
      .election-content .races-big .map-nav ul li button,
      .election-content #county-area-races .map-nav ul li button,
      .election-content #town-local-races .map-nav ul li button,
      .election-content .races-map .map-nav ul li button,
      .election-content #race-votes-forms .map-nav ul li button {
        padding: 10px;
        font-size: 1.0em;
        font-weight: 500;
        font-style: normal;
        font-stretch: condensed;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1px;
        color: inherit;
        border: 0;
        cursor: pointer;
        margin: 0;
        outline: none;
        background: none; }
    .election-content .races-big .map-nav ul li.active,
    .election-content #county-area-races .map-nav ul li.active,
    .election-content #town-local-races .map-nav ul li.active,
    .election-content .races-map .map-nav ul li.active,
    .election-content #race-votes-forms .map-nav ul li.active {
      color: #262626;
      border-bottom: 2px solid #262626; }
    .election-content .races-big ul.race-options,
    .election-content #county-area-races ul.race-options,
    .election-content #town-local-races ul.race-options,
    .election-content .races-map ul.race-options,
    .election-content #race-votes-forms ul.race-options {
      margin: 0 10px;
      padding: 0 0; }
      .election-content .races-big ul.race-options .option:after,
      .election-content #county-area-races ul.race-options .option:after,
      .election-content #town-local-races ul.race-options .option:after,
      .election-content .races-map ul.race-options .option:after,
      .election-content #race-votes-forms ul.race-options .option:after {
        content: "";
        display: block;
        clear: both; }
      .election-content .races-big ul.race-options .progress-new,
      .election-content #county-area-races ul.race-options .progress-new,
      .election-content #town-local-races ul.race-options .progress-new,
      .election-content .races-map ul.race-options .progress-new,
      .election-content #race-votes-forms ul.race-options .progress-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 10px;
        width: 50px;
        overflow: hidden;
        font-size: 1.4rem;
        background: -webkit-repeating-linear-gradient(325deg, transparent, transparent 2px, #d9d9d9 3px, #d9d9d9 4px);
        background: -o-repeating-linear-gradient(325deg, transparent, transparent 2px, #d9d9d9 3px, #d9d9d9 4px);
        background: repeating-linear-gradient(125deg, transparent, transparent 2px, #d9d9d9 3px, #d9d9d9 4px);
        border-radius: .25rem;
        position: relative;
        left: 50px;
        left: 50px;
        top: -5px; }
      .election-content .races-big ul.race-options .progress-bar-new,
      .election-content #county-area-races ul.race-options .progress-bar-new,
      .election-content #town-local-races ul.race-options .progress-bar-new,
      .election-content .races-map ul.race-options .progress-bar-new,
      .election-content #race-votes-forms ul.race-options .progress-bar-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        background-color: rgba(0, 113, 74, 0.9);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease; }
      .election-content .races-big ul.race-options .option,
      .election-content #county-area-races ul.race-options .option,
      .election-content #town-local-races ul.race-options .option,
      .election-content .races-map ul.race-options .option,
      .election-content #race-votes-forms ul.race-options .option {
        margin-bottom: 10px; }
      .election-content .races-big ul.race-options .cand-pic,
      .election-content #county-area-races ul.race-options .cand-pic,
      .election-content #town-local-races ul.race-options .cand-pic,
      .election-content .races-map ul.race-options .cand-pic,
      .election-content #race-votes-forms ul.race-options .cand-pic {
        float: left;
        width: 35px;
        position: relative;
        left: 0px;
        top: 15px;
        border-radius: .25em;
        margin: -12px 15px 2px 0; }
      .election-content .races-big ul.race-options .progress_cont,
      .election-content #county-area-races ul.race-options .progress_cont,
      .election-content #town-local-races ul.race-options .progress_cont,
      .election-content .races-map ul.race-options .progress_cont,
      .election-content #race-votes-forms ul.race-options .progress_cont {
        float: left;
        width: 80%;
        border: 1px solid #D5D5D5;
        height: 25px;
        position: relative;
        display: inline-block;
        margin-bottom: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .election-content .races-big ul.race-options .pvotes,
      .election-content #county-area-races ul.race-options .pvotes,
      .election-content #town-local-races ul.race-options .pvotes,
      .election-content .races-map ul.race-options .pvotes,
      .election-content #race-votes-forms ul.race-options .pvotes {
        float: left;
        padding-left: 10px;
        color: black;
        font-size: 1.3em;
        font-weight: bold;
        /* line-height: 21px;
         width: 120px; */ }
        .election-content .races-big ul.race-options .pvotes .dot,
        .election-content #county-area-races ul.race-options .pvotes .dot,
        .election-content #town-local-races ul.race-options .pvotes .dot,
        .election-content .races-map ul.race-options .pvotes .dot,
        .election-content #race-votes-forms ul.race-options .pvotes .dot {
          height: 10px;
          width: 10px;
          margin: 0 5px 0 0px;
          border-radius: 50%;
          display: inline-block; }
      .election-content .races-big ul.race-options .ref,
      .election-content #county-area-races ul.race-options .ref,
      .election-content #town-local-races ul.race-options .ref,
      .election-content .races-map ul.race-options .ref,
      .election-content #race-votes-forms ul.race-options .ref {
        margin: 5px 0 2px -8px; }
      .election-content .races-big ul.race-options .cand,
      .election-content #county-area-races ul.race-options .cand,
      .election-content #town-local-races ul.race-options .cand,
      .election-content .races-map ul.race-options .cand,
      .election-content #race-votes-forms ul.race-options .cand {
        margin: 10px 0 2px 5px;
        display: inline-block;
        overflow: auto; }
      .election-content .races-big ul.race-options .votes,
      .election-content #county-area-races ul.race-options .votes,
      .election-content #town-local-races ul.race-options .votes,
      .election-content .races-map ul.race-options .votes,
      .election-content #race-votes-forms ul.race-options .votes {
        width: 18%;
        color: #737373;
        line-height: 12px;
        text-align: right;
        font-weight: bold;
        position: relative;
        top: 10px;
        left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.2em; }
      .election-content .races-big ul.race-options .percent,
      .election-content #county-area-races ul.race-options .percent,
      .election-content #town-local-races ul.race-options .percent,
      .election-content .races-map ul.race-options .percent,
      .election-content #race-votes-forms ul.race-options .percent {
        color: #737373;
        position: relative;
        top: 12px;
        font-size: 1.2em; }
      .election-content .races-big ul.race-options div.progress,
      .election-content #county-area-races ul.race-options div.progress,
      .election-content #town-local-races ul.race-options div.progress,
      .election-content .races-map ul.race-options div.progress,
      .election-content #race-votes-forms ul.race-options div.progress {
        display: block;
        margin: 2px;
        height: 19px;
        float: left;
        position: absolute; }
      .election-content .races-big ul.race-options div.option div.progress,
      .election-content #county-area-races ul.race-options div.option div.progress,
      .election-content #town-local-races ul.race-options div.option div.progress,
      .election-content .races-map ul.race-options div.option div.progress,
      .election-content #race-votes-forms ul.race-options div.option div.progress {
        background-color: #ccc; }
      .election-content .races-big ul.race-options div.option div.progress.winner,
      .election-content #county-area-races ul.race-options div.option div.progress.winner,
      .election-content #town-local-races ul.race-options div.option div.progress.winner,
      .election-content .races-map ul.race-options div.option div.progress.winner,
      .election-content #race-votes-forms ul.race-options div.option div.progress.winner {
        background-color: #9ae2a4; }
      .election-content .races-big ul.race-options div.option div.progress_cont.eliminated,
      .election-content #county-area-races ul.race-options div.option div.progress_cont.eliminated,
      .election-content #town-local-races ul.race-options div.option div.progress_cont.eliminated,
      .election-content .races-map ul.race-options div.option div.progress_cont.eliminated,
      .election-content #race-votes-forms ul.race-options div.option div.progress_cont.eliminated {
        background-color: #696969; }
    .election-content .races-big .prtr,
    .election-content #county-area-races .prtr,
    .election-content #town-local-races .prtr,
    .election-content .races-map .prtr,
    .election-content #race-votes-forms .prtr {
      margin: 10px 0 0 15px;
      font-size: .8em;
      margin-left: 0px; }
      .election-content .races-big .prtr h3,
      .election-content #county-area-races .prtr h3,
      .election-content #town-local-races .prtr h3,
      .election-content .races-map .prtr h3,
      .election-content #race-votes-forms .prtr h3 {
        font-size: 1.5em; }
        .election-content .races-big .prtr h3 a,
        .election-content #county-area-races .prtr h3 a,
        .election-content #town-local-races .prtr h3 a,
        .election-content .races-map .prtr h3 a,
        .election-content #race-votes-forms .prtr h3 a {
          color: #000; }
      .election-content .races-big .prtr .rcv,
      .election-content #county-area-races .prtr .rcv,
      .election-content #town-local-races .prtr .rcv,
      .election-content .races-map .prtr .rcv,
      .election-content #race-votes-forms .prtr .rcv {
        line-height: 1.3em; }
    .election-content .races-big article.tease-race_result,
    .election-content #county-area-races article.tease-race_result,
    .election-content #town-local-races article.tease-race_result,
    .election-content .races-map article.tease-race_result,
    .election-content #race-votes-forms article.tease-race_result {
      margin-top: 10px;
      max-width: 800px !important; }
      .election-content .races-big article.tease-race_result .rr_header h3,
      .election-content #county-area-races article.tease-race_result .rr_header h3,
      .election-content #town-local-races article.tease-race_result .rr_header h3,
      .election-content .races-map article.tease-race_result .rr_header h3,
      .election-content #race-votes-forms article.tease-race_result .rr_header h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0 0 0; }
      .election-content .races-big article.tease-race_result .rr_header div.desc,
      .election-content #county-area-races article.tease-race_result .rr_header div.desc,
      .election-content #town-local-races article.tease-race_result .rr_header div.desc,
      .election-content .races-map article.tease-race_result .rr_header div.desc,
      .election-content #race-votes-forms article.tease-race_result .rr_header div.desc {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 4px; }
      .election-content .races-big article.tease-race_result .rr_content + a,
      .election-content #county-area-races article.tease-race_result .rr_content + a,
      .election-content #town-local-races article.tease-race_result .rr_content + a,
      .election-content .races-map article.tease-race_result .rr_content + a,
      .election-content #race-votes-forms article.tease-race_result .rr_content + a {
        line-height: 16px; }
      .election-content .races-big article.tease-race_result .even,
      .election-content #county-area-races article.tease-race_result .even,
      .election-content #town-local-races article.tease-race_result .even,
      .election-content .races-map article.tease-race_result .even,
      .election-content #race-votes-forms article.tease-race_result .even {
        background-color: #351c1c05;
        padding: 20px;
        border-radius: 5px;
        margin: 0px -20px; }
      .election-content .races-big article.tease-race_result .odd,
      .election-content #county-area-races article.tease-race_result .odd,
      .election-content #town-local-races article.tease-race_result .odd,
      .election-content .races-map article.tease-race_result .odd,
      .election-content #race-votes-forms article.tease-race_result .odd {
        background-color: #351c1c05;
        padding: 20px;
        border-radius: 5px;
        margin: 0px -20px; }
    .election-content .races-big .tease-race_result .cand-table,
    .election-content #county-area-races .tease-race_result .cand-table,
    .election-content #town-local-races .tease-race_result .cand-table,
    .election-content .races-map .tease-race_result .cand-table,
    .election-content #race-votes-forms .tease-race_result .cand-table {
      width: 100%; }
    .election-content .races-big .tease-race_result .cand-table > thead > tr > th,
    .election-content .races-big .tease-race_result .cand-table > tfoot > tr > th,
    .election-content .races-big .tease-race_result .cand-table > tfoot > tr > td,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th,
    .election-content #county-area-races .tease-race_result .cand-table > tfoot > tr > th,
    .election-content #county-area-races .tease-race_result .cand-table > tfoot > tr > td,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th,
    .election-content #town-local-races .tease-race_result .cand-table > tfoot > tr > th,
    .election-content #town-local-races .tease-race_result .cand-table > tfoot > tr > td,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th,
    .election-content .races-map .tease-race_result .cand-table > tfoot > tr > th,
    .election-content .races-map .tease-race_result .cand-table > tfoot > tr > td,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th,
    .election-content #race-votes-forms .tease-race_result .cand-table > tfoot > tr > th,
    .election-content #race-votes-forms .tease-race_result .cand-table > tfoot > tr > td {
      height: 40px;
      color: #a6a6a6;
      font-size: 0.825em;
      font-weight: 500;
      text-align: left;
      line-height: 1;
      border: none !important;
      padding: 9px 0 5px;
      padding: .5625rem 0 .3125rem; }
    .election-content .races-big .tease-race_result .cand-table > thead > tr > th,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th {
      border-bottom: 1px solid #f2f2f2 !important; }
    .election-content .races-big .tease-race_result .cand-table > thead > tr > th.candCol,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th.candCol,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th.candCol,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th.candCol,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th.candCol {
      width: 220px; }
    .election-content .races-big .tease-race_result .cand-table > tbody > tr.droppedRow,
    .election-content #county-area-races .tease-race_result .cand-table > tbody > tr.droppedRow,
    .election-content #town-local-races .tease-race_result .cand-table > tbody > tr.droppedRow,
    .election-content .races-map .tease-race_result .cand-table > tbody > tr.droppedRow,
    .election-content #race-votes-forms .tease-race_result .cand-table > tbody > tr.droppedRow {
      border-bottom: 1px solid #f2f2f2; }
    .election-content .races-big .tease-race_result .cand-table > tbody > tr > td.droppedCol,
    .election-content #county-area-races .tease-race_result .cand-table > tbody > tr > td.droppedCol,
    .election-content #town-local-races .tease-race_result .cand-table > tbody > tr > td.droppedCol,
    .election-content .races-map .tease-race_result .cand-table > tbody > tr > td.droppedCol,
    .election-content #race-votes-forms .tease-race_result .cand-table > tbody > tr > td.droppedCol {
      color: #a6a6a6;
      font-size: 0.825em;
      font-weight: 500;
      text-align: left;
      line-height: 1;
      padding-top: 15px !important;
      border-bottom: 1px solid #f2f2f2; }
    .election-content .races-big .tease-race_result .cand-table > thead > tr > th.percCol,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th.percCol,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th.percCol,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th.percCol,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th.percCol {
      width: 150px; }
    .election-content .races-big .tease-race_result .cand-table > thead > tr > th.votesCol, .election-content .races-big .tease-race_result .cand-table > thead > tr > th.delegatesCol,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th.votesCol,
    .election-content #county-area-races .tease-race_result .cand-table > thead > tr > th.delegatesCol,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th.votesCol,
    .election-content #town-local-races .tease-race_result .cand-table > thead > tr > th.delegatesCol,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th.votesCol,
    .election-content .races-map .tease-race_result .cand-table > thead > tr > th.delegatesCol,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th.votesCol,
    .election-content #race-votes-forms .tease-race_result .cand-table > thead > tr > th.delegatesCol {
      width: 50px;
      text-align: left;
      position: relative;
      left: 10px; }
    .election-content .races-big .tease-race_result .cand-table > tbody > tr > td,
    .election-content #county-area-races .tease-race_result .cand-table > tbody > tr > td,
    .election-content #town-local-races .tease-race_result .cand-table > tbody > tr > td,
    .election-content .races-map .tease-race_result .cand-table > tbody > tr > td,
    .election-content #race-votes-forms .tease-race_result .cand-table > tbody > tr > td {
      padding: 0px 0px !important;
      border-bottom: 0px solid #e1e1e1 !important;
      border: none !important;
      height: 40px; }
    .election-content .races-big .election-location-container,
    .election-content #county-area-races .election-location-container,
    .election-content #town-local-races .election-location-container,
    .election-content .races-map .election-location-container,
    .election-content #race-votes-forms .election-location-container {
      margin: 0 auto 12px;
      max-width: 1280px; }

div#module-elections {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px; }
  div#module-elections .layout-header, div#module-elections .layout-content {
    width: 100%; }
  div#module-elections h1.module-h2, div#module-elections h2.module-h2 {
    padding: 0; }
    div#module-elections h1.module-h2 a, div#module-elections h2.module-h2 a {
      color: #000; }
  div#module-elections h2.module-h2 + div {
    line-height: 18px; }

h2.election-module-h2 {
  font-family: "Bebas Neue", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin: 0;
  padding: 10px 0; }

select#dd-menu-county,
select#dd-menu-town,
input#dd-menu-town-mobile,
a#jump-to-state.button,
a#race-map-button.button,
a#jump-to-county-stuff.button,
a#jump-to-town-stuff.button,
div.date-content a.button:first-of-type {
  font-family: "Bebas Neue", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  color: #fff;
  background-color: #00734a;
  font-weight: bold;
  margin: 0 0 5px 10px;
  text-align: center;
  font-weight: lighter;
  font-size: 1.1em; }

input#dd-menu-town-mobile,
div.race-map-button {
  height: 42px;
  padding: 8px 10px;
  background-color: #00734a;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: lighter;
  font-size: 1.1em; }

a#race-map-button.button {
  display: none; }

input#dd-menu-town-mobile {
  background-color: #fff;
  color: #000; }

div.date-content .jump-to-bar {
  display: block; }
  div.date-content .jump-to-bar select#dd-menu-county,
  div.date-content .jump-to-bar select#dd-menu-town,
  div.date-content .jump-to-bar input#dd-menu-town-mobile,
  div.date-content .jump-to-bar a#jump-to-state.button {
    display: block; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile::-webkit-input-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile:-moz-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile::-moz-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile:-ms-input-placeholder {
    text-align: center;
    color: #000; }

div.date-content label {
  display: inline-block; }

div.election-header-message {
  text-align: left;
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 5px; }

div.election-page-footer h4 {
  font-weight: bold;
  font-size: 2.4rem; }

#statemap svg {
  margin: 15px 0px; }

#statemap g#county_ME path:hover {
  stroke-width: 10px;
  stroke: #000;
  outline-offset: 2px;
  /*
    ul {
      margin:0;
      padding:0;
      display:flex;
      position: absolute;
      top: 50%;
      left:50%;
      transform: translate(-50%, -50%);
    }

    ul li {
      list-style:none;
      margin: 0 15px;
    }

    ul li a {
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      background: #171515;
      border-radius: 50%;
      font-size: 30px;
      color: #666;
      transition: .5s;
    }

    ul li a:before {
      content: '';
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      border-radius:50%;
      background: #d35400;
      transition: .5s;
      transform: scale(.9);
      z-index: -1;
    }

    ul li a:hover:before {
      transform: scale(1.2);
      box-shadow: 0 0 15px #d35400;
      filter: blur(3px);
    }

    ul li a:hover {
      color: #ffa502;
      box-shadow: 0 0 15px #d35400;
      text-shadow: 0 0 15px #d35400;
    }
    */ }

div.elections-map.tooltip.legend {
  pointer-events: none;
  position: absolute;
  text-align: center;
  background: white;
  z-index: 5;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none; }
  div.elections-map.tooltip.legend.active {
    display: block; }
  div.elections-map.tooltip.legend:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; }
  div.elections-map.tooltip.legend h6 {
    font-size: .7em;
    margin: 10px 0; }
  div.elections-map.tooltip.legend ul {
    list-style: none;
    text-align: left;
    margin: 0 0; }
  div.elections-map.tooltip.legend .popover-header {
    font-family: "Bebas Neue", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    background-color: rgba(0, 113, 74, 0.9);
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px); }
  div.elections-map.tooltip.legend li {
    margin-bottom: 2px;
    line-height: 1.0; }
  div.elections-map.tooltip.legend span.box {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: bottom; }
    div.elections-map.tooltip.legend span.box img {
      height: 20px;
      width: auto;
      max-width: none; }
  div.elections-map.tooltip.legend span.name {
    display: inline-block;
    line-height: 18px;
    font-size: .7em;
    vertical-align: bottom; }
  div.elections-map.tooltip.legend div.tally {
    float: right; }
  div.elections-map.tooltip.legend span.votes {
    float: right;
    margin-right: 5px;
    font-size: .7em;
    position: relative;
    top: 7px; }
  div.elections-map.tooltip.legend span.pct {
    float: right;
    margin-right: 5px;
    font-size: .7em;
    position: relative;
    top: 7px; }

div.legend {
  position: relative;
  width: 300px;
  padding: 5px;
  line-height: 18px;
  top: -50px;
  left: 200px; }
  div.legend div.header {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #666; }
  div.legend table.leader-table {
    font-size: 1em; }
    div.legend table.leader-table th, div.legend table.leader-table td {
      border: none;
      padding: 0; }
    div.legend table.leader-table td.leader {
      font-size: 1.2em;
      padding-bottom: 7px; }
    div.legend table.leader-table td.safe, div.legend table.leader-table td.likely, div.legend table.leader-table td.leans {
      text-align: center; }
      div.legend table.leader-table td.safe svg, div.legend table.leader-table td.likely svg, div.legend table.leader-table td.leans svg {
        margin-left: -15px; }

div.elections-map.tooltip.legend:not(.tooltip) {
  bottom: 0px;
  right: 0px; }

div.widget.bpc_fauxmap_widget {
  position: relative;
  line-height: 18px;
  font-size: 12px; }

#race-votes-forms {
  font-size: .9em; }
  #race-votes-forms form ul {
    padding-left: 0rem !important;
    list-style: none; }
  #race-votes-forms ul li,
  #race-votes-forms .vote-precincts {
    max-width: 720px;
    /* margin: 0 auto; */ }
    #race-votes-forms ul li .pchecks,
    #race-votes-forms .vote-precincts .pchecks {
      margin: 5px 0; }
      #race-votes-forms ul li .pchecks .state label,
      #race-votes-forms .vote-precincts .pchecks .state label {
        text-indent: 1.9em; }
  #race-votes-forms .vote-precincts {
    display: block; }
  #race-votes-forms label[for^='votes-'] {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
  #race-votes-forms input[id^='votes-'], #race-votes-forms input[id^='new-votes-'] {
    width: 80px;
    text-align: right;
    margin-bottom: 10px;
    padding-top: 15px !important; }
  #race-votes-forms span.vote-submit,
  #race-votes-forms span.vote-called {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 10px; }
  #race-votes-forms .prtr {
    margin-top: 10px;
    font-size: .8em;
    margin-left: 15px; }
  #race-votes-forms #submit-votes {
    width: 100%;
    display: inline-block; }
    #race-votes-forms #submit-votes #vote-enter-submit {
      display: block;
      margin: 20px 20px;
      font-size: 25px;
      line-height: 0px;
      height: 50px;
      width: 400px;
      background-color: #00331c;
      color: #ffffff; }
  #race-votes-forms .floating-label {
    position: relative;
    top: -18px;
    left: 10px;
    font-size: .6em;
    display: inline-block;
    width: 0px;
    overflow: visible; }

table.dataTable tbody td {
  padding: 2px 10px !important; }

#town-local-races .prtr, #county-area-races .prtr {
  margin-top: 10px;
  font-size: .8em;
  margin-left: 0px; }
  #town-local-races .prtr h3, #county-area-races .prtr h3 {
    font-size: 1.5em; }
    #town-local-races .prtr h3 a, #county-area-races .prtr h3 a {
      color: #000; }

#county-area-races .prtr {
  margin-top: 0px !important; }

/*
@media(max-width: 960px){

  .party {
    display: none;
  }

  ul.race-options {

    padding-left: 0rem !important;

    .cand {
      font-size: .8em;
    }

    .progress-new {
      width: 30px;
    }

  }

  div.towns {
    margin: 0 10px;
  }

  div.date-content{
    .jump-to-bar {
      select#dd-menu-town {
        display: inline-block;
      }
      select#dd-menu-county {
        text-align-last: center;
      }
      input#dd-menu-town-mobile {

        @include placeholder {
           text-align: center;
           color: #000;
         }
      }
    }
  }

  #dd-menu-town-mobile-container {
    display: inline-block;
    width: 100%;

    #dd-menu-town-mobile{
      width: 95%;
    }
  }

  .election-location-container {
    a#race-map-button.button {
      display: block;
    }
  }

  div#module-elections {

    .election-content {

      margin: 0 0px;

      .races-big {

        width: 100%;

        .race {


          ul.race-options {
            .cand {
              font-size: .80em;
            }

            .progress-new {
              width: 30px;
            }

            .party {
              display: none;
            }
        }
        }

        width: 100%;
      }

      .map, .races-map {
        display: block;
      }
    }
  }

  div.date-content{

    a#jump-to-coverage.button{
      display: block;
      width: 95%;
      margin-bottom: 2px;
    }

    .jump-to-bar {
      select#dd-menu-county {
        text-align-last: center;
      }

      input#dd-menu-town-mobile {
        @include placeholder {
          text-align: center;
          color: #000;
        }
      }

      a#jump-to-coverage.button,
      select#dd-menu-county,
      select#dd-menu-town,
      input#dd-menu-town-mobile,
      a#jump-to-state.button,
      a#race-map-button.button,
      div.date-content a.button:first-of-type {
        display: block;
        width: 95%;
        margin-bottom: 2px;
      }
    }
  }
}
*/
@media (max-width: 960px) {
  div#module-elections .layout-header, div#module-elections .layout-content {
    max-width: 720px; }
  div#module-elections .election-content .races-big, div#module-elections #town-local-races, div#module-elections #county-area-races {
    width: 100%; }
    div#module-elections .election-content .races-big article.tease-race_result, div#module-elections #town-local-races article.tease-race_result, div#module-elections #county-area-races article.tease-race_result {
      width: 100%; }
  div#module-elections .election-content .races-map {
    width: 100%; }
  div#module-elections .election-content .races-big .pvotes {
    max-width: 460px; }
  div.date-content a#jump-to-coverage.button {
    display: block;
    width: 95%;
    margin-bottom: 2px; }
  div.date-content .jump-to-bar select#dd-menu-county {
    text-align-last: center; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile::-webkit-input-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile:-moz-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile::-moz-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar input#dd-menu-town-mobile:-ms-input-placeholder {
    text-align: center;
    color: #000; }
  div.date-content .jump-to-bar a#jump-to-coverage.button,
  div.date-content .jump-to-bar select#dd-menu-county,
  div.date-content .jump-to-bar select#dd-menu-town,
  div.date-content .jump-to-bar input#dd-menu-town-mobile,
  div.date-content .jump-to-bar a#jump-to-state.button,
  div.date-content .jump-to-bar a#race-map-button.button,
  div.date-content .jump-to-bar div.date-content a.button:first-of-type {
    display: block;
    width: 95%;
    margin-bottom: 2px; } }

@media (max-width: 1280px) {
  div.date-content label {
    display: none; } }

/*
@media(min-width: 640px) {
  div#module-elections {
    .layout-header, .layout-content {
      max-width: $container-width-larger-than-basex2plus;
    }

    .election-content .races-big {
      width: grid-column-width(12);

      article.tease-race_result {
        width: grid-column-width(12);
      }
    }
    .election-content .races-map {
      width: grid-column-width(12);
    }
  }

  g#county_ME {
    transform: translate(0,0px);
  }

  a#jump-to-coverage,
  select#dd-menu-county,
  select#dd-menu-town,
  input#dd-menu-town-mobile,
  a#jump-to-state.button,
  a#race-map-button.button,
  div.date-content a.button:first-of-type {
    display: block;
    color: white;
    background-color: #00734a;
    //color: #333;
    //background-color: #fff;
    font-weight: bold;
    width: initial;
    margin-bottom: 2px;
    font-size: 1.2em;
    font-weight: lighter;
    width: 95%;

  }

  select#dd-menu-county {
    padding: 7px 12px;
  }

  input#dd-menu-town-mobile {
    padding: 23px 4px;
    background-color: #f0f0f0;
    color: #000;
  }

  div.date-content{
    .jump-to-bar {
      select#dd-menu-county,
      select#dd-menu-town,
      input#dd-menu-town-mobile,
      a#jump-to-state.button {
        display: inline-block;
      }
    }
  }

  div.date-content{
    .jump-to-bar {
      select#dd-menu-county {
        text-align-last: center;
      }
    }
  }
}
*/
@media (min-width: 960px) {
  g#county_ME {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  div.date-content .jump-to-bar {
    display: block;
    float: right; }
    div.date-content .jump-to-bar select#dd-menu-county,
    div.date-content .jump-to-bar select#dd-menu-town,
    div.date-content .jump-to-bar input#dd-menu-town-mobile,
    div.date-content .jump-to-bar a#jump-to-state.button {
      display: inline-block; }
  div.date-content div.election-header-message {
    text-align: right;
    margin: 0 10px; }
  div#module-elections {
    font-size: 12px;
    line-height: 25px; }
    div#module-elections .layout-header, div#module-elections .layout-content {
      max-width: 960px; }
    div#module-elections .election-content-home .races-big {
      width: 50%; }
      div#module-elections .election-content-home .races-big article.tease-race_result {
        width: 100%; }
        div#module-elections .election-content-home .races-big article.tease-race_result .rr_content {
          position: relative; }
          div#module-elections .election-content-home .races-big article.tease-race_result .rr_content .prtr {
            font-size: 1.5em;
            /* margin-left: 15px; */
            bottom: 0; }
        div#module-elections .election-content-home .races-big article.tease-race_result .pvotes {
          max-width: 380px !important; }
      div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(1) .rr_content {
        min-height: 110px; }
      div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(2),
      div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(3) {
        width: 100%; }
        div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(2) .rr_content,
        div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(3) .rr_content {
          min-height: 135px; }
      div#module-elections .election-content-home .races-big article.tease-race_result:nth-of-type(4) .rr_content {
        min-height: 110px; }
    div#module-elections .election-content .races-big, div#module-elections .election-content #county-area-races {
      width: 58.33333%; }
      div#module-elections .election-content .races-big article.tease-race_result, div#module-elections .election-content #county-area-races article.tease-race_result {
        width: 100%; }
        div#module-elections .election-content .races-big article.tease-race_result .rr_content, div#module-elections .election-content #county-area-races article.tease-race_result .rr_content {
          position: relative; }
        div#module-elections .election-content .races-big article.tease-race_result .prtr, div#module-elections .election-content #county-area-races article.tease-race_result .prtr {
          font-size: .8em;
          /* margin-left: 15px; */
          bottom: 0; }
      div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(1) .rr_content, div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(1) .rr_content {
        min-height: 110px; }
      div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(2),
      div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(3), div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(2),
      div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(3) {
        width: 100%; }
        div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(2) .rr_content,
        div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(3) .rr_content, div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(2) .rr_content,
        div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(3) .rr_content {
          min-height: 135px; }
      div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(4), div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(4) {
        width: 100%; }
        div#module-elections .election-content .races-big article.tease-race_result:nth-of-type(4) .rr_content, div#module-elections .election-content #county-area-races article.tease-race_result:nth-of-type(4) .rr_content {
          min-height: 110px; }
    div#module-elections .election-content .races-map {
      width: 33.33333%;
      float: right; }
      div#module-elections .election-content .races-map #statemap svg {
        height: 550px; } }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert {
  display: none;
  position: fixed;
  top: 100px;
  left: 200px;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

@media (min-width: 1080px) {
  div#module-elections {
    font-size: 13px;
    line-height: 25px; }
    div#module-elections .layout-header, div#module-elections .layout-content {
      width: 100%;
      max-width: 1080px; }
  article.tease-race_result .rr_header {
    margin-bottom: 10px; }
    article.tease-race_result .rr_header h3 {
      font-size: 20px;
      line-height: 25px;
      margin: 10px 0 0 0; }
  g#county_ME {
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px); } }

@media (min-width: 1280px) {
  g#county_ME {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  div#module-elections {
    font-size: 14px;
    line-height: 25px; }
    div#module-elections .layout-header, div#module-elections .layout-content {
      max-width: 1280px; } }

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */
.funkyradio div {
  clear: both;
  overflow: hidden; }

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal; }

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none; }

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px; }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888; }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2; }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777; }

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc; }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  -webkit-box-shadow: 0 0 0 3px #999;
  box-shadow: 0 0 0 3px #999; }

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc; }

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7; }

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #00734A; }

.election-content #towns a, .election-content #towns a:visited, .election-content #state-local-races a, .election-content #state-local-races a:visited, .election-content #county-local-races a, .election-content #county-local-races a:visited {
  color: #000; }

.election-content #towns a:hover, .election-content #state-local-races a:hover, .election-content #county-local-races a:hover {
  color: #767676; }

.election-content #towns a.county-link, .election-content #state-local-races a.county-link, .election-content #county-local-races a.county-link {
  font-size: .8em; }

.election-content #towns thead tr, .election-content #state-local-races thead tr, .election-content #county-local-races thead tr {
  vertical-align: top; }

.election-content #towns .pretty.hide100, .election-content #state-local-races .pretty.hide100, .election-content #county-local-races .pretty.hide100 {
  left: 280px; }

.election-content #towns .reportedCol, .election-content #state-local-races .reportedCol, .election-content #county-local-races .reportedCol {
  font-size: 1.2em; }
  .election-content #towns .reportedCol .badge, .election-content #state-local-races .reportedCol .badge, .election-content #county-local-races .reportedCol .badge {
    font-weight: normal !important; }

.election-content #filter #towns_filter input {
  z-index: 1100; }

.election-content #countyFilter {
  float: right;
  position: relative;
  width: 220px;
  left: 0px;
  z-index: 1000; }
  .election-content #countyFilter label {
    float: left;
    margin-right: 5px;
    position: relative; }
  .election-content #countyFilter county {
    float: left; }

.alert-info {
  color: #155724;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  width: 400px;
  color: #000; }

.badge-success {
  color: #fff;
  background-color: rgba(0, 113, 74, 0.9); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  margin: 0 1px;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.pretty * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none; }

.pretty {
  position: relative;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1; }

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: default; }

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  font-size: .8em;
  min-width: calc(1em + 2px); }

.pretty .state label:after, .pretty .state label:before {
  content: '';
  width: calc(1em + 5px);
  height: calc(1em + 5px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1.3em)) - 8%);
  background-color: transparent; }

.pretty .state label:before {
  border-color: #bdc3c7; }

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none; }

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7); }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24); }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7); }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24); }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1); }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1); }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0); } }

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bdc3c7;
    box-shadow: 0 0 0 0 #bdc3c7; }
  100% {
    -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bdc3c7;
    box-shadow: 0 0 0 0 #bdc3c7; }
  100% {
    -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0); } }

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important; }

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7); }

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important; }

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1; }

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b; }

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1; }

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.pretty.p-image input:checked ~ .state img {
  opacity: 1; }

.pretty.p-switch input {
  min-width: 2em; }

.pretty.p-switch .state {
  position: relative; }

.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.pretty.p-switch .state label {
  text-indent: 2.5em; }

.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important; }

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b; }

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em; }

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em; }

.pretty.p-switch.p-slim .state:before {
  height: .1em;
  background: #bdc3c7 !important;
  top: calc(50% - .1em); }

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none; }

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block; }

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block; }

.pretty.p-has-focus input:focus ~ .state label:before {
  -webkit-box-shadow: 0 0 3px 0 #bdc3c7;
  box-shadow: 0 0 3px 0 #bdc3c7; }

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none; }

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block; }

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1; }

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none; }

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7; }

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none; }

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none; }

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
  border-radius: 100%; }

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden; }

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-radius: 20%; }

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.pretty.p-smooth input:checked + .state label:after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease; }

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease; }

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent; }

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s; }

.pretty input[disabled] {
  cursor: not-allowed;
  display: none; }

.pretty input[disabled] ~ * {
  opacity: .5; }

.pretty.p-locked input {
  display: none;
  cursor: not-allowed; }

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important; }

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca; }

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important; }

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca; }

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important; }

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important; }

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de; }

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important; }

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de; }

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important; }

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #00734A !important; }

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #00734A; }

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
  color: #00734A;
  stroke: #00734A; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #00734A !important; }

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #00734A; }

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #00734A !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important; }

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important; }

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e; }

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important; }

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e; }

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important; }

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important; }

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f; }

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important; }

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f; }

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important; }

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important; }

.pretty.p-bigger label {
  text-indent: 1.7em; }

@media print {
  .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: DodgerBlue; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }
