/* GLOBAL */


/* @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Oswald:300,400,700|Oxygen:300,400,700|Source+Sans+Pro:300,400,700'); */

@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

/*
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

body {
    background-color: #fff;
    /* font-family: 'Nanum Gothic', sans-serif !important; */
    font-family: 'Oxygen', sans-serif !important;
    background-color: #ccc;
}

header {
    background-color: #fff;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.container {
    /* border: thin red solid; */
    max-width: 780px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 20px #999;
}


/* HEADER */

header {
    text-align: center;
}

header .logo50 {
    max-width: 160px;
    padding: 10px;
}

header .headBanner {
    width: 100%;
}

header .headerImg {
    width: 100%;
}

header h1 {
    margin-top: 0px;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 16px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 106px;
    font-weight: bold;
    /* FIXES */
    position: relative;
    top: -85px;
    font-weight: bold;
    height: 0;
    line-height: 24px;
}

header h2 {
    font-size: 14px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 18px;
}

header h2 span {
    color: #0084ff;
    font-weight: bold;
}

header p {
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 1.3em;
    line-height: 1.1em;
    margin-top: 0;
    bottom: 0px;
    top: 7px;
    display: block;
    position: relative;
    color: white;
    text-align: center;
}

header .subHead h1 {
    font-size: 1.4em;
    padding-top: 110px;
    margin-bottom: 0;
    line-height: 1.1em;
}


/* PROGRESS BAR */

#progress-indicator {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 0px;
    /* background-color: #02344d; */
}

#progress-indicator h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
}

.progress {
    background-color: #E6E6E6;
    height: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 65px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.progress-bar {
    line-height: 25px;
    padding: 5px;
    position: relative;
    border-right: 2px white solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar:last-child {
    border-right: none;
}

.progress-bar-off {
    background-color: #efefef;
    color: #333;
    /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-on {
    background-color: #1b5996;
    color: #fff;
}

.progress-bar-on .glyphicon {
    font-size: 24px;
}

.progress-bar-off .glyphicon {
    font-size: 24px;
    color: #AEAEAE;
}

.label-text {
    position: relative;
    left: 8px;
}

.progress-bar-on:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-right: 0;
    padding-top: 1.0em;
    border: solid white 2px;
    z-index: 1;
    transform: rotate(45deg);
    top: -3px;
    border-bottom: 0;
    border-left: 0;
    height: 125px;
    width: 50px;
    margin-left: -50px;
    background-color: #3480cc;
    display: none;
}

.progress-bar-off:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-right: 0;
    padding-top: 1.0em;
    border: solid white 2px;
    z-index: 1;
    transform: rotate(45deg);
    top: -3px;
    border-bottom: 0;
    border-left: 0;
    height: 125px;
    width: 50px;
    margin-left: -50px;
    background-color: #efefef;
    display: none;
}


/* FORMS */

.questionForm {
 display: block;
}

#infoForm  {
    display: none;
    /* padding: 20px 0px; */
    padding-top: 0px;
}

form {
    padding: 10px 20px;
    /* background-color: #f6f6f6; */
    background-color: #e0ebf6;
}

li {
    text-align: left;
    margin-bottom: 5px;
}

label {
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 1px;
}

.tcpa {
    margin: 30px 0;
    opacity: 0.75;
    font-size: 0.75em;
    text-align: center;
    text-justify: inter-word;
}

.callCTA {
    margin: 30px 0;
}

.agreeToTerms label {
    background-color: transparent;
}

.agreeToTerms span {
    padding-top: 5px;
    display: inline-block;
}

.agreeToTerms a {
    color: #0084ff;
}

