﻿button{
    -webkit-appearance:none;
}
input:matches([type="button"],[type="submit"]) {
    -webkit-appearance: none;
}
html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #FFFFFF;
}

.logoarea {
    background-color: #FFFFFF;
    max-width: 1071px;
    margin: 0 auto;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    height: auto;
    padding: 2px 2px 0px 2px;
}

.logo-left {
    width: 50%;
}

.logo-right {
    width: 50%;
    text-align: right;
    right: 0;
}

.header {
    background: #0C0D5F; /* For browsers that do not support gradients */
    background: linear-gradient(#5F5E66, #0C0D5F); /* Standard syntax (must be last) */
    max-width: 1075px;
    margin: 0 auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0;
    height: 111px;
    overflow: hidden;
}

.header-left {
    width: 50%;
    height: inherit;
}

.header-right {
    width: 50%;
    height: inherit;
    text-align: right;
    right: 0;
}

    .header-right img {
        padding-top: 8px;
        padding-right: 8px;
    }

.top-red-link-bar {
    height: auto;
    min-height: 33px;
    background: #6E0118; /* For browsers that do not support gradients */
    background: linear-gradient(#87011C, #6E0118); /* Standard syntax (must be last) */
    max-width: 1090px;
    margin: 0 auto;
    color: #FFFFFF;
}

.top-red-link-bar-left {
    width: 78%;
    height: inherit;
}

.top-red-link-bar-right {
    width: 22%;
    height: inherit;
}

@media only screen and (max-width: 768px) {
    .mobileSelectionPad {
        padding-top: 20px;
        display:block;
    }
    .top-red-link-bar {
        display: none;
    }

    .main-header-float-left {
        display: none;
    }
}

.linkbar-shadow {
    height: 8px !important;
    max-width: 1090px;
    margin: 0 auto -8px auto;
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
}

.linkbar-shadow-left {
    width: 49.2%;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

    .linkbar-shadow-left img {
        height: 8px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .linkbar-shadow-left span {
        background-color: #EBEBEB;
        width: 100%;
        height: 8px;
        display: inline-block;
        margin-left: 8px;
        color: #EBEBEB;
    }

.linkbar-shadow-right {
    width: 49.2%;
    height: 8px;
    padding: 0;
    text-align: right;
}

    .linkbar-shadow-right img {
        height: 8px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .linkbar-shadow-right span {
        background-color: #EBEBEB;
        width: 100%;
        height: 8px;
        display: inline-block;
        margin-right: -8px;
        color: #EBEBEB;
    }

.addressBox {
    margin: 16px;
    padding: 16px;
    max-width: 350px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
}

.reviewBox {
    margin: 0 1.25em 1.25em 1.25em;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
}

.radmenuBallot, .radmenuBallot ul {
    float: none !important;
}

.MainLinkBar {
    max-width: 1075px;
    height: auto;
    position: relative;
    display: block;
    list-style: none;
    box-sizing: content-box;
}


    .MainLinkBar > ul {
        position: relative;
        display: flex;
        padding-left: 0;
        width: 100%;
        z-index: 500;
    }


.searchButton {
    color: #FFF;
    background-color: #1F1F58;
    border-color: #1F1F58;
    padding: 0;
    height: 22px;
    text-align: center;
}

.searchPadding {
    margin-right: 15px;
    margin-left: 5px;
}

.nextButton {
    margin-right: 24px;
    border-radius: 8px;
    height: 35px;
    width: 135px;
    background: #000099 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 24px;
    vertical-align: top;
    white-space: pre-wrap;
    -webkit-appearance: none;
}

.fullwidthNextButton {
    margin-right: 24px;
    border-radius: 8px;
    height: 35px;
    width: 135px;
    background: #000099 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 24px;
    vertical-align: top;
    white-space: pre-wrap;
    -webkit-appearance: none;
}

.editButton {
    margin-right: 24px;
    border-radius: 8px;
    height: 35px;
    width: 135px;
    background: #000099;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-appearance: none;
}

.content-area {
    max-width: 1073px;
    margin: 0 auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.content {
    padding: 15px;
}

.bottom-red-link-bar {
    height: auto;
    min-height: 33px;
    background: #6E0118; /* For browsers that do not support gradients */
    background: linear-gradient(#87011C, #6E0118); /* Standard syntax (must be last) */
    max-width: 1090px;
    margin: 0 auto;
    color: #FFFFFF;
}

.bottom-red-link-bar-left {
    width: 50%;
    height: inherit;
}

    .bottom-red-link-bar-left span {
        padding: 7px;
    }

    .bottom-red-link-bar-left p {
        font-size: .850em;
        padding: 7px;
        margin: 0 auto;
    }

.bottom-red-link-bar-right {
    width: 50%;
    height: inherit;
    text-align: right;
}

.bottom-content-area {
    font-size: .850em;
    max-width: 1073px;
    margin: 0 auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.content {
    padding: 15px;
}

a {
    color: #000000;
}

    a:hover {
        text-decoration: none;
    }

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

.main-header-float-right {
    float: right;
}

#cssmenu2 > ul > #menubutton {
    display: none;
}

@media only screen and (max-width: 350px) {
    .rmItem {
        width: 100% !important;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 768px) {
    .main-header-float-right img {
        width: 100%;
        max-width: 393px;
        height: auto;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 16px;
    }
}

@media only screen and (max-width: 480px) {
    html, body {
        margin-top: 0px;
    }

    .mobile-wrapper {
        padding: 5px;
    }

    .logoarea {
        width: 100%;
        border-top: 0px solid #333333;
        border-left: 0px solid #333333;
        border-right: 0px solid #333333;
        height: auto;
        padding: 0;
    }

    .logo-left {
        width: 100%;
        height: auto;
    }

        .logo-left img {
            width: 100%;
            height: auto;
        }

    .logo-right {
        width: 100%;
        height: auto;
        text-align: right;
        right: 0;
    }

    .header {
        width: 100%;
        border-left: 0px solid #333333;
        border-right: 0px solid #333333;
        height: auto;
        padding: 0;
    }

    .header-left {
        display: none;
    }

    .header-right {
        width: 100%;
        border-left: 0px solid #333333;
        border-right: 0px solid #333333;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .header-left img {
        display: none;
    }

    .header-right img {
        width: 100%;
        max-width: 393px;
        height: auto;
        padding-top: Opx;
        padding-right: Opx;
    }

    .top-red-link-bar, .top-red-link-bar-left, .top-red-link-bar-right {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .bottom-red-link-bar, .bottom-red-link-bar-left, .bottom-red-link-bar-right {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .linkbar-shadow, .linkbar-shadow-left, .linkbar-shadow-right {
        display: none;
    }

    .bottom-content-area {
        width: 100%;
        border-bottom: 0px solid #333333;
        border-left: 0px solid #333333;
        border-right: 0px solid #333333;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .linkbar-shadow, .linkbar-shadow-left, .linkbar-shadow-right {
        display: none;
    }

    .header-right img {
        width: 100%;
        max-width: 393px;
        height: auto;
        padding-top: Opx;
        padding-right: Opx;
    }
}

@media only screen and (max-width: 1024px) {
    .linkbar-shadow, .linkbar-shadow-left, .linkbar-shadow-right {
        display: none;
    }
}

.hyperlink {
    color: #034AF3 !important;
    text-decoration: underline;
}

    .hyperlink a {
        color: #034AF3 !important;
    }

.sampleBallotLink {
    color: #034AF3 !important;
    text-decoration: underline;
    padding: 10px;
    display: block;
}


.horizList {
    display: inline;
}

#cssmenu2 {
    position: relative;
    width: auto;
    box-sizing: content-box;
}


    #cssmenu2 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 1;
    }

        #cssmenu2 ul li {
            font-size: 14px;
            height: 100%;
        }

    #cssmenu2 > ul {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 500;
        font-size: 0;
    }

        #cssmenu2:after,
        #cssmenu2 > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    #cssmenu2.align-right > ul > li {
        float: right;
    }

    #cssmenu2.align-center ul {
        text-align: center;
    }

        #cssmenu2.align-center ul ul {
            text-align: left;
        }

    #cssmenu2 > ul > li {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0 5px 0 0;
    }

    #cssmenu2 > div > ul > .rmFirst {
        display: none;
    }

    #cssmenu2 ul li a {
        display: block;
        font-family: Helvetica, sans-serif;
        text-decoration: none;
    }

        #cssmenu2 ul li a span {
            padding-top: 10px;
        }

    #cssmenu2 > ul > li > a {
        font-size: 14px;
        padding: 15px 6px;
        color: #ffffff;
        -webkit-transition: color 0.25s ease-out;
        -moz-transition: color 0.25s ease-out;
        -ms-transition: color 0.25s ease-out;
        -o-transition: color 0.25s ease-out;
        transition: color 0.25s ease-out;
    }

    #cssmenu2 > ul > li.has-sub > a {
        padding-right: 32px;
    }



    #cssmenu2 li.has-sub::after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
    }

    #cssmenu2 > ul > li.has-sub::after {
        right: 10px;
        top: 19px;
        border: 5px solid transparent;
        border-top-color: #ffffff;
    }

    #cssmenu2 > ul > li:hover::after {
        border-top-color: #cccccc;
    }

