#hp-video {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

#hp-video .video-box {
  	overflow:hidden;
  	position:relative;
  	width:100%;
	height:50vw;
}

#hp-video .mobile-box {
	display:none;
  	overflow:hidden;
  	position:relative;
  	width:100%;
}
#hp-video .mobile-box img {
  	position:relative;
  	width:100%;
	height:auto;
}
@media(max-width: 650px) {
	#hp-video .video-box {
		display:none;
	}
	#hp-video .mobile-box {
		display:block;
	}
}

#yt-wrap{
	left: 0;
	z-index: -99;
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
#yt-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}




#hp-video .video-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	padding:20px;
	display: flex;
  	align-items: center;
  	justify-content: center;
	background:rgba(0, 0, 0, .4);
	color:#fff;
}
#hp-video .video-overlay-text {
	text-align:center;
}

#hp-video .video-overlay-text img.heroLogo {
	width:400px;
	max-width:60%;
	height:auto;
    align-self: flex-start; 
	margin-bottom:60px;
}

#hp-video .video-overlay h1,
#hp-video .video-overlay h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 55px;
    font-weight:300;
	margin-bottom: 30px;
}
@media(max-width: 850px) {
	#hp-video .video-overlay h1,
	#hp-video .video-overlay h2 {
		font-size: 36px;
	}
}
#hp-about {
	max-width:1400px;
	display: flex;
  	align-items: center;
	align-content:space-between;
    margin:0 auto;
	padding:100px 50px 75px;
}
@media(max-width: 650px) {
	#hp-about {
		display: block;
		padding:50px 20px 30px;
	}
}
#hp-about .image {
	width:55%;
    flex-basis: auto;
  	box-shadow: 0px 5px 12px #999;
}
@media(max-width: 650px) {
	#hp-about .image {
		width:auto;
	}
}
#hp-about .image img {
	width:100%;
    height:auto;
}
#hp-about .text {
	width:35%;
    flex-basis: auto;
    height:100%;
    padding:0 0 0 5%;
}
@media(max-width: 650px) {
	#hp-about .text {
		width:auto;
		padding:0;
	}
}
#hp-about .text h2 {
	text-transform: uppercase;
	font-size: 48px;
    font-weight:300;
	margin-bottom: 30px;
}
@media(max-width: 850px) {
	#hp-about .text h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}
#hp-about .text a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#fff;
	background-color: #00467E;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;

}
@media(max-width: 650px) {
	#hp-about .text a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-about  .text a.button:hover {
	color:#00467E;
	background-color: #ffb03b;
	text-decoration:none;
}

#hp-portfolio {
	max-width:1400px;
	display: flex;
  	justify-content: center;
	margin:0 auto;
    padding:50px 50px 30px;
}
@media(max-width: 650px) {
	#hp-portfolio {
		display: block;
		padding:20px 20px 10px;
	}
}

#hp-portfolio .title {
	width:45%;
    flex-basis: auto;
    padding:0 5% 0 0;
    text-align:right;
}
@media(max-width: 650px) {
	#hp-portfolio .title {
		width:auto;
		padding:0;
		text-align:left;
	}
}
#hp-portfolio .title h2 {
	text-transform: uppercase;
	font-size: 48px;
	line-height:1;
    font-weight:300;
	margin-top: 0;
	margin-bottom: 30px;
}
@media(max-width: 850px) {
	#hp-portfolio .title h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}
#hp-portfolio .text {
	width:50%;
    flex-basis: auto;
    padding:0;
}
@media(max-width: 650px) {
	#hp-portfolio .text {
		width:auto;
	}
}
#hp-portfolio .text a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#fff;
	background-color: #00467E;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;
}
@media(max-width: 650px) {
	#hp-portfolio .text a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-portfolio .text a.button:hover {
	color:#00467E;
	background-color: #ffb03b;
	text-decoration:none;
}

