/* START - ADJUST ROUTER TILES IN LARGE VIEWPORT TO 3 TILES IN 1 ROW */
@media (min-width: 1069px) {
	.section-router .routers .router-item-malala {
		grid-column: span 3;
	}
}

.overview-router-k12, .overview-router-college-students, .overview-router-higher-ed {
	height: auto;
}

/* END - ADJUST ROUTER TILES IN LARGE VIEWPORT TO 3 TILES IN 1 ROW */

.story-card .story-headline {
	max-width: 25ch;
}

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

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

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

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

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

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

@media only screen and (max-width: 734px) {
	#solutions .story-card .story-headline-container {
		padding-top: 10px;
	}

	#solutions .story-card .story-headline {
		max-width: 12ch;
	}

	#local .story-card .story-headline {
		max-width: 12ch;
	}
}
