
#hero {
	position: relative;
	top: -125px;
	height: 80vh;
	max-height: 900px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

.hero_small #hero {
	height: 40vh;
}

#hero h1,
#hero h2 {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.1em;
	max-width: 1000px;
	text-align: left;
	margin: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2px;
	
}


#hero p {
	margin-left: 0px;
	font-weight: 500;
}


#hero .ce_text {
	padding: 0;
}
#hero .image_container {
	display: block;
	position: relative;
	
}
#hero .responsive-background-image {
	background-size: cover !important;
  	background-position: center center  !important;
  	background-repeat: no-repeat;
  	display: inline-block;
	width: 100vw;
	height: 80vh;
	max-height: 900px;
	*max-height: calc(80vh + 125px);
}

.hero_small #hero,
.hero_small #hero .responsive-background-image {
	height: 60vh;
}

#hero .textblock {
	text-align: center;
	max-width: 800px;
	width: auto;
	position: absolute;
	z-index: 10;
	display: block;
	top: calc(70% - 250px);
	left: calc(50% - 400px);
	padding: 20px 40px 40px 40px;
	color: #FFFFFF;
	border-radius: 0px;
	
}

#hero .no_textblock .textblock {
	display: none;
}

#hero .left .textblock {
	right: initial;
	left: 10%;
}

#hero .textblock .flex_bottom {
	display: block;
	height: auto
}

#hero .button {
	background: #194C9B !important;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	border: 0px solid #999;
}
#hero .button:hover {
	background: #20476E !important;
	color: #ffffff !important;
}

#hero .button a,
#hero .button a:hover {
	color: inherit !important;
}
