@charset "UTF-8";

/*---------------------------------------- INTERFACE STYLES ----------------------------------------*/

html,body {
    background-color: #f7f7f7;
    color: #57585b;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: -0.035em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.orderedSlide {
    display: none;
}

.containerCustom {
    background-color: #fff;
    position: relative;
}

.footnote {
    color: #bbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-top: 20px;
    text-align: left;
}

.footnote2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: -10px;
    text-align: center;
}

.advice {
    font-size: 24px;
    text-transform: capitalize;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    html, body {
        font-family: Arial, Helvetica, sans-serif;
    }

    .orderedSlide div.textRowSmall {
        max-width: 400px;
    }

    .containerCustom {
        background-image: none;
        margin-left: 0;
        margin-right: 0;
    }

    .advice {
        font-size: 18px;
    }
}

/*---------------------------------------- BUTTONS & LINKS ----------------------------------------*/

a {
    color: #00b2ef;
    transition: filter 200ms ease-in-out;
    -webkit-transition: filter 200ms ease-in-out;
    -moz-transition: filter 200ms ease-in-out;
    -o-transition: filter 200ms ease-in-out;
}
a:active,
a:focus,
a:hover {
    color: #00b2ef;
    filter: brightness(120%);
    text-decoration: none;
}



.orderedSlide button {
    background-color: #0079ac;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 600px;
    padding: 10px 20px;
    transition: filter 200ms ease-in-out;
    -webkit-transition: filter 200ms ease-in-out;
    -moz-transition: filter 200ms ease-in-out;
    -o-transition: filter 200ms ease-in-out;
    width: 100%;
}
.orderedSlide button:active,
.orderedSlide button:focus,
.orderedSlide button:hover,
.orderedSlide button:visited {
    background-color: #0079ac !important;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    border: none !important;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    color: #fff !important;
    filter: brightness(120%);
    outline: none !important;
}

.orderedSlide .backButton, .orderedSlide .backButton:active, .orderedSlide .backButton:focus, .orderedSlide .backButton:hover, .orderedSlide .backButton:visited{
    background-image: url(../images/arrowBack.png);
    background-position-x: left;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .orderedSlide button {
        font-size: 20px;
    }

}

/*---------------------------------------- FORM STYLES ----------------------------------------*/

.formContainer {
    margin-bottom: 85px;
    min-height: 550px;
}

.form-group {
    margin-bottom: 0;
}

div#formRow {
    background-color: #fff;
}

#slide_1
{
    display: block;
}

.formCustom {
    background-color: #f3f3f3;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
    padding-bottom: 20px;
}

.orderedSlide {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-top: 65px;
    width: 100%;
}

.orderedSlide input {
    font-size: 18px;
    height: 60px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
}

.orderedSlide input[type='checkbox'] {
    height: auto;
}

.orderedSlide select {
    background-color: #f5f5f5;
    font-size: 24px;
    height: 60px;
    margin-bottom: 20px;
}

.orderedSlide .continueGlyph {
    top: 0.2em;
}

.orderedSlide .glyphClose {
    cursor: pointer;
    font-size: 20px;
}

.orderedSlide .labelHeadline {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 10px 0;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.orderedSlide #subLabel{
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: -12px;
}

.orderedSlide .instruction {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.orderedSlide input {
    font-size: 24px;
    height: 55px;
    margin-bottom: 20px;
    text-align: center;
}

.orderedSlide input.checkCustom {
    height: 30px;
    margin-left: -38px;
    margin-top: -4px;
    width: 30px;
}

.orderedSlide input#postal_code {
    width: 200px;
}

.orderedSlide .checkbox {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 27px;
}

.orderedSlide .checkbox label {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    margin-left: 5px;
}

.orderedSlide #disclaimer {
    color: #444;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 10px;
    max-width: 600px;
    text-align: left;
}

.orderedSlide .details {
    background-color: #ededed;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 15px 15px 5px;
    text-align: left;
}

.orderedSlide .checkboxLabel {
    font-weight: 400;
}

.orderedSlide #formMessage {
    color: #00b2ef;
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}

.orderedSlide .formAddOn {
    background-color: #f5f5f5;
}

