/******************************************************************************/
/* @FONT REPLACEMENT
/******************************************************************************/
@font-face {
    font-family: 'HelveticaNeueBoldCond';
    src: url('fonts/hlbc____-webfont-webfont.eot') format('embedded-opentype');
    src: url('fonts/hlbc____-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hlbc____-webfont-webfont.woff') format('woff'), url('fonts/hlbc____-webfont-webfont.ttf') format('truetype'), url('fonts/hlbc____-webfont-webfont.svg#helvetica_neueboldcond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/hll_____-webfont-webfont.eot') format('embedded-opentype');
    src: url('fonts/hll_____-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hll_____-webfont-webfont.woff') format('woff'), url('fonts/hll_____-webfont-webfont.ttf') format('truetype'), url('fonts/hll_____-webfont-webfont.svg#helvetica_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/******************************************************************************/
/* HTML ELEMENTS
/******************************************************************************/
html {
    overflow-y: scroll;
    font-size: 100%;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    background: #4972b8 url("../_images/assets/html-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

/** {
    margin: 0;
    padding: 0;
    outline: none;
}*/

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.shadowed {
    -webkit-filter: drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 1px #fff);
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    /*vertical-align: middle;*/
}

button, input {
    line-height: normal;
    /*overflow: visible;*/
}

    button -moz-focus-inner, input -moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        /*-webkit-appearance: button;*/
    }

    input[type="search"] {
        /*-webkit-appearance: textfield;*/
        /*-webkit-box-sizing: content-box;*/
        /*-moz-box-sizing: content-box;*/
        box-sizing: content-box;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

address {
    font-style: normal;
}

.responsive-div {
    width: 100%;
    overflow: auto;
}

/******************************************************************************/
/* MAIN LAYOUT 
/******************************************************************************/
.wrap {
    width: 985px;
    margin: 0 auto;
    clear: both;
}

    .wrap:before, .wrapper:before, .wrap:after, .wrapper:after {
        display: table;
        content: "";
    }

    .wrap:after, .wrapper:after {
        clear: both;
    }
/* JS DETECTION */
.wrapper, .wrap {
    display: none;
}
/* Hide if JS disabled */
.js .wrapper, .js .wrap {
    display: block;
}
/* Show if JS enabled */
.js .noscript {
    display: none;
}
/* Hide if JS enabled */

/******************************************************************************/
/* HEADER LAYOUT 
/******************************************************************************/
.header {
    background: url("../_images/assets/header-bg.png") repeat-y center 0;
}

.header-wrap {
    height: 100px;
}

/******************************************************************************/
/* TOP NAVIGATION
/******************************************************************************/
.top-nav {
    padding: 5px 10px 0 0;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

    .top-nav li {
        font-size: 13px;
        color: #fff;
        display: inline;
        padding-top: 5px;
    }

        .top-nav li a {
            color: #fff;
        }

            .top-nav li a:hover {
                color: #fff;
                text-decoration: underline;
            }
/* SECRETARY NAME */
.secretary-name {
    display: block;
    float: left;
    padding: 10px 0 0 0;
    color: #f2f2f2;
    text-align: left;
    font-size: 22px;
    font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

    .secretary-name .normal {
        font-weight: normal;
        padding: 0 0 0 10px;
    }

.state-seal {
    display: block;
    float: left;
    width: 185px;
    height: 175px;
    background: url("../_images/assets/state-seal.png") no-repeat;
    margin: 10px;
}

.election-name {
    display: block;
    float: left;
    padding: 22px 0 0 0;
    color: #f2f2f2;
    text-align: left;
    font-size: 58px;
    font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    line-height: 28px;
}

    .election-name .normal {
        font-size: 30px;
        font-weight: normal;
    }

.election-year {
    display: block;
    float: left;
    padding: 16px 0 0 10px;
    color: #f2f2f2;
    text-align: left;
    font-size: 97px;
    line-height: 68px;
    font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.refresh {
    display: block;
    float: left;
    width: 650px;
    color: #ccc;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

/******************************************************************************/
/* MAIN NAVIGATION
/******************************************************************************/
.main-nav {
    background: url("../_images/assets/nav-bg.jpg");
    border-bottom: 1px solid #898989;
    margin: 0;
    padding: 0;
}

    .main-nav li a {
        text-align: center;
        float: left;
        color: #fff;
        height: 54px;
        font-size: 14px;
        font-family: 'HelveticaNeueBoldCond',Impact, Arial, Helvetica, sans-serif;
        border-right: 1px solid #040404;
        border-left: 1px solid #1a4085;
        position: relative;
        text-shadow: 1px 1px 2px #000;
    }

    .main-nav li em {
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    .main-nav li a strong {
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
    }

    .main-nav li a:hover, .main-nav li a.active {
        background: url("../_images/assets/nav-bg-hover.jpg");
    }

/******************************************************************************/
/* CRUMB 
/******************************************************************************/
.crumb {
    background: url("../_images/assets/crumb.jpg") repeat-x;
    height: 68px;
    position: relative;
}

.reporting {
    width: 450px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 19px;
    color: #1a1a1a;
    text-shadow: 1px 1px 1px #bdbbbb;
    font-weight: bold;
}

    .reporting .percentage {
        width: 110px;
        height: 35px;
        display: block;
        background: #474343;
        text-align: center;
        padding: 5px 0;
        font-weight: bold;
        font-size: 26px;
        line-height: 34px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        float: left;
        border-right: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        margin-right: 10px;
    }

/******************************************************************************/
/* SCROLLING BANNER
/******************************************************************************/
.top-message {
    width: 467px;
    height: 48px;
    background: #1a4085;
    float: right;
    margin-top: 10px;
    margin-right: -20px;
    position: relative;
}

    .top-message .messages {
        width: 420px;
        text-align: right;
        padding: 8px 25px;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #ddd;
        overflow: hidden;
    }

    .top-message:before {
        content: " ";
        background: url("../_images/assets/corner-right-blue.png");
        display: block;
        width: 26px;
        height: 11px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: -11px;
        z-index: -1;
    }

    .top-message:after {
        width: 0;
        height: 0;
        border-top: 24px solid rgba(255,255,255,0);
        border-bottom: 24px solid rgba(255,255,255,0);
        border-right: 24px solid #1a4085;
        position: absolute;
        left: -24px;
        top: 0;
    }

/******************************************************************************/
/* CONTENT 
/******************************************************************************/
.content-wrap {
    background: #ececec;
    border-right: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    border-top: 1px solid #a2a2a2;
    padding: 10px 13px 20px;
    margin: 0 auto;
    width: 955px;
}

.content-box {
    background: #fff;
    border: 5px solid #fff;
    padding: 14px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.1), 1px 1px 5px rgba(0,0,0,0.5), 0 0 1px #c6c6c6;
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.1), 1px 1px 5px rgba(0,0,0,0.5), 0 0 1px #c6c6c6;
    box-shadow: inset 0 0 30px rgba(0,0,0,.1), 1px 1px 5px rgba(0,0,0,0.5), 0 0 1px #c6c6c6;
}

    .content-box:last-child {
        margin-bottom: 5px;
    }

    .content-box p {
        margin: 0 0 15px 0;
        font-size: 15px;
        line-height: 18px;
        color: #333;
    }

h1.titleBar {
    float: left;
    background: #1a4085;
    margin: 0 0 20px -41px;
    position: relative;
    padding: 9px 25px;
    height: 24px;
    font-weight: normal;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    font-family: 'HelveticaNeueBoldCond', Impact, Arial, Helvetica, sans-serif;
}

    h1.titleBar:before {
        content: " ";
        background: url("../_images/assets/corner-left-blue.png");
        display: block;
        width: 23px;
        height: 13px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -13px;
        z-index: 1;
    }

    h1.titleBar:after {
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #1a4085;
        position: absolute;
        left: 100%;
        top: 0;
        margin-right: -21px;
    }

.content-left {
    width: 440px;
    float: left;
    position: relative;
}

.content-right {
    width: 440px;
    float: right;
    position: relative;
}

    .content-right .notice {
        position: absolute;
        bottom: 30px;
        left: 0;
        z-index: 100;
        color: #333;
    }

/******************************************************************************/
/* MAP ELEMENTS
/******************************************************************************/
#map {
    width: 400px;
    height: 460px;
    z-index: 1;
    float: right;
}

/*.county-wrapper {
     width: 900px;
     height: 430px;
     position: relative;
     clear: both;
}*/

.map-wrapper {
    position: relative;
    margin-bottom: 15px;
}

    .map-wrapper .left {
        width: 590px;
        float: left;
        padding: 15px;
        background: #f2f2f2;
        border: 1px solid #c5c5c5;
    }

    .map-wrapper .right {
        width: 260px;
        float: right;
    }

    .map-wrapper #map {
        width: 590px;
        height: 460px;
        display: block;
        border: 2px solid #9b9b9b;
        margin-bottom: 15px !important;
        float: none;
    }

    .map-wrapper .btn:last-child {
        margin: 0;
    }

/******************************************************************************/
/* VOTER QUESTIONS
/******************************************************************************/
.ballot {
    clear: both;
    margin-bottom: 10px;
    background: #EFEFEF;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

    .ballot .content-left {
        width: 200px;
        margin-left: 10px;
    }

    .ballot .content-right {
        width: 680px;
        margin-right: 10px;
    }

    .ballot .past-primary, .ballot .past-general, .ballot .current-election {
        margin-bottom: 15px;
    }

    .ballot table {
        width: 100%;
    }

    .ballot .question {
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #CCC;
        clear: both;
        background: #fff;
    }

    .ballot h3 {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
    }

        .ballot h3 a {
            color: #555555;
            display: block;
            padding: 2px 10px;
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
            background: #fff;
            margin-bottom: 4px;
        }

            .ballot h3 a:hover {
                color: #000;
                background: #CCC;
            }

            .ballot h3 a.active {
                color: #000;
                background: #EFEFEF;
                border-right: none;
                border-bottom: none;
            }

    .ballot h4 {
        margin: 0;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: normal;
    }

    .ballot p {
        margin: 0 0 15px 0;
        font-size: 12px;
    }

    .ballot .wrapper {
        margin-bottom: 5px;
    }

    .ballot .answer {
        margin-bottom: 5px;
    }

/******************************************************************************/
/* TURNOUT 
/******************************************************************************/
indent {
    margin-left: 20px;
}

.turnout .cd {
    background: #130093;
    color: #fff;
    border-left: 1px solid #8686ea;
    border-right: 1px solid #181879;
}

.turnout .cr {
    background: #8c0000;
    color: #fff;
    border-left: 1px solid #f96d6d;
    border-right: 1px solid #650000;
}

.turnout .co {
    background: #166800;
    color: #fff;
    border-left: 1px solid #92dd92;
    border-right: 1px solid #0c3a0c;
}

.turnout td {
    text-align: center;
    color: #333;
}

.turnout li {
    border-bottom: 1px solid #CCC;
    padding: 2px 0;
    margin-bottom: 2px;
}

    .turnout li strong {
        display: block;
        width: 250px;
        float: left;
    }

.turnout h3 {
    text-align: center;
    padding: 5px 3px;
}

.past-general ul, .past-primary ul, .current-election ul {
    padding: 0;
}

/******************************************************************************/
/* RACE BOXES 
/******************************************************************************/
/* BAR */
.vote-bar {
    margin: 0 auto;
    clear: both;
    position: relative;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.mini.vote-bar {
    width: 300px;
}

.bar {
    display: block;
    width: 0%;
    overflow: hidden;
    height: 20px;
}

.bar-left {
    text-align: left;
    position: absolute;
    left: 0;
    margin-left: -2px;
    z-index: 10;
}

.bar-right {
    text-align: right;
    position: absolute;
    right: 0;
    margin-right: -2px;
    z-index: 10;
}

.percent-left {
    text-align: left;
    position: absolute;
    left: 2px;
    top: 3px;
    z-index: 20;
}

.percent-right {
    text-align: right;
    position: absolute;
    right: 2px;
    top: 3px;
    z-index: 20;
}

.bar.DEM {
    border-left: 1px solid #8686ea;
    border-right: 1px solid #181879;
}

.bar.REP {
    border-left: 1px solid #f96d6d;
    border-right: 1px solid #650000;
}

.bar.NP, .bar.NPP, .bar.IND, .bar.IAP, .bar.LPN, .bar.GRN {
    border-left: 1px solid #92dd92;
    border-right: 1px solid #0c3a0c;
}

.bar.TIE {
    border-left: 1px solid #c784c6;
    border-right: 1px solid #3e083b;
}

/******************************************************************************/
/* LARGE INIDIVIDUAL RACES
/******************************************************************************/
.large-single {
    width: 450px;
    padding-right: 10px;
    margin-bottom: 25px;
}

    .large-single .left-side {
        position: relative;
        width: 125px;
        float: left;
        margin-right: 10px;
        height: 100px;
    }

        .large-single .left-side img {
            position: absolute;
            left: 0;
            top: -35px;
        }

    .large-single .right-side {
        float: left;
        width: 310px;
        padding-top: 10px;
    }

        .large-single .right-side .bar-left {
            float: left;
            width: 310px;
            padding-top: 0;
        }
    /* To shade the loser of the Top Race */
    .large-single .names {
        font-size: 22px;
        color: #000;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

        .large-single .names .incumbent {
            font-size: 16px;
        }

    .large-single .votes {
        font-size: 14px;
        color: #595959;
        font-weight: bold;
    }

    .large-single .vote-bar {
        margin-bottom: 10px;
        margin-top: 10px;
    }

/* TOP 2 RACES */
.mini.top2 {
    width: 410px;
    padding: 7px 15px 15px;
    border: 1px solid #fff;
    margin: 0 0 15px 0;
}

.mini h3 {
    color: #616161;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    padding-bottom: 7px;
    border-bottom: 1px solid #b8b8b8;
    text-transform: uppercase;
    margin: 0;
}

.mini .middle {
    width: 300px;
}

    .mini .middle.question-bar {
        width: 100%;
    }

.mini .names a {
    display: block;
    color: #000;
    margin-bottom: 7px;
    font-size: 13px;
    width: 150px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
}
/* TOP 2 RACES */
.large.top2 {
    width: 880px;
    padding: 7px 15px 15px;
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.large h3 {
    margin: 0;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    text-transform: uppercase;
}

.large h5 {
    margin: 0;
}

.large .heading {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 5px;
}

    .large .heading .float-left {
        width: 550px;
    }

    .large .heading .float-right {
        width: 150px;
        text-align: right;
    }

.large .middle {
    width: 700px;
    padding-bottom: 7px;
}

.large .names {
    margin-bottom: 7px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    border-top: 1px solid #fff;
    padding-top: 7px;
}

.large img {
    width: 75px;
    height: 90px;
}

.large .names .float-left {
    width: 345px;
    text-transform: uppercase;
}

.large .names .float-right {
    width: 345px;
    text-align: right;
    text-transform: uppercase;
}

.top2-candidates {
    border-top: 1px solid #fff;
    padding-top: 7px;
}

.large .top2-candidates {
    border-top: none;
}

.names .float-right {
    text-align: right;
    text-transform: uppercase;
}

.left-candidate {
    margin-right: 15px;
}
/* COLOR KEY FOR RACE RESULTS */
.color-key {
    text-align: right;
    color: #000 !important;
    margin: 0;
}

    .color-key span {
        display: inline-block;
        padding: 5px 10px;
        margin-right: 5px;
    }

        .color-key span:last-child {
            margin-right: 0;
        }

/******************************************************************************/
/* RACE TABLE 
/******************************************************************************/
.race-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
    overflow: scroll;
}

    .race-table thead td {
        color: #555;
        font-size: 10px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px;
        font-weight: bold;
        position: relative;
        text-align: center;
    }

        .race-table thead td img {
            padding: 2px;
            width: 75px;
            height: 90px;
            margin: auto;
        }

    .race-table thead span {
        display: block;
        padding: 1px 0;
    }

    .race-table tbody td {
        padding: 5px;
        color: #000;
        font-size: 12px;
        text-align: center;
        margin-bottom: 1px;
        width: auto;
    }
/* .race-image .affiliation {
     position: absolute;
     left: 12px;
     top: 83px;
     display: block;
     padding: 2px 4px;
     text-align: center;
     color: #fff;
}
 */
.race-image .affiliation {
    display: block;
    width: 74px;
    margin: auto;
    padding: 2px 2px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.race-table tr.odd td {
    background-color: #e5e5e5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #929292;
    border-left: 1px solid #fff;
    border-right: 1px solid #929292;
}

.race-table tr.even td {
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #929292;
    border-left: 1px solid #fff;
    border-right: 1px solid #929292;
}

.race-table tr.even:first-child td {
    border-top: 1px solid #929292;
}

.race-table tr.odd td:first-child, .race-table tr.even td:first-child {
    border-left: 1px solid #929292;
    text-align: right;
    font-weight: bold;
}

.featured {
    height: auto;
}

/******************************************************************************/
/* FOOTER 
/******************************************************************************/
.footer {
    min-height: 40px;
    width: 983px;
    margin: 0 auto;
    background: url("../_images/assets/footer-bg.jpg");
    font-size: 12px;
    color: #fff;
}

    .footer li {
        display: inline;
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #ccc;
        }

    .footer .wrap {
        padding: 12px 0 2px 0;
        background: url("../_images/assets/footer-page-bg.png") no-repeat center 0;
    }

        .footer .wrap .left {
            width: 75%;
            float: left;
        }

        .footer .wrap .right {
            width: 20%;
            float: right;
            padding-right: 10px;
        }

    .footer .disclaimer {
        padding: 0;
        margin: 5px 20px 0 20px;
    }

    .footer p {
        padding-top: 5px;
        margin-left: 20px;
    }

    .footer ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

/******************************************************************************/
/* GRADIENTS / COLORS 
/******************************************************************************/
.left-side.DEM, thead strong.DEM, .bar.DEM, .color-blue {
    background: #1a4085;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #1a4085 0%, #5584dd 14%, #1a4085 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #1a4085 0%,#5584dd 14%,#1a4085 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a4085 0%,#5584dd 14%,#1a4085 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4085', endColorstr='#5584dd',GradientType=0 );
    /* IE6-9 */
}
/*for the right side of the vote bar*/
.right-side.DEM {
    background: #5584dd;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #5584dd 0%, #aac2ee 14%, #5584dd 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #5584dd 0%,#aac2ee 14%,#5584dd 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5584dd 0%,#aac2ee 14%,#5584dd 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5584dd', endColorstr='#aac2ee',GradientType=0 );
    /* IE6-9 */
}

.left-side.REP, thead strong.REP, .bar.REP, .color-red {
    background: #c40000;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #c40000 0%, #ff4d4d 14%, #c40000 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #c40000 0%,#ff4d4d 14%,#c40000 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c40000 0%,#ff4d4d 14%,#c40000 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#ff4d4d',GradientType=0 );
    /* IE6-9 */
}
/*for the right side of the vote bar*/
.right-side.REP {
    background: #ff4d4d;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #ff4d4d 0%, #ffb3b3 14%, #ff4d4d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #ff4d4d 0%,#ffb3b3 14%,#ff4d4d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4d4d 0%,#ffb3b3 14%,#ff4d4d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d4d', endColorstr='#ffb3b3',GradientType=0 );
    /* IE6-9 */
}

.left-side.NP, .left-side.NPP, .left-side.IND, .left-side.IAP, .left-side.LPN, .left-side.GRN, thead strong.NP, thead strong.NPP, thead strong.IND, thead strong.IAP, thead strong.LPN, thead strong.GRN, .bar.NP, .bar.NPP, .bar.IND, .bar.IAP, .bar.LPN, .bar.GRN, .color-green {
    background: #166800;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #166800 0%, #00b200 11%, #166800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #166800 0%,#00b200 11%,#166800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #166800 0%,#00b200 11%,#166800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166800', endColorstr='#00b200',GradientType=0 );
    /* IE6-9 */
}
/*for the right side of the vote bar*/
.right-side.IND, .right-side.NP, .right-side.NPP, .right-side.IAP, .right-side.LPN, .right-side.GRN {
    background: #00b200;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #00b200 0%, #33ff33 11%, #00b200 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #00b200 0%,#33ff33 11%,#00b200 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b200 0%,#33ff33 11%,#00b200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b200', endColorstr='#33ff33',GradientType=0 );
    /* IE6-9 */
}

.color-dark-grey {
    background: #444444;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #444444 0%, #878787 14%, #878787 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #444444 0%,#878787 14%,#878787 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #444444 0%,#878787 14%,#878787 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#878787',GradientType=0 );
    /* IE6-9 */
}

.color-grey {
    background: #eaeaea;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #eaeaea 1%, #d7d7d7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #eaeaea 1%,#d7d7d7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeaea 1%,#d7d7d7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d7d7d7',GradientType=0 );
    /* IE6-9 */
}

.bar.TIE, .color-purple {
    background: #6b2277;
    /* Old browsers */
    background: -moz-linear-gradient(270deg, #6b2277 1%, #ad329f 19%, #633072 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #6b2277 1%,#ad329f 19%,#633072 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6b2277 1%,#ad329f 19%,#633072 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2277', endColorstr='#633072',GradientType=0 );
    /* IE6-9 */
}

/******************************************************************************/
/* MISC
/******************************************************************************/
.image-text {
    display: block;
}

    .image-text strong {
        display: none;
    }

.noshow {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearer {
    clear: both;
}

.scroll-pane {
    width: 100%;
    height: auto;
}

.results-table-scroll {
    overflow: auto;
    margin: auto;
}
/* Adding this div to combat IE9 issue with vertical sizing */
/* SHADOWS */
.shadow-light {
    -moz-box-shadow: 1px 1px 2px #adadad;
    -webkit-box-shadow: 1px 1px 2px #adadad;
    box-shadow: 1px 1px 2px rgba(0,0,0,.75);
}

.shadow-white {
    -moz-box-shadow: 1px 1px 3px #7f7f7f;
    -webkit-box-shadow: 1px 1px 3px #7f7f7f;
    box-shadow: 1px 1px 3px #7f7f7f;
}

.shadow-dark {
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.shadow-dark-blue {
    -moz-box-shadow: 2px 2px 7px #042946;
    -webkit-box-shadow: 2px 2px 7px #042946;
    box-shadow: 2px 2px 7px #042946;
}

.shadow-blue {
    -moz-box-shadow: 2px 2px 5px #1f5885;
    -webkit-box-shadow: 2px 2px 5px #1f5885;
    box-shadow: 2px 2px 5px #1f5885;
}
/* BORDERS */
.border-3 {
    /*-moz-border-radius: 3px;
     -webkit-border-radius: 3px;
    */
    border-radius: 3px;
}

.border-5 {
    /*-moz-border-radius: 5px;
     -webkit-border-radius: 5px;
    */
    border-radius: 5px;
}

.border-5-left {
    /*-moz-border-radius: 10px 0 0 10px;
     -webkit-border-radius: 10px 0 0 10px;
    */
    border-radius: 10px 0 0 10px;
}

.border-5-right {
    /*-moz-border-radius: 0 10px 10px 0;
     -webkit-border-radius: 0 10px 10px 0;
    */
    border-radius: 0 10px 10px 0;
}

.border-10 {
    /*-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
    */
    border-radius: 10px;
}

.border-white-3 {
    border: 3px solid #ffffff;
}

/******************************************************************************/
/* BUTTONS
/******************************************************************************/
.btn {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fafafa;
    background-repeat: no-repeat;
    /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    */
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    /*margin-left: .3em;
    */
    vertical-align: middle;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}

    .btn:last-child {
        margin: 0 0 0 5px;
    }

    .btn:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        /*-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    */
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #d9d9d9;
        color: rgba(0, 0, 0, 0.5);
        outline: 0;
    }

    .btn.disabled, .btn[disabled] {
        cursor: default;
        background-image: none;
        background-color: #e6e6e6;
        opacity: 0.65;
        filter: alpha(opacity=65);
        /*-webkit-box-shadow: none;
     -moz-box-shadow: none;
    */
        box-shadow: none;
    }

        .btn.disabled:hover {
            cursor: default;
            background-image: none;
            background-color: #e6e6e6;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    /*-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    */
    border-radius: 5px;
}

    .btn-large .icon {
        margin-top: 1px;
    }

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

    .btn-small .icon {
        margin-top: -1px;
    }

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-primary {
    background-color: #006dcc;
    background-repeat: repeat-x;
    background-image: linear-gradient(0deg, #0088cc, #0044cc);
    border-color: #0044cc;
    border-bottom-color: #002a80;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #0044cc;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #003399;
    }

.btn-warning {
    background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(0deg, #fbb450, #f89406);
    border-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        background-color: #f89406;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #c67605;
    }

.btn-danger {
    background-color: #da4f49;
    background-repeat: repeat-x;
    background-image: linear-gradient(270deg, #ee5f5b, #bd362f);
    border-color: #bd362f;
    border-bottom-color: #802420;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        background-color: #bd362f;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25;
    }

.btn-success {
    background-color: #5bb75b;
    background-repeat: repeat-x;
    background-image: linear-gradient(270deg, #62c462, #51a351);
    border-color: #51a351;
    border-bottom-color: #387038;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #51a351;
    }

    .btn-success:active, .btn-success.active {
        background-color: #408140;
    }

.btn-info {
    background-color: #49afcd;
    background-repeat: repeat-x;
    background-image: linear-gradient(270deg, #5bc0de, #2f96b4);
    border-color: #2f96b4;
    border-bottom-color: #1f6377;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-color: #2f96b4;
    }

    .btn-info:active, .btn-info.active {
        background-color: #24748c;
    }

button.btn, input[type="submit"].btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.large, input[type="submit"].btn.large {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    button.btn.small, input[type="submit"].btn.small {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.btn-group {
    position: relative;
    margin-left: .3em;
}

    .btn-group:before, .btn-group:after {
        display: table;
        content: "";
    }

    .btn-group:after {
        clear: both;
    }

    .btn-group:first-child {
        margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .btn-toolbar .btn-group {
        display: inline-block;
    }

.btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    /*-webkit-border-radius: 0;
     -moz-border-radius: 0;
    */
    border-radius: 0;
}

    .btn-group .btn:first-child {
        margin-left: 0;
        /*-webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
    */
        border-top-left-radius: 4px;
        /*-webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
    */
        border-bottom-left-radius: 4px;
    }

    .btn-group .btn:last-child, .btn-group .dropdown-toggle {
        /*-webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
    */
        border-top-right-radius: 4px;
        /*-webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
    */
        border-bottom-right-radius: 4px;
    }

    .btn-group .btn.large:first-child {
        margin-left: 0;
        /*-webkit-border-top-left-radius: 6px;
     -moz-border-radius-topleft: 6px;
    */
        border-top-left-radius: 6px;
        /*-webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
    */
        border-bottom-left-radius: 6px;
    }

    .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
        /*-webkit-border-top-right-radius: 6px;
     -moz-border-radius-topright: 6px;
    */
        border-top-right-radius: 6px;
        /*-webkit-border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
    */
        border-bottom-right-radius: 6px;
    }

    .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
        z-index: 2;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-group.open {
    z-index: 1000;
}

    .btn-group.open .dropdown-menu {
        display: block;
        margin-top: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .btn-group.open .dropdown-toggle {
        background-image: none;
        -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

.btn .caret {
    margin-top: 7px;
    margin-left: 0;
}

.btn:hover .caret, .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-primary .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret {
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.btn-small .caret {
    margin-top: 4px;
}

/******************************************************************************/
/* Specific styles for smaller screens
/******************************************************************************/
@media all and (min-width: 1px) and (max-width: 349px) {
    .header {
        min-height: 50px;
    }

    .mobile-nav {
        padding: 10px 5px 0 0;
    }

    #mobile-nav-menu {
        top: 50px;
    }

    .election-name {
        padding: 14px 5px 2px 5px;
        font-size: 20px;
        line-height: 14px;
    }

        .election-name .normal {
            font-size: 14px;
        }

    .reporting {
        font-weight: normal;
        font-size: 12px;
    }

    .top-message .messages {
        font-weight: normal;
        font-size: 12px;
    }

    h1.titleBar {
        font-size: 16px;
    }
}

@media all and (min-width: 350px) and (max-width: 984px) {
    .header {
        min-height: 65px;
    }

    .mobile-nav {
        padding: 18px 10px 0 0;
    }

    #mobile-nav-menu {
        top: 65px;
    }

    .election-name {
        padding: 15px 5px 2px 5px;
        font-size: 28px;
        line-height: 20px;
    }

        .election-name .normal {
            font-size: 20px;
        }

    .reporting {
        font-size: 16px;
    }

    h1.titleBar {
        font-size: 18px;
    }
}

@media all and (max-width: 984px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-height-0 {
        height: 0;
    }

    html {
        background: none;
    }

    .header {
        background: #1a4085;
    }

    .wrap {
        width: 100%;
    }

    .content-wrap {
        width: 100%;
        padding: 0;
    }

    .top2.large {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .large .top2-candidates {
        padding: 10px;
    }

    .top2.mini {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mini .race-title {
        margin: 10px 10px 0 10px;
    }

    .mini .top2-candidates {
        margin: 0 10px 10px 10px;
    }

    .large .heading .float-left {
        width: 70%;
    }

    .large .heading .float-right {
        width: 30%;
    }

    .large .middle {
        width: 100%;
    }
    /*Top Featured race*/
    .large-single {
        width: unset;
        margin-bottom: 20px !important;
        padding-right: 0 !important;
    }

        .large-single .left-side {
            width: 93px;
            height: 110px;
            float: left;
            margin-right: 0;
        }

            .large-single .left-side img {
                top: 10px;
                width: 93px;
                height: 100px;
            }

        .large-single .right-side {
            margin: 0;
            float: left;
        }

            .large-single .right-side.names {
                width: auto !important;
                min-width: 230px;
                margin: 0 0 0 10px;
            }

        .large-single .names {
            font-size: 18px;
        }

            .large-single .names .incumbent {
                font-size: 14px;
            }

        .large-single .vote-bar {
            margin: 5px 5px 5px 0;
        }

        .large-single .bar {
            padding-right: 0;
        }

        .large-single .votes {
            font-size: 12px;
        }

    /*Featured races*/
    .featured {
        margin-bottom: 10px;
    }

    .mini .middle {
        width: 100%;
    }

    .mini .names a {
        width: unset;
    }

    .large .names .float-left {
        width: 50%;
    }

    .large .names .float-right {
        width: 50%;
    }

    .content-right, .content-left {
        width: 100%;
        float: left;
    }

    .color-key span {
        line-height: 10px;
        padding: 2px 5px;
    }

    .content-left h1.titleBar {
        line-height: 26px;
        margin-bottom: 25px !important;
    }

    h1.titleBar:before {
        background: none;
    }

    #mapContainer {
        position: relative !important;
        top: 0 !important;
    }

    .top-message {
        clear: both;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

        .top-message:after {
            border: 0;
        }

        .top-message:before {
            background: none;
        }

        .top-message .messages {
            width: 95%;
            padding: 8px 10px;
        }

        .top-message.shadow-light {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .reporting {
        width: 92%;
        line-height: 18px;
    }

        .reporting .percentage {
            width: 85px;
            height: 25px;
            padding: 5px 0;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
        }

    .crumb {
        height: 103px;
        background: url("../_images/assets/crumb.jpg") 0 -10px repeat-x;
    }

        .crumb .wrap {
            float: left;
        }

    .footer {
        width: 100%;
    }

        .footer ul, .footer p {
            margin: 0 10px;
        }

        .footer .disclaimer {
            margin: 5px 10px 0 10px;
        }

    #mobile-nav-button {
        border: 1px solid #374C77;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        display: block;
        height: 24px;
        padding: 3px 4px 3px;
        position: relative;
        width: 25px;
        background: #4569b2;
        background: -moz-linear-gradient(270deg, #4569b2 0%, #4062a5 100%);
        background: -webkit-linear-gradient(270deg, #4569b2 0%,#4062a5 100%);
        background: linear-gradient(to bottom, #4569b2 0%,#4062a5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4569b2', endColorstr='#4062a5',GradientType=0 );
    }

        #mobile-nav-button div {
            background-color: #fff;
            border: 1px solid #eee;
            -webkit-border-radius: 2px 2px 2px 2px;
            -moz-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px;
            height: 2px;
            margin-top: 3px;
            width: 90%;
        }

    #mobile-nav-menu {
        display: none;
        position: absolute;
        z-index: 1010;
        width: 100%;
    }

        #mobile-nav-menu ul {
            margin: 0;
            padding: 0;
        }

        #mobile-nav-menu li {
            padding-left: 10px;
            background: #4569b2;
            background: -moz-linear-gradient(270deg, #4569b2 0%, #4062a5 100%);
            background: -webkit-linear-gradient(270deg, #4569b2 0%,#4062a5 100%);
            background: linear-gradient(to bottom, #4569b2 0%,#4062a5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4569b2', endColorstr='#4062a5',GradientType=0 );
        }

            #mobile-nav-menu li a {
                color: #fff;
                font-size: 18px;
                font-family: 'HelveticaNeueBoldCond', Arial, Helvetica, sans-serif;
                text-shadow: 1px 1px 2px #000;
                text-align: left;
                line-height: 50px;
            }

                #mobile-nav-menu li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

    .show_hide {
        display: none;
    }

    .mobile-images {
        width: 100%;
        padding: 5px 0;
    }

    #mapWrapper {
        zoom: 0.75;
        -moz-transform: scale(0.75);
    }

    .ballot .content-right {
        width: 100%;
        margin-right: 10px;
    }

    .ballot .content-left {
        width: 95%;
    }

    .questions {
        margin-top: 10px;
    }

    .turnout li strong {
        display: block;
        width: 175px;
        float: left;
    }
}

/******************************************************************************/
/* Specific styles for desktop screens
/******************************************************************************/
@media all and (min-width: 985px) {
    .mobile-only {
        display: none;
    }
}

/******************************************************************************/
/* Misc
/******************************************************************************/
#busy {
    position: relative;
    z-index: inherit;
    height: 0;
    top: -270px;
    left: 225px;
    font-style: oblique;
}

.style1 {
    height: 5px;
    width: 30px;
}

.style2 {
    height: 15px;
}

.style3 {
    height: 23px;
    text-align: center;
}

.style4 {
    height: 21px;
    text-align: right;
}

.style5 {
    height: 23px;
    text-align: right;
}

.style6 {
    height: 3px;
}

.noscript.table {
    text-align: center;
    width: 75px;
}

/******************************************************************************/
/* ADA Compliance
/******************************************************************************/
.skip-link {
    font-size: 14px;
    background: #1a4085;
    color: lightgray;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 1;
    line-height: 3;
    max-height: 0;
    transition: max-height 200ms ease-in-out;
}

    .skip-link:focus {
        max-height: 3em;
    }

a:focus, button:focus {
    outline: 1px dotted;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
