.pa-hero {
    padding-top: 100px;
    padding-bottom: 80px;
	background-image:url(../images/hero-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

/* .pa-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
 */
/* .pa-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85);
} */

.pa-hero-content {
    max-width: 844px;
}

.pa-back-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background-color: white;
    border: 1px solid var(--gray);
    border-radius: 20px;
    padding: 8px 20px;
    color: var(--gray);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 44px;
    transition: all 0.3s ease;
}

.pa-back-link:hover {
    background-color: var(--light-gray);
    color: var(--gray);
}

.pa-hero-title {
    font-size: 96px;
    font-weight: 700;
    color: var(--gray);
    line-height: 1;
    margin-bottom: 44px;
}

.pa-hero-desc {
    font-size: 24px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.5;
    letter-spacing: -0.48px;
}

.pa-banner {
    height: 296px;
    overflow: hidden;
}

.pa-intro {
    padding-top: 120px;
    padding-bottom: 120px;
/*     opacity: 0.9; */
}

.pa-intro-title {
    font-size: 43px;
    font-weight: 700;
    color: #0b2d49;
    line-height: 1.2;
}

.pa-intro-content {
    display: flex;
    flex-direction: column;
}

.pa-intro-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.3;
    margin-bottom: 0;
	padding-bottom:28px;
}

.pa-intro-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pa-link {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--gray);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.pa-link:hover {
    color: var(--light-blue);
}

.pa-injuries {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-template-template-results .pa-injuries{
    padding-top: 90px;
}

.pa-injuries-title {
    font-size: 64px;
    font-weight: 700;
    color: var(--gray);
    letter-spacing: -2px;
    margin-bottom: 60px;
}

.pa-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
	/* width: 592px; */
	margin:auto;
	max-width:100%;
}

.pa-accordion-item {
    /* background-color: #eee;
    border-radius: 20px; */
    overflow: hidden;
    border-bottom: 1px solid var(--gray);
}

/* .pa-accordion-item.active {
    background-color: var(--light-blue);
} */

.pa-accordion-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px 40px;
    /* cursor: pointer; */
}

.pa-accordion-item.active .pa-accordion-header {
    padding: 25px 0 16px 0;
}

.pa-accordion-title {
    font-size: 24px;
    font-weight: 700;
    /* color: white; */
    line-height: 1.5;
    margin: 0;
}

.pa-accordion-title.inactive {
    color: var(--text-gray);
}

.pa-accordion-content {
    padding: 0 40px 25px 0;
}


.pa-accordion-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-gray);
    line-height: 1.5;
}

/* .pa-accordion-item.active .pa-accordion-content p{
	color: white;
} */

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

.pa-expect {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pa-expect-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.96px;
    margin-bottom: 60px;
}

.pa-expect-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.pa-expect-number {
    width: 100px;
    height: 100px;
    background-color: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.pa-expect-heading {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.pa-expect-text {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
}

.pa-expect-btn {
    margin-top: 60px;
}

.pa-legacy {
    padding-top: 125px;
    padding-bottom: 125px;
}

.pa-legacy-title {
    font-size: 48px;
    font-weight: 700;
    color: #0b2d49;
    line-height: 1.2;
    margin-bottom: 40px;
}

.pa-legacy-text {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: black;
    line-height: 1.4;
    margin-bottom: 20px;
}

.pa-legacy-img {
    border-radius: 30px;
}

.pa-case-studies {
    overflow: hidden;
}

.pa-case-card {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 491px;
}

.pa-case-icon {
    margin-bottom: auto;
}

.pa-case-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pa-case-divider {
    border-color: rgba(255,255,255,0.3);
    margin: 0;
}

.pa-case-title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.72px;
    margin: 0;
}

.pa-case-date {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: white;
    letter-spacing: -0.4px;
    margin: 0;
}

.pa-case-text {
    font-size: 20px;
    font-weight: 400;
    color: white;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin: 0;
}

.pa-case-footer {
    min-height: 491px;
    gap: 20px;
    padding: 10px;
}

.pa-case-footer-text {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
    margin: 0;
}

.pa-resources {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pa-resources-title {
    font-size: 64px;
    font-weight: 700;
    color: var(--gray);
    letter-spacing: -1.28px;
    margin-bottom: 100px;
}

.pa-resource-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pa-resource-img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 10px;
}

.pa-resource-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray);
    line-height: 1.35;
    margin: 0;
}

