/*  Local Overrides */

/* equity */
@media only screen and (min-width: 1069px) {
	.section-equity .stories-headline {
		max-width: 565px;
	}
}
@media only screen and (max-width: 734px) {
	.section-equity #hispanic .story-card .story-headline {
		max-width: 12ch;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-headline#modal-headline-skills {
		font-size: 38px;
	}
}

/* routers */
@media only screen and (min-width: 735px) {
	.section-router .headline {
		padding-bottom: 42px;
	}
}
@media only screen and (min-width: 735px) {
	.section-router .routers .router-item-custom {
		grid-column: span 3;
	}
}
@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-headline {
		font-size: 34px;
	}
	.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-headline {
		font-size: 25px;
	}
	.section-router .routers .router-item-content {
		padding: 32px 22px 54px;
	}
}

/* Section into */
.section-intro .section-content {
	max-width: 872px;
}

/* Section equity subtitle */
.section-equity .stories-subhead {
	max-width: 625px;
}

/* Section Router headline */
.section-router .headline {
	max-width: 620px;
}
