/**************************/
/**Slideshow Styles Start**/
/**************************/
.hero {
	width: 100%;
	height: 100%;
	position: relative;
    /*margin-top: 85px;*/
	background-color: #000000;
}
	.hero > .inner-content {
		width: 100%;
		height: 100%;
	}

.hero-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
/**************************/
/*Caption Container*/
.slideshow-outside-container .caption-container {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 860px;
	height: 350px;
	text-indent: 0;
	overflow: hidden;
	margin-left: -430px;
	display: block;
	z-index: 700;
	padding: 0px;
	text-align: center;
}

.csstransforms .captionInActive {
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-backface-visibility: hidden;
	transition-delay: .1s;
	transform: translate(0px, 30px);
	/*transform: scale(.5);
    transform: perspective(1px) scale(1.1)*/
}

.csstransforms .captionActive {
	z-index: 100;
	opacity: 1;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-backface-visibility: hidden;
	transition-delay: .5s;
	transform: translate(0px, 0px);
	/*transform: scale(1);*/
	/*-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
     -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay:	0.65s;
	-moz-animation-delay: 		0.65s;
	animation-delay: 			0.65s;*/
}

.caption-container div.caption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: #666666;
}

	.caption-container div.caption > * {
		border: none;
		margin: 0 !important;
	}

.caption-container h2 {
	font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	text-shadow: 0px 2px 15px rgba(0,0,0,0.52);
	margin: 0;
	padding: 0;
	text-transform: none;
}

	.caption-container h2 a {
		color: #ffffff;
	}

		.caption-container h2 a:hover {
			color: #686873;
		}

.caption-container p {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 0px 10px 0px;
}

.caption-container a.Button1 {
	color: #ffffff;
	padding: 10px 85px 10px 85px;
	margin: 10px 0px;
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, .1);
	display: inline-block;
}

	.caption-container a.Button1:hover {
		color: #00558c;
		background-color: rgba(255, 255, 255, 1);
	}
/**************************/
/*Slideshow Outside Container*/
div.slideshow-outside-container {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}

.slideshow {
	text-indent: -5000px;
	height: 100%;
}

	.slideshow table {
		margin-left: -10000px;
		display: none;
		visibility: hidden;
	}

.home .slideshow table {
	display: block;
}

.slideshow img, .slideshow video {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	border-width: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	opacity: .5;
}

.slideshow video {
	background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84628.jpeg);
}

@supports (object-fit:cover) {
	.slideshow {
		width: auto;
		position: static;
	}

		.slideshow img, .slideshow video {
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
}

.slideshow img, .slideshow video {
	height: auto;
	width: auto;
	max-width: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

	.slideshow img.width100, .slideshow video.width100 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}

	.slideshow img.height100, .slideshow video.height100 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}

@supports (object-fit: cover) {
	.slideshow img, .slideshow video {
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		overflow: hidden;
	}
}

.csstransforms .slideshow img, .csstransforms .slideshow video {
	z-index: 1;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-backface-visibility: hidden;
}

	.csstransforms .slideshow img.active, .csstransforms .slideshow video.active {
		z-index: 2;
		visibility: visible;
	}

.slideshow-container-controls {
	position: absolute;
	margin: 0 0 0 0;
	height: 30px;
	left: 50%;
	bottom: 130px;
	z-index: 999;
	margin-left: -44px;
}

	.slideshow-container-controls div {
		cursor: pointer;
		height: 16px;
		width: 16px;
		float: left;
		margin: 0px 7px 0px 0px;
		padding: 0px;
		overflow: hidden;
		text-indent: -5000px;
	}

		.slideshow-container-controls div img {
			display: none;
		}

		.slideshow-container-controls div a {
			display: block;
			height: 16px;
			width: 16px;
			overflow: hidden;
			background: rgba(255,255,255,.54);
			margin-top: 1px;
		}

.csstransitions .slideshow-container-controls div a, .csstransitions .slideshow-container-controls div:after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slideshow-container-controls div a:hover {
	background: #ffffff;
}

.slideshow-container-controls div a .numeric-index {
	display: none;
}

.slideshow-container-controls div.toc-active a {
	background: #ffffff;
}

#next, #previous {
	opacity: 0;
	visibility: 0;
	position: absolute;
	width: 60px;
	height: 100%;
	line-height: 400px;
	top: 0px;
	right: 0px;
	z-index: 650;
	cursor: pointer;
	color: #fff;
	font-size: 100px;
	text-align: right;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.hero:hover #next, .hero:hover #previous, .mobile #next, .mobile #previous {
	opacity: .3;
}

#previous {
	left: 0px;
	text-align: left;
}

	#next i, #previous i {
		position: absolute;
		top: 36%;
	}

.csstransitions #next, .csstransitions #previous {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.hero:hover #next:hover, .hero:hover #previous:hover {
	opacity: 1;
}

#next:hover {
	-webkit-transform: translate(3px,0);
	-moz-transform: translate(3px,0);
	-ms-transform: translate(3px,0);
	transform: translate(3px,0);
}

