/* milFAQ styles */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

.eligible-list {
    list-style: none !important;
}
/* Style from sketch */
.inner-list > li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    color: #00095b !important;
}

.section-title {
    font-weight: bolder;
    text-decoration: underline;
}

.list-title {
    font-weight: bold;
}

/* tooltip */
.fmc-tooltip.fmc-tooltip--mobile .fmc-tooltip__wrapper {
    width: 100vw;
    height: 100vh;
    top: 100px !important;
    left: 0;
    position: fixed;
    transform: none !important;
}
/* INDEX PAGES */
/* HERO BILLBOARD */
.hero-billboard {
    color: white;
}

.hero-billboard-light {
    color: var(--fds-color--primary);
}

.fmc-billboard__content h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

@media (min-width: 600px) {
    .fmc-billboard__content h1 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }
}

@media (min-width: 1024px) {
    .fmc-billboard__content h1 {
        font-size: 4.4rem;
        line-height: 5.2rem;
    }

    .fmc-billboard__content p {
        font-size: 2rem;
    }
}

/* STEPS 1 AND 2 STYLING */
.steps-header {
    font-size: 4.4rem;
    line-height: 5.2rem;
}

.steps-list {
    color: white;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 300;
}

.offer-button {
    color: white;
    /* font-size: 2.4rem; */
    line-height: 2.8rem;
}

.steps-heading {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
}

