@charset "utf-8";
/* CSS Document *

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	background: #ffffff;
	line-height: 28px;
}

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 -194px; 
    transition: padding-top 0.5s;
}

.push {
	height:194px;
}


/*-------------------------------------------------------------------------------------*/
/*HEADERS -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

h1 {
	position: relative;
	margin-top: 0;
	margin-bottom:25px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
}


h2 {
	margin-bottom:20px;
	font-weight:400;
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	font-size:32px;
}

h3 {
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}


/*-------------------------------------------------------------------------------------*/
/*GLOBAL ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.tooltip-inner {
	border-radius:0;
}

.btn-primary {
	text-decoration:none;
	position:relative;
	font-weight:600;
	text-transform:uppercase;
	color:#ffffff;
	border:none;
	font-size:14px;
	height:37px;
	line-height:37px;
	padding:0 10px;
}

ul {
	margin-left:15px;
	padding:0;
}

ul li {
	list-style: none;
}

ul li::before {
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -9px;
	font-size: 25px;
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
header {
	height: 199px;
	position: relative;
	z-index: 502;
}

header .logo {
	float: left;
	display: block;
	width: 213px;
	height: auto;
	margin: 44px 0 0 0;
	position: relative;
	z-index: 505;
}


header .quick-menu {
	margin: 23px 0 0 0;
	width: calc(100% - 213px);
	float: left;
	padding: 0 0 0 55px;
	font-size:18px;
}

header .work-at {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	background-color: #411051;
}

.image-header {
	width:100%;
	max-height:360px;
	overflow:hidden;
}

.image-header img {
	width:100%;
	position: relative;
	/* transform: translateY(-2vw); */
}

/* @media (min-width: 540px) {.image-header img {transform: translateY(-20vw);}}
@media (min-width: 768px) {.image-header img {transform: translateY(-15vw);}}
@media (min-width: 992px) {.image-header img {top: 5rem;}} */

/* @media (min-width: 540px) {.image-header img {transform: translateY(-20vw);}}
@media (min-width: 768px) {.image-header img {transform: translateY(-15vw);}}
@media (min-width: 992px) {.image-header img {transform: translateY(-25vw);}} */
	
@media (max-width: 767px) {
	.image-header {padding-top:130px;}
}


/*-------------------------------------------------------------------------------------*/
/*MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.navbar-main {
	float: left;
	width: calc(100% - 213px);
	padding: 0 0 0 0;
	margin-top: 70px;
}

#nav-bar {
	height: 57px;
	padding: 0;
}
#nav-bar #mainMenu {
	width: auto;
	height: 57px;
	margin: 0 0 0 0;
	z-index: 999;
	display: inline-block;
}

ul.cssMenu {
	cursor: default;
	text-align: left;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	width: 100%;
	margin: 0;
}

/* SUBLEVEL 1 */
ul.cssMenu li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 22px;
	text-align: left;
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	height: 84px;
	width: auto;
	font-size: 23px;
	font-weight: 400;
	z-index: 999;
	line-height: 84px;
	margin-left: 34px;
	font-family: 'Roboto', sans-serif;
}

ul.cssMenu li.homeMenu {display:none;}

ul.cssMenu li::before {
	content: none;
}

@media (max-width: 991px) {
	ul.cssMenu li {font-size: 18px;	margin-left: 0; padding: 0 20px;}
}

ul.cssMenu li#home {
	display: none;
}

ul.cssMenu li a {
	text-decoration: none;
	display: block;
}

ul.cssMenu li:hover > a, ul.cssMenu li.pressed > a, ul.cssMenu li.selected > a {
	text-decoration: none;
}

.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {
	left: 1%;
	margin-left: -1px;
	left: 1px;
}

.noTouch ul.cssMenu li:hover > ul li:hover > ul, .noTouch ul.cssMenu li:hover > ul li.pressed > ul, ul.cssMenu li.pressed > ul li:hover > ul, ul.cssMenu li.pressed > ul li.pressed > ul {
	display: block;
	left: 230px;
	padding: 0;
	margin: 0;
}

ul.cssMenu ul {
	width: 230px;
	padding: 0;
	margin: 84px 0 0 0;
	cursor: default;
	text-align: left;
	position: absolute;
	z-index: 999;
	left: -999em;
	top: 0;
}

/* SUBLEVEL 2 */
ul.cssMenu ul li {
	width: 230px;
	text-align: left;
	min-height: 18px;
	height: auto;
	line-height: 24px;
	padding: 15px 25px 15px 22px;
	background: #fff;
	font-size: 16px;
	margin: 0;
}

ul.cssMenu ul li a {
	color: #411051;
	display: block;
	padding-left:14px;
}

ul.cssMenu ul li a::before {
	font-family: FontAwesome;
    content: '\2022';
    display: block;
    position: absolute;
    max-width: 0px;
    max-height: 0px;
    top: 14px;
	left: 23px;
    font-size: 25px;
}

.noTouch ul.cssMenu ul li:hover > a, ul.cssMenu ul li.pressed > a {
	color: #f07d00;
	border: none;
}

