/**
 * X.X Page
 */

.page #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 #content_c {
	padding: 20px 38px;
}

.page #content_c div.copy {
	color: var(---173f35);
}

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

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

	.page #content_c {
		margin: 0 0 60px 0;
		padding: 0 20px;
	}

	.page #content_c div.copy > :first-child {
		margin-top: 0;
	}
}
