@charset "utf-8";
/* CSS Document *

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color:#474747;
	background: #fff;
	line-height: 22px;
}

body.popup {
	background-color:white; 
	background-image:none;
}

a {color:#e73e97; text-decoration:none;}
a:hover {color:#e73e97; 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 -128px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wrapper.clicked {
	margin-top:35px;
}

.push {
	height: 128px;
}


/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.header .header-top {
	height:110px;
}

.header .header-top .logo {
	margin:18px 0 0 0;
	float:left;
}

.header .slideshow {
	height:343px;
	position:relative;
}

.header .slideshow .slideshowWrapper {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.slideshow img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    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%);
    position: relative;
}

/*-------------------------------------------------------------------------------------*/
/*MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.navbar-header {
	height:59px;
	position:absolute;
	z-index:501;
	left:0;
	top:0;
	background:rgba(247, 146, 30, 0.93);
	width:100%;
	text-align:center;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.mainMenu {
	width:auto;
	height:59px;
	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;
}

ul.cssMenu li {
	list-style-type: none;      
	margin: 0 0 0 0;
	padding:0 22px;
	text-align:left;                 
	position: relative;        
	color: #fff; 
	display: inline;
	float: left;
	cursor:pointer;
	height:57px;
	width:auto;
	font-size:18px;
	font-weight:700;
	z-index:999;
	line-height: 59px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
}

ul.cssMenu li a { 
	display: block; 
	margin: 0; 
	padding: 0;
	color: #fff; 
	text-decoration: none;
}

.noTouch ul.cssMenu li:hover, .noTouch ul.cssMenu li:hover a, ul.cssMenu li.pressed a { 
	color: #105274; 
	text-decoration:none;
}

.noTouch ul.cssMenu li:hover > a, ul.cssMenu li.pressed > a, ul.cssMenu li.selected > a {
	color:#105274;
}

.noTouch ul.cssMenu li:hover, ul.cssMenu li.pressed { 

}

ul.cssMenu li.noLink > a, ul.cssMenu li.noLink, ul.cssMenu li.noLink > a {
	cursor:default;
}

/* SUBMENU */
ul.cssMenu li ul {         
	position: absolute;         
	top: 59px;                    
	left: -999em ;              					
	z-index:999; 				
	width:250px;
	padding:0;
	margin: 0; 
}

ul.cssMenu li ul li { 
	height:auto;
	width:250px;
	min-height:26px;
	text-align:left;
	line-height:26px;
	margin:0;
	background:#f7921e;
	padding: 0 15px;
	text-transform:none;
	font-size:15px;
}

ul.cssMenu li ul li a { 
	color:#ffffff;
	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 li:hover, ul.cssMenu li.pressed ul li.pressed {
	background:#105274;
}


.noTouch ul.cssMenu li.hasKids:hover li a, ul.cssMenu li.hasKids.pressed li a {
	color:#ffffff;
}


.noTouch ul.cssMenu li:hover ul li a, ul.cssMenu li.pressed ul li a {
	border-bottom:none;
}


.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:250px;
}

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 22px; font-size:16px;}
}

@media (max-width: 991px) {
	.mainMenu {margin:0;}
	ul.cssMenu li {padding:0 10px; font-size:15px;}
	ul.cssMenu li ul li {padding:0 10px;}
}

