﻿html, body {
    background: url('../images/background-pic.jpg') no-repeat fixed center;
    -webkit-background-size: cover; /*for webKit*/
    -moz-background-size: cover; /*Mozilla*/
    -o-background-size: cover; /*opera*/
    background-size: cover; /*generic*/
    -webkit-text-size-adjust: none;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0px 80px 0px;
}

.wrapper {
    width: 984px;
    margin: 0 auto;
}

.loadinggif {
    background: url('/Images/ajax-loader.gif') no-repeat right 5px center !important;
}

.wrapperArrow {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0px 0px 0px 110px;
    -webkit-transform: rotate(7deg);
}

.issueDateArrow {
    z-index: 0;
    position: absolute;
}

.dlImageExample {
    float: right;
    margin: 1px;
}

.ErroredControl {
    background-color: #FBE3E4;
    border: solid 1px red;
}

.RedMessage {
    color: #CE0000;
}

.docFrame {
    height: 317px;
    width: 245px;
}

#loading {
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: left;
}

.ddlSmall {
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.ddlSmallDisabled {
    background-color: #D8D8D8;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.loadingimageVisible {
    z-index: 100;
}

.loadingimageHide {
    display: none;
}

.lblpositionOverImage {
    position: absolute;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
    height: 21px;
    width: 200px;
    top: 290px;
    left: 10px;
}

.imgpositionUnderLabel {
    text-align: center;
    width: 100%;
}

.content-areaPPImage {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
    width: 100%;
    height: 421px;
}

.content-area-wrapper {
    border: 0px solid #999999;
    box-shadow: 0px 0px 0px #959595;
    width: 980px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.content-area {
    margin: 0px 0px 0px 0px;
    padding: 10px;
    /*background-image:url('../images/big-box-bk.png');*/
    background: white;
    background-repeat: repeat;
}

.alertMessagesRed {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #CE0000;
    text-align: center;
}

.alertMessagesRedGrayBox {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #CE0000;
    text-align: center;
    background-color: #adadad;
}

.alertMessagesRedLeftAlign {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #CE0000;
    text-align: left;
}

.alertMessagesRegular {
    width: 100%;
    font-size: 1em;
    text-align: left;
}

.alertMessagesRegularGrayBox {
    width: 100%;
    font-size: 1em;
    text-align: left;
    background-color: #adadad;
}

.alertMessagesRegularCenter {
    width: 100%;
    font-size: 1em;
    text-align: center;
}

.alertMessagesRegularCenterGrayBox {
    width: 100%;
    font-size: 1em;
    text-align: center;
    background-color: #adadad;
}

.electioneeringMobileHeader {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.electioneeringMobileDescription {
    width: 100%;
    font-size: 1em;
    text-align: center;
}

.electioneeringPPInfo {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.electioneeringMobileContent {
    width: 100%;
    font-size: .9em;
    text-align: center;
}

.map-wrapper {
    position: relative;
}

    .map-wrapper p {
        position: absolute;
        z-index: 99;
        background-color: #f18f8f;
        border-color: #e60909;
        border-style: solid;
        border-width: 4px;
        width: 235px;
        height: 240px;
        padding: 10px 5px 1px 10px;
        text-align: left;
        border-radius: 25px;
        font-weight: bold;
        top: 20%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

.closeDisclamerButton {
    border-radius: 8px;
    margin-left: 38px;
    margin-top: 0px;
    height: 35px;
    width: 150px;
    background-color: transparent;
    border-style: solid;
    border-color: black;
    border-width: 5px;
    font-size: 1em;
}

.emShowButtons {
    font-size: 1em;
    text-align: center;
    padding: 2px 4px 2px 4px;
}

.content-areaWBorder {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
}

.content-areaWBorderGrayBack {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-color: #adadad;
}

.content-areaWBorder2 {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 6px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
}

.content-areaWBorderEM {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 50px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
}

.content-areaSmallA {
    border: 1px solid #999999;
    box-shadow: 0px 0px 6px #959595;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
    width: 451px;
}

.steps {
    width: 720px;
    margin: 0 auto;
}

.BProLogo {
    width: 100%;
    text-align: center;
}

.no-steps-hdr {
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    line-height: 140%;
}

.register-to-vote {
    width: 170px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 0px 0px 0px;
}

.translate {
    text-align: right;
    font-size: .775em;
}

.column1 {
    width: 400px;
}

    .column1 h1 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .column1 p {
        font-size: .875em;
        font-weight: normal;
        margin: 6px 0px 10px 0px;
    }

.column2 {
    width: 505px;
    padding: 0px 0px 0px 20px;
}

    .column2 h1 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .column2 p {
        font-size: .875em;
        font-weight: normal;
        margin: 6px 0px 10px 0px;
    }

.PageHeader {
    width: 100%;
}

    .PageHeader p {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0px 0px 3px 0px;
        text-align: center;
    }

.column-icons {
    height: 40px;
    width: 40px;
    text-align: right;
}

.column-icons-text {
    width: 310px;
    padding: 0px 0px 0px 5px;
}

hr {
    border-top: 1px solid #999999;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    padding: 0;
}

.Yes-No {
    font-size: 1.2em;
    height: 30px;
    width: 140px;
}

.Yes-No2 {
    width: 800px;
    font-size: 1.0em;
    height: 30px;
    padding: 3px 0px 0px 0px;
}

.Yes-No-Steps {
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    padding: 3px 0px 0px 0px;
}

.Step-Title {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    line-height: 140%;
    padding: 0px 0px 10px 0px;
}

.Step-SubTitle {
    width: 100%;
    font-size: 16pt;
    font-weight: bold;
    margin: 0 auto;
    line-height: 140%;
    padding: 0px 0px 10px 0px;
}

.Textbox-With-Top-Header {
    width: 400px;
}

.AddressTextbox-With-Top-Header {
    width: 451px;
}

.DLIDTextbox-With-Top-Header {
    width: 340px;
}

.EmailTextbox-With-Top-Header {
    width: 290px;
}

.PreviousTextbox-With-Top-Header {
    width: 190px;
    padding: 0px 0px 10px 0px;
}

.CityTextbox-With-Top-Header {
    width: 150px;
}

.ZipTextbox-With-Top-Header {
    width: 120px;
}

.PhoneTextbox-With-Top-Header {
    width: 165px;
}

.PreviousRegTextbox-With-Top-Header {
    width: 190px;
    padding: 5px;
}

.AbsenteeTextbox-With-Top-Header {
    width: 175px;
}

.AbsenteeTextbox-Address {
    width: 408px;
}

.AbsenteeTextBox-NoAddress {
    width: 105px;
}

.AbsenteeTextBox-City {
    width: 208px;
}

.ReviewInfo {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
}

.ReviewInfoEdit {
    border: 1px solid #999999;
    display: inline-block;
    padding: 0px 4px 8px 4px;
}

/*Review Info Page*/
.ReviewInfoMainDiv {
    margin-left: 45px;
}

.ReviewInfoSSNLN {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 230px;
    height: 40px;
}

.ReviewInfoDOBFN {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 180px;
    height: 40px;
}

.ReviewInfoGenderMI {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 190px;
    height: 40px;
}

.ReviewInfoCountySuffixZip {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 115px;
    height: 40px;
}

.ReviewInfoResidenceAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 365px;
    height: 40px;
}

.ReviewInfoCityTown {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 245px;
    height: 40px;
}

.ReviewInfoPhoneNumber {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 185px;
    height: 45px;
}

.ReviewInfoEmailAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 370px;
    height: 45px;
}

.ReviewInfoBallotLanguage {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 170px;
    height: 45px;
}

.ReviewInfoPreviousRegAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 365px;
    height: 40px;
}

.ReviewInfoPreviousRegCityTown {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 190px;
    height: 40px;
}

.ReviewInfoPreviousStateZip {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 80px;
    height: 40px;
}

.ReviewInfoVotingByMail {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 215px;
    height: 175px;
}

.ReviewInfoBallotMailingAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 19px;
    width: 247px;
    height: 184px;
}

.ReviewInfoPrimaryBallotAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 235px;
    height: 145px;
}

.ReviewInfoGeneralBallotAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 230px;
    height: 145px;
    visibility: hidden;
}

.ReviewInfoPreviousRegEditLink {
    border: 1px solid #999999;
    display: inline-block;
    padding: 8px 4px 0px 4px;
    width: 75px;
    height: 40px;
    vertical-align: middle;
}

.ReviewInfoVoteByMailEditLink {
    border: 1px solid #999999;
    display: inline-block;
    padding: 68px 4px 0px 4px;
    width: 75px;
    height: 115px;
}

.ReviewInfoEditLinkBorderTRL {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #999999;
    display: inline-block;
    padding: 0px 4px 8px 4px;
    width: 75px;
    height: 40px;
}

.ReviewInfoEditLinkBorderRL {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #999999;
    display: inline-block;
    padding: 0px 4px 8px 4px;
    width: 75px;
    height: 40px;
}

.ReviewInfoEditLinkBorderRLLink {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #999999;
    display: inline-block;
    padding: 8px 4px 0px 4px;
    width: 75px;
    height: 40px;
}

.lnkstp7EditLN2Style {
    visibility: hidden;
}

.ReviewInfoEditLinkBorderRBL {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #999999;
    display: inline-block;
    padding: 0px 4px 9px 4px;
    width: 75px;
    height: 45px;
}

