﻿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;
    /*-webkit-appearance: none;*/
}
html body {
    background-image: url(https://resultscdn.sos.nd.gov/Images/durum-state-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.hidden-content {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-color: #FFF;
}
    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    } 
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #666666;
}
a:active {
    color: #000000;
}
.refresh-button {
    background: url('https://resultscdn.sos.nd.gov/Images/refresh.png') 5px no-repeat;
    color: white;
    border: none;
    float: left;
    cursor: pointer;
    width: auto;
    height: 30px;
    padding-left: 25px;
}
.contact-info {
    text-align: center;
    color: #333333;
    padding-left: 34%;
    padding-right: 34%;
    border-top: 2px solid white;
    padding-top: 5px;
}
#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);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2000;
}
    #chartjs-tooltip.below {
        -webkit-transform: translate(-50%, 0);
        -ms-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%);
            -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
        }
    #chartjs-tooltip.above {
        -webkit-transform: translate(-50%, -100%);
        -ms-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: 16px;
            content: "";
            display: block;
            left: 40%;
            top: 100%;
            position: absolute;
            z-index: 99;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
.header-menu-links {
    display: inline-flex;
    float: right;
    position: relative;
}
.dropbtn {
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1005;
}
    .dropdown:hover {
        background-color: #FFFFFF;
    }
    .dropdown-content a:hover {
        background-color: #999999;
    }
    .dropdown:hover .dropdown-content {
        visibility: visible;
        opacity: 1;
    }
.dropdown-arrow {
    background: url(https://resultscdn.sos.nd.gov/Images/downarrow2.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    position: relative;
    top: 2px;
}
.export-button {
    width: 100px;
    border: 1px solid transparent;
    background: white;
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
}
    .export-button:hover {
        border: 1px solid #999999;
    }
.export-box {
    float: right;
    padding: 3px 0 0 0;
    /*width: 168px;*/
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
}
.share-box {
    float: right;
    padding: 7px 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
}
.site-message {
    text-align: center;
    color: #D40B27;
    padding: 4px 0;
}
.share-container {
    right: 0;
    min-width: 100px;
    top: 50px;
    height: 61px;
    z-index: 1;
    border: 2px solid #C5C5C5;
    padding-bottom: 1px;
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.share-container-inline {
    right: -2px;
    min-width: 100px;
    height: 61px;
    z-index: 1005;
    border: 2px solid #C5C5C5;
    padding-bottom: 1px;
}
.share-header {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    text-align: center;
    background-color: #FFFFFF;
    color: #174072;
}
.share-icon-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
}
.share-buttons {
    display: inline-flex;
}
.share-buttons img {
    width: 30px;
    padding: 6px;
}
.search-icon-wrapper {
    margin: 0 15px 0 0;
    height: 50px;
    width: 40px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    border: none;
}
.search-icon-wrapper:hover .search-icon {
    background-image: url("https://resultscdn.sos.nd.gov/Images/magnifying-glass.png");
}
.search-icon-wrapper:hover {
    background-color: #FFFFFF;
}
.search-icon-wrapper-hover {
    background-color: #FFFFFF;
}
.search-icon {
     background-image: url("https://resultscdn.sos.nd.gov/Images/magnifying-glass_03.png");
     height: 50px;
     width: 40px;
}
.search-icon-hover {
    background-image: url("https://resultscdn.sos.nd.gov/Images/magnifying-glass.png");
}
.search-container {
    right: 0;
    top: 50px;    
    width: 396px;
    height: 61px;
    background-color: #FFFFFF;
    border: 2px solid lightgray;
    z-index: 100;
    visibility: hidden;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}
.export-header {
    font-size: 13px;
    width: auto;
    text-align: center;
    background-color: #999999;
    color: #FFFFFF;
}
    .export-header:before {
        border: solid;
        border-color: #999999 transparent;
        border-width: 0 4px 4px 4px;
        content: "";
        display: block;
        left: 87%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
.export-container {
    right: -10px;
    min-width: 75px;
    width: 100px;
}
.export {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.export-links-centered {
    text-align: center;
    padding: 0 36px;
    margin: 10px 0;
}
.drop-wrapper {
    background-color: transparent;
    -webkit-appearance: none;
    margin: 2px 0 -2px 10px;
    font-weight: normal;
    display: inline-block;
}
.list-drop-wrapper {
    background-color: transparent;
    -webkit-appearance: none;
    margin: 0 0 0 10px;
    font-weight: normal;
    display: inline-block;
}
.list-header {
    height: 34px;
    display: inline-block;
}
.district-box {
    padding: 5px;
    font-size: 15px;
    /*width: 130px;*/
    width: 160px;
    background-color: #FFFFFF;
    color: #666666;
    top: -2px;
    height: 18px;
    border: 1px solid #737272;
    border-radius: 7px
}
.district-box:hover {
    color: #000000;
}
.district-search {
    width: 75%;
    display: inline-block;
    text-align: left;
    background-color: transparent;
}
.district-container {
    width: 100%;
    max-height: 350px;
    overflow: auto;
    right: 0px;
}
.district-container-item {
    color: #000000;
    padding: 4px 10px;
}
.district-container-item input{
    background: transparent;
    width: 100%;
    text-align: left;
}
.district-container-item:hover {
    outline: 1px solid #999999;
    font-weight: bold;
}
.wrapper-outside {
    float: left;
    background-color: #F0EFEF;
    width: 100%;
    padding: 0 0 10px 0;
}
.wrapper-inside {
    margin: 15px 15px 20px;
    float: left;
    width: 994px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
    .wrapper-inside h1 {
        font-size: 21px;
        padding: 15px 0 0 15px;
        line-height: 100%;
    }
    .wrapper-inside h2 {
        padding-left: 15px;
    }
.wrapper-border {
    width: 990px;
    float: left;
    border: 2px solid #A7A9AC;
    border-radius: 10px;
    background: #FFFFFF;
}
.wrapper-mobile-map-buttons {
    float: right;
    margin: 0 15px;
    height: 44.5px;
}
.wrapper-list {
    background: #FFFFFF;
    margin: 5px 0;
}
.wrapper-list h1 {
    font-size: 1.4em;
    color: #333333;
    padding: 8px 0;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
}
.wrapper-turnout {
    background: #FFFFFF;
    margin: 10px 15px;
    width: 994px;
}
.wrapper-turnout h1 {
    font-size: 1.4em;
    color: #333333;
    padding: 8px 0;
    letter-spacing: 1px;
    line-height: 100%;
}
.wrapper-voter-header {
    margin: 0 15px;
    padding: 5px;
    border: 2px solid #A7A9AC;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.turnout-county-data-wrapper {
    height: auto;
    width: 990px;
    border: 2px solid #A7A9AC;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.legislative-wrapper {
    margin: 10px 15px 15px;
    border-radius: 7px;
    background-color: #FFFFFF;
    float: left;
    width: 994px;
}
.legislative-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}
.district-header {
    text-align: center;
    height: 23px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0;
}
.textboxSmallTransparent {
    font-size: 14px;
    width: 298px;
    height: 30px;
    background-color: transparent;
    border: 2px solid lightgray;
    border-right: 1px solid lightgray;
    margin: 15px 0 15px 15px;
    padding-left: 5px;
    display: inline-block;
    float: left;
}
.search-button {
    display: inline-block;
    background-color: transparent;
    border: 2px solid lightgray;
    border-left: 1px solid lightgray;
    margin: 15px 15px 15px 0;
    height: 34px;
    width: 60px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.textboxSmallGray {
    font-size: 16px;
    width: 92%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 0 0 0 10px;
    position: relative;
}
.textboxSmallGray.list {
    height: 28px;
    width: 175px;
    font-weight: normal;
    border-radius: 7px;
    border: 1px solid #737272;
    vertical-align: middle;
}
.ui-autocomplete {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    z-index: 1000;
}
.outside-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.outside-wrapper-body {
    background-color: #F0EFEF;
}
.top-colorbar {
    background-color: #A90D11;
    height: 50px; 
}
    .top-colorbar a:hover {
        text-decoration: underline;
    }
    .top-colorbar a img:hover {
        background-color: #999999;
    }
.top-colorbar.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    max-width: 1024px;
}
.top-header {
    background-color: rgba(255, 255, 255, 0.5);
    height: 130px;
}
.top-header-seal {
    width: 10%;
}
#pnlHeader {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#lnkSOSName {
    position: relative;
    bottom: 8px;
}
#lnkSOSName:hover {
    text-decoration: underline;
}
#pnlCountyHeader {
    position: relative;
}
.top-header-box1 {
    width: 1009px;
    margin: 0 0 0 15px;
}
    .top-header-box1 h2 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #174072;
        padding: 0 0 0 10px;
        display: inline-block;
    }
    .top-header-box1 a:link, .top-header-box1 a:visited {
        color: #174072;
    }
