.team-section{
    width: 100%;
    clear: both;
    font-size: 17px;
}

.team-section p,
.team-section li{
    line-height: 1.3;
}

.team-section a{
    transition: all 0.3s ease;
}

.team-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.team-section h2,
.team-section h1 span,
.team-section h2 span {
	color: #231f20;
	font-size: 35px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	margin-bottom: 25px;
	display: block;
}

.team-section h1 {
	color: #008091;
	font-size: 72px;
	font-weight: 400;
	font-family: "BlackDiamond";
	margin-bottom: 10px;
	line-height: 1;
}

.pdr-team-button{
    text-align: center;
}

.pdr-team-button a {
	border: 2px solid #008091;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	background: #008091;
	min-width: 250px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-top: auto;
	cursor: pointer;
}

.pdr-team-button a:hover {
	background: #fff;
	color: #008091;
}

/* banner */

.team-banner{
    background: #fdd700;
}

.team-banner-pd-logo{
    position: absolute;
    top: 30px;
    left: calc(50% - 60px);
    width: 120px;
}

.team-banner-left{
    padding: 90px 0 75px;
}

.team-banner h1 span,
.team-banner h1{
    color: #231f20;
	font-size: 70px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 60px;
	margin-bottom: 10px;
    max-width: 100%;
    width: 515px;
    text-transform: uppercase;
}

.team-banner h1 span {
	margin-bottom: 5px;
	display: block;
}

.team-banner-left p{
    color: #231f20;
    font-size: 21px;
	line-height: 28px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
    width: 515px;
    max-width: 100%;
    text-transform: uppercase;
}

.team-banner-image{
    position: absolute;
    bottom: 0;
    right: -40px;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.team-banner-image img{
    max-height: 100%;
    width: auto;
}

/* team-content */

.team-content {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #fff;
}

.team-content .team-container {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.team-section.team-content h2 {
    color: #008091;
    font-size: 30px;
}

/* team-members */

.team-members {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #008091;
    text-align: center;
}

.team-members-blocks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 15px;
    display: flex;
}

.team-members-block {
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    padding: 30px;
    width: calc(33.333% - 10px);
}

.team-members-image {
	margin: 0 auto 20px;
	width: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 100%;
}

.team-members-image img {
	border-radius: 250px;
	border: 12px solid #8dc73f;
	width: 100%;
}

.team-members-email a {
    color: #008091;
    display: block;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
}

.team-members-email a:hover {
    color: #231f20;
}

.team-members-bio {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    font-size: 14px;
}

.team-members-bio-inner {
    background: #ffffff;
    border-radius: 50px;
    padding: 30px;
    max-width: 90%;
    width: 675px;
    text-align: center;
    position: relative;
    z-index: 10000; /* ensures it's above the backdrop */
    max-height: 90%;
    overflow: scroll;
}

.team-members-bio h3 {
    color: #231f20;
    font-size: 22px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.team-members-bio-inner p:last-of-type {
    margin-bottom: 0;
}

.tmb-close {
    font-size: 20px;
    position: absolute;
    right: 40px;
    top: 30px;
}

/* team-rid-profile */

.team-rid-profile {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #ac9960;
    text-align: center;
}

.team-rid-profile h2 {
    color: #fff;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 50px;
	margin-bottom: 50px;
}

.team-rid-profile-image {
    margin-bottom: 20px;
    max-width: 100%;
}

.team-members-name,
.team-rid-profile-name {
    color: #fff;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 30px;
	margin-bottom: 0;
}

.team-members-name {
    color: #008091;
    line-height: normal;
}

.team-members-position,
.team-rid-profile-position {
    color: #231f20;
    font-size: 22px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
}

.team-members-position {
    margin-bottom: 0;
}

.team-members-read-more,
.team-rid-profile-read-more {
    color: #231f20;
    display: block;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.team-members-read-more{
    color: #008091;
}

.team-rid-profile-read-more {
    color: #231f20;
}

.team-members-read-more:focus,
.team-members-read-more:hover{
    color: #231f20;
}

.team-rid-profile-read-more:focus,
.team-rid-profile-read-more:hover {
    color: #fff;
}

.team-rid-profile-bio {
    display: none;
    margin: 0 auto;
    max-width: 100%;
    width: 675px;
}

.team-members-bio a,
.team-rid-profile-bio a {
    color: #231f20;
    font-weight: 500;
    text-decoration: underline !important;
}

.team-rid-profile-bio a:hover {
    color: #fff;
}


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


}


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

    .team-container{
        padding: 0 25px;
    }

    .team-banner-img{
        left: 25px;
    }

}


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

    .team-banner-pd-logo {
        left: calc(50% - 45px);
        width: 90px;
    }

}

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

    .team-banner h1,
    .team-banner h1 span {
    	font-size: 50px;
    	line-height: 50px;
    }

}

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

    .team-banner-pd-logo {
    	display: none;
    }

    .team-members-block {
        width: calc(50% - 10px);
    }

    .team-banner-left {
    	padding: 40px 0;
    }

}

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

    .team-banner-left {
        width: 55%;
    }

    .team-banner-image {
    	right: -50px;
    	width: 45%;
    }

}

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

    .team-section.team-banner h1,
    .team-section.team-banner h1 span {
    	font-size: 40px;
        line-height: 40px;
    }

    .team-members,
    .team-rid-profile,
    .team-content {
    	padding-top: 35px;
    	padding-bottom: 35px;
    }

    .team-section h2 {
    	font-size: 30px;
        line-height: 30px;
    }

    .team-section h3 {
    	font-size: 25px;
    }

    .team-section p, .team-section li {
    	font-size: 16px;
    }

    .team-banner-left p {
    	font-size: 21px;
    	line-height: 28px;
    }

    .team-section p.team-rid-profile-name,
    .team-section p.team-members-name {
    	font-size: 30px;
    }

    .team-members-email a {
    	font-size: 16px;
    }

    .team-section h2 {
    	font-size: 45px;
    }

    .team-section h2 span {
    	font-size: 22px;
    }

    .team-banner-left p {
    	margin-bottom: 0;
    }

}

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

    .team-banner-inner {
    	background: none;
    }

    .team-banner-left {
    	width: 100%;
    }

    .team-banner-left {
    	padding-top: 30px;
    }

    .team-banner-image {
    	display: none;
    }

    .team-members-blocks {
    	gap: 15px;
    }

    .team-members-block {
        width: 100%;
    }

}
