#hp-wrap {
	position: absolute;
    z-index: 50;	
	top: 15vh;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	display: flex;
	text-align: right;
	padding: 5%;		
}

#hp-titlebox {
	display: flex;
	flex-direction: column;
	width: 40%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	border-radius: 5px;
	padding: 2%;
}

.hp_align_left {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.hp_align_right {
	justify-content: flex-end;
	align-items: flex-end;	
	text-align: right;	
}

.hp_align_center {
	justify-content: center;
	align-items: center;	
	text-align: center;	
}

.hp_dark_bg {
	background-color: rgba(0,0,0,0.2);
}

.hp_lite_bg {
	background-color: rgba(255,255,255,0.4);
}

.hp_lite_large_text {
	color: #fff;
}

.hp_dark_large_text {
	color: #000;
}

.hp_lite_small_text {
	color: #ddd;
}

.hp_dark_small_text {
	color: #888;
}

.hp_special_text {
	color: #b63c5f;
}

#hp-tagline {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	letter-spacing: -4px;
	word-spacing: -1px;
	font-size: 5em;
	line-height: 1em;
	font-weight: 800;
}

#hp-tagline2 {
	width: 100%;
	height: auto;
	font-weight: 400;
	letter-spacing: -1px;
	font-size: 2.5em;
	line-height: 1.2em;
}

.hp-button {
	margin-top: 20px;
	width: 50%;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: 10px 12px;
	display: none;
	justify-content: center;
	align-items: center;
	color: #293132;
	font-size: 1.5em;
	cursor: pointer;
}

.hp-button:hover {
	background-color: rgba(51,85,133,0.8);
	color: #fff;
}


.bottom_band {
    width: 100%;
	background-color: rgba(255,255,255,0.3);	
	height: 6%;
	position: absolute;
	top: 94%;
	left: 0px;
	z-index: 1000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#scroll_down_btn {
	color: rgb(51,85,133); 
	cursor: pointer;
	font-size: 2em;
}

#scroll_down_btn:hover {
	font-size: 2.5em;	
}


#featureSlider {
  height: 100vh;
  width: 100%;  
  display: block;
  margin: 0;
  overflow:hidden;
  }
  
#featureSlider img {
	max-width: none !important;
	filter: brightness(95%);	
}

#featureSlider .sliderholder {
   display: none;
}

#featureSlider .imgholder {
    position: relative;
    width: 100%;
    height: 100vh;
	top: 0px;
	left: 0px;	
	margin: 0 auto;
    padding: 0;
    list-style: none;
}

#featureSlider .imgholder li {
      position: absolute !important;
	  overflow: hidden;
      height: 100vh;
      width: 100%;
      top: 0px;
      left: 0;
      z-index: 0;
      display: none;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
}

.sliderfill {
	position: absolute;
	width: 2000px;
	height: 1200px;
}

.fullscreen-bg__video {
    position: absolute;
    top: -190px;
    left: 0px;
	width: 100vw;
	height: 135vh;
}