:root {
    --primary-color: #0063c3;
    --primary-color-light: #00BCE4;
    --danger-color: #e10f0f;
    --base-font-size: 15px;
    --salt-line-height: 4px;
    --base-line-height: calc(var(--base-font-size) + var(--salt-line-height));
    --base-font-family: 'Roboto-Regular';
    --body-color: #000;
    --text-color: #000;
    --link-color: var(--primary-color);
    --link-hover-color: #5898d7;
    --font-weight-bold: bold;
    --font-weight-normal: normal;
    --font-weight-Semibold: 600;
    --footer-color: rgb(249, 247, 247);
    --footer-background: var(--primary-color);
    --gutter-w: 28px;
    --gutter-width: calc(var(--gutter-w) / 2);
    --footer-bg: var(--global-gradient-bg);
    --global-gradient-bg: transparent linear-gradient(270deg, var(--primary-color-light) 0%, var(--primary-color) 100%) 0% 0% no-repeat;
    --content-heading-color: var(--primary-color);
    --content-heading-font-size: 28px;
    --content-heading-lh: 35px;
    --content-heading-mb: 15px;
    --field-promotext-color: var(--primary-color);
    --field-promotext-font-size: 21px;
    --field-promotext-lh: 28px;
    --field-promotext-mb: 8px;
    --field-promotext-font-family: 'Roboto-Regular';
    --rule-color: #E6E6E6;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}


body {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    color: var(--body-color);
    font-weight: var(--font-weight-normal);
    background-color: #fff;
    min-height: 100%;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    appearance: none;
}

button:disabled,
input:disabled,
a.disabled {
    cursor: default;
    pointer-events: none;
}

a:not([href]) {
    cursor: default;
}

a {
    color: var(--link-color);
}

hr {
    border-top-color: var(--rule-color);
}

[class*="content-heading"] {
    font-weight: normal;
    color: var(--content-heading-color);
    font-size: var(--content-heading-font-size);
    line-height: var(--content-heading-lh);
    margin-bottom: var(--content-heading-mb);
}

.content-heading-sm {
    --content-heading-font-size: 28px;
    --content-heading-lh: 30px;
    --content-heading-mb: 26px;
    margin-top: 50px;
}

.quantum-footer__inner {
    max-width: calc(1200px - var(--gutter-w));
    padding-inline: var(--gutter-width);
    margin-inline: auto;
}



#footer {
    position: sticky;
    top: 100%;
    background: var(--footer-bg);
    min-height: 204px;
}

#footer *:empty {
    display: none;
}

.copaynonasp #footer *:empty {
    display: block !important;
}

.component.container.full-width-container {
    max-width: 100%;
}

.theme-gray {
    background: #F1F1F1;
}


.resource_heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 30px;
    margin-top: 30px;
}

.resource_heading h2 {
    font-size: 28px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    color: #0063c3;
    line-height: 1;
    margin-bottom: 0;
}

.promo {
    height: 100%;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
}

[class*="col-"] .promo.col-12 {
    padding-inline: 0;
}

.field-promoicon>img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.field-promolink>a {
    display: inline-flex;
    text-decoration: none;
    background: transparent linear-gradient(270deg, #00BCE4 0%, #0063C3 100%) 0% 0% no-repeat;
    color: #fff;
    padding: 14px 15px;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
}

.field-promotext>*,
.field-promotext2 h1,
.field-promotext2 h2,
.field-promotext2 h3 {
    font-weight: normal;
    color: var(--field-promotext-color);
    font-size: var(--field-promotext-font-size);
    line-height: var(--field-promotext-lh);
    margin-bottom: var(--field-promotext-mb);
    font-family: var(--field-promotext-font-family);
}

.field-promotext:has(h1),
.field-promotext2 h1 {
    --field-promotext-font-size: 30px;
    --field-promotext-lh: 35px;
    --field-promotext-mb: 30px;
}

.field-promotext:has(h2),
.field-promotext2 h2 {
    --field-promotext-mb: 12px;
    --field-promotext-font-family: 'Roboto-Semibold';
    --field-promotext-color: #000;
    --field-promotext-font-size: 18px;
    --field-promotext-lh: 24px;
}

.field-promotext:has(h3),
.field-promotext2 h3 {
    --field-promotext-mb: 8px;
}

.promo-resource-patients>.component-content,
.promo-resource-office>.component-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.promo-resource-patients .field-promolink,
.promo-resource-office .field-promolink {
    margin-top: auto;
}

.promo-resource-patients .field-promolink>a,
.promo-resource-office .field-promolink>a {
    width: 100%;
}

/* oop button style */



@media (min-width: 768px) {

    .promo-resource-patients .field-promolink>a,
    .promo-resource-office .field-promolink>a {
        max-width: 255px;
    }
}

.promo-resource-patients .promo-text,
.promo-resource-office .promo-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 22px;
}

.promo-resource-patients .field-promotext2,
.promo-resource-office .field-promotext2 {
    margin-bottom: 15px;
}

[class*="col-"]>.promo-resource-patients,
[class*="col-"]>.promo-resource-office {
    margin-bottom: 15px;
}

.promo-nurse-support>.component-content {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .promo-nurse-support>.component-content {
        display: flex;
        flex-direction: row;
    }
}

.promo-nurse-support .field-promolink>a {
    width: 100%;
}

@media (min-width: 768px) {
    .promo-nurse-support .field-promoicon {
        min-width: 350px;
    }
}

.promo-nurse-support .field-promotext2 {
    margin-bottom: 15px;
}

.promo-resource-office .field-promolink>a,
.promo-nurse-support .field-promolink>a {
    justify-content: space-between;
}

/* patient learn more button */
.hcp_wrapper_resources_for_patients .field-promolink>a,
.hcp_wrapper_resources_for_hcp .field-promolink>a {
    max-width: 100%;
}

.promo-resource-office .field-promolink>a:after,
.promo-nurse-support .field-promolink>a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("/~/media/3CC65BEEA80D4504B2E0B65980444DE9.ashx") no-repeat center;
}

.promo-helpful-downloads {
    display: flex;
}

.promo-helpful-downloads .field-promotext2,
.promo-helpful-downloads .field-promotext {
    display: none;
}

.promo-helpful-downloads .field-promolink {
    margin: 10px 0;
}

.promo-helpful-downloads .field-promolink>a {
    font-weight: bold;
    line-height: 19px;
    background: transparent;
    padding: 5px 0;
    color: #0063C3;
    justify-content: space-between;
    width: 100%;
}

.promo-helpful-downloads .field-promolink>a:after {
    content: "";
    display: inline-block;
    min-width: 15px;
    width: 15px;
    height: 20px;
    background: url("/~/media/410718437B24497280C6BD6A7A1A5DC6.ashx") no-repeat center;
}

.promo-helpful-downloads .field-promoicon>img {
    width: 100%;
}

.promo-helpful-downloads .component-content {
    width: 100%;
}

.promo-resource-patients .field-promolink>a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("../images/icons/right-arrow-white.svg") no-repeat center;
}

.promo-resource-patients .field-promolink>a {
    justify-content: space-between;
}

/*copay-update*/
.page-copayupdate .component.container.full-width-container.theme-gray {
    margin-bottom: 30px;
}

.page-copayupdate .copay-banner-text {
    --field-promotext-lh: calc(--field-promotext-font-size + 4px);
    --left-border-width: 5px;
    --field-promotext-font-size: 35px;
    --field-promotext-lh: 40px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    padding-left: calc(var(--left-border-width) + 24px);
}

