<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: Sekolah
 Theme URI: http://sekolah.kenzap.com
 Author: Kenzap
 Author URI: http://kenzap.com
 Description: Senior High School &amp; Academic Calendar WordPress Theme
 Version: 1.0.2
 Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready, accessibility-ready
 License:
 License URI:
 
 Text Domain: sekolah
 */


/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
&gt; Font Face
&gt; Body
&gt; Site Header
&gt; Homepage
	&gt; Hero
	&gt; Featured Box
	&gt; Welcome
	&gt; We Have Faith
	&gt; Call To Action
	&gt; Academic Calendar
	&gt; Achievements
	&gt; Latest News
	&gt; Featured Gallery
	&gt; Featured Video
	&gt; Testimonials
	&gt; Sponsors
	&gt; Newsletter	
&gt; Sign In 
&gt; Sign Up
&gt; About Us
&gt; Academics
&gt; Events
&gt; Events Single
&gt; News
&gt; News Single
&gt; Contact
&gt; Gallery
&gt; Page Not Found - 404
&gt; Excursions
&gt; Excursions Single
&gt; Teachers
&gt; Teachers Single
&gt; Schedule
&gt; Site Footer 

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/

body{
	font-family: "Montserrat", sans-serif;font-weight:300;
	background:#fafafa;
	overflow-x: hidden;
}

.hide-scroll{
	overflow-y:hidden;
}


/*--------------------------------------------------------------
	Site Header
--------------------------------------------------------------*/

.site-header{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

.site-header .site-branding .site-title a img{
	max-height:58px;
	display:block;
}

.site-header &gt; .row &gt; div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.site-header #site-navigation{
	margin:0;
}

.site-header #site-navigation .navbar-collapse{
	padding:0 20px;
}

/*.site-header #site-navigation .nav li a{
	font-size:13px;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;font-weight:500;
	color:#fff;
	padding:12px 19px 15px;
	background:none!important;
	position:relative;
}*/

.site-header #site-navigation .nav li a{
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 12px 10px 15px;
    background: none!important;
    position: relative;
 }

.site-header #site-navigation .nav li a:before{
	content: "";
	height:2px;
	background:#f5ab35;
	position:absolute;
	bottom:0;
	right:100%;
	left:5px;
	transition: all 0.4s;
}

.site-header #site-navigation .nav li:hover a:before{
    right: 5px;
}

.site-header #site-navigation .nav li:hover a:before,
.site-header #site-navigation .nav li.current-menu-item a:before{
	left:5px;
	right:5px;
}

.site-header #site-navigation .nav li.menu-item-search{
	margin-left: 15px;
}

.site-header #site-navigation .navbar-right li:hover a:before{
	display:none
}

.site-header #site-navigation .nav li .sub-menu{
	margin-top: -2px;
}

.site-header #site-navigation .nav li .sub-menu a:before{
	height:0px;
}

.site-header .search-lightbox{
	display:none
}

.logged-in .site-header{
	padding-top:32px;
}

.featherlight .featherlight-content{
	min-width:50%;
}

.search-lightbox input[type="text"]{
    background: #fff url("images/search.png") no-repeat scroll 10px center;
    border: medium none;
    color: #bababa;
    font-family: "Montserrat", sans-serif;font-weight:300;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 50px;
    width: 100%;
	padding:0 50px;
	border:none;
	-webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
}

.search-lightbox input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}
.search-lightbox input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.search-lightbox input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.search-lightbox input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.header-1{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

.header-1 .site-branding .site-title a img{
	max-height:58px;
	margin:17px 0;
	display:block;
}

.header-1 #site-navigation:after{
	content: "";
	display:block;
	position:absolute;
	left:100%;
	bottom:0;
	top:0;
	width:100%;
	background:#e8edf5;
}

.header-1 #site-navigation{
	position:relative;
	background:#e8edf5;
	opacity:1;
	border-radius:0;
	margin:0;
	border:none;
	padding:0 20px;
}

.header-1 #site-navigation .navbar-collapse{
	padding:0 0 0 20px;
}

.header-1 #site-navigation .nav li a{
	font-size:13px;
	text-transform:uppercase;
	color:#0f4ea3;
	padding:36px 19px;
	background:none!important;
	position:relative
}

.header-1 #site-navigation .nav li.active a:before{
	content: "";
	display:block;
	height:3px;
	background:#f5ab35;
	position:absolute;
	bottom:20px;
	left:5px;
	right:5px;
}

.header-1 #site-navigation .nav li a:before{
	background: #f5ab35;
    bottom: 20px;
    content: "";
    display: block;
    height: 3px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-1 #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.header-1 #site-navigation .navbar-right li:hover a:before{
	display:none
}


.header-2{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	text-align:center;
}

.header-2 .nav,
.header-2 .site-branding{
	float:none!important;
	display:inline-block;
	vertical-align:middle
}

.header-2 .site-branding{
	margin:0 90px;
}

.header-2 .site-branding .site-title a img{
	max-height:none;
}

.header-2 #site-navigation .nav li a{
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	padding:15px;
	background:none!important;
}

.header-2 #site-navigation .nav li.active a:before{
	background:#fff;
	height:3px;
}

.header-2 #site-navigation .nav li a:before{
	background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-2 #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.header-2 .site-branding-mobile{
	display:none
}

.header-3{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	margin:0;
}

.header-3 .top-header{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
}

.header-3 .top-header p{
	margin:0;
	color:#0f4ea3;
	font-size:11px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.header-3 .top-header i{
	margin:0 10px 0 0;
	font-size:14px;
	color:#0f4ea3;
}

.header-3 .top-header ul{
	text-align:right;
}

.header-3 .top-header ul li{
	margin:0 0 0 20px
}

.header-3 .top-header ul li a{
	color:#0f4ea3;
	font-size:11px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.header-3 .site-branding .site-title{
	text-align:center
}

.header-3 .site-branding .site-title a{
	display:inline-block;
}

.header-3 .site-branding .site-title a img{
	max-height:58px;
	margin:25px 0 0;
	display:block;
}

.header-3-navigation{
	background:#fff
}

.header-3-navigation #site-navigation{
	margin:0;
}

.header-3-navigation #site-navigation .nav{
	text-align:center;
	width:100%;
	float:none;
}

.header-3-navigation #site-navigation .nav li{
	float:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 -4px 0 0;
}

.header-3-navigation #site-navigation .nav li a{
	font-size:15px;
	text-transform:uppercase;
	color:#0f4ea3;
	padding:25px 30px 30px;
	background:none!important;
}

.header-3-navigation #site-navigation .nav li.active a:before{
	display:block;
	left:5px;
	right:5px;
}

.header-3-navigation #site-navigation .nav li a:before{
	background: #3368ab;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-3-navigation #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.mobile-menu,
.closecanvas{
	display:none;
}

.transparent .navbar-header{
	float: right;
}

.transparent .navbar-right{
	margin-left: 50px;
}

.transparent #site-navigation .sf-menu &gt; li {
  background: transparent;
}

.transparent #site-navigation .sf-menu &gt; li a{
   border: 0;
}

.transparent #site-navigation .sf-menu .sub-menu li a{
   color:#666;
   font-size: 12px;
   padding: 10px 15px;
}

.transparent #site-navigation .sf-menu,
.solid #site-navigation .sf-menu{
    margin-bottom: 0;
}

.solid #site-navigation .sf-menu &gt; li {
    background: transparent;
}

.solid #site-navigation .sf-menu &gt; li a{
   border-width: 0;
}

.solid #site-navigation .sf-menu &gt; li.cart a{
    border-width: 1px;
}

.transparent .main-header-dark #site-navigation .sf-menu &gt; li.cart a{
    border-style: solid;
    border-width: 1px;
}

.transparent .main-header-dark #site-navigation .sf-menu &gt; li.cart a:hover{
    color:#fff;
}

.solid #site-navigation .sf-menu .sub-menu li a{
   color:#666;
   font-size: 12px;
   padding: 10px 15px;
}

.transparent #site-navigation .sf-menu &gt; li &gt; a:hover,
.solid #site-navigation .sf-menu &gt; li &gt; a:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

#js-bootstrap-offcanvas:after {
  content: "";
  display: table;
  clear: both;
}

.hero-1{
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:180px 0 0;
	margin:0 0 -110px
}

.hero90{padding:30px 0 0 !important;}

