@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Arvo:400,700);

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
body {
	font-family: 'PT Sans', sans-serif;
	overflow: hidden;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	display: none;
	z-index: 1013;
}
#overlay-headlines {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1009;
}

.overlay-carousel {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
	z-index: 0;
	display: none;
}

#overlay-footer {
	z-index: 1011;
}
.nav-hide-2 {
	list-style: none;
	background: #5B7094;
	background: linear-gradient(to bottom, #243758 0%,#3d5c93 100%);
	width: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
}

.disp-none {
	display: none;
}
.nav-hide-2 {
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	overflow: auto;
	display: none;
	padding-right: 11px;
	padding-top: 4px;
}
.nav-hide-2 li:hover {
	background: rgba(255,255,255,0.20);
}
.nav-hide-item {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Arvo', serif;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.nav-hide-2 > .nav-hide-item {
	text-align: left;
}

.nav-hide-item a{
	text-decoration: none;
	display: block;
	color: #fff;
	margin-left: 20px;
}

.site-wrap {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
	overflow: auto;
}
.site-wrap-img {
	height: 100%;
	width: 100%;
	background: #243758;
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,0.75);
	transistion: background 0.5s linear;
}

.header {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 60px 80px -50px rgba(0,0,0,0.8), inset 0 -80px 80px -50px rgba(0,0,0,0.8);
	font-family: 'Arvo', serif;
}

.main-nav-wrap {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}
.main-nav {
	list-style: none;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	transition: all .5s ease-out;
}
.main-nav-headlines {
	list-style: none;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	transition: all .5s ease-out;
	font-family: 'Arvo', serif;
	font-size: 14px;
	margin-top: 4px;
}

.main-nav:hover {
	background: #fff;
	color: #243758;
}

.nav-wrap {
	position: absolute;
	right: 15px;
}

.logo, .nav-wrap, .nav-main li {
	display: inline-block;
}

.middle {
	vertical-align: middle;
}

.logo {
	padding: 10px;
	width: 400px;
}
.logo img {
	transition: .25s;
	width: 100%;
}
.institute-logo {
	display: inline-block;
	vertical-align: middle;
}
.institute-logo img {
	display:inline-block;
}
.welcome-message {
	font-size: 10px;
	display: inline-block;
	width: 125px;
	line-height: 14px;
	vertical-align: top;
	color: #fff;
}

.nav-main li {
	padding-left: 20px;
	font-size: 14px;
}

.nav-main li a {
	text-decoration: none;
	color: #4C4C4C;
}
.searchbar {
	height: 100px;
	width: 60%;
}

.center {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.center-left {
	margin: auto;
	position: absolute;
	top: 0; bottom: 0; left: 0;
}
.center-right {
	margin: auto;
	position: absolute;
	top: 0; bottom: 0; right: 0;
}
.center-bottom-right {
	margin: auto;
	position: absolute;
	bottom: 60px; right: 0;
}
.center-top-right {
	margin: auto;
	position: absolute;
	top: 60px; right: 0;
}
.search-input {
	position: absolute;
	width: 95.5%;
	padding: 0;
	padding-left: 10px;
	float: left;
	height: 50px;
	border: none;
	background: #FFFFFF;
	outline: none;
	color: #AAAAAA;
}

.searchbtn {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	padding: 0;
	height: 50px;
	border: none;
	background: #3d5c93;
	outline: none;
	font-size: 1.5em;
	color: #fff;
	cursor: pointer;
}
.advanced-btn {
	height: 42px;
	position: relative;
	width: 200px;
	top: 58px;
	line-height: 38px;
	color: #243758;
	text-align: center;
	list-style: none;
	cursor: pointer;
	transition: all .5s ease-out;
	border: 1px solid white;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.75);
}
.advanced-btn:hover {
	background: #fff;
	color: #243758;
}
.advanced-btn a{
	text-decoration: none;
	color: #243758;
	display: block;
}