.top-header-box2 {
    width: 36%;
    margin: 26px 0;
}
    .top-colorbar-export {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        width: auto;
        float: right;
        margin: 15px 0;
    }
        .top-colorbar-export a {
            color: #FFFFFF;
        }
    .top-colorbar-tracked {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        width: 200px;
        margin: 15px 8px;
    }
        .top-colorbar-tracked a {
            color: #FFFFFF;
        }
    .top-colorbar-home {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        width: auto;
        margin: 15px 8px;
    }
        .top-colorbar-home a {
            color: #FFFFFF;
        }
.mtc-icon-position {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 8px 0 0;
    background: transparent;
    border: none;
}
.mtc-icon-position:hover {
    background-color: #FFFFFF;
}
.mtc-icon-position:hover .share-icon {
    background: url("https://resultscdn.sos.nd.gov/Images/share-icon-blk.png") no-repeat center;
}
.mtc-icon-position-hover {
    background-color: #FFFFFF;
}
.mtc-icon-inline-position {
    margin-left: 13px;
}
.share-icon {
    background: url("https://resultscdn.sos.nd.gov/Images/share-icon.png") no-repeat center;
    height: 50px;
    width: 48px;
}
.share-icon-hover {
    background: url("https://resultscdn.sos.nd.gov/Images/share-icon-blk.png") no-repeat center;
}
.header-box-wrapper {
    width: 100%;
    background: #FFFFFF;
}
.header-box1 {
    width: 33.33%;
    background-color: #174072;
    height: 150px;
    outline: 1px solid #174072;
    letter-spacing: 2px;
}
    .header-box1 h1 {
        font-size: 22px;
        color: #FFFFFF;
        padding: 15px 10px 0px;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.5px;
        height: 74px;
    }
    .header-box1 h1 span {
        color: #FFFFA8;
    }
    .header-box1 h2 {
        font-size: 19px;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        line-height: 100%;
        letter-spacing: 0px;
    }
.header-box2 {
    width: 33.33%;
    background-color: #4C7B99;
    height: 150px;
    outline: 1px solid #4C7B99;
}
.header-box2:hover, .header-box3:hover {
    background-color: #174072;
    outline: 1px solid #174072;
}
    .header-box2:focus, .header-box3:focus {
        background-color: #174072;
        outline: 1px solid #174072;
    }
