/* Local Overrides */

/* router */
@media only screen and (min-width: 734px) {
	.section-router .routers {
		display: flex;
	}
}

@media only screen and (min-width: 734px) {
	.section-router .routers .router-item {
		width: 33%;
	}

	.router-item-college .router-item-headline.tz-break {
		margin: 0 -20px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-content {
		padding: 52px 32px 74px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-router .routers .router-item-content {
		padding: 32px 20px 54px;
	}
}

html.no-static .section-hero .line-2 .transform {
	width: auto;
}

@media only screen and (max-width: 734px) {
	.typography-hero-headline {
		font-size: 43px;
	}
}

/* h2#opportunity-modal-headline */

@media only screen and (min-width: 1068px) {
	h2#opportunity-modal-headline {
		font-size: 62px;
	}
}
@media only screen and (max-width: 1068px) {
	h2#opportunity-modal-headline {
		font-size: 46px;
	}
}
@media only screen and (max-width: 734px) {
	h2#opportunity-modal-headline {
		font-size: 43px;
	}
}
@media only screen and (max-width: 330px) {
	h2#opportunity-modal-headline {
		font-size: 41px;
	}
}

/* h2#control-modal-headline */

@media only screen and (min-width: 1068px) {
	h2#control-modal-headline {
		font-size: 52px;
	}
}
@media only screen and (min-width: 734px) and (max-width: 1068px) {
	h2#control-modal-headline {
		font-size: 38px;
	}
}
@media only screen and (max-width: 734px) {
	h2#control-modal-headline {
		font-size: 35px;
	}
}

/* #equity-modal-headline */
@media only screen and (max-width: 734px) {
	#equity-modal-headline {
		font-size: 38px;
	}
}

.section-values .values-router-gallery {
	position: relative;
	margin-top: 60px;
}

@media only screen and (max-width: 734px) {
	.section-values .values-router-gallery {
		margin-top: 45px;
	}
}

@media only screen and (min-width: 735px) {
	.section-educators #peer-to-peer .story-card .story-headline {
		max-width: 17ch;
	}
}

@media only screen and (min-width: 735px) {
	.section-equity #hispanic .story-card .story-headline {
		max-width: 21ch;
	}
}
