/* superpage.css */

.module > h2, .module > .h2 {
    margin: 0 auto 0.75em;
    max-width: 42em;
    padding: 0.475em;
}

sub, sup {
	font-size: 60%;
}

.two-col .row {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}


/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
   Header Banner
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== */
.headerBanner {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	height: 33.75em;
}
.headerBanner .container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.headerBanner .bg {
	height: auto;
	left: -999em;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -999em;
	width: 100%;
}
.headerBanner h1,
.pageSection .headerBanner h2 {
	color: #ffffff;
	font-size: 6.05vw;
	font-size: 1.5em;
	text-align: center;		
	margin: 0 auto;
	text-transform: none;
}
.headerBanner .header-abstract {
	font-size: 3.45vw;
	font-size: 1.15em;
	line-height: 1.125em;
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
	font-family: "Amplitude-Light","Amplitude-Regular",Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}
.headerBanner + h1, .headerBanner + h1 + .container > .header-abstract {
	display: none;
}
.headerBanner + #scrolling-container.affix {
	margin-top: 0;
}

.pageSection .headerBanner h2 {
	font-family: "Amplitude-Light","Amplitude-Regular",Arial,Helvetica,sans-serif;
	letter-spacing: normal;
	max-width: 75%;
	padding: 0;
	border: 0;
}
.pageSection .headerBanner h2::before,
.pageSection .headerBanner h2::after {
	display: none;
}

@media (min-width: 48em) {
	.headerBanner .bg {
		width: auto;
	}
	.headerBanner h1,
	.pageSection .headerBanner h2 {
		font-size: 5.8vw;
		font-size: 2.3em;
	}
	.headerBanner .header-abstract {
		font-size: 1.2em;
	}
	.headerBanner + .heroModule {
		margin-top: -6.5em;
	}
}
@media (min-width: 64em) {
	.headerBanner h1,
	.pageSection .headerBanner h2 {
		font-size: 4.55vw;
		font-size: 3.75em;
	}
	.headerBanner .header-abstract {
		font-size: 1.5625vw;
		font-size: 1.75em;
	}
}





/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
   Scrolling Nav
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== */


#scrolling-container {
	background-color: rgba(0, 0, 0, 0.8);
	font-family: "Amplitude-Regular",Arial,Helvetica,sans-serif;
	margin: 0 0 2em;
	position: relative;
	width: 100%;
	z-index: 1000;
}
#scrolling-container.affix {
	position: fixed;
	top: 0;
}
#scrolling-container.affix + .scrolling-container-placeholder {
	height: 5em;
	margin: 0 0 2em;
	width: 100%;
}
#scrolling-container nav {
	overflow-x: auto;
}
#scrolling-container .navbar-wrapper {
	margin-bottom: 0;
}
.scrolling {
	display: table;
	float: none;
	height: 5em;
	margin: 0 auto;
	min-width: 80%;
	table-layout: fixed;
}
.scrolling > li {
	color: #000000;
	display: table-cell;
	float: none;
	height: 5em;
	min-width: 10em;
	text-align: center;
	vertical-align: middle;
}
.scrolling > li.visuallyhidden {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 0;
}
.scrolling.nav > li > a {
	color: #ffffff;
	line-height: inherit;
	font-size: 0.9em;
	padding: 1em;
}
.scrolling.nav > li > a:hover, .scrolling.nav > li > a:focus {
	background-color: transparent;
	color: #88abd5;
	outline: 0 none;
}
.scrolling.nav > .active {
	background-color: #438abe;
}
.scrolling.nav > .active > a, .scrolling.nav > .active > a:hover, .scrolling.nav > .active > a:focus {
	background-color: transparent;
	color: #ffffff;
	outline: 0 none;
}
.scrollArrow {
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
	display: none;
	height: 5em;
	line-height: 5em;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 3em;
}
.scrollArrow i {
	font-size: 2.5em;
	line-height: 2em;
}
.scrollArrow:hover, .scrollArrow:focus {
	color: #438abe;
	outline: 0 none;
}
.scrollArrow.prev {
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
	padding-right: 1em;
}
.scrollArrow.next {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 1em;
	right: 0;
}

