/*! http://responsiveslides.com v1.54 by @viljamis */
.banner-container {
	position:relative;
	width:100%;
	max-width:1920px;
}
/*----- IMAGE STYLES -----*/
.banner {
	max-width:1920px;
}
/*----- BANNER STYLES -----*/
.heroOverlay {
	/*position:absolute;
	top:20%;
	left:0;*/
	box-sizing:border-box;
	display:block;
	clear:both;
	width:100%;
	padding:1.5em 3.0em 2.5em 3.0em;
	margin:0;
	color:#FFF;
	background:#2f393e;
	/*Steel Grey*/
}
.heroTitle, .heroStrap {
	margin:0.4em 0;
}
.heroTitle {
	display:block;
	font-size:2.4em;
	text-align:left;
	line-height:1.2em;
}
.heroStrap {
	display:block;
	font-size:1.1em;
	text-align:left;
}
/*RS Slide Styles*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
/*Slide Navigation*/
.rslides_nav {
}
.rslides1_nav {
}
.prev, .next {
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	width:38px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	padding-top:30%;
	background:rgba(20,20,20,0);
	opacity:0.8;
	font-size:1.0em;
	text-align:center;
	color:#fff;
}
.prev {
	left:0;
}
.next {
	right:0;
}
a.prev, a.next {
	color:#fff;
}
@media (min-width: 640px) {

}
@media (min-width: 768px) {
	.heroStrap {
		font-size:1.2em;
	}
}
@media (min-width:1024px) {
	.heroOverlay {
		padding:2.0em 6em 3.0em 6em;
	}
	.heroTitle {
		font-size:3.0em;
	}
	.prev, .next {
		font-size:1.4em;
		padding-left:0.2em;
		padding-right:0.2em;
	}
}
@media (min-width: 1440px) {
	.heroOverlay {
		padding:2.0em 9em 3.0em 9em;
	}
}