﻿/* Top Bar*/

.topbar {
    text-align: center;
    width: 100%;
    background: #FEDF9D 0% 0% no-repeat padding-box;
    opacity: 1;
}

.topbar-interior {
    margin: 0 auto;
    text-align: center;
    color: #053D6F;
    text-transform: uppercase;
}

.topbar-desktop {
    display: none;
}

    .topbar-desktop .topbar-interior {
        max-width: 1171px;
        height: 18px;
        letter-spacing: 3px;
        font-size: .93vw;
    }

    .topbar-mobile .topbar-interior {
        padding-top: 18px;
        width: 100vw;
        height: 77px;
        font-size: 10px;
        letter-spacing: 2.2px;
        line-height: 2;
    }



@media (min-width: 1366px)  {
    .topbar-desktop .topbar-interior {

        font-size: 16px;
    }
}

.topbar-item {
    margin-left: -20px;
    width: 100vw;
}

.sub-nav-mobile {
    margin-top: 15px;
}

/* topbar desktop */
@media (min-width: 769px) {
    .topbar {
        padding: 20px;
        min-height: 58px;
        height: unset;
    }

    .topbar-desktop {
        display: block;
    }

    .topbar-mobile {
        display: none;
    }

    .sub-nav-mobile {
        display: none;
    }
}

/* topbar mobile */
@media (max-width: 768px) {
    .main-nav--open {
        flex-direction: column;
    }
    .sub-menu-nav {
        display: none;
    }
    .sub-menu__item {
        display: block;
        color: #FFFFFF;
        letter-spacing: 2.6px;
        margin: 5px 0px 5px 45px;
    }

    .sub-menu__link {
        font-size: 12px;
    }
}

/* Hover sub navigation */

.main-menu__link + .sub-menu-nav {
    display: none;
}

@media (min-width: 769px) {
    .main-menu__link:hover + .sub-menu-nav,
    .main-menu__link + .sub-menu-nav:hover {
        display: inline-block;
        z-index: 9000;
        position: absolute;
        left: 0;
        top: 167px;
        background-color: #053d6f;
    }
}

@media (min-width: 769px) and (max-width: 1366px) and (orientation: landscape) {
    .main-menu__link:hover + .sub-menu-nav,
    .main-menu__link + .sub-menu-nav:hover {
        margin-top: -6px;
    }
}

@media (max-width: 768px) {
    .main-menu__link:hover + .sub-menu-nav,
    .main-menu__link + .sub-menu-nav:hover {
        display: none !important;
        z-index: -1 !important;
    }
}

/* CTA Card */
.cta-card-wrapper {
    padding: 3%;
}

.cta-card {
    background-color: #F6D184;
    box-shadow: 2.5px 1.7px 8.6px 0.5px rgba(0,0,0,.22);
    padding: 2.5%
}

.cta-card-body {
    padding: 20px;
    width: 80%;
    font: normal normal bold 30px/30px SFCompactDisplay-Bold;
}

    .cta-card-body .btn {
        height: auto;
        height: initial;
        width: 100% !important;
        background-color: #126cdc;
        color: #ffffff;
    }

    .cta-card-body .text-long {
        padding-bottom: 30px;
    }

@media (min-width:480px) {
    .cta-card-body .btn {
        width: 100% !important;
        background-color: #126cdc;
        color: #ffffff;
    }
}

@media (min-width: 769px) {
    .cta-card-body .btn {
        width: 50% !important;
        font: normal normal bold 16px/24px SFCompactDisplay-Bold;
    }
}

@media (min-width: 1250px) {
    .cta-card-body .btn {
        width: 35% !important;
        font: normal normal bold 20px/24px SFCompactDisplay-Bold;
    }
}
   
/* Product Card CTA */
.product-card-cta {
    background-color: #053d6f;
    color: #fff;
    text-align: center;
    padding: 36px;
    font: normal normal bold 24px/30px SFCompactDisplay-SemiBold;
}

    .product-card-cta a {
        color: #fff;
    }

@media (min-width:480px) {
    .product-card-cta a {
        font-size: 4vw;
    }
}

@media (min-width:769px) {
    div.tab-section__body__item-content.plan-details-card {
        display: flex !important;
        flex-direction: column !important;
    }
    div.tab-section__body__item-content__body.results-plan-details {
        flex: 1;
    }
    .product-card-cta a {
        font: normal normal bold 24px/30px SFCompactDisplay-SemiBold;
    }
}
/* Result Page Hero */
.results-cta {
    padding: 50px;
    background-color: #126CDC;
    width: 100%;
}

    .results-cta .btn {
        background-color: #FFF;
        color: #053d6f;
        font: normal normal bold 23px/35px SFCompactDisplay-Bold;
        height: auto;
    }

    .results-cta .tfn {
        white-space: nowrap;
    }

    .results-cta .btn .inner-btn, .where-do-we-go-text .btn {
        white-space: normal;
    }
     