.orderedSlide .form-horizontal .control-label {
    text-align: center;
}

.orderedSlide .form-control.yearInput {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    color: #01b0ee;
    display: inline-block;
    font-size: 56px;
    height: 80px;
    outline: medium none;
    padding: 0;
    width: 150px;
}

.orderedSlide .yearText {
    color: #01b0ee;
    display: inline-block;
    font-size: 60px;
}

.orderedSlide .wellContainer {
    margin-top: 50px;
}

.orderedSlide .wellCustom {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

.additionalElements {
    clear:both;
    font-size: 20px;
    line-height: 3em;
}

.additionalElements .skip a {
    text-decoration: underline;
}

.additionalElements .orCall {
    font-size: 24px;
}

.additionalElements .orCall a {
    font-weight: 700;
}


/*----- Extra Small -----*/
@media(max-width: 767px){

    .orderedSlide {
        padding-top: 35px;
        width: 100%;
    }

    .orderedSlide .labelHeadline {
        font-size: 24px;
        font-weight: 700;
    }

    .orderedSlide .checkbox {
        font-size: 18px;
    }

    .orderedSlide .instruction {
        font-size: 15px;
    }

    .orderedSlide select {
        font-size: 18px;
        height: 52px;
    }

    .orderedSlide input {
        font-size: 16px;
        height: 52px;
    }

    .orderedSlide .continueGlyph {
        top: 0.15em;
    }

    .orderedSlide .details {
        font-size: 12px;
    }

    .orderedSlide #disclaimer {
        padding: 0 15px;
    }

    .orderedSlide #formMessage {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

}

/*---------------------------------------- FORM INPUT SLIDER STYLES ----------------------------------------*/

.sliderValue {
    font-size: 50px;
    font-weight: 400;
}

.slider.slider-horizontal {
    width: 100%;
}

.sliderInput {
    margin: 10px 0 25px 0;
}

.slider-selection {
    background: #b4e7f9;
    box-shadow: none;
}

.slider-handle {
    background-color: #01b0ee;
    background-image: linear-gradient(#01c2f3, #01b0ee);
    height: 30px;
    top: -5px;
    width: 30px;
}

.slider-track {
    background: none;
    border: solid 1px #01b0ee;
    box-shadow: none;
}

/*---------------------------------------- HEADER ----------------------------------------*/

.headerCustom {
    background-color: #fff;
    height: 94px;
    padding: 0;
    text-align: center;
}

.headerCustom img.logo {
    height: 70px;
    margin-top: 13px;
    width: auto;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .headerCustom {
        height: 50px;
        width: 100%;
    }

    .headerCustom img.logo {
        height: auto;
        margin: 5px 0 0;
        width: 150px;
    }

}

/*---------------------------------------- PHONE SECTION STYLES ----------------------------------------*/

.phoneSection {
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}

.phoneCopy {
    float: left;
    line-height: 1.75em;
    margin-top: 18px;
    width: auto;
}

.phoneCopy a {
    font-size: 2.5em;
    font-weight: 700;
}

.phonePhoto {
    background-image: url("../images/operator.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 83px 94px;
    float: right;
    height: 94px;
    width: 83px;
}

.phoneHeadline {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 1px;
    text-transform: uppercase;
}

.phoneNumber {
    margin-bottom: -4px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .phoneSectionMobile {
        margin: 15px -35px 0 0;
    }

    .phoneSectionMobile a {
        background-color: #8bc53f;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 8px 10px;
        transition: filter 250ms;
    }
    .phoneSectionMobile a:active,
    .phoneSectionMobile a:focus,
    .phoneSectionMobile a:hover {
        filter: brightness(120%);
    }

    .phoneSectionMobile .glyphicon {
        margin-right: 5px;
    }

}

/*---------------------------------------- HERO ----------------------------------------*/

.heroContainer {
    background: url("../images/bg.jpg");
    background-position: center 10%;
    background-size: cover;
    height: 150px;
    position: relative;
    width: 100%;
}

.heroContainer .hero {
    background: url("../images/hero.png");
    background-repeat: no-repeat;
    height: 165px;
    left: calc(50% - 540px);
    position: absolute;
    top: -15px;
    width: 306px;
    z-index: 100;
}

.heroContainer .heroHeadline {
    font-size: 28px;
    font-weight: 700;
    line-height: 100px;
    text-transform: capitalize;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .heroContainer {
        background: none;
        background-color: #0079ac;
        height: 100px;
    }

    .heroContainer .heroHeadline {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 50px;
    }

    .heroContainer .hero {
        display: none;
    }

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

    .heroContainer .hero {
        display: none;
    }

}

/*---------------------------------------- PROGRESS BAR ----------------------------------------*/

.progressContainer {
    padding: 30px 30px 0;
    display: block;
}

.progress {
    height: 5px;
    overflow: visible;
}

.progress-bar {
    background-color: #006699;
}

#progressIcon {
    background-image: url("../images/progressIcon.png");
    background-size: 34px 30px;
    height: 26px;
    top: -12px;
    left: calc(0%);
    width: 34px;
    z-index: 100;
    transition: left 500ms;
    position: relative;
    background-repeat: no-repeat;
}

#progressPercentage {
    color: #7ac143;
    padding-top: 25px;
}

