﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

    html body {
        background: url(https://orresultswebservices.azureedge.net/Images/bg.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        font-family: 'Roboto', Open-Sans, sans-serif;
        margin: 0 auto;
        -webkit-text-size-adjust: 100%;
    }

    input[type=text]::-ms-clear {
        display: none;
    }

.hidden-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#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;
    }
/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    /*margin: 0% 0 0% 0%;*/
}

    .col:first-child {
        margin-left: 0;
    }
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: #A9A9A9;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 900;
    font-family: 'Roboto', sans-serif;
}
    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        display: block;
    }
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover, .dropdown-content a:focus {
            background-color: #f1f1f1
        }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.export-button {
    width: 100%;
    border: 1px solid transparent;
    background: white;
}

    .export-button:hover, .export-button:focus {
        border: 1px solid #F4BB3A;
    }

.site-message {
    text-align: center;
    background: #FFFFFF;
    color: #D40B27;
    padding: 6px 0;
    margin-top: 3px;
}

.next-count {
    font-weight: bold;
    float: left;
    margin: 7px 0 10px 10px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
}

.last-updated {
    font-weight: bold;
    float: left;
    margin: 7px 0 10px 10px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
}

#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;
            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: auto;
    text-align: center;
    background-color: #004F9A;
    color: #FFFFFF;
}

    .share-header:before {
        border: solid;
        border-color: #004F9A transparent;
        /*border-color: rgba(141, 76, 158) transparent;*/
        border-width: 0 4px 4px 4px;
        /*bottom: 1em;*/
        content: "";
        display: block;
        left: 95%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

.share-container {
    right: -1px;
    min-width: 100px;
}

.facebook {
    width: auto;
    float: left;
    border: 1px solid transparent;
}

    .facebook a {
        padding: 0 0 0 0;
    }

.twitter {
    width: auto;
    float: left;
    border: 1px solid transparent;
}

    .twitter a {
        padding: 0 0 0 0;
    }

.share-icon-wrapper {
    border: 2px solid #C5C5C5;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
}

.export-header, .export-main-header {
    font-size: 12px;
    width: auto;
    text-align: center;
    background-color: #F4BB3A;
    color: #FFFFFF;
    font-weight: normal;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

    .export-header:before, .export-main-header:before {
        border: solid;
        border-color: #F4BB3A transparent;
        /*border-color: rgba(141, 76, 158) transparent;*/
        border-width: 0 4px 4px 4px;
        /*bottom: 1em;*/
        content: "";
        display: block;
        left: 12%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

.export-container {
    min-width: 105px;
}

.export-main-container {
    min-width: 105px;
}

.export-icon-wrapper {
    border: 2px solid #C5C5C5;
}

.export-main-icon-wrapper {
    border: 2px solid #C5C5C5;
}

.export {
    /*font-size: .85em;*/
}

.export-main {
    color: #000;
    font-size: inherit;
}

.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;
    font-family: 'Open Sans', sans-serif;
}

    .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;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

    .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;
    clear: both;
}

.county-contest-wrapper {
    /*background-color: rgba(245, 245, 245, 0.7);
    margin: 0 0 -5px 0;
    padding: 5px 0 5px 0;*/
}

.wrapper-border {
    width: 1020px;
    float: left;
    border: 2px solid #A7A9AC;
    /*border-radius: 10px;*/
    background: #FFFFFF;
}
/*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: 89%;
    padding: 0 0 0 10px;
    background-color: transparent;
    border: none;
    border-width: 0px;
    outline: none;
    height: 27px;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 100%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    background-color: white;
    z-index: 1000;
}

.button {
    font-size: 1em;
    /*padding: 10px;*/
    /*color: #FFFFFF !important;*/
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.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;
    }

.outside-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    /*background-color: #FFFFFF;*/
}

.outside-wrapper-body {
    background-color: rgba(245, 245, 245, 0.4) !important;
}

.top-colorbar {
    /*background-color: #000000;*/
    background-color: rgba(255, 255, 255, .7);
    height: 35px;
}

