/* Adjust top padding for the tone mark not hidden */
.typography-headline-standalone {
	padding-top: 5px;
}
.typography-headline-section.large-offset-1.large-10 {
	padding-top: 5px;
}

/*start: router-item-environment */
.router-item-environment .typography-router-tile-full-headline {
	font-size: 48px;
}

@media only screen and (max-width: 1068px) {
	.router-item-environment .typography-router-tile-full-headline {
		font-size: 32px;
	}
}

@media only screen and (max-width: 734px) {
	.router-item-environment .typography-router-tile-full-headline {
		font-size: 30px;
	}
}
/*end: router-item-environment */