/*-------------------------------------------------------------------------------------*/
/*MENU MOBILE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	.header .navbar-header {background:0; padding:0 15px; height: 50px; max-width:none; position: absolute; width: 100%; left: 0; top:-66px; margin-left:0; pointer-events:none;}
	
	.navbar-toggle {
		float:left;
		width:40px;
		height:40px;
		margin:0 0 0 0;
		padding:0 8px;
		background: #f7921e;
		border-radius:8px;
		pointer-events: all;
	}
	
	.navbar-toggle .icon-bar {
		background:#ffffff;
	}
	
	.mainMenu {margin:0; display:block;}
	
	.navbar-collapse {
		padding:0;
		margin-left: -15px;
    	margin-right: -15px;
		margin-top: 65px;
		z-index:999;
		position:relative;
		pointer-events:all;
	}
	
	.navbar-collapse.in {overflow-y:inherit!important;}
	
	ul.cssMenu li {
		float:none;
		background:#f7921e;
		text-align:left;
		padding:0;
		border-bottom:1px solid #fff;
		display:block;
		line-height:30px;
		min-height:50px;
		height:auto;
	}
	
	ul.cssMenu > li:first-child, ul.cssMenu > li:last-child {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	ul.cssMenu li.homeMenu {
		line-height:30px;
	}
	
	ul.cssMenu li.homeMenu, ul.cssMenu li a {
		color:#ffffff;
		padding:10px 15px;
	}
	
	.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {
	    right: 0;
		position: relative;
		width: 100%;
		top:0;
	}
	
	.noTouch ul.cssMenu li.hasKids:hover a, ul.cssMenu li.hasKids.pressed a {
		color:#ffffff;
	}
	
	ul.cssMenu li ul li {
		background:#105274;
		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:#105274;
	}
	
	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  {
		background:#2b8b8b;
		border-bottom:1px solid #fff;
		padding:0;
	}
	
	ul.cssMenu li ul li ul li a {padding:10px 35px;}
}

/*-------------------------------------------------------------------------------------*/
/*SEARCH ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.search-toggle {
	width:70px;
	height:70px;
	background: #105274;
	float:right;
	position:relative;
	cursor:pointer;
	z-index:999;
	border-radius:8px;
	margin:18px 0 0 0;
}

.search-toggle:hover {
	background:#f7921e;
}

.search-toggle::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    pointer-events: none;
    font-size: 27px;
    width: 100%;
    color: #fff;
    height: 100%;
    line-height: 70px;
}

.search-toggle.clicked::after {
	content: "\f00d";
}

.search {
	display:block;
	position:absolute;
	top:-35px;
	left:0;
	width:100%;
	-webkit-transition: top .5s;
	transition: top .5s;
}

.search.clicked {
	top:0;
}

.searchWrapperOnsite input {
	width:100%;
	height:35px;
	background:#105274;
	border-radius:0;
	border:none;
	color:#ffffff;
	padding:0 15px;
	line-height:35px;
	float:left;
}

::-webkit-input-placeholder {color: #ffffff;}
:-moz-placeholder {color: #ffffff;}
::-moz-placeholder {color: #ffffff;}
:-ms-input-placeholder {color: #ffffff;}

.searchWrapperOnsite .searchOnsiteSubmitWrapper {
	position:relative;
	width:35px;
	height:35px;
	float:left;
	background:#105274;
	margin-left:-35px;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a {
	width:35px;
	height:35px;
	display:block;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a::after {
	content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 9px;
	pointer-events:none;
	font-size:19px;
	color:#ffffff;
}


/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.content {
	padding-top:45px;
	padding-bottom:100px;
	background:url(/images/watermark.png) bottom center no-repeat;
}

.content .quick-menu .row {
    margin-left: -7px;
    margin-right: -7px;
}

.content .quick-menu .col-sm-4 {
	padding:0 7px;
}

.quick-menu .quick-link {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	display:block;
	font-size:12px;
	line-height:13px;
	color:#fff;	
	font-family: 'Bitter', serif;
	font-weight:700;
	margin:0 0 15px 0;
	text-transform:uppercase;
	text-align:center;
	word-break:break-all;
	height:80px;
	padding: 45px 5px 0 5px;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}

.quick-menu .col-sm-4:nth-child(1) .quick-link {background:#d3da2a;}
.quick-menu .col-sm-4:nth-child(2) .quick-link {background:#f7921e;}
.quick-menu .col-sm-4:nth-child(3) .quick-link {background:#cc1719;}
.quick-menu .col-sm-4:nth-child(4) .quick-link {background:#49ab49;}
.quick-menu .col-sm-4:nth-child(5) .quick-link {background:#2b8b8b;}
.quick-menu .col-sm-4:nth-child(6) .quick-link {background:#105274;}

.quick-menu .col-sm-4 .quick-link:hover {background:#f7921e;}

.quick-menu .quick-link::after {
    font-family: FontAwesome;
    position: absolute;
    top: 16px;
    left: 0;
	width:100%;
	text-align:center;
    pointer-events: none;
    font-size: 27px;
    color: #fff;
	font-weight:normal;
}

.quick-menu .col-sm-4:nth-child(1) .quick-link::after {content: "\f0e0";}
.quick-menu .col-sm-4:nth-child(2) .quick-link::after {content: "\f234";}
.quick-menu .col-sm-4:nth-child(3) .quick-link::after {content: "\f0fa";}
.quick-menu .col-sm-4:nth-child(4) .quick-link::after {content: "\f1ea";}
.quick-menu .col-sm-4:nth-child(5) .quick-link::after {content: "\f1ae";}
.quick-menu .col-sm-4:nth-child(6) .quick-link::after {content: "\f073";}

.modules {
	background: #e7e7e7;
	padding:30px 0 0 0;
	position:relative;
	z-index:2;
}

.modules::after {
	content:"";
	background:url(/images/tree.png) bottom right no-repeat;
	right:45px;
	bottom:0;
	position:absolute;
	z-index:-1;
	width:319px;
	height:395px;
}

.modules .module-block .jeelo, .modules .module-block .newsletter, .modules .module-block .vision {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	color:#fff;
	margin:0 0 25px 0;
	position:relative;	
	height:260px;
	background-size:cover;
	display:block;
}

.modules .jeelo {background:url(/images/jeelo.png);}
.modules .newsletter {background:url(/images/newsletter.png);}
.modules .vision {background:url(/images/vision.png);}

.modules .title {
	height:70px;
	width:100%;
	color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
	text-transform:uppercase;
	font-family: 'Bitter', serif;
	position: absolute;
    bottom: 0;
    left: 0;
	line-height:70px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.modules .jeelo .title {background:#d3da2a;}
.modules .newsletter .title {background:#2b8b8b;}
.modules .vision .title {background:#f7921e;}


/*-------------------------------------------------------------------------------------*/
/*CALENDAR ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


.calendarOS {
	padding:22px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 12px 80px 12px;
	background:#105274;
	color:#fff;
	margin:0 0 25px 0;
	position:relative;
}

.calendarOS .calendarOSContent {
}

.calendarOS .calendarOSHeader {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 27px;
	text-transform:uppercase;
	font-family: 'Bitter', serif;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.calendarOS .calendarOSHeader a {
	color: #fff;
	text-decoration:none;
}

.calendarOS .calendarItem {
	display:table;
	margin-bottom:11px;
	width: 100%;
    table-layout: fixed;
	font-size:15px;
}

.calendarOS .calendarItem:last-child {
	margin-bottom:0;
}

.calendarOS .calendarItemDate {
	width:45px;
	min-width:45px;
	height:45px;
	margin-right:15px;
	line-height:20px;
	color:#ffffff;
	display: table-cell;
	vertical-align: top;
	font-size:15px;
	border-radius:100%;
	background:#49ab49;
	text-align:center;
	padding-top:6px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.calendarOS .calendarItemDate .dateDay {
	display:block;
	font-size:20px;
	font-weight:700;
}

.calendarOS .calendarItemDate .dateMonth {
	display:block;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}

.calendarOS .calendarItemTitle {
	overflow:hidden;
	text-overflow:ellipsis;
	min-height:20px;
	max-height:40px;
	line-height:20px;
	margin-top:8px;
	color:#ffffff;
	text-decoration:none;
	display: table-cell;
    vertical-align: top;
    width: 100%;
	font-weight:700;
    padding-left: 15px;
	vertical-align:middle;
}

.calendarOS .calendarItemTitle:hover {
	color:#ffffff;
	text-decoration:underline;
}

.calendarOS .calendarItemDivider {
	width:100%;
	clear:both;
}

.calendarOS .calendarOverview {
	display:none;
}

/* OVERRIDES */
.calendarWrapper .itemDataTitle, .calendarWrapper .itemDataContent {
	display:inline;
}