#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}

#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}

#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}

#cssmenu2 ul ul {
    left: -9999px;
    top: 68px;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

    #cssmenu2 ul ul ul {
        top: 37px;
        padding-left: 5px;
    }

    #cssmenu2 ul ul li {
        position: relative;
    }

#cssmenu2 > ul > li:hover > ul {
    left: auto;
    top: 42px;
    opacity: 1;
}


#cssmenu2.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#cssmenu2 ul ul li:hover > ul {
    left: 130px;
    top: 0;
    opacity: 1;
}

#cssmenu2.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#cssmenu2 ul ul li a {
    width: 130px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 10px;
    color: white;
    font-size: 14px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#cssmenu2.align-right ul ul li a {
    text-align: right;
}

#cssmenu2 ul ul li:hover > a {
    background-color: #1f1f58;
}

#cssmenu2 ul ul li:last-child > a,
#cssmenu2 ul ul li.last > a {
    border-bottom: 0;
}

/*#cssmenu2 > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 30px;
}*/

#cssmenu2.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}

#cssmenu2 ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu2.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}

#cssmenu2 ul ul li.has-sub:hover::after {
    border-left-color: #ffffff;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#cssmenu2.align-right ul ul li.has-sub:hover::after {
    border-right-color: #ffffff;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*@media all and (max-width:800px), only screen and (max-width:1024px) and (-webkit-min-device-pixel-ratio:2), not all, not all, not all, only screen and (max-width:1024px) and (min-resolution:192dpi), only screen and (max-width:1024px) and (min-resolution:2dppx)*/