.header-box2:hover h1, .header-box3:hover h1 {
    text-decoration: underline;
}
.header-box2 a, .header-box3 a {
    float: left;
    width: 100%;
    display: block;
}
.header-box3 {
    width: 33.33%;
    background-color: #696969;
    height: 150px;
    outline: 1px solid #696969;
}
.header-box-content-top {
    float: left;
    width: 65%;
}
    .header-box-content-top h1 {
        font-size: 22px;
        font-weight: bold;
        padding: 15px 0 0 10px;
        letter-spacing: 1px;
        line-height: 100%;
        height: 70px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .header-box-content-top span {
        float: left;
    }
.header-box-content-reg {
    float: left;
    width: 64%;
}
.prec-numbers {
    width: 65%;
}
    .header-box-content-reg div {
        color: #FFFFFF;
        padding: 0 0 0 10px;
        font-size: 19px;
    }
    .header-box-content-reg span {
        color: #FFFFA8;
        font-weight: bold;
        float: right;
    }
.header-box-content-bottom {
    float: right;
    margin-right: 5%;
}
.election-results-box {
    margin: 10px 5px 10px 10px;
}
.elec-results-header {
    background-color: #174072;
    width: 100%;
    height: 30px;
    float: left;
}
    .elec-results-header h1 {
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 5px 0 0 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%;
        text-align: center;
    }
.elec-results-grid-wrapper {
    padding: 7px 14px;
    float: left;
    width: 465px;
}
.elec-results-grid {
    width: 128px;
    height: 128px;
}
.elec-results-measure-grid {
    width: 98px;
    height: 98px;
}
.elec-results-district-grid {
    width: 155px;
    height: 34px;
}
.elec-results-grid h2 {
    font-size: 22px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.elec-results-measure-grid h2 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    word-break: break-word
}
.elec-results-district-grid h2 {
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: .5px;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.district-grid-wrapper {
    width: 100%;
}
.search-results-box {
    margin: 10px 10px 10px 5px;
}
.quick-search-box-wrapper {
    background-color: #FFFFFF;
    height: 35px;
    border-bottom: 2px solid #6D6D6D;
}
.quick-search-box1 {
    height: 35px;
    width: 180px;
    background-color: #A90D11;
}
    .quick-search-box1 h1 {
        font-size: 1.2em;
        color: #FFFFFF;
        padding: 8px 0 0 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 100%;
        text-align: center;
    }
.quick-search-box2 {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #A90D11;
}
.quick-search-box3 {
    width: 294px;
    color: #C0C0C0;
    padding: 3px 0 0 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: #174072;
    height: 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
    .results-county-header h1 {
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 5px 0 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 100%;
        text-align: center;
    }
.nd-map {
    height: 386px;
}
.last-updated {
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 10px;
    letter-spacing: 0;
}
/*  START of Expand Down Menu Election Resources  */
.slidingDiv {
    background-color: #FFFFFF;
    padding: 1px 0;
    float: left;
    width: 100%;
}
.slidingDiv-maps {
    float: left;
    width: 100%;
}
.slidingDiv-counties {
    float: left;
    width: 100%;
}
.slidingDiv-maps-turn {
    width: 100%;
}
.resource-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.resources {
    margin: 10px 50px 0;
}
.resources li {
    display: inline-block;
    margin: 5px;
    width: 295px;
    height: 34px;
    text-align: center;
    background-color: #C6C6C6;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}
    .resources li:hover {
        background-color: #FFFFFF;
        border: 2px solid #C6C6C6;
        height: 30px;
        width: 291px;
    }
    .resources li a {color: #000000;}
.external-resources {
    margin: 0 50px 10px;
}
.external-resources li {
    display: inline-block;
    margin: 5px;
    width: 295px;
    height: 34px;
    text-align: center;
    background-color: #C6C6C6;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
}
    .external-resources li:hover {
        background-color: #FFFFFF;
        border: 2px solid #C6C6C6;
        height: 16px;
        width: 291px;
        padding: 7px 0;
    }
    .external-resources li a {color: #000000;}
input.button {
    background-image: url('https://resultscdn.sos.nd.gov/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 275px 10px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
    background-color: #174072;
    border: 0px solid white;
    padding: 8px 0 8px 10px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
input.button-maps {
    font-size: 16px;
    font-weight: bold;
    width: 96px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 100%;
    background-color: #4C7B99;
    height: 34px;
    border: 2px solid #4C7B99;
    padding: 8px 0;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 7px;
}
    input.button-maps:hover {
        background-color: #174072;
        cursor: pointer;
        border: 2px solid #174072;
    }
    input.button-maps:focus {
        background-color: #174072;
        border: 2px solid #449CD8;
        outline: none;
    }
    input.button-maps:active {
        outline: none;
    }
    input.button-precinct-results:active {
        outline: none;
    }
a.button-maps {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 100%;
    height: 14px;
    padding: 8px 0;
    display: inline-block;
}

    a.button-maps:hover {
        background-color: #174072;
        cursor: pointer;
        border: 2px solid #174072;
    }

    a.button-maps:focus {
        background-color: #174072;
        border: 2px solid #449CD8;
        outline: none;
    }

    a.button-maps:active {
        outline: none;
    }
input.mapbtn {
    width: 100px;
}
input.ballot {
    width: 223px;
    position: relative;
    right: -1px;
}
.topbtn {
    font-size: 16px;
    font-weight: bold;
    width: 84px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background-color: #4C7B99;
    height: 18px;
    border: 2px solid #4C7B99;
    -webkit-appearance: none;
    display: inline-block;
    margin: 0;
    padding: 6px 6px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 100%;
    vertical-align: top;
    border-radius: 7px;
}
    .topbtn:hover {
        background-color: #174072;
        cursor: pointer;
        border: 2px solid #174072;
    }
    .topbtn:focus {
        background-color: #174072;
        outline: 2px solid #449CD8;
    }
.topimg {
    padding-left: 5px;
    width: 16px;
    position: relative;
    top: 2px;
}
a.upbtn {
    width: 91px;
    background-image: url(https://resultscdn.sos.nd.gov/Images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    text-align: left;
    padding-left: 5px;
    background-color: #4C7B99;
    border: 2px solid #4C7B99;
    border-radius: 7px;
    -webkit-appearance: none;
}
a.prectop {
    display: inline-block;
    height: 26px;
    padding: 4px 0 0 5px
}
.wrapper-button-sw-maps {
    display: flex;
    flex-wrap: wrap;
    background: #F0EFEF;
}
.wrapper-voter-turnout {
    display: flex;
    flex-wrap: wrap;
    background: #F0EFEF;
}
input.button-sw-maps {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background-color: #4C7B99;
    /*height: 35px;*/
    width: 49%;
    border-radius: 5px;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
    flex-grow: 1;
    min-width: 25%;
    max-width: 50%;
}
input.button-sw-maps:focus {
    background-color: #174072;
    color: #FFFFFF;
    outline: 2px solid #449CD8;
}
input.primary-dem {
    background-color: #1616F6;
    margin-left: 5px;
}
input.primary-rep {
    background-color: #EF0319;
    margin-right: 5px;
}
.active-tab {
    background-color: #174072 !important;
    color: #FFFFFF;
    border: 2px solid #449CD8 !important;
}
.active-button {
    background-color: #174072 !important;
    border: 2px solid #449CD8 !important;
}
.active-button-precinct {
    background-color: #174072 !important;
    border: 2px solid #449CD8 !important;
}
input.voter-turnout {
    margin-right: 5px;
}
input.precincts-reporting {
    background-color: #696969;
    margin-left: 5px;
}
input.general {
    max-width: 100%;
    width: 100%;
    border: 2px solid #4C7B99;
}
.wrapper-button-leg {
    margin: 5px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
input.left {
    border-left: 0px solid #4C7B99;
}
input.right {
    border-right: 0px solid #4C7B99;
}
div.left {
    border-left: 0px solid #4C7B99;
}
div.right {
    border-right: 0px solid #4C7B99;
}
.button-leg {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FEFEFE;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
    background-color: #2E6AB3;
    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%;
}
.recount-header-name {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    display: flex;
    height: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}
input.button-leg:hover {
    background-color: #174072;
    color: #FFFFFF;
    cursor: pointer;
}
input.button-sw-maps:hover {
    background-color: #174072;
    color: #FFFFFF;
    cursor: pointer;
}
.map-col1 {
    width: 492px;
    margin: 0 auto;
    color: #333333;
    float: left;
}
.map-col2 {
    width: 100%;
    margin: 0 auto;
    color: #333333;
}
    .map-col2 h1 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 10px 0 10px 0;
        letter-spacing: 2px;
        text-align: center;
    }
    .map-col2 img {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
.map-col3 {
    width: 50%;
    float: left;
    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: 16px;
        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: #000000;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
}
    .county-header h1 {
        float: left;
        font-size: 20px;
        text-transform: none;
        font-weight: bold;
        margin: 10px 0px 5px 10px;
        letter-spacing: 2px;
        padding-top: 2px;
        color: #FFFFFF;
        padding: 0 0 0 10px;
    }
    .county-header h2 {
        float: right;
        font-size: 13px;
        text-transform: none;
        margin: 15px 15px 5px 0px;
        color: #FFFFFF;
    }
    .county-header h3 {
        font-size: 16px;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
    }
.turnout-county-header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: none;
}
    .turnout-county-header h1 {
        font-size: 1.2em;
        text-transform: none;
        font-weight: bold;
        margin: 7px 0px 5px 15px;
        letter-spacing: 2px;
        display: inline-block;
        width: 28%;
    }
    .turnout-county-header h2 {
        font-size: 13px;
        margin: 17px 10px 5px 0px;
        color: #333333;
        display: inline-block;
        text-align: right;
        width: 30%;
    }
    .turnout-county-header h3 {
        font-size: 13px;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
        display: inline-block;
        width: 37%;
        text-align: center;
    }
.turnout-no-selection {
    text-align: right;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    width: 69%;
    letter-spacing: 1px;
}
.county-reporting {
    width: 480px;
    padding-bottom: 5px;
    margin: 15px 0 0 0;
}
.sw-leg-separator {
    margin: 0 0 0 20px;
}
.county-reporting-col1 {
    width: 230px;
}
.county-reporting-col2 {
}
.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-col1 h1 {
    padding-left: 5px;
}
.county-reporting-col1 h2 {
    padding-left: 5px;
}
.county-reporting h2 {
    /*display: block;
    font-size: .925em;
    text-transform: none;
    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: flex;
    font-weight: normal;
    font-size: 16px;
    margin: 7px 0px 5px 0px;
    letter-spacing: 1px;
}
.leg-votes {
    text-align: right;
    width: 80px;
    padding-right: 3px;
}
.leg-percent {
    text-align: right;
    min-width: 65px;
}
.sw-leg-separator h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}
.county-legend {
    background-color: #737272;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}
    .county-legend h1 {
        display: inline-block;
        font-size: 1.2em;
        text-transform: none;
        font-weight: bold;
        margin: 7px 0px 5px 10px;
        letter-spacing: 2px;
        padding-top: 4px;
        color: #FFFFFF;
    }
.county-legend-info {
}
    .county-legend-info h1 {
        display: block;
        font-size: 16px;
        text-transform: none;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        letter-spacing: 1px;
        text-align: left;
        max-width: 175px;
    }
    .county-legend-info h2 {
        display: block;
        font-size: .925em;
        text-transform: none;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
        text-align: left;
    }
    .county-legend-info h3 {
        display: block;
        font-size: .925em;
        text-transform: none;
        margin: 0px 0px 0px 0px;
        letter-spacing: 1px;
        text-align: left;
        padding: 0 0 0 10px;
        line-height: 100%;
    }
.legend-col1 {
    width: 20px;
    padding-top: 10px;
    margin-left: 20px !important;
    margin-right: -10px !important;
}
.legend-col2 {
    width: 216px;
}
.legend-col3 {
    width: 20px;
    padding-top: 10px;
    margin-right: -10px !important;
}
.legend-col4 {
    width: auto;
}
.turnout-reporting-col1 {
    width: auto;
    text-align: center;
}
.turnout-reporting-col2 {
    width: auto;
    text-align: center;
}
.turnout-reporting-col3 {
    width: auto;
    text-align: center;
}
.turnout-reporting-col4 {
    width: auto;
    text-align: center;
}
.turnout-reporting {
    width: 100%;
    margin-bottom: 3px;
}
    .turnout-reporting h4 {
        display: block;
        font-size: 16px;
        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: 16px;
        margin: 0px 0px 0px 10px;
        letter-spacing: 1px;
    }
input.button-precinct-results {
    background-image: url('https://resultscdn.sos.nd.gov/Images/downarrow.png');
    background-repeat: no-repeat;
    background-position: 335px 10px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #333333;
    background-color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: right;
    height: 35px;
    border: 0px solid white;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: block;
}
    input.button-precinct-results:hover {
        color: #25D1C8;
        cursor: pointer;
    }
.precinct-results-header {
    background-color: #25D1C8;
    margin: 0 auto;
}
    .precinct-results-header h1 {
        display: block;
        font-size: 16px;
        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://resultscdn.sos.nd.gov/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;
    background-color: #000000;
}
    .precinct-results-countyname h1 {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 0px 0px 0px 25px;
        padding: 10px 0;
        letter-spacing: 1px;
        text-align: left;
        color: #FFFFFF;
    }
.precinct-results-orangebox {
    height: auto;
    margin: 5px 0;
    clear: both;
}
.precinct-results-orangebox-title {
    background-color: #696969;
    width: 100%;
    display: inline-block;
}
    .precinct-results-orangebox-title h1 {
        font-size: 17px;
        font-weight: bold;
        color: white;
        padding: 8px 0px 8px 40px;
        text-align: left;
        margin: 0 auto;
    }
.county-results {
    margin: 0 auto 4px;
    min-height: 40px;
    background-color: #000000;
	z-index: 1;
}
    .county-results h1 {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 0px 0px 0px 25px;       
        letter-spacing: 1px;
        text-align: left;
        color: #FFFFFF;
        padding: 10px 0;
        width: 100%;
    }
.county-results-followbox {
    width: 49%;
    color: #333333;
    margin: 0 auto;
}
.county-name {
    float: left;
    width: 32%;
}
.precinct-county-header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-transform: none;
    display: inline-block;
}
    .precinct-county-header h1 {
        font-size: 1.2em;
        text-transform: none;
        font-weight: bold;
        margin: 7px 0px 5px 10px;
        letter-spacing: 2px;
        display: inline-block;
        width: 28%;
    }
    .precinct-county-header h2 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 17px 10px 5px 0px;
        color: #333333;
        display: inline-block;
        text-align: right;
        width: 27%;
        text-transform: none;
    }
    .precinct-county-header h3 {
        font-size: 13px;
        margin: 10px 0px 5px 10px;
        letter-spacing: 1px;
        display: inline-block;
        width: 40%;
        text-transform: none;
    }
.precinct-map3 {
    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;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    width: 67%;
    letter-spacing: 1px;
}
input.button-precinct-results-countyresults {
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    color: #FEFEFE;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    background-color: #4C7B99;
    height: 34px;
    border: 2px solid #4C7B99;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 7px;
}
    input.button-precinct-results-countyresults:hover {
        color: #FFFFFF;
        background-color: #174072;
        cursor: pointer;
        border: 2px solid #174072;
    }
    input.button-precinct-results-countyresults:focus {
        background-color: #174072;
        color: #FFFFFF;
        border: 2px solid #449CD8;
    }
/*  END of Expand Down Menu Maps/Results  */
.bottom-colorbar {
    background-color: #A90D11;
    height: auto;
    min-height: 20px;
    border-top: 2px solid #FFFFFF;
}
.bottom-graybar {
    background-color: #C6C6C6;
    height: auto;
    min-height: 20px;
}
/*  START of Inside Page CSS  */
.county-identifier {
    background-color: #FFFFFF;
    width: 990px;
    margin: 20px 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border: 2px solid #A7A9AC;
    border-radius: 10px;
}
.county-identifier-name {
    font-weight: bold;
    letter-spacing: 1px;
    width: 260px;
    float: left;
    display: flex;
    height: 80px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0 35px;
}
.jud-name {
    font-size: 30px;
    /*padding: 5px 0;*/
    width: 299px;
    line-height: 28px;
}
.jud-padding {
    padding: 10px 0;
}
.leg-name {
    font-size: 30px;
    /*padding: 0 5px;*/
    width: 379px;
    line-height: 28px;
}
.cty-name {
    line-height: 28px;
}
.display-results-box-wrapper {
    height: auto;
    width: 100%;
    /*white-space: nowrap;
    overflow: hidden;*/
}
.contest-content {
    display: flex;
    float: left;
}
.contest-content-county {
    display: flex;
}
.contest-content-precinct {
    display: flex;
}
.candidate-box {
    width: 480px;
    margin: -5px 15px 0 0;
    min-height: 255px;
}
.candidate-box-county {
    width: 480px;
    margin: 5px 15px 0 0;
    min-height: 260px;
}
.candidate-box-precinct {
    width: 480px;
    margin: 5px 15px 0 0;
    min-height: 260px;
}
.candidate-rows {
    width: 485px;
}
.visual-box {
    margin: 0 0 10px 15px;
    position: relative;
    min-height: 190px;
}
.graph-box {
    width: 388px;
    height: 251px;
    border: 1px solid gray;
    border-radius: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.results-graph-wrapper {
    position: absolute;
    top: 25px;
    width: 367px;
    height: 220px;
}
.contest-graph-button {
    background: none;
    margin: 5px;
}
.contest-graph-button:hover{
    text-decoration: underline;
}
.home-map-wrapper {
    width: 100%;
    max-height: 386px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-map-wrapper {
    width: 100%;
    text-align: center;
}
.list-map-button {
    background-color: #2C4E8D;
    display: inline-block;
    /* width: auto; */
    height: 25px;
    min-width: 200px;
    padding: 5px;
    margin: 0 0 5px 0;
}
.list-map-button h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.display-results-no-tracked {
    width: 100%;
    display: inline-block;
    font-weight: bold;
}
.display-results-no-tracked h1 {
    padding: 10px 0 5px;
    text-align: center;
    font-size: 18px;
}
.display-results-no-tracked h2 {
    padding: 5px 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
}
.display-results-box-a {
    width: 440px;
    display: inline-block;
    font-weight: bold;
}
.display-results-box-a h1 {
    white-space: normal;
}
.display-results-box-b {
    width: 363px;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}
.display-results-box-c {
    width: 163px;
    min-height: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 0 0;
}
.measure-title {
    padding: 20px 0 0 0;
}
.follow-checkbox {
    /*width: auto;
    position: absolute;
    top: 0;*/
}
.display-results-box-d {
    width: 465px;
    padding: 0 0 0 25px;
}
    .display-results-box-d h2 {
        font-size: 17px;
        /*margin: 10px 0 0 0;*/
        padding: 0;
        letter-spacing: 1px;
        display: inline-block;
    }
.display-results-row {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 2px 0;
}
.display-results-box-e {
    width: 60%;
    height: 15px;
    padding: 0 0 0 25px;
    display: flex;
    align-items: flex-end;
    float: left;
}
    .display-results-box-e div {
        font-size: 15px;
        /*font-weight: normal;*/
        padding: 0;
        letter-spacing: 1px;
    }
.display-results-box-f {
    width: 15%;
    float: right;
    text-align: right;
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
    padding-left: 5px;
    line-height: 100%;
    position: relative;
    top: -17px;
}
.display-results-box-g {
    width: 20%;
    float: right;
    position: relative;
    top: -17px;
    text-transform: none;
    font-size: 15px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: right;
    padding: 0;
    color: #000000;
}
.writein-box-a {
    width: 40%;
    padding: 0px 0 0 10px;
}
    .writein-box-a h2 {
        font-size: 14px;
        padding: 15px 0 0 20px;
        display: inline-block;
    }
.writein-box-b {
    /*width: 56.8%;*/
    height: 10px;
}
.writein-box-c {
    width: calc(40% + 10px);
    text-transform: none;
    font-size: 14px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: right;
    /*font-weight: 700;*/
    padding: 15px 0 0 0;
    color: #000000;
}
    .writein-box-c h1 {
    }
.display-results-box-totalvotes {
    float: right;
    margin: 0 0 10px 0;
}
    .display-results-box-totalvotes h2 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        padding: 0;
        letter-spacing: 1px;
        text-align: right;
    }
.display-results-box-total {
    width: 15%;
    margin: 0 15% 10px 0;
    float: right;
    padding-right: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: right;
    font-weight: bold;
}
.totals-row {
    display: flex;
    justify-content: flex-end;
}
.contest-tools {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contest-chart {
    height: 228px;
    width: 388px;
}
.winner {
    font-weight: bold;
}
.winner-icon {
    position: relative;
    top: 5px;
    margin-top: -10px;
}
.Yes {
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background: #76DC56 none repeat scroll 0 0;
    display: inline-block;
    margin-right: 5px;
}
.No {
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background: #D40B27 none repeat scroll 0 0;
    display: inline-block;
    margin-right: 5px;
}
.measures {
    border-top: 2px solid gray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.electors {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.elector-header {
    margin-bottom: 20px;
}
.elector-cand {
    padding: 0 0 0 25px;
    /*font-weight: bold;*/
}
.elector-party {
    height: 15px;
    padding: 0 0 5px 25px;
    display: flex;
    align-items: flex-end;
    float: left;
    width: 35%;
    /*font-weight: bold;*/
}
.elector-party h1 {
    font-size: 15px;
    padding: 0;
    letter-spacing: 1px;
}
.elector-names {
    /*font-weight: bold;*/
    font-size: 15px;
    height: 15px;
}
.ballot-image-links {
    /*padding: 0 10px;*/
    min-height: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*margin: 0 69px;*/
    margin: 0 35px;
}
.ballot-image-links span {
    /*display: inline-block;*/
    display: flex;
    margin: 5px;
    background-color: #C6C6C6;
    border-radius: 7px;
    /*width: 203px;
    height: 20px;*/
    width: 220px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
    overflow: hidden;
    /*white-space: nowrap;*/
    justify-content: center;
    align-items: center;
}
/*.ballot-image-links a {
    width: 100%;
    height: 100%;
}*/
.ballot-image-links a:hover {
    color: #000000;
}
.ballot-image-links span:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #C6C6C6;
    /*height: 20px;
    width: 199px;*/
    height: 35px;
    width: 216px;
    padding: 5px 0;
}
/*.ballot-image-links div {
    border-radius: 50%;
    height: 7px;
    width: 7px;
    background: orangered none repeat scroll 0 0;
    display: inline-block;
    bottom: 2px;
    position: relative;
}*/
.display-results-box-h {
    width: auto;
}
hr {
    border-top: 1px solid #CCCCCC;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 96%;
    margin: 0 0 10px 25px;
}
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: 15px;
        font-weight: bold;
        /*text-transform: uppercase;*/
        vertical-align: middle;
        cursor: pointer;
    }
    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -26px;
    }
label.css-label {
    background-image: url(https://resultscdn.sos.nd.gov/Images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*-khtml-user-select: none;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.doughnut-legend {
    display: flex;
    height: 85px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}
    .doughnut-legend h1 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-transform: none;
        padding: 0;
        margin: 0 0 5px 0;
    }    
.recount-wrapper {
    border: 5px solid #A90D11;
    width: 984px;
}
.recount-width-b {
    width: 357px;
}
.recount {
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #A90D11;
    text-transform: none;
    width: 510px;
    height: 44.5px;
    text-align: center;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recount-flag {
    padding-left: 3px;
    height: 15px;
    width: 15px;
}
.recount-orig-button {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    padding: 15px 5px 0 10px;
    width: 180px;
    position: relative;
    top: -3px;
    background-image: url(https://resultscdn.sos.nd.gov/Images/downarrow3.png);
    background-repeat: no-repeat;
    background-position: 166px 17px;
    text-align: left;
}
.recount-orig-button:focus {
    outline: none;
}
.recount-orig-button:hover {
    text-decoration: underline;
}
/*.recount-arrow {
    background-image: url(https://resultscdn.sos.nd.gov/Images/downarrow3.png);
    background-repeat: no-repeat;
    width:15px;
    height: 15px;
    display: inline-block;
}*/
.recount-orig-header {
    font-weight: bold;
    font-size: 24px;
    padding: 3px 20px;
    width: 100%;
    text-align: center;
    color: #A90D11;
}
.recount-button-wrapper {
    float: left;
    margin: 7px 0 0 0;
}
.dough-inner {
    margin: -60px 0px 0px 0px;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    width: 68px;
}
    .dough-inner .int {
        font-size: 16px;
    }
    .dough-inner .dec {
        font-size: 12px;
    }
.turnout-results-box-a {
    float: left;
    width: 220px;
    padding-left: 45px;
    height: 100px;
    /*display: -webkit-flexbox;
    display: -webkit-flex;*/
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    /*-webkit-align-items: center;*/
    align-items: center;
}
    .turnout-results-box-a h1 {
        padding: 0;
        font-size: 24px;
        font-weight: bold;
    }
    .turnout-results-box-a h2 {
        font-size: 14px;
        /*display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }
    .turnout-results-box-a a:hover h1 {
        color: #A90D11;
    }
    .turnout-results-box-a a:hover h2 {
        text-decoration: underline;
        color: #A90D11;
    }
.vertical-line{
    width: 2px;
    background-color: #A90D11;
    height: 60px;
    margin: 10px 10px;
    float: left;
}
.vertical-line-turnout {
    width: 2px;
    background-color: #696969;
    /*height: auto;*/
    min-height: 16px;
    /*margin: 20px 10px 10px 10px;
    float: left;*/
}
.horizontal-line {
    height: 2px;
    width: 100%;
    background-color: gray;
    margin: 10px 0 15px 20px;
    max-width: 460px;
}
.turnout-results-box-b {
    width: 68px;
    height: 100px;
    margin: 0 15px 0 0;
}

.turnout-precinct-legend {
    width: 190px;
    padding: 0;
    margin: 10px 5px 0 5px;
}

.turnout-results-box-c {
    width: 68px;
    height: 100px;
    margin: 0 15px 0 0;
}

.turnout-turnout-legend {
    width: 210px;
    /*padding-top: 6px;*/
    margin: 10px 5px 0 5px;
}
.turnout-button-wrapper {
    float: right;
    margin: -35px 5px 0 0;
}
.turnout-results-box-d {
    width: 15%;
}
.turnout-ballot-legend {
    width: 20%;
}
.turnout-precinct-header {    
    background-color: #696969;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 0 0;
    font-size: 17px;
}
.even {
    background-color: #ECECEC;
    font-size: 15px;
    display: flex;
}
.odd {
    font-size: 15px;
    display: flex;
}
.precinct-divider {
    display: inline-block;
    width: 2px;
    background-color: #696969;
    height: 18px;
    margin-bottom: -4px;
}
.county-precinct {
    padding: 0 0 0 45px;
    width: 293px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;    
}
.county-cast {
    /*display: inline-block;*/
    width: 144px;
    font-size: 15px;
    text-align: right;
    flex-direction: column-reverse;
    justify-content: center;
}
.county-precinct.even {
    padding: 0 0 0 75px;
    width: 262px;
}
.county-precinct.odd {
    padding: 0 0 0 75px;
    width: 262px;
}
.county-cast.even {
    text-align: right;
    width: 126px;
    /*border-left: 2px solid #696969;*/
}
.county-cast.odd {
    text-align: right;
    width: 126px;
    /*border-left: 2px solid #696969;*/
}
.county-precinct-results {
    width: 310px;
    float: left;
    /*margin: 0 0.16% 0 0.16%;*/
}
.county-precinct-canvas {
    /*padding-left: 15px;*/
    float: left;
    margin: 6px 0;
}
.county-precinct-legend {
    width: 75%;
    height: 80px;
    float: left;
    font-size: 16px;
}
    .county-precinct-legend h1 {
        /*font-weight: normal;
        text-transform: none;*/
        text-align: left;
        padding: 0 10px 0 20px;
        line-height: 22px;
    }
    .county-precinct-legend h2 {
        color: #FAA437;
        font-size: .6em;
        font-weight: normal;
        text-transform: none;
        padding: 0 10px 0 30px;
        text-align: left;
        margin: 5px 0;
    }
.county-turnout-results {
    width: 281px;
    float: left;
    /*margin: 0 0.16% 0 0.16%;*/
}
.district-turnout {
    width: auto;
}
.county-turnout-canvas {
    /*padding-left: 15px;*/
    float: left;
    margin: 6px 0;
}
.county-turnout-legend {
    /*width: 75%;*/
    height: 80px;
    float: left;
    font-size: 16px;
    /*color: white !important;*/
}
    .county-turnout-legend h1 {
        text-align: left;
        /*font-weight: normal;
        text-transform: none;
        margin: 0;*/
        padding: 3px 20px 2px 20px;
        letter-spacing: normal;
    }
.county-doughnut-legend {
    display: flex;
    height: 80px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
}
.county-dough-inner {
    margin: -57px 0px 0px 0px;
    float: right;
    position: relative;
    color: #FFFFFF;
    width: 68px;
    font-weight:  normal;
}
    .county-dough-inner .int {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .county-dough-inner .dec {
        font-size: 12px;
    }
#pnlResultsHeader {
    margin: 10px 15px 0;
    padding: 5px 0;
    clear: both;
    /*height: 72px;*/
}
.wrapper-results-header {
    margin: 15px 15px 0;
    padding: 5px;
    border: 2px solid #A7A9AC;
    border-radius: 7px;
    background-color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
/*  END of Inside Page CSS  */
/*  START of Political Party Colors  */
.Republican {
    color: #EF0319;
}
.Democratic-NPL {
    color: #1616F6;
}
.independent {
    color: #000000;
}
.Non-Partisan {
    color: #98B48A;
}
.Nonpartisan {
    color: #98B48A;
}
.Reform {
    color: #1ABC9C;
}
.Constitution {
    color: #9148C8;
}
.Libertarian {
    color: #B77A18;
}
.American {
    color: #4AD4F4;
}
.Green {
    color: #4EC220;
}
.disclaimer {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 5px;
    color: #333333;
    font-size: small;
}
.results-gridbox-links a:link, .results-gridbox-links a:visited {
    height: 100%;
    background-color: #4C7B99;
    display: inherit;
    border-radius: 10px;
}
.elec-results-district-grid a:link, .elec-results-district-grid a:visited {
    height: 100%;
    background-color: #4C7B99;
    display: inherit;
    border-radius: 7px;
}
/*.results-gridbox-links a:visited {
    height: 100%;
    background-color: #4C7B99;
    display: block;
}*/
.results-gridbox-links a:hover {
    background-color: #174072;
}
.results-gridbox-links a:active {
    background-color: #174072;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
}
.col-precinct-results {
    float: right;
    margin: 0 15px 5px 0;
}
.county-precincts-reporting {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 393px;
}
.precinct-fully {
    text-align: center;
    /*float: left;*/
    margin: 4px 0 0 0;
}
.precinct-separator {
    color: #FFFFFF;
    float: left;
    margin: 0 5px;
}
.precinct-partial {
    float: left;
}
.county-racename {
    width: 410px;
    display: inline-block;
    font-weight: bold;
}
.county-racename h1 {
    font-size: 21px;
    padding: 5px 0 5px 15px;
}
.col-county-results {
    display: inline-block;
    margin: 5px 0 0% 10px;
}
.col-turnout-results {
    display: block;
    margin: 0;
}
.county-results-reporting {
    width: 990px;
}
.turnout-center {
    display: flex;
}
.turnout-value-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.col-elec-search-box {
    float: left;
    width: 493px;
    background-color: #FFFFFF;
    border: 2px solid #6D6D6D;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.col-elec-results-grid {
    float: left;
    margin: 5px 2.84%;
}
.col-elec-measures-grid {
    /*display: block;*/
    float: left;
    margin: 2px 1.84%;
}
.col-elec-district-grid {
    /*display: block;*/
    float: left;
    padding: 8px 5px;
}
.district-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 */
}
.equal-height {
    /*display: -webkit-flex;*/
    display: -ms-flexbox;
    display: flex;
}
.animate-position {
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.desktop {
    display: inherit;
}
.mobile {
    display: none;
}
input.desktop {
    display: inline-block;
}
input.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: 22px;
    left: 0;
    position: relative;
    text-align: center;
    bottom: 53px;
    width: 100%;
    color: #FFFFFF;
}
.animate-position .dec {
    font-size: 17px;
}
.footer {
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
}
    .footer a {
        color: gray;
    }
.map {
    height: 450px;
    width: 100%;
}

.turnout-legend {
    display: block;
    float: left;
    margin: 10px 3% 10px 3%;
    /*padding-top: 10px;*/
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: relative;
    padding: 0px;
}

    .close-icon:after {
        /*content: "x";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 4px;
        margin: auto;
        color: gray;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;*/
        content: "x";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        /*background-color: #FA9595;*/
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: gray;
        font-weight: normal;
        font-size: 12px;
        /*box-shadow: 0 0 2px #E50F0F;*/
        cursor: pointer;
    }
    .quick-search-side .close-icon:after {
        bottom: 0px;
        right: 5px;
    }
    .quick-search-list .close-icon:after {
        bottom: 0px;
        right: 10px;
    }
.textboxSmallGray:not(:valid) ~ .close-icon {
    display: none;
}
/*.textboxSmallTransparent:not(:valid) ~ .close-icon {
	display: none;
}*/
.county-export-list {
    background: #FFFFFF;
    /*width: 99%;*/
    /*height: 410px;*/
    /*border: 1px solid #C6C6C6;
    box-shadow: 0px 0px 2px 2px rgba(128, 128, 128, .6);*/
    margin: 0 2%;
    margin-top: 10px;
    padding: 20px 0;    
    overflow: auto;
}
.county-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*max-height: 325px;*/
    /*padding-left: 40px;*/
    list-style-type: none;
    width: 50%;
    float: left;
}
.county-list-mobile {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    /*max-height: 325px;*/
    /*padding-left: 40px;*/
    list-style-type: none;
    width: 100%;
    float: left;
}
.county-export-listitem {
    width: 100%;
    float: left;
    /*margin: 0 1%;*/
    /*text-align: center;*/
}
.county-export-listitem a {
    text-decoration: underline;
    /*padding: 0 20%;*/
    display: block;
}
.list-left a {
    margin: 0 15% 0 36%;
}
.list-right a {
    margin: 0 27% 0 24%;
}
.county-export-listitem a:hover {
    color: #A90D11;
}
.statewide-export-listitem a:hover {
    color: #A90D11;
}
.election-terminology {
    padding: 20px;
    text-align: left;
}
.election-terminology a {
    text-decoration: underline;
}
.qa-block {
    margin: 15px 0;
}
.question {
    font-size: 11pt;
}
.answer {
    font-size: 11pt;
    padding: 10px 0 0 20px;
}
#fader {
    opacity: 0.8;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 9002;
}
#fader h1 {
    color: white;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;
}
#dhtmltooltip {
    position: absolute;
    font: 90% Arial, Helvetica, sans-serif;
    border: 1px solid black;
    padding: 5px;
    visibility: hidden;
    z-index: 100;
    text-align: center;
}
#LegAll {
    width: 600px;
    /*height: 398px;*/
    margin: 0 auto -4px;
}
#JudAll {
    width: 600px;
    /*height: 402px;*/
    margin: 0 auto -4px;
}
#CountyAll, #CountyRaceAll, #CountyBQAll {
    width: 600px;
    /*height: 355px;*/
    margin: 0 auto -4px;
}
/*:focus {
    outline: #4C7B99 auto 5px;
}*/
input[type=button]:disabled {
    background-color: #DDDDDD;
    border: 2px solid #DDDDDD;
}
input[type=button]:disabled:hover {
    background-color: #DDDDDD;
    cursor: auto;
}
input[type=button]:disabled.contest-graph-button {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
input[type=button]:disabled.contest-graph-button:hover {
    text-decoration: none;
}
.sort-button-wrapper {
    display: inline-block;
    margin: 2px 0 -8px 10px;
}
input.sort-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #5D5D5D;
    line-height: 100%;
    text-align: center;
    background-color: transparent;
    width: 130px;
    height: 30px;
    /*padding: 8px 0 8px 0px;*/
    -webkit-appearance: none;
    /*margin: 2px 2px;*/
    font-weight: normal;
    float: left;
    border: 1px solid #737272;
    border-radius: 7px;
}
input.sort-button:hover{
    font-weight: bold;
    cursor: pointer;
}
input.sort-button:focus {
    font-weight: bold;
    cursor: pointer;
}
input.sort-button:active {
    font-weight: bold;
    cursor: pointer;
}
.district-dropdown {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    line-height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: calc(100% - 6px);
    height: 38px;
    border: 1px solid #737272;
    border-radius: 7px;
    padding: 8px;
    margin: 2px 4px;
    font-weight: normal;
    font-size: 16px;
    -webkit-appearance: menulist;
    z-index: 10;
}
.district-dropdown option {
    background-color: #FFFFFF;
    color: #000000;
}
.district-dropdown option:focus {
    outline: 1px solid #000000;
    background-color: #FFFFFF;
}
.district-dropdown option:active {
    outline: 1px solid #000000;
    background-color: #FFFFFF;
}
.district-dropdown option:hover {
    outline: 1px solid #000000;
    background-color: #FFFFFF;
}
.abev-message {
    height: auto;
    /*width: 100%;*/
    float: left;
    margin: 0 auto;
}
.abev-message h2 {
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 10px;
}
/*area:focus {
  outline: 2px dotted;
}*/
/*@media only screen and (max-width: 1024px) {
    .quick-search-box3 {
        width: 56%;
    }
}*/
.followMeBar {
  /*background:#FEFEFE;*/
  /*background-color: #EFEFEF;*/
  position: relative;
  z-index: 3;
}
.followMeBar.fixed {
  position: fixed;
  /*top: 0;*/
  top: 50px;
  z-index: 2;
  width: 994px;
}
.followMeBar.fixed.absolute {
  position: absolute;
}
.county-results.fixed {
  position: fixed;
  /*top: 25px;*/
  top: 75px;
  z-index: 0;
  width: 1004px;
}
.county-results.fixed.absolute {
  position: absolute;
}
/*.top-colorbar.fixed {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 1024px;
}
.top-colorbar.fixed.absolute {
    position: absolute;
}*/
#CountyHome, #JudHome, #LegHome, #LegMin, #LegGRF, #LegBis, #LegFar {
    padding: 0 3px;
}
.balloon-wrapper {
    padding: 6px 2px;
    /*box-shadow: 0 1px 3px;*/
}
.balloon-cand {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.balloon-stats {
    padding: 8px 0 0 0;
}
.balloon-stats span {
    font-size: 11px;
    padding-right: 10px;
}
.all-contest-cty {
    font-size: 21px;
}
.no-margin {
    margin: 0;
}
.export-all-link {
    /*margin: 2px 0 -2px 10px;*/
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}
.export-all-county-link {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: bold;
}
.export-all-link a, .export-all-county-link a {
    font-size: 16px;
    text-transform: uppercase;
}
.export-all-link a:hover, .export-all-county-link a:hover {
    color: #A90D11;
    text-decoration: underline;
}
.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;
}
.popup-wrapper {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2100;
}
.export-type-select input[type=radio] {
    border-radius: 8px;
}
.now-you-see-me {
    visibility: visible;
    opacity: 1;
}
.share-email-icon {
    background-image: url(https://resultscdn.sos.nd.gov/Images/Email.png);
    width: 42px;
    /*margin: 6px;*/
    background-size: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    height: 42px;
}
.share-email-icon:hover {
    background-color: #999999;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .search-icon-wrapper {
        position: static;
    }
    .stick .search-container {
        right: 0px;
        top: 50px;
    }
    .search-container {
        right: 400px;
        top: 70px;
    }
    .mtc-icon-position {
        position: static;
    }
    .share-container {
        right: 450px;
        top: 70px;
    }
    .stick .share-container {
        right: 50px;
        top: 50px;
    }
}