* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Lato', sans-serif;
    background-image: url('../img/wizard-bg.webp');
    background-color: #51b057 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0;
    padding: 0
}

#header_disc {
    background-color: #4c4c4c;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2), 0 4px 4px 0 rgba(0, 0, 0, .19);
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 20px
}

#header_disc h4 {
    font-size: 17px;
    line-height: 16px
}

@media(max-width:475px) {
    #header_disc {
        margin-bottom: 4px
    }

    #header_disc h4 {
        font-size: 13px;
        line-height: 1.2em
    }
}

.heading h1 {
    font-size: 2em;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media(max-width:767px) {
    .heading h1 {
        font-size: 1.8em
    }
}

@media(max-width:575px) {
    .heading h1 {
        font-size: 1.5em
    }
}

@media(max-width:475px) {
    .heading h1 {
        font-size: 1.3em;
        margin-top: 1.5rem;
        margin-bottom: .5rem
    }
}

@media(max-width:767px) {

    .container,
    .row {
        margin: auto;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100%;
        max-width: 100% !important
    }
}

.CompliLink {
    color: #222 !important
}

#leadform h1 {
    font-size: 2em;
    font-weight: 300;
    margin: 40px 0 0 0;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin-bottom: 30px
}

@media only screen and (max-width:920px) {
    #leadform h1 {
        font-size: 1.5em;
        font-weigh: bold;
        margin: 20px 0 0 0;
        font-family: 'Lato', sans-serif;
        color: #000
    }
}

#leadform h2 {
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin: 20px 0 0 0
}

sup {
    font-size: 10px;
    vertical-align: super
}

.fs12 {
    font-size: 12px !important
}

.fs14 {
    font-size: 14px !important
}

.fs16 {
    font-size: 16px !important
}

#blockLogo {
    padding-bottom: 20px;
    background-color: #fff
}

@media(max-width:475px) {
    #blockLogo {
        margin-bottom: 0
    }
}

#blockLogoMIL {
    padding: 0 0;
    background-color: #fff
}

#blockHero img {
    display: block;
    margin: 0 auto;
    max-width: 700px
}

#blockHeroA img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#bodyColor {
    background-color: #fff
}

.bodyMax {
    max-width: 700px;
    margin: 0 auto
}

#leadform {
    text-align: center;
    min-height: 400px;
    padding-bottom: 10px
}

#blockForm {
    max-width: 700px;
    margin: 0 auto
}

.btn-align {
    max-width: 300px;
    display: inline-block;
    width: 35% !important
}

#leadform fieldset {
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 700px;
    position: absolute
}

@media only screen and (max-width:920px) {
    #leadform fieldset {
        width: 100%
    }
}

#leadform fieldset:not(:first-of-type) {
    display: none
}

#leadform input,
#leadform button {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 16px
}

@media only screen and (max-width:920px) {
    #leadform button {
        max-width: 80% !important
    }

    #leadform input {
        max-width: 80% !important
    }
}

.form-step-controls input:hover {
    border: 1px solid #999 !important
}

.form-step-controls input {
    max-width: 500px !important;
    margin: 0 auto
}

select.form-control:not([size]):not([multiple]) {
    height: 55px !important;
    max-width: 500px !important;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width:920px) {
    select.form-control:not([size]):not([multiple]) {
        height: 55px !important;
        max-width: 80% !important;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.form-row input {
    width: 50% !important;
    margin: 0;
    padding: 0
}

.form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.form-select {
    position: relative
}

.form-select:after {
    border-color: #777 #fff;
    border-style: solid;
    border-width: 10px 6px 0 6px
}

.form-radio input {
    display: none
}

.form-radio .form-check-label {
    height: 55px;
    border: 1px solid #aaa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 65px;
    justify-content: center;
    margin-bottom: 1em;
    cursor: pointer
}

.form-radio .form-check-label:hover {
    border-color: #222
}

.form-radio input:checked~.form-check-label {
    border-color: #222;
    background: #222;
    color: #fff
}

.form-step-controls input {
    box-shadow: inset 0 1px 2px 2px #eee
}

.form-step-subtitle {
    margin: 0 0 20px 0
}

.form-step-controls {
    margin: 0 0 25px 0
}

.btn-primary {
    background: #f26924;
    border-color: #f26924
}

.btn-primary:hover {
    background: #f50;
    border-color: #f50
}

button.btn-primary {
    height: 60px;
    max-width: 500px
}

button.btn-outline {
    height: 60px;
    margin: 0 0
}

button.btn-outline:hover {
    border-color: #777 !important;
    color: #777 !important
}

.form-control {
    max-width: 700px !important
}

.btn-outline {
    background: #fff;
    border: 1px solid #ccc !important;
    color: #ccc !important
}

.btn-outline:hover {
    border-color: #333 !important;
    color: #777 !important
}

.btn-outline {
    background: #fff;
    border: 1px solid #ccc !important;
    color: #ccc !important
}

.btn-light {
    color: #ccc;
    border-color: #ccc;
    background: transparent
}

#leadform .btn-primary {
    width: 100%;
    background: #f26924;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0 0 0 0
}

#leadform .btn-primary:hover,
#leadform .btn-primary:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f50
}