#cssmenu2 #menubutton::after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 35px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    right: 20px;
    top: 15px;
    box-sizing: content-box;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu2 {
        width: auto;
    }

        #cssmenu2.align-center ul {
            text-align: left;
        }

        #cssmenu2.align-right > ul > li {
            float: none;
        }

        #cssmenu2 ul {
            width: auto;
            height: auto;
        }

        #cssmenu2 .submenuArrow,
        #cssmenu2 #indicatorContainer {
            display: none;
        }

        #cssmenu2 > ul {
            height: auto;
            display: block;
            background-color: #606060;
        }

            #cssmenu2 > ul > li {
                float: none;
                display: block;
            }

            #cssmenu2 li,
            #cssmenu2 > ul > li {
                display: none;
            }

        #cssmenu2 ul ul,
        #cssmenu2 ul ul ul,
        #cssmenu2 ul > li:hover > ul,
        #cssmenu2 ul ul > li:hover > ul,
        #cssmenu2.align-right ul ul,
        #cssmenu2.align-right ul ul ul,
        #cssmenu2.align-right ul > li:hover > ul,
        #cssmenu2.align-right ul ul > li:hover > ul {
            position: relative;
            left: auto;
            top: auto;
            opacity: 1;
            padding-left: 0;
            padding-right: 0;
            right: auto;
        }

        #cssmenu2 ul .has-sub::after {
            display: none;
        }

        #cssmenu2 ul li a {
            padding: 12px 16px;
        }

        #cssmenu2 ul ul li a {
            border: 0;
            background: none;
            width: auto;
            padding: 8px 35px;
            font-size: 14px;
            padding-left: 8px;
            text-indent: 25px;
        }

        #cssmenu2.align-right ul ul li a {
            text-align: left;
        }

        #cssmenu2 ul ul li:hover > a {
            background: none;
            color: #8c9195;
        }

        #cssmenu2 ul ul ul a {
            padding: 8px 50px;
        }

        #cssmenu2 ul ul ul ul a {
            padding: 8px 65px;
        }

        #cssmenu2 ul ul ul ul ul a {
            padding: 8px 80px;
        }

        #cssmenu2 ul ul ul ul ul ul a {
            padding: 8px 95px;
        }

        #cssmenu2 > div > ul > .rmFirst {
            display: inline-block;
            cursor: pointer;
        }

        #cssmenu2 > div .rmFirst > a {
            margin-top: 24px;
            font-weight: normal;
            font-size: 10px;
            padding-left: 8px;
        }

        #cssmenu2 ul.open li,
        #cssmenu2 > ul.open > li {
            display: block;
        }

        #cssmenu2 > div > ul.open > li.rmFirst > a {
            color: #fff;
            border-bottom: 1px solid rgba(150, 150, 150, 0.1);
        }

        #cssmenu2 ul ul::after {
            display: none;
        }

        #cssmenu2 > ul > #menubutton {
            display: inline-block;
            cursor: pointer;
            background-color: #606060 !important;
        }

    #menubutton {
        display: inline-block;
        cursor: pointer;
    }

    #cssmenu2 #menubutton > a {
        margin-top: 24px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
    }

    #cssmenu2 > ul.open > li#menubutton > a {
        color: #fff;
        background-color: #606060 !important;
        border-bottom: 1px solid rgba(150, 150, 150, 0.1);
    }

    #cssmenu2 > #menubutton::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 35px;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        right: 20px;
        top: 15px;
        box-sizing: content-box;
    }

    #cssmenu2 #menubutton::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 35px;
        border-top: 3px solid #ffffff;
        right: 20px;
        top: 27px;
        box-sizing: content-box;
    }

    #cssmenu2 ul.open #menubutton::after,
    #cssmenu2 ul.open #menubutton::before {
        border-color: #fff;
    }

    #cssmenu2 > div .rmFirst::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 35px;
        border-top: 3px solid #ffffff;
        right: 20px;
        top: 27px;
        box-sizing: content-box;
    }

    #cssmenu2 > div ul.open .rmFirst::after,
    #cssmenu2 ul.open .rmFirst::before {
        border-color: #fff;
    }

    .progressbar li a {
        display: none;
    }

    .progressbar li.active a {
        display: inline;
        left: 0;
        white-space: nowrap;
    }

    .progressbar li.activeright a {
        display: inline;
        left: 0;
        white-space: nowrap;
        margin-left: -300%;
    }

    .progressbar li.active7 a {
        display: inline;
        left: 0;
        white-space: nowrap;
        margin-left: -500%;
    }
}

