.col-md-8, .col-lg-9, .container-fluid.maxWidth.pt-4.pb-4, .container-fluid.footer.maxWidth, .col-sm-6 {
    margin: 10px;
	padding: 10px;
}

.col-sm-6.footRight {
	clear: both;
	text-align: left;
	float: left;
}

body, h1, h2, h3, ol, ul, div, span, p {
    display: block !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
}
	
div.col {
	max-width: 95% !important;
}

div.iconGroup, div.homeGroup {
	width: 100% !important;
	clear: both !important;
	display: block !important;
}

div.iconBox {
	width: 50% !important;
	float: left !important;
}

div.homeBox {
	width: 18% !important;
	float: left !important;
	margin: 5px;
	padding: 5px;
}

div.landingBox {
	width: 15% !important;
	float: left !important;
}


