/* CAFR Fixes */

@media only screen and (max-width: 460px) {
	.typography-headline-super {
		font-size: 44px;
	}
}

@media only screen and (max-width: 370px) {
	.typography-headline-super {
		font-size: 39px;
	}
}

@media only screen and (max-width: 328px) {
	.typography-headline-super {
		font-size: 37px;
	}
}

.page-overview .section-nav .section-content nav .accessibility {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.page-overview .section-nav .section-content nav .dictionary {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