.page-copayupdate .copay-banner-text:before {
    content: "";
    height: 100%;
    width: var(--left-border-width);
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: transparent linear-gradient(360deg, #00B1E0 0%, #0063C3 100%) 0% 0% no-repeat;
}

.page-copayupdate .copay-banner-text h2 {
    font-weight: normal;
    color: var(--field-promotext-color);
    font-size: var(--field-promotext-font-size);
    line-height: var(--field-promotext-lh);
    margin-bottom: var(--field-promotext-mb);
    font-family: var(--field-promotext-font-family);
}

.page-copayupdate .amgen-committed {
    font-family: 'Roboto-Light';
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 22px;
    color: #000;
}

.page-copayupdate .amgen-committed strong {
    font-family: 'Roboto-Bold';
}

.page-copayupdate .promo-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.page-copayupdate .promo-text .col-12.col-lg-6 {
    padding: 0;
    max-width: 48.5%;
}

.page-copayupdate .promo-text .field-promoicon2 {
    display: none;
}

.page-copayupdate .promo-text .col-lg-6.field-promotext2 {
    font-size: 22px;
    line-height: 1.36;
    font-family: 'Roboto-Light';
    padding-top: 2px;
}

.page-copayupdate .field-promotext3 {
    margin-bottom: 40px;
}

.page-copayupdate .field-promotext3 p {
    font-size: 16px;
    color: #000;
    display: flex;
    font-family: 'Roboto-Light';
}

.page-copayupdate .field-promotext3 p a {
    text-decoration: underline;
    color: #000;
}

.page-copayupdate span.no-wrap {
    white-space: nowrap;
}

.pagelogo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-header-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-header-banner>.component-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

@media (min-width: 768px) {
    .product-header-banner>.component-content {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.product-header-banner .field-promotext {
    --left-border-width: 5px;
    --field-promotext-font-size: 33px;
    --field-promotext-lh: 40px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    padding-left: calc(var(--left-border-width) + 24px);
}

@media (max-width: 991.98px) {
    .product-header-banner .field-promotext br {
        display: none;
    }

    .page-copayupdate .component.container.full-width-container.theme-gray {
        margin-bottom: 33px;
    }

    .page-copayupdate .field-promotext {
        padding: 0 15px;
    }

    .page-copayupdate .promo-text .field-promoicon {
        display: none;
    }

    .page-copayupdate .promo-text .field-promoicon2 {
        display: block;
        margin-bottom: 20px;
    }

    .page-copayupdate .promo-text {
        flex-direction: column;
    }

    .page-copayupdate .promo-text .col-12.col-lg-6 {
        max-width: 100%;
    }

    .page-copayupdate .amgen-committed {
        margin-bottom: 13px;
    }

    .page-copayupdate .promo-text {
        margin-bottom: 5px;
    }

    .page-copayupdate .promo-text .col-12.col-lg-6.field-promotext2 {
        padding: 0 15px;
    }

    .page-copayupdate .field-promotext3 {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .page-copayupdate .promo-text .field-promoicon2 img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .product-header-banner .promo-text {
        max-width: 75%;
    }
}


.product-header-banner .field-promotext:before {
    content: "";
    height: 100%;
    width: var(--left-border-width);
    background: transparent linear-gradient(180deg, #00B1E0 0%, #0063C3 100%) 0% 0% no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 10px;
}

.footnote {
    --foot-note-indent: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #716F73;
}

.footnote>p {
    text-indent: calc(var(--foot-note-indent) * -1);
    padding-left: var(--foot-note-indent);
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
    color: inherit;
}

.footnote>p+p {
    margin-top: 15px;
}

.pilinks {
    --link-color: var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
    font-size: 11px;
    line-height: 15px;
}

.pilinks a {
    text-decoration: underline;
}

.call-support {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
    .call-support {
        align-items: flex-start;
    }
}

.call-support:before {
    content: "";
    display: inline-block;
    width: 68px;
    min-width: 68px;
    height: 55px;
    background: url("/~/media/8A032E85869140F984FFB5F5E866B820.ashx") no-repeat center;
}

.promo-product-footer-cta {
    --link-color: var(--primary-color);
    color: var(--primary-color);
    font-size: 22px;
    line-height: 30px;
    padding-top: 26px;
    padding-bottom: 26px;
}

@media (max-width: 767.98px) {
    .promo-product-footer-cta {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.promo-product-footer-cta a {
    font-family: 'Roboto-Bold';
}

.promo-product-footer-cta .promo-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.promo-patient-navigator .promo-product-footer-cta {
    background: #F1F1F1;
}

.promo-patient-navigator .promo-product-footer-cta .promo-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}

.promo-patient-navigator .promo-product-footer-cta .field-promolink a {
    width: 200px;
}

@media (max-width: 767.98px) {
    .promo-product-footer-cta .promo-text {
        flex-direction: column;
        align-items: flex-start;

    }
}

.promo-product-footer-cta .field-promotext {
    margin-bottom: 0;

}

.promo-product-footer-cta .field-promolink>a {
    width: 255px;
}

@media (max-width: 767.98px) {

    .promo-product-footer-cta .field-promolink,
    .promo-product-footer-cta .field-promolink>a {
        width: 100%;
    }
}

.field-promolink>a:after {
    content: "";
    display: inline-block;
    min-width: 7px;
    width: 9px;
    height: 13px;
    background-size: contain;
    background: url("/~/media/3CC65BEEA80D4504B2E0B65980444DE9.ashx") no-repeat center;
}

.field-promolink>a {
    justify-content: space-between;
}

@media (min-width: 768px) {
    .horizontal-promo>.component-content {
        flex-direction: row;
    }

    .horizontal-promo .field-promoicon {
        min-width: 350px;
    }
}

.horizontal-promo .field-promolink {
    margin-top: 15px;
}

.vertical-promo>.component-content {
    flex-direction: column;
}

.vertical-promo .field-promoicon {
    min-width: 100%;
}

.text-primary-color {
    color: var(--primary-color) !important;
}

.font-bold {
    font-family: 'Roboto-Bold' !important;
}




.two-col-promo>.component-content {
    display: flex;
    gap: 30px;
}

#patient-navigator-title.two-col-promo>.component-content {
    align-items: center;
}

.two-col-promo .field-promolink {
    display: none;
}

.two-col-promo .field-promoicon {
    flex: 0 0 68px;
    text-align: center;
}

.two-col-promo .field-promotext2 {
    line-height: 18px;
}

.field-promotext2 ul:last-child {
    margin-bottom: 0;
}

.two-col-promo .field-promotext2 ul {
    padding-left: 17px;
}

.two-col-promo .field-promotext2 ul>li:not(:last-child) {
    margin-bottom: 5px;
}

.promo-heading-v-center .field-promotext {
    margin-top: 17px;
}

.promo-stacked .field-promotext {
    --field-promotext-mb: 10px;
}

.promo-stacked .promo+.promo {
    border-top: 1px solid var(--rule-color);
    margin-top: 25px;
    padding-top: 25px;
}

.promo-stacked .row {
    display: flex;
    padding-top: 55px;
    justify-content: space-between;
}

.promo-stacked .row .two-col-promo>.component-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.promo-stacked .row .two-col-promo>.component-content .field-promotext span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
}

.promo-stacked .row .two-col-promo .field-promoicon {
    flex: 0 0 40px;
    text-align: center;
    padding-bottom: 25px;
}

.promo-stacked .row .col-md-4:not(:last-child) {
    max-width: 30%;
}

#providing-promo .field-promoicon>img {
    width: 50px;
}

#helping-promo .field-promoicon>img {
    width: 45px;
}

#connecting-promo .field-promoicon>img {
    width: 60px;
}

.promo-stacked .row .two-col-promo .field-promotext2 {
    padding-top: 10px;
}

.promo-stacked.promo-patient-navigator {
    margin-top: 20px;
}

.promo-stacked.promo-patient-navigator .promo {
    height: unset;
}

.promo-stacked.promo-patient-navigator .row {
    display: flex;
    padding-top: 0px;
    justify-content: space-between;
    flex-direction: row;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo:first-child {
    padding-bottom: 20px;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo:first-child>.component-content {
    gap: 15px;
    display: flex;
    align-items: center;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo:first-child .field-promoicon {
    flex: 0 0 65px;
    text-align: center;
    padding-bottom: 0;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo:first-child .field-promotext h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo:not(:first-child) {
    padding-left: 80px;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo .field-promotext h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin: 0;
}

.promo-stacked.promo-patient-navigator .row .two-col-promo>.component-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.promo-stacked.promo-patient-navigator .row .promo+.promo {
    border: none;
    margin-top: 0;
    padding: 0 0 30px 80px;
}

.promo-stacked.promo-patient-navigator .row .promo-product-footer-cta {
    padding-top: 0;
}

.promo-stacked.promo-patient-navigator .promo-product-footer-cta .field-promolink>a:after {
    background: url(/~/media/3CC65BEEA80D4504B2E0B65980444DE9.ashx) no-repeat center;
    width: 14px;
    height: 18px;
}

/* contact */
.brand_name {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto-Semibold';
    text-transform: uppercase;
}

.brand_name sup {
    font-size: 85%;
    top: -3px;
}

.page-contactus .contact_section [class*="col-"] a {
    display: none;
}

.contact_section>.row {
    row-gap: 18px;
    margin-bottom: 50px;
}

.static-hero-content {
    font-family: 'Roboto-Light';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 39px;
}

.static-hero-content p:last-of-type {
    margin-bottom: 0;
}

.component.container.full-width-container {
    margin-bottom: 39px;
}

.page-patient .contact_section {
    background: transparent linear-gradient(270deg, #00BCE4 0%, #0063C3 100%) 0% 0% no-repeat padding-box;
    padding: 30px;
    color: #fff;
    margin: 0;
    --link-color: #fff;
}

@media (max-width: 767px) {
    .page-patient .contact_section {
        padding: 20px 10px;
    }

    .page-copayupdate .promo-text .field-promoicon2 {
        margin-bottom: 13px;
    }

    .promo-stacked .row,
    .promo-stacked .row .two-col-promo>.component-content {
        flex-direction: row;
        gap: 20px;
    }

    .promo-stacked .row .col-md-4:not(:last-child) {
        max-width: 100%;
    }

    .promo-stacked.promo-patient-navigator .row .two-col-promo:first-child .field-promotext h1 {
        font-size: 21px;
        font-weight: normal;
    }

    .promo-stacked.promo-patient-navigator .row .two-col-promo:first-child {
        padding-bottom: 40px;
    }

    .promo-stacked.promo-patient-navigator .row .promo+.promo {
        padding: 0 0 27px 40px;
    }

    .promo-stacked.promo-patient-navigator .row .promo-product-footer-cta .field-promotext {
        text-align: center;
    }

    .promo-patient-navigator .promo-product-footer-cta .field-promolink a {
        width: 100%;
    }
}

.page-patient .contact_section>.row {
    row-gap: 14px;
    margin: 0;
}

.page-patient .contact_section [class*="col-"] {
    --x-padd: 17px;
    --y-padd: 7px;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: var(--x-padd) 27px;
}

.page-patient .contact_section [class*="col-"] * {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .page-patient .contact_section [class*="col-"] {
        --x-padd: 10px;
        --y-padd: 10px;
        padding-inline: 20px;
    }
}

.page-patient .contact_section [class*="col-"]:after {
    content: "";
    background-color: rgba(255, 255, 255, .13);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: var(--y-padd);
    right: var(--y-padd);
    pointer-events: none;
    transition: all ease 0.2s;
}

.page-patient .brand_name {
    font-size: 16px;
    line-height: 13px;
}

@media (max-width: 767px) {
    .page-patient .brand_name {
        font-size: 13px;
        line-height: 13px;
    }
}

.brand_indication {
    font-size: 10px;
    line-height: 13px;
    font-family: 'Roboto-Semibold';
}

.page-patient .contact_section .brand_contact {
    display: none;
}

.page-patient .contact_section [class*="col-"] a {
    position: absolute;
    height: 100%;
    background: url(../images/icons/right-arrow-white.svg) no-repeat center;
    overflow: hidden;
    text-indent: -1000px;
    z-index: 3;
    background-position: calc(100% - var(--x-padd));
    opacity: 0;
    transition: all ease 0.2s;
    left: var(--y-padd);
    right: var(--y-padd);
}

.page-patient .contact_section [class*="col-"]:hover {
    color: var(--primary-color);
}

.page-patient .contact_section [class*="col-"]:hover:after {
    background-color: rgba(255, 255, 255, 1);
}

.page-patient .contact_section [class*="col-"]:hover a {
    opacity: 1;
    background-image: url(../images/icons/right-arrow-blue.svg);
}

.page-patient .contact_section>h2 {
    font-size: 22px;
    line-height: 35px;
    font-family: 'Roboto-Semibold';
    margin-bottom: 18px;
    margin-left: 7px;
}

@media (max-width: 767px) {
    .page-patient .contact_section>h2 {
        margin-left: 10px;
    }
}

.page-contactus .contact_wrapper .brand_indication,
.page-contactus .contact_wrapper>h2 {
    display: none;
}

.financial-support {
    margin-bottom: 1rem;
    font-family: 'Roboto-Light';
    font-size: 20px;
    line-height: 30px;
    color: #707070;
}

.footnote a {
    color: inherit;
    text-decoration: underline;
}

.footnote {
    margin-top: 40px;
    margin-bottom: 40px;
}

.column-splitter .col-lg-7 {
    margin-bottom: 4rem;
}

.resource_heading {
    margin-top: 4rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .promo-resource-office .field-promolink {
        margin-bottom: 2rem;
    }

    .footnote {
        margin-top: 10px;
    }

    .column-splitter .col-lg-7 {
        margin-bottom: 3rem;
    }

    .resource_heading {
        margin-top: 3rem;
    }

    .call-support {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .promo-resource-office .field-promolink {
        margin-bottom: 2rem;
    }

    .footnote {
        margin-top: 10px;
    }
}

.promo-download-section {
    display: flex;
}

.field-promoiconpromo-text-inline {
    width: 241px;
    padding-inline: 20px;
}

.promo-helpful-downloads .field-promoiconpromo-text-inline .field-promolink>a {
    justify-content: flex-start;
    gap: 15px;
}

@media (max-width: 767px) {
    .field-promoiconpromo-text-inline {
        width: 100%;
        padding-inline: 20px;
    }
}

.promo-download-section {
    margin-bottom: 50px;
}

.product-hcp-repatha .cstm-margin-top,
.product-hcp-repatha .footnote,
.product-hcp-amgevita .cstm-margin-top,
.product-hcp-otezla .cstm-margin-top,
.product-hcp-enbrel .cstm-margin-top,
.product-hcp-prolia-oncology .cstm-margin-top,
.product-hcp-prolia-osteoporosis .cstm-margin-top,
.product-hcp-riabni-oncology .cstm-margin-top,
.product-hcp-prolia-rumatoid-arthitis .cstm-margin-top,
.product-hcp-aranesp-oncology .cstm-margin-top {
    margin-top: 80px;
}

.product-hcp-sensipar .pilinks,
.product-hcp-parsabiv .pilinks,
.product-hcp-epogen .pilinks,
.product-hcp-aranesp-oncology .pilinks,
.product-hcp-aranesp-nephrology .pilinks {
    margin-top: 50px;
}

@media (max-width: 767px) {

    .promo-resource-patients .field-promolink,
    .promo-resource-office .field-promolink {
        margin-bottom: 40px;
    }

    .product-hcp-repatha .cstm-margin-top,
    .product-hcp-repatha .footnote,
    .product-hcp-amgevita .cstm-margin-top,
    .product-hcp-otezla .cstm-margin-top,
    .product-hcp-enbrel .cstm-margin-top,
    .product-hcp-prolia-oncology .cstm-margin-top,
    .product-hcp-prolia-osteoporosis .cstm-margin-top,
    .product-hcp-riabni-oncology .cstm-margin-top,
    .product-hcp-prolia-rumatoid-arthitis .cstm-margin-top,
    .product-hcp-aranesp-oncology .cstm-margin-top {
        margin-top: 30px;
    }
}

.splitting-space {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .splitting-space {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {

    .promo-resource-patients .field-promolink,
    .promo-resource-office .field-promolink {
        margin-bottom: 40px;
    }
}

.neupogen .promo-product-footer-cta .field-promolink>a {
    width: 315px;
}

.header-text {
    font-size: 12px;
    font-family: 'Roboto-Regular';
    color: #707070;
}

.header-product-name {
    font-size: 15px;
}

.header-link {
    font-size: 13px;
    font-family: 'Roboto-Semibold';
    color: #0063C3;
    text-decoration: underline;
}

.resource-section {
    margin-top: 25px;
}

.download-link {
    max-width: 225px;
}

@media (max-width: 767px) {
    .download-link {
        max-width: 100%;
    }
}

.promo-nurse-support .download-link>a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 20px;
    background: url(../images/icons/download-icon-white.svg) no-repeat center;
}

.financial-support {
    color: #000;
}

.header-text {
    margin-bottom: 0px;
}

.product-header-banner .field-promotext:before {
    background: transparent linear-gradient(360deg, #00B1E0 0%, #0063C3 100%) 0% 0% no-repeat;
}

sup {
    top: -0.3em;
}

.download-link {
    max-width: 250px;
}

.download-button-link {
    max-width: 250px;
}

@media (max-width: 767px) {
    .download-button-link {
        max-width: 100%;
    }

    .download-link {
        max-width: 100%;
    }
}

.helpful-resources {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.helpful-resources .download-link>a {
    margin-top: 10px;
}

.prolia-patient .footnote,
.riabni-onc-patient .footnote,
.riabni-arthritis-patient .footnote,
.vectibix-patient .footnote {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.prolia-oncology-patient .footnote,
.aranesp-onc-patient .footnote {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.star-symbol {
    font-size: 15px;
    position: relative;
    top: -9px;
}

.aranesp-kidney-patient .pilinks,
.epogen-patient .pilinks {
    margin-top: 4rem;
}

.blincyto-patient .footnote,
.imlygic-patient .footnote,
.kanjinti-patient .footnote,
.kyprolis-patient .footnote {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.lumakras-patient .footnote,
.mvasi-patient .footnote,
.neulastapro-patient .footnote,
.neupogen-patient .footnote,
.nplate-patient .footnote {
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.xgeva-patient .footnote {
    margin-top: 4rem;
}

.parsabiv-patient .call-support,
.sensipar-patient .call-support {
    margin-top: 3rem;
}

.theme-bg-img {
    background-image: url('../images/amgen-nurse-partners-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.theme-bg-img .field-promotext>* {
    color: var(--rule-color);
}

.theme-bg-img .field-promotext .header-text {
    line-height: 21px;
}

.theme-bg-img .product-header-banner {
    height: 300px;
    align-items: center;
    display: flex;
}

.field-promodownload>a:after {
    content: "";
    display: inline-block;
    min-width: 7px;
    width: 15px;
    height: 19px;
    background: url('../images/icons/download-icon-white.svg') no-repeat center;
}

.black-link {
    color: var(--body-color);
    text-decoration: underline;
}

.footer_inner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.quantum-footer__links-row a {
    color: var(--rule-color);
    text-decoration: underline;
}

.quantum-footer__links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quantum-footer__legal-row-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    margin-top: 40px;
}

.quantum-footer__legal-row {
    color: var(--rule-color);
}

.quantum-footer__inner {
    padding-top: 30px;
}

.promo-stacked {
    margin-top: 4rem;
}

.copay.theme-bg-img {
    background-image: url(/~/media/B2034974F34A4DCDB62A3B2C9A867C4B.ashx);
}

.govt.theme-bg-img {
    background-image: url('../images/government-insurance-bg.jpg');
}

.access-specialists.theme-bg-img {
    background-image: url('../images/access-specialist-bg.jpg');
}

.hub-services.theme-bg-img {
    background-image: url('/~/media/14577C3CC8204F4E8431CE811C702331.ashx');
}

.right-border {
    border-right: 1px solid var(--rule-color);
    padding-right: 25px;
}

.custm-promo-text {
    display: flex;
    flex: 1;
}

.two-col-promo .custm-field-promolink .field-promolink {
    display: flex;
}

.custm-field-promolink {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-grow: .4;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.promo-text-container {
    display: flex;
    flex-direction: column;
    flex: .6;
}

.custm-field-promolink .field-promolink>a {
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) and (orientation:portrait) {
    .two-col-promo>.component-content {
        gap: 0px;
        flex-direction: column;
    }

    .two-col-promo .field-promoicon {
        text-align: left;
    }

    .quantum-footer__legal-row-content {
        align-content: flex-start;
        align-items: flex-start;
    }

    .quantum-footer__links-row {
        gap: 9px;
        flex-direction: column;
        margin-top: 20px;
    }

    .custm-promo-text {
        flex-direction: column;
        gap: 15px;
    }

    .custm-field-promolink {
        justify-content: flex-start;
    }

    .two-col-promo .custm-field-promolink .field-promolink,
    .custm-field-promolink .field-promolink>a {
        width: 100%;
    }

    .two-col-promo>.cstm-container {
        gap: 11px;
        flex-direction: row;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .promo-text-container {
        flex: 1;
    }

    .custm-field-promolink {
        flex-grow: 0;
    }

    .two-col-promo>.cstm-container {
        margin-bottom: 20px;
    }
}

.quantum-top-nav__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.quantum-drop-down-menu__list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.right-arrow-adjust {
    margin-left: 11px;
}

.top-nav {
    background: transparent linear-gradient(270deg, #00B1E0 0%, #0063C3 100%) 0% 0% no-repeat;
    ;
}

.quantum-top-nav__copy {
    color: #fff;
}

.quantum-top-nav__link-text {
    color: #fff;
}

@media (max-width: 767px) {
    .quantum-top-nav__copy {
        display: none;
    }

    .quantum-drop-down-menu__list {
        gap: 48px;
    }
}

.quantum-top-nav__copy,
.quantum-top-nav__link-text {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Roboto-Regular';
}

.product-header-banner .field-promotext {
    --field-promotext-lh: 65px;
}

.contact-page .resource_heading,
.error-page .resource_heading,
.terms-page .resource_heading {
    margin-top: 2rem;
}

.contact-heading {
    margin-bottom: 1rem;
    font-family: 'Roboto-Light';
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.error-page-links {
    font-weight: 600;
    text-decoration: underline;
}

.contact-products {
    font-family: 'Roboto-Bold';
}

.contact-footnote {
    font-size: 13px;
    color: #0063c3;
    font-family: 'Roboto-bold';
    margin-top: 14px;
}

.footnote-decoration {
    text-decoration: underline;
}

.terms-content {
    margin-top: 2rem;
}

.terms-heading {
    font-size: 16px;
    font-family: 'Roboto-bold';
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #000c;
}

@media (min-width: 768px) {
    #interstitialModal .modal-dialog-box {
        max-width: 55%;
    }
}

.fade .modal-dialog-box {
    animation: 0.2s modalFadeIn;
}

@media (min-width: 768px) {
    .modal-dialog-box {
        margin: auto;
        height: 100%;
    }
}

.modal-dialog-box {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
}

#interstitialModal .modal-dialog-content {
    padding: 0;
}

.modal-dialog-content {
    align-self: center;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.image-block {
    background-color: white;
    padding: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.image-wrap {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: flex;
    flex-direction: column;
    transform: scale(1, 1);
    transition: background-size 0.4s ease-out;
    color: white;
}

.image-wrap-inner {
    padding: 20px;
}

.image-wrap .btn-outline {
    background: transparent linear-gradient(270deg, #00BCE4 0%, #0063C3 100%) 0% 0% no-repeat;
    border: none;
    color: white;
    padding: 17px 9px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.image-wrap .btn-outline .fa {
    padding-left: 12px;
}

.image-wrap .btn-outline {
    color: white;
    text-align: center;
}

.modal-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}

.image-wrap-heading {
    color: #0063c3;
}

.image-wrap-subtext {
    color: #000;
}

.product-header-banner .field-promotext {
    --field-promotext-lh: calc(--field-promotext-font-size + 4px);
}

.product-header-banner .field-promotext {
    position: relative;
    padding-left: 25px;
}

.product-header-banner .field-promotext::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: transparent linear-gradient(to bottom, #0063C3 0%, #00B1E0 100%) 0% 0% no-repeat;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.footnote {
    --foot-note-indent: 4px;
}

#interstitialModal .modal-dialog-content {
    min-height: 33%;
    justify-content: center;
}

.image-wrap-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.terms-page .list-text {
    padding-left: 15px;
}

.terms-page .content-text {
    margin-bottom: 5px;
}

.terms-page .list-textspace {
    padding-bottom: 5px;
}

.terms-page .conditions-heading {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .promo-stacked {
        margin-top: 30px;
    }

    .header-text {
        margin-bottom: 25px;
        line-height: 16px;
    }

    .pilinks {
        margin-top: 1rem !important;
    }

    .splitting-space {
        margin-top: 1rem;
    }

    .lumakras-patient .footnote,
    .mvasi-patient .footnote,
    .neulastapro-patient .footnote,
    .neupogen-patient .footnote,
    .nplate-patient .footnote {
        margin-top: 3rem;
    }

    .prolia-patient .footnote,
    .riabni-onc-patient .footnote,
    .riabni-arthritis-patient .footnote,
    .vectibix-patient .footnote {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .parsabiv-patient .call-support,
    .sensipar-patient .call-support {
        margin-top: 0rem;
    }
}

@media (max-width: 768px) {
    .product-header-banner .promo-text {
        max-width: 100%;
    }
}

.fade:not(.show) {
    opacity: 1;
}

.info-container-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-dialog-content .image-block .btn-outline {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-evenly;
}

.image-wrap-inner,
.image-block {
    padding: 0px;
}

.image-wrap {
    flex: 1;
}

.image-wrap-inner {
    display: block;
}

.info-container {
    padding: 40px 150px;
}

.image-wrap .btn-outline {
    padding: 9px;
}

.info-container-head p {
    margin-bottom: 2rem;
}

#forpatientsModal .image-block {
    flex-direction: column;
}

#forpatientsModal .info-container {
    padding: 40px 100px;
}

#forpatientsModal .image-wrap .btn-outline {
    padding: 15px 9px;
}

#forpatientsModal .modal-dialog-content .image-block .btn-outline {
    justify-content: space-between;
}

#forpatientsModal .image-wrap-heading {
    margin-bottom: 20px;
}

#forpatientsModal .close {
    position: absolute;
    padding: 20px;
    right: 0;
    color: var(--primary-color);
    outline: none;
}

#forpatientsModal .modal-dialog-content .image-block .btn-outline {
    gap: 0px;
}

@media (min-width: 768px) {
    #interstitialModal .modal-dialog-box {
        max-width: 75%;
    }

    #forpatientsModal .modal-dialog-box {
        max-width: 34%;
    }
}

@media (max-width: 767px) {
    .info-container {
        padding: 40px 15px;
    }

    .image-block {
        flex-direction: column;
    }

    #forpatientsModal .info-container {
        padding: 40px 70px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .info-container {
        padding: 40px 50px;
    }

    #forpatientsModal .modal-dialog-box {
        max-width: 57%;
    }
}

.modal-backdrop {
    opacity: 0.5 !important;
}

@media screen and (max-width: 767px) {
    .column-splitter .col-lg-7 {
        margin-bottom: 1rem;
    }
}

.product-dim {
    background: #2a85c7;
    margin: 10px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 15px;
    color: #ffffff;
    font-size: 10px;
    line-height: 13px;
    display: flex;
    align-items: center;
}

.product-dim .contact-products {
    font-size: 15px;
}

.banner-background {
    background-image: url("/~/media/7D82F6824AE744958CDAD379BBFFC368.ashx");
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-background-hcp {
    background-image: url("/~/media/1FB97214F7F54937BC7575EDB94754B4.ashx");
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-white {
    color: #ffffff;
    font-size: 70px;
    line-height: 80px;
    font-family: 'Roboto-Light';
}

.banner-ptag {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    margin-top: 35px;
    margin-left: 30px;
    font-family: 'Roboto-Regular';
}

.banner-gradientcard {
    background: transparent linear-gradient(270deg, #00BCE4 0%, #0063C3 100%) 0% 0% no-repeat;
    padding: 2rem;
}

.align-products {
    display: flex;
    justify-content: center;
}

.let-connect {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-top-note {
    color: #ffffff;
    font-size: 21px;
    line-height: 35px;
    position: relative;
    left: 37px;
    bottom: 10px;
    font-family: 'Roboto-Semibold';
}

.banner-gradientcard .footnote {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 36px;
}

.foot-section-text {
    color: black;
    font-family: 'Roboto-Light';
    margin-left: 5.2rem;
}

.product-dim:hover {
    background: #ffffff;
    color: #0063c3;
}

@media screen and (max-width: 767px) {
    .banner-patient {
        background-image: url("/~/media/B58882DD3AE3444E83A6061579E828C5.ashx");
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .banner-background-hcp {
        background-image: none;
    }

    .banner-background {
        background-image: none;
    }

    .banner-hcp {
        background-image: url("/~/media/2288EE1CC3C84F46B9A1F1E4B5EC339A.ashx");
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: flex;
        height: 528px;
        align-items: flex-end;
    }

    .banner-white {
        color: #ffffff;
        font-size: 47px;
        line-height: 52px;
        font-family: 'Roboto-Light';
    }

    .banner-ptag {
        color: #ffffff;
        font-size: 23px;
        line-height: 30px;
        margin-top: 35px;
        margin-left: 0px;
        font-family: 'Roboto-Regular';
    }

    .card-top-note {
        color: #ffffff;
        font-size: 19px;
        line-height: 35px;
        font-family: 'Roboto-Semibold';
        position: relative;
        left: 15px;
        bottom: 10px;
    }

    .product-dim .contact-products {
        font-size: 12px;
        line-height: 13px;
    }

    .banner-gradientcard .footnote {
        margin-bottom: 0px;
        font-size: 13px;
        padding-left: 0px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .card-top-note {
        left: 5px;
    }

    .banner-gradientcard .footnote {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 1025px) {
    .hcp-page-repatha #patient-support {
        padding-top: 30px;
    }
}

.pop-up-footnote {
    --link-color: var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
}

.pop-up-footnote a {
    text-decoration: underline;
}

.close {
    opacity: 1;
}

#forpatientsModal .info-container {
    padding: 58px 49px 20px 46px;
}

@media (min-width: 768px) {
    #forpatientsModal .modal-dialog-box {
        max-width: 37%;
    }
}

#forpatientsModal .image-wrap {
    padding-inline: 45px;
}

@media (max-width: 767px) {
    #forpatientsModal .modal-dialog-box {
        padding: 30px 20px;
    }

    #forpatientsModal .image-wrap {
        padding-inline: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #forpatientsModal .modal-dialog-box {
        max-width: 61%;
    }
}

#forpatientsModal .info-container-head {
    align-items: center;
}

#forpatientsModal .pop-up-footnote {
    text-align: center;
}

@media (max-width: 767px) {
    #forpatientsModal .info-container-head {
        align-items: flex-start;
    }
}

.products-link {
    color: #fff;
}

@media (max-width: 767px) {
    .product-dim {
        margin: 0px;
    }
}

.product-dim:hover {
    text-decoration: none;
}

.banner-gradientcard {
    background-image: linear-gradient(to left, rgba(0, 188, 228, 0.8) 30.52%, rgba(0, 99, 195, 0.8) 73.52%);
}

@media (max-width: 767px) {
    .align-products {
        justify-content: inherit;
    }

    .product-dim {
        margin: 0px;
        margin-top: 11px;
        margin-right: 0px;
    }

    .product-dim {
        padding-top: 13px;
        margin-right: 10px;
    }

    .break {
        word-break: break-all;
    }

    .index .col-6 {
        max-width: 47% !important;
    }

    .quantum-drop-down-menu {
        display: flex;
        flex: 1;
    }

    .quantum-drop-down-menu__list {
        flex: 1;
        justify-content: space-between;
        gap: 0;
    }

    .banner-gradientcard {
        padding: 26px;
    }

    .card-top-note {
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    .promo-helpful-downloads .component-content {
        margin-bottom: 15px;
    }

    .banner-ptag {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: rgb(7 25 62 / 57%);
        margin-bottom: 0;
    }

    .product-header-banner {
        padding-bottom: 0;
    }

    .banner-ptag {
        background-image: linear-gradient(to left, rgba(0, 99, 195, 0.3) 38.52%, rgba(0, 0, 0, 0.8) 124.52%);
    }

}

.neupogen .promo-product-footer-cta .field-promolink>a {
    width: 341px;
}

.product-dim:after {
    content: "";
    display: block;
    border-style: solid;
    height: 10px;
    width: 10px;
    border-color: var(--primary-color);
    transform: rotate(45deg);
    box-sizing: border-box;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: auto;
    top: 40%;
    left: 148px;
    opacity: 0;
}

.product-dim:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.product-dim:hover:after {
    opacity: 1;
}

.promo-helpful-downloads {
    display: flex;
}

.promo-helpful-downloads .component-content {
    display: flex;
    flex-direction: column;
}

.promo-helpful-downloads .field-promoicon {
    margin-top: auto;
}

.promo-helpful-downloads .promo-text {
    /* margin-top: auto; */
    min-height: 85px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .promo-resource-patients .promo-text,
    .promo-resource-office .promo-text {
        margin-bottom: 30px;
    }
}

.product-dim {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .product-header-banner .header-text {
        line-height: 1;
        margin-bottom: 13px;
    }

    .field-promotext>div:last-child {
        margin-bottom: 0;
        font-family: 'Roboto-light';
    }
}

.product-header-banner .header-text {
    color: #716F73;
}

.product-header-banner {
    padding-bottom: 30px;
}

.container.full-width-container.hcp_wrapper_website_link {
    margin-bottom: 0;
}

.hcp_wrapper_references .footnote {
    margin-bottom: 0;
}

.hcp_wrapper_call_support .call-support {
    padding-top: 30px;
    padding-bottom: 30px;
}

.hcp_wrapper_nurse_partners:before,
.hcp_wrapper_resources_for_patients:before,
.hcp_wrapper_helpful_downloads:before,
.patient-page-blincyto .hcp_wrapper_resources_for_hcp:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    top: 30px;
    background-color: #D8D8D8;
}

.hcp_wrapper_nurse_partners,
.hcp_wrapper_resources_for_patients,
.hcp_wrapper_helpful_downloads {
    padding-top: 30px;
    position: relative;
}

@media (min-width: 768px) {

    .hcp_wrapper_nurse_partners,
    .hcp_wrapper_resources_for_patients,
    .patient-page-blincyto .hcp_wrapper_resources_for_hcp {
        padding-top: 80px;
    }

    .patient-page-blincyto .hcp_wrapper_resources_for_hcp {
        position: relative;
    }

    .hcp_wrapper_nurse_partners:before,
    .hcp_wrapper_resources_for_patients:before,
    .patient-page-blincyto .hcp_wrapper_resources_for_hcp:before {
        top: 80px;
    }

    .hcp_wrapper_helpful_downloads {
        padding-top: 47px;
    }

    .hcp_wrapper_helpful_downloads:before {
        top: 47px;
    }
}

@media (max-width: 767.98px) {

    .header-text,
    .header-link {
        font-size: 16px;
    }

    .patient-page-blincyto .hcp_wrapper_resources_for_hcp {
        padding-top: 0;
        position: relative;
    }

    .patient-page-blincyto .hcp_wrapper_resources_for_hcp:before {
        top: -40px;
    }
}

.banner-div+.component.container.full-width-container {
    margin-bottom: 0;
}

.patient_wrapper_references,
.hcp_wrapper_references {
    margin-top: 40px;
}

.patient_wrapper_references .footnote,
.hcp_wrapper_references .footnote {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.footnote+.pilinks {
    margin-top: 28px;
}


.theme-bg-img .field-promotext>*,
.theme-bg-img .product-header-banner .header-text {
    color: #fff;
}

.theme-bg-img .product-header-banner .header-text {
    font-size: 22px;
    line-height: 26px !important;
    font-family: 'Roboto-Regular';
}

@media (max-width: 767.98px) {
    .theme-bg-img:before {
        display: block;
        content: "";
        aspect-ratio: 15/10;
    }

    /* aimovif financial support banner */
    #financial-support-banner .theme-bg-img:before {
        aspect-ratio: 25/17 !important;
    }

    .theme-bg-img {
        background-image: url('../images/amgen-nurse-partners-bg.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }

    .theme-bg-img .product-header-banner {
        background: transparent linear-gradient(270deg, #00BCE4 0%, #0063C3 100%) 0% 0% no-repeat padding-box;
        margin-inline: -15px;
        height: auto !important;
    }

    .theme-bg-img .product-header-banner .header-text {
        margin-bottom: 0;
    }
}

.page-common .promo ul {
    list-style: disc;
}

.page-common .component.container.full-width-container {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .page-common .two-col-promo>.component-content {
        flex-direction: row;
        gap: 15px;
    }

    .page-common .two-col-promo .field-promoicon {
        text-align: center;
        flex: 0 0 60px;
    }

    .page-common .call-support {
        gap: 15px;
    }
}

#amgenassist-home .main-container .main_section_terms {
    z-index: 1 !important;
}


@media (min-width: 768px) {
    .foot-section-text {
        font-family: 'Myriad Pro Light';
    }
}

/*copay-program*/
#copay-program .two-col-promo .btn {
    margin-bottom: 20px;
}

#copay-program .not-eligible {
    font-size: 15px;
    text-decoration: underline;
    line-height: normal;
    display: block;
}

/*government-insurance*/
#government-insurance .two-col-promo .field-promotext2 {
    display: flex;
}

#government-insurance .two-col-promo .field-promotext2 .field-promolink {
    display: block;
    margin-top: -40px;
}

#government-insurance .two-col-promo .field-promotext h1 {
    padding-right: 120px;
}

/*sup-alignment*/
.hcp_wrapper_nurse_partners sup,
.hcp-page-blincyto .col-lg-4:first-of-type .promo-resource-office .field-promotext2 sup.double-dagger-sup,
.hcp-page-imdelltra .col-lg-4:first-of-type .promo-resource-office .field-promotext2 sup.double-dagger-sup {
    top: 0 !important;
}

.hcp_wrapper_resources_for_hcp .field-promotext sup,
.hcp_wrapper_call_support .resource_heading sup,
.promo-resource-office .field-promotext sup,
.hcp_wrapper_resources_for_patients .resource_heading sup,
.promo-resource-patients .field-promotext sup {
    top: 2px !important;
    font-size: 60% !important;
}

.promo-resource-office .field-promotext2 .asterisk-sup,
.hcp-page-imdelltra .col-lg-4:first-of-type .promo-resource-office .field-promotext2 .asterisk-sup {
    font-size: 100% !important;
    top: 4px !important;
}

.hcp_wrapper_call_support .resource_heading .asterisk-sup {
    font-size: 100% !important;
    top: 5px !important;
}

.promo-nurse-support .field-promotext2 .asterisk-sup {
    font-size: 100% !important;
    top: 3px !important;
}

.page-npp .promo-stacked .asterisk {
    font-size: 100% !important;
    top: 7px !important;
}

#amgensupportplus-copay .field-promotext sup {
    top: 2px !important;
}

#amgensupportplus-copay .asterisk {
    font-size: 100% !important;
    top: 3px !important;
}

.patient-page-blincyto .resource_heading .asterisk-sup,
.hcp_wrapper_resources_for_patients .resource_heading .asterisk-sup {
    font-size: 100% !important;
    top: 5px !important;
}

.page-npp .promo-stacked .field-promotext sup {
    font-size: 80% !important;
    top: 5px !important;
}

sup.ball {
    font-size: 90% !important;
    top: 3px !important;
}


/*financial-support-page*/
.financial-support-page #financial-support-banner {
    background-image: url(/~/media/5AC8715342714073B4DCF89F9EE03ADB.ashx);
}

.financial-support-page #financial-support-banner .header-text {
    margin-bottom: 22px;
}