ul.cssMenu ul li.selected a {
	color: #f07d00;
	border: none;
}

ul.cssMenu ul ul {
	display: none;
	position: absolute;
	top: 0px;
}

/* MOBILE MENU */
@media (max-width: 767px) {
	.navbar-main {
		position: absolute;
		top: 0;
		margin-top: 35px;
		left: 0;
		width: 100%;
		transition: top 0.5s;
		padding: 0;
	}

	.container > .navbar-header {
		margin: 0;
		padding: 15px 0 0 0;
	}

	.sticky > .navbar-header {
		padding: 10px 0 10px 0;
	}

	.navbar-toggle {
		height: 45px;
		width: 100px;
		border: none;
		color: #f07d00;
		z-index: 1001;
		float: right;
		margin-top: 0;
	}
	
	.navbar-toggle .icon-bar {
		display: none;
	}
	
	.navbar-toggle .closeMenu {
		width: 24px;
		height: 31px;
		position: relative;
	}
	
	.navbar-toggle .closeMenu::before {
		content: "\f00d";
		font-family: 'FontAwesome';
		font-size: 19px;
		position: absolute;
		left: 1px;
		top: 2px;
		line-height: 24px;
	}
	
	.navbar-toggle .text-bar {
		position: absolute;
		right: 0;
		top: 0;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
		line-height: 45px;
	}
	
	.navbar-toggle.collapsed .closeMenu {
		display: none;
	}
	
	.navbar-toggle.collapsed .icon-bar {
		background: #f07d00;
		width: 17px;
		display: block;
	}

	#nav-bar {
		margin-top: 0;
		position: absolute;
		top: 95px;
		left: 0;
		z-index: 10000;
		width: 100%;
		border: none;
		padding: 0;
	}
	
	#nav-bar.navbar-collapse.in {
		overflow-x: visible;
		overflow-y: auto;
		max-height: 366px;
		height: auto;
	}
	
	#nav-bar #mainMenu {
		height: auto;
		margin: 0;
		width: 100%;
		z-index: 10000;
		overflow: hidden;
		display: block;
	}
	
	#nav-bar #mainMenu::after {
		content: "";
		display: table;
		clear: both;
	}
	
	#nav-bar ul.cssMenu {
		margin-top: 0px;
		width: 100%;
		height: auto;
	}
	
	ul.cssMenu li.homeMenu {display:block;}
	
	#nav-bar ul.cssMenu li {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		min-height: 29px;
		line-height: 20px;
		border: none;
		margin: 0;
		padding: 10px 0;
		background: #f07d00;
		font-size: 16px;
	}
	
	ul.cssMenu ul li a::before {
		content:none;
	}
	
	#nav-bar ul.cssMenu li.hasKids {
		padding-left: 20px;
	}
	
	#nav-bar ul.cssMenu li.hasKids::before {
		content: "+";
		position: absolute;
		left: 20px;
		top: 8px;
		color: #fff;
	}
	
	#nav-bar ul.cssMenu li a {
		color: #ffffff;
		text-align: left;
		display: block;
		padding: 0 20px 0 20px;
		font-weight: normal;
		border-bottom: none !important;
	}
	
	#nav-bar ul.cssMenu li:hover > ul, #nav-bar ul.cssMenu li.pressed > ul {
		left: 0px;
		position: relative;
	}
	
	#nav-bar ul.cssMenu li:hover > ul li:hover > ul, #nav-bar ul.cssMenu li:hover > ul li.pressed > ul, #nav-bar ul.cssMenu li.pressed > ul li:hover > ul, #nav-bar ul.cssMenu li.pressed > ul li.pressed > ul {
		display: block;
		margin-top: 0px;
		left: 0;
		top: 0;
	}
	
	#nav-bar ul.cssMenu li ul {
		margin: 0;
		width: 100%;
		border-bottom:0;
	}

	#nav-bar ul.cssMenu li ul li {
		width: 100%;
		padding: 0;
	}
	
	#nav-bar ul.cssMenu li ul li.hasKids::after {
		content: none;
	}
	
	#nav-bar ul.cssMenu li ul li a {
		width: auto;
		padding: 10px 0px 10px 25px;
	}
	
	#nav-bar ul.cssMenu li ul li ul {
		left: auto;
		display: none;
		position: relative;
	}
	
	#nav-bar ul.cssMenu li ul li ul li a {
		padding-left: 35px;
	}
}

