.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

a {
    text-decoration: underline;
}

.section-main {
    min-height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 36, 56, 0.75)), to(rgba(31, 36, 56, 0.75))), url('../images/landing_capitol-min.jpg');
    background-image: linear-gradient(180deg, rgba(31, 36, 56, 0.75), rgba(31, 36, 56, 0.75)), url('../images/landing_capitol-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    text-align: center;
}

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.container-main {
    position: relative;
    left: 0px;
    top: 20vh;
    right: 0px;
    text-align: center;
}

.landing-h1 {
    display: inline-block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
}

.landing-main-h2 {
    margin-top: 20px;
    font-family: Lato, sans-serif;
    color: #d4d4d4;
    font-size: 1.5em;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 300;
    text-align: justify;
    text-shadow: none;
}

.btn-get-started {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 20px 55px;
    border-radius: 10px;
    background-color: #bb133e;
    box-shadow: 1px 1px 5px 0 #000;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.1em;
}

    .btn-get-started:hover {
        background-color: #dd0c41;
    }

    .btn-get-started.btn-blue {
        display: inline-block;
        background-color: #002147;
        line-height: 1em;
        text-align: center;
    }

        .btn-get-started.btn-blue:hover {
            background-color: #07366d;
        }

    .btn-get-started.btn-landing-main {
        padding-right: 85px;
        padding-left: 85px;
        font-weight: 400;
    }

    .btn-get-started.partnership {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.4em;
    }

    .btn-get-started.contractors {
        width: 100%;
    }

.landing-section-2 {
    position: relative;
    min-height: 100vh;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/landing_why_buy-min.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/landing_why_buy-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: center;
}

.landing-section-3 {
    position: relative;
    display: block;
    min-height: 100vh;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/landing-faq-2-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/landing-faq-2-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    opacity: 1;
    text-align: center;
}

.landing-section-5 {
    position: relative;
    min-height: 71vh;
    padding-top: 120px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 98, 109, 0.7)), to(rgba(85, 98, 109, 0.7))), url('../images/landing_contact-min.jpg');
    background-image: linear-gradient(180deg, rgba(85, 98, 109, 0.7), rgba(85, 98, 109, 0.7)), url('../images/landing_contact-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    text-align: center;
}

.section-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333;
}

.landing-container-4 {
    position: relative;
    display: block;
}

.landing-h2-4 {
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 300;
}

.footer-text {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 400;
}

.footer-links {
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 15px;
}

.landing-h2-2 {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 1.1em;
    font-weight: 400;
}

.landing-section-2-text {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 300;
    text-align: justify;
}

.anchor {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 5%;
    z-index: 100;
    display: block;
    width: 50px;
    max-width: 50px;
    margin-right: auto;
    margin-left: -25px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
    font-size: 70px;
    text-decoration: none;
}

    .anchor:hover {
        color: #bb133e;
    }

    .anchor.w--current {
        min-width: 50px;
    }

    .anchor.anchor-dark {
        left: 50%;
        color: #333;
        font-size: 70px;
    }

        .anchor.anchor-dark:hover {
            color: #bb133e;
        }

        .anchor.anchor-dark.w--current:hover {
            color: #bb133e;
        }

.landing-container-3 {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.landing-h2-3 {
    margin-bottom: 30px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.3em;
}

.section-4-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 500;
}

