@media only screen and (max-width : 767px) {
 
	#home {
		width: 100%;
		margin-top: 0px;
	}
	.sectionBlock.overview.active {
		margin-top: 0;
	}

	.scrollWrap {
		top: 0;
	}

	.headerImgWrap.top {
		top: 0;
		z-index: 10;
		/*position: relative;*/
		min-height: 500px;
	}

	 .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;
}



	#loading {
		display: none;
	}

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

	.homeVideo {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	min-height: 500px;
	width: 100%;
	/*background: red;*/
}

#cw {
	margin-top: 0;
	margin: 0 0 20px 0;
	text-align: left;
}

ul.footBlock {
	width: 100%;
	float: left;
}
ul.footBlock li {
		width: 100%;
	float: left;
}
	#homeLogo {
		width: 200px;
		left: calc(50% - 100px);
	}

	@media (max-aspect-ratio: 16/9) {
  #video-bg > video { width: 100%; left: 0%; }
}
@supports (object-fit: cover) {
  #video-bg > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}

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

}  

