/* Patient Support CSS */

/* Global Styles */


h1.heading-section__head {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #193965;
    margin: 75px 0 30px;
}

.heading-section__links-container {
    max-width: 938px;
    margin: 0 auto;
}

.heading-section__links-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1132px;
    margin: 0 auto;
    gap: 32px;
}


.heading-section__links {
    width: 100%;
    background: #193965;
    padding: 60px 0;
}

p.heading-section__links-copy {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    /*text-align: center;*/
    margin: 0 0 35px;
}

p.heading-section__links-link {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    color: #193965;
    background: #CCDDF1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.heading-section__links ul.bullet-list{
    margin: 0;
    padding-left: 28px;
}
.heading-section__links ul.bullet-list li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.content-section {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

h2.content-section__head {
    font-size: 30px;
    font-weight: 800;
    color: #193965;
    line-height: 38px;
    text-align: center;
    margin: 50px 0 30px;
    display: none;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 453px);
    gap: 32px 40px;
    justify-items: center;
    justify-content: center;
    margin: 80px 0 50px;
}

.resources-grid__card {
    display: flex;
    flex-direction: column;
    width: 453px;
    height: 432px;
    padding: 40px;
    background: #E2ECF7;
}

.resources-grid__card-image {
    width: 120px;
    height: 120px;
    align-self: center;
    margin: 0 0 32px;
    display: flex;
    justify-content: center;
}

.resources-grid__card-image img {
    max-height: 120px;
}

.resources-grid__card-title h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: center;
    color: #193965;
    margin: 0 0 6px;
}

.resources-grid__card-copy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #333;
    margin: 0 0 25px;
}

.resources-grid__card-cta {
    display: flex;
    background: #1B66F5;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 8px 24px;
    width: fit-content;
    margin: 0 auto;
    transition: 150ms;
    margin-top: auto;
    cursor: pointer;
}

a.resources-grid__card-cta-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    gap: 16px;
}
.resources-grid__card-cta:hover{
    background-color: #1741B6;
}
span.resources-grid__cta-icon img {
    width: 24px;
    height: 24px;
}
span.resources-grid__cta-icon img.arrow-icon{
    position: relative;
    top: -2px;
    transition: transform 150ms;
}
.resources-grid__card-cta:hover span.resources-grid__cta-icon img.arrow-icon{
    left: 8px;
}
.resources-grid__card.resources-grid__card--full-width {
    flex-direction: row;
    align-items: flex-start;
    grid-column: span 2;
    width: 100%;
    height: 234px;
    gap: 32px;
}

.resources_gird__card--wide-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.resources-grid__card--full-width.resources-grid__card-image {
    align-self: flex-start;
}

.resources-grid__card--full-width .resources-grid__card-title h3 {
    line-height: 1;
    margin: 0 0 6px;
}


.resources-grid__card--full-width .resources-grid__card-copy p {
    text-align: left;
    margin: 0 0 27px;
}

.resources_gird__card--wide-column .resources-grid__card-cta {
    margin: 0 0 28px;
    width: 200px;
}

/*US-96999 Updates style starts here*/
h1.heading-section__head {
    color: #354D4E;
    /*padding: 40px 0;*/
    margin: 0;
    padding: 30px 0 28px;
}

h3.care-pack-txt {
    margin: 0 0 20px;
    padding: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #354D4E;
}

.pat-support-sec-1,
.pat-support-sec-2{
    padding: 51px 0;
}

.pat-support-sec-1 p {
    color: #fff;
}

.care-pack-img > img {
   /* width: 162px;
    height: 162px;*/
    width: 140px;
    height: auto;
}

.subhead-1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #354D4E;
    margin: 0;
}

.care-pack-head {
    padding: 27px 0 19px;
}

.care-pack-txt ul {
    padding-left: 19px;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}

.care-pack-txt ul span.extra-b {
    color: #354D4E;
}

.care-pack-txt ul > li {
    padding-top: 10px;
}

.resource-card__wrap {
    background: #FFF2EE;
    padding: 40px;
    text-align: center;
}

.card--one .resource-card__img {
    /*width: 120px;*/
    height: 120px;
    margin: auto;
}

.resource-card__title {
    margin: 27px 0 5px;
}

a.reource-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #FF595A;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.card--one .reource-card__cta {
    width: 215px;
    margin: 53px auto 0;
}

.pat-support-sec-3 {
    padding: 64px 0;
}

.resource-card__img {
    margin: auto;
   /*width: 120px;*/
    height: 120px;
}

.card--two a.reource-card__cta {
    margin-top: 50px;
    height: 50px;
}

.two-col-grid.resource-card1 {
    margin-bottom: 40px;
}

.card--three a.reource-card__cta {
    max-width: 229px;
    margin: 50px auto 0;
    height: 52px;
}

.card--four a.reource-card__cta {
    width: 350px;
    position: relative;
    left: -20px;
    margin-top: 26px;
    height:50px;
}

.end-of-page .download-text a.orange-btn {
     height: 50px;
     padding: 8px 16px;
}

.bottom-fn {
    padding: 32px 15px;
}

.bottom-fn p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    left: 7px;
}

.fn-symbol {
    margin-left: -6px;
}

.card--one, .card--two, 
.card--three {
    height: 440px;
}

.card--four {
    height: 580px;
} 

.care-pack-txt a.orange-btn {
    margin-top: 32px;
    padding: 8px 24px;
    height: auto;
}

a.reource-card__cta img.download--img {
    width: 24px;
    height: auto;
}

a.reource-card__cta:hover {
    background: #FF9091;
	color: #354D4E;
	transition: linear 0.15s;
}

a.reource-card__cta:hover img {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/download-hover-img.png);
}

/*US-96999 Updates style ends here*/

/* Desktop Only Styles */

