/* Patient Support CSS */

/* Global Styles */

.heading-section {
    width: 100%;
    margin: 0 auto;
}

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

.heading-section__copy-container {
    background: #1B66F5;
}

.heading-section__copy-wrap {
    max-width: 938px;
    margin: 0 auto;
    padding: 64px 0;
}

h2.heading-section__subhead {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin: 0 0 15px;
}

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

h3.caregiver-resources-grid__heading {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #1B66F5;
    text-align: center;
    max-width: 774px;
    margin: 55px auto 35px;
}


.caregiver-resources-grid__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1132px;
    gap: 64px;
    margin: 40px auto 55px;
    justify-content: center;
}

.caregiver-resources-grid__item {
    display: flex;
    width: 249px;
    flex-direction: column;
    align-items: center;
}

.caregiver-resources-grid__item-image {
    width: 120px;
    height: 120px;
}

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

.caregiver-resources-grid__item-copy-link {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    color: #1B66F5;
    text-decoration: underline;
}

.caregiver-resources-grid__second-row {
    display: flex;
    gap: 64px;
}

.caregiver-resource-list__header h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.24px;
    margin: 0 0 15px;
}

.caregiver-resource-list__header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0 0 35px;
}

.caregiver-resources-list__container {
    width: 100%;
    background: #193965;
}

.caregiver-resource-list__wrapper {
    max-width: 938px;
    margin: 0 auto;
    padding: 64px 0;
}

.caregiver-resource-list__item-image img {
    width: 80px;
    height: 80px;
}
.caregiver-resource-list__item.item-copy1 {
    align-items: center;
}
.caregiver-resource-list__item {
    display: flex;
    background: #CCDDF1;
    gap: 32px;
    padding: 32px;
    align-items: center;    
}

.caregiver-resource-list__item-cta {
    display: flex;
    margin: 15px 0 0;
}

a.caregiver-resource-list__item-cta-link {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    background: #1B66F5;
    padding: 8px 24px;
    gap: 16px;
}

.item-border {
    border-top: 2px solid #193965;
    border-bottom: 2px solid #193965;
}

.caregiver-resource-carousel__section {
    background: #A9C8E7;
    width: 100%;
}

.caregiver-resource-carousel__section-wrapper {
    max-width: 938px;
    margin: 0 auto;
    padding: 60px 0 60px;
}
.caregiver-resource-carousel__section-bottom a {
    color: #1B66F5;
    font-weight: 800;
    text-decoration: underline;
}
.caregiver-resource-carousel__section-bottom a:hover {
    color: #193965;
    text-decoration: underline;
}
.caregiver-resource-carousel__section-header h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #193965;
    margin: 0 0 15px;
}

.caregiver-resource-carousel__section-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin: 0;
}

.caregiver-resource-cta__section {
    width: 100%;
    background: #E2ECF7;
}
.cta-banner-end__wrapper {
    display: flex;
    max-width: 841px;
    width: 100%;
    justify-content: space-between;
}
.cta-banner-end__btn a.cta-banner-end__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
	max-width: 354px;
    height: 72px;
    background: #1B66F5;
    color: #ffff;
    padding: 8px 24px;
    font-family: 'Filson Pro';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.cta-banner-end__btn a.cta-banner-end__btn-link:hover {
    background: #1741b6;
}
.cta-banner-end__btn a.cta-banner-end__btn-link:active, .cta-banner-end__btn a.cta-banner-end__btn-link:focus{
    background: #1741b6;
    transform: scale(0.95);
    transform-origin: center;
    transition: transform 150ms;        
}
.caregiver-resource-cta__section-item--light {
    background: #E2ECF7;
}


/*.caregiver-resource-carousel__section-item-wrap {
    display: flex;
    max-width: 938px;
    margin: 0 auto;
    padding: 36px 0 36px;
    gap: 32px;
}*/

.caregiver-resource-carousel__section-item-wrap--light {
    flex-direction: row;
    gap: 50px;
    padding: 40px 0 40px;
}

.caregiver-resource-cta__section-item-image img {
    width: 64px;
    height: 64px;
}


.caregiver-resource-cta__section-item-content-heading h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px;
}

.caregiver-resource-cta__section-item-content-heading p {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin: 0 0 15px;
}