.pa-resource-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.3;
    letter-spacing: -0.36px;
    margin: 0;
}

.pa-resource-link {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-blue);
    text-decoration: none;
    letter-spacing: -0.32px;
}

.pa-resource-link:hover {
    color: var(--light-blue);
}

.pa-resources-btn {
    margin-top: 100px;
}

.pa-cta {
    padding-top: 125px;
    padding-bottom: 125px;
}

.pa-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.pa-cta-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-blue);
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.pa-cta-title {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.28px;
    margin-bottom: 35px;
}

.pa-cta-subtitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
    margin-bottom: 35px;
}

.pa-expect-item{
	padding-left: 30px;
	padding-right: 30px;
}



/* .pa-legacy h2{
	width:500px;
} */

/* .pa-accordion-item.active .pa-accordion-header {
	background-image:url(../images/accordion-up-arrow.svg);
	background-position: calc(100% - 40px) center;
	background-repeat: no-repeat;
}

.pa-accordion-item .pa-accordion-header {
	background-image:url(../images/accordion-down-arrow.svg);
	background-position: calc(100% - 40px) center;
	background-repeat: no-repeat;
} */

@media (max-width: 991px) {
	.pa-legacy h2 {
		width: 100%;
	}
	.pa-expect-btn {
		margin-top: 25px;
	}
	.pa-expect-item {
        margin-bottom: 30px;
    }
	.pa-hero {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.pa-intro {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
    .pa-hero-title {
        font-size: 56px;
    }
    
    .pa-hero-desc {
        font-size: 20px;
    }
    
    .pa-intro-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .pa-injuries-title {
        font-size: 42px;
    }
    
    .pa-expect-title,
    .pa-legacy-title {
        font-size: 36px;
    }
    
    .pa-resources-title,
    .pa-cta-title {
        font-size: 42px;
    }
    
    .pa-legacy-img {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .page-template-template-results .pa-injuries{
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.header .navbar-nav > li.menu-item-has-children > a {
		background-position: calc(100% - 8px) center;
		background-size: 12px;
	}
	
	.pa-injuries-title{
		font-size:54px;
		margin-bottom: 40px;
	}
	.pa-injuries {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pa-intro-title {
		font-size: 37px;
	}
	.pa-legacy {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pa-expect-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.pa-intro-buttons{
		flex-wrap:wrap;
	}
	.pa-intro-title {
        font-size: 32px;
    }
	.pa-hero {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .pa-hero-title {
        font-size: 40px;
    }
    
    .pa-hero-desc {
        font-size: 18px;
    }
    
    .pa-banner {
        height: 200px;
    }
    
    .pa-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-injuries {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-injuries-title {
        font-size: 32px;
    }
    
    .pa-accordion-header {
        padding: 20px;
    }
    
    .pa-accordion-title {
        font-size: 20px;
    }
    
    .pa-expect {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-expect-title {
        font-size: 32px;
    }
    
    .pa-expect-item {
        margin-bottom: 40px;
    }
    
    .pa-legacy {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-legacy-title {
        font-size: 28px;
    }
    
    .pa-case-card {
        min-height: 350px;
    }
    
    .pa-case-footer {
        min-height: 200px;
    }
    
    .pa-resources {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-resources-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .pa-resource-card {
        margin-bottom: 40px;
    }
    
    .pa-resources-btn {
        margin-top: 20px;
    }
    
    .pa-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .pa-cta-title {
        font-size: 28px;
    }
    
    .pa-cta-subtitle {
        font-size: 18px;
    }
}