/*Summary of Registration Page*/
.SumamryOfRegMainDiv {
    margin-left: 85px;
}

.VoterRegNoticeNoBorderHdr {
    font-size: 1.15em;
    font-weight: bold;
    display: inline-block;
    padding: 4px 4px 0px 4px;
    width: 710px;
    height: 40px;
    text-align: center;
    margin-left: 240px;
}

.VoterRegNoticeNoBorder {
    font-size: 1.0em;
    display: inline-block;
    padding: 0px 4px 4px 4px;
    width: 710px;
    height: 40px;
    text-align: center;
    margin-left: 240px;
}

.VoterRegNoticeSSNLN {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 210px;
    height: 40px;
}

.VoterRegNoticeDOB {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 180px;
    height: 40px;
}

.VoterRegNoticeGender {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 85px;
    height: 40px;
}

.VoterRegNoticeCounty {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 90px;
    height: 40px;
}

.VoterRegNoticeRegDate {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 150px;
    height: 40px;
}

.VoterRegNoticeLN {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 210px;
    height: 40px;
}

.VoterRegNoticeFN {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 210px;
    height: 40px;
}

.VoterRegNoticeMI {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 195px;
    height: 40px;
}

.VoterRegNoticeSuffix {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 110px;
    height: 40px;
}

.VoterRegNoticeResAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 365px;
    height: 40px;
}

.VoterRegNoticeResCityTown {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 280px;
    height: 40px;
}

.VoterRegNoticeResZip {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 90px;
    height: 40px;
}

.VoterRegNoticeMailingAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 365px;
    height: 40px;
}

.VoterRegNoticePhoneNumber {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 200px;
    height: 40px;
}

.VoterRegNoticeEmail {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 340px;
    height: 40px;
}

.VoterRegNoticeBallotlanguage {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 195px;
    height: 40px;
}

.VoterRegNoticePreviousResAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 365px;
    height: 40px;
}

.VoterRegNoticePreviousResCityTown {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 190px;
    height: 40px;
}

.VoterRegNoticePreviousResState {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 80px;
    height: 40px;
}

.VoterRegNoticePreviousResZip {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 90px;
    height: 40px;
}

.VoterRegNoticeVotingByMail {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 215px;
    height: 175px;
}

.VoterRegNoticeBallotMailAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 19px;
    width: 515px;
    height: 175px;
}

.VoterRegNoticePrimaryBallotAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 235px;
    height: 145px;
}

.VoterRegNoticeGeneralBallotAddress {
    border: 1px solid #999999;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    width: 230px;
    height: 145px;
    visibility: hidden;
}

.chkbxdescription {
    padding: 0px 0px 0px 10px;
}

.hdr-mobile {
    display: none;
}

.RegSearchMessageBlkNoBorder {
    font-size: 1.1em;
    display: inline-block;
    padding: 20px 25px 20px 25px;
    width: 800px;
}

