.unc {
	background-image: url("/campus-commons/images/home/unc-pattern.png");
}
iframe {
	max-width: 100%;
}
<!--- CSS styles to fix how-to-boxes section, TODO move to stylesheet with link -->
.how-to-boxes .small-12 .row {
	margin: unset;
}

.how-to-boxes .small-12 > .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem 2rem;
	margin-top: 2rem;
}

@media (max-width: 1200px) {
	.how-to-boxes .small-12 > .row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin: 2rem 0 0 0;
	}
}

.how-to-boxes .small-12 > .row:before, .how-to-boxes .small-12 > .row:after {
	display: none !important;
}

.how-to-boxes .small-12 > .row > .columns {
	grid-column: auto / span 1;
	float: none !important;
	padding: unset !important;
	width: auto !important;
}

.how-to-boxes .small-12 > .row > .columns > .row {
	height: 100%;
	margin: unset;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns {
	padding: 0;
	height: 100%;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns a {
	height: 100%;
	border: 1px solid #333333;
	display: block;
	position: relative;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns a .student-type {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border: none;
	padding: .75rem;
	padding-bottom: 0;
	position: relative;
	top: -35px;
	margin: 0;
	height: 100%;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns a .student-type .student-type-icon-box {
	position: unset;
	top: unset;
	display: block;
	margin: unset;
	padding: 0;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns a .student-type .student-type-heading {
	position: unset;
	top: unset;
	margin: 1rem 0;
}

.how-to-boxes .small-12 > .row > .columns > .row > .columns a .student-type .student-type-description {
	margin: 0;
	width: 100%;
}

.cta-section {
	display: block;
	width: 100%;
}

.cta-section > .row {
	margin: 0;
	width: 100%;
	max-width: unset;
}

.cta-section > .row .columns {
	padding: 0;
}

.single-cta {
	max-height: 350px;
	overflow: hidden;
}

.single-cta__inner {
	display: flex;
	width: 100%;
}

.single-cta__inner__single {
	background-position: center;
	height: 350px;
	display: flex;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	background-size: cover;
}

.single-cta__inner__single:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(1, 60, 101, 0.6);
}

.single-cta__inner__single__content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.single-cta__inner__single__content__label {
	font-family: "Arvo", sans-serif;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0;
	color: #ffffff;
}

.single-cta__inner__single__content__cta {
	color: #ffffff;
	display: flex;
	align-items: center;
	opacity: 0;
	font-size: 0;
	margin: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	padding-bottom: .2rem;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
}

.single-cta__inner__single__content__cta img {
	width: 0;
	transition: all .25s ease-in-out;
	margin-left: 0.5rem;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
	.single-cta {
		max-height: unset;
	}
	.single-cta .single-cta__inner {
		flex-direction: column;
	}
	.single-cta .single-cta__inner__single {
		height: auto;
		min-height: 100px;
		padding: 3rem 0;
	}
	.single-cta .single-cta__inner__single__content__cta {
		opacity: 1;
		font-size: 1rem;
	}
	.single-cta .single-cta__inner__single__content__cta img {
		width: 20px;
	}
}

.single-cta__inner {
	position: relative;
}

.single-cta__inner:before, .single-cta__inner:after {
	content: "";
	position: absolute;
	left: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	width: 0;
	height: 5px;
	-webkit-transition: all 0.24s ease-in-out;
	-o-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	-ms-transition: all 0.24s ease-in-out;
	z-index: 1;
}

.single-cta__inner:after {
	transform: translate3d(-50%, 0, 0);
	bottom: 0;
	right: 0;
	left: auto;
}

.single-cta__inner:hover:before, .single-cta__inner:hover:after {
	content: "";
	width: 100%;
	background-color: #f6b000;
}

.single-cta__inner:hover:before {
	left: 50%;
}

.single-cta__inner:hover:after {
	bottom: 0;
	right: -50%;
}

.single-cta__inner__single:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.single-cta__inner__single__content__label {
	margin-bottom: .75rem;
}

.single-cta__inner__single__content__cta {
	color: #013c65;
	background-color: #ffffff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	max-width: max-content;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: .5rem 1.25rem;
	font-size: .8rem;
	border-radius: 25px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	opacity: 1;
}

.single-cta__inner__single__content__cta:hover {
	color: #000000;
	background-color: #f6b000;
}

@media (max-width: 768px) {
	.single-cta__inner .single-cta__inner__single {
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.single-cta__inner .single-cta__inner__single__content__label {
		font-size: 1rem;
	}
	.single-cta__inner .single-cta__inner__single__content__cta {
		font-size: .75rem;
	}
}