/* treatment-nsclc 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: 960px;
    margin: 64px auto;
}

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

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

section.hero-section.content-wrapper {
    max-width: 1132px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}


img.hero__image {
    width: 100%;
    height: auto;
}

.hero__copy {
    position: absolute;
    max-width: 425px;
    top: 150px;
    left: 40px;
    z-index: 1;
    text-shadow: 0px 0px 100px #000;
}

h2.hero__headline {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #fff;
    margin: 0 0 10px;
    padding-right: 30px;
}

p.hero__text {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}


.page-heading__block {
    margin: 30px auto;
}

.content__wrapper {
    max-width: 940px;
    padding: 64px 0;
    margin: 0 auto;
}

section.content-columns-section {
    background: #AB182C;
}

.content-columns__container {
    max-width: 1132px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

h3.content-columns__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
    text-align: center;
}

.content-columns__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    gap: 2px;
}

.content-columns__item:first-of-type {
    transform: translateX(-200px);
    transition:  0.7s ease;
    opacity: 0;
}

.content-columns__item:last-of-type {
    transform: translateX(200px);
    transition:  0.7s ease;
    opacity: 0;
}

.content-columns__item:first-of-type.content-columns__item--animate {
    transform: translateX(0);
    opacity: 1;
}


.content-columns__item:last-of-type.content-columns__item--animate {
    transform: translateX(0);
    opacity: 1;
}


.content-columns__item {
    background: #F1C6C0;
    padding: 36px 80px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 466px;
}

p.content-columns__label-heading {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #333;
    text-align: center;
    margin: 0 0 5px;
}

img.content-columns__icon {
    width: 140px;
    height: 140px;
}

p.content-columns__text {
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

p.content-columns__label-copy {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #333;
    text-align: center;
}

section.white-section {
    max-width: 938px;
    margin: 0 auto;
    width: 100%;
    padding: 64px 0;
}


h2.content__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #333;
    text-align: center;
}
section.white-section h2.content__heading {
    max-width: 837px;
    margin: 0 auto 10px;
}

section.white-section p.content__copy {
    margin: 0 auto;
    max-width: 938px;
}

p.content__copy {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.content-callout {
    padding: 56px 165px;
    background: #6D0020;
    display: flex;
    gap: 24px;
    margin: 32px 0;
}

p.content__footnote {
    font-family: "Filson Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}

h4.content-callout__heading {
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    color: #fff;
    margin: 0 0 10px;
}

p.content-callout__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

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

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

.page-banner--cta__text {
    flex-basis: 387px;
    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;
}

.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;
}
section.white-section .flex{
    display: flex;
    align-items: center;
    gap: 24px;
}
section.white-section .flex p.content__copy{
    text-align: left;
    font-weight: 800;
    padding: 0 122px 0 0;
}


/* Mobile */

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


    .page-main__wrapper {
        max-width: 100%;
    }

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

    .page-heading__block {
        margin: 40px 15px;
    }

    
    h1.page-heading__heading {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }

    .hero__mobile-wrapper {
        position: relative;
        width: 100%;
    }

    h2.hero__headline.mobile-only {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .content__wrapper {
        max-width: 100%;
        margin: 0 15px;
        padding: 32px 0;
    }

    h2.hero__headline {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
        text-align: center;
        padding: 0 17px;
        margin: 0 0 10px;
    }

    p.hero__text {
        text-align: center;
    }

    .hero__copy {
        display: block;
        max-width: 100%;
        background: #6D0020;
        position: static;
        padding: 32px 15px;
    }

    .mobile-wrap {
        max-width: 100%;
        margin: 0 15px;
    
    }

    .content-columns__container {
        max-width: 100%;
        padding: 35px 15px;
    }
    
    .content-columns__flex {
        flex-direction: column;
    	        overflow: hidden;
    }

    .content-callout {
        flex-direction: column;
        padding: 56px 15px;
    }

    img.content-callout__icon {
        width: 80px;
        height: 80px;
        align-self: center;
    }

    section.white-section h2.content__heading {
        max-width: 100%;
    }

    section.white-section p.content__copy {
        max-width: 100%;
    }


    .content-columns__item {
        width: 100%;
        max-width: 466px;
        padding: 36px 15px 12px;
    }

    .page-banner--cta__wrapper {
        max-width: 100%;
        flex-direction: column;
        margin: 0 15px;
        gap: 40px;
    }

    a.page-banner--cta__btn-link {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #6d0020;
    }

    .page-banner--cta__btn {
        justify-content: left;
        text-align: left;
    }

    .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: auto;
    }
	section.white-section .flex{
        flex-direction: column;
    }
    section.white-section .flex p.content__copy{
        padding: 0;
    }

}

/* CT FIXES */
@media screen and (min-width: 460px) and (max-width: 991px) {
  .make-space-s3-nsclc .page-banner--cta__btn {
    max-width: 100%;
  }
  .make-space-s3-nsclc a.page-banner--cta__btn-link {
    max-width: 399px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.content-columns__container {
		padding: 40px 15px;
     }
}

@media screen and (orientation: landscape)  and (min-width: 1100px){
	    .fullheader ul.list-inline li:first-child .default-indication li.init {
			width:385px;
                        }
}

/* CT FIXES */

