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

.back-link {
    border: 2px solid white;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.bio-name-container {
    margin-bottom: 40px;
}

.bio-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.bio-position {
    color: var(--yellow);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.bio-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: white;
}

.bio-contact-info {
    margin-top: 40px;
}

.contact-title {
    color: var(--light-blue);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-list li {
    margin-bottom: 8px;
}

.contact-list img {
    filter: brightness(0) invert(1);
}

.bio-photo-wrapper {
    max-width: 393px;
    margin-left: auto;
}

.bio-back-gap {
    gap: 8px;
}

.bio-contact-gap {
    gap: 12px;
}

.bio-team-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.team-content {
    padding: 32px;
}

.bio-team-link-gap {
    gap: 8px;
}

.bio-team-chevron-gap {
    gap: 8px;
}

.bio-about {
    padding: 80px 0 100px;
}

.bio-content-inner {
    max-width: 912px;
    margin: 0 auto;
}

.bio-section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 40px;
    letter-spacing: -0.96px;
}

.bio-text-content {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 24px;
}

.bio-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-top: 48px;
    margin-bottom: 24px;
}

.expertise-list {
    list-style: none;
    padding-left: 24px;
    margin: 0;
}

.expertise-list li {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-left: 23px;
}

.expertise-list li:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: "";
    background-color: #0098F8;
    height: 8px;
    width: 8px;
}

.expertise-list .bullet {
    color: var(--light-blue);
}

.education-item {
    margin-bottom: 12px;
}

.edu-degree {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 4px;
}

.edu-school {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 0;
}

.membership-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-list li {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 8px;
}

.bio-team {
    padding: 80px 0;
}

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

.team-card {
    background-color: white;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-photo {
    overflow: hidden;
}

.team-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 4px;
}

.team-name a{
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
	display:inline-block;
	text-decoration:none;
}

.team-name a:hover{
	color:#0098F8;
}


.team-position {
    font-size: 16px;
    font-weight: 500;
    color: var(--light-blue);
    margin-bottom: 12px;
}

.team-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 16px;
}

.team-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--light-blue);
    text-decoration: none;
}

.all-team-link {
    font-size: 20px;
    font-weight: 400;
    color: var(--gray);
    text-decoration: none;
    letter-spacing: -0.4px;
    margin-top: 36px;
}

.bio-cta {
    padding: 125px 0;
}

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

.cta-title {
    font-size: 64px;
    font-weight: 700;
    color: white;
    letter-spacing: -1.28px;
}

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

.team-photo-page img{
	width:100%;
}

.bio-team .pagination-wrapper{
	padding-top:30px;
}

@media (max-width: 1199px) {
	.team-content {
		padding: 32px 20px;
	}
}
@media (max-width: 991px) {
	.bio-section-title {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.bio-about {
		padding: 80px 0 60px;
	}
	.bio-photo-wrapper {
		padding-top:40px;
		max-width: 100%;
	}
    .bio-hero {
        padding-top: 80px;
    }

    .bio-title {
        font-size: 48px;
    }

    .team-title,
    .cta-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
	.page-template-template-team-member .blog-banner-container,
	.page-template-template-practice-areas .blog-banner-container{
		background-size:inherit;
	}
	
	.bio-heading {
		font-size: 26px;
		margin-top: 38px;
		margin-bottom: 18px;
	}
    .bio-hero {
        padding-top: 80px;
    }

    .bio-title {
        font-size: 40px;
    }

    .team-title,
    .cta-title {
        font-size: 40px;
    }
}