.mainMenu li{
	width:calc(50% - 111px);
	float:right;
	padding: 30px 0 40px 0;
}
.mainMenu li a::before{
		bottom:10px;
	}
	.mainMenu li.home{
		float:left;
		width:222px;
	}




.footer .leftCol{
	width:100%;
}
.footer .rightCol{
	width: calc(100% - 40px);
	margin-left:40px;
}

.footer .lowerlogo{
	display:none;
}


.projectBoxes .column{
	width:calc(100% - 0px);
	margin:0px;
	float:left;
}