.form-control {
    padding: 10px 12px;
    border-radius: 0;
    height: 50px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.rebuildLP sup {
    color: #ee6666;
    font-size: 13px;
}

.quest_div {
    text-align: center;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 600;
    margin-top: 15px;
}

.quest_div span {
    color: #0084ff;
}

.quest_div:first-child {
    margin-top: 0px;
}

.qa_div {
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.qa_div:first-child {
    margin-top: 0px;
    background-color: white;
    padding-top: 10px;
}

.whiteQuestBg {
    background-color: white;
    /* padding-bottom: 20px; */
}

.maritalStatus{
    display: none;
}


/* BUTTONS */

.orng_btn,
.submit-button-wrapper input[type="button"] {
    background: none;
    background-color: #0084ff !important;
    padding: 15px 30px;
    border-radius: 8px;
    width: 100%;
    margin-top: 13px;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
}
.orng_btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.submit-button-wrapper {
    margin: 0 20px;
}


/* ERRORS */

#infoForm input.error,
#infoForm select.error {
    border: 1px #ee6666 solid !important;
}

#infoForm label.error {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: -5px;
    background-color: transparent;
    padding-left: 2px;
    color: #ee6666;
}

#questionForm label.error {
    /* display: none !important; */
    color: #ee6666;
    border: none;
    color: red;
    text-transform: capitalize;
    font-style: italic;
    width: 203px;
    position: absolute;
    top: 34px;
    font-size: 13px;
}

#questionForm select.error {
    border: 1px #ee6666 solid !important;
}


/* SECURITY LOGOS */
.securityLogos {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.securityLogos p {
    display: block;
    margin-top: 15px;
    font-size: 1.1em;
}

.securityLogos .secureLogo {
    display: inline-block;
    max-width: 130px;
}


/* FOOTER */
footer {
    background-color: #1b5996;
    padding: 25px;
    text-align: center;
}

footer .copyright {
    color: white;
    font-size: 1em;
}

footer .legal {
    font-size: 0.7em;
    opacity: 0.4;
    color: white;
    line-height: 1.3em;
    margin-top: 15px;
}


/* AJAX LOADER POPUP */
.waitContainer {
    /*position: absolute;
    left: 50%;
    width: 100%;*/
    display: none;
    position: absolute;
    align-content: center;
    justify-content: center;
    background: rgba(255,255,255,0.7);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.waitContainer .loading {
    display: none;
    /*position: relative;
    background-color: white;
    color: black;
    width: 90%;
    text-align: center;
    border: 3px #3480cc solid;
    height: auto;
    margin-top: -100%;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    left: -50%;
    padding: 25px 10px;
    box-shadow: 0px 0px 20px #999;*/
    background-color: white;
    color: black;
    width: 90%;
    text-align: center;
    border: 3px #3480cc solid;
    margin-top: 35vh;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 25px 10px;
    box-shadow: 0px 0px 20px #999;
    height: 300px;
}

.waitContainer .please-wait {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}


/* RADIO & CHECKBOX */

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 28px;
    width: 28px;
    background: #fff;
    border: 1px #ccc solid;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #fff;
}

.control input:checked~.control__indicator {
    background: #0084ff;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #0084ff;
}

.control input:disabled~.control__indicator {
    background: #fff;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    /* display: none; */
    opacity: 0.5;
}

.control input:checked~.control__indicator:after {
    display: block;
    opacity: 1;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 2px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}


/* YES & NO BUTTONS */

.cd-switch {
    padding: 50px 0;
    text-align: center;
    padding: 10px;
}

.switchFilter {
    width: 0;
    display: inline-block;
    background-color: #0084ff;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

.cd-switch label {
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #3D4349;
    width: 95px;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 10px;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.maritalStatus .cd-switch label{
    width:auto;
    padding: 10px 15px;
}

.switch {
    position: relative;
    display: inline-block;
    /* left: 50%; */
    /* right: auto; */
    /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    z-index: 1;
    margin: 2em 0;
    margin: 0;
}

.switch input[type="radio"] {
    visibility: hidden;
    position: absolute;
    height: 100%;
}


/* RADIO ONE */

.switch input[type="radio"]#yes:checked~label[for="yes"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#yes:checked~.switchFilter {
    left: 0;
    opacity: 1;
    width: 94px;
    background-color: transparent;
}*/

.switch input[type="radio"]#no:checked~label[for="no"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#no:checked~.switchFilter {
    left: 110px;
    width: 94px;
    opacity: 1;
    background-color: transparent;
}*/


/* RADIO TWO */

.switch input[type="radio"]#yesTwo:checked~label[for="yesTwo"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#yesTwo:checked~.switchFilter {
    left: 0;
    opacity: 1;
    width: 94px;
    background-color: transparent;
}*/

