/* =========================================================
   Hero
========================================================= */

#hero {
    position: relative;
    background-repeat: no-repeat;
    background-image: url('/assets/images/medicare-social-security-disability/medicare_advocacy_group.jpg');
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    min-height: 800px;
}

#heroHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
}

#heroHeaderLogo {
    max-width: 140px;
    margin: 0 auto;
}

#heroHeaderTagline {
    font-family: "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    color: var(--red);
    margin: 0;
}

#heroHeaderSpanish {
    font-style: italic;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    color: var(--red);
}

#heroContent {
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 800px;
}

#heroContentText {
    max-width: calc(100vw - 80px);
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
    margin-right: 40px;
}

#heroContentTextHeadline {
    font-size: 32px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 16px;
}

#heroContentTextSubheadline {
    font-size: 32px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 20px;
}

#heroContentTextHr {
    border: none;
    border-top: 2px solid #A4AEB0;
    width: 60%;
    margin: 20px auto;
}

#heroContentTextCta {
    font-size: 28px;
    font-weight: 600;
    color: var(--blue);
    margin: 0;
}

#heroContentTextCtaPhone {
    color: var(--red);
}

#heroContentTextCtaPhone:hover {
    opacity: 0.5;
}

#heroBbb {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 240px;
}

#heroBbb:hover {
    opacity: 0.5;
}

#heroBbbImg {
}

/* Responsive — Hero */
@media (max-width: 800px) {
    #hero {
        min-height: 770px;
        background-image: url('/assets/images/medicare-social-security-disability/medicare_advocacy_group_m.jpg');
        background-position: center bottom;
    }

    #heroBbb {
        max-width: 180px;
        right: 5px;
        bottom: 19px;
    }

    #heroHeader {
        position: relative;
        padding: 15px;
    }

    #heroHeaderLogo {
        max-width: 100px;
    }

    #heroHeaderSpanish {
        font-size: 9px;
        right: 10px;
    }

    #heroHeaderTagline {
        font-size: 16px;
    }

    #heroContent {
        padding: 20px 10px 0;
        justify-content: center;
        min-height: auto;
        max-width: none;
    }

    #heroContentText {
        width: 100%;
        line-height: 1.4;
        min-width: 0;
        max-width: none;
        margin-right: 0;
        white-space: normal;
    }

    #heroContentTextSubheadline {
        margin-bottom: 0;
    }

    #heroContentTextHr {
        margin: 10px auto;
        width: 83%;
    }

    #heroContentText br {
        display: none;
    }

    #heroContentTextHeadline,
    #heroContentTextSubheadline,
    #heroContentTextCta {
        font-size: 18px;
    }

}


/* =========================================================
   Blue Section
========================================================= */

#blue {
    background-color: var(--blue);
    padding: 40px 20px;
    text-align: center;
}

#blueText {
    color: var(--primary);
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

/* Responsive — Banner */
@media (max-width: 800px) {
    #blueText {
        font-size: 18px;
    }
}


/* =========================================================
   Info
========================================================= */

#info {
    padding: 60px 20px;
    text-align: center;
    max-width: var(--content-max-width);
    margin: 0 auto;
}

#infoTagline {
    font-size: 32px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 20px;
}

#infoBody {
    font-size: 16px;
    color: var(--blue);
    margin: 0 auto;
}

/* Responsive — Info */
@media (max-width: 800px) {
    #info {
        padding: 40px 20px;
    }

    #infoTagline {
        font-size: 18px;
    }
}


/* =========================================================
   Grid
========================================================= */

#grid {
    width: 100%;
}

.gridRow {
    display: flex;
    align-items: stretch;
    background-color: var(--light-blue);
}

.gridRowImage {
    width: 50%;
    flex-shrink: 0;
}

.gridRowImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gridRowContent {
    width: 50%;
    flex-shrink: 0;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gridTopContentTitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue);
    margin: 0 0 20px;
}

#gridTopContentBody {
    font-size: 16px;
    color: var(--blue);
    margin: 0;
}

#gridBottomContentTitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue);
    margin: 0 0 30px;
}

#gridBottomContentOriginal {
    margin-bottom: 30px;
}

#gridBottomContentOriginalSubtitle,
#gridBottomContentAdvantageSubtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 10px;
}

#gridBottomContentOriginalBody,
#gridBottomContentAdvantageBody {
    font-size: 16px;
    color: var(--blue);
    margin: 0;
}

#gridBottomContentAdvantageBody {
    margin-bottom: 16px;
}

#gridBottomContentAdvantageList {
    padding-left: 20px;
    margin: 0;
    font-size: 16px;
    color: var(--blue);
}

#gridBottomContentAdvantageList li {
    margin-bottom: 8px;
}

/* Responsive — Grid */
@media (max-width: 800px) {
    .gridRow {
        flex-direction: column;
    }

    .gridRow:last-child {
        flex-direction: column-reverse;
    }

    .gridRowImage,
    .gridRowContent {
        width: 100%;
    }

    .gridRowContent {
        padding: 50px 30px;
    }

    #gridTopContentTitle, #gridBottomContentTitle {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    #gridBottomContentOriginalSubtitle,
    #gridBottomContentAdvantageSubtitle {
        margin: 0;
    }
}


/* =========================================================
   CTA
========================================================= */

#cta {
    text-align: center;
    padding: 60px 20px;
    max-width: var(--content-max-width);
    margin: 0 250px;
}

#ctaTitle {
    font-size: 32px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 20px;
}

#ctaBody {
    font-weight: 600;
}

#ctaBody,
#ctaBody2 {
    font-size: 16px;
    color: var(--blue);
    max-width: 800px;
    margin: 0 auto 16px;
}

#ctaBody2 {
    margin-bottom: 30px;
    line-height: 1.5;
}

#ctaTagline {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 30px;
}

#ctaPhone {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
    margin: 0;
}

#ctaPhoneNumber {
    color: var(--red);
}

#ctaPhoneNumber:hover {
    opacity: 0.5
}

/* Responsive — CTA */
@media (max-width: 800px) {
    #cta {
        padding: 40px 20px;
        margin: 0 auto;
        max-width: none;
        line-height: 1.15;
    }

    #ctaTitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #ctaTagline,
    #ctaPhone {
        font-size: 16px;
    }
}


/* =========================================================
   Footer
========================================================= */

#medicareFooter {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

#medicareFooterLogo {
    max-width: 140px;
    margin: 0 auto 10px;
}

#medicareFooterTagline {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: var(--red);
    margin: 0 0 8px;
}

#medicareFooterSpanish {
    position: absolute;
    top: 13px;
    right: 20px;
    font-style: italic;
    font-size: 12px;
    color: var(--red);
}

#medicareFooterCopyright {
    font-size: 12px;
    color: #A4AEB0;
    margin: 0;
}

#medicareFooterMobileBanner {
    display: none;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
}

/* Responsive — Footer */
@media (max-width: 800px) {
    #medicareFooter {
        padding-bottom: 80px;
    }

    #medicareFooterLogo {
        max-width: 100px;
    }

    #medicareFooterSpanish {
        display: none;
    }

    #medicareFooterCopyright {
        font-size: 10px;
    }

    #medicareFooterMobileBanner {
        display: flex;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--red);
        color: var(--primary);
        padding: 20px 0;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    #medicareFooterMobileBanner.visible {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}