#previous:hover {
	-webkit-transform: translate(-3px,0);
	-moz-transform: translate(-3px,0);
	-ms-transform: translate(-3px,0);
	transform: translate(-3px,0);
}

/** Slide transitions **
/** fade **/
.csstransforms .slideshow img, .csstransforms .slideshow video {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

	.csstransforms .slideshow img.active, .csstransforms .slideshow video.active {
		opacity: .5;
	}
/*-------------Second slideshow instance -------------*/
.hero#alternate {
    margin-top: 0px;
}
.hero#alternate .slideshow img.active, .hero#alternate .slideshow video.active {
	opacity: 1;
}

.hero#alternate .slideshow-outside-container .caption-container {
	left: 0;
	bottom: 120px;
	right: auto;
	top: auto;
	margin-left: 0;
}

.hero#alternate .caption-container div.caption {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -540px;
	height: 220px;
	width: 1080px;
	overflow: hidden;
	color: #666666;
}

.hero#alternate .caption-container {
	position: absolute;
	width: 100%;
	bottom: 120px;
	height: 370px;
	text-indent: 0;
	overflow: hidden;
	display: block;
	z-index: 700;
	padding: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
}

.hero#alternate .slideshow-container-controls {
	position: absolute;
	margin: 0 0 0 0;
	height: 120px;
	left: 50%;
	margin-left: -540px;
	bottom: 0px;
	z-index: 999;
	width: 1080px;
}

	.hero#alternate .slideshow-container-controls div {
		cursor: pointer;
		height: 120px;
		width: 180px;
		float: left;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		text-align: center;
	}

	.hero#alternate .slideshow-container-controls div {
		text-indent: inherit;
	}

		.hero#alternate .slideshow-container-controls div img {
			display: none;
		}

		.hero#alternate .slideshow-container-controls div a {
			display: block;
			position: relative;
			height: 45px;
			width: 120px;
			padding: 75px 30px 0px 30px;
			overflow: hidden;
			background: transparent;
			-webkit-transition: all .2s ease-out;
			-moz-transition: all .2s ease-out;
			-ms-transition: all .2s ease-out;
			transition: all .2s ease-out;
			color: #ffffff;
			font-size: 16px;
		}

			.hero#alternate .slideshow-container-controls div a:before {
				content: "";
				background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84663.png);
				background-repeat: no-repeat;
				position: absolute;
				width: 50px;
				height: 64px;
				left: 50%;
				margin-left: -25px;
				top: 15px;
			}

		.hero#alternate .slideshow-container-controls div + div a:before {
			background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84662.png);
		}

		.hero#alternate .slideshow-container-controls div + div + div a:before {
			background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84664.png);
		}

		.hero#alternate .slideshow-container-controls div + div + div + div a:before {
			background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84666.png);
		}

		.hero#alternate .slideshow-container-controls div + div + div + div + div a:before {
			background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84667.png);
		}

		.hero#alternate .slideshow-container-controls div + div + div + div + div + div a:before {
			background-image: url(ContentImageHandler.ashx%EF%B9%96ImageId=84665.png);
		}

		.hero#alternate .slideshow-container-controls div a:hover {
			background: rgba(0, 0, 0, .4);
		}

		.hero#alternate .slideshow-container-controls div.toc-active a {
			background: rgba(11, 71, 111, 1);
		}

		.hero#alternate .slideshow-container-controls div.toc-active-alternate a {
			background: #000000;
		}
/************Previous/Next***********/
#previous-alternate, #next-alternate {
	position: absolute;
	bottom: 20px;
	left: 2%;
	z-index: 701;
	cursor: pointer;
}

#next-alternate {
	right: 2%;
	left: inherit;
}

	#previous-alternate i, #next-alternate i {
		font-size: 100px;
		color: rgba(255, 255, 255, .2);
	}

		#previous-alternate i:hover, #next-alternate i:hover {
			color: rgba(255, 255, 255, 1);
		}

/*Responsive Queires*/
@media only screen and (max-width:1320px) {
	#previous, #next {
		/* bottom: 30px; */
	}

		#previous i, #next i {
			font-size: 60px;
			bottom: 118px;
			top: initial;
		}

	#previous-alternate, #next-alternate {
		bottom: 30px;
	}

		#previous-alternate i, #next-alternate i {
			font-size: 60px;
		}
}

@media only screen and (max-width:1190px) {
	#previous, #next {
		/* bottom: 15px; */
	}

		#previous i, #next i {
			font-size: 60px;
		}

	#previous-alternate, #next-alternate {
		bottom: 15px;
	}

		#previous-alternate i, #next-alternate i {
			font-size: 60px;
		}

	.hero#alternate .slideshow-container-controls {
		height: 90px;
		margin-left: -450px;
		width: 900px;
	}

		.hero#alternate .slideshow-container-controls div {
			height: 90px;
			width: 150px;
		}

			.hero#alternate .slideshow-container-controls div a {
				height: 35px;
				width: 120px;
				padding: 55px 15px 0px 15px;
				font-size: 14px;
			}

				.hero#alternate .slideshow-container-controls div a:before {
					font-size: 40px;
					top: 0px;
					margin-left: -20px;
				}

	.hero#alternate .next-section {
		height: 90px;
	}

	.hero#alternate .slideshow-outside-container .caption-container {
		bottom: 90px;
	}
}