.circleBG {
    height: 132px;
    width: 132px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    left: calc(50% - 66px);
    position: absolute;
    top: 84px;
    z-index: 100;
}

.progress-circle-wrap {
    left: calc(50% - 62px);
    position: absolute;
    top: 88px;
    z-index: 200;
}

.circle-progress {
    width: 124px;
    height: auto;
}

.circle-progress-value {
    stroke-width: 6px;
    stroke: #00b2ef;
}
.circle-progress-circle {
    stroke-width: 6px;
    fill:white
}
.circle-progress-text {
    fill: #57585b;
    font-size: 12px;
    overflow: visible;
}

.progress-text-percentage {
    font-size: 30px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .progressContainer {
        margin: 0;
    }

    .progress-circle-wrap {
        left: calc(50% - 40px);
        top: 46px;
    }

    .circleBG {
        height: 88px;
        width: 88px;
        left: calc(50% - 44px);
        top: 42px;
    }

    .circle-progress {
        width: 80px;
    }

    .circle-progress-text {
        font-size: 10px;
    }

}

/*---------------------------------------- FOOTER STYLES ----------------------------------------*/

.footer {
    background-color: #ededed;
    bottom: 0px;
    color: #999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

.footerList {
    display: none;
    margin: 0;
    padding: 10px 20px 5px 20px;
}

.footerList li {
    padding-bottom: 5px;
}

.footerLink {
    letter-spacing: 0;
    text-decoration: none;
}
.footerLink:active,
.footerLink:hover {
    text-decoration: none;
}
.footerLink:focus {
    text-decoration: none;
}

.footerDisclaimer {
    color: #999;
    font-size: 10px;
    padding-bottom: 10px;
}

.footerLogo img {
    height: auto;
    margin-bottom: 10px;
    width: 150px;
}

.footerCustom {
    background-color: #f7f7f7;
    margin-bottom: 50px;
    position: relative;
    padding-top: 25px;
}

.footerCustom .copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 35px;
}


/*----- Extra Small -----*/
@media(max-width: 767px) {

    .footerCustom img.footerLogo {
        margin: 120px 0 20px;
    }

}

/*---------------------------------------- LOADING ANIMATION STYLES ----------------------------------------*/

.mfSlideLoadAnim {
    display: none;
    color: #A94442;
    font-size: 200%;
    margin: 0 0 20px 0;
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 10px 20px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #7ac143;
    box-shadow: none;
    color: #fff;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*---------------------------------------- THANK YOU PAGE STYLES ----------------------------------------*/

.thankYou h4 {
    color: #529353;
    margin-bottom: 3px;
}

.thankYou ul {
    margin-top: 10px;
}

.additionalDiscountsHeader {
    margin-bottom: 20px;
}

.additonalDiscountsOffer {
    background-color: #eee;
    margin-top: 10px;
    padding: 10px 20px 10px 10px;
}

.additionalDiscountsText {
    margin-left: -10px;
}

.additionalDiscountsText h4 {
    margin-top: 2px;
}

.additionalDiscountsImage {
    border: 2px solid #fff;
}