@charset "utf-8";
/* CSS Document *

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color:#333333;
	background: #ffffff;
	line-height: 24px;
}

body.popup {
	background-color:white; 
	background-image:none;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none; background:none;}

img {max-width:100%;}

.wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -297px; 
	-webkit-transition: padding-top 0.5s;
    -moz-transition: padding-top 0.5s;
    -ms-transition: padding-top 0.5s;
    -o-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
}

.wrapper.clicked {
	padding-top:35px;
}

.push {
	height:297px;
}

h1, h2 {
	font-weight:bold;
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

header {
	position:relative;
}

header .logo {
	position:absolute;
	top:0;
	left:0;
	z-index:501;
}

.slideshow-container, #slideshow {
	width: 100%!important;
	height: 350px!important;
	position:relative;
}

.slideshow {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#slideshow img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	position: absolute;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------------------------------*/
/*SEARCH --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.search-toggle {
	height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px 0 10px;
    position: absolute;
    right: 20px;
    top: 0;
	background:#fff;
	text-align: center;
	box-shadow: 2px 2px 5px -2px rgba(50,50,50,.2);
}

.search-toggle::after {
	content: "\f002";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
}

.search-toggle.clicked::after {
	content: "\f00d";
}

.search {
    z-index: 502;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	margin-top:-35px;
	-webkit-transition: margin-top 0.5s;
    -moz-transition: margin-top 0.5s;
    -ms-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
}

.search.clicked {
	margin:0;
}

.searchWrapperOnsite input {
	width:100%;
	height:35px;
	border-radius:0;
	border:none;
	padding:0 15px;
	line-height:35px;
	float:left;
	background:#fff;
	color:#383838;
}

::-webkit-input-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}

.searchWrapperOnsite .searchOnsiteSubmitWrapper {
	position:relative;
	width:35px;
	height:35px;
	float:left;
	margin-left:-35px;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a {
	width:35px;
	height:35px;
	display:block;
	color:#fff;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a::after {
	content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 9px;
	pointer-events:none;
	font-size:19px;
	color:#fff;
}

/*-------------------------------------------------------------------------------------*/
/*MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.navbar-header {
	width:100%;
	text-align:center;
}

.mainMenu {
	width:auto;
	z-index:999;
	position:relative;
}

ul.cssMenu {
	cursor:default; 
	text-align:left;
	padding: 0 0 0 0;
	list-style:none;
	list-style-type: none; 
	width:100%;
	margin: 0;
}

ul.cssMenu li {
	list-style-type: none;
    margin: 0;
    padding: 0 15px;
    text-align: left;
    position: relative;
    color: #000;
    display: inline;
    float: left;
    cursor: pointer;
    height: 60px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}


ul.cssMenu li.homeMenu {
	padding: 0px;
}

ul.cssMenu li.homeMenu a {
	font-size: 0;
	padding: 0px;
	height: 60px;
    width: 30px;
    position: relative;
}

ul.cssMenu li.homeMenu a::after {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 5px;
    pointer-events: none;
    font-size: 20px;
    color: #000;
}

ul.cssMenu li.hasKids > a::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 15px;
	pointer-events: none;
	font-size: 13px;
	color: #000;
}

ul.cssMenu li.hasKids > a {
	padding-right: 15px;
}

ul.cssMenu li a { 
    color: #000;
    text-decoration: none;
    display: block;
}

ul.cssMenu li.noLink > a, ul.cssMenu li.noLink, ul.cssMenu li.noLink > a {
	cursor:default;
}

/* SUBMENU */
ul.cssMenu li ul {         
	position: absolute;         
	top: 60px;                    
	left: -999em ;              					
	z-index:999; 				
	width:220px;
	padding:0;
	margin: 0; 
}

ul.cssMenu li ul li { 
	height:auto;
	width:220px;
	min-height:26px;
	text-align:left;
	line-height:26px;
	margin:0;
	padding: 0 20px;
	text-transform:none;
	font-size:16px;
	font-weight:400;
	text-transform:none;
}

