/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/

/* Adjusting main container width*/
@media (min-width: 700px) {
	.container {
		max-width: 900px;
	}
}

.contact-section__cta-block:before {
	background-image: url(/_resources/images/pre-footer.jpg);
}