/**
 * #.# Meet The Team Module
 *
 * Styles for template-part/modules/meet_the_team_module.php
**/

.meet_the_team_module {background-color:var(--white);padding: 130px 0 60px;}
.meet_the_team_module_listings {background-color:var(--white);padding:0px 0px 0px}
.meet_the_team_module .content-block .cta-btn {margin-top:0px}
.team-card {}
.team-card .image-block {}
.linkedin-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -4px 0 5px;
	background-color: var(--green);
	height: 32px;
	width: 32px;
	border-radius: 50%;
	color: var(--white);
	transition: var(--transition);
}
.linkedin-link:hover {
	background-color: var(--black);
	transition: var(--transition);
}
.team-card .content-block {
	font-family: var(--semi);
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
}
.team-card { margin-bottom: 70px; }

.team-role {
	font-size: 16px;
	font-family: var(--regular);
	position: relative;
	top: -5px;
	color: var(--green);
}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

/* ---- 5-column grid override (desktop only) ---- */

@media (min-width: 993px) {
	.team-grid-5 > [class*="col-"] {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* ---- Full listing filter bar ---- */

.team-filter-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
}

.team-filter-all {
	appearance: none;
	background-color: var(--grey);
	border: none;
	border-radius: 30px;
	color: var(--black);
	font-family: var(--semi);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 15px 25px;
	cursor: pointer;
	transition: var(--transition);
	white-space: nowrap;
}

.team-filter-all.is-active {
	background-color: var(--green);
	color: var(--white);
}

.team-filter-all:hover:not(.is-active) {
	background-color: var(--black);
	color: var(--white);
}

.team-filter-select {
	appearance: none;
	-webkit-appearance: none;
	background-color: var(--grey);
	border: 2px solid var(--grey);
	border-radius: 30px;
	color: var(--black);
	font-family: var(--semi);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 15px 44px 15px 20px;
	cursor: pointer;
	min-width: 200px;
	/* Arrow */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231d1d1d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	transition: var(--transition);
}

.team-filter-select:hover,
.team-filter-select:focus {
	border-color: var(--black);
	outline: none;
}

/* ---- Filter animation ---- */

.team-filter-item {
	transition: opacity 0.25s ease;
}

.team-filter-item.is-hidden {
	display: none;
}

.meet_the_team_module .content-block h2 {
	font-family: var(--black-font);
font-size: clamp(34px, 4.444vw, 64px);
font-weight: 900;
letter-spacing: clamp(-1.8px, -0.125vw, -0.5px);
line-height: clamp(36px, 4.167vw, 60px);
	text-transform: uppercase;color:var(--black);padding-bottom: 10px;
	}
.meet_the_team_module .content-block h3 {
font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  color: var(--green);
}

.meet_the_team_sub_module {background-color:var(--white);padding: 0px 0 60px;}

@media (max-width: 992px) {
	.meet_the_team_module .content-block .cta-btn {margin-bottom: 50px;}
	.team-card {margin-bottom: 50px;}
	.meet_the_team_module .content-block .cta-btn {margin-top: 20px;}
	.meet_the_team_module_listings {padding: 0px 0px 30px;}
	.team-filter-bar {margin-bottom: 30px;}
	.team-filter-select {min-width: 160px;}
}

@media (max-width: 768px) {
.meet_the_team_module {
  padding: 30px 0 60px;
}
 .meet_the_team_module_listings {
    padding: 0px 0px 0px;
  }

.meet_the_team_sub_module {
  background-color: var(--white);
  padding: 0px 0 30px;

}

}

@media (max-width: 600px) {

}