.financial-support-page #financial-support-banner a {
    background-color: #FFF;
    display: block;
    color: #4e647b;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    max-width: 350px;
    line-height: 1.2;
    padding: 15px;
    text-align: center;
    display: none;
}

.financial-support-page #financial-support-banner a:hover {
    text-decoration: none;
}

.financial-support-page #promo-columns {
    padding-top: 47px;
}

.financial-support-page #tabs-section {
    /*display: none;*/
}

.financial-support-page #call-amgen {
    max-width: 100%;
    margin: 70px auto 70px;
    padding: 0 15px;
}

.financial-support-page #call-amgen>.component-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.financial-support-page #call-amgen img {
    max-width: 67px;
}

.financial-support-page #call-amgen .image-caption {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 30px;
}


/*tabs*/
#tabs-section .link-list ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
}

#tabs-section .link-list {
    margin-top: -52px;
}

#tabs-section .link-list a {
    background-color: #0063c3;
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 13px;
    display: flex;
    text-align: center;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

#tabs-section .link-list a {
    width: 300px;
}

#tabs-section .link-list .tab-button.activeTab a {
    background-color: #FFF;
    color: var(--link-color);
}

#tabs-section .link-list ul li a:hover {
    text-decoration: none;
}

#tabs-section #commercial-tabcontent,
#tabs-section #government-tabcontent,
#tabs-section #uninsured-tabcontent {
    padding: 50px 0 0;
}

