﻿html body {
    /*background: url(/Images/Kintla-bkg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background-color: #194573;
    font-family: 'PT Sans', sans-serif;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
}

body.test {
    background: url(/Images/Testbkg.png);
    background-size: 100px;
    background-attachment: unset;
}

.button-refresh {
    float: left;
    cursor: pointer;
    width: auto;
}

.refresh-text {
    /*color: #ACACAC;*/
    color: #FFFFFF;
    float: right;
    margin-top: 7px;
    font-size: 12px;
}

.refresh-icon {
    margin: 7px 5px 0 10px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}

.recount-disclaimer {
    padding: 5px;
}

    .recount-disclaimer p {
        text-transform: none;
        margin: 5px;
        padding: 5px;
        font-size: 1em;
    }

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.secondary_hyperlinks a:link {
    color: #000000;
    text-decoration: none;
}

.secondary_hyperlinks a:visited {
    color: #000000;
    text-decoration: none;
}

.secondary_hyperlinks a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 5px solid #FFFFFF;
}

.secondary_hyperlinks a:active {
    color: #000000;
    text-decoration: none;
}

.dropbtn {
    background-color: transparent;
    color: #A9A9A9;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.export-button {
    width: 100%;
    border: 1px solid transparent;
    background: white;
}

    .export-button:hover {
        border: 1px solid #159ED4;
    }

.site-message {
    text-align: center;
    background: #FFFFFF;
    color: #D40B27;
    padding: 4px 0 4px 0;
    font-size: 1.8em;
    font-weight: bold;
}

#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2000;
}

    #chartjs-tooltip.below {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        #chartjs-tooltip.below:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(0, 0, 0, .8) transparent;
            border-width: 0 8px 8px 8px;
            /*bottom: 1em;*/
            content: "";
            display: block;
            left: 37%;
            position: absolute;
            z-index: 99;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
        }

    #chartjs-tooltip.above {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

        #chartjs-tooltip.above:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(0, 0, 0, .8) transparent;
            border-width: 8px 8px 0 8px;
            bottom: 1em;
            content: "";
            display: block;
            left: 40%;
            top: 100%;
            position: absolute;
            z-index: 99;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

