strong, b {
    font-weight: 700;
}

.hidden {
    display: none;
}

.ti-flex {
    display: flex;
}

.announcement-bar {
    background-color: #f1f1f1;
    color: #003F72;
}

#powered-by, #disclaimer {
    background-color: #f1f1f1;
}

.home-auto-icon {
    width: max-content;
}

.home-auto-icon img {
    height: 60px;
    object-fit: cover;
}

#state-availability {
    padding-top: 118px;
    background: linear-gradient(-5deg, #fff 35%, #003f72 calc(35% + 2px));
}

.header-section-subtitle {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
}

.header-section-title {
    width: auto;
    font-size: 46px;
    line-height: 1;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
}

.header-state-select-modal {
    display: flex;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.2);
    align-items: center;
}

.header-state-select-modal > .card {
    z-index: 0;
}

.header-state-select-modal div,
.header-state-select-modal span,
.header-state-select-modal h2,
.header-state-select-modal h3,
.header-state-select-modal h5,
.header-state-select-modal p,
.header-state-select-modal label {
    color: #222 !important;
}

.header-modal-image {
    position: relative;
    min-height: 500px;
    max-width: 400px;
    width: 33.33%;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2021/05/promo-scaled.jpg);
    align-self: stretch;
    background-repeat: no-repeat;
}

#state-availability .card {
    min-width: auto;
}

#state-availability .card .card-body {
    padding-top: 0 !important;
}

#state-availability .card > .card-header {
    width: 100%;
}

#state-availability .card > .card-header .update-location {
    color: #003F72;
}

#state-availability .card > .card-header h5 {
    margin-bottom: 25px !important;
}

#state-availability .card > .card-header .states {
    margin-top: 0;
    display: block;
    width: 400px;
}

#state-availability .not-available-subtext .update-location {
    color: #003f72;
}

.ti-label-state {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.value-props-header {
    margin-top: 32px;
    margin-bottom: 50px;
}

#not-available-select-state {
    font-size: 26px;
    line-height: 1 !important;
}

.not-available-subtext {
    font-size: 16px;
}

.plan-pricing-title {
    font-size: 28px;
    font-weight: 400;
}

.plan-pricing-title .select-state,
.plan-pricing-title .select-state > a {
    font-size: 14px;
    color: #003F72 !important;
}

.plan-pricing-subtitle {
    display: flex;
    border: 1px solid #CFCFCF;
    padding: 2px;
    border-radius: 24px;
    width: 290px;
    height: 47px;
    margin-bottom: 22px;
}

.plan-pricing-subtitle > .plan-btn {
    color: #003F72 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53%;
    border-radius: 24px;
    cursor: pointer;
}

.plan-pricing-subtitle > .plan-btn:last-child {
    margin-left: -6%;
}

.plan-pricing-subtitle > .plan-btn.active {
    color: #FFF !important;
    background-color: #003F72;
    font-weight: 700;
    z-index: 10;
}

.plan-pricing-subtitle > .plan-btn > svg {
    margin-right: 6px;
    height: 15px;
}

.plan-pricing-subtitle > .plan-btn.active > svg {
    fill: #FFF;
}

#productNotAvailable {
    padding: 60px 10px;
}

#planPricing > div {
    background: #FFF;
    padding: 60px 10px;
}

.plan-pricing-table {
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
    margin: auto;
    max-width: 650px;
}

.plan-pricing-table > .plan-pricing-card:not(:first-child) {
    margin-top: 17px;
}

.plan-pricing-table > .plan-pricing-card:last-child {
    margin-top: 49px;
}

.plan-pricing-card {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: auto;
}

.plan-pricing-card-select-button {
    margin: 0;
    min-height: 21px;
    min-width: 21px;
}

.plan-pricing-card-terms {
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.plan-pricing-card-terms .plan-pricing-card-title {
    color: #333 !important;
    text-transform: uppercase;
}

.plan-pricing-card-terms .plan-pricing-card-discount-price {
    margin-left: 25px;
    color: #003F72 !important;
    font-size: 36px;
}

.plan-pricing-card-terms .plan-pricing-card-savings {
    margin-left: 15px;
}

.plan-pricing-card-terms .plan-pricing-card-savings .old-price {
    color: #757575 !important;
}

.plan-pricing-card-terms .plan-pricing-card-savings .savings {
    text-transform: uppercase;
    color: #31776D !important;
}

.plan-pricing-disclaimer {
    color: #757575 !important;
    max-width: 500px;
}

.benefits-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits-tab:before,
.accordion-header:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
    height: 40px;
    width: 40px;
}

.benefits-home:before,
#benefits-home:before {
    background-image: url(/wp-content/uploads/2021/05/icon-home.png);
}

.benefits-auto:before,
#benefits-auto:before {
    background-image: url(/wp-content/uploads/2021/05/icon-auto.png);
}

.benefits-everyday:before,
#benefits-everyday:before {
    background-image: url(/wp-content/uploads/2021/05/icon-everyday.png);
}

