.transBg {
	background-color: rgba(34,65,129, 0);
}
@media screen and (max-width: 767px){
	.transBg {
		background-color: rgba(34,65,129, 0.75);
	}
}
.brand-window-fs {
	width: 100%;
	height: 0;
	min-height: 100vh;
	padding-top: 52.25%;
	background-size: cover;
	background-position: center, center;
	position: relative;
	overflow: hidden;
}

.scrollPad {
	padding-top: 95px;
}

.bw-logo {
	
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; 
}


.bw-main-header {
	position: absolute;
	font-size: 72px;
	color: #fff;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-top: -27%;
	font-family: 'Lato';
	font-weight: 700;
}

.bw-sub-header {
	position: absolute;
	font-size: 48px;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: -20%;
	width: 100%;
	font-family: 'Lato';
	font-weight: 400;
}
.bw-cta {
	font-family: 'Lato';
	color: white;
	text-align: center;
	border: solid 2px white;
	font-size: 22px;
	padding: 10px 50px;
}
.bw-cta > a {
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.bw-main-header {
	position: absolute;
	font-size: 36px;
	color: #fff;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-top: -5%;
	font-family: 'Lato';
	font-weight: 700;
}

.bw-sub-header {
	position: absolute;
	font-size: 25px;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: 10%;
	width: 100%;
	font-family: 'Lato';
	font-weight: 400;
}
.bw-cta {
	font-family: 'Lato';
	color: white;
	text-align: center;
	border: solid 2px white;
	font-size: 22px;
	padding: 10px 50px;
}
.bw-cta > a {
	text-align: center;
	color: #fff;
}
}
.scroll-down {
	position: absolute;
	left: 48.5%;
	bottom: 5vh;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 9;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
	0% {
		-webkit-transform:translate(0, -10px) rotate(45deg);
		opacity: 0;
	}
 	50% {
		opacity: 1;
	}
 	100% {
		-webkit-transform:translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes fade_move_down {
 	0% {
		-moz-transform:translate(0, -10px) rotate(45deg);
	opacity: 0;
	}
 	50% {
		opacity: 1;
	}
 	100% {
		-moz-transform:translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}

@keyframes fade_move_down {
 	0% {
		transform:translate(0, -10px) rotate(45deg);
		opacity: 0;
	}
 	50% {
		opacity: 1;
	}
 	100% {
		transform:translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}

.bw {
	position: relative;
   	width: 100%;
   	padding-top: 33.3%; /* Maintain Aspect Ratio */
	display: inline-block;
   	background-size: cover; 	
}

.textLeft {
	position:  absolute;
	top: 0;
   	left: 0;
   	bottom: 0;
   	text-align: left;
   	font-size: 20pt;
   	color: white;
   	width: 50%;	
   	background-color: rgba(31,61,125,.65);
}

.textRight {
   position:  absolute;
   top: 0;
   bottom: 0;
   right: 0;
   text-align: left;
   font-size: 20pt;
   color: white;
   width: 50%;
   background-color: rgba(31,61,125,.65);
}

.bwContent {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%);	
}

.bwTitle {
	color: #6cceec;
	padding: 25px 25px 10px 25px;	
	font-family: Lato;
	font-size: 32pt;
	font-weight: bold;
	line-height: 32pt;
}

.bwCopy {
	color: #ffffff;	
	padding: 10px 25px 25px 25px;
	font-family: Tienne;
	font-size: 14pt;
}

.bwButton {
	color: #ffffff;
	font-family: Lato;
	font-size: 12pt;
	line-height: 100%;
	border: 1px solid #ffffff;	
	display: inline-block;
	text-transform: uppercase;
	margin: 0px 25px 25px 25px;
	padding: 1.5%;
}

#slider-pager, #slider-pager-event {
	cursor: pointer;
	position: absolute;
	font-size: 30pt; 
	color: #ffffff; 
	text-align: center; 
	bottom: 0px;
	z-index: 9999;
	display: inline-block;
	right: 25px;
	/*border: 1px solid red;*/
}

#slider-pager span, #slider-pager-event span {
	padding: 0px 0px 0px 5px;
}

.cycle-pager-active {
	color: #6cceec; 
	cursor: pointer;
}


@media (max-width: 768px) { 
	.bw {
		background-image: none;
		padding-top: 0px;
		position: relative;
	}
	
	.bwContent {
		position: relative; 
		top: auto;
		transform: none;
	}
	
	.textRight {
   		position:  relative;
   		text-align: left;
		font-size: 20px;
		color: white;
	   	width: 100%;
   		background-color: rgba(31,61,125,1);'
	}
	
	.textLeft {
  		position: relative;
   		text-align: left;
   		font-size: 20px;
   		color: white;
   		width: 100%;	
   		background-color: rgba(31,61,125,1);
	}
	
	.bwTitle {
		color: #6cceec;
		padding: 25px 25px 10px 25px;	
		font-family: Lato;
		font-size: 24pt;
		font-weight: bold;
	}

	.bwCopy {
		color: #ffffff;	
		padding: 10px 25px 25px 25px;
		font-family: Tienne;
		font-size: 12pt;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}