/etc/designs/code/website-services/us/rwd-imfinzi-com/make-space-s3-nsclc/css/talking-to-your-doctor.css

/* Talking to your doctor 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: 40px 15px 30px;
}

.page-section__content-banner {
    background: #6D0020;
}

.background--light {
    background: #E0A49A;
}
.content-main-wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 0 67px 0;
}


.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: 50px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #354D4E;
    margin: 0;
}
.content__head{
	font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color:#354D4E;
    margin:0 0 12px;
}
.sec-2{
	background: #354D4E;
    padding: 51px;
 }
.sec-2-head{
	font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color:#fff;
    margin: 0 auto;
    max-width: 938px;        
}
.sec-2-text{
	margin: 9px auto 0;
    max-width: 938px;
	font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: #fff;
}
.accordion-content {
    background: #FFBFAC;
}
.accordion-content p.content__text{
	color:#354D4E;
    margin:0 0 48px;
}
.accordion-dropdown {
    max-width: 938px;
    padding: 64px 0;
    margin: 0 auto;
}
.faq-accordion-container {
    background: #fff;
    padding: 24px;
    border-bottom: 2px solid #FFBFAC;
}
.faq-accordion-head {
    cursor: pointer;
}
.faq-accordion-head p {
    float: left;
    width: 90%;
    color: #354D4E;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}
.faq-accordion-head img {
    width: 32px;
    height: 32px;
    float: right;
    /* width: 5%; */
    transform: rotate(90deg);
    display: block !important;
    transition: .35s;
}
.faq-accordion-head img#blueminubtn {
    display: none !important;
}
.faq-accordion-content p{
    margin-bottom: 20px;
    font-weight: 800;
    color: #333333;
}
.page-banner--cta{
	display: flex;
    background: #354D4E;
    padding: 40px 0;
}
.page-banner--cta__wrapper{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
}
.page-banner--cta__text h3{
	font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}
.page-banner--cta__btn{
	    text-align: center;
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    display: flex;
    height: 50px;
    /* max-width: 242px; */
    background: #FF595A;
    padding: 8px 24px;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    gap: 16px;
}
p.btc-footnotes{
	font-family: "Filson Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	color:#333;
	max-width: 1132px;
    margin: 0 auto;
	padding: 32px 0;
}
.faq-accordion-content {
    display: none;
}
.faq-accordion-head.active img#blue-plus-btn {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/icon-minus-oxblood.svg);
    transform: rotate(0deg);
}
.page-banner--cta__btn:hover {
    background: #FF9091;
}
.page-banner--cta__btn:hover img {
    transform: translateX(8px);
}

.page-banner--cta__text {
    max-width: 678px;
}

a.page-banner--cta__btn-link.orange-btn {
    height: 50px !important;
}

.page-banner--cta__text h3 {
    margin: 0;
}

.faq-accordion-content p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .faq-accordion-container {
        padding: 0;
    }
	.faq-accordion-head p {
        padding: 24px;
    }
    .faq-accordion-head img {
        margin: 24px;
    }
    .faq-accordion-content{
        /*padding: 0px 88px 24px 32px;*/
        padding: 0px 24px 48px 56px;
        width: 95%;
    }

}
/* Desktop Only */

/* Mobile Styles */

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

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

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


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

    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;
    }


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

    .page-banner--cta__btn img {
        transition: 150ms;
    }
	.sec-2{
		padding: 51px 15px;
    }
    .accordion-dropdown {
		padding: 64px 15px;
    }
	.content__head {
		font-size: 26px;
        line-height: 32px; /* 123.077% */
		letter-spacing: 0.52px;
    }
	.faq-accordion-head {
        display: flex;
        align-items: center;
    }
	.faq-accordion-head p {
		font-size: 22px;
        line-height: 28px;            
    }
	.faq-accordion-content{
		/*padding: 24px 24px 32px;*/
        padding: 24px;
    	width: 87%;
     }
	 .faq-accordion-head img {
        width: 24px;
        height: 24px;
    }
	p.btc-footnotes {
		padding:32px 15px;
    	text-indent: -7px;
    	position: relative;
        left: 7px;
	}
}	

@media screen and  (min-width: 542px) and (max-width: 564px) {
    .page-heading__block {
    
        padding-left: 15px;
        padding-right: 15px;
    }

}