.featured-wrapper {
	background: #fff;
	width: 300px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.50);
}
.feature-label {
	padding: 15px 0 0 15px;
	margin: 0;
	font-weight: 400;
	color: #3d5c93;
}
.feature-title{
	padding: 0 15px 10px 15px;
	margin: 0;
	font-family: 'Arvo', serif;
	font-weight: 400;
}
.feature-title a{
	text-decoration: none;
	transition: all .5s;
	color: #243758;
}
.feature-title a:hover {
	color: #9FC4DC;
	text-decoration: underline;
}
.feature-text {
	padding: 15px;
	padding-top: 0;
	margin: 0;
	color: #3d5c93;
}
.feature-btn {
	padding: 15px;
	background: #3d5c93;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	bottom: 0;
	text-align: center;
	display: block;
	text-decoration: none;
}
.feature-btn > a{
	text-decoration: none;
	color: #fff;
}
.feature-btn:hover {
	background: #243758;
}
.right-arrow, .left-arrow {
	height: 75px;
	cursor: pointer;
}
.right-arrow em, .left-arrow em {
	font-size: 75px;
	color: #fff;
	opacity: 0.9;
}
.right-arrow em{
	margin-right:12px;
}
.left-arrow em {
	margin-left:4px;
}
/** New footer replacement*/
footer.wbo-common-footer-main {
	position: relative;
	background: #3d5c93;
	bottom: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	z-index: 1012;
}
@media only screen and (min-width: 1020px) { 
	.wbo-common-footer-style {
		height: 70px;
		width: 100%;
		position: fixed;
	}
	footer.wbo-common-footer-main {
		position: fixed;
		background: transparent;
		height: 70px;
		width: 99%;
	}
}

#more-info {
	height: 37px;
}

.more {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-top: 1px;
}

.arrow {
	text-align: center;
	margin-top: -7px;
}

.videos {
	width: 50%;
	height: 100%;
	background: #C5C5C5;
	float: left;
}

.top {
	top: -300px;
}

.feature-btn-hidden i {
	display: none;
}
*[tabindex="0"]:focus, :focus {
	outline: 3px solid #000000 !important;
}

@media all and (max-width:1000px){
	.logo img {
		width: 80%;
	}
	.institute-logo {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 270px;
	}
	.nav-wrap {
		display: none;
	}

	#main-nav-headlines {
		float: left;
	}
	.logo {
		text-align: center;
		width: 100%;
	}
	.featured-wrapper {
		left: 0;
		right: 0;
		bottom: 80px;
	}
	.header {
		box-shadow: inset 0 60px 80px -50px rgba(0,0,0,0.8), inset 0 -130px 80px -50px rgba(0,0,0,0.8);
	}
	.footer-popup-link {
		width: 100%;
	}
	.footer-popup-title {
		font-size: 20px;
	}
	.footer-popup-exit {
		font-size: 27px;
	}

	.footer-popup-products-title {
		font-size: 20px;
	}
	.headlines {
		left: 0;
		margin: 0;
	}
	.headlines-arrow {
		left: 0;
		right: 120px;
	}
	.copyright {
		font-size: 8px;
		margin-left: 4px;
	}
	.footer-link {
		line-height: 35px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
	}
}
@media all and (max-height:600px){
	.featured-wrapper {
		font-size: .8em;
	}
	.feature-text {
		display: none;
	}
	#left-arrow, #right-arrow {
		height: 50px;
		font-size: 50px;
	}
	#left-arrow em, #right-arrow em {
		font-size: 50px;
	}
}
@media all and (max-width: 767px){
	.copyright {
		display: none;
	}
}
@media all and (max-width:600px){
	.institute-logo {
		display: none;
	}
}
@media all and (max-width:400px){
	.featured-wrapper {
		width: 80%;
		bottom: 80px;
		right: 0;
		left: 0;
	}
	.feature-text {
		display: none;
	}
	.feature-btn {
		padding: 10px;
		background: #3d5c93;
		color: #fff;
		cursor: pointer;
		transition: all .5s;
		bottom: 0;
	}
	.feature-label {
		padding: 10px 0 0 10px;
		margin: 0;
		font-weight: 400;
		color: #3d5c93;
	}
	.right-arrow em, .left-arrow em {
		font-size: 55px;
	}
	.search-input {
		height: 40px;
		font-size: 10px;
	}
	.searchbtn {
		height: 40px;
		width: 40px;
	}
	.footer-popup-title {
		font-size: 15px;
	}
	.footer-popup-exit {
		font-size: 21px;
	}
	.footer-popup-link {
		height: 55px;
	}
	.footer-popup-link-title a {
		font-size: 13px;
	}
}

@media all and (max-height: 414px) {
	.feature-btn-hidden i {
		display: block;
		float: right;
		font-size: 35px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		color: #fff;
		background: #3d5c93;
		width: 50px;
		padding: 12px 12px 0 8px;
	}
	.feature-btn {
		display: none;
	}
	.featured-wrapper {
		bottom: 44px;
	}

}
