/* local overrides */

/* hero */
.section-hero .tile-headline .large-hide {
	display: none;
}
@media only screen and (max-width: 374px) {
	.section-hero .tile-headline .smallest-show {
		display: block;
	}
}

.section-hero .tile-subhead .large-hide {
	display: none;
}
@media only screen and (min-width: 735px) {
	.section-hero .tile-subhead .medium-show {
		display: block;
	}
}
