#fader {
	position: relative;
}
.rotatorContainer {
	position:relative;
	height: 240px;
	display:none;
}
.showAdBanner .rotatorContainer {
	display:block;
}
.rotatorContainer .button {
	background:none;
	border:none;
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	opacity:0;
}
.rotatorContainer:hover .button {
	opacity:1;
}
.rotatorContainer .slide {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.next {
	right: 20px;
}
.prev {
	left: 20px;
}
.navigationBar {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	z-index: 4;
	bottom:0;
}

.slideContent {
	height: 100%;
	position: relative;
}
.hero-image {
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*  .hero-image::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    z-index: 3;
    pointer-events: none;
}
.dark .hero-image::before {
    background-color: #c1c1c1;
}
.light .hero-image::before {
    background-color: #3d3d3d;
}  */
.hero-image img {
	width:100%;
	height:auto;
	vertical-align: middle;
}
.hero-overlay {
	width: 1080px;
	margin: auto;
	position: relative;
	z-index: 4;
}
.hero-box {
	overflow:hidden;
	position:absolute;
	bottom:20px;
	right:20px;
	width:425px;
}
.light .hero-box {
	background:rgba(0,0,0,.8);
}
.dark .hero-box {
	background:rgba(255,255,255,.8);
}
.hero-spot-text {
	overflow:hidden;
	color:#fff;
	margin:20px;
}
.light .hero-spot-text {
	color:#fff;
}
.dark .hero-spot-text {
	color:#000;
}
.hero-spot-text a,
.hero-spot-text a:hover {
	color: #fff;
	background: #2F6395;
	line-height: 35px;
	border: none;
	margin: 0;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.hero-spot-text a:hover {
	text-decoration:none;
	background:#3671AB;
}
.contentWidth {
	width: 1080px;
	margin: auto;
}

.navigationBar .navButton {
	background:none;
	border:none;
	cursor:pointer;
	font-size:1em;
	opacity:.5;
	padding: 5px 7px;
}
.navigationBar .navButton.selected,
.navigationBar .navButton:hover {
	opacity:1;
}
.navigationBar .navButton.selected .selected,
.navigationBar .navButton .notSelected {
	display:inline-block;
}
.navigationBar .navButton .selected,
.navigationBar .navButton.selected .notSelected  {
	display:none;
}
.rotatorContainer .button,
.rotatorContainer .navigationBar .navButton {
	-webkit-transition: all 350ms; /* Safari */
	transition: all 350ms;
}
.rotatorContainer .button,
.rotatorContainer .navigationBar .navButton {
	z-index: 4;
	outline:none;
}
.rotatorContainer .navigationBar .navButton {
	color:#000;
}
.dark.rotatorContainer .button {
	color:#fff;
	text-shadow: 0 0 4px rgba(0,0,0,.7);
	
}
.light.rotatorContainer .button {
	color:#000;
	text-shadow: 0 0 4px rgba(255,255,255,.7);
}

.rotatorContainer .hero-spot-text h1,
.rotatorContainer .hero-spot-text h2,
.rotatorContainer .hero-spot-text h3,
.rotatorContainer .hero-spot-text h4,
.rotatorContainer .hero-spot-text h5,
.rotatorContainer .hero-spot-text h6 {
    font-weight: 200;
}
.rotatorContainer .hero-spot-text .title {
    font-size: 2.5em;
    text-transform: uppercase;
	margin-top:0;
	margin-bottom:0;
	line-height:31px;
}
.light.rotatorContainer .hero-spot-text .title {
	color: #fff;
}
.dark.rotatorContainer .hero-spot-text .title {
	color: #000;
}
.rotatorContainer .hero-spot-text h2 {
    font-size: 1.75em;
    text-transform: uppercase;
}

.rotatorContainer.hideHero,
.heroToggleContainer .showButton,
.heroToggleContainer.hideHero .hideButton {
	display:none;
}
.heroToggleContainer.hideHero .showButton,
.heroToggleContainer .hideButton {
	display:inline-block;
}

.heroToggleContainer {
	text-align:right;
}
.heroToggleContainer .adToggleButton {
	border-radius: 0 0 0 5px;
	background: #01427c;
	color: #fff;
	border: none;
	font-size: .65em;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 300;
	vertical-align:top;
}
.heroToggleContainer.hideHero {
	border-top:1px solid #01427c;
}

@media screen and (max-width: 1100px) {
	.contentWidth,
	.hero-overlay {
		width:960px;
	}
}
@media screen and (max-width: 980px) {
	.contentWidth,
	.hero-overlay {
		width:748px;
	}
}
@media screen and (max-width: 768px) {
	.contentWidth,
	.hero-spot-text {
		width:583px;
	}
	.hero-overlay,
	.hero-box {
		position:relative;
		width:100%;
		right:0;
		bottom:0;
	}
	.hero-box {
		background:#000;
	}
	.hero-spot-text {
		margin:20px auto;
	}
}
@media screen and (max-width: 603px) {
	.contentWidth,
	.hero-spot-text {
		width:460px;
	}
}
@media screen and (max-width: 480px) {
	.contentWidth,
	.hero-spot-text {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.rotatorContainer .hero-spot-text .title {
	    font-size: 1.8em;
	}
}
@media screen and (max-width: 320px) {
	.contentWidth,
	.hero-spot-text {
		width:280px;
	}
} 