.top-header {
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
}

.top-header-seal {
    float: left;
    width: 70px;
    height: 70px;
    padding: 10px 15px;
}

.top-sos-seal {
    float: left;
}

.img-sos {
    max-height: 100px;
    margin: 0 15px;
}

.county-seal {
    max-height: 70px;
}

.top-header-box1 {
    width: 54%;
    margin: 25px 0;
    /*margin-left: -15px;*/
}

    .top-header-box1 h1 {
        font-size: 1.8em;
        letter-spacing: 2px;
        color: #333333;
        font-weight: bold;
        text-transform: uppercase;
        /*padding: 0px 0 10px 0px;*/
        margin: 0 auto;
        text-shadow: 7px 7px 5px rgba(51, 51, 51, .15);
    }

    .top-header-box1 h2 {
        font-size: .945em;
        letter-spacing: 3px;
        color: #333333;
        /*padding: 10px 0 0 0px;*/
        margin: 0 auto;
        font-weight: 600;
    }

    .top-header-box1 span {
        font-size: 18px;
    }

.county-header-box {
    width: 53%;
    padding: 28px 0;
    margin: 0;
}

    .county-header-box h1 {
        padding: 0;
    }

    .county-header-box h2 {
        padding: 0;
    }

    .county-header-box span {
        font-size: 18px;
    }

.top-header-box2 {
    width: 34%;
    margin: 32px 0;
}

.county-header-box2 {
    margin-top: 20px;
    float: right;
    width: 37%;
}

.top-header-box2 h2 {
    font-size: 1em;
    color: #2E4D8B;
    font-weight: bold;
    text-transform: uppercase;
    width: 130px;
    /*padding: 10px 0;*/
    float: right;
    margin: 0;
    text-align: center;
}

.top-header-box2 h3 {
    font-size: 1em;
    color: #2E4D8B;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    /*padding-top: 10px;*/
    float: right;
    margin: 0 7px;
}

.mtc-icon-position {
    margin: 0 15px;
    float: right;
    /*padding: 10px 0;*/
}

.mtc-icon-inline-position {
    margin-left: 10px;
}

.header-box-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.header-box1 {
    width: calc(54% - 6px);
    background-color: #004F9A;
    height: 125px;
    outline: 3px solid #004F9A;
    left: 3px;
    position: relative;
    margin: 0 3px;
}

    .header-box1 h1 {
        font-size: 3em;
        color: #FFFFFF;
        padding: 10px 0 0 15px;
        margin: 0 auto;
        line-height: 100%;
        letter-spacing: 2px;
        display: inline-block;
    }

    .header-box1 h2 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 5px 0 0 15px;
        margin: 0 auto;
        text-transform: uppercase;
        /*letter-spacing: 2px;*/
        line-height: 100%;
        display: inline-block;
    }

    .header-box1 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #F4BB3A;
        padding: 20px 0 0 15px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
    }

    .header-box1 h4 {
        padding-left: 15px;
        color: #FFFFFF;
        font-size: .8em;
    }

.header-box2 {
    width: calc(46% - 5px);
    height: 125px;
    outline: 3px solid #366555;
    margin: 0 3px;
    position: relative;
    left: 3px;
    background-color: rgba(255, 255, 255, .8);
}

.header-box-content-top {
    margin: 0 auto;
    float: left;
    width: 80%;
}

    .header-box-content-top h1 {
        font-size: 18px;
        padding: 20px 0 0 10px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: left;
        float: left;
        font-weight: bold;
    }

    .header-box-content-top span {
        /*float: right;*/
        font-size: 13px;
        padding: 2px 0px;
        text-transform: none;
        letter-spacing: 0px;
        font-weight: normal;
    }

    .header-box-content-top h2 {
        font-size: 13px;
        padding: 15px 0 0 10px;
        margin: 0;
        float: left;
        color: #004F9A;
    }

    .header-box-content-top h3 {
        padding: 10px 0 0 15px;
        font-size: 13px;
        font-weight: bold;
        float: left;
    }

    .header-box-content-top .read-more {
        white-space: nowrap;
        text-decoration: underline;
        color: #004F9A;
    }