.resource_heading sup.rball {
    top: 0 !important;
}

.resource_heading sup.ddagger {
    top: 0 !important;
}

#tabs-section #amgensupportplus-copay>.component-content>div,
#tabs-section #medicare-promo>.component-content>div,
#uninisured-tab-promo>.component-content>div {
    display: flex;
    gap: 30px;
    align-items: center;
}

#tabs-section .field-promotext {
    font-size: 28px;
    color: #0063c3;
    line-height: 1;
}

#tabs-section #amgensupportplus-copay .promo-text,
#tabs-section #medicare-promo .promo-text,
#uninisured-tab-promo>.component-content .promo-text {
    margin-top: 17px;
}

#tabs-section #amgensupportplus-copay .field-promoicon2 {
    /*min-width: 350px;*/
}

#tabs-section #amgensupportplus-copay .field-promoicon2 img,
#tabs-section #medicare-promo .field-promoicon2 img,
#tabs-section #uninisured-tab-promo .field-promoicon2 img {
    height: auto;
}

#tabs-section #amgensupportplus-copay .field-promotext2 {
    max-width: 378px;
}

#tabs-section #amgensupportplus-copay .field-promotext2 p {
    font-size: 15px;
    color: #000;
}

#tabs-section #amgensupportplus-copay>.component-content .promo-text,
#tabs-section #medicare-promo>.component-content .promo-text,
#uninisured-tab-promo>.component-content .promo-text {
    align-items: self-start;
}