.caregiver-resource-cta__section-item--light .caregiver-resource-cta__section-item-content-heading h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #193965;
    margin: 5px 0 0;
}

.caregiver-resource-cta__section-item-content-cta {
    display: flex;
}

a.caregiver-resource-cta__section-item-content-cta-link img {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
a.caregiver-resource-cta__section-item-content-cta-link:hover {
    background: #F2F6FC;
    transition: 150ms;
}
a.caregiver-resource-cta__section-item-content-cta-link:active, a.caregiver-resource-cta__section-item-content-cta-link:focus  {
    background: #F2F6FC;
    transition: 150ms;
    transform: scale(0.95);
    transform-origin: center;
}
a.caregiver-resource-cta__section-item-content-cta-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #1B66F5;
    background: #fff;
    padding: 8px 24px;
    gap: 16px;
}

.caregiver-resource-cta__section-item--light a.caregiver-resource-cta__section-item-content-cta-link {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    background: #1B66F5;
    padding: 8px 24px;
    gap: 16px;
}
.caregiver-resource-cta__section-item-content-heading h3.mb-0{
	margin-bottom : 0;
}
.caregiver-resource-cta__section-item-content-heading p{
	margin-bottom: 25px;
}
.caregiver-resource-list__item-copy p b{
	font-weight: 800;
}

h2.cta-banner-end__heading-copy {
    font-family: 'Filson Pro';
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    max-width: 459px;
    margin: 0;
}

.cta-banner-end {
    width: 100%;
    padding: 40px 0;
}

/* Mobile Styles */

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

    .heading-section__copy-wrap {
        margin: 0 15px;
    }

    h1.heading-section__head {
        font-size: 30px;
        line-height: 32px;
        margin: 40px 0 40px;
    }

    h2.heading-section__subhead {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

    .caregiver-resources-grid__second-row {
        flex-direction: row;
    }

    .caregiver-resources-grid__container {
        margin: 0 15px;
    }

    .caregiver-resource-list__wrapper {
        max-width: 100%;
        margin: 0 12px;
    }

    .caregiver-resource-list__item {
        flex-direction: column;
        align-items: center;
        padding: 32px 28px;
    }

    a.caregiver-resource-list__item-cta-link {
        line-height: 24px;
        width: 100%;
        gap: 24px;
        justify-content: center;
    }

    .caregiver-resource-list__item-cta-link span img {
        margin-top: 15px;
    }

    .caregiver-resource-carousel__section-wrapper {
        margin: 0 12px;
    }

    /*.caregiver-resource-carousel__section-item-wrap {
        flex-direction: column;
        max-width: 100%;
        margin: 0 15px;
    }*/

    a.caregiver-resource-cta__section-item-content-cta-link {
        width: 100%;
        gap: 16px;
        justify-content: center;
    }

    .caregiver-resource-carousel__section-item-wrap--light {
        flex-direction: column;
        gap: 40px;
        margin: 0 15px;
        max-width: 100%;
    }

    .caregiver-resource-cta__section-item--light a.caregiver-resource-cta__section-item-content-cta-link {
        width: 100%;
        justify-content: center;
    }
	.caregiver-resource-list__header h3{
		line-height: 30px;
    }
	.cta-banner-end__wrapper {
        flex-direction: column;
        gap: 40px;
    }
	h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
        margin: 56px 0 40px;
    }

    body.caregiver-support #sclc_stage_accordion .accordion_content p{
        padding-right: 10px;
    }

    .cta-banner-end {
        padding: 40px 16px;
    }
}

@media screen and (max-width: 591px){
    .caregiver-resources-grid__second-row {
        flex-direction: column;
    }
}

@media screen and (max-width: 360px){
    .caregiver-resource-list__header h3 span.text-nowrap {
        white-space: normal;
    }
    .cta-banner-end__btn a.cta-banner-end__btn-link {
        min-width: auto;
    }
    /* #sclc_stage_accordion .ui-accordion-header.ui-state-active:first-child{
        margin-bottom: 30px;
    } */
    #sclc_stage_accordion h3:first-child{
        height: 120px;
    }

}





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

        .cta-banner-end__wrapper{
            justify-content: space-between;
            gap: 40px;
            margin: 0 auto;
        }

        .cta-banner-end__heading {
            display: flex;
            align-items: center;
        }

}