﻿
/* top banner */

.hp_top_banner {
	width: 100vw;
	height: 47.344vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 6vw;
	clear: both;
	background-color: blue;
	overflow: hidden;
	font-weight: bold;
}

.hp_top_banner_img {
	width: 100vw;
}

	.hp_top_banner_img img {
		width: 100vw;
	}

.hp_top_banner_img_text1 {
	width: 100vw;
	height: 20vw;
	line-height:3.5vw;
	position: absolute;
	top: 25vw;
	left: 0vw;
	text-align:center;
	color: #fff;
	font-size: 3vw;
}
.hp_top_banner_img_text2 {
	width: 100vw;
	height: 20vw;
	position: absolute;
	top: 33vw;
	left: 0vw;
	text-align: center;
	color: #fff;
	font-size: 1.5vw;
	font-family: Brandon_reg;
}

/* end of top banner */

/* marketing */

.hp_marketing {
	width: 100vw;
	height:40vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fafafa;
	overflow-x: hidden;
}

.hp_marketing_lhs {
	width: 40vw;
	height: 30vw;
	position: absolute;
	top: 5vw;
	left: 10vw;
	font-size: 3vw;
	font-weight: bold;
}

.hp_marketing_download {
	width: 21.5vw;
	height: 4vw;
	line-height: 4vw;
	position: absolute;
	top: 20vw;
	left: 0vw;
	background-color: #2d95ec;
	color: #fff;
	font-size: 1.3vw;
	text-align: center;
	font-family: Brandon_reg;
	font-weight:normal;
}
.hp_marketing_download:hover {
	cursor:pointer;
}

.hp_marketing_rhs {
	width: 40vw;
	height: 34vw;
	position: absolute;
	top: 4vw;
	left: 55vw;
	display: grid;
	grid-template-columns: 20vw 15vw;
	grid-gap: 2vw;
}

.hp_marketing_rhs_box {
	width: 15vw;
	position: relative;
}
	.hp_marketing_rhs_box img {
		height: 10vw;
		display: block;
		margin: auto;
	}

.hp_marketing_rhs_box_text {
	font-size: 1vw;
	width: 15vw;
	position: absolute;
	text-align: center;
	top: 12vw;
}


/* end of  marketing */

/* services */

.hp_services {
	width: 100vw;
	height: 56vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	overflow-x: hidden;
}

.hp_services_hdr {
	position:absolute;
	top: 2vw;
	left: 0px;
	width:100vw;
	font-size:3vw;
	font-weight:bold;
	text-align:center;
}

.hp_services_text {
	position: absolute;
	top: 6vw;
	left: 0px;
	width: 100vw;
	font-size: 2vw;
	font-weight: normal;
	font-family: Brandon_reg;
	text-align: center;
}

.hp_services_grid {
	width: 100vw;
	height: 33vw;
	position: absolute;
	top: 14vw;
	left: 0vw;
	display: grid;
	grid-template-columns: 33vw 33vw 33vw;
	grid-gap: 0.5vw;
}


.hp_services_grid_box {
	width: 33vw;
	position: relative;
}

.hp_services_grid_box img {
	position: absolute;
	top: 0px;
	width: 33vw;
}


.hp_services_grid_box_opaque {
	position: absolute;
	top: 0vw;
	left: 0%;
	overflow: hidden;
	width: 33vw;
	height: 33vw;
	background-color: rgba(0,0,0,0.33);
}

.hp_services_grid_box_opaque:hover {
	cursor:pointer;
}

