﻿
html, body, main, main > div {
    overflow-x: visible !important;
}

.bg-light {
    background-color: #f3f3f3;
}

/* Entire Page Styles */
.landing-page h2 {
    color: #007873;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
}

.landing-page .text-block {
    color: #000000;
    text-align: center;
}

    .landing-page .text-block p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }

        .landing-page .text-block p.callout-text {
            font-size: 20px;
            line-height: 24px;
        }

            .landing-page .text-block p.callout-text.green, .landing-page .text-block .callout-text-green {
                color: #007873;
                font-weight: 500;
                font-size: 24px;
            }

                .landing-page .text-block .callout-text-green.dollar-amount {
                    margin-right: 4px;
                    font-size: 22px !important;
                }

@media (min-width: 1150px) {
    .landing-page h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .landing-page .text-block {
        padding: 0 0 0 60px !important;
        text-align: left;
    }
}


/* Side Circle */
.side-circle {
    z-index: 50;
    position: absolute;
    display: none;
}

@media (min-width: 1150px) {
    .side-circle {
        display: block;
    }

    .duals .side-circle {
        top: 1592px;
    }

    .aep .side-circle {
        top: 1655px;
    }

    .huntsville .side-circle {
        top: 1555px;
    }

    .mobile .side-circle {
        top: 1675px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto !important;
}

/* Banner */
.landing-page__banner {
    padding: 30px 0;
}

    .landing-page__banner.turning65 {
        background-color: #FAFAFA;
    }

.landing-page__banner-headline {
    margin-bottom: 20px;
}

    .landing-page__banner-headline > div {
        display: flex;
        flex-direction: column;
        height: 250px;
        justify-content: center;
    }

.landing-page__banner img {
    display: block;
    margin: 50px auto 0 auto;
    height: 250px;
}

.banner-divider {
    margin-left: auto;
    margin-bottom: 32px;
    width: 68px;
}

.banner-text {
    color: #007873;
    line-height: 1;
}

    .banner-text.turning65 {
        margin-top: 5rem;
        font-weight: 500;
        line-height: 0;
    }

    .banner-text.aep {
        margin-top: 5rem;
        font-weight: 500;
    }

.banner-text-gray {
    color: #474747;
    font-size: 28px;
    margin-right: 0.5rem;
}

.banner-text-prominent {
    display: inline-block;
    font-family: 'Galada';
    font-weight: 400;
    margin: 26px 0 16px 0;
    font-size: 80px;
    line-height: 60px;
}

.banner-text-prominent-long {
    display: inline-block;
    font-family: 'Galada';
    font-weight: 400;
    margin: 26px 0 16px 0;
    font-size: 60px;
    line-height: 60px;
}

.banner-text-prominent.turning65 {
    font-size: 60px;
}

.banner-text-muted {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}

.banner-text-black {
    color: #2d2d2d !important;
    font-size: 32px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .landing-page__banner img {
        height: 340px;
        margin: 0 auto;
    }
}

@media (min-width: 1150px) {
    .landing-page__banner-headline {
        margin-bottom: 0;
    }
}


/* About Section */
.landing-page__about {
    padding: 50px 20px;
}

.landing-page__about-content {
    margin: 60px 0;
}

@media (min-width: 1150px) {
    .landing-page__about {
        padding: 32px 0px;
    }
}



/* Floating Contact Form (embedded in About Section) */
.floating-contact {
    position: relative;
    display: flex;
    justify-content: center;
}

.floating-contact--box {
    max-width: 450px;
    background-color: #ffffff;
    padding: 50px 10px 20px 20px;
    border-top: 3px solid #66c3a0;
    margin: 2rem 0;
}

    .floating-contact--box h3 {
        font-size: 19px;
        font-weight: 700;
        line-height: 24px;
        color: #015A58;
        text-align: center;
    }

    .floating-contact--box .btn {
        width: 200px;
        margin-top: 0;
    }

    .floating-contact--box p {
        font-size: 24px;
        line-height: 1.25;
        text-align: center;
        color: #015A58;
        font-weight: 500;
    }

        .floating-contact--box p.small-text {
            font-size: 1rem;
            color: black;
            line-height: 1;
        }

    .floating-contact--box a.call-to-action {
        display: block;
        border: 3px solid #015A58;
        border-radius: 32px;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        padding: 0.5rem 0.75rem;
        margin: 0.75rem 0;
        color: #015A58;
    }

        .floating-contact--box a.call-to-action:hover, .floating-contact--box a.call-to-action:focus {
            text-decoration: none;
            background-color: rgba(181, 222, 200, 0.5);
        }

    .floating-contact--box .landingpagecontact__submit {
        display: flex;
        justify-content: center;
    }

@media (min-width: 1150px) {
    .floating-contact {
        position: absolute;
        top: 475px;
        left: 50%;
        width: 495px;
        padding-left: 40px;
        padding-top: 50px;
    }

    .duals.floating-contact {
        height: 2033px;
    }

    .turning65.floating-contact {
        height: 2242px;
    }

    .aep.floating-contact {
        height: 1973px;
    }

    .huntsville.floating-contact {
        height: 1881px;
    }

    .mobile.floating-contact {
        height: 2123px;
    }

    .stars.floating-contact {
        height: 2235px;
    }

    .floating-contact__safari-fix {
        position: relative;
    }

    .floating-contact--box {
        display: block;
        width: 450px;
        height: 630px;
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        padding: 1.25rem 1rem;
        margin: 0;
        margin-top: 5.5rem;
    }
}


/* Benefits Sections (Overview and Highlights) */
.landing-page__benefits-overview,
.landing-page__benefits-highlights {
    padding-top: 50px;
}

    .landing-page__benefits-overview.turning65 {
        padding-top: 1rem;
    }

        .landing-page__benefits-overview.turning65.bg-gray {
            background-color: #FAFAFA;
        }

    .landing-page__benefits-overview h2,
    .landing-page__benefits-highlights h2 {
        padding: 0 32px;
    }

    .landing-page__benefits-overview.turning65 h2 {
        padding: 0 0px;
    }

    .landing-page__benefits-overview .text-block,
    .landing-page__benefits-highlights .text-block {
        padding: 0;
        margin-top: 50px;
    }

        .landing-page__benefits-overview .text-block.turning65 p {
            font-size: 24px;
        }

.landing-page__benefits-overview--reasons,
.landing-page__benefits-highlights--reasons {
    margin-top: 50px;
}

    .landing-page__benefits-overview--reasons .icon-block-body .hasDisclaimer,
    .landing-page__benefits-highlights--reasons .icon-block-body .hasDisclaimer {
        display: inline;
    }

    .landing-page__benefits-overview--reasons a,
    .landing-page__benefits-highlights--reasons a {
        font-weight: 700;
    }

    .landing-page__benefits-overview--reasons h2,
    .landing-page__benefits-highlights--reasons h2 {
        text-align: center;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        margin: 0;
    }
.benefits-section-header {
    max-width: 250px;
}
@media only screen and (max-width: 1149px) {
    .benefits-section-header {
        max-width: auto;
        margin: 0 auto;
    }
    .mobile-image-spacing {
        padding-top: 1.5rem;
    }
}
.landing-page__benefits-highlights.turning65 h2 {
    padding: 0 0px;
}

.landing-page__benefits-overview--reasons p,
.landing-page__benefits-highlights--reasons p {
    text-align: center;
    font-size: 16px;
    padding: 0 100px;
}

.landing-page__benefits-highlights--reasons .icon-block {
    align-items: center;
}

.landing-page__benefits-highlights--reasons .icon-block-body {
    text-align: left;
}

.benefits-section_text-accent {
    color: #007873;
    font-weight: 600;
    font-size: 19px;
}


@media (min-width: 1150px) {
    .landing-page__benefits-overview
    .landing-page__benefits-highlights {
        padding-top: 32px;
    }
}



/* Call To Action Section */
.landing-page__cta {
    padding-top: 52px;
    padding-bottom: 52px;
    background-color: #fafafa;
}

    .landing-page__cta > div,
    .landing-page__cta .page {
        background-color: #fafafa !important;
        padding-top: 0;
    }

    .landing-page__cta .container {
        text-align: center;
    }

        .landing-page__cta .container p {
            font-size: 16px;
            line-height: 20px;
            color: #6C757D;
        }

    .landing-page__cta .page-header {
        padding-bottom: 0px;
    }

    .landing-page__cta .call-svg {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .landing-page__cta .call-svg img {
            max-width: 60px;
        }

@media (min-width: 540px) {
    .landing-page__cta .container p {
        font-size: 20px;
        line-height: 25px;
    }
}



/* Accolades Section */
.landing-page__accolades {
    text-align: center;
    padding: 40px 20px;
}

@media (min-width: 1150px) {
    .landing-page__accolades {
        padding: 0;
    }
}



/* Sticky Footer */
.mobile-sticky-footer {
    background: #d0e7d7;
    text-align: center;
    padding: 15px 0;
    border-top: 3px solid #015a58;
    display: none;
}

    .mobile-sticky-footer p {
        font-size: 20px;
        line-height: 24px;
    }

    .mobile-sticky-footer a {
        font-weight: 700;
    }

@media (max-width: 767px) {
    body {
        padding-bottom: 93px;
    }

    .mobile-sticky-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    html body.monsido-toolbar-body-container > .mon-logo-container {
        bottom: 50px;
    }
}
