@charset "utf-8";
/* CSS Document */

/* Base Rostra Blue Color #005F95 */

body{
	margin: 0;
	padding: 0;
}



/***************** Main Content Wrapper *****************/


h1{
	width: 70%;
	margin: 60px 15% 20px;
	font-size: 42px;
	font-size: 2vw;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
	text-align: center;
}


#wrapper{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-family: Gotham, sans-serif;
	font-weight: 100;
}

#wrapper-hero{
	position: relative;
	width: 100%;
	height: 1200px;
	margin: 0;
	padding: 0;
	background: url('/ess/images/619e759c6689c43c5b15562b_HERO2.jpg') no-repeat center fixed;
    background-size: cover;
}

#wrapper-hero-logo{
	position: absolute;
	width: 50%;
	margin: 20% 25% 0;
}

#wrapper-hero h1{
	position: absolute;
	width: 90%;
	color: #FFF;
	margin: 30% 5% 0;
	padding: 0;
	text-align: center;
	font-size: 48px;
	font-size: 2.5vw;
	font-style: normal;
	letter-spacing: 1.2px;
}

#wrapper-hero h2{
	position: absolute;
	width: 78%;
	color: #FFF;
	margin: 50% 11% 0;
	padding: 0;
	font-size: 21px;
	font-size: 1.2vw;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1.2px;
	line-height: 1.5;
	text-align: left;
}

.divider-red{
	width: 8%;
	margin: 20px 46%;
	height: 3px;
	background-color: #F00;
}

p{
	margin: 0 10% 20px;
	padding: 0;
	width: 80%;
	color: #383838;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.32px;
}

p.bold{
	font-weight: 700;
}

ul.ess{
	margin: 30px 15%;
	padding: 0;
	width: 70%;
	list-style-image: url('/ess/images/list-disc.png');
	font-size: 1.1em;
	line-height: 1.5em;
}

ul.ess li{
	display: list-item;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 10px;
}

#ess-video-frame-1{
	width: 86%;
	height: 700px;
	margin: 50px 7% 80px;
}

#ess-video-frame-1 iframe{
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px .2px;
}

#ess-truck-image-1{
	width: 74%;
	height: auto;
	margin: 0 13%;
}

#ess-truck-image-1 img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 10px .2px;
}

#ess-truck-image-2{
	width: 74%;
	height: auto;
	margin: 0 13%;
}

#ess-truck-image-2 img{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px .2px;
}


.emergency-mode{
	width: 86%;
	height: auto;
	margin: 0 5% 50px;
}

.emergency-mode p{
	width: 100%;
	height: auto;
	margin: 0 7% 20px;
}

.emergency-mode ul{
	width: 85%;
	height: auto;
	margin: 0 0 0 12%;
	line-height: 1.5em;
}

.emergency-mode-left{
	display: inline-block;
	margin: 0 4% 0 5%;
	min-height: 200px;
	width: 40%;
	vertical-align: middle;
}

.emergency-mode-right{
	display: inline-block;
	min-height: 200px;
	width: 50%;
	vertical-align: middle;
	
}

.emergency-mode-right img{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px .2px;
	
}





#ess-truck-image-4{
	width: 40%;
	height: auto;
	margin: 0 30% 80px;
}

#ess-truck-image-4 img{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px .2px;
}

#ess-cloud-image{
	width: 50%;
	height: auto;
	margin: 0 25% 100px;
}

#ess-cloud-image img{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px .2px;
}