.form-step-title {
    padding: 0 0 20px 0
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px
}

.form-error {
    color: #d0021b;
    font-style: italic;
    font-size: 12px;
    padding-top: 20px
}

#footer a {
    color: #333
}

#footer p {
    font-size: 10px;
    line-height: 12px;
    color: #555
}

.PhoneMob {
    display: none !important
}

.PhoneDesk {
    display: block !important
}

.superPct {
    font-size: 11px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    margin-left: 2px
}

@media(max-width:767px) {
    .PhoneMob {
        display: inline-block !important;
        text-align: center;
        padding-left: 50px
    }

    .PhoneDesk {
        display: none !important
    }
}

#banner-alert {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: .9em;
    color: #fff;
    padding: 5px 5px;
    background-color: #000 !important
}

.discTxt {
    font-size: small
}

.row .element {
    display: inline
}

div .col-3 {
    text-align: left;
    margin: 0;
    padding: 0
}

.quoteSrc {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 20px
}

.quoteSrc a {
    color: #555
}

.quoteSrc a:hover {
    color: #555;
    text-decoration: none;
    cursor: pointer
}

.quoteSrc a:visited {
    color: #555;
    text-decoration: none
}

.quoteSrc a:active {
    color: #555;
    text-decoration: none
}

div .col-9 {
    padding-left: 80px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase
}

h4 {
    font-size: 40px;
    font-weight: 600
}

h5 {
    font-size: 30px;
    font-weight: 600
}

h6 {
    font-size: 20px;
    font-weight: 600
}

@media(max-width:520px) {
    p .element {
        font-size: x-small
    }

    .element span {
        font-size: xx-small
    }

    div .col-9 {
        padding-left: 10px;
        padding-right: 0;
        font-size: 15px;
        line-height: 17px;
        padding-top: 15px
    }

    h1 {
        font-size: 50px
    }

    h4 {
        font-size: 24px;
        font-weight: 600
    }

    h5 {
        font-size: 20px;
        font-weight: 600
    }

    h6 {
        font-size: 17px;
        font-weight: 600
    }

    h3 {
        font-size: 28px
    }

    .col-3 img {
        transform: scale(.85)
    }

    .row .element {
        text-align: center
    }
}

body {
    color: #555;
    font-family: "Lato", sans-serif
}

h1 sup {
    font-size: .1em;
    vertical-align: top;
    line-height: 35px;
    margin-left: -15px
}

h1 sup20 {
    font-size: .1em;
    vertical-align: top;
    line-height: 35px;
    margin-left: -5px
}

.btn {
    border-radius: 8px;
    box-shadow: none !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px
}

.tcpa p {
    font-size: 10px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify
}

.req {
    color: #f00;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px
}

.input-with-icon {
    position: relative
}

.input-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: #bdbdbd;
    margin-top: 5px;
    margin-left: 2px
}

.form-step .input-icon {
    line-height: 46px
}

.form-step .input-with-icon .form-control {
    padding-left: 35px
}

@media(max-width:767.9px) {
    .btn {
        font-size: 16px
    }
}

.btn-primary {
    background: #dd5d22;
    border-color: #dd5d22
}

.btn-primary:hover {
    background: #222;
    border-color: #222
}