.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: 21px 10px 0 0;
}

.header-box-content-reg {
    float: left;
    width: 75%;
}

    .header-box-content-reg h1 {
        /*color: #FFFFFF;*/
        padding: 5px 0 0 10px;
        width: 75%;
    }

.vt-number {
    float: right;
}

.header-box3 {
    width: 36.5%;
    height: 150px;
    outline: 3px solid #366555;
    margin: 0 auto;
    margin-left: 6px;
    background-color: rgba(255, 255, 255, .8);
    position: relative;
}

.ballot-numbers {
    width: 100%;
    display: inline-block;
}

    .ballot-numbers h1 {
        margin: 0 0 4px 0;
        padding-left: 10px;
        float: left;
        width: 100%;
    }

.bq-text {
    float: left;
    width: 70%;
}

.bq-number {
    float: left;
    /*width: 30%;*/
    text-align: right;
}

.ballot-info {
    /*margin-left: 5px;*/
    /*display: inline-block;*/
    /*float: left;*/
}

.ballot-turnout {
    margin: 8px 7px 0 0;
    float: left;
}

.read-more img {
    width: 20px;
    margin: -4px 0;
}

.election-results-box {
    width: 48.4%;
    border: 2px solid #FFFFFF;
    min-height: 410px;
}

.elec-results-header {
    background-color: #000000;
    height: 35px;
}

    .elec-results-header h1 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 8px 0 0 0px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%;
        text-align: center;
        font-weight: bold;
    }

.elec-results-grid {
    width: calc(31% - 2px);
    height: 113px;
    border: 1px solid #FFFFFF;
}

.elec-results-grid-blank {
    width: 31%;
    height: 113px;
    /*background-color: #3DAA59;*/
}

    .elec-results-grid-blank img {
        margin: auto;
        display: block;
        /*padding: 13px 0;*/
        width: 113px;
    }
/*.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;
    font-weight: bold;
}*/
.elec-results-grid h2 {
    font-size: .8em;
    color: #FFFFFF;
    padding: 0px 10px;
    /*margin: 5px auto;*/
    text-transform: none;
    letter-spacing: 0px;
    line-height: 120%;
    text-align: center;
    font-weight: normal;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.elec-results-grid-wrapper {
    padding: 0 5px;
    float: left;
    width: calc(100% - 10px);
}

.search-results-box {
    width: 48.4%;
    /*border: 2px solid #6D6D6D;*/
    min-height: 410px;
}

.quick-search-box-wrapper {
    background-color: #FFFFFF;
    height: 33px;
    border: 2px solid #000000;
}

.quick-search-box1 {
    height: 35px;
    width: 170px;
    background-color: #366555;
    border-top: 2px solid #366555;
    border-left: 2px solid #366555;
    margin: -2px 0 0 -2px !important;
}

    .quick-search-box1 h1 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 8px 0 0 5px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%;
        text-align: center;
        font-size: 19.3px;
        font-weight: bold;
    }

.quick-search-box2 {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #366555;
}

.quick-search-box3 {
    width: 300px;
    color: #C0C0C0;
    padding: 3px 0 3px 4px;
}

.quick-search-side {
    margin: 10px 0 0 10px;
    display: inline-block;
    position: absolute;
    top: 40px;
}

.quick-search-list {
    margin: 0 0 0 10px;
    display: inline-block;
}

.results-county-header {
    background-color: #000000;
    height: 35px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

    .results-county-header h1 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 8px 0 0 0px;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%;
        text-align: center;
        font-weight: bold;
    }

.or-map {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    height: 338px;
}