.hp_services_grid_box_text {
	position: absolute;
	width: 33vw;
	height:33vw;
	font-size: 2.5vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
	display: table;
}
	.hp_services_grid_box_text p {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

.hp_services_download {
	width: 30vw;
	height: 5vw;
	line-height: 5vw;
	top: 24vw;
	left: 0vw;
	background-color: #2d95ec;
	color: #fff;
	font-size: 1.5vw;
	text-align: center;
	margin: auto;
	margin-top: 51vw;
	font-family: Brandon_reg;
	z-index: 999;
}

.hp_services_download:hover {
	cursor:pointer;
}


/* end of services */

/* work */

.hp_work {
	width: 100vw;
	height: 62vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4vw;
	clear: both;
	background-color: #fafafa;
	overflow-x: hidden;
}

.hp_work_slider {
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #fff;
	overflow: hidden;
}

#hp_work_slider_container {
	position: relative;
	top: 3px;
	left: 0vw;
	width: 100vw;
	height: 38.92vw;
}

#hp_slides {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 38.92vw;
}

.hp_slider_imgs img {
	width: 100vw;
	height: 38.92vw;
}

.hp_work_text {
	position: relative;
	top: 3vw;
	font-size: 2.5vw;
	font-family: Brandon_reg;
	width: 100vw;
	text-align: center;
}

.hp_work_flex-container {
	display: flex;
	flex-direction: row;
	position: relative;
	top: 5vw;
	width: 100%;
	align-items: center;
	justify-content: center;
}

	.hp_work_flex-container > div{
		margin:1vw 1vw 1vw 1vw;
	}

		.hp_work_flex-container > div img {
			width: 80%;
		}

/* end of work */

/* why students matter */

.hp_why {
	width: 100vw;
	height: 35vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0vw;
	clear: both;
	background-color: #2d95ec;
	overflow: hidden;
}

.hp_why_lhs {
	width: 60vw;
	height: 35vw;
	position: absolute;
	top: 0vw;
	left: 0vw;
}

.hp_why_rhs {
	width: 45vw;
	height: 35vw;
	position: absolute;
	top: 0vw;
	left: 60vw;
}

.hp_why_lhs_header {
	width: 50vw;
	height:10vw;
	line-height:5vw;
	position: relative;
	top: 3vw;
	left: 10vw;
	font-size: 5vw;
	color: #fff;
}

.hp_why_lhs_text_area {
	position: relative;
	top: 5vw;
	left: 11vw;
	width: 40vw;
	height: 25vw;
}

.hp_why_lhs_line {
	position: relative;
	top: 2vw;
	left: 0vw;
	width: 60vw;
	height: 4vw;
	line-height:4vw;
}

.hp_why_lhs_line_tic {
	position: absolute;
	top: 0vw;
	left: 0vw;
	width: 2vw;
}

.hp_why_lhs_line_tic img {
	width: 1vw;
}

.hp_why_lhs_line_text {
	position: absolute;
	top: 0vw;
	left: 3vw;
	width: 55vw;
	color: #fff;
	font-size: 2.5vw;
	font-family: Brandon_reg;
}

.hp_why_rhs_box {
	width: 30vw;
	height: 19vw;
	line-height:3vw;
	position: absolute;
	top: 13vw;
	left: 5vw;
	background-color: #fff;
	font-size: 1.7vw;
	font-family: Brandon_reg;
	padding: 2vw 2vw 2vw 2vw;
	color: #000;
	box-shadow: 10px 10px #197ed2;
}

/* end of why students matter */
/* bottom */
.hp_end {
	width: 100vw;
	height: 20vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4vw;
	clear: both;
	background-color: #fff;
	overflow-x: hidden;
}


.hp_end_flex-container {
	display: flex;
	flex-direction: row;
	position: relative;
	top: 0vw;
	width: 100%;
	align-items: center;
	justify-content: center;
}

	.hp_end_flex-container > div {
		margin: 0vw 0.5vw 0vw 0.5vw;
	}

		.hp_end_flex-container > div img {
			height: 2vw;
		}

.hp_end_text {
	position: relative;
	top: 20px;
	font-size: 2vw;
	font-family: Brandon_reg;
	width: 100vw;
	text-align: center;
	color: #000;
	text-decoration: none;
}

	.hp_end_text a {
		color:#000;
		text-decoration:none;
	}

/* end of bottom */