.btn-light {
    color: #ccc;
    border-color: #ccc;
    background: transparent
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 50px !important;
    webkit-box-shadow: inset 0 2px 2px rgb(0 0 0/8%);
    box-shadow: inset 0 2px 2px rgb(0 0 0/8%);
    margin-bottom: 1em;
    color: #999
}

@media(max-width:767.9px) {
    .form-section .form-control {
        font-size: 14px
    }
}

input {
    webkit-box-shadow: inset 0 2px 2px rgb(0 0 0/8%);
    box-shadow: inset 0 2px 2px rgb(0 0 0/8%)
}

input.has-error {
    border-color: #d0021b
}

.form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.form-select {
    position: relative
}

.form-select:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 22px;
    border-color: #777 #fff;
    border-style: solid;
    border-width: 10px 6px 0 6px
}

.form-radio input {
    display: none
}

.form-radio .form-check-label {
    height: 55px;
    border: 1px solid #aaa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 65px;
    justify-content: center;
    margin-bottom: 1em;
    cursor: pointer
}

.form-radio .form-check-label:hover {
    border-color: #222
}

.form-radio input:checked~.form-check-label {
    border-color: #222;
    background: #222;
    color: #fff
}

.badgeFixBottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99
}

badgeFixTopP {
    position: fixed;
    top: 122px;
    left: -3px;
    z-index: 99
}

@media(max-width:520px) {
    badgeFixTopP {
        position: fixed;
        transform: scale(.6);
        top: 125px;
        left: -68px;
        z-index: 99
    }
}

.badgeFixTop {
    position: fixed;
    top: 122px;
    left: -3px;
    z-index: 99
}

@media(max-width:520px) {
    .badgeFixTop {
        position: fixed;
        transform: scale(.6);
        top: 95px;
        left: -68px;
        z-index: 99
    }
}

header {
    font-size: 21px;
    font-weight: 600
}

header a {
    color: #dd5d22 !important
}

header .logo {
    height: 90px;
    background-color: #fff;
    margin-top: 10px
}

@media(max-width:767.9px) {
    header {
        text-align: center
    }
}

header .badge-lto {
    height: 120px;
    transform: rotate(-8deg);
    padding-top: 5px
}

@media(max-width:520px) {
    header .badge-lto {
        height: 80px;
        z-index: 99
    }

    header .logo {
        height: 70px
    }
}

@media(max-width:320px) {
    header .badge-lto {
        height: 60px;
        z-index: 99
    }

    header .logo {
        height: 60px
    }
}

.step-loader {
    padding-bottom: 10px
}

.form-section {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff
}

@media(max-width:767.9px) {
    .form-section {
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        height: auto
    }
}

.form-section .form-step {
    display: none
}

.form-section .form-step.active {
    display: block
}

.form-section h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

@media(max-width:767.9px) {
    .form-section h3 {
        font-size: 20px;
        font-weight: 400
    }
}

.form-section h4 {
    font-size: 40px;
    font-weight: 900
}

@media(max-width:767.9px) {
    .form-section h4 {
        font-size: 22px
    }
}

.form-section .helper {
    width: 420px;
    max-width: 90%;
    margin: 0 auto
}

@media(max-width:767.9px) {
    .form-section .helper {
        font-size: 12px
    }
}

.form-section .form-error {
    height: 0;
    color: #d0021b;
    font-style: italic
}

.form-section .forms {
    background: #fff;
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    color: #555
}

@media(max-width:767.9px) {
    .form-section .forms {
        border: 0;
        border-radius: 0;
        width: 100%
    }
}

.form-section .forms .form-step-title {
    font-size: 20px;
    font-weight: 600
}

.form-section .forms .form-step.last .form-step-title {
    font-size: 24px
}

@media(max-width:767.9px) {
    .form-section .forms .form-step-title {
        font-size: 18px
    }
}

.form-section .forms .form-step-subtitle {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 1em;
    line-height: 1
}

.form-section .forms .form-step.last .form-step-subtitle {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 0
}

.form-section .forms .form-step.last .phone-number a {
    font-size: 24px;
    color: #dd5d22
}

.form-section .forms .form-step.last .request {
    margin-top: 1em
}

.form-section .forms .form-step.last .request a {
    color: #555;
    text-decoration: underline
}

.testimonial-section {
    padding: 85px 0 135px;
    font-size: 25px;
    font-weight: 300;
    position: relative
}