/*  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;
    }

input.button {
    background-image: url('https://orresultswebservices.azureedge.net/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 250px 10px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: left;
    background-color: #000000;
    height: 35px;
    border: 0px solid #9F830F;
    padding: 8px 10px;
    margin: 0 auto;
    -webkit-appearance: none;
}

    input.button:hover, input.button:focus {
        background-color: #000000;
        color: #FFFFFF;
        cursor: pointer;
    }

input.resource-button {
    background-image: url('https://orresultswebservices.azureedge.net/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    line-height: 100%;
    background-color: #000000;
    height: 35px;
    width: 75%;
    float: right;
    border: 0px solid #9F830F;
    margin: 0 auto;
    -webkit-appearance: none;
}

    input.resource-button:hover, input.resource-button:focus {
        background-color: #000000;
        color: #FFFFFF;
        cursor: pointer;
    }

.slidingDiv-maps {
    height: auto;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
}

.export-bar {
    width: 100%;
    background-color: #C6C6C6;
    height: 30px;
    text-align: right;
}

    .export-bar p {
        font-size: .875em;
        padding: 5px 5px 5px 5px;
        margin: 0 auto;
    }

input.button-maps {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    min-width: 200px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: center;
    background-color: #366555;
    height: 35px;
    border: 0px solid #366555;
    /*padding: 8px 0 8px 0px;
	margin: 0 auto;*/
    -webkit-appearance: none;
    display: inline-block;
}

    input.button-maps:hover {
        background-color: #C5C5C5;
        color: #333333;
        cursor: pointer;
    }

    input.button-maps:focus {
        background-color: #C5C5C5;
        color: #333333;
        outline-color: #366555;
        /*border: 0px solid #366555;*/
    }