.calendarWrapper .buttonWrapper .button {
	float:none;
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.footer {
	min-height:128px;
	font-size:14px;
}

.footer .footer-top {
	min-height:103px;
	color:#fff;
	background-color:#49ab49;
}

.footer .contact-info {
	line-height:23px;
	margin-bottom:11px;
}

.footer .title {
	text-transform:uppercase;
	font-weight:700;
	padding-top:16px;
	font-size:15px;
	line-height:15px;
	padding-bottom:15px;
	color:#fff;
}

.footer .footer-top a {
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:2;
}

.footer .footer-top a:hover {
	text-decoration:underline;
}

.footer select {
	width:250px;   
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#f7921e;
	font-weight:400;
    -webkit-appearance: none;
    padding: 0 0 0 10px;
    background: #105274 url(/images/selectDropdown.png) right 10px center no-repeat;
	-moz-appearance: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.footer select::-ms-expand {
    display: none;
}

.footer .footer-bottom {
	height:25px;
	line-height:25px;
	background:#105274;
	text-align:center;
}

.footer .footer-bottom a {
	color:#ffffff;
	text-decoration:none;
	line-height:25px;
}

.footer .footer-bottom a:hover {
	text-decoration:underline;
}

.footer .condor {
	float:right;
	display:block;
	margin-top: .75rem;
}

.footer .condor img {max-width: 250px;}

/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	.quick-menu {margin-top:30px;}
	.content {padding-bottom:45px;}
	.footer .condor {float:left; margin-top:5px; margin-bottom:20px;}
}

@media (max-width: 767px) {
	.header {padding:0;}
	.header .header-top {height: 90px;}
	.header .header-top .logo {width:100%; text-align:center; padding: 0 70px;}
	.header .header-top .logo img {max-width:100%;}
	.header .slideshow {height:200px;}
	.header .slideshow .slideshowWrapper {border-radius:0; width:100%; height:200px;}
	.search-toggle {width:40px; height:40px; position:absolute; top:6px; right:15px; -webkit-transition: all .5s; transition: all .5s;}
	.search-toggle.clicked {top:41px;}
	.search-toggle::after {line-height:40px; font-size: 20px;}
	.content {padding-top:20px;}
}