.hero-1:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9);
	background: -moz-linear-gradient(left,  rgba(15,78,163,0.9) 0%, rgba(15,78,163,0.9) 100%);
	background: -webkit-linear-gradient(left,  rgba(15,78,163,0.9) 0%, rgba(15,78,163,0.9) 100%);
	background: linear-gradient(to right,  rgba(15,78,163,0.9) 0%, rgba(15,78,163,0.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4ea3', endColorstr='#0f4ea3',GradientType=.9 );
}

.hero-1 .hero-content{
	position:relative;
	z-index:1
}

.hero-1 .hero-content .hero-caption,
.hero-1 .hero-content .hero-img{
	float:none;
	display:block;
	margin:0 -4px 0 0;
	vertical-align:top
}

.hero-1 .hero-content .hero-caption{
	padding:100px 0 0
}

.hero-1 .hero-content .hero-img img{
	display:block;
	margin:0 auto;
}

.hero-1 .hero-content .hero-caption h2{
	font-family: "Montserrat", sans-serif;font-weight:700;
	font-size:52px;
	line-height:normal;
	margin:0 0 30px;
	color:#fff;
	text-transform:uppercase
}

.hero-1 .hero-content .hero-caption h2 span{
	color:#f5ab35
}

.hero-1 .hero-content .hero-caption p{
	font-size:14px;
	line-height:24px;
	margin:0 2px 30px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#fff;
}

.hero-1 .hero-content .hero-caption .action-btn{
	color:#fff;
	font-size:18px;
	font-weight:500;
	display:inline-block;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #fff;
	padding:20px 50px;
	border-radius:5px;
	margin:0 2px;
}

.hero-1 .hero-content .hero-caption .action-btn:hover{
	background:#fff;
	color:#0f4ea3
}

.hero-2{
	position:relative;
	background:url(images/hero-2-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:180px 0 111px;
	margin:0 0 -110px;
	height:779px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.hero-2:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(43, 43, 43, .6);
}

.hero-2 .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.hero-2 .hero-content h2{
	font-family: "Montserrat", sans-serif;font-weight:700;
	font-size:52px;
	line-height:normal;
	margin:0 0 30px;
	color:#fff;
	text-transform:uppercase
}

.hero-2 .hero-content h2 span{
	color:#f5ab35
}

.hero-2 .gallery-lightbox{
	display:none;
}

.hero-3{
	position:relative;
	background:url(images/hero-1-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:180px 0 0;
	-webkit-box-shadow: inset 0px -20px 10px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px -20px 10px 5px rgba(0,0,0,0.8);
	box-shadow: inset 0px -20px 10px 5px rgba(0,0,0,0.8);
}

.hero-3:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgb(2,52,134, .9);
	background: -moz-linear-gradient(left,  rgba(2,52,134,.9) 0%, rgba(6,70,152,.9) 100%);
	background: -webkit-linear-gradient(left,  rgba(2,52,134,.9) 0%,rgba(6,70,152,.9) 100%);
	background: linear-gradient(to right,  rgba(2,52,134,.9) 0%,rgba(6,70,152,.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023486', endColorstr='#064698',GradientType=.9 );
}

.hero-3 .hero-content{
	position:relative;
	z-index:1
}

.hero-3 .hero-content .hero-caption,
.hero-3 .hero-content .hero-img{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.hero-3 .hero-content .hero-img img{
	display:block;
	margin:0 auto;
}

.hero-3 .hero-content .hero-caption h2{
	font-family: "Montserrat", sans-serif;font-weight:700;
	font-size:52px;
	line-height:normal;
	margin:0 0 30px;
	color:#fff;
	text-transform:uppercase
}

.hero-3 .hero-content .hero-caption h2 span{
	color:#f5ab35
}

.hero-3 .hero-content .hero-caption p{
	font-size:14px;
	line-height:24px;
	margin:0 2px 30px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#fff;
}

.hero-3 .hero-content .hero-caption .action-btn{
	color:#fff;
	font-size:18px;
	display:inline-block;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #fff;
	padding:20px 50px;
	border-radius:5px;
	margin:0 2px;
}


.hero-3 .hero-content .hero-caption .action-btn:hover{
	background:#fff;
	color:#0f4ea3
}

/*--------------------------------------------------------------
	Featured Box
--------------------------------------------------------------*/

.featured-box.white-bg{
	background:#fff
}

.featured-box{
	position:relative;
	z-index:2
}

.featured-box .box-1{
	background: url(images/featured-box-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 -15px;
}

.featured-box .box-1 a{
	display:block;
	background:rgba(235, 35, 88, .9);
	color:#fff;
	height:215px;
	font-size:30px;
	font-family: "Montserrat", sans-serif;font-weight:700;
	text-transform:uppercase;
	padding:125px 30px 30px;
	letter-spacing: 2px;
}

.featured-box .box a:hover{
	opacity:0.7;
}

.featured-box .box-1 a span,
.featured-box .box-2 a span,
.featured-box .box-3 a span{
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:block;
}

.featured-box .box-2{
	background: url(images/featured-box-2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 -15px;
}

.featured-box .box-2 a{
	display:block;
	background:rgba(245, 140, 4, .9);
	color:#fff;
	height:215px;
	font-size:30px;
	font-family: "Montserrat", sans-serif;font-weight:700;
	text-transform:uppercase;
	padding:125px 30px 30px;
	letter-spacing: 2px;
}

.featured-box .box-2 a:hover{
	background:rgba(245, 140, 4, .5);
}

.featured-box .box-3{
	background: url(images/featured-box-3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 -15px;
}

.featured-box .box-3 a{
	display:block;
	background:rgba(74, 217, 217, .9);
	color:#fff;
	height:215px;
	font-size:30px;
	font-family: "Montserrat", sans-serif;font-weight:700;
	text-transform:uppercase;
	padding:125px 30px 30px;
	letter-spacing: 2px;
}

.featured-box .box-3 a:hover{
	background:rgba(74, 217, 217, .5);
}

/*--------------------------------------------------------------
	Welcome
--------------------------------------------------------------*/

.welcome{
	padding:70px 0;
	background:#fafafa
}

.welcome .welcome-content{
	padding:0 80px 0 0;
}

.welcome .welcome-content h3{
	font-family: "Montserrat", sans-serif;font-weight:700;
	text-transform:uppercase;
	font-size:33px;
	color:#303030;
	line-height:45px;
	margin:0 0 40px;
}

.welcome .welcome-content h3 span{
	font-family: "Montserrat", sans-serif;font-weight:400;
	color:#818181;
	font-size:18px;
	text-transform:capitalize;
	display:block;
}

.welcome .welcome-content p{
	margin:0 0 30px;
	font-size:13px;
	color:#818181;
	line-height:22px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.welcome .welcome-content img{
	display:block;
	margin:0 0 30px;
}

.welcome .welcome-content .author{
	display:block;
	color:#303030;
	font-size:15px;
	display:block;
}

.welcome .welcome-content .author span{
	font-family: "Montserrat", sans-serif;font-weight:300;
	font-size:12px;
	color:#818181;
	margin:10px 0 0;
	display:block;
}

.welcome .welcome-img{
	margin:0 -15px;
	overflow:hidden;
}

.welcome .welcome-img img{
	width:100%;
	height:auto;
}

.welcome .welcome-img &gt; div{
	padding:0 5px;
}

.welcome .welcome-img img{
	display:block;
	margin:0 auto 10px;
}

/*--------------------------------------------------------------
	We Have Faith
--------------------------------------------------------------*/
.we-have-faith{
	background:#fff;
	padding:70px 0;
}

.we-have-faith .section-header{
	width:55%;
	margin:0 auto 70px;
}

.we-have-faith .section-header h3{
	color:#303030;
	font-size:26px;
	line-height:normal;
	text-align:center;
	margin:0 0 30px;
	text-transform:uppercase
}

.we-have-faith .section-header p{
	color:#6a6a6a;
	font-size:13px;
	line-height:25px;
	text-align:center;
	margin:0;
}

.we-have-faith .section-content{
	text-align:center;
}

.we-have-faith .section-content &gt; div{
	float:none;
	display:inline-block;
	vertical-align:bottom;
	margin:0 -4px 0 0;
}

.we-have-faith .section-content h4{
	margin:25px 0;
	font-size:22px;
	color:#303030;
	line-height:normal;
}

.we-have-faith .section-content p{
	font-size:13px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#6a6a6a;
	line-height:20px;
	padding:0 10px;
}

/*--------------------------------------------------------------
	Call To Action
--------------------------------------------------------------*/
.call-to-action{
	background:#fff
}

.call-to-action-content{
	background:url(images/call-to-action-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:25px 45px;
	position:relative;
	margin:0 -15px;
}

.call-to-action-content:before{
	content: "";
	display:block;
	background:rgba(15,78,163,0.9);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.call-to-action-content &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.call-to-action-content img{
	display:inline-block;
	position:relative;
	margin:0 45px 0 0;
	vertical-align:middle;
}

.call-to-action-content p{
	margin:0;
	font-size:23px;
	line-height:34px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:inline-block;
	position:relative;
	vertical-align:middle;
	color:#fff;
	letter-spacing: 1px;
}

.call-to-action-content p strong{
	font-size:24px;
	display:block;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:700;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.call-to-action-content a{
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle;
	padding:15px 45px;
	font-size:20px;
	line-height:25px;
	color:#fff;
	background:#f5ab35;
	float:right;
	border-bottom:4px solid #f58c04;
	border-radius:5px;
	transition: all 0.5s;
}

div.call-to-action-content-1{
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle;
	padding:15px 45px;
	font-size:20px;
	line-height:25px;
	color:#fff;
	background:#f5ab35;
	border-bottom:4px solid #f58c04;
	border-radius:5px;
	transition: all 0.5s;
}



/*--------------------------------------------------------------
	Academic Calendar
--------------------------------------------------------------*/

.academic-calendar{
	padding:70px 0;
	background:#fff;
}

.academic-calendar .academic-calendar-header{
	text-align:center;
	width:55%;
	margin:0 auto 70px;
}

.academic-calendar .academic-calendar-header h2{
	font-size:26px;
	color:#303030;
	text-transform:uppercase;
	margin:0 0 30px;
}

.academic-calendar .academic-calendar-header p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0;
	font-family: "Montserrat", sans-serif;font-weight:400;
}

.academic-calendar .academic-calendar-header p a{
	color:#0f4ea3;
	text-decoration:underline
}

.calendar-nav{
	background:#efefef;
	margin:0 -15px;
}

.nav-year{
	display:none;
}

.calendar-nav .year-title{
	color:#0f4ea3;
	font-size:20px;
	margin: 0;
	line-height:10px;
	font-family: "Montserrat", sans-serif;font-weight:700;
	display:block;
	text-align:center;
	padding:25px 30px;
}

.calendar-nav .year-title a i{
	color:#0f4ea3;
	font-size:30px;
	line-height:12px;
}

.tab-pane .year-title .yr-prev{
	display:block;
	float:left;
	margin:0
}

.calendar-nav .year-title .yr-next{
	display:block;
	float:right;
	margin:0
}

.calendar-nav ul{
	position:absolute;
	margin: 0;
	top:64px;
	bottom:0;
	width:100%;
	overflow-y:auto;
}

.calendar-nav ul li a{
	font-size:14px;
	color:#0f4ea3;
	font-family: "Montserrat", sans-serif;font-weight:300;
	padding:20px 30px;
}

.calendar-nav ul li.active a{
	color:#fff;
	background:#0f4ea3
}

.tab-month{
	margin:0 -15px;
}

.calendar{
	background:#fbfbfb;
	overflow:hidden;
	padding:50px 30px 60px;
	border-right:1px solid #efefef;
	position:relative;
}

.calendar .calendar-header ul{
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #d1d1d1;

}

.calendar .calendar-header ul li{
	width:14.2857%;
	text-align:center;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:700;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	padding:0 5px;
}

.calendar .calendar-body ul{
	margin:0;	
}

.calendar .calendar-body ul li{
	width:14.2857%;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:inline-block;
	margin:0 -4px 15px 0;
	line-height: 14px;
	vertical-align:bottom;
	padding:5px;
}

.calendar .calendar-body ul li.inactive{
	color:#cbcbcb;
}

.calendar .calendar-body ul li.event-1-start{
	color:#fff;
	background:#39b54a;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-1{
	color:#fff;
	background:#39b54a;
}

.calendar .calendar-body ul li.event-1-end{
	color:#fff;
	background:#39b54a;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-2-start{
	color:#fff;
	background:#ed145b;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-2{
	color:#fff;
	background:#ed145b;
}

.calendar .calendar-body ul li.event-2-end{
	color:#fff;
	background:#ed145b;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-3-start{
	color:#fff;
	background:#733d96;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-3{
	color:#fff;
	background:#733d96;
}

.calendar .calendar-body ul li.event-3-end{
	color:#fff;
	background:#733d96;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-4-start{
	color:#fff;
	background:#4ad9d9;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-4{
	color:#fff;
	background:#4ad9d9;
}

.calendar .calendar-body ul li.event-4-end{
	color:#fff;
	background:#4ad9d9;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}


.calendar .calendar-body ul li.event-5-start{
	color:#fff;
	background:#f5ab35;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}


.calendar .calendar-body ul li.event-5{
	color:#fff;
	background:#f5ab35;
}

.calendar .calendar-body ul li.event-1-day,
.calendar .calendar-body ul li.event-5-day{
	color:#fff;
	background:#f5ab35;
	border-radius:20px;
}

.calendar .calendar-body ul li.event-5-end{
	color:#fff;
	background:#f5ab35;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body{
	margin:0 0 30px
}

.calendar .calendar-footer{
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	margin:auto;
}

.calendar .calendar-footer ul{
	text-align: center;
	list-style: none;
	margin: 0;
}

.calendar .calendar-footer ul li{
	font-size:10px;
	color:#909090;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
	padding:0 20px 0 0;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.calendar .calendar-footer ul li:last-child{
	padding:0 
}

.calendar .calendar-footer ul li span{
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	margin:0 5px 0 0;
	vertical-align:middle
}

.calendar .calendar-footer ul li.event-1 span{
	background:#39b54a
}

.calendar .calendar-footer ul li.event-2 span{
	background:#ed145b
}

.calendar .calendar-footer ul li.event-3 span{
	background:#733d96
}

.calendar .calendar-footer ul li.event-4 span{
	background:#4ad9d9
}

.calendar-note{
	background:#fff;
	overflow:hidden;
	padding:40px 30px 30px;
}

.calendar-note h3{
	color:#555;
	font-size:20px;
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px solid #d1d1d1
}

.calendar-note ul{
	list-style: none;
	margin: 0px;
}

.calendar-note ul li{
	font-size:14px;
	color:#909090;
	margin:0 0 40px;
	line-height: 14px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.calendar-note ul li:last-child{
	margin:0;
}

.calendar-note ul li span{
	font-size:16px;
	color:#555;
	font-family: "Montserrat", sans-serif;font-weight:400;
	display:inline-block;
	margin:0 10px 0 0;
}

.calendar-info &gt; div{
	display:table-cell;
	float:none;
	vertical-align:top;
}

.calendar-info &gt; .calendar{
	width:35%
}

.calendar-info &gt; .calendar-note{
	width:65%
}

.academic-calendar &gt; .container &gt; .row &gt; .tab-content &gt; .tab-pane{
	border:1px solid #efefef
}

.academic-calendar .container .row .tab-content &gt; .tab-pane &gt; div{
	display:table-cell;
	float:none;
	vertical-align:top;
	position:relative
}

/*--------------------------------------------------------------
	Achievements
--------------------------------------------------------------*/

.achievements{
	background:url(images/achievements-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	padding:70px 0;
}


.achievements:before{
	background:rgba(15,78,163,0.9);
	display:block;
	content: "";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


.achievements .section-header,
.achievements .section-content{
	position:relative;
	text-align:center
}

.achievements .section-header{
	margin:0 0 70px;
}

.achievements .section-header h2{
	text-transform:uppercase;
	color:#fff;
	margin: 0;
	font-size:26px;
}

.achievements .section-content h3{
	font-size:40px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:700;
	margin:0 0 20px;
}

.achievements .section-content p{
	font-size:18px;
	margin:0;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	text-transform:uppercase
}

/*--------------------------------------------------------------
	Featured News
--------------------------------------------------------------*/

.featured-news{
	background:#fff;
	padding:70px 0 20px;
}

.featured-news .section-header{
	margin:0 0 70px;
	text-align:center
}

.featured-news .section-header h2{
	text-transform:uppercase;
	color:#303030;
	margin: 0;
	font-size:26px;
}

.featured-news .section-content{
	overflow:hidden;
}

.featured-news .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.featured-news .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.featured-news .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	max-height: 30px;
	margin:0 0px 0 0;
	vertical-align:middle;
}

.featured-news .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.featured-news .news-item .item-meta-data &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.featured-news .news-item .item-meta-data &gt; div:last-child{
	text-align:right
}

.featured-news .news-item .item-info{
	padding:25px;
}

.featured-news .news-item .item-info h3{
	margin: 0;
}

.featured-news .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.featured-news .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.featured-news .news-item .item-info &gt; a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

/*--------------------------------------------------------------
	Featured Gallery
--------------------------------------------------------------*/

.featured-gallery a:hover img{
	outline:10px solid #f58c04;
	outline-offset: -10px;
	opacity:.8;
	transition: all 0.3s;
}

.featured-gallery img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
	margin:0 0 -16px;
	transition: all 0.3s;
}

.featured-gallery .row{
	margin:0 -1px
}

.featured-gallery .row &gt; div{
	padding:0 1px;
}

.featured-gallery .gallery-lightbox{
	display:none
}

/*--------------------------------------------------------------
	Featured Video
--------------------------------------------------------------*/

.featured-video{
	padding:70px 0;
	background:#fff
}

.featured-video .container .row &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.featured-video h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
	margin:0 0 40px
}

.featured-video p{
	color:#818181;
	font-size:13px;
	line-height:25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 40px
}

.featured-video .primary-link{
	background: #f5ab35 none repeat scroll 0 0;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	transition: all 0.5s;
}


.featured-video .content-video a{
	display:block;
	position:relative
}

.featured-video .content-video a:after{
	background: url(images/play-btn.png) no-repeat center center;
	display:block;
	content: "";
	width:92px;
	height:92px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.featured-video .content-video img{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
}


/*--------------------------------------------------------------
	Testimonials
--------------------------------------------------------------*/

.testimonials{
	background:#fafafa;
	padding:70px 0 0
}

.testimonials .tab-content{
	padding:100px 105px 70px;
	position:relative
}

.testimonials .tab-content:before{
	content: "\f10d";
	font-family: FontAwesome;
	display:block;
	font-size:37px;
	width:37px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	color:#cbcbcb
}

.testimonials .tab-content .tab-pane{
	color:#303030;
	font-size:17px;
	line-height:28px;
	text-align:center;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.testimonials .tab-content .tab-pane p{
	margin:0 0 15px;
}

.testimonials .tab-content .tab-pane p:last-child{
	margin:0;
}

.testimonials .nav{
	margin: 0;
}

.testimonials .nav li{
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	width:20%;
	padding:0 5px
}

.testimonials .nav li a{
	background:#fff;
	text-align:center;
	padding:30px 15px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	opacity:.7;
	transition: all .3s ease;
}

.testimonials .nav li a img{
	object-fit: cover;
	width:73px;
	height:73px;
	margin:0 auto 20px;
	display:block;
	border-radius:50%;
	border:2px solid #fff
}

.testimonials .nav li a strong{
	color:#303030;
	font-size:15px;
	display:block;
	margin:0 0 15px;
	font-weight:normal;
}

.testimonials .nav li a span{
	display:block;
	font-size:12px;
	color:#818181;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.testimonials .nav li.active a,
.testimonials .nav li:hover a{
	background:#0f4ea3;
	opacity:1;
}

.testimonials .nav li.active a img{
	width:111px;
	height:111px;
}

.testimonials .nav li.active a strong{
	color:#fff;
	font-size:20px
}

.testimonials .nav li:hover a strong{
	color:#fff;
}

.testimonials .nav li.active a span{
	color:#fff;
	font-size:16px;
}

.testimonials .nav li:hover a span{
	color:#fff;
}


/*--------------------------------------------------------------
	Sponsors
--------------------------------------------------------------*/

.sponsor{
	padding:70px 0;
	background:#fff
}

.page-sponsor{
	padding:70px 0;
	background:#fafafa
}

.page-sponsor .sponsor-logo &gt; div,
.sponsor .sponsor-logo &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.page-sponsor .sponsor-logo img,
.sponsor .sponsor-logo img{
	display:block;
	margin:0 auto;
}

/*--------------------------------------------------------------
	Newsletter
--------------------------------------------------------------*/

.newsletter{
	background:#fff;
	padding:0 0 70px
}

.newsletter-content{
	background:url(images/newsletter-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:40px;
	position:relative;
	border-radius:5px;
	margin:0 15px;
}

.newsletter-content:before{
	content: "";
	display:block;
	background:rgba(15,78,163,0.9);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.newsletter-content &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.newsletter-content h2{
	font-size:18px;
	line-height: 20px;
	margin: 0;
	color:#fafafa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.newsletter-content h2 strong{
	display:block;
	font-size:22px;
	color:#fafafa;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:700;
}

.newsletter-content input[type="email"]{
	padding:20px 30px;
	color:#909090;
	font-size:16px;
	line-height:16px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	border-radius:5px;
	border:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
	width:60%;
}

.newsletter-content input[type="email"]::-webkit-input-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}
.newsletter-content input[type="email"]::-moz-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.newsletter-content input[type="email"]::-ms-input-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.newsletter-content input[type="email"]:-moz-placeholder{ 
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.newsletter-content button[type="submit"],
.newsletter-content input[type="submit"]{
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle;
	padding:17px 15px;
	font-size:18px;
	line-height:18px;
	color:#fff;
	background:#f5ab35;
	/*float:right;*/
	border-bottom:4px solid #f58c04;
	border-radius:5px;
	border-top:none;
	border-left:none;
	border-right:none;
	display:inline-block;
	margin:0 -4px 0 20px;
	vertical-align:middle;
	/*width:37%*/
}
.newsletter-content .mc4wp-alert{
	color: #eee;
	margin-top: 15px;
}
.newsletter-content .mc4wp-error{
	color: red;
	margin-top: 15px;
}


/*--------------------------------------------------------------
	Sign In 
--------------------------------------------------------------*/

.sign-in-hero{
	position:relative;
	background:url(images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.sign-in-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.sign-in-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.sign-in-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.sign-in-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.sign-in-form .um-field-area input.um-form-field {
	border:0!important;
	border-bottom: 1px solid #bababa!important;
}

.sign-in-form input.um-button {
	width: 150px;
}

.sign-in-form .section-content{
	width:60%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.sign-in-form .section-content h3{
	font-size:22px;
	text-align:center;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
	text-align:center;
}

.sign-in-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
	font-weight:normal;
}

.sign-in-form .section-content input[type="text"],
.sign-in-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
}

.sign-in-form .section-content input[type="text"]{
	margin:0 0 60px;
	padding:0 0 20px;
}

.sign-in-form .section-content input[type="password"]{
	margin:0 0 30px;
	padding:0 130px 20px 0;
}


.sign-in-form .section-content .form-group{
	position:relative
}

.sign-in-form .section-content .forgot-password{
	font-size:14px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	font-style:italic;
	position:absolute;
	right:0;
	bottom:25px
}

.sign-in-form .section-content .checkbox{
	margin:0 0 70px;
}

.sign-in-form .section-content .checkbox label{
	margin:0;
}

.sign-in-form a.um-button{
	padding: 17px 0!important;
}

.sign-in-form .section-content input[type="submit"]{
	background: #f5ab35!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
}

.sign-up-form .section-content .form-group{
	margin:0;
}

/*--------------------------------------------------------------
	Sign Up
--------------------------------------------------------------*/

.sign-up-hero{
	position:relative;
	background:url(images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.sign-up-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.sign-up-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.sign-up-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.sign-up-form .section-content{
	width:60%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.sign-up-form .section-content h3{
	font-size:22px;
	text-align:center;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
	text-align:center;
}

.sign-up-form .section-content .form-group{
	margin:0;
}

.sign-up-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
	font-weight:normal;
}

.sign-up-form .section-content input[type="text"],
.sign-up-form .section-content input[type="email"],
.sign-up-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
	margin:0 0 50px;
	padding:0 0 20px;
}

.sign-up-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
/*	width:245px;*/
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto 50px;
}

.sign-up-form .section-content .terms{
	font-size:14px;
	color:#bababa;
	line-height:25px;
	text-align:center;
	margin:0;
	font-family: "Montserrat", sans-serif;font-weight:300;
	padding:0 65px;
}

.sign-up-form .section-content .terms a{
	color:#114c98
}

/*--------------------------------------------------------------
	About Us
--------------------------------------------------------------*/

.about-us-hero{
	position:relative;
	background:url(images/about-us-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.about-us-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.about-us-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.about-us-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.about-us-achievements{
	margin:0 0 -83px
}

.about-us-achievements .section-content{
	text-align:center;
	background:#fff;
	position:relative;
	padding:45px 0;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.about-us-achievements .section-content h3{
	font-size:40px;
	line-height:40px;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:700;
	margin:0 0 20px;
}

.about-us-achievements .section-content p{
	font-size:18px;
	line-height:18px;
	margin:0;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	text-transform:uppercase
}

.about-us-content{
	background:#fff;
	padding:150px 0 0
}

.about-us-content .section-content{
	padding:0 120px;
	margin:0 0 50px;
}

.about-us-content .section-content h2{
	color:#303030;
	font-size:26px; 
	line-height:26px;
	margin:0 0 70px;
	text-align:center;
	text-transform:uppercase
}

.about-us-content .section-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.about-us-content .section-content-icons{
	padding:0 120px;
	margin:0 -15px 90px;
}

.about-us-content .section-content-icons .row{
	margin:0 -15px 70px;
}

.about-us-content .section-content-icons h3{
	font-size:18px;
	line-height:18px;
	color:#303030;
	margin:0 0 20px
}

.about-us-content .section-content-icons p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.about-us-content-image img{
	width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}

.about-us-testimonials{
	background:#fff;
	padding:70px 0
}

.about-us-testimonials .tab-content{
	padding:100px 105px 40px;
	position:relative
}

.about-us-testimonials .tab-content:before{
	content: "\f10d";
	font-family: FontAwesome;
	display:block;
	font-size:37px;
	width:37px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	color:#cbcbcb
}

.about-us-testimonials .tab-content hr{
	background:#cbcbcb;
	width:70px;
	margin:35px auto;
}

.about-us-testimonials .tab-content .tab-pane{
	color:#303030;
	font-size:17px;
	line-height:28px;
	text-align:center;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.about-us-testimonials .tab-content .tab-pane strong{
	color:#303030;
	font-size:20px;
	line-height:20px;
	display:block;
	margin:0 0 15px;
	font-weight:normal;
	font-family: "Montserrat", sans-serif;font-weight:700;
}

.about-us-testimonials .tab-content .tab-pane span{
	display:block;
	font-size:16px;
	line-height:16px;
	margin:0;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.about-us-testimonials .tab-content .tab-pane p{
	margin:0 0 15px;
}

.about-us-testimonials .tab-content .tab-pane p:last-child{
	margin:0;
}

.about-us-testimonials .nav{
	text-align:center;
}

.about-us-testimonials .nav li{
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	padding:0 30px
}

.about-us-testimonials .nav{
	margin:0 0 70px;
}

.about-us-testimonials .nav li a{
	background:#fff;
	text-align:center;
	padding:0;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	transition: all .3s ease;
}

.about-us-testimonials .nav li a img{
	width:111px;
	height:111px;
	margin:0 auto 20px;
	display:block;
	border-radius:50%;
	border:7px solid #fff;
	opacity:.5
}


.about-us-testimonials .nav li.active a img,
.about-us-testimonials .nav li:hover a img{
	opacity:1;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
}

.about-us-testimonials .about-us-contact{
	text-align:center;
}

.about-us-testimonials .about-us-contact .primary-link{
	background: #f5ab35 none repeat scroll 0 0;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

/*--------------------------------------------------------------
	Academics
--------------------------------------------------------------*/

.academics-hero{
	position:relative;
	background:url(images/academics-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.academics-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.academics-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.academics-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.academics-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.academics-hero .hero-content a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 25px;
}

.academics-hero .hero-content a:hover{
	background:#fff;
	color:#0f4ea3
}

.search-bar{
	background:#fff;
	padding:20px 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	position:relative
}

.search-bar .container{
	padding:0 30px
}

.search-bar input[type="text"]{
	background: url(images/search.png) no-repeat left center;
	width:100%;
	border:none;
	padding:0 0 0 50px;
	height:23px;
	line-height:23px;
	color:#bababa;
	font-size:16px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.search-bar input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}
.search-bar input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.search-bar input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.search-bar input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.academics-content{
	background:#f1f1f1;
	padding:70px 0 0;
}

.academics-content .container &gt; .row{
	display:none;
}

.academics-content .academic-month{
	margin:0 15px 70px;
}

.academics-content .container .row:last-child .academic-month{
	margin:0;
}

.academics-content .academic-month h2{
	font-size:30px;
	line-height: 33px;
	color:#0f4ea3;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;font-weight:700;
	margin:0 0 30px;
}

.academics-content .academic-month h2 span{
	font-size:22px;
	color:#a6b5d4;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 0 15px;
}

.academics-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 -15px 60px;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.academics-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.academics-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.academics-load-more span{
	background:#f1f1f1;
	padding:0 30px;
	position:relative;
	z-index:1;
}


.academics-pdf-download{
	text-align:center;
	padding:0 0 70px;
	background:#f1f1f1
}


.academics-content .academic-month .row &gt; div{
	display:table-cell;
	float:none;
	vertical-align:top;
}

/*--------------------------------------------------------------
	Events
--------------------------------------------------------------*/

.events-hero{
	position:relative;
	background:url(images/events-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.events-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.events-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.events-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.events-search-filter{
	margin:0 0 -83px
}

.events-search-filter .section-content{
	background:#fff;
	position:relative;
	padding:30px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.events-search-filter .section-content &gt; div{
	float:none;
	margin:0 -4px 0 0;
	display:inline-block;
	vertical-align:bottom
}

.events-search-filter .section-content label{
	font-size:16px;
	line-height:16px;
	margin:0 0 25px;
	color:#303030;
	display:block;
}

.events-search-filter .section-content input[type="submit"],
.events-search-filter .section-content input[type="text"],
.events-search-filter .section-content div.dropdown{
	margin-bottom: 20px;
}

.events-search-filter .section-content input[type="text"]{
	color:#bababa;
	font-size:15px;
	border:1px solid #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:50px;
	line-height:50px
}

.events-search-filter .section-content input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}
.events-search-filter .section-content input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-search-filter .section-content input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-search-filter .section-content input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-search-filter .section-content .bootstrap-select{
	width:100%!important;
}

.events-search-filter .section-content .bootstrap-select.btn-group .dropdown-menu li a span.text{
	color:#bababa;
	font-size:15px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-search-filter .section-content .bootstrap-select .btn-default{
	color:#bababa;
	font-size:15px;
	border:1px solid #bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:50px;
	background:none!important
}

.events-search-filter .section-content .bootstrap-select .bs-caret &gt; span{
	background: url(images/select-arrow.png) repeat;
    border: medium none;
    display: block;
    height: 10px;
    margin-top: -4px;
    width: 18px;
}
	
.events-search-filter .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
	width:100%;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:50px;
}

.events-search-filter .section-content .datepicker{
	background:#fff url(images/calendar.png) no-repeat 90% center
	
}

.datepicker-dropdown{
	width:280px!important;
}

.events-list{
	background:#fff;
	padding:150px 0 70px;
}

.events-list &gt; .container &gt; .row{
	margin:0 -30px;
}
.events-list &gt; .container &gt; .row &gt; div{
	display:none
}

.events-list .events-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px
}

.events-list .events-item .events-item-img{
	border-bottom:1px solid #bababa
}

.events-list .events-item .events-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.events-list .events-item .events-item-info{
	padding:25px 15px;
}

.events-list .events-item .events-item-info h3{
	margin:0px;
}

.events-list .events-item .events-item-info h3 a{
	font-size:18px;
	line-height:25px;
	color:#303030;
	margin:0 0 30px;
	display:block;
}

.events-list .events-item .events-item-info .event-meta{
	margin:0 0 30px;
	list-style: none;
}

.events-list .events-item .events-item-info .event-meta li{
	font-size:13px;
	line-height:23px;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-list .events-item .events-item-info .event-meta .fa{
	font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}

.events-list .events-item .events-item-info p{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-list .events-item .events-item-link{
	padding:0 15px 25px;
}

.events-list .events-item .events-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 13px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.no-records-found,
.events-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px -15px 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.events-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.events-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.events-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

.datepicker-days table{
	border:none;
}

.datepicker table tr td, 
.datepicker table tr th{
	width:20px;
	height:20px;
	line-height:20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#303030
}

.datepicker table tr td.new, 
.datepicker table tr td.old{
	color:#bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active{
	background-color:#f5ab35 
}


/*--------------------------------------------------------------
	Events Single
--------------------------------------------------------------*/

.events-single-hero{
	position:relative;
	background:url(images/events-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.events-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.events-single-hero .hero-content{
	position:relative;
	z-index:1;
}

.events-single-hero .hero-caption{
	width:70%;
}

.events-single-hero .hero-content .tag{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	border:1px solid #fff;
	margin:0 0 25px;
}

.events-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 15px;
}

.events-single-hero .hero-content p{
	font-size:16px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 30px;
}

.events-single-hero .hero-content p span{
	font-family: "Montserrat", sans-serif;font-weight:400;
}

.events-list-single{
	background:#fff;
	padding:70px 0 70px;
}


.events-list-single .events-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px
}

.events-list-single .events-item .events-item-img{
	border-bottom:1px solid #bababa
}

.events-list-single .events-item .events-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.events-list-single .events-item .events-item-info{
	padding:25px 15px;
}

.events-list-single .events-item .events-item-info h3 a{
	font-size:18px;
	line-height:25px;
	color:#303030;
	margin:0 0 30px;
	display:block;
}

.events-list-single .events-item .events-item-info .event-meta{
	margin:0 0 30px
}

.events-list-single .events-item .events-item-info .event-meta li{
	font-size:13px;
	line-height:23px;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-list-single .events-item .events-item-info .event-meta .fa{
	font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}

.events-list-single .events-item .events-item-info p{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-list-single .events-item .events-item-link{
	padding:0 15px 25px;
}

.events-list-single .events-item .events-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.join{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff!important;
    display:inline-block;
    font-size: 18px;
	line-height:45px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:50px;
}

.events-single-content{
	padding:70px 0;
	background:#fff
}

.events-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.events-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.events-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-single-content p:last-child{
	margin:0;
}

.events-single-speakers .speaker-item{
	margin:0 0 30px;
}

.events-single-speakers .speaker-item &gt; div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.events-single-speakers .speaker-item img{
	display:block;
	border-radius:100%;
}

.events-single-speakers .speaker-item h4{
	font-size:18px;
	line-height:18px;
	color:#303030;
	margin:0 0 10px;
}

.events-single-speakers .speaker-item p{
	font-size:12px;
	line-height:12px;
	color:#909090;
	margin:0;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.events-single-location p{
	font-size:16px;
	line-height:20px;
	color:#303030;
	margin:0 0 25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.related-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-single-list h2.related-heading,
.teachers-single-list h2.related-heading,
.events-list-single h2.related-heading{

	font-size:16px;
	display:block;
	text-align:center;
	margin:0 0 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.related-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	News
--------------------------------------------------------------*/

.news-hero{
	position:relative;
	background:url(images/news-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.news-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.latest-news{
	background:#fff;
	padding:70px 0 20px;
}

.latest-news .section-header{
	margin:0 0 70px;
	text-align:center
}

.latest-news .section-header h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
}

.latest-news .section-content{
	overflow:hidden;
}

.latest-news .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news .news-item .item-meta-data &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data &gt; div:last-child{
	text-align:right
}

.latest-news .news-item .item-info{
	padding:25px;
}

.latest-news .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.latest-news .news-item .item-info &gt; a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

.latest-news .news-pagination{
	text-align:center;
	margin: 20px 0 50px;
}

.latest-news .news-pagination ul li{
	display:inline-block;
	margin:0 5px
}

.latest-news .news-pagination ul li.prev a,
.latest-news .news-pagination ul li.next a{
	padding: 15px 30px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	font-size:18px!important;
}

.latest-news .news-pagination ul li a{
	color:#f58c04;
	font-size:18px;
	line-height:18px;
	padding:5px 10px;
	background:#fff;
	border-radius: 5px;
	display:inline-block;
}

.latest-news .news-pagination ul li.active a,
.latest-news .news-pagination ul li:hover a{
	background:#f58c04;
	color:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination &gt; li {
  float: left;
}
.pagination-wrapper .pagination &gt; li:hover {
  color:#ccc!important;
}
.pagination-wrapper .prev {
  background: url("css/icons/prev.png") no-repeat;
  background-position: left center;
  padding-left: 15px;
  cursor: pointer;

}
.pagination-wrapper .next {
  background: url("css/icons/next.png") no-repeat;
  background-position: right center;
  padding-right: 15px;
  cursor: pointer;
}
.content_search .pagination-wrapper{
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
	News Single
--------------------------------------------------------------*/

.news-single-hero{
	position:relative;
	background:url(images/news-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	height:550px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.news-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-single-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.news-single-hero .hero-content p{
	font-size:22px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.news-single-meta{
	padding:45px 0;
	background:#f1f1f1;
	text-align:center;
}

.news-single-meta p{
	font-size:16px;
	line-height:auto;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 20px 0 0;
	display:inline-block
}

.news-single-meta p a{
	color:#0f4ea3;
	font-family: "Montserrat", sans-serif;font-weight:400;
	display:inline-block
}

.news-single-content{
	padding:70px 0;
	background:#fff;
}

blockquote{
	padding:50px 100px;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:33px;
	font-style:italic;
	border:none;
	background:#fff url(images/blockquote.png) no-repeat 60px 50px;
	margin:0 0 50px
}

.comments .list-comments li .user-comments blockquote a,
blockquote a,
blockquote strong{
	color:#fff;
}

blockquote{
	background-color:#0f4ea3;
}

.news-single-content .section-content{
	padding:0 70px;
}

.news-single-content .section-content p{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 50px
}

.news-single-content .section-content h3{
	font-size:24px;
	line-height:33px;
	color:#303030; 
	margin:0 0 50px
}

.news-single-content .section-content ul{
	margin: 0 0 50px
}

.news-single-content .section-content ul li{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 40px;
	position:relative;
	padding:0 0 0 50px
}

.news-single-content .section-content ul li:after{
	content: "\f1db";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	top:2px;
	position:absolute;
	font-size:25px;
}

.news-single-content .section-content ul li:last-child{
	margin:0;
}

.news-single-content .section-content p:last-child{
	margin:0;
}

.news-single-content .section-footer{
	padding:70px 70px 0;
}

.news-single-content .section-footer .news-share{
	margin: 0 0 50px
}

.news-single-content .section-footer .news-share h3{
	font-size:17px;
	line-height:17px;
	color:#303030;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 0 0;
}

.news-single-content .section-footer .news-share ul{
	display:inline-block;
	vertical-align:middle;
}

.news-single-content .section-footer .news-share ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}

.news-single-content .section-footer .news-share ul li a{
	color:#bababa
}

.news-single-content .section-footer .news-author h3{
	font-size:20px;
	line-height:20px;
	color:#303030;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 25px;
}

.news-single-content .section-footer .news-author h3 a{
	color:#303030;
	text-transform:uppercase;
}

.news-single-content .section-footer .news-author p{
	font-size:14px;
	line-height:22px;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.news-single-content .section-footer .news-author img{
	display:block;
	margin:0 auto;
	border-radius:50%;
	width:100%;
	max-width:100%;
}

.news-single-content .section-footer .news-author .row &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.news-single-comments{
	background:#fff;
	padding:0;
}
.news-single-comments .comments-form{
	padding:0 70px;
}

.news-single-comments .comments-form h3{
	font-size:17px;
	line-height:17px;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 35px;
}

.news-single-comments .comments-form .form-group{
	margin:0 0 30px
}

.news-single-comments .comments-form input[type="text"],
.news-single-comments .comments-form input[type="email"],
.news-single-comments .comments-form textarea{
	padding:20px 30px;
	color:#909090;
	font-size:16px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	background:#f1f1f1;
	border:none;
	height:auto;
	box-shadow:none;
	margin:0;
}

.news-single-comments .comments-form input[type="text"]::-webkit-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-webkit-input-placeholder,
.news-single-comments .comments-form textarea::-webkit-input-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}
.news-single-comments .comments-form input[type="text"]::-moz-placeholder,
.news-single-comments .comments-form input[type="email"]::-moz-placeholder,
.news-single-comments .comments-form textarea::-moz-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.news-single-comments .comments-form input[type="text"]::-ms-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-ms-input-placeholder,
.news-single-comments .comments-form textarea::-ms-input-placeholder{
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.news-single-comments .comments-form input[type="text"]:-moz-placeholder,
.news-single-comments .comments-form input[type="email"]:-moz-placeholder, 
.news-single-comments .comments-form textarea:-moz-placeholder{ 
	color: #909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.news-single-comments .comments-form input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right
}

.news-single-comments .section-content{
	padding:0 70px;
}

.news-single-comments .section-content ul{
	margin:0 -16px;
}

.news-single-comments .section-content ul &gt; li &gt; ul{
	padding:0 0 0 120px;
}

.news-single-comments .section-content .news-user-comment{
	overflow:hidden;
	margin:0 0 50px;
}

.news-single-comments .section-content ul.comments &gt; li &gt; .news-user-comment:last-child{
	margin:0;
}

.news-single-comments .section-content .news-user-comment .col-sm-1{
	padding:0 0 0 15px
}
.news-single-comments .section-content .news-user-comment .col-sm-11{
	padding:0 15px 0 30px
}

.news-single-comments .section-content .news-user-comment img{
	display:block;
	border-radius:50%;
	margin:0 auto;
	max-width:100%;
}

.news-single-comments .section-content .news-user-comment h3 a{
	font-size:17px;
	line-height:auto;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 10px;
	display:inline-block
}

.news-single-comments .section-content .news-user-comment h3 span{
	font-size:14px;
	line-height:14px;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 0 20px
}

.news-single-comments .section-content .news-user-comment p{
	font-size:17px;
	line-height:22px;
	color:#6a6a6a;
	margin:0 0 10px;
}
.news-single-comments .section-content .news-user-comment .reply{
	font-size:14px;
	color:#909090;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:inline-block
}

.latest-news-single{
	background:#fff
}

.latest-news-single .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news-single .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news-single .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news-single .news-item .item-meta-data &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data &gt; div:last-child{
	text-align:right
}

.latest-news-single .news-item .item-info{
	padding:25px;
}

.latest-news-single .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news-single .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.latest-news-single .news-item .item-info &gt; a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/

.contact-hero{
	position:relative;
	background:url(images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.contact-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.contact-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.contact-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.contact-form .section-content{
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px 130px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.contact-form .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
}

.contact-form .section-content .form-group{
	margin:0;
}

.contact-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
	font-weight:normal;
}

.contact-form .section-content textarea,
.contact-form .section-content input[type="text"],
.contact-form .section-content input[type="email"],
.contact-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
	margin:0 0 50px;
	padding:0 0 20px;
}

.contact-form .section-content textarea{
	max-height: 68px;
}

.contact-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right;
}

.contact-form .section-content form &gt; .row:nth-child(1) &gt; div:first-child,
.contact-form .section-content form &gt; .row:nth-child(2) &gt; div:first-child{
	padding:0 45px 0 15px
}

.contact-form .section-content form &gt; .row:nth-child(1) &gt; div:last-child,
.contact-form .section-content form &gt; .row:nth-child(2) &gt; div:last-child{
	padding:0 15px 0 45px
}


.contact-information .section-content{
	padding:60px 80px;
	background-repeat: no-repeat;
	background-position: 92% center; 
	background-color:#0f4ea3; /* url(images/contact-information-bg.png) no-repeat 92% center; */
	margin:0 0 70px;
}

.contact-information .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#fff;
	margin:0 0 24px;
}

.contact-information .section-content ul{
	margin:0;
	list-style: none;
}

.contact-information .section-content ul li{
	color:#a6b5d4;
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	padding:0 0 0 40px;
	position:relative
}

.contact-information .section-content ul li a{
	color:#a6b5d4;
	text-decoration:none;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.contact-information .section-content ul li i{
	font-size: 22px;
    text-align: center;
    width: 20px;
	position:absolute;
	top:0;
	left:0;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.default-hero{
	position:relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 0px;
	padding:0 0 114px;
	height:114px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.default-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.default-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.gallery-hero{
	position:relative;
	/*background:url(images/gallery-bg.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	height: 634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.gallery-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.gallery-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.gallery-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.gallery-list{
	padding:0 0 80px;
	background:#fff
}

.gallery-list .container &gt; .row{
	display:none;
	margin:0;
}


.gallery-list .container .row &gt; div{
	padding:0;
	background:#fff;
}

.gallery-list .container{
	display:block;
	position:relative;
	
}

.gallery-list a{
	display:block;
}

.gallery-list a img{
	display:block;
	max-width:100%;
	height:auto;
	width:100%;
	border:1px solid #fff
}

.gallery-list a:hover img{
	outline:10px solid #f58c04;
	outline-offset: -11px;
	opacity:.8;
	transition: all 0.3s;
}

.gallery-list .gallery-lightbox{
	display:none;
}

.featherlight:last-of-type{
	background: rgba(253, 253, 253, 0.9)
}

.featherlight .featherlight-content p{
	color:#303030;
	font-size:16px;
	line-height:26px;
	margin:0;
}


.featherlight .featherlight-content{
	background:none;
	text-align:center;
	overflow:visible;
	width:60%;
	margin:0 auto;
}

.featherlight .featherlight-close-icon{
	color:#303030;
	font-size:28px;
	right:28px;
	top:-20px;
	background:none;
}

.featherlight-inner img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto 30px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.gallery-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:70px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.gallery-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.gallery-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.gallery-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}


/*--------------------------------------------------------------
	Page Not Found - 404
--------------------------------------------------------------*/

.header-404{
	text-align:center
}

.header-404 .site-title a{
	display:inline-block
}

.page-not-found-hero{
	position:relative;
	background:url(images/page-not-found-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -245px;
	padding:0 0 245px;
	height:812px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.page-not-found-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.page-not-found-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.page-not-found-hero .hero-content h2{
	font-size:170px;
	line-height:140px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:700;
	margin:0;
}

.page-not-found .section-content{
	width:80%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:90px 70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.page-not-found .section-content h3{
	font-size:30px;
	text-align:center;
	line-height:30px;
	color:#303030;
	margin:0 0 20px;
	text-align:center;
}

.page-not-found .section-content p{
	font-size:26px;
	text-align:center;
	line-height:26px;
	color:#303030;
	margin:0 0 50px;
	text-align:center;
}

.page-not-found .section-content a{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:310px;
    font-size: 18px;
	line-height:50px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
}

/*--------------------------------------------------------------
	Excursions
--------------------------------------------------------------*/

.excursions-hero{
	position:relative;
	background:url(images/excursions-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.excursions-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.excursions-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.excursions-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.excursions-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0;
}

.excursions-list{
	background:#fff;
	padding:150px 0 70px;
}

.excursions-list &gt; .container &gt; .row{
	margin:0 -15px;
}
.excursions-list &gt; .container &gt; .row &gt; div{
	display:none
}

.excursions-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px;
	min-height:500px;
}

.excursions-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta &gt; div:first-child{
	padding:0 10px 0 15px
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta &gt; div:last-child{
	padding:0 15px 0 10px
}

.excursions-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-list .excursion-title {
	margin: 0px;
}

.excursions-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.excursions-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	position:relative;
}

.excursions-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat", sans-serif;font-weight:400;
	color:#f58c04;
	margin:5px 0 0;
}


.excursions-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 13px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.excursions-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.excursions-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

/*--------------------------------------------------------------
	Excursions Single
--------------------------------------------------------------*/

.excursions-single-hero{
	position:relative;
	background:url(images/excursions-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.excursions-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.excursions-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.excursions-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 30px;
}

.excursions-single-hero .hero-content strong{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:700;
	margin:0 0 30px;
	display:block;
}

.excursions-single-list{
	background:#fff;
	padding:70px 0;
}

.excursions-single-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0;
	min-height:500px;
}

.excursions-single-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-single-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-single-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta &gt; div:first-child{
	padding:0 10px 0 15px
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta &gt; div:last-child{
	padding:0 15px 0 10px
}

.excursions-single-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-single-list .excursion-title {
	margin:0px;
}

.excursions-single-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-single-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-single-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.excursions-single-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	position:relative;
}

.excursions-single-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-single-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat", sans-serif;font-weight:400;
	color:#f58c04;
	margin:5px 0 0;
}

.excursions-single-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.excursions-single-content{
	padding:70px 0;
	background:#fff
}

.excursions-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.excursions-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.excursions-single-content p:last-child{
	margin:0;
}

.excursions-single-location p{
	font-size:16px;
	line-height:16px;
	color:#303030;
	margin:0 0 25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.excursions-single-timeline ul li{
	margin:0 0 25px;
	position:relative;
	padding:0 0 0 35px
}

.excursions-single-timeline ul li:after{
	display:block;
	content: "";
	width:15px;
	height:15px;
	background:#bababa;
	border-radius:50%;
	position:absolute;
	left:0;
	top:2px;
}

.excursions-single-timeline ul li strong{
	color:#f5ab35;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;font-weight:400;
	display:block;
	font-size:16px;
	margin:0 0 10px;
	font-weight:normal
}

.excursions-single-timeline ul li h4{
	color:#303030;
	font-size:18px;
	line-height:25px;
	display:block;
	margin:0 0 10px;
}

.excursions-single-timeline ul li p{
	color:#6a6a6a;
	font-size:13px;
	line-height:25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:block;
	margin:0;
}

.excursions-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-heading{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 -15px 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.excursions-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	Teachers
--------------------------------------------------------------*/

.teachers-hero{
	position:relative;
	background:url(images/teachers-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
/*	height:364px;*/
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.teachers-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.teachers-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.teachers-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 30px;
}

.teachers-list{
	padding:75px 0 70px;
	background:#fff
}

.teachers-list .container .row &gt; div{
	display:none;
}

.teachers-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.teachers-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.teachers-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.teachers-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

.teachers-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	margin:0 0 50px;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-item-info{
	position:absolute;
	bottom:0px;
	left:25px;
/*	width:55%;*/
}

.teachers-item-info h3{
	color:white;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	hyphens: none;
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -o-pre-wrap; /* Opera */
	white-space: pre-wrap; /* Chrome */
	word-wrap: break-word; /* IE */
}

.teachers-item:hover .teachers-item-info h3{
	color:#fff
}

.teachers-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px 8px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	margin-right:40px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.teachers-single-item:hover .teachers-item-info a,
.teachers-item:hover .teachers-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Teachers Single
--------------------------------------------------------------*/

.teachers-single-hero{
	position:relative;
	background:url(images/teachers-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:989px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
	position:relative;
}

.teachers-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.teachers-single-hero .container{
	min-height:989px;
	position:relative;
}

.teachers-single-hero .hero-content{
	position:absolute;
	left:0;
	right:0;
	bottom:-70px;
	z-index:1;
}

.teachers-single-hero .hero-caption &gt; div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.teachers-single-hero .teachers-single-overview{
	background:#fff;
	width:70%;
	float:right;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.teachers-single-hero .teachers-single-overview img{
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
}

.teachers-single-hero .teachers-single-overview-info{
	padding:40px;
	text-align:center;
}

.teachers-single-hero .teachers-single-overview-info h2{
	font-size:28px;
	line-height:28px;
	color:#303030;
	margin:0 0 20px;
}

.teachers-single-hero .teachers-single-overview-info &gt; span{
	font-size:16px;
	display:block;
	line-height:16px;
	color:#303030;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 35px;
}

.teachers-single-hero .teachers-single-overview-info p{
	font-size:13px;
	display:block;
	line-height:20px;
	color:#6a6a6a;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 10px;
}

.teachers-single-hero .teachers-single-overview-info hr{
	margin:30px 0;
	background:#bababa
}

.teachers-single-hero .teachers-single-overview-info ul{
	margin:0 0 40px;
}

.teachers-single-hero .teachers-single-overview-info ul li.facebook .fa-stack{
	color:#0f4ea3
}

.teachers-single-hero .teachers-single-overview-info ul li.linkedin .fa-stack{
	color:#0f4ea3
}

.teachers-single-hero .teachers-single-overview-info ul li.vkontakte .fa-stack{
	color:#0f4ea3
}

.teachers-single-hero .teachers-single-overview-info ul li.instagram .fa-stack{
	color:#ffa500
}

.teachers-single-hero .teachers-single-overview-info ul li.twitter .fa-stack{
	color:#1da1f2
}

.teachers-single-hero .teachers-single-overview-info ul li.google .fa-stack{
	color:#dc4a38
}

.teachers-single-hero .teachers-single-overview-info ul li.pinterest .fa-stack{
	color:#dc4a38
}

.teachers-single-hero .teachers-single-overview-info .send-message{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
}


.teachers-single-hero .teachers-single-skills{
	width:80%;
	padding:0 0 0 30px
}

.teachers-single-hero .teachers-single-skills h2{
	font-size:28px;
	line-height:28px;
	background:#fff;
	color:#0f4ea3;
	text-transform:uppercase;
	padding:15px 45px 15px 0;
	margin:0 0 40px;
	display:inline-block;
	position:relative
}

.teachers-single-skills &gt; h2:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	padding:0 70px 0 0;
	width:100%;
	height:40px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	z-index:1
}

.skillbar-title span {
	display:block;
	padding:0 20px;
	height:40px;
	line-height:40px;
	color:#0f4ea3;
	font-size:20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	background:#6adcfa;
}

.skillbar-bar {
	height:40px;
	width:0px;
	background:#6adcfa;
	position:relative
}

.skill-bar-percent {
	position:absolute;
	right:-70px;
	top:0;
	font-size:11px;
	height:40px;
	line-height:35px;
	color:#ffffff;
	font-size:20px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	width:70px;
	text-align:right;
}

.teachers-single-content{
	background:#fff;
	padding:160px 0 0
}

.teachers-single-content .teachers-single-content-info h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 35px;
}

.teachers-single-content .teachers-single-content-info p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 40px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.teachers-single-content .teachers-single-content-info p:last-child{
	margin:0;
}

.teachers-single-content .teachers-single-content-info .teachers-course{
	padding:40px;
	background:#f1f1f1
}

.teachers-single-content .teachers-single-content-info .teachers-course li{
	font-size:18px;
	color:#303030;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 20px 30px;
	margin:0 0 20px;
	position:relative;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:before{
	content: "\f111";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	position:absolute;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:last-child{
	margin:0;
}

.teachers-single-list{
	padding:75px 0 70px;
	background:#fff
}

.teachers-single-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-single-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-single-item-info{
	position:absolute;
	top:40px;
	left:25px;
	width:40%;
}

.teachers-single-item-info h3{
	color:#303030;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.teachers-single-item:hover .teachers-single-item-info h3{
	color:#fff
}

.teachers-single-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.teachers-single-item:hover .teachers-single-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-single-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Schedule
--------------------------------------------------------------*/

.schedule-hero{
	position:relative;
	background:url(images/academics-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(15,78,163,0.9)
}

.schedule-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.schedule-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.schedule-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
	margin:0 0 20px;
}

.schedule-hero .hero-content a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 25px;
}

.schedule-hero .hero-content a:hover{
	background:#fff;
	color:#0f4ea3
}

.schedule-content{
	padding:70px 0;
	background:#f1f1f1
}

.schedule-content .container{
	padding:0 30px
}

.schedule-content .schedule-table-filter{
	padding:25px 45px;
	background:#fff
}

.schedule-content .schedule-table-filter .bootstrap-select{
	margin:0 30px 0 0;
	width:auto!important
}

.schedule-content .schedule-table-filter .bootstrap-select.btn-group .dropdown-menu li a span.text{
	color:#303030;
	font-size:15px;
	font-family: "Montserrat", sans-serif;font-weight:400;
}

.schedule-content .schedule-table-filter .bootstrap-select .btn-default{
	color:#303030;
	font-size:16px;
	border:none;
	font-family: "Montserrat", sans-serif;font-weight:400;
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:30px;
	background:none!important;
	margin:0 30px 0 0;
	box-shadow:none
}

.schedule-content .schedule-table-filter .bootstrap-select .bs-caret &gt; span{
	background: url(images/select-arrow-2.png) no-repeat;
    border: medium none;
    display: block;
    height: 7px;
    margin-top: -4px;
    width: 14px;
}

.schedule-content .schedule-table-heading ul{
	background:#e6e6e6;
	margin: 0;
	list-style: none;
	clear: both;
	list-style-type: none; list-style-position:inside;
}

.schedule-content .schedule-table-heading ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0px 0 0;
	border-right:1px solid #d0d0d0;
	height:70px;
	line-height:70px;
	font-size:16px;
	color:#909090;
	background: #eee;
	text-transform:uppercase;
	word-wrap: none;
	hyphens: none;
	list-style-type: none; 
	list-style-position:inside;
	float:left;
}

.schedule-content .schedule-table-heading ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0px 0 0;
	border-left:1px solid #d0d0d0;
	line-height:80px
}

.schedule-content .schedule-table-content{
	
}

.schedule-content .schedule-table-content ul{
	background:#f7f7f7;
	margin: 0;
	list-style: none;
	clear: both;
	border-bottom: 1px solid #ddd;
}

.schedule-content .schedule-table-content ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	background-color: rgb(247, 247, 247);
	margin:0 0px 0 0;
	border-right:1px solid #d0d0d0;
	list-style-type: none;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	line-height:101px;
	border-bottom:1px solid #f1f1f1;
	word-wrap: none;
	hyphens: none;
	float:left;

}

.schedule-content .schedule-table-content ul:last-child li{
	border-bottom:1px solid #d0d0d0
}

.schedule-content .schedule-table-content ul li.day-2{
	width:36%;
}

.schedule-content .schedule-table-content ul li.day-3{
	width:54.09%;
}

.schedule-content .schedule-table-content ul li.day-4{
	width:72%;
}

.schedule-content .schedule-table-content ul li.day-5{
	width:90%;
	float:left;
}

.schedule-content .schedule-table-content ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 0px 0 0;
	border-left:1px solid #d0d0d0;
	line-height:80px
}

.schedule-content .schedule-table-content-mobile ul li.math span,
.schedule-content .schedule-table-content ul li.math span{
	background:#39b54a
}

.schedule-content .schedule-table-content-mobile ul li.biology span,
.schedule-content .schedule-table-content ul li.biology span{
	background:#ed145b
}

.schedule-content .schedule-table-content-mobile ul li.design span,
.schedule-content .schedule-table-content ul li.design span{
	background:#f58c04
}

.schedule-content .schedule-table-content-mobile ul li.english span,
.schedule-content .schedule-table-content ul li.english span{
	background:#733d96
}

.schedule-content .schedule-table-content-mobile ul li.psychology span,
.schedule-content .schedule-table-content ul li.psychology span{
	background:#0f4ea3
}

.schedule-content .schedule-table-content-mobile ul li.break span,
.schedule-content .schedule-table-content ul li.break span{
	background:#a6b5d4;
	text-align:center
}

.schedule-content .schedule-table-content ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:block;
	text-align:left;
}

.schedule-content .schedule-table-content ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat", sans-serif;font-weight:400;
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}

.schedule-content .schedule-table-content-mobile ul{
	list-style: none;
	margin: 0;
}

.schedule-content .schedule-table-content-mobile ul li{
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	line-height:101px;
	background:#f7f7f7
}

.schedule-content .schedule-table-content-mobile ul li:first-child{
	text-align:center;
	vertical-align:middle;
	height:70px;
	line-height:45px;
	font-size:16px;
	color:#909090;
	text-transform:uppercase;
	background:#e6e6e6;
	font-family: "Montserrat", sans-serif;font-weight:400;
}

.schedule-content .schedule-table-content-mobile ul:first-child li:first-child{
	border-top:1px solid #d0d0d0;
}

.schedule-content .schedule-table-content-mobile ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat", sans-serif;font-weight:300;
	display:block;
	text-align:center;
}

.schedule-content .schedule-table-content-mobile ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat", sans-serif;font-weight:400;
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}

.schedule-table-content-mobile{
	display:none
}

/*--------------------------------------------------------------
	Site Footer
--------------------------------------------------------------*/

.footer-info{
	background: rgb(15,78,163); 
	background: -moz-linear-gradient(left,  rgba(15,78,163,1) 0%, rgba(15,78,163,1) 50%, rgba(0,66,150,1) 50%, rgba(0,66,150,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 50%,rgba(0,66,150,1) 50%,rgba(0,66,150,1) 100%);
	background: linear-gradient(to right,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 50%,rgba(0,66,150,1) 50%,rgba(0,66,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4ea3', endColorstr='#0f4ea3',GradientType=1 ); 
}

.footer-info .container{
	background: rgb(15,78,163);
	background: -moz-linear-gradient(left,  rgba(15,78,163,1) 0%, rgba(15,78,163,1) 25%, rgba(0,66,150,1) 25%, rgba(0,66,150,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 25%,rgba(0,66,150,1) 25%,rgba(0,66,150,1) 100%);
	background: linear-gradient(to right,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 25%,rgba(0,66,150,1) 25%,rgba(0,66,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4ea3', endColorstr='#0f4ea3',GradientType=1 ); 
}

.site-footer .footer-logo{
	background:#0f4ea3;
	padding:50px 0;
}

.site-footer .footer-logo img{
	max-height:58px;
	display:block;
	margin:14px auto;
}

.site-footer .footer-menu{
	background:rgba(0,66,150,1);
	padding:40px 30px;
}

.site-footer .footer-menu .footer-links{
	display:inline-block;
	vertical-align:top;
	width:19%;
	padding:0 25px;
}

.site-footer .footer-menu .footer-links:last-child{
	padding:0 0 0 25px;
}

.site-footer .footer-menu .footer-links ul li{
	margin:0 0 20px;
}

.site-footer .footer-menu .footer-links ul li:last-chid{
	margin:0;
}

.site-footer .footer-menu .footer-links ul li a{
	font-size:14px;
	text-transform:uppercase;
	color:#a6b5d4;
	font-family: "Montserrat", sans-serif;font-weight:300;
}

.site-footer .footer-menu .footer-links ul li:first-child a{
	color:#fff;
	font-family: "Montserrat", sans-serif;font-weight:400;
}


.site-footer .footer-menu .footer-links ul.social li{
	float:left;
	margin:0 15px 0 0
}

.site-footer .footer-menu .footer-links ul.social li:last-child{
	margin:0;
}

.site-footer .footer-menu .footer-links ul.social li a{
	width:30px;
	height:30px;
	background:#a6b5d4;
	text-align:center;
	line-height:30px;
	display:block;
	color:#0f4ea3!important;
	border-radius:50px;
}

.site-footer .footer-menu .footer-links ul.social li:hover a{
	opacity:.8
}

.site-footer .footer-copyright{
	background:#003b86;
	padding:25px 0;
}

.site-footer .footer-copyright p{
	font-family: "Montserrat", sans-serif;font-weight:300;
	color:#a6b5d4;
	margin:0;
	text-align:center;
	font-size:12px;
}

.navbar-primary-mobile{
	display: none;
}

.mobile-menu .navbar-toggle {
	width: 44px;
	height: 36px;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.mobile-menu .navbar-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 22px;
	margin-left: 10px;
	border-radius: zpx;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile-menu .navbar-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-menu .navbar-toggle span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-menu .navbar-toggle span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-menu .navbar-toggle.open span:nth-child(1) {
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	top: 9px;
	left: 3px;
	height: 3px;
}

.mobile-menu .navbar-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.mobile-menu .navbar-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
	top: 19px;
	left: 3px;
	height: 3px;
}


  
/*--------------------------------------------------------------
  Media Queries
--------------------------------------------------------------*/

/* width 1200px up */
@media screen and (min-width: 1201px) {
	.featured-news .news-item .item-meta-data img{
		margin-right: 10px;
	}
}

/* 992px and 1200px */
@media only screen and (min-width: 62px) and (max-width: 75em) {
	
	.navbar{
		min-height:auto;
	}
	
	.header-1 #site-navigation .nav li a{
		padding: 14px 11px;
	}
	
	.hero-1 .hero-content .hero-caption h2,
	.hero-3 .hero-content .hero-caption h2{
		font-size:40px;
	}
	
	.hero-1 .hero-content .hero-caption .action-btn,
	.hero-3 .hero-content .hero-caption .action-btn{
		padding:10px 50px;
	}
	
	
	.header-2 .site-branding{
		margin:0 30px
	}
	
	.header-3-navigation #site-navigation .nav li a{
		padding:25px 20px;
	}
	
	.site-header #site-navigation .nav li a{
		padding: 20px 10px
	}
	
	.navbar-right{
		margin:0;
	}
	
	.achievements .section-content p,
	.about-us-achievements .section-content p{
		font-size:17px;
	}
	
	.call-to-action-content a{
		padding: 15px 40px;
	}
	
	.call-to-action-content{
		padding:25px;
	}
	
	.call-to-action-content p{
		letter-spacing:normal;
	}
	
	.call-to-action-content img{
		margin:0 20px 0 0;
	}
	
	.site-footer .footer-logo{
		padding: 50px 20px;
	}
	
	.site-footer .footer-menu{
		padding:40px 20px
	}
	
	.site-footer .footer-menu .footer-links:last-child,
	.site-footer .footer-menu .footer-links{
		padding:0;
	}
	
	.calendar .calendar-footer ul li{
		padding:0 10px 0 0;
		margin:0 -4px 10px 0
	}
	
	.events-search-filter .section-content input[type="submit"]{
		padding:0;
	}
	
	.events-list .events-item .events-item-link a,
	.events-list-single .events-item .events-item-link a,
	.excursions-list .excursions-item .excursions-item-link a,
	.excursions-single-list .excursions-item .excursions-item-link a{
		padding:15px 0;
	}
	
	.newsletter-content input[type="submit"]{
		padding:17px 0;
	}
	
	.newsletter-content h2 strong{
		font-size:19px;
	}
	
	.sign-up-form .section-content .terms{
		padding:0;
	}
	
	.teachers-item-info{
		width:50%;
	}
	
	.featured-news .news-item .item-meta-data &gt; div,
	.latest-news-single .news-item .item-meta-data &gt; div,
	.latest-news .news-item .item-meta-data &gt; div{
		text-align:center!important;
		width:100%;
	}
	
	.featured-news .news-item .item-meta-data a,
	.latest-news-single .news-item .item-meta-data a,
	.latest-news .news-item .item-meta-data a{
		display:block;
		margin:0 0 5px;
	}
	
	.excursions-single-list .excursions-item{
		margin: 0 0 30px
	}

}

/* width: 991px; */
@media screen and (max-width: 61.938em) {
	.navbar-primary{ display: hidden; }

	#site-navigation{
		padding:0!important;
	}

	.site-header #site-navigation .nav li a{
		color:#003a8f;
	}
	
	.sf-menu .sub-menu{
		display: none!important;
	}

	.search-lightbox{
		padding:10px;
	}
	
	.site-header &gt; .row &gt; div{
		width:50%;
	}

	.header-1 #site-navigation .nav li a:before{
		bottom:0;
	}
	
	.header-2 .site-branding-mobile{
		display:block;
		text-align:left
	}
	
	.header-3 .site-branding .site-title,
	.header-3 .site-branding .navbar-header{
		width:50%;
		display:inline-block;
		margin:0 -4px 0 0;
		vertical-align:middle;
	}
	
	.header-3 .site-branding .site-title{
		text-align:left
	}
	
	.header-3 .site-branding .site-title a img{
		margin:0
	}

	.header-3 .site-branding {
		margin:25px 0 0
	}
	
	.header-2 .navbar-offcanvas.navbar-offcanvas-right{
		background:#2b2b2b
	}
	
	.header-2 #js-bootstrap-offcanvas .nav li a,
	.header-2 .closecanvas{
		color:#fff!important
	}
	
	.header-3-navigation .navbar-offcanvas.navbar-offcanvas-right{
		background:#fff;
		z-index:999999;
	}
	
	.header-3-navigation #site-navigation .nav li{
		display:block;
	}
	
	.header-2  #site-navigation .site-branding-mobile,
	.header-2  #site-navigation .navbar-header{
		width:50%;
		display:inline-block;
		margin:0 -4px 0 0;
	}
	
	.header-2 &gt; .row &gt; div{
		width:100%;
	}
	
	.header-2 #js-bootstrap-offcanvas .site-branding{
		display:none
	}
	
	.header-2 #js-bootstrap-offcanvas .navbar-right{
		display:block
	}
	
	.navbar-header{
		text-align:right
	}
	
	.mobile-menu,
	.navbar-toggle{
		display:inline-block!important;
		float:none;
		margin:0!important
	}
	
	.mobile-menu ul{
		margin:0;
	}
	
	.mobile-menu a{
		color:#e8edf5!important;
		padding:0!important;
		margin:0 20px 0 0;
	}
		
	.mobile-menu a i{
		font-size:20px;
	}
	
	.mobile-menu ul li{
		display:inline-block
	}
	
	#js-bootstrap-offcanvas &gt; .navbar-right{
		display:none
	}
	
	.navbar-offcanvas{
		bottom:0;
		overflow-y:scroll!important;
	}
	
	.closecanvas{
		display:block!important;
		background:none;
		border:none;
		color:#0f4ea3;
		margin:20px 0 0;
	}
	
	#site-navigation .navbar-right{
		float:none!important;
		margin:0!important
	}
	
	#site-navigation .navbar-toggle,
	.header-3 .site-branding .navbar-toggle{
		border:1px solid #e8edf5;
		margin:6px 0;
	}
	
	#site-navigation .navbar-toggle .icon-bar,
	.header-3 .site-branding .navbar-toggle .icon-bar{
		background:#e8edf5 ;
		transform:none!important;
		opacity:1!important;
	}
	
	#site-navigation .cart{
		display:none;
	}
	
	#js-bootstrap-offcanvas .nav li{
		text-align:center
	}
	
	#js-bootstrap-offcanvas .nav li a {
		font-size: 14px;
		padding: 10px 15px;
		text-align:center;
		display:inline-block!important;
	}
	
	.navbar-offcanvas{
		background:#e8edf5;
		overflow:hidden;
	}
	
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav &gt; li {
        float: none;
    }
    .navbar-nav &gt; li &gt; a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.header-1 #site-navigation{
		background:none;
	}
	
	.header-1 #site-navigation:after{
		display:none;
	}
	
	.hero-1{
		margin:0 0 -30px;
	}
	
	.hero-1 .hero-content .hero-caption{
		padding:100px 15px 0;
	}
	
	.hero-1 .hero-content .hero-caption h2, 
	.hero-3 .hero-content .hero-caption h2{
		font-size:32px;
	} 
	
	.welcome .welcome-content{
		padding:0
	}
	
	.welcome .welcome-content h3{
		font-size:28px;
		line-height:35px;
		margin:0 0 20px;
	}
	
	.call-to-action-content &gt; div{
		display:block;
	}
	
	.we-have-faith .section-header,
	.academic-calendar .academic-calendar-header{
		width:100%;
	}
	
	.call-to-action-content a{
		float:none;
		margin:20px auto 0;
		width:200px;
		display:block;
	}
	
	.achievements{
		padding:50px 0;
	}
	
	.achievements .section-header {
		margin: 0 0 30px;
	}
	
	.achievements .section-content h3{
		font-size: 30px;
		margin: 0 0 10px;
	}
	
	.achievements .section-content p, 
	.about-us-achievements .section-content p{
		font-size:13px;
	}
	
	.latest-news-single .news-item .item-image img,
	.latest-news .news-item .item-image img,
	.featured-news .news-item .item-image img{
		display:block;
		width:100%;
		height:auto;
	}
	
	.latest-news .news-item{
		min-height:597px
	}
	
	.featured-video h2,
	.featured-video .primary-link{
		margin:0 0 20px
	}
	
	.featured-video .primary-link{
		padding:10px 45px;
	}
	
	.testimonials .nav li:first-child,
	.testimonials .nav li:last-child{
		display:none;
	}
	
	.testimonials .nav li{
		width:33.33333%
	}
	
	.testimonials .tab-content{
		 padding: 100px 30px 70px;
	}
	
	.newsletter-content &gt; div{
		display:block;
		text-align:center;
	}
	
	.newsletter-content h2 strong{
		margin:0 0 5px;
	}
	
	.newsletter-content h2{
		margin:0 0 20px
	}
	
	.calendar-note ul li span{
		display:block;
		width:100%;
		margin:0 0 5px;
	}
	
	.calendar-note ul li{
		margin:0 0 20px
	}
	
	.footer-logo{
		position:relative;
	}
	
	.footer-logo:before{
		display:block;
		content:"";
		width:100%;
		position:absolute;
		top:0;
		bottom:0;
		right:100%;
		background:#0f4ea3 
	}
	
	.footer-logo:after{
		display:block;
		content:"";
		width:100%;
		position:absolute;
		top:0;
		bottom:0;
		left:100%;
		background:#0f4ea3 
	}
	
	.footer-menu{
		position:relative;
	}
	
	.footer-menu:before{
		display:block;
		content:"";
		width:100%;
		position:absolute;
		top:0;
		bottom:0;
		right:100%;
		background:#0f4ea3  
	}
	
	.footer-menu:after{
		display:block;
		content:"";
		width:100%;
		position:absolute;
		top:0;
		bottom:0;
		left:100%;
		background:#0f4ea3  
	}
	
	.about-us-content .section-content,
	.about-us-content .section-content-icons{
		padding:0 15px;
	}
	
	.contact-form .section-content{
		padding:70px;
	}
	
	.contact-information .section-content{
		padding:30px;
	}
	
	.events-search-filter .section-content input[type="text"]{
		margin:0 0 20px
	}
	
	.events-search-filter{
		background:#fff
	}
	
	.events-list .events-item,
	.events-list-single .events-item{
		min-height:551px
	}
	
	.events-single-hero .hero-caption{
		width:100%;
	}
	
	.events-single-content .events-single-about,
	.events-single-content .events-single-speakers,
	.excursions-single-content .excursions-single-about,
	.excursions-single-content .excursions-single-timeline{
		margin:0 0 50px;
	}
		
	.news-single-content .section-content,
	.news-single-comments .comments-form,
	.news-single-comments .section-content{
			padding:0 15px;
	}
	
	.news-single-content .section-footer{
		padding:70px 15px 0;
	}
	
	.schedule-content .schedule-table-heading ul li:first-child,
	.schedule-content .schedule-table-content ul li:first-child{
		display:none
	}
	
	.schedule-content .schedule-table-heading ul li,
	.schedule-content .schedule-table-content ul li{
		width:20%;
	}
	
	.schedule-content .schedule-table-content ul li.day-5{
		width:100%;
	}
	
	.schedule-content .schedule-table-content ul li span{
		font-size:10px;
		padding:15px;
	}
	
	.schedule-content .schedule-table-content ul li span strong{
		margin:10px 0 0;
	}
	.schedule-content .schedule-table-content ul li{
		height:87px
	}
	
	.sign-in-form .section-content,
	.sign-up-form .section-content{
		width:80%;
	}
	
	.teachers-single-hero .teachers-single-overview{
		width:90%
	}
	
	.teachers-single-hero .teachers-single-skills{
		width:100%;
	}
	
	.teachers-single-content .teachers-single-content-info p:last-child{
		margin:0 0 40px;
	}
	
	.teachers-single-item{
		margin:0 0 30px
	}
	
	.calendar-note ul li{
		line-height:20px;
	}
	
	.page-not-found-hero{
		min-height:600px
	}
	
	.search-bar{
		padding:20px 15px;
	}
	
	.academic-calendar .container .row .tab-content &gt; .tab-pane &gt; .col-md-2{
		display:block;
		border-bottom:1px solid #efefef
	}
	
	.calendar-nav ul{
		position:relative;
		top:auto;
		bottom:auto;
	}
	
	.calendar-info &gt; div,
	.academic-month .row &gt; div{
		width:50%!important;
	}

	.welcome .welcome-img{
		margin:30px 0 0;
	}
	
	.featherlight .featherlight-content p{
		font-size:13px;
		line-height:23px;
	}
	
	.featherlight-inner img{
		margin:0 auto 30px
	}
	
	.featherlight .featherlight-content{
		width:80%;
	}
	
	.latest-news .container .row .section-content &gt; div:nth-child(2n+2),
	.latest-news-single .container .row .section-content &gt; div:nth-child(2n+3){
		clear:both
	}
	
	.schedule-content .schedule-table-heading ul li:nth-child(2),
	.schedule-content .schedule-table-content ul li:nth-child(2){
		border-left:1px solid #d0d0d0;
	}

	.nav li.menu-item-search, .nav li.menu-item-profile{
		display: none;
	}

	.navbar-primary-mobile{
		display: block;
	}
	.navbar-primary{
		display: none;
	}

	.site-header .navbar-mobile ul.sub-menu{
		margin-top: -2px;
	}

	.site-header .navbar-mobile ul.sub-menu li.menu-item{
		margin: 14px 5px; 
	}

	.site-header .navbar-mobile ul.sub-menu li.menu-item a{
		font-size: 14px;
		color: #9376df;
	}

	.site-header .navbar-mobile ul.sub-menu li a:before{
		height:0px;
	}

	.site-header .navbar-mobile ul li:hover a:before{
		background:#9376df;
		bottom:0;
	}

	.site-header .navbar-mobile .navbar-nav &gt; li &gt; a:before{
		height: 0px;
	}

	.site-header .nav li a{
		padding:15px 15px!important;
		font-weight: 500;
	}

	.site-header .navbar-mobile ul.sub-menu li.menu-item a{
		color: #000!important;
		font-size:11px!important;
		padding:5px 15px!important;
	}
}

/* width 768px */
@media screen and (max-width: 48em) {

	.hdq_quiz_wrapper {
		padding: 0 20px;
	}
	
	.site-footer .footer-menu .footer-links:last-child{
		width:100%;
		margin:0;
		/*border-top:1px solid #a6b5d4;*/
		padding:30px 0 0;
	}
	
	.hero-1,
	.hero-3{
		margin:0;
		padding:180px 0 100px;
		min-height:auto;
	}
	.hero90 {padding:116px 0 100px !important;}

	.hero-2{
		padding:200px 0 100px;
		min-height:auto;
		margin:0;
	}
	
	.hero-2 .hero-content h2{
		font-size:32px;
	} 
	
	.hero-1 .hero-content .hero-img,
	.hero-3 .hero-content .hero-img,
	.header-3 .top-header{
		display:none;
	}
	
	.hero-3 .hero-content .hero-caption, 
	.hero-3 .hero-content .hero-img,
	.hero-1 .hero-content .hero-caption, 
	.hero-1 .hero-content .hero-img{
		text-align:center;
	}
	
	.hero-2 .hero-content{
		padding:0 15px;
	}
	
	.call-to-action-content{
		text-align:center
	}
	
	.call-to-action-content img {
		margin: 0 0 20px;
	}
	.call-to-action-content p{
		display:block;
	}
	
	.academic-calendar,
	.achievements{
		padding:70px 15px;
	}
	
	.achievements .section-content &gt; div{
		margin:0 0 20px
	}
	
	.latest-news {
		padding: 70px 15px 20px;
	}
	
	.sponsor-logo &gt; div{
		width:100%;
		margin:0 -4px 30px 0!important
	}
	
	.sponsor-logo &gt; div:last-child{
		margin:0 -4px 0 0!important
	}
	
	.featured-video .container .row &gt; div{
		width:100%;
	}
	
	.featured-video .content-video{
		margin:20px 0 0;
	}
	
	.featured-video .content-video img{
		display:block;
		width:100%;
	}
	
	.latest-news .section-content &gt; div{
		display: inline-block;
		width: 49.7%;
		margin:0 -4px 0 0;
		vertical-align:top;
	}
	
	.latest-news .section-content &gt; div:first-child{
		width:100%;
	}
	
	.latest-news .news-item{
		min-height:auto;
	}
	
	.site-footer {
		overflow:hidden;
		position:relative
	}
	
	.site-footer .footer-menu .footer-links{
		width:50%;
		display:inline-block;
		margin:0 -4px 10px 0;
		text-align:center;
		vertical-align:top;
	}
	
	.site-footer .footer-menu .footer-links ul.social{
		text-align:center
	}
	
	.site-footer .footer-menu .footer-links ul.social li{
		display:inline-block;
		margin:0 -4px 0 0;
		vertical-align:middle;
		float:none;
		padding:0 5px
	}
	
	.page-not-found .section-content{
		width:100%;
		padding:50px;
	}
	
	.page-not-found .section-content a{
		padding:0 15px;
	}
	
	.about-us-achievements .section-content &gt; div{
		margin:0 0 20px
	}
	
	.about-us-content .section-content-icons{
		text-align:center
	}
	
	.about-us-content .section-content-icons .row{
		margin:0 -15px;
	}
	
	.about-us-content .section-content-icons .row &gt; div{
		margin:0 0 30px;
	}
	
	.about-us-content .section-content-icons img{
		margin:0 0 20px
	}
	
	.about-us-testimonials .tab-content {
		padding: 100px 15px 70px;
	}
	
	.about-us-testimonials .nav li{
		width:33.33333%;
	}
	
	.about-us-testimonials .nav li a strong{
		font-size:16px;
		line-height:16px;
		margin:0 0 10px;
	}
	.about-us-testimonials .nav li a span{
		font-size:13px;
		line-height:13px;
		margin:0 0 30px;
	}
	
	.calendar-info &gt; div,
	.academic-month .row &gt; div{
		width:100%!important;
		display:block!important;
	}
	
	.calendar{
		border-right:none;
		border-bottom:1px solid #efefef
	}
	
	.academics-content{
		padding:70px 15px 0;
	}
	
	.academic-month .calendar{
		border:1px solid #efefef!important
	}
	
	.academic-month .calendar-note{
		border-right:1px solid #efefef;
		border-left:1px solid #efefef;
		border-bottom:1px solid #efefef;
	}
	
	.contact-form .section-content{
		padding:40px;
	}
	
	.contact-form .section-content form &gt; .row &gt; div{
		padding:0 15px!important;
	}
	
	.sign-up-hero .hero-content p br,
	.sign-in-hero .hero-content p br,
	.excursions-hero .hero-content p br,
	.contact-hero .hero-content p br{
		display:none
	}
	
	.events-search-filter{
		padding:0 15px;
	}
	
	.events-list{
		padding: 150px 15px 70px;
	}
	
	.events-search-filter .section-content &gt; div{
		width:100%;
	}
	
	.events-search-filter .section-content .datepicker{
		background-position:95% center
	}
	
	.newsletter-content{
		padding:40px 15px;
	}
	
	.featherlight .featherlight-content{
		width:80%;
	}
	
	.related-heading span{
		padding:0 30px;
	}
	
	.events-single-hero .hero-content h2{
		font-size:20px;
		line-height:30px;
	}
	
	.newsletter-content &gt; div{
		display:block!important
	}
	
	.newsletter-content input[type="email"]{
		display:block;
		width:100%;
		margin:0 0 20px
	}
	.newsletter-content button[type="submit"]{
		display:block;
		width:100%;
		margin:0;
		float:none;

	}
	
	.excursions-list .container .row &gt; div:nth-child(2n+3),
	.excursions-single-list .container .row &gt; div:nth-child(2n+3){
		clear:both
	}
	
	
	.news-single-comments .section-content ul &gt; li &gt; ul{
		padding:0 0 0 50px
	}
	
	.news-single-comments .section-content .news-user-comment h3 span{
		display:block;
		margin:0 0 30px;
	}
	
	.schedule-table-content,
	.schedule-table-heading{
		display:none
	}
	
	.schedule-table-content-mobile{
		display:block
	}
	
	.sign-in-form .section-content, .sign-up-form .section-content{
		width:100%;
		padding:30px
	}
	
	.teachers-single-hero .container{
		min-height:auto;
		width:100%;
	}
	
	.teachers-single-hero .hero-content{
		position:relative;
		bottom:auto;
		left:auto;
		margin:50px 0 0;
	}

	
	.teachers-single-hero .hero-content .hero-caption &gt; div{
		width:100%;
	}
	
	.teachers-single-hero .teachers-single-overview{
		width:100%;
		margin:0 0 30px
	}
	
	.teachers-single-hero .teachers-single-skills{
		padding:0 0 30px;
	}
	
	.teachers-single-skills &gt; h2::before{
		display:none
	}
	
	.teachers-single-hero .teachers-single-skills h2{
		padding:15px 45px;
		margin:0 0 20px
	}
	
	.teachers-single-content{
		padding:70px 0 0
	}
	
	.teachers-single-hero .teachers-single-overview-info .send-message{
		padding:15px;
	}
	
	.testimonials .nav li a strong{
		line-height:20px;
	}
	
	.testimonials .nav li a span{
		line-height:normal
	}
	
	blockquote{
		padding:100px 40px 40px;
		font-size:16px;
		line-height:26px;
		background-position:center 40px;
	}
		
}

/* width 480px */
@media screen and (max-width: 30em) {
	.page-not-found .section-content a{
		width:100%;
		font-size:16px
	}
	
	.page-not-found-hero .hero-content h2{
		font-size: 120px;
		line-height: 97px;
	}
	
	.page-not-found .section-content{
		width:100%;
		padding:30px;
	}
	
	.about-us-testimonials .nav li{
		width:100%;
	}
	
	.about-us-testimonials .nav li a{
		padding:20px 15px;
	}
	
	.excursions-single-list .container .row &gt; div,
	.excursions-list .container .row &gt; div,
	.events-list .container .row &gt; div,
	.events-list-single .container .row &gt; div{
		width:100%!important;
	}
	
	.join{
		padding:0 20px;
	}
	
	.featured-news .container .row .section-content &gt; div, 
	.latest-news .container .row .section-content &gt; div, 
	.latest-news-single .container .row .section-content &gt; div,
	.teachers-list .container .row  &gt; div,
	.teachers-single-list .container .row  &gt; div{
		width:100%;
	}
	
	
	.news-single-content .section-footer .news-author .row &gt; div{
		width:100%;
	}
	.news-single-content .section-footer .news-author .row &gt; div img{
		max-width:100px;
		margin:0 auto 30px
	}
	
	.news-single-comments .comments-form input[type="submit"],
	.sign-in-form .section-content input[type="submit"],
	.sign-up-form .section-content input[type="submit"]{
		float:none;
		width:100%;
	}
	
	.schedule-content .schedule-table-filter{
		padding:20px;
	}
	
	.schedule-content .schedule-table-filter .bootstrap-select{
		width:100%!important;
	}
	
	.schedule-content .schedule-table-filter .bootstrap-select .btn-default{
		width:100%;
		margin:0;
	}
	
	.sign-in-form .section-content .forgot-password{
		position:relative;
		margin:20px 0 0;
		display:inline-block;
	}
	
	.testimonials .nav li{
		display:block;
		width:100%
	}
	
	.testimonials .nav li a{
		border-radius:0
	}
	
}

.blog-post-content .blog-post .area-content blockquote p{
	margin-bottom: 0;
}

.entry__content .alignfull,
.entry__content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

@media only screen and ( min-width: 950px ) {

    .entry__content .alignwide {
        margin-left  : -125px;
        margin-right : -125px;
        max-width    : 950px;
    }
}

img.attachment-{ width: 323px !important; height: 190px !important; }

.espac {padding: 5% 0;}

.site-footer .footer-menu .footer-links:last-child{border-top:0 solid #e8e8e8;}

.contact-hero:after {
    background: rgba(84,27,79,0.8) !important;
}</pre></body></html>