/**
 * 2.2 Our Team
 */

.page-template-our-team #hero_c h1 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.1;
	padding: 20px 38px 0 38px;
	text-transform: uppercase;
}

.page-template-our-team #hero_c div.image_c {
	margin: 36px 38px;
}

.page-template-our-team #hero_c div.image_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: clamp(0px, calc(67vw - 72px), 735px);
	width: clamp(0px, calc(100vw - 76px), 1100px);
}

.page-template-our-team #hero_c div.copy {
	color: var(---173f35);
	margin: 36px 38px;
}

.page-template-our-team #team_c {
	margin: 36px 0;
	padding: 0 38px;
}

.page-template-our-team #team_c h2 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.54px;
	line-height: 2.111;
	text-transform: uppercase;
}

.page-template-our-team #team_c div.member {
	margin: 0 0 60px 0
}

.page-template-our-team #team_c div.member div.headshot {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: clamp(0px, calc(100vw - 76px), 327px);
	margin: 19px 0;
	width: clamp(0px, calc(100vw - 72px), 327px);
}

.page-template-our-team #team_c div.member div.name {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.54px;
	line-height: 2.111;
	margin: 0 0 10px 0;
}

.page-template-our-team #team_c div.member div.title {
	color: var(---173f35);
	display: block;
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.5rem;
	font-weight: 600;
}

.page-template-our-team #team_c div.member div.my_why {
	font-weight: 600;
}

.page-template-our-team #team_c div.member div.bio p:last-child {
	margin-bottom: 0;
}

.page-template-our-team #team_c div.cta_c {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.page-template-our-team #hero_c {
		background: transparent url("../img/global/arrows.png") no-repeat left calc(50% - 1100px) top 11px / auto 150px;
	}

	.page-template-our-team #hero_c h1 {
		font-size: 5.0rem;
		padding: 56px 0 0 0;
	}

	.page-template-our-team #hero_c div.image_c {
		margin: 62px 0;
	}

	.page-template-our-team #hero_c div.copy {
		margin: 0;
	}

	.page-template-our-team #hero_c div.copy.m {
		margin: 48px 0 0 0;
	}

	.page-template-our-team #hero_c div.copy p {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}

	.page-template-our-team #team_c {
		margin: 46px 0 60px 0;
		padding: 0 20px;
	}

	.page-template-our-team #team_c h2 {
		font-size: 3.6rem;
		letter-spacing: 1.08px;
		line-height: 1.666;
		margin: 0 0 24px 0;
	}

	.page-template-our-team #team_c div.member {
		margin: 0 0 65px 0;
	}

	.page-template-our-team #team_c div.member div.headshot_content_c {
		display: flex;
	}

	.page-template-our-team #team_c div.member div.headshot_content_c div.headshot {
		flex: 0 0 327px;
		margin: 0 40px 0 0;
	}

	.page-template-our-team #team_c div.member div.headshot_content_c div.content_c {
		flex: 1;
	}

	.page-template-our-team #team_c div.member div.name {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}

	.page-template-our-team #team_c div.member div.title {
		font-size: 1.8rem;
	}

	.page-template-our-team #team_c div.cta_c .green_button {
		padding: 12px 96px;
	}
}
