/* Local Overrides */

/* body quotes */
/* first quote  */
@media only screen and (min-width: 1069px) {
	.page-jaunt
		.section-content
		.story-quote
		.typography-story-quote.custom_one {
		max-width: 590px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-jaunt
		.section-content
		.story-quote
		.typography-story-quote.custom_one {
		min-width: 480px;
	}
}
/* second quote */
@media only screen and (min-width: 1069px) {
	.page-jaunt .section-content .story-quote.custom_two {
		margin-inline: 112px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-jaunt .section-content .story-quote.custom_two {
		margin-inline: 42px;
	}
}
/* end of quotes */

/* stories section */
/* stories section - saturnbird eyebrow */
@media only screen and (min-width: 735px) {
	.page-jaunt .typography-eyebrow-super.custom_saturnbird {
		margin-inline-end: 120px;
	}
}
/* stories section - dance eyebrow */
@media only screen and (min-width: 735px) {
	.page-jaunt .typography-eyebrow-super.custom_dance {
		margin-inline-end: 55px;
	}
}
/* end of stories section */

/* small business billboard */
@media only screen and (min-width: 1069px) {
	.page-jaunt
		.section-small-business-router
		.section-content
		.small-business-router-copy {
		max-width: 850px;
	}
}
@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 */

/* Router Section */

@media (max-width: 1068px) {
	.small-business-router-button.xscustom {
		--sk-button-padding-horizontal: 22px;
		--sk-button-padding-vertical: 12px;
		--sk-button-min-width-basis: 70px;
		--sk-button-margin-horizontal: 18px;
		--sk-button-margin-vertical: 18px;
		font-size: 17px;
		line-height: 1.1764805882;
		font-weight: 400;
		letter-spacing: -0.022em;
	}
}

@media (max-width: 734px) {
	.small-business-router-button.xscustom {
		--sk-button-padding-horizontal: 16px;
		--sk-button-padding-vertical: 9px;
		--sk-button-min-width-basis: 60px;
		--sk-button-margin-horizontal: 14px;
		--sk-button-margin-vertical: 14px;
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 400;
		letter-spacing: -0.016em;
		margin-top: 24px;
	}
}