.nextButtonabove {
    text-align: left;
}

.nextButtonaboveDouble {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .nextButtonabove {
        text-align: left;
    }

    .nextButtonaboveDouble {
        text-align: center;
    }

    .nextButton {
        margin-right: 0;
        border-radius: 8px;
        height: 35px;
        width: 135px;
        background: #000099;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: 24px;
    }
}

.subheadertext {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    margin-bottom: 16px;
}

.dltext {
    max-width: 840px;
    height: 35px;
    font-size: 14px;
}

.absenteeHeader {
    background-color: #EBEBEB;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #000099;
    padding: 8px 8px 8px 8px;
}

.absenteerbl {
    padding: 0 8px 16px 8px;
    align-items: center;
    margin-left: 24px;
}


    .absenteerbl input[type=radio] {
        margin-left: -24px;
    }

    .absenteerbl input[type=checkbox] {
        margin-left: -24px;
    }



    .absenteerbl label {
        height: 35px;
        margin-right: 5px;
        margin-left: 5px;
        text-align: left;
        vertical-align: middle;
        margin-top: 10px;
    }

.sublistbar {
    counter-reset: step;
    overflow: hidden;
    align-content: center;
    background-color: #EBEBEB;
    box-sizing: border-box;
    font-size: 12px;
    align-self: center;
    justify-content: center;
    display: inline-block;
    padding-left: 0;
}

    .sublistbar li {
        width: 100% !important;
    }

        .sublistbar li:after {
            background-color: none !important;
        }

        .sublistbar li:before {
            display: inline !important;
        }