@media(max-width:767.9px) {
    .testimonial-section {
        padding: 35px 0 115px;
        font-size: 14px
    }
}

.testimonial-section .author {
    font-size: 20px;
    margin-top: 2em
}

@media(max-width:767.9px) {
    .testimonial-author {
        font-size: 12px
    }
}

.testimonial-section .figures {
    width: 450px;
    max-width: 90%;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.testimonial-section .figures .figure {
    width: 128px;
    height: 128px;
    background: #76a38c;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px
}

@media(max-width:767.9px) {
    .testimonial-section .figures .figure {
        width: 80px;
        height: 80px
    }
}

.testimonial-section .figures .figure .figure-value {
    font-size: 40px;
    font-weight: 700
}

@media(max-width:767.9px) {
    .testimonial-section .figures .figure .figure-value {
        font-size: 30px
    }
}

.testimonial-section .figures .figure .figure-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: .3em
}

@media(max-width:767.9px) {
    .testimonial-section .figures .figure .figure-title {
        font-size: 12px
    }
}

.super {
    font-size: 11px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    vertical-align: super
}

.zero-disclaimer {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    vertical-align: super
}

.perks-section {
    background: rgba(165, 193, 148, .2);
    padding: 150px 0 50px;
    font-size: 16px;
    color: #777
}

@media(max-width:767.9px) {
    .perks-section {
        line-height: 1.15;
        padding: 80px 0 20px
    }
}

.perks-section .perks-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:767.9px) {
    .perks-section .perks-icon {
        height: 65px
    }
}

.perks-section .perks-icon img {
    max-height: 100%
}

.perks-section .perks-title {
    margin-top: 1em;
    font-weight: 700
}

.start-section {
    height: 600px;
    display: flex;
    align-items: center;
    background: url('../img/hero1a.jpg') no-repeat center left;
    background-size: cover;
    color: #fff
}

@media(max-width:767.9px) {
    .start-section {
        background-image: url('../img/hero-bottom-couple.jpg');
        align-items: flex-start;
        padding-top: 30px
    }
}

.start-section h1 {
    font-size: 60px;
    font-weight: 700
}

@media(max-width:767.9px) {
    .start-section h1 {
        font-size: 30px
    }
}

.start-section p {
    font-size: 25px;
    width: 500px;
    margin: 0 auto 1.5em;
    font-weight: 600;
    max-width: 100%
}

@media(max-width:767.9px) {
    .start-section p {
        font-size: 15px
    }
}

.start-section .btn {
    width: 300px
}

.formOpt {
    color: #777;
    font-size: 12px;
    line-height: 14px
}

.introMssg {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0 0
}

@media(max-width:767.9px) {
    .introMssg {
        text-align: center
    }

    .clicktocall {
        text-align: center
    }
}

footer {
    padding: 30px 0;
    color: #95979a;
    font-size: 12px;
    line-height: 1.4
}

@media(max-width:767.9px) {
    footer {
        padding: 40px 0;
        font-size: 11px
    }
}

footer .logos {
    height: 65px
}

@media(max-width:767.9px) {
    footer .logos {
        height: 50px
    }
}

footer .logos img {
    max-height: 100%
}

@media(max-width:520px) {
    h1 sup {
        font-size: .1em;
        vertical-align: top;
        line-height: 25px;
        margin-left: -1px
    }

    h1 sup20 {
        font-size: .1em;
        vertical-align: top;
        line-height: 25px;
        margin-left: -5px
    }
}

#blockLogo {
    display: flex;
    justify-content: space-around
}

#PhoneDivDesktop {
    display: block;
    text-align: center;
    margin-top: 8px
}

#PhoneHeader {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0
}

#PhoneNumber {
    font-size: 36px;
    font-weight: 700
}

#PhoneDivMobile {
    flex-direction: row;
    gap: 12px;
    align-items: center;
    text-align: center;
    display: none
}

#PhoneDivMobile strong {
    font-size: 20px
}

#PhoneDivMobileNumber {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f26924;
    padding: 10px 15px;
    border-radius: 100px
}

#PhoneDivMobile .fa-solid {
    margin-right: 10px
}

@media only screen and (max-width:600px) {
    #blockLogo {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        align-items: center
    }

    #PhoneDivDesktop {
        display: none
    }

    #PhoneDivMobile {
        display: flex
    }
}