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

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

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

.section-router .routers .router-item-malala {
	grid-column: span 3;
}

@media only screen and (min-width: 1069px) {
	#achieve-modal-headline {
		font-size: 60px;
	}
	.modal--achieve .modal-overlay-container .modal-header {
		grid-template-columns: 401px 1fr;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-router .routers .router-item-k12 .router-item-content .typography-eyebrow-reduced {
		font-size: 18px;
	}
	.section-router .routers .router-item-college .router-item-content .typography-eyebrow-reduced {
		font-size: 18px;
	}
	.section-router .routers .router-item-higher-education .router-item-content .typography-eyebrow-reduced {
		font-size: 18px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .routers .router-item-malala {
		grid-column: span 1;
	}
}

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