.step-instructions {
    color: #00095b;
    font-size: 1.6rem;
    line-height: 2.4rem;
    --fmc-type-weight: var(--fmc-type__weight-medium);
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.or-option {
    color: #4d4d4d;
    white-space: nowrap;
    --fmc-type-weight: var(--fmc-type__weight-bold);
    font-size: 2.8rem;
    line-height: 3.6rem;
    align-self: center;
}

.confirm-div {
    width: 345px;
    align-self: center;
}

.id-button-text {
    font-size: 2rem;
}

.address-enroll-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[aria-invalid] {
    border-color: var(--fds-color--error1);
}

@media (min-width: 600px) {
    .steps-heading {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }

    /* .step-instructions {
    font-size: 2.2rem;
    line-height: 2.8rem;
  } */

    .id-button-text {
        font-size: 2.2rem;
    }
}

@media (min-width: 1024px) {
    .steps-list p {
        font-size: 2.4rem;
    }

    .steps-heading {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    /* .step-instructions {
    font-size: 2.4rem;
    line-height: 2.8rem;
  } */

    .or-option {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .id-button-text {
        font-size: 2.2rem;
    }
}

@media (min-width: 1440px) {
}

/* OFFER BANNERS STYLING */
/* Mobile and XSmall screens */
.offer-banner-container {
    position: relative;
    max-width: 100%;
}

.offer-banner-img {
    position: relative;
    width: 100%;
}

.icon-image {
    height: 100%;
}

.offer-banner-background {
    position: relative;
    width: 100%;
    height: 100%;
}

.offer-banner p {
    color: #fff;
}

.mobile-offer-text {
    font-size: 5vw;
    font-weight: 500;
    line-height: 5vw;
    letter-spacing: -0.15vw;
}

.offer-text {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
    letter-spacing: -0.015vw;
}

.offer-banner-border-text {
    padding-top: 1rem;
    border-top: 1px solid white;
}

.disclaimer-under {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6e6e6e;
    font-weight: 300;
    font-style: italic;
}

.offer-disclaimer-text {
    position: absolute;
    font-size: 10px;
    color: #fff;
    bottom: 2%;
    right: 2%;
}

.offer-banner-border-text {
    padding-top: 1rem;
    border-top: 1px solid white;
}

.offer-text {
    font-size: 5.45vw;
    line-height: 7.75vw;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.offer-amount {
    font-size: 14vw;
    font-weight: 600;
    letter-spacing: -0.35rem;
    line-height: 10vw;
}

.offer-copy {
    font-size: 4vw;
    line-height: 3.75vw;
}

/* Medium screens */
@media (min-width: 1024px) {
    .offer-text {
        font-size: 2vw;
        line-height: 2.5vw;
        font-weight: 500;
        letter-spacing: 0.02rem;
    }

    .offer-amount {
        font-size: 5vw;
        font-weight: 600;
        letter-spacing: -0.35rem;
        line-height: 4vw;
    }

    .offer-copy {
        font-size: 1.75vw;
        line-height: 1.75vw;
    }
}

@media (min-width: 1920px) {
    .offer-copy {
        font-size: 34px;
        line-height: 34px;
    }

    .offer-amount {
        font-size: 96px;
        line-height: 77px;
    }

    .offer-text {
        font-size: 38px;
        line-height: 48px;
    }
}

/* PROGRAM DETAILS PAGE */
.prog-details {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .prog-details h2 {
        font-size: 3.4rem;
        line-height: 4rem;
        font-weight: var(--fmc-type__weight-bold);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .prog-details p li {
        font-weight: var(--fmc-type__weight-medium);
    }

/* ELIGIBLE VEHICLES PAGE */
.info-pages h1 {
    font-size: 3.4rem;
    line-height: 4rem;
}

/* ADDITIONAL BENEFITS PAGE */
.program-link {
    font-size: 1.3rem;
}

@media (min-width: 600px) {
    .program-link {
        font-size: 1.8rem;
    }
}
/* bg-banner used for banner-style messages on multiple pages */

.bg-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
    background-color: #00095b;
}

.bg-banner-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00095b;
}

.bg-banner-light {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5rem;
}

.banner-text {
    width: 80%;
    font-size: 1.8rem;
}

.banner-2 {
    text-align: center;
    padding-left: 6rem;
    padding-right: 6rem;
    background-color: #00095b;
}

.banner-2-mobile {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
    background-color: #00095b;
}

.results {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    background-color: #f4f4f4;
}

.billboard-background {
    background-size: contain;
    background-position: top right;
}

/* Unable to verify pop-up */
.couldnotverify {
    border-radius: 1.5rem;
    overflow: hidden;
    width: 40%;
    margin: auto;
    background-color: #fff;
    box-shadow: var(--fmc-elevation__box-shadow--layer2);
}

.militarybanner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c23a28;
    width: 100%;
    height: 5rem;
}

    .militarybanner p {
        color: #fff !important;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.5rem;
    }

.verify-text {
    margin: auto;
    max-width: 75%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 375;
    color: #4d4d4d;
}

    .verify-text a {
        color: #266aca;
        text-decoration: underline;
    }

.verify-buttons {
    text-align: center;
    justify-content: center;
    height: 7rem;
    border-radius: 0.7rem;
    padding: 2rem;
    font-size: 2rem;
}

.retry-button {
    background-color: #266aca;
    color: #fff;
}

    .retry-button a {
        color: #fff;
    }

.return-button {
    background-color: #fff;
    color: #266aca;
    border: 3px solid black;
}

/* Eligible Vehicles */

.eligible-container {
    margin: 4rem;
}

.vehicle-con {
    margin-top: 2rem;
    padding: 1rem;
}

.container-title {
    font-size: 1.8rem;
    font-weight: 800;
    padding-left: 2rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.fmc-cards img {
    display: block;
    width: 100%;
}

.inner-container {
    margin-left: 4rem;
    margin-right: 4rem;
}

.card-size {
    width: calc(50% - 24px);
}

@supports (display: grid) {
    .card-size {
        width: auto;
        grid-column-end: span 4;
    }
}

@media (min-width: 20em) and (max-width: 50em) {
    .inner-container {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .card-size {
        width: calc(100% - 24px);
    }

    @supports (display: grid) {
        .card-size {
            width: auto;
            grid-column-end: span 8;
        }
    }
}

@media (min-width: 50.1em) and (max-width: 64em) {
    .card-size {
        width: calc(50% - 24px);
    }

    @supports (display: grid) {
        .card-size {
            width: auto;
            grid-column-end: span 4;
        }
    }
}

@media (min-width: 64em) {
    .card-size {
        width: calc(25% - 24px);
    }

    @supports (display: grid) {
        .card-size {
            width: auto;
            grid-column-end: span 3;
        }
    }
}

.not-available[aria-selected="true"] {
    font-family: "FordAntenna";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    color: #6e6e6e;
    border: none;
    cursor: default;
    pointer-events: none;
    background-color: transparent !important;
}

#F2022Panel.not-available[aria-selected="false"] {
    font-family: "FordAntenna";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    color: #00095b;
    border: none;
    cursor: default;
    pointer-events: none;
    background-color: transparent !important;
}

#FDSpanel2024[aria-selected="true"],
#FDSpanel2023[aria-selected="true"],
#F2022Panel[aria-selected="true"] {
    font-family: "FordAntenna";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    border: none;
    cursor: default;
    pointer-events: none;
    background-color: transparent !important;
}

    #FDSpanel2024[aria-selected="true"]::after,
    #FDSpanel2023[aria-selected="true"]::after,
    #F2022Panel[aria-selected="true"]::after {
        font-family: "FordAntenna";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
        text-decoration: none;
        border: none;
        cursor: default;
        pointer-events: none;
        background-color: transparent !important;
    }

#FDSpanel2024[aria-selected="false"],
#F2022Panel[aria-selected="false"],
#FDSpanel2023[aria-selected="false"] {
    font-family: "FordAntenna";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline;
    color: #1700f4;
    border: none;
    background-color: transparent !important;
}

    #FDSpanel2024[aria-selected="false"]::after,
    #F2022Panel[aria-selected="false"]::after,
    #FDSpanel2023[aria-selected="false"]::after {
        font-family: "FordAntenna";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
        text-decoration: underline;
        color: #1700f4;
        border: none;
        background-color: transparent !important;
    }