/*-------------------------------------------------------------------------------------*/
/*SLIDESHOW ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.slideshow-container, .slideshowWrapper {
	width: 100%;
	height: auto!important;
	max-height:550px;
}

#slideshow, #slideshow .slide, #slideshow .slideShowItemImage {
	width: 100%!important;
	height: auto!important;
	position: relative;
	max-height:550px;
}

.slideshowItemOverlay {
	position: absolute;
	bottom: 0;
	top:auto!important;
	left: 50%!important;
    margin-left: -569px;
    width: 740px;
	height: auto;
	color:#fff;
	padding: 27px;
	text-align: left;
	z-index: 501;
	font-size:38px;
	line-height:30px;
	border-top-right-radius: 20px;
}

.slideshowItemOverlay .slideshowItemTitle {
	padding-bottom:20px;
}

.slideshowWrapper .slide .slideshowItemText {
	left:auto!important;
	top:auto!important;
	position:relative!important;
	font-size:18px;
}

#slideshow .slideShowItemImage img {
	width:100%;
	height:auto;
}
/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.homepage-lists {
	margin-top: 50px;
	margin-bottom: 50px;
}

.homepage-lists h2 {
	margin: 0 0 40px 0;
	font-size:29px;
}

.homepage-lists ul {
	margin: 0;
}
.homepage-lists li {
	height: 45px;
	width: 100%;
	display: block;
	background-color: #f5f1f7;
	border-top-right-radius: 20px;
	margin-bottom: 5px;
}

.homepage-lists li a {
	padding-left: 25px;
	line-height: 45px;
	position: relative;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-right:25px;
}

.homepage-lists li a:hover {
	font-weight:bold;
	text-decoration:none;
}

.homepage-lists li a::before {
	content: '\2022';
	display: block;
	position: absolute;
	max-width: 0px;
	max-height: 0px;
	top: 0;
	left: 10px;
	font-size: 25px;
	font-family: FontAwesome;
}

.homepage-lists li::before {
  content: none;
}

.title-block {
	height: 85px;
	margin: 0 0 30px 0;
}

.title-block h1 {
	line-height: 85px;
	color: #fff;
	margin: 0;
}

.content-block {
	margin-bottom: 50px;
}

.content-page {
	margin-bottom:20px;
}

.contentWrapper {
	margin:0;
	padding:0;
}

.contentWrapper h1 {display:none;}

.content-image-bottom {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: right 40% center;
    background-image: url('/images/banner_bottom.png');
}

/*-------------------------------------------------------------------------------------*/
/*SUBMENU -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.submenu {
	margin-top:60px;
}

.cssMenuSubLevel li {
	min-height: 45px;
	width: 100%;
	display: block;
	background-color: #f5f1f7;
	margin-bottom: 5px;
	border-top-right-radius: 20px;
}

.cssMenuSubLevel li.selected {
	font-weight: 700;
}

.cssMenuSubLevel li a {
	padding-left: 25px;
	line-height: 45px;
	position: relative;
	display: block;
}

.cssMenuSubLevel li a:hover {
	font-weight:bold;
	text-decoration:none;
}

.cssMenuSubLevel li a::before {
	content: '\2022';
	display: block;
	position: absolute;
	max-width: 0px;
	max-height: 0px;
	top: 0;
	left: 10px;
	font-size: 25px;
}

.cssMenuSubLevel li::before {
	content: none;
}


/*-------------------------------------------------------------------------------------*/
/*ALBUMOS -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.facebook-feed {
	margin-bottom:20px;
}

.albumOs {
    height: 415px;
    overflow: hidden;
	margin-bottom:20px;
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
footer {
	background: #fff;
	position: relative;
	min-height: 183px;
}

footer .footer-top {
	padding-top: 20px;
	padding-bottom: 25px;
}

footer .mail {
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
}

footer ul li::before {
	top:-2px;
}

footer h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
}

footer .social-media {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	text-align: center;
	line-height: 40px;
}


footer .social-media::before {
	font-family: FontAwesome;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	font-size: 20px;
	color: #fff;
}

footer .social-media.facebook::before {
	content: "\f09a";
}

footer .social-media.twitter::before {
	content: "\f099";
}

footer .social-media.linkedIn::before {
	content: "\f0e1";
}

footer .footer-bottom {
	background: #ffffff;
	text-align: center;
	height: 33px;
	line-height: 33px;
}

/*EMBED RESPONSIVE*/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
	.slideshowItemOverlay {width: 100%; position: relative; margin: 0; left: 0!important; border-radius: 0;}
	.homepage-lists h2, .facebook-feed h2 {font-size:24px;}
	.slideshow-container, .slideshowWrapper {height: 400px;}
}

@media (max-width: 991px) {
	header .quick-menu {padding: 0 0 0 114px;}
	footer .our-schools {margin-top: 15px; clear: both;}
	footer .social-media-list {margin-top: 15px;}	
}

@media (max-width: 767px) {
	header {padding: 0 15px; height: 130px; position: fixed; width: 100%; background: #fff;}
	header .logo {margin-top: 20px; max-width: 153px; max-height: 97px;}
	header .quick-menu, header .work-at {display: none;}
	.slideshow-container {float: none; height: 300px; position: relative; padding-top: 130px;}
	#slideshow, #slideshow .slide {height: 170px;}
	.slideshow-container {height: 530px; padding-top: 130px;}
	.slideshowItemOverlay {font-size: 28px; line-height: 28px; padding:15px;}
	.slideshowWrapper .slide .slideshowItemText {font-size:14px; line-height:23px;}
	.albumOs {height:auto;}
	footer .extra-menu, footer .contact-info {padding-top: 15px;}
}
