/* Local Overrides */

/* dance hero headline gradient */
@media only screen and (min-width: 480px) {
	.page-dance .story-hero .typography-story-headline .text-gradient {
		display: inline;
	}
}
/* end of dance hero headline gradient */

/* dance hero headline alignment */
.page-dance .story-hero .section-content.story-hero-text-content {
	justify-self: center;
}
@media only screen and (min-width: 1069px) {
	.page-dance .story-hero .section-content.story-hero-text-content {
		min-width: 910px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-dance .story-hero .section-content.story-hero-text-content {
		min-width: 620px;
	}
}
@media only screen and (max-width: 734px) and (min-width: 480px) {
	.page-dance .story-hero .section-content.story-hero-text-content {
		min-width: 370px;
	}
}
.page-dance .story-hero .section-content.story-hero-text-content .custom_xs {
	display: none;
}
@media only screen and (max-width: 364px) {
	.page-dance
		.story-hero
		.section-content.story-hero-text-content
		.custom_xs {
		display: inline;
	}
}

/* end of dance hero headline alignment */

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