.section-hero {
    position: relative;
    height: 400px;
    color: #002;
}

    .section-hero.about-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 97, 143, 0.3)), to(rgba(95, 97, 143, 0.3))), url('../images/about-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(95, 97, 143, 0.3), rgba(95, 97, 143, 0.3)), url('../images/about-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 50%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.fepli-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 16, 27, 0.35)), to(rgba(9, 16, 27, 0.35))), url('../images/professional_liability-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(9, 16, 27, 0.35), rgba(9, 16, 27, 0.35)), url('../images/professional_liability-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 100%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.disability-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 21, 31, 0.48)), to(rgba(11, 21, 31, 0.48))), url('../images/disability_insurance-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(11, 21, 31, 0.48), rgba(11, 21, 31, 0.48)), url('../images/disability_insurance-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 65%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.accident-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 39.2%, 0.52)), to(hsla(0, 0%, 39.2%, 0.52))), url('../images/accident.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, hsla(0, 0%, 39.2%, 0.52), hsla(0, 0%, 39.2%, 0.52)), url('../images/accident.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 50%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.life-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 75, 75, 0.45)), to(rgba(75, 75, 75, 0.45))), url('../images/life_insurance-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(75, 75, 75, 0.45), rgba(75, 75, 75, 0.45)), url('../images/life_insurance-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 0px, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.dental-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 98, 109, 0.43)), to(rgba(85, 98, 109, 0.43))), url('../images/dental_insurance-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(85, 98, 109, 0.43), rgba(85, 98, 109, 0.43)), url('../images/dental_insurance-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 50%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.umbrella-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 98, 109, 0.45)), to(rgba(85, 98, 109, 0.45))), url('../images/umbrella_insurance-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(85, 98, 109, 0.45), rgba(85, 98, 109, 0.45)), url('../images/umbrella_insurance-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 0px, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.claims-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 98, 107, 0.5)), to(rgba(85, 98, 107, 0.5))), url('../images/claim-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(85, 98, 107, 0.5), rgba(85, 98, 107, 0.5)), url('../images/claim-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 50%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.contact-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 33, 71, 0.45)), to(rgba(0, 33, 71, 0.45))), url('../images/contact_us-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(0, 33, 71, 0.45), rgba(0, 33, 71, 0.45)), url('../images/contact_us-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 50%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.legal-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 98, 109, 0.4)), to(rgba(85, 98, 109, 0.4))), url('../images/legal-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(85, 98, 109, 0.4), rgba(85, 98, 109, 0.4)), url('../images/legal-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 100%, 0px 0px;
        background-size: auto, cover, auto;
    }

    .section-hero.leosa-hero {
        background-color: #002147;
        background-image: url('../images/leosa-min.jpg');
        background-position: 0px 0px;
        background-size: cover;
    }

    .section-hero.travel-hero {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url('../images/partnerships_hero-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
        background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url('../images/partnerships_hero-min.jpg'), linear-gradient(180deg, #002147, #002147);
        background-position: 0px 0px, 50% 75%, 0px 0px;
        background-size: auto, cover, auto;
    }

.static-header {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0%;
}

.static-h1 {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    text-align: left;
    text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.section-static-gray {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fbfbfb));
    background-image: linear-gradient(180deg, #fbfbfb, #fbfbfb);
}

.body-default {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
}

.static-p {
    font-family: Lato, sans-serif;
    font-size: 19px;
    line-height: 1.3em;
    text-align: justify;
}

    .static-p.small-text {
        padding-bottom: 21px;
        font-size: 15px;
    }

.section-cta {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002147), to(#002147));
    background-image: linear-gradient(180deg, #002147, #002147);
}

.static-ul {
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}

.static-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-cta-strip {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}

.cta-strip-h2 {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.static-h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Firasans, sans-serif;
    color: #bb133e;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}

    .static-h2.contact-h2 {
        margin-top: 25px;
    }

    .static-h2.contractors {
        font-size: 22px;
    }

    .static-h2.life-traditional {
        margin-top: 30px;
    }

.footer-social {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-style: none;
    border-color: transparent;
    border-top-width: 5px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 1.9em;
    text-align: center;
    text-decoration: none;
}

    .footer-social:hover {
        color: #ff8c00;
    }

.static-col {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    max-height: 200px;
    padding-top: 75px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.static-vector {
    position: relative;
    top: 50%;
    right: 0px;
    max-width: 200px;
}

.footer-contact-links {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

    .footer-contact-links:hover {
        color: #ff8c00;
    }

.div-main-cta {
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 20px;
}

.landing-section-2-blue {
    position: absolute;
    left: 55%;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 35%;
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 33, 71, 0.9);
}

.section-3-container-outer {
    min-height: 100vh;
}

.link-get-quote {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.product-text-links {
    display: inline-block;
    margin-top: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.plan-rate-th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

    .plan-rate-th.pl-rate-th-color {
        color: #fff;
    }

.div-tab {
    padding: 30px 25px;
}

    .div-tab.div-tab-gray {
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #fbfbfb;
    }

        .div-tab.div-tab-gray.rates-fepli-small {
            background-color: #fbfbfb;
        }

.product-tab-link {
    width: 22%;
    margin-right: 1%;
    padding: 18px 8px;
    border-radius: 2px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

    .product-tab-link.w--current {
        background-color: #bb133e;
    }

.footer-link-text {
    border-bottom: 1px none #000;
    color: #fff;
    text-decoration: none;
}

    .footer-link-text:hover {
        color: #ff8c00;
    }

.navbar-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    width: 100%;
}

.navbar {
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
    padding-top: 5px;
    background-color: transparent;
}

.nav-block {
    position: relative;
    width: 100%;
}

.nav-transparency {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 33, 71, 0.9);
    opacity: 0;
}

.div-nav-trigger {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: block;
    height: 1px;
}

.navigation {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding: 19px 0px 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

    .navigation:hover {
        color: #bb133e;
    }

    .navigation.w--current {
        color: #bb133e;
        font-weight: 700;
    }

.landing-section-4 {
    position: relative;
    min-height: 100vh;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/landing_products-min.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/landing_products-min.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    text-align: center;
}

.fepli-tab-arrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -12px;
    z-index: 1;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.nav-phone {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: right;
    text-decoration: none;
}

    .nav-phone:hover {
        color: #bb133e;
    }

.nav-icon-fa-phone {
    font-family: 'Fontawesome webfont', sans-serif;
}

.landing-h2-5 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
}

.landing-section-5-text {
    display: block;
    width: 90%;
    margin: 25px auto 39px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
}

.landing-section-5-icons {
    display: block;
    padding-bottom: 10px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
    font-size: 6em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

    .landing-section-5-icons:hover {
        color: #ff8c00;
    }

.row {
    display: block;
}

.column {
    display: block;
}

.landing-section-5-links {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .landing-section-5-links:hover {
        color: #ff8c00;
    }

.landing-section-5-divs {
    position: static;
    display: inline-block;
    width: 18%;
}

.modal-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    text-align: center;
}

.modal-funnel-entrance {
    display: inline-block;
    width: 450px;
    max-width: 100%;
    margin: 272px auto auto;
    padding: 15px 20px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: hsla(0, 0%, 100%, 0.9);
    text-align: center;
}

.modal-btn {
    padding: 10px;
    border-radius: 10px;
    background-color: #bb133e;
    box-shadow: 1px 1px 5px 0 #000;
    text-decoration: none;
}

    .modal-btn:hover {
        background-color: #dd0c41;
    }

    .modal-btn.modal-btn-2 {
        display: block;
        width: 150px;
        height: 50px;
        margin-right: auto;
        margin-bottom: 19px;
        margin-left: auto;
        padding-top: 15px;
        background-color: #002147;
    }

        .modal-btn.modal-btn-2:hover {
            background-color: #07366d;
        }

        .modal-btn.modal-btn-2.modal-btn-disability {
            height: 95px;
        }

.modal-btn-text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

    .modal-btn-text.modal-pl-text {
        font-size: 18px;
    }

.modal-close-link {
    display: inline-block;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #333;
    font-size: 24px;
    text-align: right;
    text-decoration: none;
}

.modal-h3 {
    margin-top: 0px;
    font-weight: 300;
}

.modal-link-block {
    width: 100%;
    text-decoration: none;
}

.div-center {
    text-align: center;
}

    .div-center.div-padding-bottom {
        padding-bottom: 25px;
    }

.h2-secondary-cta {
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
}

.p-eft {
    padding-top: 10px;
    line-height: 1.2em;
    font-style: italic;
    text-align: center;
}

.static-anchor-up {
    position: relative;
    left: 50%;
    right: 0px;
    bottom: 5%;
    display: block;
    width: 50px;
    margin-left: -25px;
    padding-bottom: 40px;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #333;
    font-size: 70px;
    text-align: center;
    text-decoration: none;
}

    .static-anchor-up:hover {
        color: #bb133d;
    }

.contact-form-field {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    font-size: 18px;
}

    .contact-form-field.contact-form-checkbox-text {
        padding-top: 0px;
    }

.contact-form-btn {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    background-color: #bb133e;
    color: #fff;
    font-size: 18px;
}

    .contact-form-btn:hover {
        background-color: #dd0c41;
    }

.contact-col {
    padding-right: 20px;
    padding-bottom: 70px;
}

.plan-rate-td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .plan-rate-td.underline {
        text-decoration: underline;
    }

.nav-dropdown {
    margin-top: 1px;
    margin-left: 20px;
    background-color: #002147;
}

    .nav-dropdown.w--open {
        margin-top: 15px;
    }

.nav-ddl-text {
    color: #fff;
}

    .nav-ddl-text:hover {
        color: #bb133e;
    }

    .nav-ddl-text.w--current {
        color: #bb133e;
        font-weight: 700;
    }

    .nav-ddl-text.sub {
        padding-top: 5px;
        padding-left: 40px;
        color: #ccc;
        font-size: 14px;
    }

        .nav-ddl-text.sub:hover {
            color: #bb133e;
        }

        .nav-ddl-text.sub.w--current {
            color: #bb133e;
        }

.tabs-menu-static {
    display: block;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
}

.fepli-exclusions-col {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-2-col-1 {
    text-align: right;
}

.modal-2-col-2 {
    text-align: left;
}

.checkbox {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    font-size: 20px;
}

.footer-social-col {
    padding-top: 22px;
    text-align: center;
}

.landing-faq-row {
    margin-bottom: 70px;
}

.th-gray {
    background-color: #eee;
}

    .th-gray.pl-rate-th-bg {
        background-color: #002147;
    }

.row-table-gray {
    background-color: #f5f5f5;
}

.right-align {
    text-align: right;
}

.form-success-message {
    background-color: transparent;
    font-size: 19px;
}

.form-error-message {
    font-size: 16px;
}

.nav-logo {
    max-height: 70px;
}

.menu-button {
    color: #fff;
}

.important-text {
    line-height: 1.1em;
}

.font-awesome {
    font-family: 'Fontawesome webfont', sans-serif;
}

    .font-awesome.partnership {
        color: #666;
        font-size: 15px;
        cursor: pointer;
    }

    .font-awesome.nested {
        margin-left: 15px;
    }

.nav-phone-wrapper {
    text-align: right;
}

.flip-card {
    width: 100%;
}

.flip-text-wrap-front {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
}

.flip-text {
    padding: 35px 20px 40px;
    color: #fff;
    font-size: 18px;
}

    .flip-text.flip-text-back {
        color: #002147;
    }

.flip-text-wrap-back {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0;
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card-front {
    width: 100%;
    height: 100%;
}

.flip-card-back {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    max-height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0;
}

.superscript {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 4px;
    font-size: 15px;
}

    .superscript.rates {
        bottom: 6px;
        font-size: 10px;
    }

    .superscript.rate-dollar {
        bottom: 24px;
    }

.landing-section-pl-users {
    position: relative;
    min-height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 33, 71, 0.91)), to(rgba(0, 33, 71, 0.91)));
    background-image: linear-gradient(180deg, rgba(0, 33, 71, 0.91), rgba(0, 33, 71, 0.91));
}

.container {
    padding-top: 110px;
}

.pl-user-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
}

.pl-user-row {
    min-height: 35vh;
    margin-bottom: 20px;
}

.overlay-hover-lighten {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 35vh;
    margin-right: 10px;
    margin-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    opacity: 0.6;
}

.pl-users-text {
    padding-top: 20px;
    padding-right: 0px;
    color: #fff;
    font-size: 38px;
    line-height: 1.1em;
    font-weight: 200;
    text-align: left;
}

.paragraph {
    padding-top: 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
}

.footer-usa {
    color: #bb133e;
    font-weight: 700;
    text-shadow: 1px 1px 4px #000;
}

.about-us-who-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-us-bio {
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
}

.about-us-bio-image {
    position: static;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: 0px;
    display: inline;
}

.bio-image-alignment {
    position: static;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cohen-attribution-h2 {
    margin-top: 10px;
    color: #d4d4d4;
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 300;
}

.cohen-titles-span {
    font-size: 0.9em;
    font-style: italic;
    font-weight: 300;
}

.quote-quotation {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 30px;
    line-height: 0em;
    font-weight: 700;
}

.fepli-h3-rate-group {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: Lato, sans-serif;
    color: #bb133e;
    font-size: 20px;
    text-align: center;
}

    .fepli-h3-rate-group.contractors {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.fepli-h4-rate-plan {
    margin-top: 0px;
    font-family: Lato, sans-serif;
    color: #00305e;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.fepli-h2-rates-premium {
    margin-top: 0px;
    font-family: Lato, sans-serif;
    font-size: 46px;
    text-align: center;
}

    .fepli-h2-rates-premium.new {
        margin-left: 35%;
        text-align: left;
    }

    .fepli-h2-rates-premium.center {
        margin-left: 35%;
        text-align: left;
    }

.subscript {
    position: relative;
    top: 5px;
    font-size: 0.2em;
}

.fepli-rates-line {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    text-align: center;
}

    .fepli-rates-line.gray {
        padding-right: 5px;
        padding-left: 5px;
        background-color: #eee;
    }

    .fepli-rates-line.partnership {
        font-size: 13px;
        line-height: 12px;
    }

.fepli-rates-defense {
    font-size: 18px;
}

    .fepli-rates-defense.partnership {
        display: inline-block;
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 14px;
    }

.fepli-rates-div {
    border: 1px solid #eee;
    text-align: center;
}

.fepli-rates-div-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.fepli-rates-image {
    max-width: 70px;
    margin-top: -35px;
}

.fepli-rates-col {
    padding-top: 40px;
}

    .fepli-rates-col.contractors {
        padding-top: 0px;
    }

.fepli-rates-div-padding {
    padding-top: 0px;
    padding-bottom: 20px;
}

.landing-section-endorsement {
    position: relative;
    min-height: 190vh;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 48, 94, 0.78)), to(rgba(0, 48, 94, 0.78))), url('../images/legal-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 48, 94, 0.78), rgba(0, 48, 94, 0.78)), url('../images/legal-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.landing-h2-endorsements {
    margin-top: 5vh;
    padding-bottom: 20px;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}

.landing-link-block-endorsements {
    position: relative;
    display: block;
    text-decoration: none;
}

.landing-endorsement-divs {
    display: inline-block;
    width: 18%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.landing-endorsements-logo {
    position: relative;
    max-height: 120px;
}

.landing-endorsements-bg-div {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.53)), to(hsla(0, 0%, 100%, 0.53)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.53), hsla(0, 0%, 100%, 0.53));
    text-align: center;
}

.landing-h3-endorsements {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
    text-decoration: none;
}

.partnerships-container {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}

.partnerships-h1 {
    margin-top: 50px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 2.3em;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 2px #000;
}

.partnerships-p {
    margin-top: 20px;
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
}

.partnerships-p-disclaimer {
    margin-bottom: 0px;
    color: #666;
    font-size: 0.7em;
    line-height: 1.2em;
    text-align: center;
}

.partnerships-swusa-logo {
    max-width: 250px;
    margin-right: 15px;
}

.landing-endorsements-2 {
    margin-top: 15px;
}

.partnerships-section-top {
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 71, 71, 0.3)), to(rgba(75, 71, 71, 0.3))), url('../images/partnerships_hero-min.jpg');
    background-image: linear-gradient(180deg, rgba(75, 71, 71, 0.3), rgba(75, 71, 71, 0.3)), url('../images/partnerships_hero-min.jpg');
    background-position: 0px 0px, 50% 51%;
    background-size: auto, cover;
}

.partnerships-partner-logo {
    max-height: 110px;
    padding-left: 15px;
}

    .partnerships-partner-logo.abe {
        max-height: 60px;
        background-color: hsla(0, 0%, 100%, 0.4);
    }

    .partnerships-partner-logo.penfed {
        max-height: 60px;
    }

    .partnerships-partner-logo.wifle {
        max-height: 80px;
        background-color: hsla(0, 0%, 100%, 0.3);
    }

.partnerships-section-disclaimer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: linear-gradient(180deg, #eee, #eee);
}

.partnership-section-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, #333, #333);
}