#tabs-section #amgensupportplus-copay .field-promotext2 .footnote {
    margin-top: 21px;
    padding: 0;
}

#tabs-section #amgensupportplus-copay .field-promotext2 .footnote p {
    font-size: 10px;
}

#tabs-section #amgensupportplus-copay .field-promotext2 .footnote p a {
    color: #0063c3;
}

.select-dropdown {
    margin-top: 20px;
}

.select-dropdown .dropdown-button {
    width: 365px;
    padding: 16px 15px 15px 20px;
    background-image: linear-gradient(to right, #0063c3, #0bc0e3);
    border: transparent;
    color: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: 'Roboto-Bold';
}

.dropdown-list {
    display: none;
    width: 365px;
    max-height: 265px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    z-index: 1;
}

.select-dropdown .dropdown-button::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url(/~/media/3CC65BEEA80D4504B2E0B65980444DE9.ashx) no-repeat center;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
}

.dropdown-list li {
    cursor: pointer;
    list-style: none;
    line-height: 1.14;
    font-size: 21px;
    padding: 10px 15px;
}

.dropdown-list li:hover {
    background-image: linear-gradient(to right, #0063c3, #0bc0e3);
    color: #FFF;
}

.dropdown-list li span {
    font-size: 16px;
}

.select-dropdown select option {
    color: #000;
}

#tabs-section .field-promotext2 b {
    font-family: 'Roboto-Bold';
}

