/*Local overrides*/

/* localnav */
@media only screen and (max-width: 355px) {
	#ac-localnav .ac-ln-title-compact {
		font-size: 16px;
	}
	#ac-localnav .ac-ln-button {
		font-size: 11px;
	}
}
@media only screen and (max-width: 335px) {
	#ac-localnav .ac-ln-title-compact {
		font-size: 15px;
	}
	#ac-localnav.medium-ac-ln-collapsible
		.ac-ln-action-menucta
		+ .ac-ln-action-button {
		--r-localnav-actions-button-space-before: 8px;
	}
}

/* section-footer */

@media only screen and (max-width: 1068px) {
	.section-footer .container .copy-wrapper {
		padding-bottom: 53px;
	}
}
@media only screen and (max-width: 735px) {
	.section-footer .container .copy-wrapper {
		padding-bottom: 0px;
	}
}

/* optimized chips in XS fixes */
@media only screen and (max-width: 735px) {
	.section-seamless-integration .section-content-optimized .badges {
		margin-bottom: 61px;
	}
}
@media only screen and (max-width: 490px) {
	.section-seamless-integration
		.section-content-optimized
		.badges
		.badge.fix01 {
		margin-top: 72px;
	}
}

/*Bundle Chiclets*/
@media only screen and (min-width: 1069px) {
	.bundle-chiclets {
		margin-top: -22px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: -55px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1068px) {
	.section-footer .container .chiclets {
		margin-top: 0;
	}
}

@media only screen and (max-width: 735px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 52px;
	}
}
@media only screen and (max-width: 735px) {
	.section-footer .container .chiclets {
		margin-top: 52px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 18px;
	}
}

/* .section-seamless-integration in less than 793px, 495px */
@media only screen and (max-width: 793px) {
	.section-seamless-integration
		.section-content-optimized
		.badges
		.badge:last-of-type {
		margin-top: 35px;
	}
}
@media only screen and (max-width: 495px) {
	.section-seamless-integration
		.section-content-optimized
		.badges
		.badge:last-of-type {
		margin-top: 55px;
	}
}