input.button-precincts-for-map {
    color: #039ED3;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

    input.button-precincts-for-map:hover {
        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: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #366555;
    height: 35px;
    border: 0px solid #366555;
    padding: 8px 0;
    margin: 0 2px;
    -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-ind {
    background-color: #006699;
}

input.voter-turnout {
    width: 49%;
}

input.precincts-reporting {
    width: 49%;
}

input.general {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.wrapper-button-leg {
    margin: 5px 0px 0px 0px;
    /*text-transform: uppercase;
    background: #FFFFFF;*/
    display: flex;
    flex-wrap: wrap;
}

input.left {
    margin-left: 0px;
}

input.right {
    margin-right: 0px;
}

div.left {
    border-left: 0px solid #366555;
}

div.right {
    border-right: 0px solid #366555;
}

.active-tab {
    background-color: #C5C5C5 !important;
    color: #333333 !important;
    outline: 1px solid #366555;
}

.button-leg {
    font-family: 'Roboto', 'Open 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: #2E6AB3;
    /*height: 35px;*/
    /*width: 15px;*/
    border-top: 2px solid #2C4E8D;
    border-left: 0px solid #2C4E8D;
    border-bottom: 2px solid #2C4E8D;
    border-right: 2px solid #2C4E8D;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
    flex-grow: 1;
    min-width: 19%;
}
/*input.button-leg::-moz-focus-inner {
	background-color: #C5C5C5;
	color: #333333;
	cursor: pointer;
}*/
input.button-leg:hover, input.button-leg:focus {
    background-color: #C5C5C5;
    color: #333333;
    cursor: pointer;
}

input.button-sw-maps:hover {
    background-color: #C5C5C5;
    color: #333333;
    cursor: pointer;
}

input.button-sw-maps:focus {
    background-color: #C5C5C5;
    color: #333333;
    outline-color: #366555;
}

.map-col1 {
    width: 50%;
    margin: 0 auto;
    color: #333333;
    float: left;
    padding-bottom: 10px;
}

.map-col2 {
    width: 50%;
    margin: 0 auto;
    color: #333333;
    float: right !important;
}

    .map-col2 span {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 10px 0 10px 0;
        letter-spacing: 2px;
        text-align: center;
        display: block;
    }

    .map-col2 img {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

.map-col3 {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

.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: auto;
    float: left;
    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;
        width: 100%;
    }

    .county-header h2 {
        float: left;
        font-size: .825em;
        text-transform: uppercase;
        margin: 5px 0px 5px 20px;
        border-top: 2px solid #777777;
        width: auto;
    }

    .county-header h3 {
        font-size: 1em;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
    }

#PrecinctsYN {
    position: absolute;
    text-align: left;
    padding-left: 21px;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.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: 25px;
}

.county-reporting-col3 {
    width: 150px;
}

.county-reporting-col4 {
    width: 70px;
}

    .county-reporting-col4 img {
        margin-top: 100%;
    }

.county-chart {
    width: 66px;
    height: 66px;
    margin-top: 20%;
}

.county-reporting h1 {
    font-size: 1em;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
    letter-spacing: 1px;
    padding: 0 0 0 0;
    font-family: 'Roboto', sans-serif;
}

.county-reporting h2 {
    display: block;
    font-size: .925em;
    text-transform: none;
    font-weight: normal;
    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: auto;
    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;
        padding-bottom: 8px;
    }

.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;
        min-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: normal;
        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: auto;
    max-width: 185px;
}

.legend-col3 {
    width: 20px;
    padding-top: 10px;
    margin-right: -10px !important;
}

.legend-col4 {
    width: auto;
    max-width: 185px;
}

.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 {
    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;
    }

.turnout-percentage-display {
    /*display: inline-flex;*/
}

input.button-precinct-results {
    background-image: url('https://orresultswebservices.azureedge.net/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 335px 10px;
    font-family: 'Roboto', 'Open 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 #9F830F;
    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('https://orresultswebservices.azureedge.net/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;
        font-family: "Roboto", sans-serif;
    }

.precinct-results-orangebox {
    border-top: 1px solid #F4BB3A;
    border-bottom: 1px solid #F4BB3A;
    height: auto;
    margin: 5px 0 5px 0;
}

.precinct-results-orangebox-title {
    background-color: #F4BB3A;
    width: 225px;
}

    .precinct-results-orangebox-title h1 {
        font-size: 1em;
        color: #000000;
        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: normal;
        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: normal;
        margin: 2px 0px 0px 10px;
        letter-spacing: 1px;
        text-align: left;
    }

    .precinct-results-databox1 span {
        color: black;
    }

.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: 13px;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin: 10px 10px 0px 10px;
        letter-spacing: 1px;
        text-align: right;
        color: #333333;
    }

.precinct-results-databox4 {
    width: 32%;
    color: #333333;
    min-height: 10px;
    border-bottom: 0px solid #CCCCCC;
}

.precinct-results-databox5 {
    width: 57.8%;
    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 #366555;
}

    .precinct-results-databox6 h1 {
        display: block;
        font-size: 14px;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin: 8px 8px 5px;
        letter-spacing: 1px;
        text-align: right;
        color: #333333;
        padding: 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 10px 0px;
        letter-spacing: 1px;
        text-align: right;
        color: #333333;
    }

.county-results-odd {
    padding: 0px 10px 0px 0px;
    margin: 4px auto;
    min-height: 40px;
    background-color: #969696; /*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%;
        font-family: 'Roboto', sans-serif;
    }

.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%;
        font-family: 'Roboto', sans-serif;
    }

.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: 26%;
    }

    .precinct-county-header h2 {
        font-size: .825em;
        text-transform: uppercase;
        margin: 17px 10px 5px 0px;
        color: #333333;
        display: inline-block;
        text-align: right;
        width: 34%;
    }

    .precinct-county-header h3 {
        font-size: .825em;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
        display: inline-block;
        width: 35%;
        padding: 0 0 0 10px;
    }

.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: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 200px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #366555;
    height: 35px;
    border: 0px solid #366555;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
}

    input.button-precinct-results-countyresults:hover {
        color: #333333;
        background-color: #C5C5C5;
        cursor: pointer;
    }

    input.button-precinct-results-countyresults:active {
        color: #333333;
        background-color: #C5C5C5;
    }

    input.button-precinct-results-countyresults:focus {
        outline-color: #366555;
    }