#hp-tiles {
	position:relative;
	width:100%;
	max-width:1300px;
	height:780px;
	margin:0 auto;
	padding:0 0 100px;
}
@media(max-width: 850px) {
	#hp-tiles {
		height:1275px;
	}
}
#hp-tiles .hp-tile {
	position:absolute;
	background-color:#fff;
	padding:5px;
	width:30%;
}
@media(max-width: 650px) {
	#hp-tiles .hp-tile {
		padding:2px;
	}
}
#hp-tiles .hp-tile a {
	text-decoration:none;
}
#hp-tiles .tile-1 {
	left:0;
	top:0;
	height:66.6%;
}
#hp-tiles .tile-2 {
	left:30%;
	top:0;
	width:40%;
	height:33.3%;
}
#hp-tiles .tile-3 {
	left:70%;
	top:0;
	height:66.6%;
}
#hp-tiles .tile-4 {
	left:30%;
	top:33.3%;
	width:20%;
	height:33.3%;
}
#hp-tiles .tile-5 {
	left:50%;
	top:33.3%;
	width:20%;
	height:33.3%;
}
#hp-tiles .tile-6 {
	left:0;
	top:66.6%;
	height:33.3%;
}
#hp-tiles .tile-7 {
	left:30%;
	top:66.6%;
	width:40%;
	height:33.3%;
}
#hp-tiles .tile-8 {
	left:70%;
	top:66.6%;
	height:33.3%;
}
@media(max-width: 850px) {
	#hp-tiles .tile-1 {
		left:0;
		top:0;
		width:100%;
		height:20%;
	}
	#hp-tiles .tile-2 {
		left:0%;
		top:20%;
		width:100%;
		height:20%;
	}
	#hp-tiles .tile-3 {
		left:0;
		top:50%;
		width:100%;
		height:20%
	}
	#hp-tiles .tile-4 {
		left:0;
		top:40%;
		width:50%;
		height:10%;
	}
	#hp-tiles .tile-5 {
		left:50%;
		top:40%;
		width:50%;
		height:10%;
	}
	#hp-tiles .tile-6 {
		left:0;
		top:70%;
		width:50%;
		height:10%;
	}
	#hp-tiles .tile-7 {
		left:0;
		top:80%;
		width:100%;
		height:20%;
	}
	#hp-tiles .tile-8 {
		left:50%;
		top:70%;
		width:50%;
		height:10%;
	}
}
#hp-tiles .tile-in {
	background-color:#999;
	width:100%;
	height:100%;
	overflow:hidden;
}
#hp-tiles .tile-in .tile-bg {
	width:100%;
	height:100%;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content: center;
	transition: all .3s;
}
#hp-tiles .tile-in:hover .tile-bg {
	transform: scale(1.04);
}

#hp-tiles .tile-title {
	font-size:30px;
	text-decoration:none;
	line-height:1.1;
	font-weight:300;
	font-family: "Roboto Slab",serif;
	text-align:center;
	text-transform:uppercase;
	color:#00467E;
	width:100%;
	background:rgba(255,255,255,.8);
	padding:10px 20px;
	flex-basis:content;
	opacity:0;
	transition: all .3s;
}
@media(max-width: 850px) {
	#hp-tiles .tile-title {
		font-size:22px;
		padding:10px 10px;
		opacity:1;
	}
}
@media(max-width: 450px) {
	#hp-tiles .tile-title {
		font-size:18px;
	}
}
#hp-tiles .tile-in:hover .tile-title {
	opacity:1;
}






#hp-how {
	max-width:1400px;
	text-align:center;
	margin:0 auto;
	padding:120px 50px 50px;
}
@media(max-width: 650px) {
	#hp-how {
		padding:60px 20px 20px;
	}
}
#hp-how .text {
}
#hp-how .text h2 {
	text-transform: uppercase;
	font-size: 48px;
    font-weight:300;
	margin: 0 0 20px;
}
@media(max-width: 850px) {
	#hp-how .text h2 {
		font-size: 36px;
		margin: 0 0 10px;
	}
}
#hp-how-columns {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:0 50px 100px;
}
@media(max-width: 650px) {
	#hp-how-columns {
		display: block;
		padding:0 20px 50px;
	}
}
#hp-how-columns .wrap {
	width:100%;
	display: flex;
  	justify-content: space-evenly;
}
@media(max-width: 650px) {
	#hp-how-columns .wrap {
		display: block;
	}
}
#hp-how-columns .col {
	width:350px;
    flex-basis: auto;
    padding:0 3%;
}
@media(max-width: 650px) {
	#hp-how-columns .col {
		width:auto;
		padding:0 0 15px;
	}
}
#hp-how-columns .col h3 {
	text-transform: uppercase;
	color: #00467E;
	font-size: 28px;
	margin: 0 0 20px;
}
@media(max-width: 850px) {
	#hp-how-columns .col h3 {
		font-size: 22px;
		margin: 0 0 10px;
	}
}
#hp-how-columns .text {
	text-align:center;
}
#hp-how-columns a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#fff;
	background-color: #00467E;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;

}
@media(max-width: 650px) {
	#hp-how-columns a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-how-columns a.button:hover {
	color:#00467E;
	background-color: #ffb03b;
	text-decoration:none;
}

