/* Taking Imfinzi CSS */

/* Font Imports */

@import url('https://fonts.cdnfonts.com/css/filson-pro?styles=96092,96090,96082,96086,96080');

@font-face {
    font-family: 'Filson-Pro-Regular';
    font-weight: 400;  /* Regular weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProRegular.woff');
}

@font-face {
    font-family: 'Filson-Pro-Medium';
    font-weight: 500;  /* Medium weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProMedium.woff');
}

@font-face {
    font-family: 'Filson-Pro-Bold';
    font-weight: 700;  /* Bold weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBold.woff');
}

@font-face {
    font-family: 'Filson-Pro-Heavy';
    font-weight: 800;  /* Heavy weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProHeavy.woff');
}

@font-face {
    font-family: 'Filson-Pro-Black';
    font-weight: 900;  /* Black weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBlack.woff');
}


.page-main__wrapper {
    max-width: 940px;
    margin: 64px auto;
}

.page-main__wrapper.page-main__wrapper--heading-block {
    margin: 74px auto 0;
}

.page-heading__block {
    margin: 80px auto 32px auto;
}

.page-section__content-banner {
    background: #6D0020;
}
.content-banner__block {
    max-width: 940px;
    margin: 0 auto;
    padding: 64px 0;
}

h1.page-heading__heading {
    font-family: "Filson Pro";
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #490814;
}



.page-content{
    background: #6D0020;
    padding: 60px 0 63px 0;
}

section.page-section__content-list {
    background: none;
    max-width: 940px;
    margin: 0 auto;
    padding: 59px 0 58px 0;
}

.page-content .page-content-inner {
    max-width: 940px;
    margin: 0 auto;
}
.page-content-inner p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
}
p.click-all {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
}
p.content-text {
    margin: 0px 0 40px;
}
.unbold {
    font-weight: 400;
}
p.content-text__copy {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin: 0 0 13px;
}

p.content-text__copy strong {
    font-weight: 800;
}

.content-list-columns {
    display: flex;
    gap: 32px;
}
.content-list {
    list-style: disc inside;
    margin: 0 auto 13px;
    padding: 0 0 0 27px;
    flex: 1;
}

li.content-list__item {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin: 0;
    position: relative;
    list-style: none;
}

li.content-list__item::before {
    content: '•';
    position: absolute;
    left: -1.7rem;
    top: 0.05rem;
}

h3.content-text__callout {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #6D0020;
	letter-spacing: 0;
}
.page-content-inner h2{
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #fff;
    text-align:center;
}

.expand-btn {
    border-bottom: 4px solid #E0A49A;
    max-width: fit-content;
    float: right;
}
.btn-text {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 16px;
    padding-bottom: 4px;
    cursor: pointer;
}
.btn-text p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.btn-text img {
    width: 24px;
    height: 24px;
}
.clear {
    clear: both;
}
.faq-accordion {
    margin-top: 14px;
}
.faq-accordion-container {
    background: #FFF;
    border-bottom: 2px solid #6D0020;
}
.faq-accordion-content {
    padding: 0 80px 24px 24px;
    display: none;
}
.faq-accordion-head p {
    float: left;
    width: 90%;
    color: #6D0020;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
    margin: 0 auto;
    padding: 24px;
}
.faq-accordion-content p {
    margin: 0;
    text-align: left;
    color: #091B34;
    font-weight: 400;
    color: #333;
}
.faq-accordion-head {
    cursor: pointer;
}

.faq-accordion-head img {
    width: 32px;
    height: 32px;
    float: right;
    /* width: 5%; */
    transform: rotate(90deg);
    display: block !important;
    transition: .35s;
    margin: 24px 24px 0;
}
.faq-accordion-head.active img#black-plus-icon {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/make-space-s3-nsclc/global/accordion-minus-icon.svg);
    transform: rotate(0deg);
}

.faq-accordion-head img#black-minus-icon {
    display: none !important;
}
.page-content.infusion-reactions h2 {
    color: #091B34;
}
.page-content.infusion-reactions p {
    color: #333333;
    font-weight: 400;
}

.page-content.infusion-reactions{
    background: #ECFDFF;
}

.page-banner--cta {
    background: #AA182C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 735px;
    padding: 32px 0 32px;
    margin: 0 auto 20px auto;
}

.page-banner--cta__text {
    flex-basis: 414px;
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    background: #6D0020;
    justify-content: center;
    align-items: center;
    height: 74px;
    gap: 16px;
    padding: 30px 20px;
    white-space: nowrap;
}

.page-banner--cta__btn img{
    transition: 150ms;
}

.page-banner--cta__btn:hover img{
	transform: translateX(8px);
}
.page-banner--cta__btn:hover {
    background: #52081E;
}

.page-banner--cta__btn:active {
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}


a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

p.page-banner--cta__fotnote {
    font-family: "Filson Pro";
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}


.content__footnote {
    display: flex;
    align-items: flex-start;
}

.content__footnote-symbol {
    flex-shrink: 0;
    font-size: 55%;
    line-height: 1;
    top: 0.2rem;
}

.content__footnote-symbol--ast {
    font-size: 95%;
}

.content__footnote-text {
    flex: 1;
}



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

    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 0 auto;
    }


    h1.page-heading__heading {
        font-size: 30px;
        letter-spacing: 0.3px;
    }
    .page-heading__block {
        margin: 40px 15px 33px;
    }
	.page-content {
    	padding: 61px 15px 40px 15px;
	}
        .page-content-inner p {
        	margin: 0;
    	}
    p.click-all {
        margin-bottom: 10px;
    }

    section.page-section__content-list {
        padding: 60px 15px 58px 15px;
        width: 100%;
    }

    .content-list {
        margin: 0;
    }

    .content-list-columns {
        flex-direction: column;
        gap: 5px;
        margin: 0 0 12px;
    }

    .faq-accordion-head {
        align-items: center;
        display: flex;
    }
    .accordion-content {
        margin-top: 41px;
    }

	.faq-accordion {
        margin-top: 12px;
    }
    .faq-accordion-head {
        cursor: pointer;
        align-items: center;
        display: flex;
        min-height: 73px;
    }
	.faq-accordion-head p {
        font-size: 22px;
        line-height: 28px;
        padding: 18px 24px;
        margin: initial;
    }
	.faq-accordion-head img {
        width: 24px;
        height: 24px;
        margin: 0;
    }

	.faq-accordion-content {
        padding: 0 42px 24px 24px;
    }

    
    .page-banner--cta__wrapper {
        max-width: 100%;
        flex-direction: column;
        margin: 0 15px 13px 15px;
        gap: 32px;
        padding: 27px 0 33px;
    }

    a.page-banner--cta__btn-link {
        width: 100%;
        max-width: 360px;
    }

    .page-banner--cta__btn {
        justify-content: center;
    }

    .page-banner--cta__text {
        flex-basis: 0;
        text-align: center;
    }


    p.page-banner--cta__fotnote {
        max-width: 100%;
        margin: 32px 15px;
    }

    .page-banner--cta__btn img {
        transition: 150ms;
        margin-left: 0;
    }

}

/*CT fixes*/

@media screen and (max-width: 560px) {
	.expand-btn {
		    margin-left: 15px;
    }
}
