/**
 * 2.0 About Us
 */

.page-template-about-us #hero_c h1 {
	background-color: var(---5c7f71);
	color: #fff;
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.1;
	padding: 25px 38px;
	text-transform: uppercase;
}

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

.page-template-about-us #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-about-us #hero_c div.copy {
	color: var(---173f35);
	margin: 36px 38px;
}

.page-template-about-us #alternating_content_c {
	margin: 36px 0;
	padding: 0 38px;
}

.page-template-about-us #alternating_content_c div.alternating_content {
	margin: 36px 0 0 0;
}

.page-template-about-us #alternating_content_c div.alternating_content 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-about-us #alternating_content_c div.alternating_content div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: clamp(0px, calc(67vw - 72px), 355px);
	margin: 38px 0 0 0;
	width: clamp(0px, calc(100vw - 76px), 532px);
}

.page-template-about-us #alternating_content_c div.alternating_content div.cta_c {
	display: flex;
	justify-content: center;
	margin: 36px 0 0 0;
}

@media screen and (min-width: 1024px) {
	.page-template-about-us #hero_c {
		background-color: transparent;
		background-image: url("../img/global/arrows.png"), url("../img/global/arrows.png");
		background-position: left calc(50% - 1100px) top 550px, left calc(50% + 1100px) top 550px;
		background-repeat: no-repeat;
		background-size: auto 150px;
	}

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

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

	.page-template-about-us #hero_c div.copy {
		margin: 0;
	}

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

	.page-template-about-us #alternating_content_c {
		margin: 32px 0 60px 0;
		padding: 0 20px;
	}

	.page-template-about-us #alternating_content_c div.alternating_content {
		margin: 68px 0 0 0;
	}

	.page-template-about-us #alternating_content_c div.alternating_content div.content_image_c {
		display: flex;
	}

	.page-template-about-us #alternating_content_c div.alternating_content:nth-child(even) div.content_image_c {
		flex-direction: row-reverse;
	}

	.page-template-about-us #alternating_content_c div.alternating_content div.content_image_c div.content_c {
		flex: 1;
	}

	.page-template-about-us #alternating_content_c div.alternating_content div.content_image_c div.image {
		flex: 0 0 532px;
		margin: 0 0 0 40px;
	}

	.page-template-about-us #alternating_content_c div.alternating_content:nth-child(even) div.content_image_c div.image {
		margin: 0 40px 0 0;
	}

	.page-template-about-us #alternating_content_c div.alternating_content h2 {
		font-size: 3.6rem;
		letter-spacing: 1.08px;
		line-height: 1.25;
	}

	.page-template-about-us #alternating_content_c div.alternating_content div.copy h2 {
		margin: 38px 0 0 0;
	}

	.page-template-about-us #alternating_content_c div.alternating_content div.cta_c .green_button {
		padding: 12px 96px;
	}
}