.progressbar {
    counter-reset: step;
    overflow: hidden;
    align-content: center;
    background-color: #EBEBEB;
    padding-bottom: 24px;
    padding-top: 16px;
    padding-right: 8px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    align-self: center;
    justify-content: center;
    display: flex;
    margin-top: 8px;
    margin-bottom: 0;
}


    .progressbar a:link, .progressbar a {
        color: #750118 !important;
        font-size: 1.25em;
    }


    .progressbar li {
        list-style-type: none;
        width: 10%;
        float: left;
        font-weight: bold;
        position: relative;
        text-align: center;
        color: #999999;
    }

        .progressbar li:before {
            width: 24px;
            height: 24px;
            line-height: 24px;
            margin: 0 auto 13px auto;
            content: counter(step);
            counter-increment: step;
            border: 2px solid #999999;
            display: block;
            text-align: center;
            border-radius: 50%;
            background-color: #EBEBEB;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #999999;
            top: 13px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #000099;
        }

        .progressbar li.activeright {
            color: #000099;
        }

        .progressbar li.active7 {
            color: #000099;
        }


        .progressbar li.active:before {
            border-color: #000099;
            background-color: #000099;
            color: #ffffff;
            width: 27px;
            height: 27px;
        }

        .progressbar li.activeright:before {
            border-color: #000099;
            background-color: #000099;
            color: #ffffff;
            width: 27px;
            height: 27px;
        }

        .progressbar li.active7:before {
            border-color: #000099;
            background-color: #000099;
            color: #ffffff;
            width: 27px;
            height: 27px;
        }