/* Mobile Only Styles */

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

    .heading-section__links-container {
        max-width: 100%;
        margin: 0px 10px 0 15px;
    }


    h1.heading-section__head {
        font-size: 30px;
        letter-spacing: 0.3px;
        line-height: 34px;
        /* margin: 35px 0 35px; */
        color: #2C4041;
    }
    
    .resources-grid {
        display: flex;
        flex-direction: column;
        column-gap: 32px;
        margin: 0 15px;
        padding: 65px 0 65px;
    }
    .resources-grid__card {
        width: 100%;
        height: auto;
    }

    .heading-section__links-wrap {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    p.heading-section__links-copy {
        font-weight: 400;
        padding-right: 5px;
    }

    h2.content-section__head {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    	padding: 0 20px;
    }

    .resources-grid__card-title h3 {
        letter-spacing: -0.1px;
    }

    .resources-grid__card.resources-grid__card--full-width {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding:40px 31px;
        gap: 0;
    }

    .resources-grid__card--full-width .resources-grid__card-copy p {
        text-align: center;
        margin: 0 0 27px;
    }

    .resources_gird__card--wide-column .resources-grid__card-cta {
        margin: 0 auto;
        width: 200px;
    }

    .resources-grid__card-cta {
        white-space: nowrap;
        padding: 8px 20px;
    }

    .nowrap-cta {
        /* width: auto; */
        margin: 0px auto;
        white-space: nowrap;
    }

	.resources_gird__card--wide-column{
		    align-items: center;
            margin: 0 auto;
    }

    p.heading-section__links-link {
        padding: 16px 5px;
    }

    h3.care-pack-txt {
        margin: 16px 0 16px;
    }

}

@media screen and (max-width: 991px) {
    /*h1.heading-section__head{
        margin: 35px 0 35px;
    }*/

    .card--one, .card--three {
        margin-bottom: 32px;
        height: 425px;
    }
	.card--two, .card--three{
        height: 460px;
    }
    .card--two a.reource-card__cta {
        width: 284px;
        margin-inline: auto;
    }
    
    .resource-card__wrap.card--four {
        height: 602px;
    }
    
    .card--four a.reource-card__cta {
        /*margin-top: 21px;*/
        max-width: 245px;
        width: 245px;
        margin: 21px auto 0;
        left: 0;
        right: 0;
    }

    .card--three a.reource-card__cta,
    .card--two a.reource-card__cta {
        margin-top: 40px;
    }

    .pat-support-sec-2 .care-pack-img > img {
        width: 232px;
        height: auto;
    }

    .care-pack-txt a.orange-btn {
        text-align: left;
    }

}

@media screen and (max-width: 460px) {
    .nowrap-cta {
        width: auto;
        margin: 0px -30px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 374px) {
    a.resources-grid__card-cta-link {
        font-size: 15px;
        line-height: 20px;
    }
    .resources-grid__card{
        padding: 20px;
    }
    span.resources-grid__cta-icon img {
        width: 20px;
        height: 20px;
    }
    .nowrap-cta {
        margin: 0px auto;
        white-space: normal;
    }
}

@media screen and (min-width: 992px) {
	.heading-section {
       margin-top: 43px;
    }
    
    .max-w {
        max-width: 1132px;
    }
    
    .two-col-grid {
        display: flex;
        gap: 32px;
    }
    
    .care-pack-img {
        width: 162px;
    }
    
    .care-pack-txt {
        width: 938px;
    }
    
    .care-pack-txt a.orange-btn {
        max-width: 390px;
		text-align: left;
    	/*height: 50px;*/
    }
    
    
    .resource-card__wrap {
        width: 50%;
    }
    
    .card--one .reource-card__cta {
        width: 341px;
        margin-top: 75px;
        height: 50px;
    }
    
    .card--two a.reource-card__cta {
        width: 284px;
        margin: 72px auto 0;
    }
    
    .card--three a.reource-card__cta {
        max-width: 359px;
        width: 100%;
        display: inline-flex;
        height: 50px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .card--two a.reource-card__cta,
    .card--three a.reource-card__cta,
    .card--four a.reource-card__cta,
	.card--one .reource-card__cta {
        display: inline-flex;
        position: absolute;
        bottom: 44px;
        left: 50%;
        transform: translateX(-50%);
    }
	.card--four a.reource-card__cta {
        bottom: 38px;
    }
    .card--three a.reource-card__cta {
        bottom: 38px;
    }

    .card--one .reource-card__cta {
        bottom: 44px;
    }

    .card--three, .card--four {
        height: 530px;
    }
    
    .card--two,
    .card--three,
    .card--four {
        position: relative;
    }
    
    .patient-support .end-of-page h3 {
        max-width: 586px;
    }
    
    .bottom-fn {
        max-width: 1144px;
        margin: auto;
        padding-inline: 0;
    }
	.pat-support-sec-2.wax-bg .max-w.inner-sec{
		max-width: 1132px;
     }
	 .care-pack-img {
        width: 162px;
        /*margin-top: 35px;*/
    	/*margin-top: 5px;*/
    }

    .care-pack-head {
        padding-top: 0;
    }

    .pat-support-sec-2 {
        padding-top: 44px;
    }

    a.reource-card__cta:active {
        transform: translateX(-50%) scale(0.95);
        transition: transform 0.15s linear;
    }

    .pat-support-sec-2.wax-bg .max-w.inner-sec {
        max-width: 1165px;
        width: 100%;
        margin: auto;
    }
    
    .pat-support-sec-2 .care-pack-img {
        width: 30%;
    }
    
    .pat-support-sec-2 .care-pack-txt {
        width: 901px;
    } 
    
    .pat-support-sec-2 .care-pack-img > img {
        width: 100%;
    }

}