#id-modal-close {
    float: right !important;
    position: relative;
    right: -1em;
    top: -1em;
}

#id-modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(33, 42, 43, 0.8);
}

.id-modal-content {
    background-color: #fefefe;
    margin: 40% auto;
    padding: 35px;
    width: 70%;
}

#FBIDerror {
    border-color: var(--fds-color--error1);
}

#errorAddress {
    border-color: var(--fds-color--error1);
}

.FBerrorText {
    color: var(--fds-color--error1);
    font-size: 1.25rem;
}

#FBCertID {
    border-color: var(--fds-color--error1);
}

.fds-font--ford-icons-external-link {
    padding-right: 1.6rem;
}

    .fds-font--ford-icons-external-link:before {
        content: "";
        height: 1.6rem;
        width: 1.6rem;
        position: absolute;
        z-index: 1;
        top: calc(50% - 0.8rem);
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("images/external-link-icon.svg");
    }

#certification-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 101;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#certificate-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 45vw;
    height: fit-content;
}

@media (max-width: 865px) {
    #certificate-modal-content {
        width: 95vw;
    }
}

#cert-modal-close {
    float: right;
    top: 0;
}

    #cert-modal-close:hover,
    #cert-modal-close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.showCertsModal {
    width: 50vw;
}

.showCertRewardBox {
    background-color: #066FEF;
    border-radius: 1.6rem;
}

.certRewardBox--heading {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.certRewardBox--details {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.056rem;
}

.certRewardBox--subheading {
    font-size: 2rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.08rem;
}

.certRewardBox--body {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.064rem;
}

.certRewardBox--caption {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .certRewardBox--caption > a {
        text-decoration: underline;
    }

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

.no-wrap {
    white-space: nowrap;
}

.max-w--20-ch {
    max-width: 20ch;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fmc-floating-label__dagger {
    right: -.75rem;
}

.fmc-floating-label__small-dagger {
    right: -.5rem;
    top: -.35rem;
}

.fmc-floating-label--error[class*="fmc-floating-label"] label[for="Address"] .fmc-floating-label__dagger {
    right: 1.75rem;
}

