.custom_br-xs {
	display: none;
}
@media only screen and (max-width: 336px) {
	.custom_br-xs {
		display: block;
	}
}

.custom_br-screen {
	display: none;
}
@media only screen and (max-width: 415px) {
	.custom_br-screen {
		display: block;
	}
}

.custom_xs {
	display: none;
}
@media only screen and (max-width: 349px) {
	.custom_xs {
		display: block;
	}
}

.custom_icon-pb {
	padding-bottom: 17px;
}

/* pricing hero */
@media only screen and (max-width: 370px) {
	.section-welcome .marquee .pricing-product {
		width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* local nav */
@media only screen and (max-width: 345px) {
	#ac-localnav .ac-ln-action-button.custom_ln-cta {
		margin-left: 7px;
	}
}

/* hightlighs-5 */
@media only screen and (min-width: 481px) and (max-width: 734px) {
	[data-component-list="MediaCardGallery"] .media-gallery .caption,
	[data-media-card-gallery] .media-gallery .caption.custom_caption_small {
		width: 260px;
	}
}
