/*  Local Overrides */

/* headline */
@media only screen and (min-width: 735px) {
	html.hero-enhanced .headline-container .line-2 .transform:last-child {
		width: 100%;
	}
}

/* equity */
@media only screen and (min-width: 1069px) {
	.section-equity .stories-headline {
		max-width: 565px;
	}
}

/* routers */
@media only screen and (min-width: 735px) {
	.section-router .routers .router-item-malala {
		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;
}