#independent-foundations {
    padding-top: 60px;
    border-bottom: 1px solid #e6e6e6;
}

#independent-foundations:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #D8D8D8;
}

#independent-foundations>.component-content {
    margin-top: 30px;
}

#independent-foundations>.component-content>div:nth-child(1) {
    display: flex;
    gap: 30px;
    align-items: center;
}

#independent-foundations .promo-text {
    margin-top: 26px;
    max-width: 825px;
}

#independent-foundations .field-promotext2 p {
    color: #000;
}

#independent-foundations .conditions-section {
    margin-top: 25px;
}

#independent-foundations .conditions-section .conditions-heading {
    color: #0063c3;
    line-height: 1.19;
    font-size: 21px;
    font-family: 'Roboto-Bold';
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
}

#independent-foundations .conditions-section .list-columns {
    display: flex;
    gap: 20px;
}

#independent-foundations .conditions-section .left-section {
    width: 361px;
}

#independent-foundations .field-promotext2 .list-heading {
    text-decoration: underline;
    display: block;
    line-height: 1.2;
    color: #0063c3;
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

#independent-foundations .field-promotext2 a {
    text-decoration: underline;
    line-height: 1.27;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

#independent-foundations .conditions-section .list-columns .list {
    margin-bottom: 50px;
}