ul.cssMenu li.hasKids ul li a::after {
	content: none;
}
 
ul.cssMenu li ul li a { 
	display:block;
	line-height:26px;
	text-decoration:none;
	padding: 7px 0;
}

ul.cssMenu li ul li > a {
	word-wrap:break-word;
} 

.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {
	left: 0px;
}

.noTouch ul.cssMenu li:hover > ul li:hover > ul, ul.cssMenu li.pressed > ul li.pressed > ul {
	display:block; 
	left:220px;
}

ul.cssMenu li ul li ul {         
	display: none;               
	position:absolute;          
	top: 0px;            
	z-index:999;
}

.navbar-collapse {max-height:none; padding:0;}

@media (max-width: 1199px) {
	ul.cssMenu li {padding: 0 10px;}
	ul.cssMenu li.hasKids > a {padding-right:0;}
	ul.cssMenu li.hasKids > a::after {content:none;}
}

@media (max-width: 991px) {
	ul.cssMenu li {padding:0 7px; font-size:13px;}
	ul.cssMenu li.hasKids > a {padding-right:0;}
	ul.cssMenu li.hasKids > a::after {content:none;}
	ul.cssMenu li ul li {padding:0 10px;}
}

/*-------------------------------------------------------------------------------------*/
/*MENU MOBILE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	.navbar-main {position:absolute; top:0; left:0; width:100%; background:transparent!important;}
	.mainMenu {height:auto;}
	.header .navbar-header {padding:0 15px; height: 50px; max-width:none; position: absolute; width: 100%; top: 0; left: 0; margin-left:0;}
	
	.navbar-toggle {
		width: 40px;
		height: 40px;
		margin: 0;
		z-index: 99999;
		padding: 0 7px 0 7px;
		position: absolute;
		left: 15px;
		top: 15px;
		border-radius:8px;
		text-align:center;
	}
	
	.navbar-toggle::after {
		content:"\f00d";
		font-family: FontAwesome;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		font-size: 18px;
		color: #ffffff;
		width: 100%;
		line-height:40px;
	}
	
	.navbar-toggle.collapsed::after {
		content:none;
	}
	
	.navbar-toggle.collapsed {
		background: #fdb813;
	}
	
	.navbar-toggle .icon-bar {
		display:none;
	}
	
	.navbar-toggle.collapsed .icon-bar {
		background:#ffffff;
		display:block;
		height:3px;
		width:100%;
	}
	
	.mainMenu {margin:0; display:block;}
	
	.navbar-collapse {
		padding:0;
		margin-left: -16px;
    	margin-right: -16px;
		margin-top: 79px;
		z-index:999;
		position:relative;
	}
	
	.navbar-collapse.in {overflow-y:inherit!important;}
	
	ul.cssMenu li {
		float:none;
		text-align:left;
		padding:0;
		border-bottom:1px solid #fff;
		display:block;
		line-height:30px;
		min-height:50px;
		height:auto;
		position:relative;
	}
	
	ul.cssMenu li.hasKids > a::after,	ul.cssMenu li.hasKids ul li.hasKids > a::after  {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 10px!important;
		right: 0px!important;
		pointer-events: none;
		font-size: 20px;
		width: 20px;
		color: #ffffff;
		left: inherit;
	}
	
	ul.cssMenu li.hasKids.pressed > a::after {
		content: "\f107"!important;
	}
	
	ul.cssMenu li a {
		padding:10px 15px;
	}
	
	.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {
	    right: 0;
		position: relative;
		width: 100%;
		top:0;
	}
	
	ul.cssMenu li ul li {
		border-bottom:1px solid #fff;
		padding:0;
		width:100%;
	}
	
	.noTouch ul.cssMenu li:hover > ul li:hover > ul, ul.cssMenu li.pressed > ul li.pressed > ul {
		left:0;
	}
	
	.noTouch ul.cssMenu li ul li:hover, ul.cssMenu li ul li.pressed {
		background:#fdc513;
	}
	
	ul.cssMenu li ul li:first-child {border-top: 1px solid #fff;}
	ul.cssMenu li ul li:last-child {border-bottom: none;}
	
	ul.cssMenu li ul li a {padding:10px 25px;}
	
	ul.cssMenu li ul li ul li  {
		border-bottom:1px solid #fff;
		padding:0;
	}
	
	ul.cssMenu li ul li ul li a {padding:10px 35px;}
}



/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.image.extra-content-image {
    width: 50%;
    float: left;
}

.image.extra-content-image img {
	padding: 0 75px 35px 0;
}

.usps {
	padding: 20px 0 0 0;
	background-color: #f5f4f4;
	margin: 0 0 50px 0;
}

.content .contentWrapper {
	margin:0;
	padding:0;
}

.content .intro {
	padding: 30px 0 0;
}

.content .intro h1 {
	display:none!important;
}

.content .content-content-page {
	margin-bottom:40px;
	padding-top: 25px;
}

.content .content-content-page .contentWrapper .newsItemImage {
	display:none;
}

.col-sm-4:nth-child(1) .quick-item::before {background:url(/images/trust.png) top 10px center no-repeat;}
.col-sm-4:nth-child(2) .quick-item::before {background:url(/images/connect.png) top center no-repeat;}
.col-sm-4:nth-child(3) .quick-item::before {background:url(/images/master.png) top center no-repeat;}

.quick-item {
	position:relative;
	padding-top:170px;
	display:block;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
}

.quick-item::before {
	content:"";
	position:absolute;
	width:100%;
	height:295px;
	top:0;
	left:0;
}

.quick-item h4 {
	font-size:27px;
	font-weight:700;
	text-transform:lowercase;
	margin: 0 0 5px 0;
}

.quick-item .intro-text {
	color:#000;
	margin-bottom:10px;
	height:54px;
	overflow:hidden;
}

.academy-quick-item {
	display: block;
	border-radius: 30px;
	text-align: center;
	margin: 0 0 30px;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color:#000;
}

.academy-quick-item:hover {
	color:#fff;
	border-color:#fff;
	text-decoration:none;
}
	
.academy-quick-item::before {
	content:"";
	background:url(/images/arrow.png);
	width:99px;
	height:115px;
	position:absolute;
	left:200px;
	top:-28px;
}

.academy-quick-item h4 {
	font-size:27px;
	font-weight:700;
	margin: 13px 0 6px 0;
}

.academy-quick-item:hover h4 {
	color:#fff;
}

.academy-quick-item .intro-text {
	margin-bottom: 3px;
}

/*-------------------------------------------------------------------------------------*/
/*RELATED -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.related .related-page {
	display:block;
	background:#f6f6f6;
	padding: 20px 25px 25px 25px;
	cursor: pointer;
	margin:0 0 30px 0;
}

.related .related-page:hover {
	background:#d8f0ec;
}

.related .related-page h4 {
	text-transform:uppercase;
	font-size:23px;
	font-weight:700;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	position:relative;
}

.related .related-page h4 span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
}

.related .related-page h4::before {
	content:"";
	background:url(/images/blue-arrow.png);
	width:36px;
	height:44px;
	position:absolute;
	top:-10px;
	left:-28px;
}
		
.related .related-page .image {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	display: block;
	border-radius: 0px;
	background:#fff;
}

.related .related-page .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	height: auto;
	width: 100%;
}

.related .related-page .image iframe {
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}
		
.related .related-page .related-intro {
	font-weight: 400;
	font-size: 16px;
	margin: 14px 0 0 0;
	height:76px;
	overflow:hidden;
}

.related .related-page .read-more {
	text-align:center;
	margin-top:10px;
}

.related .related-page .read-more a {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-decoration:none;
}

.related .related-page .read-more a::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-------------------------------------------------------------------------------------*/
/*TESTIMONIALS ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.testimonials {
	background:#f6f6f6;	
	padding:60px 0;
	font-size:18px;
	text-align:center;
}
	
.testimonials .testimonial-image {
	margin:20px 0 0 0;
	border-radius: 50%;
	height: auto;
	padding-top: 100%;
	position:relative;
	overflow: hidden;
	border:5px solid #fff;
	box-shadow: 1px 0 5px 0 rgba(50,50,50,.2);
}

.testimonials .testimonial-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	height: auto;
	width: 100%;
}
	
.testimonials h2 {
	text-transform:uppercase;
	font-size:32px;
	margin:0;
}
	
.testimonials h3 {
	font-size:36px;
	font-weight:300;
}

.testimonials .testimonial-text {
	margin-bottom:5px;
}

/*-------------------------------------------------------------------------------------*/
/*NEWS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.newsOS {
	display:block;
	background:#f6f6f6;
	padding: 20px 25px 25px 25px;
	cursor: pointer;
	margin:0 0 30px 0;
}


.newsOS:hover {
	background:#d8f0ec;
}

.newsOS .newsBlokTitle {
	text-transform:uppercase;
	font-size:23px;
	font-weight:700;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	position:relative;
}

.newsOS .newsBlokTitle a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
}

.newsOS .newsBlokTitle a::before {
	content:"";
	background:url(/images/blue-arrow.png);
	width:36px;
	height:44px;
	position:absolute;
	top:-10px;
	left:-28px;
}
		
.newsOS .newsItemImage {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	display: block;
	border-radius: 0px;
	background:#fff url(/images/logo-content.png) center center no-repeat;
	background-size:100%;
	max-width:100%;
	min-width:100%;
}

.newsOS .newsItemImage img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	height: auto;
	width: 100%;
}

.newsOS .date {
	font-weight: 700;
    margin: 10px 0 0 0;
	color:#000;
}

.newsOS .newsTitle a {
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 0 0;
    height: 50px;
    margin-bottom: 17px;
	overflow:hidden;
	color: #000;
	display:block;
}

.newsOS div.readMore {
	text-align:center;
	margin-top:10px;
}

.newsOS div.readMore a {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-decoration:none;
}

.newsOS div.readMore a::after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

footer {
	padding:30px 0 0 0;
	color: #fff;
	background-image: url(/images/arrows.png);
	background-position:center center;
	background-repeat:no-repeat;
	font-size: 14px;
}

footer .our-schools {
	margin-top:63px;
	text-align:right;
}

footer .our-schools .img-responsive {
	display:inline-block;
}

footer h4 {
	color: #fff;
	font-weight:500;
}
	
footer a {
	color: #fff;
}
	
footer .footer-menu {
	text-align:center;
	padding:50px 0 30px 0;
}


/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
	header .logo {max-width:500px;}
	.academy-quick-item::before {left:20px;}
}


@media (max-width: 991px) {
	footer .footer-menu {clear:both; padding-top:20px;}
	.content .content-logo {margin-bottom:20px;}
	.col-sm-4:nth-child(1) .quick-item::before {background-size:100px;}
	.col-sm-4:nth-child(2) .quick-item::before {background-size:100px; background-position: top 29px center;}
	.col-sm-4:nth-child(3) .quick-item::before {background-size:100px; background-position: top 29px center;}
	.newsOS .newsItemImage {max-width:none!important;}
}

@media (max-width: 767px) {
	footer .contact-info {text-align:center;}
	#slideshow, .slideshow-container {height: 300px!important;}
	.academy-quick-item::before {content:none;}
	.related .related-page h4, .newsOS .newsBlokTitle {font-size:22px;}
	.related .related-page h4 span, .newsOS .newsBlokTitle a {white-space: normal;}
	.related .related-page .related-intro, .newsOS .newsTitle a {text-align:center;}
	.testimonials h2 {font-size:22px;}
	.testimonials h3 {font-size:25px}
	footer .our-schools {text-align:center;}
	ul.cssMenu li.homeMenu a {height: 49px;}
	ul.cssMenu li.homeMenu a::after {top: 10px; left: 15px; color: #000;}
    ul.cssMenu li.homeMenu:hover a::after {color: #7e6e73;}
    .content-content-page h1 {font-size: 24px !important;}
}