.switch input[type="radio"]#noTwo:checked~label[for="noTwo"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#noTwo:checked~.switchFilter {
    left: 110px;
    width: 94px;
    opacity: 1;
    background-color: transparent;
}*/


/* RADIO THREE */

.switch input[type="radio"]#yesThree:checked~label[for="yesThree"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#yesThree:checked~.switchFilter {
    left: 0;
    opacity: 1;
    width: 94px;
    background-color: transparent;
}*/

.switch input[type="radio"]#noThree:checked~label[for="noThree"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#noThree:checked~.switchFilter {
    left: 110px;
    width: 94px;
    opacity: 1;
    background-color: transparent;
}*/


/* RADIO FOUR */

.switch input[type="radio"]#yesFour:checked~label[for="yesFour"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#yesFour:checked~.switchFilter {
    left: 0;
    opacity: 1;
    width: 94px;
    background-color: transparent;
}*/

.switch input[type="radio"]#noFour:checked~label[for="noFour"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

/*.switch input[type="radio"]#noFour:checked~.switchFilter {
    left: 110px;
    width: 94px;
    opacity: 1;
    background-color: transparent;
}*/

/* RADIO FIVE */

.switch input[type="radio"]#singleFive:checked~label[for="singleFive"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}


.switch input[type="radio"]#marriedFive:checked~label[for="marriedFive"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}



.switch input[type="radio"]#divorcedFive:checked~label[for="divorcedFive"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}



/* RADIO AGE BRACKETS */

.switch input[type="radio"]#grp-under50:checked~label[for="grp-under50"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}


.switch input[type="radio"]#grp-50-54:checked~label[for="grp-50-54"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}


.switch input[type="radio"]#grp-55-59:checked~label[for="grp-55-59"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

.switch input[type="radio"]#grp-60-62:checked~label[for="grp-60-62"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}

.switch input[type="radio"]#grp-over63:checked~label[for="grp-over63"] {
    color: white;
    border: 1px solid #0084ff;
    opacity: 1;
    background-color: #0084ff;
}




/* STEPS CIRCULAR */

.progress {
    height: 72px;
    background-color: transparent;
}

.progress .progBar {
    height: 3px;
    background-color: #ccc;
    width: 40%;
    position: absolute;
    margin-top: 37px;
    /* border: thin red solid; */
    /* margin-right: 25px; */
    left: 10%;
    z-index: 0;
}

.progress .progBarL {
    width: 40%;
}

.progress .progBarR {
    left: 55%;
}

.progress .activeBar {
    background-color: #1b5996;
}

.progress .stepCircle {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 3px #ccc solid;
    display: inline-block;
    margin: 15px;
    z-index: 5;
    position: relative;
    background-color: white;
}

.progress .activeStep {
    background-color: #1b5996;
    color: white;
    border: 3px #1b5996 solid;
}

.stepCircle span {
    display: block;
    margin-top: 7px;
    font-size: 18px;
}

.circle1 {
    float: left;
}

.circle3 {
    float: right;
}


/* RESPONSIVE & DESKTOP FIXES */

@media only screen and (max-width: 339px) and (min-width: 1px) {
    header h1 {
        font-size: 19px;
        top: -78px;
        padding-left: 10px;
    }
    header h2 {
        font-size: 12px;
    }
    .callCTA h4 {
        font-size: 90%;
    }
}

