/* Local Overrides */

/* small business billboard */
@media only screen and (max-width: 400px) {
	.page-jaunt
		.section-small-business-router
		.section-content
		.typography-headline-elevated {
		font-size: 34px;
	}
}
/* end of small business billboard */

@media (max-width: 355px) {
	.xs-show {
		display: block;
	}
}