#independent-foundations .field-promotext2 .list-heading i {
    font-style: italic;
}

#independent-foundations .conditions-section .list-columns .list.last-list {
    margin-bottom: 30px;
}

#independent-foundations .conditions-section.mobile-lists {
    display: none;
}

#asnf-promo {
    margin-top: 30px;
}

#asnf-promo>.component-content>div:nth-child(1) {
    display: flex;
    gap: 30px;
    align-items: center;
}

#asnf-promo .field-promotext p {
    margin-bottom: 0;
    font-size: 28px;
}

#asnf-promo .field-promotext p .amgen-products {
    font-size: 23px;
}

#asnf-promo .promo-text {
    margin-top: 20px;
}

#asnf-promo>.component-content .field-promotext2 p {
    color: #000;
}

#medicare-promo .field-promotext2,
#uninisured-tab-promo .field-promotext2 {
    max-width: 350px;
}

#medicare-promo .field-promotext2 p,
#uninisured-tab-promo .field-promotext2 p {
    color: #000;
}

#independent-foundations .field-promotext2 .independent-foundations-heading {
    font-size: 28px;
    color: #0063c3;
    margin-bottom: 25px;
}

#independent-foundations .field-promotext2 .comprehensive {
    margin-bottom: 25px;
}

#medicare-promo .field-promolink a {
    min-width: 255px;
}

