/*Local overrides*/

/* Local Nav */
@media only Screen and (max-width: 360px) {
	#ac-localnav {
		padding: 10px 0 15px;
	}

	#ac-localnav .ac-ln-menu .ac-ln-actions {
		padding-top: 25px;
	}

	#ac-localnav .ac-ln-title > a {
		max-width: 100px;
		white-space: normal;
	}
}

/* .section.section-higher-education .typography-headline-super */
.section.section-higher-education .typography-headline-super {
	max-width: 100%;
}
#higher-education > div {
	width: 100%;
}

/* section-higher-education */

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

#get-started .blurbs {
	grid-template-columns: repeat(1, 1fr);
}
