/*Local fixes*/

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

/*Bundle Chiclets*/
@media only screen and (min-width: 1069px) {
	.bundle-chiclets {
		margin-top: -35px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: -35px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 53px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.bundle-chiclets {
		padding-top: 5px;
	}
}
@media only screen and (max-width: 735px) {
	.bundle-chiclets {
		padding-top: 0px;
	}
}

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