@media (max-width:768px) {
    .results-cta .btn {
        width: 100%;
        font: normal normal bold 20px/28px SFCompactDisplay-Bold;
    }
}

@media (min-width:769px) {
    div.result-hero .image_container {
        width: 45%;
        float: right;
    }
}

@media (min-width:1400px) {
    .result-hero .image_container .image {
        width: 95%;
    }
}

@media (min-width:769px) {
    div.image_card_01.image_card_01--yellow.no-crop-left div.line-header {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    div.image_card_01.image_card_01--yellow.no-crop-left div.text-long {
        margin-bottom: 0px;
    }
}

/* Where Do We Go Section */
div.where-do-we-go-text.image_card_01__text_block {
    padding: 20px;
    text-align: center;
}

.where-do-we-go-text h3.image_card_01__title {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 30px;
}

div.where-do-we-go-text .btn {
    font: normal normal bold 20px/20px SFCompactDisplay-Bold;
    height: auto;
}

div.where-do-we-go-cta {
    background-color: #126CDC;
    width: 100%;
    padding-bottom: 60px
}

    div.where-do-we-go-cta .btn {
        background-color: #F6D184;
        color: #053D6F;
    }

    div.where-do-we-go-cta .tfn {
        white-space: nowrap;
    }

@media (min-width:769px) {
    div.where-do-we-go-text .btn {
        font: normal normal bold 1.8vw/20px SFCompactDisplay-Bold;
    }

    .where-do-we-go-text h3.image_card_01__title {
        padding-top: 50px;
    }
}

@media (min-width:1200px) {
    div.where-do-we-go-text .btn {
        font: normal normal bold 20px/20px SFCompactDisplay-Bold;
    }

    .where-do-we-go-text h3.image_card_01__title {
        padding-top: 75px;
    }
}

/* Original Medicare Page */
div.omc-ab-guide .text__card--heading h2 {
    text-transform: none;
}

div.omc-ab-guide .text__card.text_card_01 {
    color: #053d6f;
}

div.omc-ab-guide .omc-text-card-02 .omc-text-wrapper {
    color: #053d6f;
}

@media (min-width:769px) {
    div.omc-ab-guide .omc-image-wrapper {
        padding-top: 50px;
    }
        div.omc-ab-guide .omc-image-wrapper img {
            float: left;
            padding-left: 5.33vw;
            max-width: 40%;
            height: auto;
        }

    div.omc-ab-guide .omc-text-card-02 {
        overflow: auto
    }
        div.omc-ab-guide .omc-text-card-02 .omc-text-wrapper {
            margin-left: 5%;
        }

    div.omc-ab-guide .question .question__def_block .h4 {
        line-height: 1.25;
    }

    div.omc-whats-covered div.infogram-column img.image--desktop:not(.image--desktop-only) {
        display: block !important;
    }
}

@media (min-width:1400px) {
    div.omc-ab-guide .text__card--heading {
        max-width: 400px;
    }
}

/* Medicare Advantage Page */

@media (min-width:769px) {
    div.mcadv-whats-covered div.infogram-column img.image--desktop:not(.image--desktop-only) {
        display: block !important;
    }
}

/* quiz finishedmessage__body style */
.finishedmessage__body {
    font-family: SFCompactDisplay-Light;
    line-height: 1.4;
    display: block;
}

    .finishedmessage__body strong {
        font-family: SFCompactDisplay-SemiBold;
        font-weight: 400
    }

    .finishedmessage__body .text-long p:first-child {
        margin-top: 0
    }

    .finishedmessage__body .text-long p:last-child {
        margin-bottom: 0
    }

/* General CSS */
.main a:not(.btn):not(.hero__btn) {
    text-decoration: underline;
}

/* Quiz last question item */

.quiz-question-container.last-question .quiz-feedback .speech-bubble__icon-section,
.quiz-question-container.last-question .quiz-feedback .speech-bubble__separator-icon {
    display: none;
}
.quiz-question-container.last-question .quiz-feedback .speech-bubble-content {
    width: 100vw;
}
.quiz-question-container.last-question .quiz-feedback .speech-bubble-section__actions .btn {
    margin: 0 auto;
}

@media (min-width:769px) {
    .quiz-question-container.last-question .quiz-feedback .speech-bubble__icon-section,
    .quiz-question-container.last-question .quiz-feedback .speech-bubble__separator-icon {
        display: block;
    }
    .quiz-question-container.last-question .quiz-feedback .speech-bubble-content {
        width: 79.73vw;
    }
}