#medicare-promo .field-promolink a::after {
    width: 9px;
    height: 13px;
    background: url(/~/media/3CC65BEEA80D4504B2E0B65980444DE9.ashx) no-repeat center;
}

#government-tabcontent .understand-section {
    max-width: 730px;
    padding: 10px;
    background-color: #f1f1f1;
    margin-top: 12px;
    display: flex;
    gap: 30px;
}
#government-tabcontent .understand-section.no-medicare-section {
    background-color: unset;
    padding: 0;
}
#government-tabcontent .understand-section.no-medicare-section .left-text {
    max-width: 350px;
    width: 55%;
}
#government-tabcontent .understand-section.no-medicare-section .right-text.full-width {
    max-width: 48%;
    background-color: #f1f1f1;
    padding: 10px;
}
#government-tabcontent .understand-section.no-medicare-section .right-text.full-width a {
    width: 255px;
}
#government-tabcontent .understand-section .left-text {
    max-width: 339px;
}

#government-tabcontent .understand-section .right-text {
    max-width: 341px;
}

#government-tabcontent .understand-section .right-text p {
    margin-bottom: 18px;
}

#government-tabcontent .understand-section p {
    color: #000;
}

#government-tabcontent .understand-section .left-text a {
    text-decoration: underline;
}

#government-tabcontent .understand-section .right-text a {
    width: 100%;
}

#government-tabcontent .understand-section .right-text a::after {
    background: url(/~/media/1E45A520FAB640BCB49F57F49E5FEF23.ashx) no-repeat center;
    width: 13px;
    height: 20px;
}

/*popup*/
#product-popup .quantum-modal__dialog,
#supportplus-product-popup .quantum-modal__dialog {
    max-width: 542px;
    text-align: center;
    padding: 55px 60px;
}

#product-popup .quantum-modal__dialog p,
#supportplus-product-popup .quantum-modal__dialog p {
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    color: #000;
    font-size: 16px;
    line-height: 1.38;
}

#product-popup .quantum-modal__close:focus,
#supportplus-product-popup .quantum-modal__close:focus {
    outline: transparent;
}

/*dropdown-scroll*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    height: 25px;
    border-radius: 10px;
    background-color: #0063c3;
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
    display: none;
}

.mCSB_container {
    padding-right: 5px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0063c3;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #f1f1f1;
    width: 5px;
}

.mCSB_scrollTools .mCSB_dragger {
    height: 25px !important;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0063c3;
}

.mCSB_scrollTools_vertical {
    margin: 15px 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
}

.hcp_wrapper_resources_for_hcp .promo-nurse-support .promo-text h3:empty {
    margin-bottom: 0;
}

.hcp-page-amjevita .hcp_wrapper_helpful_downloads,
.hcp-page-enbrel .hcp_wrapper_helpful_downloads {
    display: none;
}

.hcp-page-home .banner-gradientcard .align-products .col-sm-2,
.patient-page-home .banner-gradientcard .align-products .col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
}



@media (min-width: 576px) {
    .financial-support-page #call-amgen {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #independent-foundations:before {
        top: 60px;
    }

    .financial-support-page #call-amgen {
        max-width: 720px;
    }

    .hcp-page-home .banner-gradientcard .align-products .col-sm-2,
    .patient-page-home .banner-gradientcard .align-products .col-sm-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }
}

@media (min-width: 992px) {
    .financial-support-page #call-amgen {
        max-width: 960px;
    }

    .financial-support-page .promo-resource-office .field-promolink>a {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .financial-support-page #call-amgen {
        max-width: 1140px;
    }
}


@media (max-width: 991px) {
    #tabs-section .link-list a{
        width: auto;
    }
    #government-insurance .two-col-promo .field-promotext2 {
        flex-direction: column;
    }

    #government-insurance .two-col-promo .field-promotext2 .field-promolink {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #government-insurance .two-col-promo .field-promotext h1 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #government-tabcontent .understand-section.no-medicare-section .right-text.full-width{
        max-width: 100%;
    }
    #government-insurance .two-col-promo .field-promotext2 .field-promolink {
        margin-bottom: 0px;
    }

    .financial-support-page #financial-support-banner {
        background-image: url(/~/media/3B0F4D0E3F1A49B5B1AB59FC78A61948.ashx);
    }

    .financial-support-page #financial-support-banner a {
        max-width: 287px;
        font-size: 16px;
    }

    .financial-support-page #call-amgen>.component-content {
        align-items: flex-start;
    }

    .financial-support-page #call-amgen {
        margin: 30px auto 30px;
    }

    #tabs-section .link-list li {
        width: 112px;
    }

    #tabs-section .link-list a {
        font-size: 16px;
        width: 112px;
    }

    #tabs-section .link-list {
        margin-top: -45px;
        padding: 0;
    }

    #tabs-section .link-list ul {
        gap: 5px;
    }

    #financial-support-banner .product-header-banner {
        padding-bottom: 57px;
    }

    #tabs-section #amgensupportplus-copay>.component-content .promo-text,
    #tabs-section #medicare-promo>.component-content .promo-text,
    #uninisured-tab-promo>.component-content .promo-text {
        flex-direction: column;
    }

    #tabs-section .field-promoicon img {
        max-width: 60px;
    }

    #tabs-section #amgensupportplus-copay>.component-content>div,
    #tabs-section #medicare-promo>.component-content>div,
    #uninisured-tab-promo>.component-content>div {
        align-items: flex-start;
        gap: 20px;
    }

    #tabs-section #medicare-promo>.component-content>div:nth-child(1) {
        align-items: center;
    }

    #medicare-promo .field-promolink a {
        min-width: 100%;
    }

    #tabs-section .field-promotext {
        line-height: 1.2;
    }

    #tabs-section #amgensupportplus-copay .field-promotext2 .footnote {
        margin-bottom: 10px;
    }

    #independent-foundations {
        padding-top: 50px;
    }

    #independent-foundations>.component-content {
        margin-top: 0;
    }

    .financial-support-page #tabs-section {
        margin-bottom: 70px;
    }

    #asnf-promo>.component-content>div:nth-child(1),
    #independent-foundations>.component-content>div:nth-child(1) {
        align-items: flex-start;
    }

    #product-popup .quantum-modal__dialog,
    #supportplus-product-popup .quantum-modal__dialog {
        max-width: 89%;
        padding: 55px 35px;
    }

    #product-popup span.no-wrap,
    #supportplus-product-popup span.no-wrap {
        white-space: nowrap;
    }

    #independent-foundations .conditions-section .list-columns {
        flex-direction: column;
    }

    #independent-foundations .conditions-section.mobile-lists {
        display: block;
    }

    #independent-foundations .conditions-section.desktop-lists {
        display: none;
    }

    #government-tabcontent .understand-section {
        flex-direction: column;
        margin-top: 18px;
        gap: 21px;
    }

    #government-tabcontent .understand-section .left-text p {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .patient-navigator {
        width: 200px;
    }
}

.page-npp .hub-services.hcp-patient-navigator-banner {
    background-image: url(/~/media/DAE28F9592EF412CAF38DAC7EF4693BF.ashx);
}

@media (max-width: 767.98px) {
    .page-npp .hub-services.hcp-patient-navigator-banner {
        background-image: url(/~/media/F48988945ABB4D2D8807BE2DC2C3D2EF.ashx);
    }
    #government-tabcontent .understand-section.no-medicare-section .right-text.full-width a {
        width: 350px;
    }
}

@media (max-width: 400px) {
    #government-tabcontent .understand-section.no-medicare-section .right-text.full-width a {
        width: 100%;
    }
}
