/**************************/
/**Slideshow Styles Start**/
/**************************/
#hero {
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    flex-direction: column;
    padding-bottom: 512px;
    overflow: hidden;
    position: relative;
}
#hero::after {
    content: "";
    display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/hero-backgroundf9e3f9e3.svg?v=1.1);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/* visibility: visible; */
	/* pointer-events: none; */
}
#hero + * {
	z-index: 2;
}
#hero > .inner-content {
	width: 100%;
	height: 100%;
}
#hero-img {
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.Table-Slide {
	display:none;
}

/**************************/
/*Caption Container*/
.caption-container {
	position: relative;
	min-height: 250px;
	text-indent:0;
	display:block;
	z-index: 3;
	padding: 0px;
	flex-grow: 2;
	transform: translateX(-100%);
	opacity: 0;
	animation: slideLogo;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.56, 0.27, 0.07, 1.11);
	animation-delay: 0.75s;
	animation-duration: 0.625s;
}
.csstransforms .captionInActive {
	transform: translateX(20%);
	transition-delay: .1s;
	opacity: 0;
}
.csstransforms .captionActive {
	z-index: 8;
	transition-delay: .5s;
    transform: translateX(0%);
    opacity: 1;
}
.caption-container div.caption {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    padding: 0 8% 0 12%;
    box-sizing: border-box;
    transition: all 0.875s cubic-bezier(0.56, 0.27, 0.07, 1.11);
}
.caption-container h2 {
	position: relative;
	display: inline-block;
	font-size: 3.75em;
	font-weight: 700;
	color: #009900;
	line-height: 1em;
	margin: 0.125em 0;
}
.caption-container p.Tagline {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0.125em 0;
	color: #666;
	font-style: normal;
}
.caption-container p	{
    margin: 0.5em 0;
    text-shadow: 0px 0px 20px rgba(255,255,255, 0.75);
    color: #000099;
}
.caption-container h2::before, .caption-container h2::after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 50%;
}
.caption-container h2::after {
    width: 1em;
    left: -1.375em;
}
.caption-container h2::before {
    width: 2em;
    right: -2.375em;
}
.slideshow {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	max-width: none;
	left: 0;
	top: 0;
}
.slideshow::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.65) 20%,rgba(255,255,255,0) 75%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.65) 20%,rgba(255,255,255,0) 75%);
	background: linear-gradient(to right,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.65) 20%,rgba(255,255,255,0) 75%);
}
.slideshow video, .slideshow .slide {
	position:absolute;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}
.slideshow .slide.active, .slideshow video.active{
	z-index:2;
}
.slideshow-container-controls {
	margin: 10% auto 1em auto;
	position: relative;
	bottom: 0;
	z-index: 1000;
	max-width: 1280px;
	display: flex !important;
	justify-content: flex-end;
	flex-shrink: 0;
	margin-top: calc(10% + 25px);
}
.slideshow-container-controls div {
	/* cursor:pointer; */
	float:left;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	text-indent: -5000px;
}
.slideshow-container-controls div:last-child {
	margin-right: calc(58% - 88px);
}
.slideshow-container-controls div img {
    display: none;
}
.slideshow-container-controls div a {
    display: block;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    overflow:hidden;
    background: #fff;
    margin: 0;
    opacity: 0.8;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}
.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-color: #681f54;
}
#next, #previous {
	display:block;
	position:absolute;
	width: 60px;
	height: 100%;
	line-height: 400px;
	top: 0px;
	right:0px;
	z-index:8;
	cursor: pointer;
	color:#fff;
	opacity: .3;
	font-size:100px;
	text-align:right;
	padding-left:50px;
	padding-right:50px;
}

#previous {
	left:0px; 
	text-align:left;
}
#next i, #previous i {
	position: absolute;
	top: 30%;
}
.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;
}
#next: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 .slide, .csstransforms .slideshow video{
	opacity:0;
	transition: opacity 1s ease-in-out;
}
.csstransforms .slideshow .slide.active, .csstransforms .slideshow video.active {
	opacity: 1;
}
@media only screen and (max-width:1280px){
	.slideshow-container-controls {
		margin-top: calc(5% + 100px);
	}
	.slideshow-container-controls div:last-child {
		margin-right: calc(60% - 88px);
	}
	.caption-container {
	}
	.caption-container div.caption {
		padding: 0 0 0 10%;
	}
	.caption-container h2::before, .caption-container h2::after {
		display: none;
	}
	#hero::after {
		background-position: 59% 50%;
		background-image: url(../images/hero-background-stretch.svg);
	}
}
@media only screen and (max-width:1024px){
	#hero {
		height: auto;
		min-height: 0;
		padding: 8.333333% 0 0 0;
		display: flex;
	}
	#hero::after {
		display: none;
	}
	.caption-container {
		margin: 0 auto;
		width: 93.75%;
		min-height: 375px;
		box-sizing: border-box;
		overflow: hidden;
		order: 1;
	}
	.caption-container div.caption {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-top: 5%;
		box-sizing: border-box;
	}
	.caption-container h2::before {
		display: block;
		width: 1em;
		right: -1.375em;
	}
	.caption-container h2::after {
		display: block;
	}
	.slideshow-container-controls {
		justify-content: center;
		margin-top: 0;
		order: 2;
		margin-bottom: 35px;
	}
	.slideshow-container-controls div:last-child {
		margin-right: 0;
	}
	.slideshow::before {
		background: rgba(245, 245, 235, 0.8);
	}
	#hero::after {
		content: none;
	}
}
@media only screen and (max-width:768px){
	.caption-container h2 {
		max-width: calc(100% - 4.75em);
		font-size: 2.5em;
	}
	.caption-container p.Tagline {
		font-size: 2em;
	}
}
@media only screen and (max-width:480px){
	.caption-container h2 {
		max-width: none;
		font-size: 2.5em;
	}
	.caption-container p.Tagline {
		font-size: 1.875em;
	}
	.caption-container h2::before, .caption-container h2::after {
		content: none;
	}
	.caption-container p {
		font-size: 1em;
	}
}