@media only screen and (max-width : 767px) { 

	#home {
		width: 100%;
		margin-top: 0px;
	}

	.scrollWrap {
		top: 0 !important;
	}

	.headerImgWrap.top {
		top: 0;
	}

	 .sectionBlock.overview {
	 	margin-top: 0;
	 	padding-top: 0;
	 }

	.sectionWrap.investment {
		height: auto;
	}
	.sectionWrap {
		min-height: 300px;
	}
	.sectionText {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.awardWrap {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0;
}

	.headerImgWrap.top {
		position: relative;
	}

	#loading {
		display: none;
	}

		.footerWrap {
		float: left;
    top: 50px !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	}

/*	.scrollWrap {
		top: 300px !important;
	}*/

}  