.NextAndBackButtons {
    text-align: right;
    width: 250px;
}

.BackButton {
    width: 110px;
}

.BackButtonMobile {
    width: 90px;
}

.NextButton {
    width: 110px;
}

.StartOverButton {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    background: -webkit-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* Standard syntax (must be last) */
}

.buttons {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* Standard syntax (must be last) */
}

.buttonsDisabled {
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    background-color: #8B8B8B;
    border-radius: 6px;
}

.buttonsgrey {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    background: -webkit-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* Standard syntax (must be last) */
}

.EmailCopyForm {
    padding: 25px;
    width: 480px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-image: url('../images/big-box-bk.png');
    background-repeat: repeat;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin-left: 10px;
}

.sectionEM {
    clear: both;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.sectionsub {
    clear: both;
    padding: 0px;
}

.section2 {
    padding: 0px;
    margin-left: 10px;
    zoom: 1;
    width: 425px;
    float: left;
}

.section3 {
    padding: 0px;
    margin-left: 10px;
    zoom: 1;
    width: 425px;
    float: right;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}

.colR {
    display: block;
    float: right;
    margin: 0% 0 0% 0%;
}

.col2 {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}

.colLC {
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
}

.colRC {
    margin: 0 0 0 0;
}

.twoColumnDiv {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding: 7px 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 */
}


/*  GRID OF THREE  */
.stateseal {
    width: 11%;
}

.heading {
    width: 60%;
}

    .heading h1 {
        font-size: 2.5em;
        font-weight: normal;
        margin: 10px 0 0 0;
        padding: 12px 0px 0px 15px;
    }

    .heading h2 {
        font-size: 2.2em;
        font-weight: normal;
        margin: 0 0 0 15px;
        padding: 0;
        color: #009933;
    }

.voterturnout {
    background-image: url('../images/voter-turnout-box-bk.png');
    background-repeat: repeat;
    width: 27.5%;
    height: 55px;
    border: 1px solid white;
    text-align: center;
    display: table;
}

.text-middle {
    display: table-cell;
    vertical-align: middle;
}

.links {
    background-image: url('../images/links-box-bk.png');
    background-repeat: repeat;
    width: 27.5%;
    height: 55px;
    border: 1px solid white;
    text-align: center;
    display: table;
}

.candidateLabels {
    color: black;
    font-size: .775em;
}

ul li {
    padding: 0;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer {
    font-size: .775em;
    color: white;
    margin-top: 20px;
}

.textentryupperAddress {
    text-transform: uppercase;
    color: black;
    width: 400px;
}

.textentryupperNoAddress {
    text-transform: uppercase;
    color: black;
    width: 600px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
    .col {
        margin: 1% 0% 1% 0%;
    }

    .colR {
        margin: 1% 0% 1% 0%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    html, body {
        background: url('../images/background-pic.jpg') no-repeat fixed center;
        -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
        background-size: cover; /*generic*/
        -webkit-text-size-adjust: none;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .stateseal {
        width: 100%;
        text-align: center;
    }

    .heading {
        width: 100%;
        text-align: center;
    }

        .heading h1 {
            font-size: 2.1em;
            font-weight: normal;
            margin: 0 0 0 0;
            padding: 0;
            text-align: center;
        }

        .heading h2 {
            font-size: 1.6em;
            font-weight: normal;
            margin: 0 0 10px 0;
            padding: 0;
            color: #009933;
            text-align: center;
            line-height: 100%;
        }

    ul li {
        padding: 0;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .wrapper {
        width: 100%;
    }

    .wrapperArrow {
        display: none;
    }

    .dlImageExample {
        display: none;
    }

    .voterturnout {
        background-image: url('../images/voter-turnout-box-bk.png');
        background-repeat: repeat;
        width: 100%;
        border: 0px solid white;
    }

    .links {
        background-image: url('../images/links-box-bk.png');
        background-repeat: repeat;
        width: 100%;
        border: 0px solid white;
    }

    .hdr-mobile {
        display: inherit;
    }

    .hdr-hide {
        display: none;
    }

    .outside-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .hiddenButton {
        display: none;
    }

    .top-header img {
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        max-width: 1013px;
    }

    .content-area-wrapper {
        border: 0px solid #999999;
        box-shadow: 0px 0px 0px #959595;
        min-height: 400px;
        width: 100%;
    }

    .content-areaSmallA {
        border: 1px solid #999999;
        box-shadow: 0px 0px 6px #959595;
        background-image: url('../images/big-box-bk.png');
        background-repeat: repeat;
        width: 95%;
    }

    .register-to-vote {
        width: 195px;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 auto;
        line-height: 140%;
        text-align: center;
    }

    .translate {
        text-align: center;
        font-size: .775em;
    }

    .steps {
        width: 100%;
        margin: 0 auto;
    }

    .BProLogo {
        width: 100%;
        text-align: center;
    }

    .steps img {
        width: 100%;
        height: auto;
        max-width: 533px;
    }

    .no-steps-hdr {
        width: 100%;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 100%;
        text-align: center;
    }

    .column-icons {
        height: auto;
        width: 100%;
        text-align: left;
    }

    .column-icons-text {
        width: 100%;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .column1 {
        width: 100%;
        text-align: left;
    }

        .column1 h1 {
            font-size: 1em;
            font-weight: bold;
            margin: 0 0 3px 0;
            text-align: left;
        }

        .column1 p {
            font-size: .875em;
            font-weight: normal;
            margin: 0px 0px 3px 0px;
            text-align: center;
        }

    .column2 {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .Yes-No {
        font-size: 1.2em;
        padding: 0px 0px 0px 0px;
        height: auto;
        width: auto;
        vertical-align: top;
    }

    .Yes-No2 {
        width: 0%;
    }

    .Yes-No-Steps {
        font-size: 1.1em;
        font-weight: bold;
        height: auto;
        padding: 0px 0px 0px 0px;
    }

    .Textbox-With-Top-Header {
        width: 100%;
    }

    .CityTextbox-With-Top-Header {
        width: 100%;
    }

    .ZipTextbox-With-Top-Header {
        width: 100%;
    }

    .PhoneTextbox-With-Top-Header {
        width: 100%;
    }

    .PreviousTextbox-With-Top-Header {
        width: 100%;
    }

    .AbsenteeTextbox-With-Top-Header {
        width: 100%;
    }

    .AbsenteeTextbox-Address {
        width: 100%;
    }

    .AbsenteeTextBox-NoAddress {
        width: 100%
    }

    .AbsenteeTextBox-City {
        width: 100%;
    }

    /*Review Info Page*/
    .ReviewInfoMainDiv {
        margin-left: 0px;
        width: 350px;
    }

    .ReviewInfoSSNLN {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoDOBFN {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoGenderMI {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoCountySuffixZip {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoResidenceAddress {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoCityTown {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoPhoneNumber {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoEmailAddress {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoBallotLanguage {
        border: 1px solid #0C7382;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoPreviousRegAddress {
        border: 1px solid black;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        margin: 10px 0px 0px 0px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoPreviousRegCityTown {
        border: 1px solid black;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoPreviousStateZip {
        border: 1px solid black;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .ReviewInfoVotingByMail {
        border: 1px solid #999999;
        display: inline-block;
        margin: 10px 0px 0px 0px;
        padding: 4px 4px 4px 4px;
        width: 274px;
        height: 175px;
    }

    .ReviewInfoBallotMailingAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 4px 4px 4px 19px;
        width: 259px;
        height: 175px;
    }

    .ReviewInfoPrimaryBallotAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 4px 4px 4px 4px;
        width: 235px;
        height: 145px;
    }

    .ReviewInfoGeneralBallotAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 4px 4px 4px 4px;
        width: 235px;
        height: 145px;
        visibility: hidden;
    }

    .ReviewInfo {
        border: 1px solid #999999;
    }

    .ReviewInfoEdit {
        border: 1px solid #999999;
        display: inline-block;
        padding: 0px 4px 8px 4px;
    }

    .ReviewInfoPreviousRegEditLink {
        border: 1px solid black;
        display: inline-block;
        padding: 8px 4px 0px 4px;
        width: 274px;
        height: 34px;
        text-align: center;
    }

    .ReviewInfoVoteByMailEditLink {
        border: 1px solid #999999;
        display: inline-block;
        padding: 20px 4px 0px 4px;
        width: 274px;
        height: 40px;
        text-align: center;
    }

    .ReviewInfoEditLinkBorderTRL {
        border-width: 0;
        border: 0px;
        display: none;
        padding: 0;
        visibility: hidden;
    }

    .ReviewInfoEditLinkBorderRL {
        border-width: 0;
        border: 0px;
        display: none;
        padding: 0;
        visibility: hidden;
    }

    .ReviewInfoEditLinkBorderRLLink {
        border-style: none;
        border-width: 0;
        border-color: none;
        display: inline-block;
        padding: 0;
        width: 0px;
        height: 0px;
        text-align: center;
        visibility: hidden;
    }

    .lnkstp7EditLN2Style {
        visibility: visible;
    }

    .ReviewInfoEditLinkBorderRBL {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #0C7382;
        display: inline-block;
        padding: 8px 4px 0px 4px;
        width: 274px;
        height: 34px;
        text-align: center;
    }

    /*Summary of Registration Page*/
    .SumamryOfRegMainDiv {
        margin-left: 0px;
        width: 350px;
    }

    .VoterRegNoticeNoBorderHdr {
        font-size: 1.15em;
        font-weight: bold;
        display: inline-block;
        padding: 4px 4px 0px 4px;
        width: auto;
        height: 40px;
        text-align: center;
    }

    .VoterRegNoticeNoBorder {
        font-size: 1.0em;
        display: inline-block;
        padding: 0px 4px 4px 4px;
        width: auto;
        height: 40px;
    }

    .VoterRegNoticeSSNLN {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeDOB {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeGender {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeCounty {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeRegDate {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeLN {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeFN {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeMI {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeSuffix {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeResAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeResCityTown {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeResZip {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeMailingAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticePhoneNumber {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeEmail {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeBallotlanguage {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticePreviousResAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticePreviousResCityTown {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticePreviousResState {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticePreviousResZip {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 40px;
    }

    .VoterRegNoticeVotingByMail {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 2px;
        width: 280px;
        height: 175px;
    }

    .VoterRegNoticeBallotMailAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 2px 0px 0px 19px;
        width: 263px;
        height: 175px;
    }

    .VoterRegNoticePrimaryBallotAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 4px 4px 4px 4px;
        width: 235px;
        height: 145px;
    }

    .VoterRegNoticeGeneralBallotAddress {
        border: 1px solid #999999;
        display: inline-block;
        padding: 4px 4px 4px 4px;
        width: 235px;
        height: 145px;
        visibility: hidden;
    }

    .chkbxdescription {
        padding: 0px 0px 0px 10px;
    }

    .RegSearchMessageBlkNoBorder {
        font-size: 1.1em;
        display: inline-block;
        padding: 20px 25px 20px 5px;
        width: 100%;
    }

    .textentryupperAddress {
        text-transform: uppercase;
        color: black;
        width: 260px;
    }

    .textentryupperNoAddress {
        text-transform: uppercase;
        color: black;
        width: 260px;
    }

    .section2 {
        padding: 0px;
        margin-left: 10px;
        zoom: 1;
        width: 100%;
        float: left;
    }

    .section3 {
        padding: 0px;
        margin-left: 10px;
        zoom: 1;
        width: 100%;
        float: left;
    }

    .NextAndBackButtons {
        text-align: right;
        width: auto;
    }

    .BackButton {
        width: 110px;
    }

    .NextButton {
        width: 110px;
    }

    .StartOverButton {
        font-weight: bold;
        font-size: 1.1em;
        display: inline-block;
        padding: 10px 5px 10px 5px;
        border-radius: 5px;
        background: -webkit-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* Standard syntax (must be last) */
    }

    .EmailCopyForm {
        padding: 25px;
        width: auto;
        border: 1px solid #999999;
        box-shadow: 0px 0px 6px #959595;
        min-height: 150px;
    }

    .buttonsLong {
        color: #FFF;
        font-weight: bold;
        font-size: 1.1em;
        display: none;
        padding: 10px 25px 10px 25px;
        border-radius: 6px;
        background: -webkit-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* Standard syntax (must be last) */
        width: 215px;
        height: auto;
        word-wrap: break-word;
    }

    .buttons {
        color: #FFF;
        font-weight: bold;
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        padding: 10px 5px 10px 5px;
        border-radius: 6px;
        background: -webkit-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* Standard syntax (must be last) */
    }

    .buttonsDisabled {
        color: #FFF;
        font-weight: bold;
        font-size: 1.1em;
        display: inline-block;
        padding: 10px 5px 10px 5px;
        background-color: #8B8B8B;
        border-radius: 6px;
    }

    .buttonsgrey {
        font-weight: bold;
        font-size: 1.1em;
        display: inline-block;
        padding: 10px 5px 10px 5px;
        border-radius: 5px;
        background: -webkit-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgb(232,232,232), rgb(100,100,100)); /* Standard syntax (must be last) */
    }

    .ddlSmall {
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        width: 220px;
        padding: 2px 2px 2px 2px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
    }

    .ddlSmallDisabled {
        background-color: #D8D8D8;
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        width: 220px;
        padding: 2px 2px 2px 2px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
    }
}



a:link {
    color: #0042BA;
    text-decoration: underline;
}

a:visited {
    color: #0042BA;
}

a:hover {
    color: #0042BA;
    text-decoration: underline;
}

a:active {
    color: #0042BA;
}

.footerlinks a:link {
    color: #0066CC;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.footerlinks a:visited {
    color: #0066CC;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.footerlinks a:hover {
    color: #003399;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.footerlinks a:active {
    color: #0066CC;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.whitelinks a:link {
    color: #FFF;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.whitelinks a:visited {
    color: #FFF;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.whitelinks a:hover {
    color: #FFF;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.whitelinks a:active {
    color: #FFF;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.RegSearchMessage {
    font-size: 0.9em;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    border: medium solid;
}

.AbsenteeOathBox {
    font-size: 1.0em;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    border: medium solid;
}





.buttonsdarkgrey {
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.buttonsgreyDisabled {
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    background-color: #8B8B8B;
    border-radius: 6px;
}

.buttonsLong {
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(0,210,68), rgb(0,102,33)); /* Standard syntax (must be last) */
}

.mychk input {
    height: 18px;
    width: 18px;
}

ul.b {
    list-style-type: square;
}

.textentrydisabled {
    background-color: #D8D8D8;
}

.textentrydisabledUPPER {
    background-color: #D8D8D8;
    text-transform: uppercase;
}

.textentryupper {
    text-transform: uppercase;
    color: black;
}

.textentryupperRED {
    text-transform: uppercase;
    color: black;
    border: 1px solid red;
    background-color: #f5adad;
    padding: 1px;
}

.textentrynormal {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: black;
}

.teleriktextstyle {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.15em !important;
    color: black !important;
    padding-left: 0px;
}

.print-button a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    text-align: right;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    width: 44px;
    border-top: 2px solid #d4d3d3;
    border-left: 2px solid #d4d3d3;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.print-button a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    text-align: right;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.print-button a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.print-button a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.printer {
    height: 16px;
    width: 16px;
    position: absolute;
    padding: 11px 0px 0px 10px;
}

.email-button a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    text-align: right;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.email-button a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    text-align: right;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.email-button a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.email-button a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

.email {
    height: 16px;
    width: 16px;
    position: absolute;
    padding: 11px 0px 0px 10px;
}

.emailbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1em;
    text-align: right;
    display: inline-block;
    padding: 10px 25px 10px 35px;
    border-radius: 6px;
    background: -webkit-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(90,90,90), rgb(60,60,60)); /* Standard syntax (must be last) */
}

/*Step images*/
.steps-wrapper {
    width: 800px;
    height: 40px;
}
/*  SECTIONS  */
.sectionsteps {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.colsteps {
    display: block;
    float: left;
    margin: 1% 0 1% 0%;
}

    .colsteps:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.groupsteps:before,
.groupsteps:after {
    content: "";
    display: table;
}

.groupsteps:after {
    clear: both;
}

.groupsteps {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.circle {
    width: 19px;
    border-radius: 45%;
    width: 19px;
    height: 19px;
    background-color: white;
    border: 3px solid black;
    /* width and height can be anything, as long as they're equal */
}

.stepbar {
    width: 50px;
    height: 6px;
    background-color: #259AAE;
    margin-top: 18px;
    /* width and height can be anything, as long as they're equal */
}

.stepbar-complete {
    width: 50px;
    height: 6px;
    background-color: black;
    margin-top: 18px;
    /* width and height can be anything, as long as they're equal */
}

.reCaptchaStyle {
    width: 200px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .colsteps {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .ddlSmall {
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        width: 150px;
        padding: 2px 2px 2px 2px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
    }

    .ddlSmallDisabled {
        background-color: #D8D8D8;
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        width: 150px;
        padding: 2px 2px 2px 2px;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: gray;
    }
}

/*DROP DOWN LIST STYLES*/

.ddlMedium {
    font-size: 1.1em;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.ddlLarge {
    font-size: 1.1em;
    width: 320px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}
/*TEXT BOX STYLES*/
.textboxSmall {
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 215px;
    padding: 3px 0px 3px 3px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    margin: 0;
}

.textboxSmallDisabled {
    background-color: #D8D8D8;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 215px;
    padding: 3px 0px 3px 3px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    margin: 0;
}

.textboxMedium {
    font-size: 1.1em;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.textboxLarge {
    font-size: 1.1em;
    width: 320px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.textboxSmallUpper {
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 215px;
    padding: 3px 0px 3px 3px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    text-transform: uppercase;
    margin: 0;
}

.textboxSmallUpperDisabled {
    background-color: #D8D8D8;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 215px;
    padding: 3px 0px 3px 3px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    margin: 0;
}

.textboxMediumUpper {
    font-size: 1.1em;
    width: 220px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    text-transform: uppercase;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.textboxLargeUpper {
    font-size: 1.1em;
    width: 320px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    text-transform: uppercase;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

/*Breadcrumb menu styles*/
.breadcrumb-english-wrapper {
    background-color: #24A3C4;
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
    color: white;
    text-align: center;
    height: 55px;
    font-weight: bold;
}

.breadcrumb-chinese-wrapper {
    background-color: #24A3C4;
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.5em;
    color: white;
    text-align: center;
    letter-spacing: 6px;
    height: 66px;
    font-weight: bold;
}

.breadcrumb-ilokano-wrapper {
    background-color: #24A3C4;
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
    font-size: .875em;
    color: white;
    text-align: center;
    height: 53px;
    font-weight: bold;
}

.breadcrumb-japanese-wrapper {
    background-color: #24A3C4;
    max-width: 947px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2em;
    color: white;
    height: auto;
    text-align: center;
    letter-spacing: 6px;
    height: 60px;
    font-weight: bold;
}

.menu ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    position: relative;
    display: inline-table;
}

.menu > ul > li {
    display: inline-block;
    padding: 12px 10px 20px 10px;
}

.on {
    background-color: #0C7382;
    padding: 16px 6px 16px 6px;
}

@media only screen and (max-width: 768px) {

    .breadcrumb-english-wrapper {
        background-color: #24A3C4;
        max-width: 947px;
        width: 100%;
        margin: 0 auto;
        font-size: 1.1em;
        color: white;
        height: auto;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: bold;
    }

    .breadcrumb-chinese-wrapper {
        background-color: #24A3C4;
        max-width: 947px;
        width: 100%;
        margin: 0 auto;
        font-size: 1.1em;
        color: white;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 6px;
        font-weight: bold;
    }

    .breadcrumb-ilokano-wrapper {
        background-color: #24A3C4;
        max-width: 947px;
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        color: white;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .breadcrumb-japanese-wrapper {
        background-color: #24A3C4;
        max-width: 947px;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
        color: white;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 6px;
        font-weight: bold;
    }

    .menu > ul > li {
        display: block;
        padding: 7px 7px 7px 7px;
        margin-bottom: 4px;
    }

    .on {
        background-color: #0C7382;
        padding: 10px 10px 10px 10px;
        display: block;
    }
}