@media only screen and (max-width: 305px) and (min-width: 1px) {
    header h1 {
        font-size: 17px;
        top: -70px;
    }
}

@media (min-width:340px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    header h1 {
        font-size: 21px;
        top: -85px;
        padding-left: 10px;
    }
    header h2 {
        font-size: 13px;
    }

}

@media (max-width:480px){
  .callCTA h4 {
      font-size: 100%;
      font-weight: 700;
  }
}

@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    header h1 {
        font-size: 28px;
        top: -102px;
        padding-left: 15px;
        line-height: 30px;
    }
    header h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .progress .progBarL {
        width: 45%;
        left: 5%;
    }
    .progress .progBarR {
        left: 51%;
        width: 46%;
    }
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    header h1 {
        font-size: 32px;
        top: -130px;
        padding-left: 15px;
        line-height: 40px;
    }
    header h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .progress .progBarL {
        width: 45%;
        left: 5%;
    }
    .progress .progBarR {
        left: 51%;
        width: 46%;
    }
}

@media (min-width:961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    header h1 {
        font-size: 2.3em;
        line-height: 1.3em;
        top: -110px;
        /* max-width: 700px;
        font-size: 2.2em;
        line-height: 1.3em;
        top: 300px; */
    }
    header h2 {
        font-size: 24px;
        margin-top: 4px;
        text-transform: uppercase;
        color: #666;
        letter-spacing: 0.02em;
        line-height: 30px;
    }
    .progress .progBar {
        width: 44%;
        position: absolute;
        margin-top: 37px;
        left: 0;
        margin-left: 25px;
    }
    .progress .progBarR {
        left: 46%;
    }
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}


/* SUCCESS & THANK YOU PAGES */

.resultsPage p {
    color: #333333;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    padding: 20px;
    top: 0;
    letter-spacing: 0.04em;
    line-height: 21px;
    padding-bottom: 0;
}

.resultsPage .disclaimer {
    color: red;
    font-size: 11px;
    line-height: 16px;
}

.resultsPage header h1 {
    font-size: 30px;
    color: #1b5996;
    top: 0;
    height: auto;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 15px;
}

.resultsPage .securityLogos p {
    margin-top: -10px;
}


/* SAFARI ONLY DROP DOWN FIX */

.dropdown {
    font-size: 16px;
    background: white;
    border: none;
    position: relative;
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown:focus {
    outline: none;
}

.plain-selector {
    margin: 0 3px;
}

.plain-selector::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 30%;
    margin-top: -3px;
    height: 0;
    width: 0;
    right: 0;
    border-top: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.plain-selector::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 30%;
    margin-top: -3px;
    height: 0;
    width: 0;
    right: 0;
    border-bottom: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.out-selector {
    position: relative;
}

.outter-selection {
    width: 100%;
}

.selection {
    display: block;
    margin: auto;
    border-radius: 50px;
    background: white;
    padding: 5px;
    max-width: 360px;
    text-align: center;
    width: 90%;
    position: relative;
}


/* CUSTOM ARROW */

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, #0084ff 50%), linear-gradient(135deg, #0084ff 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 3em) 0.6em;
    background-size: 10px 10px, 10px 10px, 1px 2em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, transparent 50%, #0084ff 50%), linear-gradient(135deg, #0084ff 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 3em) 0.6em;
    background-size: 10px 10px, 10px 10px, 1px 2em;
    background-repeat: no-repeat;
}


/* AMERICA REVISIONS */

.progress,
.titleHead {
    display: none !important;
}