.partnerships-footer-text {
    color: #fff;
    font-size: 0.8em;
}

.partnership-p-2 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #002147;
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
}

.partnership-div-plans {
    margin-top: 15px;
}

.partnership-limit-details {
    display: none;
    margin-top: 3px;
    margin-bottom: 7px;
    font-family: Lato, sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 400;
}

.sitemap__link {
    text-decoration: none;
}

.static-h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Firasans, sans-serif;
    color: #032a4d;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

    .static-h3.travel {
        text-align: center;
    }

.article-inset {
    display: inline-block;
    margin-left: 5%;
}

html.w-mod-js *[data-ix="scroll-reveal-2500"] {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="tab-arrow"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="modal-wrapper"] {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
    .btn-get-started {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 20px;
    }

    .landing-h2-2 {
        font-size: 20px;
    }

    .landing-section-2-text {
        font-size: 17px;
    }

    .section-hero.about-hero {
        height: 200px;
    }

    .section-hero.fepli-hero {
        height: 200px;
    }

    .section-hero.disability-hero {
        height: 200px;
    }

    .section-hero.accident-hero {
        height: 200px;
    }

    .section-hero.life-hero {
        height: 200px;
    }

    .section-hero.dental-hero {
        height: 200px;
    }

    .section-hero.umbrella-hero {
        height: 200px;
    }

    .section-hero.claims-hero {
        height: 200px;
    }

    .section-hero.contact-hero {
        height: 200px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/contact_us-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
        background-image: linear-gradient(180deg, null, null), url('../images/contact_us-min.jpg'), linear-gradient(180deg, null, null);
        background-position: 0px 0px, 0px -137px, 0px 0px;
    }

    .section-hero.legal-hero {
        height: 200px;
    }

    .section-hero.leosa-hero {
        height: 200px;
    }

    .static-h1 {
        margin-bottom: 5px;
        font-size: 44px;
        line-height: 44px;
    }

    .static-p {
        font-size: 19px;
    }

    .static-ul {
        font-size: 19px;
        text-align: left;
    }

    .static-h2 {
        font-size: 28px;
    }

    .div-main-cta {
        width: 70vw;
    }

    .link-get-quote {
        font-size: 18px;
    }

    .product-tab-link {
        height: 75px;
    }

    .navigation {
        display: block;
        padding-top: 10px;
        font-size: 16px;
    }

    .modal-funnel-entrance {
        margin-top: 0px;
    }

    .modal-btn.modal-btn-2.modal-btn-disability {
        height: 70px;
    }

    .modal-btn-text {
        font-size: 16px;
    }

    .nav-ddl-text {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .landing-faq-row {
        margin-bottom: 30px;
    }

    .nav-menu {
        position: relative;
        z-index: 5000;
        width: 100%;
        margin-left: -20px;
        padding-bottom: 25px;
    }

        .nav-menu.nav-bg-med {
            background-color: #002147;
            font-size: 16px;
        }

    .menu-button.w--open {
        background-color: transparent;
        color: #fff;
    }

    .nav-dropdown-mobile {
        max-width: 240px;
        margin-left: 0px;
    }

    .flip-text {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 16px;
    }

        .flip-text.flip-text-back {
            padding-top: 20px;
            font-size: 16px;
        }

    .flip-card-front {
        height: 320px;
    }

    .flip-card-back {
        height: 320px;
    }

    .fepli-h3-rate-group {
        font-size: 15px;
    }

    .fepli-h2-rates-premium.center {
        margin-left: 25%;
    }

    .fepli-rates-line.gray {
        font-size: 14px;
    }

    .landing-h3-endorsements {
        font-size: 0.6em;
    }

    .partnerships-h1 {
        margin-top: 25px;
        font-size: 2em;
    }

    .partnerships-p {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .partnerships-section-top {
        padding-top: 20px;
    }

    .partnership-p-2 {
        font-size: 1.3em;
    }

    .static-h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .section-main {
        height: 500px;
    }

    .container-main {
        top: 100px;
    }

    .landing-h1 {
        font-size: 24px;
    }

    .landing-main-h2 {
        font-size: 18px;
    }

    .btn-get-started.partnership {
        width: 90%;
    }

    .landing-section-2 {
        min-height: 700px;
    }

    .landing-section-3 {
        min-height: 600px;
        padding-top: 80px;
    }

    .landing-section-5 {
        height: 500px;
    }

    .landing-h2-4 {
        font-size: 26px;
    }

    .footer-text {
        padding-left: 5px;
        font-size: 14px;
    }

    .footer-links {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 5px;
        border-style: none;
    }

    .section-4-text {
        font-size: 16px;
    }

    .section-hero {
        height: 300px;
    }

        .section-hero.travel-hero {
            height: 200px;
        }

    .static-h1 {
        padding-left: 5px;
        line-height: 1em;
    }

    .static-ul {
        text-align: left;
    }

    .static-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .static-col {
        padding-top: 15px;
    }

    .div-main-cta {
        padding-top: 25px;
    }

    .landing-section-2-blue {
        left: 5%;
        bottom: 80px;
        width: 90%;
    }

    .plan-rate-th {
        font-size: 12px;
        line-height: 1.2em;
    }

    .footer-link-text.w--current {
        font-size: 13px;
    }

    .footer-link-text.footer-text-small {
        font-size: 13px;
        line-height: 1em;
    }

    .navigation {
        display: block;
    }

    .landing-section-4 {
        min-height: 600px;
    }

    .nav-phone {
        padding-right: 15px;
    }

    .landing-h2-5 {
        font-size: 26px;
    }

    .landing-section-5-text {
        font-size: 20px;
    }

    .landing-section-5-icons {
        font-size: 70px;
    }

    .landing-section-5-links {
        font-size: 16px;
    }

    .modal-funnel-entrance {
        margin-top: 0px;
    }

    .modal-btn {
        min-width: 320px;
        margin-bottom: 15px;
    }

        .modal-btn.modal-btn-2 {
            min-width: 150px;
        }

    .plan-rate-td {
        font-size: 12px;
        line-height: 1.2em;
    }

    .landing-faq-row {
        margin-bottom: 30px;
    }

    .nav-logo {
        max-height: 50px;
        margin-top: 10px;
    }

    .nav-menu.nav-bg-med {
        position: static;
    }

    .flip-card-front {
        height: 200px;
    }

    .flip-card-back {
        height: 200px;
    }

    .cohen-attribution-h2 {
        font-size: 17px;
    }

    .cohen-titles-span {
        font-size: 17px;
    }

    .quote-quotation {
        font-size: 20px;
    }

    .fepli-h2-rates-premium.center {
        margin-left: 40%;
    }

    .fepli-rates-div {
        margin-right: 20px;
        margin-left: 20px;
    }

    .landing-section-endorsement {
        padding-right: 10px;
        padding-left: 10px;
    }

    .landing-h2-endorsements {
        margin-top: 0px;
        font-size: 24px;
        line-height: 26px;
    }

    .landing-endorsements-logo {
        max-height: 100px;
        margin-bottom: 17px;
    }

    .landing-endorsements-bg-div {
        padding-bottom: 0px;
    }

    .landing-h3-endorsements {
        font-size: 0.7em;
    }

    .partnerships-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .partnerships-h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.4em;
    }

    .partnerships-p {
        font-size: 1em;
    }

    .partnerships-swusa-logo {
        max-width: 150px;
    }

    .partnerships-section-top {
        padding-top: 10px;
    }

    .partnerships-partner-logo {
        max-height: 70px;
    }

    .partnership-p-2 {
        margin-top: 0px;
        font-size: 1em;
    }

    .partnership-div-plans {
        margin-top: 5px;
    }
}

@media (max-width: 479px) {
    .section-main {
        height: 700px;
        min-height: 100vh;
    }

    .btn-get-started.btn-blue {
        padding-right: 20px;
        padding-left: 20px;
    }

    .btn-get-started.btn-landing-main {
        padding-right: 55px;
        padding-left: 55px;
    }

    .landing-section-2 {
        min-height: 800px;
    }

    .landing-section-3 {
        min-height: 900px;
    }

    .landing-section-5 {
        height: 700px;
    }

    .landing-container-4 {
        padding-top: 0px;
    }

    .footer-text {
        font-size: 16px;
    }

    .section-hero {
        height: 200px;
    }

        .section-hero.contact-hero {
            background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/contact_us-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
            background-image: linear-gradient(180deg, null, null), url('../images/contact_us-min.jpg'), linear-gradient(180deg, null, null);
            background-position: 0px 0px, 0px 0px, 0px 0px;
            background-size: auto, cover, auto;
        }

    .static-h1 {
        font-size: 30px;
        line-height: 1em;
    }

    .static-p.contact-small-text {
        font-size: 15px;
    }

    .static-ul {
        text-align: left;
    }

    .static-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container-cta-strip {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1px;
    }

    .cta-strip-h2 {
        font-size: 28px;
    }

    .static-h2 {
        font-size: 28px;
        text-align: left;
    }

    .div-main-cta {
        width: 90vw;
    }

    .product-text-links {
        margin-bottom: 18px;
    }

    .plan-rate-th {
        font-size: 12px;
        line-height: 1.2em;
    }

    .div-tab.div-tab-gray.rates-fepli-small {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-tab-link {
        display: block;
        width: 300px;
        height: 40px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        padding-top: 10px;
    }

    .landing-section-4 {
        min-height: 900px;
    }

    .landing-section-5-divs {
        width: 33%;
    }

    .modal-btn {
        min-width: 256px;
        margin-bottom: 20px;
    }

        .modal-btn.modal-btn-2 {
            display: block;
            width: 110px;
            min-width: 120px;
            text-align: center;
        }

            .modal-btn.modal-btn-2.modal-btn-disability {
                height: 90px;
            }

    .modal-btn-text {
        font-size: 16px;
    }

    .plan-rate-td {
        font-size: 12px;
        line-height: 1.2em;
    }

    .modal-2-col-1 {
        position: static;
        text-align: center;
    }

    .modal-2-col-2 {
        position: static;
        text-align: center;
    }

    .landing-faq-row {
        margin-bottom: 10px;
    }

    .nav-menu.nav-bg-med {
        overflow: visible;
    }

    .flip-card {
        margin-bottom: 20px;
    }

    .about-us-bio-image {
        max-width: 50%;
    }

    .bio-image-alignment {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .fepli-h2-rates-premium.center {
        margin-left: 30%;
    }

    .fepli-rates-div {
        margin-right: 5px;
        margin-left: 5px;
    }

    .landing-h3-endorsements {
        font-size: 0.6em;
    }

    .partnerships-h1 {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .partnerships-p {
        font-size: 0.7em;
    }

    .partnership-p-2 {
        font-size: 0.9em;
    }

    .static-h3 {
        font-size: 20px;
        text-align: left;
    }
}

@font-face {
    font-family: 'Fontawesome webfont';
    src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