.progressbarlink {
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

a:link, a:visited {
    color: #750118;
}

.RedTextError {
    color: #E60000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 8px;
}

.RedTextErrorCenter {
    font-size: x-large;
    padding: 16px;
    color: #E60000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 8px;
    text-align: center;
}

@media screen and (max-width: 840px) {
    .RedTextErrorCenter {
        text-align: left;
    }
}

.electionStyle {
    left: 5px;
    top: 10px;
    position: relative;
    float: left;
}

@media screen and (max-width: 840px) {
    .electionStyle {
        width: 100%;
    }
}

.column {
    float: left;
    width: 50%;
}

@media screen and (max-width: 840px) {
    .column {
        width: 100%;
    }

    .columnleft {
        width: 30% !important;
        margin-bottom: 4px;
    }

    .columnright {
        width: 70% !important;
        margin-bottom: 4px;
    }
}

.columnleft {
    float: left;
    width: 20%;
    margin-bottom: 4px;
}

.columnright {
    float: left;
    width: 80%;
    margin-bottom: 4px;
}

.placeholder div {
    padding-top: 8px;
}


.absenteeregularText {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 4px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.reviewSubHeader {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    background-color: #EBEBEB;
}

.reviewMainOuter {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    clear: both;
    font-size: 14px;
}

.defaultButtonPadding {
    padding-bottom: 16px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

.paddingClass {
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 8px;
}

.defaultPadding {
    padding-left: 16px;
    padding-right: 16px;
}


.paddingHelper {
    font-size: 14px !important;
    max-width: 840px;
    min-width: 250px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.paddingHelperdate {
    font-size: 14px !important;
    max-width: 840px;
    min-width: 250px;
    display: block;
}

.placeholder div img {
    padding: 8px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .placeholder div img {
        /*float: left;*/
    }

    .placeholder {
        margin-left: 12px;
    }

    .fullwidthNextButton {
        width: 100%;
        margin-right: 24px;
        border-radius: 8px;
        height: 35px;
        background: #000099 !important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 0px;
        margin-top: 24px;
        vertical-align: top;
        white-space: pre-wrap;
    }
}

.placeholder div span {
    font-size: 0.875em;
    padding-right: 8px;
}

.paddingHelpertxt {
    font-size: 14px !important;
    max-width: 840px;
    min-width: 250px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-left: 8px !important;
}

html body .riSingle .riTextBox {
    padding-left: 8px !important;
}

html body input {
    padding-left: 8px !important;
}

.paddingHelper input {
    padding: 12px 8px !important;
    font-size: 14px !important;
    height: 35px;
}

.toUpper {
    text-transform: uppercase;
}

.h2 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #4D4D4D;
    line-height: 0.1em;
    margin: 10px 0px 20px 0px;
}

    .h2 span {
        background: #fff;
        font-weight: bold;
        padding: 0 10px;
    }

.verticaltext {
    display: block;
    font-weight: bold;
    max-width: 840px;
    font-size: 14px;
    min-width: 250px;
    margin-bottom: 8px;
    margin-top: 16px;
}

.verticallabel {
    max-width: 840px;
    font-size: 14px;
    min-width: 250px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.horizontaltext {
    font-weight: bold;
    max-width: 840px;
    font-size: 14px;
    min-width: 250px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.horizontallabel {
    max-width: 840px;
    font-size: 14px;
    min-width: 250px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.checkboxSize {
    width: 20px;
    height: 20px;
}

    .checkboxSize input {
        width: 20px;
        height: 20px;
    }

.RadGrid_Default .rgMasterTable {
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {
    .deliverytext {
        width: 95%;
    }

    .RadInput_Default {
        width: 95%;
    }
}

.deliverytext {
    font-size: 14px;
    min-width: 250px;
    border-radius: 2px;
    height: 33px;
    max-height: 35px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #8e8e8e;
    padding-left: 4px;
    padding-top: 4px;
    overflow: hidden;
}

.reviewtext {
    font-size: 14px;
    border-radius: 2px;
    height: 20px;
    max-height: 35px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #8e8e8e;
    text-align: left;
    padding-top: 4px;
}



.logintext {
    max-width: 840px;
    min-width: 250px;
    border-radius: 2px;
    box-sizing: border-box;
    padding-top: 4px;
}


.rfvAbsentee {
    padding-left: 2px;
    vertical-align: middle;
    font-size: 0.875em;
    color: #E60000;
    font-weight: bold;
}

.sublabel {
    color: #666666;
    font-size: .875em;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*Where to vote*/
.left-column {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.contentOnlyLeft {
    background-color: white;
    border-right: 1px solid #1f1f58;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.MainPanelBar a:visited {
    text-decoration: none;
    color: white !important;
}

.MainPanelBar a:link {
    color: white !important;
    text-decoration: none;
}

.RadPanelBar .rpItem {
    height: 40px;
}

.link-bk {
    background-color: #606060;
    padding: 5px 0px 5px 0px;
    margin: 0 0 10px 0;
    text-decoration: none;
    color: white !important;
}

    .link-bk:hover {
        background-color: #1f1f58 !important;
    }

a:hover, a:focus {
    font-weight: bold;
}

.link-bk a:focus {
    background-color: #1f1f58 !important;
}
.link-bk a:hover{
    font-weight:normal;
}

.PanelBarDetailsList {
    background-color: #606060;
}

.link-bk-Selected {
    background-color: #1f3339 !important;
    padding: 5px 0px 5px 0px;
    margin: 0 0 10px 0;
    text-decoration: none;
    color: white !important;
}

.link-bk-unenabled {
    background-color: #606060 !important;
    padding: 5px 0px 5px 0px;
    margin: 0 0 10px 0;
    color: white !important;
    text-decoration: none;
}

.MainPanelBar {
    color: transparent;
    border: 0;
    border-style: none !important;
}

.paddingHelperWhereToVote {
    font-size: 14px !important;
    max-width: 150px;
    min-width: 125px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.paddingHelperDateWhereToVote {
    font-size: 14px !important;
    max-width: 300px;
    min-width: 225px;
}

.Wherehorizontaltext {
    font-weight: bold;
    max-width: 200px;
    font-size: 14px;
    min-width: 135px;
    margin-bottom: 4px;
    margin-top: 8px;
    float: left;
}

.Wherehorizontallabel {
    max-width: 400px;
    font-size: 14px;
    min-width: 225px;
    margin-bottom: 8px;
    margin-top: 4px;
    float: left;
}

.Wherehorizontallabelwide {
    max-width: 600px;
    font-size: 14px;
    min-width: 300px;
    margin-bottom: 8px;
    margin-top: 4px;
    float: left;
}

.Wherehorizontallabel span {
    width: 100% !important;
    max-width: 300px;
}

    .Wherehorizontallabel span input {
        max-width: 300px;
        width: 100% !important;
    }

.Wherehorizontallabel input {
    max-width: 300px;
}

.WherenextButton {
    padding: 0 !important;
    border-radius: 8px;
    height: 35px;
    width: 135px;
    background: #000099 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 24px;
    vertical-align: top;
    white-space: pre-wrap;
}

.whereprogressbar {
    counter-reset: step;
    overflow: hidden;
    align-content: center;
    background-color: #EBEBEB;
    padding-bottom: 24px;
    padding-top: 16px;
    padding-right: 8px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    align-self: center;
    justify-content: center;
    display: flex;
}

.vsSearch {
    display: inline-block;
}

    .vsSearch > ul > li {
        text-align: left;
    }

.whereprogressbar a:link, .whereprogressbar a {
    color: #750118 !important;
    font-size: 1.25em;
}


.whereprogressbar li {
    list-style-type: none;
    width: 10%;
    float: left;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #999999;
}

    .whereprogressbar li:before {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 auto 13px auto;
        content: counter(step);
        counter-increment: step;
        border: 2px solid #999999;
        display: block;
        text-align: center;
        border-radius: 50%;
        background-color: #EBEBEB;
    }

    .whereprogressbar li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #999999;
        top: 13px;
        left: -50%;
        z-index: -1;
    }

    .whereprogressbar li:first-child:after {
        content: none;
    }

    .whereprogressbar li.active {
        color: #000099;
    }

        .whereprogressbar li.active:before {
            border-color: #000099;
            background-color: #000099;
            color: #ffffff;
            width: 27px;
            height: 27px;
        }

.skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.orclass {
    float: left;
    vertical-align: middle;
    height: 200px;
    line-height: 200px;
}

.WhereDetailPaddingHelper {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100px;
}

.softBox {
    border: 1px solid gray;
    border-radius: 5px;
}

.smallDefaultPadding {
    padding-left: 8px;
    padding-right: 8px;
}

.districtLeft {
    display: table-cell;
}

.districtRight {
    display: table-cell;
}

.districtMobile {
    display: none;
}

.wheretovoteSubHeader {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 1.16em;
    color: #000000;
    background-color: #EBEBEB;
}

.rgNoRecords td div {
    padding: 5px;
}

.wherereviewMainOuter {
    padding-bottom: 16px;
    padding-top: 16px;
    clear: both;
    font-size: 14px;
}

.bluelinksRadgridHide a {
    color: #034AF3 !important;
    text-decoration: underline;
}

.RadWindow_Default {
    z-index: 999999 !important;
}

.radgridShow, .radgridShow a {
    display: none;
}

@media only screen and (max-width:1024px){
    .MainLinkBar {
        margin-top:0px;
        margin-left: -1px;
    }
}
@media only screen and (max-width: 768px) {
    .MainLinkBar {
        margin-top: 0px;
        margin-left: -1px;
    }
    .orclass {
        width: 100%;
        height: 25px;
        line-height: 25px;
    }

    .districtLeft {
        display: none;
    }

    .districtRight {
        display: none;
    }

    .districtMobile {
        display: block;
        /*text-align:center;*/
        font-weight: bold;
    }

    .radgridHide {
        display: none;
    }

    .radgridShow, .radgridShow a {
        display: block;
    }

    .bluelinksRadgridHide {
        display: none;
    }
}
@media only screen and (max-width:480px){
    .MainLinkBar{
        margin-top:0px;
        margin-left:-1px;
    }
    .mobileSelectionPad {
        padding-top: 20px;
        display: block;
    }
}
.ulLink {
    background: #606060;
}

    .ulLink ul {
        background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
        list-style: none;
        position: absolute;
        left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
    }

.mobileGridButton {
    height: 36px;
    margin-top:8px;
    margin-bottom:8px;
}

.riTextBox{
    font-size:14px !important;
}

.lblCandidate {
    display: table-cell;
}
.lblCandidatePresident {
    display: table-cell;
}


.nextButtonExtraPad{
    height:40px;
}