@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Lexia';
    src: url('/content/dam/intelligentcontent/multibrand/azpatientsupport/us/en/CSS/Lexia-Bold.ttf') format('truetype');
    font-size: 28.5px;
    font-weight: 700; 
    font-style: bold; 
}

/* Epaf changes */
@media (min-width: 992px) {
    #aemFormFrame {
        min-height: 500px;
    }
}

#aemFormFrame{
    height:5000px;
    width:100%
}

/* Confirmation page changes */
#epaf-confirmation-page {
    background-image: url('/content/dam/intelligentcontent/multibrand/azpatientsupport/us/en/Images/wainua-topbanner.png');
    background-repeat: no-repeat;
    background-size: 100% 49px;
    background-position: top;
}
#epaf-confirmation-page #sitemap-linktree {
    margin-top: 90px;
    padding: 0 20px;
}
#epaf-confirmation-page #sitemap-linktree h2 {
    margin: 0 0 20px;
    text-align: left;
    font-family: 'Lexia';
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    color: #860051 !important;
}
#epaf-confirmation-page #sitemap-linktree .sub-heading {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #3F4444;
    margin-bottom: 10px;
}
#epaf-confirmation-page #sitemap-linktree p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #3F4444;
    width: 100%;
}
#epaf-confirmation-page #sitemap-linktree p:nth-child(3) {
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    #epaf-confirmation-page {
        background-size: 100% 110px;
    }
    #epaf-confirmation-page #sitemap-linktree {
        padding: 0;
        max-width: 1150px;
        margin: 140px auto 0 !important;
    }
    #epaf-confirmation-page #sitemap-linktree h2 {
        font-size: 48px !important;
    }
    #epaf-confirmation-page #sitemap-linktree p,
    #epaf-confirmation-page #sitemap-linktree .sub-heading {
        font-size: 22.5px;
    }
    #epaf-confirmation-page #sitemap-linktree p:nth-child(3) {
        margin-bottom: 50px;
        line-height: 1.5;
    }
}