.btmHeader {
    background-image: url("../img/blue-bg-middle.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1f396a;
    background-position: top;
    margin: 0;
    padding-top: 25px;
    margin-bottom: -3px;
    padding-bottom: 20px;
    position: relative;
}

.btmHeader h2,
.btmHeader h2 span {
    color: white;
    margin: 0;
    padding: 0;
}

.pointerLeaderTop {
    max-width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -3px;
}

.pointerLeaderBtm {
    max-width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -12px;
}

form {
    background-color: #e5e5e5 !important;
}

header h2 {
    font-weight: 300;
    letter-spacing: 0.02em;
}

header h2 span {
    font-weight: 700;
}

.orng_btn,
.submit-button-wrapper input[type="button"] {
    border: none !important;
}

footer {
    background-color: #1f396a;
}


/* RESPONSIVE */

@media only screen and (max-width: 339px) and (min-width: 1px) {
    header h2 {
        /* border: thin red solid; */
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 305px) and (min-width: 1px) {
    header h2 {
        /* border: thin white solid; */
    }
}

@media (min-width:340px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    header h2 {
        /* border: thin green solid; */
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    header h2 {
        /* border: thin yellow solid; */
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    header h2 {
        /* border: thin black solid; */
        font-size: 26px;
        line-height: 34px;
    }
}

@media (min-width:961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    header h2 {
        /* border: thin blue solid; */
    }
}


/* AGE BRACKETS TEST */
.ageBracket, .ageBracket .cd-switch{
    margin:0;
    padding: 0;
    padding-top: 8px;
}

.ageColumn{
    margin: 10px 0px;
    display: inline-block;
    display: inline-flex;
    flex-flow: row;
}

.ageBracket .cd-switch label{
    background-color: white;
}

#ageGroup-error{
    border: none;
    text-transform: initial;
    position: absolute;
    width: 200px;
    float: left;
    left: -2px;
    top: -22px;
    text-align: left;
}

#agreetoterms-error{
    float: left;
    position: absolute;
    left: 2px;
    top: 36px;
}
#questionForm label.error {
    width: 100%;
    left: 0;
}
.cd-switch label {
    margin-top: 10px;
}

.blocker .modal {
    overflow: unset;
}

/* footer timer */
.new-cta-timer {
    margin: 30px 0 25px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: white;
  }
  .new-cta-timer strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #2b415b;
    font-family: 'Roboto', sans-serif;
  }
  .new-cta-timer p {
    margin: 7px 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #2b415b;
  }
  .new-cta-timer p.open-hours {
    font-size: 14px;
    color: #2B415B;
  }
  .new-cta-timer--box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #0084ff;
  }
  .new-cta-timer--box img {
    margin-right: 7px;
  }
  a.btn-new-cta-timer {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #0084ff;
    text-decoration: none;
    pointer-events: none;
  }
  a.btn-new-cta-timer:hover {
    background-color: #2B415B;
  }
  a.btn-new-cta-timer:hover svg path {
    fill: #2B415B;
  }
  a.btn-new-cta-timer svg {
    margin-right: 10px;
    flex: 0 0 35px;
    max-width: 35px;
  }
  .btn-new-cta-timer-text {
    font-size: 14px;
    line-height: 1.3;
    color: white;
    font-weight: 700;
  }
  .btn-new-cta-timer-text span {
    display: block;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  .hide-for-small-only {
    display: block !important;
  }
  .show-for-small-only {
    display: none !important;
  }
  @media screen and (max-width: 39.99875em) {
    .new-cta-timer strong {
      font-size: 18px;
    }
    .new-cta-timer p {
      font-size: 14px;
    }
    a.btn-new-cta-timer {
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 10px;
      max-width: 280px;
      width: 100%;
      pointer-events: all;
    }
    a.btn-new-cta-timer svg {
      flex: 0 0 27px;
      max-width: 27px;
    }
    .hide-for-small-only {
        display: none !important;
    }
    .show-for-small-only {
        display: block !important;
    }
  }
  body #onetrust-banner-sdk .ot-sdk-columns {
      float: none;
  }

  body #onetrust-banner-sdk .ot-sdk-ten{
      display: block;
      width: 82.6666666667%;
  }