#hp-platform {
	text-align:center;
    background-color:#02467E;
	padding:0 0 100px;
	margin:0;
	color:#fff;
}
@media(max-width: 650px) {
	#hp-platform {
		padding:0 0 50px;
	}
}
#hp-platform .image {
	width:100%;
	height:28vw;
	background-size:cover;
	background-position:center bottom;
}
@media(max-width: 650px) {
	#hp-platform .image {
		height:180px;
	}
}
#hp-platform .text {
	margin:100px 50px 50px;
	font-weight:300;
}
@media(max-width: 650px) {
	#hp-platform .text {
		margin:50px 30px 20px;
	}
}
#hp-platform .text h2 {
	text-transform: uppercase;
	font-size: 48px;
    font-weight:300;
	margin-bottom: 20px;
}
@media(max-width: 850px) {
	#hp-platform .text h2 {
		font-size: 36px;
	}
}
#hp-platform .icons {
	max-width:1400px;
	margin:0 auto;
	padding:0 50px;
	display: flex;
  	align-items: center;
    flex-wrap:wrap;
  	justify-content: space-around;
    background-color:#02467E
}
@media(max-width: 650px) {
	#hp-platform .icons {
		padding:0 20px;
		display: flex;
	}
}
#hp-platform .icons .icon {
    width:20%;
	flex-basis: auto;
    text-align:center;
}
@media(max-width: 850px) {
	#hp-platform .icons .icon {
		width:30%;
	}
}
@media(max-width: 650px) {
	#hp-platform .icons .icon {
		width:50%;
	}
}
#hp-platform .icons .icon-image {
    width:100px;
    height:100px;
    margin:0 auto;
    background-color:#fff;
    border-radius:10px;
	overflow:hidden;
}
#hp-platform .icons .icon-image img {
    width:100px;
    height:100px;
}
#hp-platform .icons .icon-label {
    font-family: "Roboto Slab",serif;
	color:#fff;
	font-size:18px;
	height:100px;
	margin:20px 5px 0;
}
@media(max-width: 650px) {
	#hp-platform .icons .icon-label {
		font-size:14px;
		height:70px;
		margin:10px 0 0;
	}
}
#hp-platform a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#000;
	background-color: #ffb03b;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;
}
@media(max-width: 650px) {
	#hp-platform a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-platform a.button:hover {
	color:#00467E;
	background-color: #fff;
	text-decoration:none;
}

#hp-services {
	max-width:1400px;
	display: flex;
	flex-direction:row-reverse;
  	align-items: center;
  	justify-content: center;
    margin:0 auto;
	padding:100px 50px;
}
@media(max-width: 650px) {
	#hp-services {
		display: block;
		padding:50px 20px;
	}
}
#hp-services .text {
	width:40%;
    flex-basis: auto;
    height:100%;
    padding:0 5% 0 0;
}
@media(max-width: 650px) {
	#hp-services .text {
		width:auto;
		padding:0;
	}
}
#hp-services .text h2 {
	text-transform: uppercase;
	font-size: 48px;
    font-weight:300;
	margin-bottom: 30px;
}
@media(max-width: 850px) {
	#hp-services .text h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}
#hp-services .text a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#fff;
	background-color: #00467E;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;
}
@media(max-width: 650px) {
	#hp-services .text a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-services .text a.button:hover {
	color:#00467E;
	background-color: #ffb03b;
	text-decoration:none;
}

#hp-services .image {
	width:55%;
    flex-basis: auto;
  	box-shadow: 0px 5px 12px #999;
}
@media(max-width: 650px) {
	#hp-services .image {
		width:auto;
	}
}
#hp-services .image img {
	width:100%;
    height:auto;
}

#hp-vision {
	width:100%;
	background-size:cover;
}

#hp-vision .overlay {
	height:100%;
	background:rgba(0,0,0,.5);
	display: flex;
  	align-items: center;
  	justify-content: center;
	padding:100px 50px;
}
@media(max-width: 450px) {
	#hp-vision .overlay {
		padding:50px 20px;
	}
}
#hp-vision .text {
	text-align:center;
	font-weight:300;
	color: #fff;
}
#hp-vision .text h2 {
	text-transform: uppercase;
	font-size: 48px;
	line-height:1.3;
	font-weight:300;
	margin-bottom: 10px;
}
#hp-vision .text h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight:300;
	margin-bottom: 20px;
}
@media(max-width: 850px) {
	#hp-vision .text h2 {
		font-size: 36px;
	}
	#hp-vision .text h3 {
		font-size: 18px;
	}
}
#hp-vision .text a.button {
	display:inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
	padding:10px 30px;
	color:#fff;
	background-color: #00467E;
	margin-top: 20px;
	border:none;
	border-radius:10px;
	transition: all .3s;
}
@media(max-width: 650px) {
	#hp-vision .text a.button {
		font-size: 14px;
		padding:6px 25px;
	}
}
#hp-vision .text a.button:hover {
	color:#00467E;
	background-color: #ffb03b;
	text-decoration:none;
}