@media only screen and (max-width:1000px) {
	#previous, #next {
		/* display: none; */
	}

	#previous-alternate, #next-alternate {
		/* display: none; */
	}

	.hero#alternate .slideshow-outside-container .caption-container {
		/* height: 340px; */
	}

	#previous-alternate i, #next-alternate i {
		color: rgba(255,255,255, .3);
	}

	#previous i, #next i {
		bottom: 130px;
	}
}

@media only screen and (max-width:920px) {

	.hero#alternate .slideshow-outside-container .caption-container {
		height: 330px;
		bottom: 0px;
	}

	.hero#alternate .caption-container div.caption {
		top: 60px;
	}

	.hero#alternate .slideshow-container-controls {
		height: 15px;
		margin-left: -450px;
		width: 120px;
		margin-left: -60px;
		bottom: 30px;
		display: none !important;
	}

		.hero#alternate .slideshow-container-controls div {
			height: 15px;
			width: 15px;
			margin-right: 5px;
		}

			.hero#alternate .slideshow-container-controls div a {
				height: 15px;
				width: 15px;
				padding: 0px;
				text-indent: -5000px;
				background-color: rgba(255, 255, 255, .5);
			}

			.hero#alternate .slideshow-container-controls div.toc-active-alternate a {
				background-color: #fff;
			}

			.hero#alternate .slideshow-container-controls div a:before {
				display: none;
			}

	.hero#alternate .next-section {
		display: none;
	}
}

@media only screen and (max-width:890px) {
	.caption-container h2 {
		font-size: 62px;
		line-height: 62px;
	}

	.caption-container p {
		font-size: 18px;
		line-height: 18px;
	}

	.slideshow-outside-container .caption-container {
		width: 560px;
		margin-left: -280px;
	}

	.hero#alternate .slideshow-outside-container .caption-container {
		height: 300px;
	}
}

@media only screen and (max-height:800px) {
	#caption-container {
		top: 25%;
	}
}

@media only screen and (max-width:768px) /*iPad Portrait*/ {
	.hero {
		height: 550px;
	}

	.slideshow-container-controls {
		bottom: 95px;
	}

	#previous i, #next i {
		bottom: 0px;
	}

	.caption-container h2 {
		font-size: 48px;
		line-height: 48px;
	}

	.caption-container p {
		font-size: 16px;
		line-height: 16px;
		padding-top: 10px;
	}

	.caption-container div.caption a.Button1 {
		padding: 10px 20px;
	}

	.hero#alternate .slideshow-outside-container .caption-container {
		height: 240px;
	}

	#next, #previous {
		width: 25px;
		height: 60px;
		bottom: 86px;
		top: inherit;
		right: 10px;
		z-index: 701;
		text-align: left;
		padding: 0px;
	}

	#previous {
		left: 10px;
		right: inherit;
	}
}

@media only screen and (max-height:700px) {
	.slideshow-outside-container .caption-container {
		top: 25%;
	}
}

@media only screen and (max-width:560px) /*Galaxy S, S2 Landscape*/ {
	.hero {
		height: 460px;
	}

	.caption-container h2 {
		font-size: 32px;
		line-height: 32px;
	}

	.caption-container p {
		font-size: 14px;
		line-height: 14px;
	}

	.slideshow-outside-container .caption-container {
		width: 380px;
		margin-left: -190px;
	}

	.hero#alternate .slideshow-outside-container .caption-container {
		height: 210px;
	}

	.hero#alternate .caption-container div.caption {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
}

@media only screen and (max-width:414px) /*iPhone 6 Plus Portrait*/ {
	.caption-container h2 {
		font-size: 28px;
		line-height: 28px;
	}

	.caption-container p {
		font-size: 14px;
		line-height: 14px;
	}

	.slideshow-outside-container .caption-container {
		width: 320px;
		margin-left: -160px;
	}
}
/*CSS Cover Fix:*/
@media screen and (min-aspect-ratio: 16/9) {
	.slideshow video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
}

@media screen and (max-aspect-ratio: 16/9) {
	.slideshow video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
}

@media screen and (min-aspect-ratio: 1920/770) {
	.slideshow img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
}

@media screen and (max-aspect-ratio: 1920/770) {
	.slideshow img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
}

@supports (object-fit: cover) {
	.slideshow img, .slideshow video {
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		overflow: hidden;
	}
}





/**************************/
/** Slideshow Styles End **/
/**************************/

/*@media only screen and (min-width: 1900px){
    .hero {
        height: 100vh;
    }

 

    .next-section {
        bottom: 6em;
    }

 

    .slideshow-container-controls {
        bottom: 15em;
    }
}*/