/*  END of Expand Down Menu Maps/Results  */
.bottom-colorbar {
    background-color: #004F9A;
    height: auto;
    min-height: 20px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.bottom-graybar {
    background-color: #C6C6C6;
    height: auto;
    min-height: 20px;
}


/*  START of Inside Page CSS  */

.hide-on-desktop-view {
    display: none;
}

.county-identifier {
    background-color: #000000;
    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;
}

.county-contact {
    margin: 0;
    height: auto;
    font-size: 15px;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

    .county-contact span {
        /*margin: 0 2px 0 2px;*/
        max-width: 30%;
        float: left;
        flex-grow: 1;
        display: inline-block;
        width: 30%;
    }

    .county-contact a:link {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .county-contact a:visited {
        color: #FFFFFF;
        text-decoration: underline;
    }

.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-a h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

.display-results-box-b {
    width: 31%;
    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-family: 'Roboto', sans-serif;
        font-weight: normal;
        margin: 4px 0 0 0;
        padding: 0;
        letter-spacing: 1px;
    }

    .display-results-box-d h2 {
        text-transform: none;
        font-size: .875em;
        font-weight: normal;
        margin: 4px 0 0 0;
        padding: 0;
        letter-spacing: 1px;
    }

    .display-results-box-d h3 {
        letter-spacing: 0px;
        text-transform: none;
        font-size: .875em;
        padding: 3px 0;
    }

.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 div {
        text-transform: none;
        font-size: 14px;
        margin: 0 9px;
        letter-spacing: 1px;
        text-align: right;
        font-weight: 700;
        padding: 13px 0 0 0px;
        color: #808080;
    }

.writein-box-a {
    width: 32%;
    padding: 0px 0 0 10px;
}

    .writein-box-a h1 {
        font-size: 14px;
        padding-left: 20px;
    }

.writein-box-b {
    width: 56.8%;
    height: 10px;
}

.writein-box-c {
    width: 10%;
}

    .writein-box-c h1 {
        text-transform: none;
        font-size: .875em;
        margin: 0 auto;
        letter-spacing: 1px;
        text-align: center;
        /*font-weight: 700;*/
        padding: 8px 0 0 0px;
        color: #808080;
    }

.display-results-box-totalvotes {
    width: 89.8%;
}

    .display-results-box-totalvotes div {
        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 #366555;
    margin-bottom: 5px;
}

    .display-results-box-total div {
        text-transform: none;
        font-size: .875em;
        margin: 0 auto;
        letter-spacing: 1px;
        text-align: right;
        font-weight: 700;
        margin: 8px 10px 5px;
    }

.display-results-box-g {
    width: 11%;
    float: right;
    margin-right: 15px;
}

.export-box {
    float: left;
}

.share-box {
    float: right;
}

.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;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -26px;
    }

label.css-label {
    background-image: url(https://orresultswebservices.azureedge.net/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;
}

.vertical-line {
    width: 2px;
    background-color: black;
    height: 60px;
    margin: 20px 10px 10px 10px;
    float: left;
}

.turnout-results-box-a {
    width: 33%;
    padding-left: 16px;
    height: 100px;
}

    .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;
        margin-top: 30px;
    }

    .turnout-results-box-a h2 {
        font-size: 12px;
        font-family: 'Roboto', Open-Sans, sans-serif;
    }

.turnout-results-box-b {
    width: 80px;
    margin: 0 10px 0 10px;
    height: 100px;
}

.turnout-precinct-legend {
    width: 27.5%;
    padding: 0;
    margin: 10px 5px 0 5px;
}

.turnout-results-box-c {
    width: 80px;
    margin: 0 10px 0 10px;
    height: 100px;
}

.turnout-turnout-legend {
    width: 28%;
    /*padding-top: 6px;*/
    margin: 10px 5px 0 5px;
}

.turnout-timestamp {
    display: flex;
    height: auto;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    clear: both;
}

.turnout-faq-link {
    border: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: .825em;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    cursor: pointer;
}

.turnout-timestamp h1 {
    font-size: 0.625em;
    text-transform: none;
    padding: 0 0px 0 0;
    margin: 10px 0;
    color: #004F9A;
}

.turnout-turnout-legend .doughnut-legend {
    width: 75%;
}

.turnout-precinct-legend .doughnut-legend {
    width: 90%;
}

.doughnut-legend {
    display: flex;
    height: 44px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    float: left;
}

    .doughnut-legend h1 {
        font-size: 0.825em;
        text-transform: none;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .doughnut-legend span {
        float: right;
    }

.dough-inner {
    margin: -62px 0px 0px 0px;
    position: relative;
    color: #FFFFFF;
    width: 80px;
    text-align: center;
}

    .dough-inner .int {
        font-size: 16px;
    }

    .dough-inner .dec {
        font-size: 13px;
    }

.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: -55px 10px 0px 0px;
    width: auto;
    float: right;
    position: relative;
}

    .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;
}

.Independent {
    color: #006699;
}

.Nonpartisan {
    color: #3A8F6B;
}

.Constitution {
    color: #725D51;
}

.Libertarian {
    color: #B77A18;
}

.Working {
    color: #004b8d;
}

.Progressive {
    color: #01796F;
}

.Pacific {
    color: #143F11;
}

.Incumbent {
    color: #3A8F6B;
}
/*  END of Political Party Colors  */
a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.results-gridbox-links a:link {
    width: 100%;
    height: 100%;
    background-color: #366555;
    display: block;
}

.results-gridbox-links a:visited {
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #366555;
    text-decoration: none;
    display: block;
}

.results-gridbox-links a:hover, .results-gridbox-links a:focus {
    width: 100%;
    height: 100%;
    color: #C5C5C5;
    background-color: #C5C5C5;
    text-decoration: none;
    display: block;
}

.results-gridbox-links a:active {
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #366555;
    text-decoration: none;
    display: block;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col-precinct-results {
    display: block;
    float: left;
    margin: 0px auto;
}

.col-county-results {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
}

    .col-county-results span {
        color: black;
    }

.col-turnout-results {
    display: block;
    /*float: left;*/
    margin: 10px 0px 0 5px;
}

.turnout-value-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.col-header-box2 {
    display: block;
    float: left;
    margin: 0 4px 0 0;
}

.col-elec-search-box {
    display: block;
    float: left;
    margin: 10px 0px 10px 10px;
}

.col-elec-results-grid {
    display: block;
    float: left;
    margin: 1%;
}
/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

.precinct-fully {
    float: left;
    margin: 0 19%;
    display: none;
}

.precinct-separator {
    color: #159ED4;
    float: left;
}

.precinct-partial {
    padding-left: 4px;
    /*border-left: 1px solid #159ED4;*/
    float: left;
    margin-right: 14%;
}

.animate-position {
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}

.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: 23px;
    left: 0;
    position: relative;
    text-align: center;
    bottom: 56px;
    width: 100%;
    color: #FFFFFF;
}

.animate-position .dec {
    font-size: 15px;
}

.footer {
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
    display: none;
}
/*.footer a{
    color: gray;
}*/
.map {
    height: 412px;
    width: 100%;
}

.legend-ranges {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.turnout-legend {
    display: block;
    float: left;
    margin: 10px 3%;
    /*padding-top: 10px;*/
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    outline: 0;
    position: relative;
    width: 15px;
    height: 15px;
    z-index: 1;
    top: 0;
    bottom: 4px;
    margin: auto;
    color: gray;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.county-export-list {
    /*background: #FFFFFF;*/
    border-radius: 10px;
    /*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-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 276px;
}

.county-export-listitem {
    width: 15%;
    float: left;
    margin: 0 8% 0 9%;
}

.contact-info {
    color: #000000;
    margin: 0 16%;
}

    .contact-info span {
        padding: 0 10px 0 10px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
    }

span.left {
    border-left: none;
}

span.right {
    border-right: none;
}

.disclaimer {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 5px;
    color: #333333;
    font-size: small;
}

.mcr-link {
    font-size: .7em;
    border: 2px solid #355666;
    padding: 0 5px;
    margin: 0 10px;
    white-space: nowrap;
}

input:focus {
    background-color: #C5C5C5;
    color: #333333;
    outline: 1px solid #366555;
}

#dhtmltooltip {
    position: absolute;
    font: 90% Arial, Helvetica, sans-serif;
    border: 1px solid black;
    padding: 2px;
    visibility: hidden;
    z-index: 100;
}

.election-terminology {
    padding: 20px;
    text-align: left;
}

    .election-terminology a {
        text-decoration: underline;
    }

.col-empty-links {
    margin: 22% 34% 6%;
    float: left;
}

.empty-links-message {
    float: left;
    /*background-color: #990000;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    color: lightgray;*/
    text-align: center;
    left: -5px;
    position: relative;
    width: 495px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0 9px;
    background-color: rgba(245, 245, 245, 0.5);
}
/*.closed {
    background-image: url(https://orresultswebservices.azureedge.net/Images/downarrow.png);
    background-image: url(/Images/downarrow.png);
    background-repeat: no-repeat;
    background-position: 180px 12px;
}
.opened {
    background-image: url(https://orresultswebservices.azureedge.net/Images/uparrow.png);
    background-image: url(/Images/uparrow.png);
    background-repeat: no-repeat;
    background-position: 180px 12px;
}*/

.export-message {
    margin: 10px 0 5px 15px;
}

.export-format {
    margin: 0 20px;
    width: 626px;
}

.export-selection {
    margin: 25px 20px 20px;
    width: calc(100% - 44px);
    position: relative;
}

    .export-format fieldset, .export-selection fieldset {
        border: 2px solid #A7A9AC;
        border-radius: 10px;
    }

    .export-format legend, .export-selection legend {
        margin-left: 20px;
        padding: 0 10px 0 7px;
        font-weight: bold;
    }

.export-type-select {
    margin: 25px 20px;
}

    .export-type-select label {
        font-size: 14px;
        margin: 0 15px;
    }

.export-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 10px 15px;
    height: 230px;
}

.export-listitem {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .export-listitem span {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        color: #174072;
        border-left: 2px solid #A7A9AC;
        padding-left: 5px;
    }

    .export-listitem input {
        background: transparent;
        text-align: left;
        cursor: pointer;
        border-left: 2px solid #A7A9AC;
        padding-left: 5px;
    }

        .export-listitem input:hover {
            text-decoration: underline;
            color: #A90D11;
        }

        .export-listitem input:disabled:hover {
            text-decoration: none;
            color: GrayText;
            cursor: auto;
        }

.export-listitem-bottom {
    position: absolute;
    bottom: 0;
}

.export-list2 {
    display: flex;
    flex-direction: row;
    padding: 20px 10px;
}

.export-listitem2 {
    width: calc(2 * 14.29%);
}

.export-list-popup {
    position: absolute;
    top: calc(50% - 125px);
    left: calc(50% - 200px);
    height: 246px;
    width: 396px;
    border: 2px solid #A7A9AC;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
}

    .export-list-popup div {
        /*padding: 5px 10px;*/
        font-weight: bold;
        margin: 70px 16px 0 16px;
    }

    .export-list-popup input[type=text] {
        border: 2px solid lightgray;
        padding: 0 0 0 15px;
        margin: 10px 16px;
        height: 36px;
        width: calc(80% - 52px);
    }

.district-export-search {
    width: calc(25% - 5px) !important;
}

.export-list-popup input::-webkit-input-placeholder {
    font-style: italic;
}

.export-list-popup input::-moz-placeholder {
    font-style: italic;
}

.export-list-popup input:-ms-input-placeholder {
    font-style: italic;
}

.export-list-popup input:-moz-placeholder {
    font-style: italic;
}

.export-list-popup input[type=button] {
    position: absolute;
    top: 10px;
    right: 16px;
    background-color: transparent;
    height: 25px;
    width: 20px;
}

.export-list-popup input[type=submit] {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

span.export-error[style*="inline"] {
    font-size: 14px;
    color: #A90D11;
    font-weight: bold;
    margin: 0 22px;
    display: block !important;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, input.button {
        letter-spacing: 1px;
        background-position: 260px 10px;
    }
}

@-moz-document url-prefix() {
    input.button {
        background-position: 260px 10px;
    }
}
