/* Local Overrides */

/* Headline */
@media only screen and (max-width: 420px) {
	h1.typography-headline-super {
		font-size: 38px;
	}
}
@media only screen and (max-width: 330px) {
	h1.typography-headline-super {
		font-size: 36px;
	}
}

/* Accessibility Nav */
.page-overview .section-nav .section-content nav .accessibility {
	-webkit-hyphens: unset;
	-ms-hyphens: unset;
	hyphens: unset;
}
