/* Local Overrides */

@media only screen and (max-width: 405px) {
	.xsmall-hide {
		display: none;
	}
}

/* section-content-optimized */
@media only screen and (max-width: 734px) {
	.section-content-optimized .badges .badge {
		min-height: 115px;
	}
}

/* section-router // section-footer */
@media only screen and (min-width: 1069px) {
	.section-footer .column:not(:first-child) .container .chiclets {
		margin-top: 36px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-footer .column:not(:first-child) .container .chiclets {
		margin-top: 138px;
	}
}