@media screen and (min-width: 48em) {
	#scrolling-container {
		font-family: "Amplitude-Light","Amplitude-Regular",Arial,Helvetica,sans-serif;
	}
	.scrolling.nav > li > a {
		font-size: 1.25em;
		padding: 0.5em 1em;
	}
	.scrollArrow {
		width: 6em;
	}
	.scrollArrow.prev {
		padding-right: 4em;
	}
	.scrollArrow.next {
		padding-left: 4em;
	}
	.scrollArrow i {
		font-size: 3.5em;
		line-height: 1.42em;
	}

}




/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
   Video Hero
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== 
/* ========================================================================== */

.heroBanner.videoModule {
	/*Have to switch default to gray over white*/
	/*background: rgba(0, 0 ,0, 0.85) none repeat scroll 0 0;
	color: #fff;*/
	background: rgba(255,255,255, 0.85) none repeat scroll 0 0;
	bottom: 0;
	color: #6d6e71;
	height: auto;
	left: 0;
	margin: 1em auto;
	max-width: 48em;
	min-height: 0;
	padding: 0;
	position: relative;
	right: 0;
	text-align: center;
	width: 100%;
}
.heroBanner.videoModule.on {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.heroBanner.videoModule.on .videoBackground {
	height: 100%;
}

.heroBanner.videoModule .col.col-md-6.col-sm-8.col-xs-12 {
	width: 100%;
}
.heroBanner.videoModule img.bg {
	display: none;
}
/*You can never have two hero videos in a row. Sorry :( */
.videoModule + .videoModule {
	display: none;
}
.heroModule .videoModule {
	margin: 0 auto 2em;
	padding: 0;
}
.videoModule .heroText {
	display: none;
}
.videoModule .heroText h1 {
	font: 1.875em/1.2em "Amplitude-Regular",Arial,Helvetica,sans-serif;
	margin: 0 0 0.2em;
}

.videoModule .heroText a:hover {
	text-decoration: none;
}

.videoModule .heroText .abstract {
	line-height: 1.1875em;
	margin-bottom: 1em;
	max-width: 100%;
}


@media (min-width: 48em) {
	.heroBanner.videoModule,
	.heroBanner.videoModule.on {
		bottom: 1em;
		margin: 0 auto;
		padding: 2em 0;
		width: 81%;
	}
	.heroBanner.videoModule.on {
		padding: 0;
	}
	.videoModule .heroText {
		background-color: transparent;
		color: inherit;
		margin: 0;
		padding: 0;
		display: block;
	}

	.videoModule.heroBanner.on .bCoveContainer {
		height: 0;
		padding-top: 56.25%;
		top: 0;
		transform: none;
	}
	.videoModule.heroBanner.on .bCoveVideo {
		position: absolute;
		top: 0;
	}

}
@media (min-width: 64em) {
	.heroBanner.videoModule,
	.heroBanner.videoModule.on {
		width: 61%;
	}
}

/* ========================================================================== 
   Video Hero Text Options
/* ========================================================================== */

@media (min-width: 48em) {
	.videoModule.noText {
		background: rgba(0, 0 ,0, 0.85) none repeat scroll 0 0;
		color: #fff;
	}
	.videoModule.noText .container {
		position: static;
	}
	.videoModule.noText .col {
		transform: none;
	}
	.videoModule.darkOverlay, .videoModule.lightText {
		background: rgba(0, 0 ,0, 0.85) none repeat scroll 0 0;
		color: #fff;
	}
	.videoModule.heroBanner.invert .heroText, 
	.videoModule.heroBanner.darkOverlay .heroText {
		position: static;
		background: none;
		padding: 0;
		width: auto;
	}
	.videoModule.lightText .heroText, 
	.videoModule.darkText .heroText {
		text-shadow: none;
		margin-right: 0;
		padding: 0;
	}
	.videoModule.darkText .heroText {
		color: #000;
	}
}