.share-header {
    font-size: .8em;
    width: 64px;
    text-align: center;
    background-color: #36ABC0;
    color: #FFFFFF;
}

    .share-header:before {
        border: solid;
        border-color: #36ABC0 transparent;
        /*border-color: rgba(141, 76, 158) transparent;*/
        border-width: 0 4px 4px 4px;
        /*bottom: 1em;*/
        content: "";
        display: block;
        left: 17%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

.facebook {
    width: 30px;
    float: left;
    border: 1px solid transparent;
}

    .facebook a {
        padding: 0 0 0 0;
    }

    .facebook:hover {
        border: 1px solid #3467AB;
    }

.twitter {
    width: 30px;
    float: left;
    border: 1px solid transparent;
}

    .twitter a {
        padding: 0 0 0 0;
    }

    .twitter:hover {
        border: 1px solid #3467AB;
    }

.contact-info {
    text-align: center;
    color: #333333;
    padding-left: 34%;
    padding-right: 34%;
    border-top: 2px solid white;
    padding-top: 5px;
}

.export-header {
    font-size: .8em;
    width: auto;
    text-align: center;
    background-color: #159ED4;
    color: #FFFFFF;
}

    .export-header:before {
        border: solid;
        border-color: #159ED4 transparent;
        /*border-color: rgba(141, 76, 158) transparent;*/
        border-width: 0 4px 4px 4px;
        /*bottom: 1em;*/
        content: "";
        display: block;
        left: 87%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

.export-container {
    right: -10px;
    min-width: 75px;
}

.export {
    font-size: 16px;
}

.export-links-centered {
    text-align: center;
    padding: 0 36px 0 36px;
    margin-bottom: 10px;
}

.mt-map {
    padding-top: 52px;
}

.wrapper-inside {
    /*width: 98.2%;*/
    margin: 5px 0px 5px 0px;
    text-transform: uppercase;
    background: #FFFFFF;
}

    .wrapper-inside h1 {
        font-size: 1.4em;
        color: #333333;
        padding: 8px 0 0 10px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: left;
    }

    .wrapper-inside h3 {
        font-size: .875em;
        color: #333333;
        padding: 3px 0 0 10px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: left;
    }

.legislative-wrapper {
    background-color: rgba(245, 245, 245, 0.7);
    margin: 0 0 -5px 0;
    padding: 5px 0 5px 0;
}
/*Start Popup Box for Statewide Voter Turnout */
.textboxSmall {
    font-size: 1em;
    width: 250px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.textboxSmallTransparent {
    font-size: 1em;
    width: 92%;
    padding: 5px 0px 0px 0px;
    background-color: transparent;
    border: none;
    border-width: 0px;
    outline: none;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    background-color: white;
    z-index: 1000;
}

.button {
    font-size: 1em;
    /*padding: 10px;*/
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a.button {
    color: #FFFFFF;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 300px;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h1 {
        margin-top: 0;
        color: #333;
        font-size: 1.2em;
    }

    .popup h2 {
        margin: 0 0 0 0;
        color: #333;
        font-size: 1em;
    }

    .popup p {
        font-size: .900em;
        margin: 0 0 0 0;
    }

    .popup .close {
        position: absolute;
        top: 10px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: orange;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

.popup-leftcol {
    width: 70%;
}

.popup-rightcol {
    width: 20%;
}
/*@media only screen and (max-width: 768px) {
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup-leftcol{
	width:100%;
}
.popup-rightcol{
	width:100%;
}
}*/

/*End Popup Box for Statewide Voter Turnout */

.popup-table {
    border-collapse: collapse;
    width: 100%;
}

.outside-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    /*background-color: #FFFFFF;*/
}

.outside-wrapper-body {
    /*max-width: 1024px !important;
	width: 100%;
	margin: 0 auto;*/
    /*margin-top: 5px;*/
    background-color: rgba(245, 245, 245, 0.7) !important;
}

.top-bluebar {
    background-color: #194573;
    height: 29px;
}

.top-header {
    height: 85px;
    background-color: #FFFFFF;
}

.top-header-box1 {
    width: 59%;
}

.top-header-box2 {
    width: 32%;
}

    .top-header-box2 h2 {
        font-size: 1em;
        color: #0F2C52;
        font-weight: bold;
        text-transform: uppercase;
        width: 100px;
        padding: 10px 0 0 15px;
        float: right;
        /*margin: 0;*/
    }

        .top-header-box2 h2 a {
            color: #0F2C52;
        }

    .top-header-box2 h3 {
        font-size: 1em;
        color: #0F2C52;
        font-weight: bold;
        text-transform: uppercase;
        width: 50px;
        padding: 7px 0 0 15px;
        float: right;
        /*margin: 0;*/
    }

        .top-header-box2 h3 a {
            color: #0F2C52;
        }

    .top-header-box2 h4 {
        font-size: 1em;
        color: #0F2C52;
        font-weight: bold;
        text-transform: uppercase;
        width: 100px;
        padding: 4px 0 0 15px;
        float: right;
        margin: 0 20px 0 20px;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
    }

        .top-header-box2 h4 a {
            color: #0F2C52;
        }

    .top-header-box2 h5 {
        font-size: 1em;
        color: #0F2C52;
        font-weight: bold;
        text-transform: uppercase;
        width: 50px;
        padding: 7px 0 0 15px;
        float: right;
        margin: 0 15px 0 0;
        -webkit-margin-before: .83em;
        -webkit-margin-after: .83em;
    }

        .top-header-box2 h5 a {
            color: #0F2C52;
        }

.mtc-icon-position {
    /*position: absolute;*/
    margin-left: 22px;
    margin-top: 22px;
    margin-right: 22px;
    float: right;
}

.mtc-icon-inline-position {
    margin-left: 13px;
    /*background-image:url("/Images/bullet.jpg")*/
    /*content:url("/Images/bullet.jpg");*/
}

.top-header-box1 h1 {
    font-size: 1.8em;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0 0 15px;
    margin: 0 auto;
}

.top-header-box1 h2 {
    font-size: .945em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333333;
    padding: 20px 0 0 15px;
    margin: 0 auto;
    font-weight: 600;
}

.header-box-wrapper {
    width: 100%;
    /*margin: 0px 10px 0px 10px;*/
    background: #FFFFFF;
}

.header-box1 {
    width: 25%;
    background-color: #C52026;
    height: 150px;
    outline: 1px solid #C52026;
    margin-left: 1px !important;
}

    .header-box1 h1 {
        font-size: 3em;
        color: #FFFFFF;
        padding: 35px 0 0 15px;
        margin: 0 auto;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .header-box1 h2 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 0px 0 0 15px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
    }

.header-box2 {
    width: 37.1%;
    background-color: #0F2C52;
    height: 150px;
    outline: 1px solid #0F2C52;
    margin-right: 3px !important;
}

.header-box-content-top {
    height: auto;
    margin: 0 auto;
    float: left;
    width: 60%;
}

    .header-box-content-top h1 {
        font-size: 1.2em;
        color: #333333;
        padding: 15px 0 0 15px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: left;
    }

.header-box-content-reg {
    height: auto;
    margin: 0 auto;
    float: left;
    width: 55%;
}

.header-box-content-prec {
    width: 35%;
}

    .header-box-content-reg h2 {
        font-size: 1em;
        color: #FFFFFF;
        padding: 0 0 0 15px;
        font-weight: normal;
    }

    .header-box-content-reg h2 span {
        color: #FF9900;
        font-weight: bold;
        float: right;
    }

/*.colordisc-yellow {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #FFFF00 none repeat scroll 0 0;
    display: inline-block;
    margin: 0 5px 0 0;
}*/
/*.colordisc-orange {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #FAA437 none repeat scroll 0 0;
    display: inline-block;
    margin: 0 5px 0 0;
}*/

.header-box-content-bottom h2 {
    font-size: 0.825em;
    color: #666666;
    padding: 10px 0 0 0px;
    margin: 15px 20px 0 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    float: right;
    width: 45%;
}

.header-box-content-bottom {
    text-align: center;
    float: right;
    /*margin-top: 23px;*/
    margin-right: 25px;
}

.header-box3 {
    width: 37.2%;
    background-color: #0F2C52;
    height: 150px;
    outline: 1px solid #0F2C52;
    margin-left: 3px;
}

.election-results-box {
    width: 48.4%;
    border: 2px solid #194573;
    min-height: 410px;
}

.elec-results-header {
    background-color: #ACACAC;
    height: 35px;
    border-bottom: 2px solid transparent;
}

    .elec-results-header h1 {
        font-size: 1.2em;
        color: #333333;
        padding: 8px 0 0 0px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: center;
    }

.elec-results-grid {
    width: 21%;
    height: 95px;
    /*background-color: ;*/
}

.elec-results-grid-blue {
    width: 21%;
    height: 95px;
    background-color: #ACACAC;
}

.elec-results-grid h1 {
    font-size: 1.2em;
    color: #FFFFFF;
    padding: 20px 0 0 0px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
}

.elec-results-grid h2 {
    font-size: .745em;
    color: #FFFFFF;
    padding: 0px 0 0 0px;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 120%;
    text-align: center;
    font-weight: normal;
}

.elec-results-grid-wrapper {
    padding: 15px;
}

.search-results-box {
    width: 48.4%;
    border: 2px solid #194573;
    min-height: 410px;
}

.quick-search-box-wrapper {
    background-color: #FFFFFF;
    height: 35px;
    border-bottom: 2px solid #194573;
}

.quick-search-box1 {
    height: 35px;
    width: 165px;
    background-color: #C52026;
}

    .quick-search-box1 h1 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 8px 0 0 0px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: center;
    }

.quick-search-box2 {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #C52026;
}

.quick-search-box3 {
    width: 300px;
    color: #C0C0C0;
    padding: 3px 0 0 4px;
}

.results-county-header {
    background-color: #ACACAC;
    height: 35px;
}

    .results-county-header h1 {
        font-size: 1.2em;
        color: #333333;
        padding: 8px 0 0 0px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: center;
    }

.last-updated {
    color: #C5C5C5;
    font-weight: bold;
    float: right;
    margin: 7px 22px 0 0;
    font-size: 12px;
}

/*  START of Expand Down Menu Election Resources  */

.slidingDiv {
    height: auto;
    background-color: #C6C6C6;
    padding: 5px 0px 10px 0px;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
}

    .slidingDiv ul li {
        color: #FFFFFF;
        display: inline;
        margin: 0 2px 0 2px;
        padding: 0;
        line-height: normal;
        border: 1px solid white;
        padding: 5px 8px 5px 8px;
    }

        .slidingDiv ul li:hover {
            background-color: #194573;
        }

        .slidingDiv ul li a {
            color: #000000;
        }

input.button {
    background-image: url('/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 255px 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: left;
    background-color: #C6C6C6;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 10px;
    margin: 0 auto;
    -webkit-appearance: none;
}

    input.button:hover {
        background-color: #ACACAC;
        color: #333333;
        cursor: pointer;
    }

/*  END of Expand Down Menu Election Resources  */


/*  START of Expand Down Menu Maps/Results  */

.slidingDiv-maps {
    height: auto;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
}

input.button-maps {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 200px;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #194573;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
}

    input.button-maps:hover {
        background-color: #FFFFFF;
        color: #000000;
        cursor: pointer;
    }

input.button-county {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 200px;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #194573;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
}

    input.button-county:hover {
        background-color: #FFFFFF;
        color: #000000;
        cursor: pointer;
    }

.wrapper-button-sw-maps {
    /*margin: 5px 0px 5px 0px;*/
    /*background: #FFFFFF;*/
    display: flex;
    flex-wrap: wrap;
}

.wrapper-voter-turnout {
    display: flex;
    /*display: -webkit-box;*/
    /*-webkit-flex-wrap: wrap;*/
    flex-wrap: wrap;
}

input.button-sw-maps {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #194573;
    height: 35px;
    /*width: 49.9%;*/
    border-top: 2px solid #194573;
    border-left: 0px solid #194573;
    border-bottom: 2px solid #194573;
    border-right: 2px solid #194573;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
    flex-grow: 1;
    min-width: 25%;
    max-width: 50%;
}

input.primary-dem {
    background-color: #424B5B;
}

input.primary-rep {
    background-color: #9C4A3D;
}

input.primary-grn {
    background-color: #366555;
}

input.primary-lib {
    background-color: #E6D605;
}

/*input.voter-turnout {
}*/

input.precincts-reporting {
    background-color: #194573;
}

input.general {
    max-width: 100%;
    width: 100%;
    border-left: 2px solid #194573;
}

.wrapper-button-leg {
    margin: 5px 0px 0px 0px;
    /*text-transform: uppercase;
    background: #FFFFFF;*/
    display: flex;
    flex-wrap: wrap;
}
/*input.button-leg{    
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FEFEFE;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	text-align: center;
	background-color: #194573;
	height: 35px;
	width: 15px;
    border-top: 0px solid white;
    border-left: 2px solid white;
    border-bottom: 0px solid white;
    border-right: 2px solid white;
	padding: 8px 0 8px 0px;
	margin: 0 auto;
	-webkit-appearance: none;
	display:inline-block;
  flex-grow: 1;
  min-width: 20%;
}*/
input.left {
    border-left: 0px solid #194573;
}

input.right {
    border-right: 0px solid #194573;
}

div.left {
    border-left: 0px solid #194573;
}

div.right {
    border-right: 0px solid #194573;
}

.active-tab {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.button-leg {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #194573;
    /*height: 35px;*/
    /*width: 15px;*/
    border-top: 2px solid #194573;
    border-left: 0px solid #194573;
    border-bottom: 2px solid #194573;
    border-right: 2px solid #194573;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
    flex-grow: 1;
    min-width: 19%;
}

.recount-header-name {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    display: flex;
    height: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}

input.button-leg:hover {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

input.button-sw-maps:hover {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.map-col1 {
    width: 50%;
    margin: 0 auto;
    color: #333333;
    float: left;
}

.map-col2 {
    width: 50%;
    margin: 0 auto;
    color: #333333;
    float: right !important;
}

    .map-col2 h1 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 10px 0 10px 0;
        letter-spacing: 2px;
        text-align: center;
    }

    .map-col2 img {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

.map-col3 {
    width: 50%;
    float: left;
}

.turnout-map1 {
    width: 100%;
    margin: 0 auto;
    color: #333333;
}

.turnout-map2 {
    width: 100%;
}

.turnout-map3 {
    width: 100%;
    margin: 0 auto;
    color: #333333;
}

    .turnout-map3 h1 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 10px 0 10px 0;
        letter-spacing: 2px;
        text-align: center;
    }

    .turnout-map3 img {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

.county-header {
    background-color: #EFEFEF;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
}

    .county-header h1 {
        float: left;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 7px 0px 5px 10px;
        letter-spacing: 2px;
    }

    .county-header h2 {
        float: right;
        font-size: .825em;
        text-transform: uppercase;
        margin: 17px 15px 5px 0px;
    }

    .county-header h3 {
        font-size: 1em;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
    }

.turnout-county-header {
    background-color: #EFEFEF;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
}

    .turnout-county-header h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 7px 0px 5px 5px;
        letter-spacing: 2px;
        display: inline-block;
        width: 28%;
    }

    .turnout-county-header h2 {
        font-size: .825em;
        text-transform: uppercase;
        margin: 17px 10px 5px 0px;
        color: #333333;
        display: inline-block;
        text-align: right;
        width: 30%;
    }

    .turnout-county-header h3 {
        font-size: .825em;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
        display: inline-block;
        width: 37%;
        text-align: center;
    }

.turnout-no-selection {
    text-align: right;
    /*padding: 3px 5px 0 0;*/
    color: #333333;
    display: inline-block;
    /*margin: 7px 10px 5px 10px;*/
    font-weight: bold;
    width: 69%;
}

.county-reporting {
    width: 100%;
}

.county-reporting-leftcol {
    width: 432px;
}

.county-reporting-rightcol {
    width: 70px;
}

.county-reporting-col1 {
    width: 220px;
}

.county-reporting-col2 {
    width: 35px;
}

.county-reporting-col3 {
    width: 140px;
}

.county-reporting-col4 {
    width: 70px;
}

    .county-reporting-col4 img {
        margin-top: 100%;
    }

.county-chart {
    width: 66px;
    height: 66px;
    margin-top: 20%;
}

.county-reporting h1 {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 0 0;
}

.county-reporting h2 {
    display: block;
    font-size: .925em;
    text-transform: none;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    letter-spacing: 1px;
    text-align: left;
}

.county-reporting h3 {
    display: block;
    font-size: .925em;
    text-transform: none;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    letter-spacing: 1px;
    text-align: left;
    color: #808080;
}

.county-reporting h4 {
    display: block;
    font-size: .925em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 7px 0px 5px 10px;
    letter-spacing: 1px;
    text-align: right;
}

.county-reporting h5 {
    display: block;
    font-weight: normal;
    font-size: 1em;
    margin: 7px 0px 5px 0px;
    letter-spacing: 1px;
}

.county-legend {
    background-color: #EFEFEF;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

    .county-legend h1 {
        display: inline-block;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 7px 0px 5px 10px;
        letter-spacing: 2px;
    }

/*.county-legend-info {
}*/

    .county-legend-info h1 {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        letter-spacing: 1px;
        text-align: left;
        max-width: 175px;
    }

    .county-legend-info h2 {
        display: block;
        font-size: .925em;
        text-transform: none;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
        text-align: left;
    }

    .county-legend-info h3 {
        display: block;
        font-size: .925em;
        text-transform: none;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        letter-spacing: 1px;
        text-align: left;
        padding: 0 0 0 10px;
    }

.legend-col1 {
    width: 20px;
    padding-top: 10px;
    margin-left: 20px !important;
    margin-right: -10px !important;
}

.legend-col2 {
    width: 216px;
}

.legend-col3 {
    width: 20px;
    padding-top: 10px;
    margin-right: -10px !important;
}

.legend-col4 {
    width: 216px;
}

.turnout-reporting-col1 {
    width: auto;
    text-align: center;
}

.turnout-reporting-col2 {
    width: auto;
    text-align: center;
}

.turnout-reporting-col3 {
    width: auto;
    text-align: center;
}

.turnout-reporting-col4 {
    width: auto;
    text-align: center;
}

.turnout-reporting {
    width: 100%;
    margin-bottom: 3px;
}

    .turnout-reporting h4 {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
        padding: 0 0 0 0;
        text-align: center;
    }

    .turnout-reporting h5 {
        display: block;
        font-weight: normal;
        font-size: 1em;
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
    }

input.button-precinct-results {
    background-image: url('/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 335px 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    color: #333333;
    background-color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: right;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: block;
}

    input.button-precinct-results:hover {
        color: #25D1C8;
        cursor: pointer;
    }

.precinct-results-header {
    background-color: #25D1C8;
    margin: 0 auto;
}

    .precinct-results-header h1 {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        text-align: left;
        color: #333333;
    }

.precinct-down-arrow {
    background-image: url('/Images/downarrow-precinct.png');
    background-repeat: no-repeat;
    background-position: 6px top;
    height: 9px;
    margin: 0 auto;
}

.precinct-results-countyname {
    padding: 0px 10px 0px 0px;
    margin: 0 0 -5px 0;
    min-height: 55px;
    background-color: #EFEFEF;
}

    .precinct-results-countyname h1 {
        display: block;
        font-size: 1.2em;
        /*text-transform:uppercase;*/
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        padding: 20px 0 10px 0;
        letter-spacing: 1px;
        text-align: left;
        color: #333333;
    }

.precinct-results-orangebox {
    border-top: 1px solid #EF7842;
    border-bottom: 1px solid #EF7842;
    height: auto;
    margin: 5px 0 5px 0;
}

.precinct-results-orangebox-title {
    background-color: #EF7842;
    width: 160px;
}

    .precinct-results-orangebox-title h1 {
        font-size: 1em;
        color: white;
        padding: 5px 0px 5px 10px;
        text-align: left;
        margin: 0 auto;
    }

.precinct-results-databox1 {
    width: 32%;
    color: #333333;
}

    .precinct-results-databox1 h1 {
        display: block;
        font-size: 1em;
        /*text-transform:uppercase;*/
        font-weight: bold;
        margin: 5px 0px 0px 10px;
        letter-spacing: 1px;
        text-align: left;
        padding: 0 0 0 0;
    }

    .precinct-results-databox1 h2 {
        display: block;
        font-size: .925em;
        text-transform: none;
        font-weight: bold;
        margin: 2px 0px 0px 10px;
        letter-spacing: 1px;
        text-align: left;
    }

.precinct-results-databox2 {
    width: 56.8%;
    color: #333333;
}

    .precinct-results-databox2 h1 {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        /*margin:5px 5px 5px 5px;*/
        letter-spacing: 1px;
        text-align: center;
        color: #333333;
    }

.precinct-results-databox3 {
    width: 11.2%;
    color: #333333;
}

    .precinct-results-databox3 h1 {
        display: block;
        font-size: .825em;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin: 10px 5px 0px 10px;
        letter-spacing: 1px;
        text-align: center;
        color: #333333;
    }

.precinct-results-databox4 {
    width: 32%;
    color: #333333;
    min-height: 10px;
    border-bottom: 0px solid #CCCCCC;
}

.precinct-results-databox5 {
    width: 57.5%;
    color: #333333;
    /*min-height:58px;*/
    border-bottom: 0px solid #CCCCCC;
}

    .precinct-results-databox5 h2 {
        display: block;
        font-size: .825em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 7px 5px 10px 10px;
        letter-spacing: 1px;
        text-align: right;
        color: #333333;
    }

.precinct-results-databox6 {
    width: 10%;
    color: #333333;
    min-height: 30px;
    margin-right: 10px;
    outline: 1px solid #159ED4;
}

    .precinct-results-databox6 h1 {
        display: block;
        font-size: 0.875em;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin: 8px 0 0 0;
        letter-spacing: 1px;
        text-align: center;
        color: #333333;
        padding-top: 0;
    }

.precinct-results-databox7 {
    width: 11.2%;
    color: #333333;
}

    .precinct-results-databox7 h1 {
        display: block;
        font-size: .825em;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin: 5px 5px 0px 10px;
        letter-spacing: 1px;
        text-align: center;
        color: #333333;
    }

.county-results-odd {
    padding: 0px 10px 0px 0px;
    margin: 4px auto;
    min-height: 40px;
    background-color: #EFEFEF;
}

    .county-results-odd h1 {
        display: block;
        font-size: 1.2em;
        /*text-transform:uppercase;*/
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        letter-spacing: 1px;
        text-align: left;
        color: #333333;
        padding: 8px 0 0 0;
        width: 100%;
    }

.county-results {
    padding: 0px 10px 0px 0px;
    margin: 4px auto;
    min-height: 40px;
    background-color: #969696;
}

    .county-results h1 {
        display: block;
        font-size: 1.2em;
        /*text-transform:uppercase;*/
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        letter-spacing: 1px;
        text-align: left;
        color: #333333;
        padding: 8px 0 0 0;
        width: 100%;
    }

.county-results-followbox {
    width: 49%;
    color: #333333;
    margin: 0 auto;
}

.county-results-reporting {
    color: #333333;
    /*margin:0 auto;
	padding-top:4px;*/
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    width: 56.8%;
}

.county-name {
    float: left;
    width: 32%;
}

.precinct-county-header {
    background-color: #EFEFEF;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
}

    .precinct-county-header h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 7px 0px 5px 10px;
        letter-spacing: 2px;
        display: inline-block;
        width: 28%;
    }

    .precinct-county-header h2 {
        font-size: .825em;
        text-transform: uppercase;
        margin: 17px 10px 5px 0px;
        color: #333333;
        display: inline-block;
        text-align: right;
        width: 27%;
    }

    .precinct-county-header h3 {
        font-size: .825em;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
        display: inline-block;
        width: 40%;
    }

.precinct-map3 {
    /*background: #FFFFFF;
    float: left;
    width: 100%;
    font-size: 14px;*/
    width: 100%;
    margin: 0 auto;
    color: #333333;
}

.precinct-map2 {
    width: 100%;
}

.precinct-legend-info {
    text-align: center;
}

.precinct-legend-header {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.precinct-map1 {
    background: #FFFFFF;
    min-height: 38px;
    width: 100%;
}

.precinct-county-info {
    margin-bottom: 5px;
}

    .precinct-county-info a:link {
        color: blue;
        text-decoration: underline;
    }

    .precinct-county-info a:visited {
        color: blue;
        text-decoration: underline;
    }

.precinct-no-selection {
    text-align: right;
    /*padding: 3px 5px 0 0;*/
    color: #333333;
    display: inline-block;
    /*margin: 7px 10px 5px 10px;*/
    font-weight: bold;
    width: 67%;
}

input.button-precinct-results-countyresults {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 200px;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #194573;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
}

    input.button-precinct-results-countyresults:hover {
        color: #000000;
        background-color: #FFFFFF;
        cursor: pointer;
    }

/*  END of Expand Down Menu Maps/Results  */




.bottom-bluebar {
    background-color: #25D1C8;
    height: auto;
    min-height: 20px;
}

.bottom-graybar {
    background-color: #C6C6C6;
    height: auto;
    min-height: 20px;
}


/*  START of Inside Page CSS  */

.county-identifier {
    background-color: #2E4D8A;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 1.4em;
    color: white;
    overflow: auto;
}

.county-identifier-name {
    text-transform: uppercase;
    /*padding-left: 10px;*/
    margin: 0 0.16% 0 0.16%;
    font-weight: bold;
    letter-spacing: 2px;
    width: 33%;
    float: left;
    display: flex;
    height: 80px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}

.display-results-box-wrapper {
    background-color: #EFEFEF;
    height: auto;
    width: 100%;
    margin-top: 1px;
}

.recount-wrapper {
    border: 1px solid #D40B27;
}

.recount {
    font-size: .8em;
    color: #D40B27;
    text-transform: none;
    position: absolute;
    bottom: 0;
    width: 200px;
    text-align: center;
}

.recount-flag {
    padding-left: 3px;
    height: 15px;
    width: 15px;
}

.display-results-box-a {
    margin-bottom: 10px;
}

.display-results-box-b {
    width: 32%;
    height: 45px;
    padding: 0px 0 0 10px;
    position: relative;
}

.follow-checkbox {
    width: auto;
    position: absolute;
    top: 0;
}

.display-results-box-c {
    width: 54%;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
}

.display-results-box-d {
    width: 32%;
    padding: 0px 0 0 10px;
}

    .display-results-box-d h1 {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 700;
        margin: 4px 0 0 0;
        padding: 0;
        letter-spacing: 1px;
    }

    .display-results-box-d h2 {
        text-transform: none;
        font-size: .875em;
        font-weight: 700;
        margin: 4px 0 0 0;
        padding: 0;
        letter-spacing: 1px;
    }

.display-results-box-e {
    width: 56.8%;
}

    .display-results-box-e h1 {
        text-transform: none;
        font-size: .875em;
        font-weight: 700;
        margin: 4px 0 4px 0;
        padding: 0;
        letter-spacing: 1px;
        text-align: center;
    }

.display-results-box-f {
    width: 10%;
}

    .display-results-box-f h1 {
        text-transform: none;
        font-size: .875em;
        margin: 0 auto;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 700;
        padding: 23px 0 0 0px;
        color: #808080;
    }

.display-results-box-totalvotes {
    width: 89.8%;
}

    .display-results-box-totalvotes h2 {
        text-transform: uppercase;
        font-size: .875em;
        font-weight: 700;
        margin: 8px 10px 0px 0;
        padding: 0;
        letter-spacing: 1px;
        text-align: right;
    }

.display-results-box-total {
    width: 10%;
    outline: 1px solid #159ED4;
}

    .display-results-box-total h2 {
        text-transform: none;
        font-size: .875em;
        margin: 0 auto;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 700;
        margin: 8px 0px 5px 0px;
    }

.display-results-box-g {
    width: 10%;
    float: right;
    margin-right: 15px;
}

.export-box {
    float: left;
}

.share-box {
    float: left;
}

.display-results-box-h {
    width: auto;
}

hr {
    border-top: 1px solid #CCCCCC;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    text-align: left;
    margin: 5px 0px 5px 0px;
    padding: 0;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 32px;
        height: 26px;
        display: inline-block;
        line-height: 26px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -26px;
    }

label.css-label {
    background-image: url(/Images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*-khtml-user-select: none;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.doughnut-legend {
    display: flex;
    height: 114px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}

    .doughnut-legend h1 {
        font-size: 0.825em;
        text-transform: none;
        padding: 0;
        margin: 0 0 5px 0;
    }

.dough-inner {
    margin: -67px 0px 45px 67px;
}

    .dough-inner h1 {
        font-size: 12px;
    }

.turnout-results-box-a {
    width: 16%;
    padding-left: 16px;
}

    .turnout-results-box-a h1 {
        margin: 0;
        padding: 0;
        display: -webkit-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 114px;
    }

.turnout-results-box-b {
    width: 20%;
    margin: 5px;
}

.turnout-precinct-legend {
    width: 20%;
    padding: 0;
    margin: 0;
}

.turnout-results-box-c {
    width: 20%;
    margin: 5px;
}

.turnout-turnout-legend {
    width: 20%;
    /*padding-top: 6px;*/
    margin: 0;
}

.turnout-results-box-d {
    width: 15%;
}

.turnout-ballot-legend {
    width: 20%;
}

.county-precinct-results {
    width: 33%;
    float: left;
    margin: 0 0.16% 0 0.16%;
}

.county-precinct-canvas {
    float: left;
}

.county-precinct-legend {
    width: 75%;
    height: 80px;
    float: left;
    font-size: .875em;
}

    .county-precinct-legend h1 {
        color: white;
        font-size: .75em;
        font-weight: normal;
        text-transform: none;
        padding: 0 10px 0 30px;
    }

.county-turnout-results {
    width: 33%;
    float: left;
    margin: 0 0.16% 0 0.16%;
}

.county-turnout-canvas {
    /*width: 160px;
    height: 80px;*/
    float: left;
}

.county-turnout-legend {
    width: 75%;
    height: 80px;
    float: left;
    font-size: .875em;
    color: white !important;
}

    .county-turnout-legend h1 {
        color: white;
        font-size: .75em;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        padding: 3px 10px 2px 30px;
    }

.county-doughnut-legend {
    display: flex;
    height: 80px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}

.county-dough-inner {
    margin: -65px 5px 0px 0px;
    width: 100px;
    float: right;
}

    .county-dough-inner .int {
        font-size: 0.8em;
        letter-spacing: -1px;
    }

    .county-dough-inner .dec {
        font-size: 0.5em;
    }
/*  END of Inside Page CSS  */

/*  START of Political Party Colors  */
.Republican {
    color: #9C4A3D;
}

.Democrat {
    color: #424B5B;
}

.Democratic-NPL {
    color: #424B5B;
}

.Independent {
    color: #006699;
}

.Non-Partisan {
    color: #9F9F9F;
}

.Reform {
    color: #725D51;
}

.Constitution {
    color: #725D51;
}

.Libertarian {
    color: #E6D605;
}
.American {
    color: #159ED4;
}
.Green {
    color: #366555;
}

.disclaimer {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 5px;
    color: #333333;
    font-size: small;
}
.resource-links {
    text-align: center;
}

.results-gridbox-links a:link {
    width: 100%;
    height: 100%;
    background-color: #194573;
    display: block;
}

.results-gridbox-links a:visited {
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #194573;
    text-decoration: none;
    display: block;
}

.results-gridbox-links a:hover {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-decoration: none;
    display: block;
}
.results-gridbox-links a:hover h1, .results-gridbox-links a:hover h2 {
    color: #000000;
}

.results-gridbox-links a:active {
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #194573;
    text-decoration: none;
    display: block;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    /*margin: 0% 0 0% 0%;*/
}

.col-precinct-results {
    display: block;
    float: left;
    margin: 0px auto;
}

.col-county-results {
    display: block;
    float: left;
    margin: 10px 0 0% 10px;
}

.col-turnout-results {
    display: block;
    /*float: left;*/
    margin: 10px 0px 0 5px;
}

.turnout-center {
    display: flex;
}

.turnout-value-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.col-elec-search-box {
    display: block;
    float: left;
    margin: 10px 0px 10px 10px;
}

.col-elec-results-grid {
    display: block;
    float: left;
    margin: 2% 2% 2% 2%;
}

.col:first-child {
    margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.66%;
}

.span_1_of_3 {
    width: 33.33%;
}

.precinct-fully {
    padding-right: 5px;
    /*border-right: 1px solid #159ED4;*/
    float: left;
    margin-left: 15%;
}

.precinct-separator {
    color: #159ED4;
    float: left;
}

.precinct-partial {
    padding-left: 5px;
    /*border-left: 1px solid #159ED4;*/
    float: left;
    margin-right: 15%;
}

.animate-position {
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.desktop {
    display: inherit;
}

.mobile {
    display: none;
}

.animate-position .circle {
    position: relative;
    width: 105px;
    height: 104px;
}

.animate-position .percent {
    font-size: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
    color: #FFFFFF;
}

.dough-percent {
    font-size: 25px;
    left: 0;
    position: relative;
    text-align: center;
    bottom: 95px;
    width: 100%;
    color: #FFFFFF;
}

.animate-position .dec {
    font-size: 15px;
}

.footer {
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
}

    .footer a {
        color: gray;
    }

.map {
    height: 412px;
    width: 100%;
}

.turnout-legend {
    display: block;
    float: left;
    margin: 10px 3% 10px 3%;
    /*padding-top: 10px;*/
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: relative;
    padding: 0px;
}

    .close-icon:after {
        content: "x";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 4px;
        margin: auto;
        color: gray;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
    }
/*.textboxSmallTransparent:not(:valid) ~ .close-icon {
	display: none;
}*/
.county-export-list {
    background: #FFFFFF;
    /*width: 99%;*/
    /*height: 410px;*/
    border: 1px solid #C6C6C6;
    box-shadow: 0px 0px 2px 2px rgba(128, 128, 128, .6);
    margin: 10px 10% 0 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
}

.county-export-listitem {
    width: 15%;
    float: left;
    margin: 0 8% 0 9%;
}

#fader {
    opacity: 0.8;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 1000;
}
#fader h1 {
    color: white;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;
}
.photo-display {
    float: left;
    height: 42px;
    width: 42px;
}
.wide-28 {
    width: calc(32% - 42px);
}