#banner:hover div.static_page_element_image_toolbar {
	display: block;
}
#banner h2 {
  color: #00ffbe;
  font-family: figtree, arial, helvetica;
  text-transform: uppercase;
  font-size: 0.5rem;
  margin-top: 2.5em;
  font-weight: bold;
}
#banner_subtext h1 {
	font-weight: normal;
	font-size: 2.8em;
	color: white;
}
#banner_subtext {
	max-width: 61%;
	padding-left: 0em;
	margin-top: 1.2em;
}
#banner div.static_page_element_image_toolbar a {
	color: inherit;
	display: block;
	margin: -0.1em -0.2em -0.1em -1em;
	padding: 0.1em 0.2em 0.1em 1em !important
}
#banner {
  min-height: 15.8rem !important;
}
#banner_images,
#banner_images .banner-image {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: transparent none no-repeat scroll 50% 0;
	background-size: cover;
}
#banner_images .banner-image {
	overflow: hidden;
}
#banner_images .mobile-banner-image {
	display: none;
}
#banner_content {
	position: absolute;
	width: 40%;
	height: 100%;
	background: rgba(44, 42, 94, 0.90);
}

.banner-image .banner-image-content {
	max-width: 47em;
	top: 3.6rem;
	position: relative;
	z-index: 1;
}
.banner-limited-width {
	max-width: 54em;
	margin-left: 0.5rem;
	margin-right: auto;
}
#banner_progress {
	display: block;
	margin: 0;
	position: absolute;
	left: 14.6%;
	right: 15%;
	top: 97.5%;
	margin-top: -3em;
	text-align: center;
}
#banner_progress li {
	display: inline-block;
	background-color: #3c1005;
	width: 1.125em;
	height: 1.125em;
	border: 0.2em solid #87250b;
	border-radius: 1em;
	margin: 0 0.375em;
	cursor: pointer;
	transition: background-color 0.5s, border-color 0.5s;
}
#banner_progress li.selected,
#banner_progress li:hover {
	background-color: transparent;
	border-color: #0a2c14;
}
#content_page_banner_section {
  margin-top: 0rem;
}
@media screen and (max-width: 500px) {
	#banner_subtext h1 {
	  font-size: 2em;
	}
}
