/**
 * 3.0 Our Programs
 */

.page-template-our-programs #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-our-programs #hero_c div.image_c {
	margin: 36px 38px;
}

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

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

.page-template-our-programs #pages_c div.desktop_w {
	display: grid;
	grid-column-gap: 36px;
	grid-row-gap: 36px;
	grid-template-columns: repeat(1, 1fr);
}

.page-template-our-programs #pages_c a.page {
	position: relative;
}

.page-template-our-programs #pages_c a.page:hover {
	text-decoration: underline;
}

.page-template-our-programs #pages_c a.page span.layer {
	background: rgba(23, 63, 53, 0.75) url("../img/global/logo_only.svg") no-repeat center center / auto 140px;
	height: clamp(0px, calc(67vw - 72px), 355px);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.page-template-our-programs #pages_c a.page:hover span.layer {
	opacity: 1.0;
}

.page-template-our-programs #pages_c a.page span.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: clamp(0px, calc(67vw - 72px), 355px);
	margin: 0 0 13px 0;
	width: clamp(0px, calc(100vw - 76px), 532px);
}

.page-template-our-programs #pages_c a.page span.gt {
	color: var(---173f35);
	display: block;
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.5rem;
	font-weight: 600;
}

.page-template-our-programs div.bottom_cta_c {
	display: flex;
	justify-content: center;
	margin: 36px 0;
}

@media screen and (min-width: 1024px) {
	.page-template-our-programs #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-our-programs #hero_c h1 {
		font-size: 5.0rem;
		padding: 56px 0;
	}

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

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

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

	.page-template-our-programs #pages_c {
		margin: 57px 0;
		padding: 0 20px;
	}

	.page-template-our-programs #pages_c div.desktop_w {
		grid-row-gap: 62px;
		grid-template-columns: repeat(3, 1fr);
	}

	.page-template-our-programs #pages_c a.page span.layer {
		height: 230px;
	}

	.page-template-our-programs #pages_c a.page span.image {
		height: 230px;
		margin: 0 0 20px 0;
		width: auto;
	}

	.page-template-our-programs #pages_c a.page span.gt {
		font-size: 1.8rem;
		padding: 0 20px 0 0;
	}

	.page-template-our-programs div.bottom_cta_c {
		margin: 70px 0;
	}

	.page-template-our-programs div.bottom_cta_c .green_button {
		padding: 12px 96px;
	}
}
