/* Local overrides */

/* Hero pricing */

.section-buy .has-pricing-content {
	margin-left: auto;
	margin-right: auto;
}

.section-pricesticky.--sticky .has-pricing-content {
	margin-left: 0px;
	margin-right: auto;
}

@media only screen and (min-width: 1069px) {
	.has-pricing-content {
		max-width: 235px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.has-pricing-content {
		max-width: 235px;
	}
}

@media only screen and (max-width: 734px) {
	.has-pricing-content {
		max-width: 197px;
	}
	.compare-section .small-hide-sticky {
		display: inline;
	}
	.compare-section.--transitioning .small-hide-sticky {
		display: none;
	}
}

@media only screen and (max-width: 482px) {
	.has-pricing-content {
		max-width: 176px;
	}
}

.has-pricing-content .large-show,
.has-pricing-content .medium-show,
.has-pricing-content .small-show {
	display: inline;
}

/* XS Viewport */
@media only screen and (min-width: 350px) {
	.section-summary .custom_xsmall {
		display: none;
	}
}
@media only screen and (max-width: 349px) {
	.section-summary .custom_xsmall {
		display: inline;
	}
}