.benefits-health:before,
#benefits-health:before {
    background-image: url(/wp-content/uploads/2021/05/icon-health.png);
}

.benefits-travel:before,
#benefits-travel:before {
    background-image: url(/wp-content/uploads/2021/05/icon-travel.png);
}

.benefits-life:before,
#benefits-life:before {
    background-image: url(/wp-content/uploads/2021/06/icon-life-2.png);
    background-size: 125%;
}

#compare-plans {
    text-align: center;
    margin-top: 60px;
}

#divCompareBenefits {
    text-align: left;
    margin-top: 30px;
}

.cta-banner-button {
    margin: 25px 0 60px;
}

.header-modal-image:after {
    content: '';
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: -43px;
    color: #757575 !important;
    font-size: 12px;
    font-style: italic;
}

#powered-by p {
    font-size: 1rem;
}

#compare-plans .compare-plans-title {
    color: #003F72;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.benefits-data-container {
    pointer-events: none;
}

.silver-safeguard .benefits-health,
.silver-safeguard #benefits-health {
    order: 1;
}

.silver-safeguard .benefits-home,
.silver-safeguard #benefits-home {
    order: 2;
}

.silver-safeguard .benefits-life,
.silver-safeguard #benefits-life {
    order: 3;
}

.silver-safeguard .benefits-travel,
.silver-safeguard #benefits-travel {
    order: 4;
}

.silver-safeguard .benefits-everyday,
.silver-safeguard #benefits-everyday {
    order: 5;
}

@media screen and (min-width: 1025px) {
    .header-modal-image {
        min-width: 400px;
    }
}

@media screen and (max-width: 1024px) {

    .header-state-select-modal {
        flex-direction: column;
    }

    .header-modal-image {
        min-height: 145px;
        max-width: none;
        width: 100%;
        background-image: url(/wp-content/uploads/2021/05/promo-tablet.jpg);
        background-size: contain;
        background-position: bottom;
    }

    .header-modal-image:after {
        text-align: center;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {

    .header-modal-image {
        min-height: 365px;
        background-image: url(/wp-content/uploads/2021/05/promo-scaled.jpg);
        background-size: cover;
        background-position: center;
        height: 100vw;
    }

    .header-modal-image:after {
        left: 0;
    }

    .header-section-title {
        font-size: 24px;
        margin: 10px auto;
    }

    .header-section-subtitle {
        margin-bottom: 20px;
    }

    #state-availability .card > .card-header h5 {
        font-size: 22px;
        line-height: 27px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #state-availability .card > .card-header .states {
        width: 250px;
    }

    select#ddlMemberState {
        margin: 0 0 30px;
    }

    .value-props-container > .value-prop-box:not(:last-child) {
        border-bottom: 1px solid #CFCFCF;
    }

    #productNotAvailable,
    #planPricing > div {
        padding: 25px 0;
    }

    #state-availability #productNotAvailable h3 {
        font-size: 22px;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }

    #not-available-select-state {
        font-size: 18px;
        line-height: 24px !important;
    }

    #state-availability #productNotAvailable .plan-min-height {
        padding: 0;
        margin-bottom: 15px;
    }

    #state-availability #productNotAvailable form .clear {
        text-align: center;
    }

    .plan-pricing-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .plan-pricing-title > strong {
        display: block;
    }

    .plan-pricing-title .select-state {
        display: block;
    }

    .plan-pricing-card:last-child:before {
        visibility: visible;
    }

    .plan-pricing-card {
        padding: 20px 25px;
    }

    .plan-pricing-card-terms {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        flex-grow: 0;
    }

    .plan-pricing-card-terms .plan-pricing-card-title {
        font-size: 16px;
    }

    .plan-pricing-card-terms .plan-pricing-card-discount-price {
        margin-left: 0;
        font-size: 30px;
    }

    .plan-pricing-card-terms .plan-pricing-card-savings {
        margin-left: 0;
    }

    .plan-pricing-card-terms .plan-pricing-card-savings {
        margin-left: 0;
    }

    .plan-pricing-card-terms .plan-pricing-card-savings .savings {
        margin-left: 0;
        display: block;
    }

    .compare-plans-accordion {
        display: flex;
        flex-direction: column;
    }

    .accordion-header {
        justify-content: flex-start;
        position: relative;
        align-items: center;
        font-weight: 400 !important;
    }

    .accordion-header:before {
        height: 20px;
        width: 20px;
        margin-right: 12px;
    }

    .accordion-icon {
        position: absolute;
        right: 10px;
    }

    #compare-plan .compare-plans-title {
        line-height: 39px;
    }

    .accordion-header {
        cursor: pointer;
    }

    .accordion-header.expanded {
        font-weight: 700 !important;
    }

    #state-availability {
        padding-top: 93px;
    }

    .plan-pricing-subtitle {
        width: 260px;
    }

    .plan-pricing-subtitle > .plan-btn {
        font-size: 15px;
    }
}