/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1069px) {
	.section-higher-education .typography-headline-super {
		max-width: 820px;
	}
}

.card .modal-cta {
	bottom: -55px;
}

@media only screen and (max-width: 1068px) {
	.card .modal-cta {
		bottom: -40px;
	}
}

@media only screen and (max-width: 734px) {
	.card .modal-cta {
		bottom: 0px;
	}
}

.section-opportunities .card-content-container .card-front {
	margin-top: -18px;
}

@media only screen and (max-width: 1068px) {
	.section-opportunities .card-content-container .card-front {
		margin-top: 0;
	}
}

.section-hero .typography-headline-standalone {
	line-height: 1.1;
}

.section-resources .typography-headline-super {
	line-height: 1.15;
}

@media only screen and (max-width: 1068px) {
	.card-opportunities .card-content-width {
		--padding: 50px 80px 70px 80px;
	}
}

@media only screen and (max-width: 890px) {
	.card-opportunities .card-content-width {
		--padding: 50px 27px 70px;
	}
}

@media only screen and (max-width: 734px) {
	.card-opportunities .card-content-width {
		--padding: 30px;
	}
}

@media only screen and (max-width: 890px) {
	.section-swift .card-student-challenge .card-content-width {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-swift .card-student-challenge .card-content-width {
		padding: 68px 6.25%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-opportunities .card-opportunities .modal-cta {
		margin-bottom: 40px;
	}
	.section-opportunities .card-opportunities .card-content-width {
		padding: 68px 40px 108px 52px;
	}
}

.section-ribbon {
	position: relative;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
