/*
 * Team Archive
*/

#subheader .container {
	min-height: 25em;
}

.site-main {
	background-image: url(/wp-content/uploads/2021/12/PP_patternAsset-3@2x-Copy.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 3.8em;
	padding-bottom: 2.5em;
}

.team-leadership-title {
	margin-bottom: 1em;
}

article.type-team.team_category-leadership-team {
	margin-bottom: 2.4em;
}

.post-team-big:hover {
	opacity: 1;
}

.post-team-big img {
	margin-bottom: 0.5em;
    height: 22.3em;
    width: 100%;
    object-fit: cover;
    object-position: top;
	background: #F1F1F1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.152945);
	border-radius: 4px;
}

article#post-3615 img,
article#post-1106 img,
article#post-3574 img,
article#post-5771 img,
article#post-6119 img,
article#post-5576 img {
    object-fit: contain;
}

.post-team-big video {
	max-width: 100%;
	height: 28.3em;
	object-fit: cover;
	margin-bottom: 0.5em;
	background: #F1F1F1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.152945);
	border-radius: 4px;
}

.post-team-big {
	text-align: center;
}

.post-team-big .name {
	font-weight: bold;
	text-align: center;
	color: #4F4D88;
}

.post-team-big .position {
	text-align: center;
	color: #4F4D88;
	opacity: 0.8;
}

.team-executives-title {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.team-leadership-desc {
	margin-bottom: 3.2em;
	color: #4F4D88;
}

.team-caption {
	color: #4F4D88;
}

.post-team-small {
	display: block;
	padding: 0 10px;
}

.post-team-small img {
	display: block;
    width: 150px;
    background: transparent;
    box-shadow: none;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    border: 2px solid #4ACD3E !important;
    height: 150px;
	filter: grayscale(100%);
}

.post-team-small img:hover {
	filter: none;
}

.post-team-small .name {
	text-align: center;
	color: #4F4D88;
	font-size: 1.11em;
}

.eir .glide__arrow--left {
	left: -27px;
	top: 40%;
	background-color: #fff;
}

.eir .glide__arrow--right {
	right: -27px;
	top: 40%;
	background-color: #fff;
}

/*.eir.glide article {
	min-width: 14.95em;
}
*/

.noglide {
	visibility: visible;
}


@media (max-width: 991px){
	.post-team-big video,
	.post-team-big img {
		height: 17.3em;
	}

	.post-team-small .name {
		font-size: 1em;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
	article.type-team.team_category-leadership-team {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 480px) {

	.post-team-small {
		padding: 0 7px;
	}

	.eir .glide__arrow--left {
		left: -0.8em;
	}

	.eir .glide__arrow--right {
		right: -0.8em;
	}

}