#bg-container {
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    scroll-behavior: smooth;
    max-width: 980px;
    margin: 1rem auto;
}

#footer,
.footer {
    margin: 2rem auto 0 auto;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #252525 !important;
}

.disclosure-text {
    font-size: 12px;
}

body {
    margin: 0;
    font-family: Lato, 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    position: relative;
}

.footer-text {
    color: #000 !important;
    margin: 0 auto;
}

.footer-text a,
.footer a {
    color: #000 !important;
    display: inline-block;
}

.form-container {
    max-width: 700px;
    margin: 1rem auto;
}

.form-inner-wrapper {
    padding: 0 0 3rem 0;
}

@media (max-width: 576px) {
    .form-inner-wrapper {
        padding: 0 1rem 2.5rem;
    }
}

@media (max-width: 576px) {
    .form-inner-wrapper {
        padding: 0 1rem 2rem;
    }
}

.main-centered {}

@media (max-width: 768px) {
    .logo-form img {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.logo-form {
    display: block;
    text-align: center;
    font-weight: 900;
    color: #1d1d1d;
    font-size: 1.8rem;
    font-family: 'Montserrat';
}

.logo-form:hover {
    text-decoration: none;
    color: #1d1d1d;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Montserrat';
    color: #272727;
}

@media (max-width: 576px) {
    .form-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

.spacer {
    height: 1rem;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .6rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #d8d8d8;
    border-radius: .5rem;
    border: 1px solid #b1b1b1;
    margin-top: 1rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #FE6E4Ee3;
    transition: width .6s ease;
}

.title-guide {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    color: #515151;
}

.form-control {}

.form-control:focus {
    color: #111111;
    background-color: #fff;
    border-color: #FE6E4Ee3;
    outline: 0;
    box-shadow: 0px 2px 5px 0rem #80bdff;
}

.select:focus {
    color: #111111;
    background-color: #fff;
    border-color: #FE6E4Ee3;
    outline: 0;
    box-shadow: 0px 2px 5px 0rem #80bdff;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #FE6E4Ee3;
    -webkit-box-shadow: px 2px 5px 0rem #80bdff;
    box-shadow: 0px 2px 5px 0rem #80bdff;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #FE6E4Ee3;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    margin-top: .2rem;
    margin-bottom: .1rem;
    border: 1px solid #bcbcbc;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bcbcbc;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: .1rem;
}

.select {
    display: block;
    width: 100%;
    height: 2.4rem;
    padding: 0rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bcbcbc;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    z-index: inherit;
    border-radius: 0;
}

#next-step-0 {}

.primary-btn {
    color: #fff;
    width: 100%;
    padding: .8rem;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 0;
    background: rgb(170, 170, 170);
    background: -webkit-linear-gradient(#ababab, #888989);
    background: -moz-linear-gradient(#ababab, #888989);
    background: -o-linear-gradient(#ababab, #888989);
    background: linear-gradient(#ababab, #888989);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.primary-btn.active {
    background: rgb(0, 190, 95);
    background: -moz-linear-gradient(180deg, #FE6E4E 0%, #FE6E4E 50%, #FE6E4E 100%);
    background: -webkit-linear-gradient(180deg, #FE6E4E 0%, #FE6E4E 50%, #FE6E4E 100%);
    background: linear-gradient(180deg, #FE6E4E 0%, #FE6E4E 50%, #FE6E4E 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00be5f", endColorstr="#0ca257", GradientType=1);
    max-width: 200px;
    margin: auto;
    display: block;
}

.primary-btn:hover {
    background-position: 0 0;
    background: rgb(0, 190, 95);
    background: -moz-linear-gradient(180deg, #FE6E4Ee3 0%, #FE6E4Ee3 80%, #FE6E4Ee3 100%);
    background: -webkit-linear-gradient(180deg, #FE6E4Ee3 0%, #FE6E4Ee3 80%, #FE6E4Ee3 100%);
    background: linear-gradient(180deg, #FE6E4Ee3 0%, #FE6E4Ee3 80%, #FE6E4Ee3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00be5f", endColorstr="#0ca257", GradientType=1);
}

.seperator {
    height: 1px;
    border-top: 1px solid rgb(133, 133, 133);
    width: 100%;
}

.secure-seal {
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem 0 2rem 0;
}

.form-section {
    display: none;
    transition: all ease-in-out .5s;
    background-color: #fff;
}

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

.current {
    display: block;
}

label.error {
    color: rgb(255, 45, 45);
    margin-top: .2rem;
    font-size: 13px;
}

.form-control.error,
.error+.select2 .selection .select2-selection {
    border: 1px solid #ff3b3b;
}

.select2-container {
    display: block;
}

label {
    margin-top: .5rem;
    margin-bottom: 0;
}

header {
    max-width: 620px;
    margin: 0 auto;
}

.form-sub-title {
    color: #4a4a4a;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#form-step-0 {
    max-width: 620px;
    margin: auto;
}

#Driver_1_Zip {
    padding: 1.6rem 1.5rem;
}

.logo-form img {
    margin: 0 auto;
    padding-top: 1rem;
}

.authorize {
    font-size: .6rem;
    text-align: justify;
    color: #525252;
}

#btn-step-0 {
    margin-top: 1rem;
}

.page-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4rem 4rem 2rem 4rem;
    width: 100%;
    max-width: 980px;
    margin: 4rem auto 8rem auto;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

@media (max-width: 768px) {
    .page-container {
        padding: 3rem 2rem 2rem 2rem;
    }
}

@media (max-width: 576px) {
    .progress {
        display: -ms-flexbox;
        display: flex;
        height: .5rem;
        overflow: hidden;
        line-height: 0;
        font-size: .75rem;
    }
    .form-section-inner-padding {
        padding: 0 1rem 2rem !important;
    }
}

.font-weight-600 {
    font-weight: 600;
}

.btn:hover {
    color: #fbfbfb;
    text-decoration: none;
}

#zip_code {
    text-align: center;
    padding: 1.4rem;
}

.bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(146, 209, 66);
    background: -moz-linear-gradient(180deg, rgba(146, 209, 66, 1) 0%, rgba(137, 200, 55, 1) 50%, rgba(124, 189, 42, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(146, 209, 66, 1) 0%, rgba(137, 200, 55, 1) 50%, rgba(124, 189, 42, 1) 100%);
    background: linear-gradient(180deg, rgba(146, 209, 66, 1) 0%, rgba(137, 200, 55, 1) 50%, rgba(124, 189, 42, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#92d142", endColorstr="#7cbd2a", GradientType=1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bounce-to-top:hover:before,
.bounce-to-top:focus:before,
.bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: .3rem;
}

.timer-section {
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.timer-label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

#countdown-timer {
    max-width: 240px;
    margin: .5rem auto;
}

@media (max-width: 576px) {
    .timer-section {
        padding: 1.5rem 1rem;
    }
}

.timer-n {
    font-size: 2.1rem;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    padding: 0;
}

.timer-l {
    font-size: 12px;
    text-transform: lowercase;
}

.timer-seperator {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

.btn.focus,
.btn:focus {
    outline: 0;
    border-color: #FE6E4Ee3;
    box-shadow: 0px 2px 5px 1px rgb(136 200 54 / 80%);
}

#solar-form,
#lead-form {
    max-width: 620px;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
}

.question-count {
    padding: .5rem;
    background-color: #ededed;
    font-weight: 600;
    margin-bottom: 2rem;
}

.form-section-inner-padding {
    padding: 0 3rem 3rem;
}

label.btn {
    position: relative;
}

input[type="radio"]+label:before {
    position: absolute;
    content: "\2714";
    border: 1px solid #d8d8d8;
    border-radius: 0.2em;
    display: revert;
    width: 18px;
    height: 18px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-right: 8px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    top: 18px;
    left: 15px;
    background: #fff;
    font-size: 12px;
}

input[type="radio"]:checked+label:before,
input[type="radio"]:hover+label:before {
    background-color: #FE6E4E;
    border: none;
    box-shadow: 0px 0px 5px 0px #d0d0d0;
    color: #fff;
}

input[type="radio"]:checked+label.btn {
    background: rgb(0, 190, 95);
    background: -moz-linear-gradient(180deg, #FE6E4E 0%, #FE6E4E 80%, #FE6E4E 100%);
    background: -webkit-linear-gradient( 180deg, #FE6E4E 0%, #FE6E4E 80%, #FE6E4E 100%);
    background: linear-gradient( 180deg, #FE6E4E 0%, #FE6E4E 80%, #FE6E4E 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00be5f", endColorstr="#0ca257", GradientType=1);
}

input[type=radio] {
    display: none;
}


/***Thank you style***/

.cross-sell-wrapper {
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: rgb(55, 55, 55) 0 0 12px -4px;
    margin: 1rem .5rem;
}

.cross-sell-wrapper img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    width: 100%;
}

.btn.home-improvement-cta {
    background: rgb(0, 127, 255);
    background: linear-gradient(180deg, rgba(0, 127, 255, 1) 0%, rgba(0, 95, 255, 1) 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    width: 100%;
}

.cross-sell-body {
    padding: 2rem 3rem 4rem 3rem;
}

.cross-sell-home-improvement-title {
    color: #0070bb;
    font-weight: 700;
    font-size: 1.2rem;
}

.cross-sell-wrapper p {
    min-height: 50px;
}

.cross-sell-auto-insurance-title {
    color: #e30002;
    font-weight: 700;
    font-size: 1.2rem;
}

.offers {
    margin: 0 auto;
}

.btn.auto-upgrade-cta {
    background: #e30002;
    background: linear-gradient(180deg, #e30002 0%, #e30002 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem .5rem;
    border-radius: .5rem;
    width: 100%;
}

.cross-sell-solar-title {
    color: #03822b;
    font-weight: 700;
    font-size: 1.4rem;
}

.btn.solar-cta {
    background: rgb(91, 192, 44);
    background: linear-gradient(180deg, rgba(91, 192, 44, 1) 0%, rgba(32, 179, 13, 1) 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem .5rem;
    border-radius: .5rem;
    width: 100%;
}

.btn.home-shield-cta {
    background: #eac47d;
    background: linear-gradient(180deg, #eac47d 0%, #eac47d 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem .5rem;
    border-radius: .5rem;
    width: 100%;
}

/**.thank-you-page-bg .row {
  max-width: 810px;
  margin: auto;
}**/