/*------------------------------------------------------------------
	Project: 		School
	Last Change:	9.22.17
	Develop By:		Raul Sevilles
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Banenr
	5.	Content
	6.	Footer
	-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
	-------------------------------------------------------------------*/

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
	@import url('https://fonts.googleapis.com/css?family=Prata');
	@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700');
	@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700');

/*------------------------------------------------------------------
	[ 2 Global ]
	-------------------------------------------------------------------*/
	* { outline: none; }
	html {
/*	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #f5f5f5;
	color: #535353;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}
p, label, h1, h2, h3, h4, h5,h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #535353;
	font-family: 'Open Sans', sans-serif;
}
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
p {
	line-height: 32px;
	margin: 0;
	padding-bottom: 20px;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;

	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;

}
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}
input, 
button, 
textarea, 
select {
	/*	outline: none;*/
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
}
ol ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}
ol li { margin: 0 0 5px 0; }
ol, ul { list-style-position: inside; }
ol > li { list-style-position: inside; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }
q { font-style: italic; }
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
textarea {
	resize:none;
	overflow-y:auto;
}
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after { clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 .clearfix { *zoom: 1; }




 .wp1,
 .wp2,
 .wp3,
 .wp4,
 .wp5,
 .wp5-fInUP,
 .wp6,
 .wp7,
 .wp8,
 .wp9 {
 	visibility: hidden;
 }

 .fadeIn,
 .fadeInUp {
 	visibility: visible;
 }

 .delay-05s {
 	-webkit-animation-delay: 0.5s;
 	-o-animation-delay: 0.5s;
 	animation-delay: 0.5s;
 }

 .delay-1s {
 	-webkit-animation-delay: 1s;
 	-o-animation-delay: 1s;
 	animation-delay: 1s;
 }

 .delay-1_5s {
 	-webkit-animation-delay: 1.5s;
 	-o-animation-delay: 1.5s;
 	animation-delay: 1.5s;
 }

 .delay-2s {
 	-webkit-animation-delay: 2s;
 	-o-animation-delay: 2s;
 	animation-delay: 2s;
 }

 .delay-2_5s {
 	-webkit-animation-delay: 2.5s;
 	-o-animation-delay: 2.5s;
 	animation-delay: 2.5s;
 }

 .delay-3s {
 	-webkit-animation-delay: 3s;
 	-o-animation-delay: 3s;
 	animation-delay: 3s;
 }
/*------------------------------------------------------------------
[ 3 Header ]-------------------------------------------------------------------*/
header.site-header { 
	position: absolute; 
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
}
.main-slider, .main-slider .owl-stage-outer, .main-slider .owl-stage, .main-slider .owl-item, .main-slider .item-video, .main-slider .item, .main-slider .item img{
	height: 100%;
	position: relative;
}
.main-slider .owl-item img {
	max-width: inherit !important;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0.7;
}
.owl-carousel.owl-drag .owl-item {
	background-color: #142047;
}
.owl-carousel .owl-video-tn{
	background-size: cover;
}
.header_top-black {
	background-color: #313131;
	height: 47px;
	width: 100%;
}
.header_main {  
	position: relative;
	z-index: 3;
	max-height: 100vh;
}

/*Navbar*/
.navbar-brand { 
	color: #5e5e5e;
	font-family: 'Amiri', serif;
	font-size: 15px;
	padding: 0; 
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-light .navbar-brand { 
	color: #5e5e5e;  	
	margin: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}


.logo-orig { display: none; }

.navbar { padding:0; }
.navbar-nav .nav-item { 
	float: left; 
}

.navbar-nav .nav-item .dropdown-link {
	background: url(../images/dropdown-arrow.png) no-repeat right center;
}

.navbar-nav .nav-item > ul { padding: 10px 15px; }
.navbar-nav .nav-item > ul > li > ul { padding: 0 15px; }
.navbar-nav .nav-item > ul li { padding: .5rem; }
.navbar-nav .nav-item > ul li a { 
	color: #fff; 
	display: block;
	padding: .5rem 0;
	width: 100%;
}

.navbar-brand-outer { 
	background-color: #fff; 
	width: 100%;
	padding: 1rem;
	position: relative;
	z-index: 100;
}
.navbar-brand-outer .container { position: relative; }

.navbar-light .navbar-nav .nav-link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	padding: .7rem 1.2rem .7rem .7rem;
	border-bottom: 2px solid #60605f;
	/*	border-top: 3px solid transparent;*/
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover { 
	color: #d1a139; 
	/*	border-top: 3px solid #d1a139;*/
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link { 
	color: #d1a139;
	/*	border-top: 3px solid #d1a139;*/
}

.navbar-toggler { cursor: pointer; }
.navbar-toggler:focus, 
.navbar-toggler:hover { outline: none; }


.navbar-collapse { 
	background-color: rgba(51, 51, 51, .9);  
	padding: 1.5rem 0;
}

.mobile-search-wrap input {
	background: #be9438 url(../images/icon-search-2.png) no-repeat 98% 50%;
	color: #fff;
	border: 0;
	width: 100%;
	height: 45px;
	padding: 5px 45px 5px 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.mobile-search-wrap input::-webkit-input-placeholder { color: #fff; }
.mobile-search-wrap input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.mobile-search-wrap input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.mobile-search-wrap input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.navbar-toggler { float: right; }
.navbar-toggler .navbar-toggler-icon {
	background-image: url(../images/burger-menu.png);
	background-repeat: no-repeat;
	width: 30px;
}

/*Header Quicklinks*/
.header_quicklinks {
	/*	background-color: rgba(209, 161, 57, .9); */
	text-align: center;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.header_quicklinks ul { display: inline-block; }
.header_quicklinks ul li { 
	text-align: center;
	padding: 10px 15px;
	margin-bottom: 15px;
	float: left;
	width: 50%;
}
.header_quicklinks ul li a {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
}
/*.header_quicklinks ul li img { display: none; }*/
.header_quicklinks ul li a span { 
	display: block; 
	margin-top: 5px;
}
.fixed-quiclinks-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.quick-icon span{
	font-size: 66px;
}
.quick-link-txt{
	overflow: hidden;
}
/*Sticker Header*/
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.fixed-header.header_main,
.fixed-header.bg-white { background-color: #313131; }

.fixed-header .navbar-brand { 
	padding: 0; 
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}


.fixed-header .navbar-nav .nav-link { color: #fff; }

.fixed-header .navbar-light .navbar-toggler { background-color: transparent; }
.fixed-header .navbar-brand-outer { background-color: #313131; }
/*------------------------------------------------------------------
[ 4 Banner ]-------------------------------------------------------------------*/
.banner-wrap {
	position: relative; 
	z-index: 2; 
	height: 600px;
	border-bottom: 5px solid #504732;
	/*	margin-top: -120px;*/
}
.banner-txt-wrap {
	bottom: 212px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.banner-img-wrap {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.parallax-window {	
	min-height: 600px;
	background: transparent;
}
.banner-overlay-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,303030+100&0+0,0.67+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(48,48,48,0.67) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(48,48,48,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(48,48,48,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab303030',GradientType=0 ); /* IE6-9 */
	opacity: 0.67;
}

.banner-txt-info {
	color: #fff;
	font-family: 'Prata', serif;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.banner-txt-info h1 {
	color: #fff;
	font-family: 'Prata', serif;
	font-size: 35px;
	letter-spacing: 3px;
}
.banner-txt-info p {
	font-size: 24px;
	letter-spacing: 3px;
	padding-bottom: 0;
}
.banner-subpage-wrap .translucent-bg{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 0.5;
}
.parallax-effect {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.parallax-effect.parallax-applied {
	background-attachment: scroll;
	background-size: auto 160%;
}
/*Banner Sub Page*/
.banner-subpage-wrap {
	height: 400px;
	border-bottom: 20px solid #d1a139;
}
.banner-subpage-wrap .parallax-window { min-height: 400px; }
.banner-subpage-wrap .banner-txt-wrap { bottom: 40px; }

.event-banner-wrap.banner-subpage-wrap,
.news-banner-wrap.banner-subpage-wrap { border-bottom: 0 }

/*------------------------------------------------------------------
[ 5 Content ]-------------------------------------------------------------------*/
.content-wrapper {
	position: relative;
	z-index: 4;
}

/*h-quicklinks-wrapper*/
.h-quicklinks-wrapper { 
	padding-bottom: 470px;
	background-color:#d1a139;
	position: relative;
}
.h-quicklink-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.h-quicklink-nOmobile { display: none !important; }
.h-quicklink-item {
	padding:0;
	height: 325px;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
	cursor: pointer;
}
.h-quicklink-item-inner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
	height: 325px;
}
.h-quicklink-item:hover .h-quicklink-item-inner, 
.h-quicklink-item:focus .h-quicklink-item-inner {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.h-quicklink-item-inner:before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52,73,94,0.75);
}



.h-quicklink-item:first-child { margin-top: -150px; }

.h-quicklink-item h3 {
	bottom: 45px;
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0 .5rem;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
	line-height: 26px;
}
.box-overlay-bg {
	height: 100%;
	position: absolute;
	left: 0;
	right:-1px;
	bottom: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0e0e0e+100&0+0,0.67+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(14,14,14,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(14,14,14,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(14,14,14,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab0e0e0e',GradientType=0 ); /* IE6-9 */
}

/*.h-lnews_content-wrapper*/
.h-lnews_content-wrapper { 
	/*height: 285px;*/
	overflow: visible;
	z-index: 4; 
	position: relative;
}
/*.h-lnews_content-innerwrap { margin-top: -400px; }*/
.h-newsletter-wrap {
	background-color: #fff;
/*	height: 700px;
	margin-top: -400px;
	margin-top: -60px;*/
	padding: 0.9375rem;
	text-align: center;
	width: 100%;
	margin-bottom: 1.875rem;
	position: relative;
}
.h-newsletter-wrap h2 {
	color: #c19d57;
	font-family: 'Amiri', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: .8rem;
}
.h-newsletter-wrap p {
	color: #262626;
	font-family: 'Amiri', serif;
	font-size: 16px;
	font-weight: 400;

}

.h-newsletter_img-wrap {
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
	height: 505px;
	display: inline-block;
	width: 100%;
	max-width: 435px;
	position: relative;
	text-align: center;
}
.owl-video-playing .banner-overlay-bg{
	z-index: 0;
}
.bg-overlay {
	height: 150px;
	position: absolute;;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c09c57+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(185,149,80,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(185,149,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(185,149,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c09c57',GradientType=0 ); /* IE6-9 */
}
.h-newsletter_img-wrap a {
	-webkit-border-radius: 4px;
	background-color: #343434;
	border-radius: 4px;
	border: 1px solid #fff;
	bottom: 20px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	left: 50%;
	width: 230px;
	margin-left: -115px;
	padding: 15px 20px;
	position: absolute;
	z-index: 2;
}

/*h-latestnews-wrap*/
.h-latestnews-wrap .ln-heading-title {
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 42px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.2;
	margin-top: -394px;
}
.h-latestnews-wrap.original .al-button-left,.h-latestnews-wrap.original .al-button-right{
	display: none;
}
.h-latestnews-list { 
	overflow: hidden; 
	position: relative;
}
.h-latestnews-item { 
	padding: 0 10px 30px; 
	float: left;
}
.h-latestnews-wrap.alternate .h-latestnews-list{
	background-color: #f3f3f3;
	margin-bottom: 30px;
}
.h-latestnews-wrap.alternate .h-latestnews-item { 
	padding: 0;
}
.h-ln_img-wrap { height: 314px; }
.h-ln_img-wrap {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
}

.h-ln_content-wrap { 
	background-color: #fff; 
	padding: 3rem 1rem;
}
.h-ln_content-wrap h4 {
	color: #303030;
	font-family: 'Amiri', serif;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.2;
	padding-bottom: 30px;
}
.h-ln_content-wrap p {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	color: #949494;
	letter-spacing: 0.7px;
	line-height: 1.5;
}
.h-ln_content-wrap .link {
	color: #bc974f;
	font-size: 13px;
	padding-left: 0;
}
.h-ln_content-wrap span { padding-left: 8px; }
.h-events-imgbg { display: none; }

/*Events*/
.h-events-wrapper { 
	background-color: #313131; 
}
.h-events_wrap-inner {
	padding: 2rem 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0e0e0e+100&0+0,0.67+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(14,14,14,0.67) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(14,14,14,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(14,14,14,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab0e0e0e',GradientType=0 ); /* IE6-9 */
}

.h-latestnews-list button{
	border:0;
	height: 37px;
	position: absolute;
	text-indent: -9999px;
	top:295px;
	width: 37px;
	outline: none;
	cursor: pointer;
}
.h-latestnews-list .slick-prev {
	left: 5px;
	background: url(../images/slider-nav-left.png) no-repeat;
}
.h-latestnews-list .slick-next {
	right: 5px;
	background: url(../images/slider-nav-right.png) no-repeat;
}
.h-latestnews-list .slick-disabled { display: none !important; }

/*.h-events_wrap-inner .quick-events { padding-top: 8rem; }*/
.quick-events-info h2,
.h-events_wrap-inner .quick-events > h2 {
	color: #bc974f;
	font-size: 42px;
	font-family: 'Amiri', serif;
	padding-bottom: 90px;
	line-height: 1.4;
	text-align: center;
}
.quick-event-item {
	box-shadow:0px 0px 50px rgba(0,0,0, .5);
	text-align: center;
	height: 100%;
}
.event-date {
	background-color: #0b0b0b;
	color: #fff;
	display: inline-block;
	font-family: 'Amiri', serif;
	font-size: 42px;
	height: 90px;
	margin-top:-35px;
	text-align: center;
	width: 90px;
}
.event-title {
	height: 125px;
	position: relative;
	padding: .5rem 1rem;
	overflow: hidden;

}
.event-title h2 {
	font-family: 'Amiri', serif;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	line-height: 1.2;	
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
}
.event-date > div {
	top: 50%;
	position: relative;
	transform: translateY(-40%);
	line-height: 25px;
}
.event-date span { 
	display: block; 
	font-size: 14px;
}
.quick-event-item .link {
	color: #bc974f;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 20px;
}
.quick-event-item a span { padding-left: 8px; }

.events-calendar { 
	text-align: center; 
	display: none;
}
.calendar-wrap { 
	height: 510px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	/* background-size: cover; */
	/* background-position: center center; */
	max-width: 623px;
	width: 100%;
	display: inline-block;
}


.view-all-events-wrap {
	background-color: #333333;
	display: inline-block;
	height: 110px;
	margin-top: -20px;
	max-width: 623px;
	padding: 35px 20px 20px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}
.view-all-events-wrap a {
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 17px;
}
.view-all-events-wrap a span { padding-left: 8px; }

.quick-events-info { display: none; }
.quick-events .view-events a,
.quick-events-info .view-events a {
	color: #c0c0c0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.quick-events-info .view-events a { display: none; }


/*Sub Pages*/
/*.subpage-content-wrap { padding-bottom: 90px; }*/

.content-info-wrapper {
	background-color: #f3f3f3;
	box-shadow: 0 1px 50px rgba(0,0,0,.2);
	padding: 0;
	z-index: 3;
}

.content-info-wrapper h1,
.content-info-wrapper h2,
.content-info-wrapper h3 {
	font-family: 'Amiri', serif;
	line-height: 1.2;
}

.page-title {
	font-family: 'Amiri', serif;
	color: #303030;
	font-size: 28px;
	padding-bottom: 35px;
}

.page-title-2 {
	font-family: 'Amiri', serif;
	color: #bc974f;
	font-style: italic;
	font-size: 35px;
	padding-bottom: 30px;
}

.page-title-3 {
	font-family: 'Amiri', serif;
	color: #949494;
	font-size: 28px;
	padding-bottom: 30px;
}

.redactor-styles h1 {
	font-family: 'Amiri', serif;
	color: #303030;
	font-size: 28px;
	padding-bottom: 35px;
}

.redactor-styles h2 {
	font-family: 'Amiri', serif;
	color: #bc974f;
	font-style: italic;
	font-size: 35px;
	padding-bottom: 30px;
}

.redactor-styles h3 {
	font-family: 'Amiri', serif;
	color: #949494;
	font-size: 28px;
	padding-bottom: 30px;
}

.content-info-wrapper p {
	color: #949494;
	font-size: 15px;
	letter-spacing: 0.7px;
}

.c-txt-style-wrap h3 {
	border-top: 5px solid #d6c39d;
	color: #bc974f; 
	font-family: 'Amiri', serif;
	font-style: italic;
	font-size: 24px;
	padding-top: 25px;
	text-align: center;
	margin: 50px 0 40px;
	display: inline-block;
}
.c-img-style-wrap {
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
	height: 440px;	
}

.dl-file {
	background: url(../images/icon-download.png) no-repeat 0 3px;
	color: #4f4c4c; 
	display: inline-block;
	font-family: 'Amiri', serif;
	font-size: 21px;
	font-style: italic;
	margin: 1rem 1.5rem ;
	padding:0 0 0 45px;
}
.go-back {
	color: #797979; 
	font-family: 'Amiri', serif;
	font-size: 24px;
	font-style: italic;
}
.dl-file:hover,
.go-back:hover { color: #bc974f }

/*Form*/
.general-form-wrap h3 { color: #6b6b6b; }
.general-form-wrap .form-group { 
	overflow: hidden;
}
.general-form-wrap .form-control-label {
	font-size: 20px;
	color: #bc974f;
	font-family: 'Amiri', serif;
	font-style: italic;
	padding: 0 5px 5px 5px;
	width: 100%;
}
.general-form-wrap .form-control {
	border: 1px solid #e8e8e8;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: none;
}
.general-form-wrap .form-group small.form-text {
	font-size: 15px;
	color: #6b6b6b;
	margin-top: 10px;
}
.general-form-wrap .form-group .form-check-label { 
	margin-right: 25px; 
	font-size: 15px;
	color: #6b6b6b;
}
.general-form-wrap button {
	-webkit-border-radius: 0;
	background-color: #ce9f38;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 24px;
	font-style: italic;
	max-width: 165px;
	outline: none;
	width: 100%;
	cursor: pointer;
}
.general-form-wrap .form-group textarea { height: 140px; }
.general-form-wrap .form-group.form-check { padding-bottom: 1rem; }

.news-content-wrap .general-form-wrap { display: none; }


/*Event List Page*/
.events-content-wrap .also-this-section,
.news-content-wrap .also-this-section { display: none }

.events-list-item {
	/*border-bottom: 3px solid #e5e5e5;*/
	margin-bottom: 25px;
	padding-bottom: 25px; 
}
.events-list-item .e-date-wrap { 
	margin-bottom: 25px; 
	text-align: center;
}
.events-list-item .e-date-wrap a {
	background-color: #313131;
	display: inline-block;
	height: 100%;
	height: 240px;
	/*max-width: 200px;*/
	padding: 2rem;
	width: 100%;
	text-align: center;
}
.events-list-item .e-date-wrap a:hover {
	background-color: #d1a139;
}
.events-list-item .e-date-wrap .e-date-day {
	display: block;
	padding-bottom: 1.5rem;
	color: #fff;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
}
.events-list-item .e-date-wrap a:hover .e-date-day { color: #fff; }
.events-list-item .e-date-wrap .e-date-num {
	color: #d1a139;
	font-size: 86px;
	width: 100%;
	line-height:1.2;
	font-style: normal;
}
.events-list-item .e-date-wrap a:hover .e-date-num {color: #313131; }
.events-list-item .e-date-wrap .e-date-months {
	color: #d1a139;
	font-family: 'Amiri', serif;
	font-size: 18px;
}
.events-list-item .e-date-wrap a:hover .e-date-months { color: #313131; }
.events-list-item .e-date-wrap.selected a { background-color: #d1a139 }
.events-list-item .e-date-wrap.selected .e-date-day { color: #fff; }
.events-list-item .e-date-wrap.selected .e-date-num,
.events-list-item .e-date-wrap.selected .e-date-months { color: #313131; }


#eventDetailPage .events-list-item .e-details-wrap h3{
	font-size: 38px;
}
.events-list-item .e-details-wrap h3 {
	font-size: 32px;
	color: #a5a5a5;
	padding-bottom: 25px;
}
.e_list-school-date { 
	color: #706e6e;
	font-size: 15px;
	padding-bottom: 10px;
	padding-bottom: 25px; 
	font-family: 'Work Sans', sans-serif;
}
.e_list-school-date .e-details-icon {
	color: #d7b36f;
	margin-right: 5px;
	text-align: center;
	width: 15px;
	display: inline-block;
	font-size: 16px;
}
.e_list-school-date .e-details-icon img { display: inline-block; }

.events-list-item .link {	
	color: #8f8f8f;	
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	display: inline-block;
}
.events-list-item a.events-read-more {
	color: #d7b36f;
	margin-right: 20px;	
	font-style: italic;
	font-family: 'Amiri', serif;
	font-size: 17px;
}
.events-list-item a.events-add-calendar {
	font-size: 17px;
	padding: 8px 20px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;	
	font-style: italic;
	font-family: 'Amiri', serif;
}
.event-detail-content-wrap .events-list-left a.events-add-calendar { display: none; }


.also-in-mobile { background-color: #ffffff; }
.also-in-mobile > a {
	/*background: url(../images/also-in-mobile-bg.png) no-repeat right center;*/
	font-family: 'Amiri', serif;
	font-size: 20px;	
	color: #d1a139;
	display: block;
	padding:4px;
	position: relative;
}
.also-in-mobile .subpage-list-wrap ul { display: block; }
.also-in-mobile .subpage-list-wrap ul li a {
	padding: 15px;
	font-size: 16px;
}
.also-in-mobile .subpage-list-wrap ul li:last-child { border-bottom: 0px; }
.news-content-wrap  .also-in-mobile > a {
	/*background: url(../images/also-in-mobile-bg-2.png) no-repeat right center; */

}
.also-in-mobile > a::after{
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right:0;
	top:50%;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid;
	transform: translate(0,-50%);
	padding: 7px;
	width:31px;
}
.news-content-wrap .also-in-mobile .subpage-list-wrap ul li { border-bottom: 1px solid #494949; }



/*News*/
.card.news-list-item { 
	background-color: #313131; 
	border: 0px;
	border-radius:0;
	-webkit-border-radius:0;
	margin-bottom: 25px;
	position: relative;
}
.card-bg-y.news-list-item { 
	background-color: #cf9f39 
}

.card.news-list-item .card-title {
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 26px;
	line-height: 1.1;
	padding-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.card.news-list-item .card-subtitle,
.card.news-list-item .card-subtitle-m {
	color: #b0b0b0;
	font-size: 12px;
} 
.card.news-list-item .card-subtitle { display: none; }
.card-bg-y.news-list-item .card-subtitle,
.card-bg-y.news-list-item,
.card-bg-y.news-list-item .card-subtitle-m { color: #000 }
.card.news-list-item .card-link {
	color: #d7b36f;
	font-family: 'Amiri', serif;
	font-size: 14px;
	font-style: italic;	
	letter-spacing: 0.7px;
	float: right;

}
.card-bg-y.news-list-item .card-link { color: #fff }

.view-articles-arrow {
	background: url(../images/view-arrow-down.png) no-repeat top center;
	color: #bc974f;
	font-family: 'Amiri', serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 65px; 
}
.view-articles-arrow:hover { color: #bc974f; }

.back-event-list {
	background: url(../images/go-back-arrow-left.png) no-repeat top center;
	color: #bc974f;
	font-family: 'Amiri', serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 50px; 
}
.back-event-list:hover { color: #bc974f; }
.view-nmonths-arrow {
	background: url(../images/go-back-arrow-right.png) no-repeat top center;
	color: #bc974f;
	font-family: 'Amiri', serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 50px; 
}
.view-nmonths-arrow:hover { color: #bc974f; }


.back-to-list {
	position: relative;
}

.back-to-list h4,.back-to-list h4 a{
	color: #bc974f;
	font-family: 'Amiri', serif;
	font-size: 20px;
	font-style: italic;
}
.back-to-list>a { 
	position: absolute; 
	top:20px;
}
.back-to-list a.back-list-left { left: 20px;top: -7px; }
.back-to-list a.back-list-right { right: 20px;top: -7px; }

.news-list-item .card-img-wrap-outer {
	cursor: pointer;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
}

.news-list-item .card-img-wrap {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	height: 200px;
}

.news-list-item:hover .card-img-wrap, 
.news-list-item:focus .card-img-wrap {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.news-list-item .card-img-wrap:before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52,73,94,0.75);
}


/*News Edition*/
.news-edition-wrap { padding: 30px 0 10px; }
.news-edition-detail-wrap { padding-top: 30px; }
.news-edition-detail-wrap .sidebar-wrapper { margin-top: 0; }
.news-edition-detail-wrap .content-info-outer-wrapper { padding: 0; }

.news-edition-heading { 
	/*padding: 90px 20px 40px;*/
	padding: 10px 30px 15px; 
	position: relative;
}
.news-edition-wrap .news-edition-heading { padding-bottom: 5px; }

.heading-title {
	font-size: 34px;
	color: #b57f09;
	font-family: 'Prata', serif;
	text-align: center;
	line-height: 1.4;
}
.sub-heading-title {
	color: #545252;
	font-family: 'Prata', serif;
	text-align: center;
	font-size: 14px;
}
.print-prev-wrap {
	position: absolute;
	top: 20px;
	left: 0;
}
.print-prev-wrap a { 
	margin-right: 30px; 	
	float: left; 
}
.print-prev-wrap a img { float: left; }
.print-prev-wrap a span { 
	float: left;
	width: 65px;
	color: #313131;
	padding-left: 15px;
	display: none;
}
.print-prev-wrap.back-to-current a {
	background: url(../images/back-arrow.png) no-repeat left center;
	padding: 20px 0 20px 35px;
}
.print-prev-wrap.back-to-current a span { 
	color: #bc974f; 
	font-size: 18px;
	font-family: 'Amiri', serif;
	font-style: italic;
	width: auto;
}
.view-wrap {
	position: absolute;
	top: 20px;
	right: 0;	
}
.view-wrap a { margin-left: 30px; }

.view-wrap .view-reader {
	background: url(../images/icon-reader-sprt.png) no-repeat 0 0;
	width: 49px;
	height: 40px;
	float: left;
}
.view-wrap .view-grid {
	background: url(../images/icon-grid-sprt.png) no-repeat 0 0;
	width: 38px;
	height: 40px;
	float: left;
}
/*.view-wrap .view-reader:hover,*/
/*.view-wrap .view-grid:hover { background-position: 0 -40px; }*/


.news-edition-item { 
	border-radius: 0; 
	border:0;
	margin-bottom: 20px;
}
.news-edition-item .card-body { position: relative; }
.news-edition-item .card-title {
	color: #d1a139;
	font-family: 'Amiri', serif;
	font-size: 28px;
	line-height: 1.4;
	padding: 0 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.news-ed-box-1 .card-img-wrap { height: 300px; }
.news-ed-box-1 .card-body {
	height: 200px;
	background-color: #313131;
	/*cursor: pointer;*/
}
/*.news-ed-box-1 .card-body:hover { background-color: #1f1d1d; }*/

.news-edition-item .card-body .card-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.news-ed-box-2 .card-img-wrap { height: 200px; }
.news-ed-box-2 .card-body { 
	background-color: #fff; 
	height: 200px;
	/*	padding-top: 90px;	*/
	box-shadow: 0 1px 40px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 1px 40px rgba(0,0,0,.07);
}
.news-edition-item.news-ed-box-2 .card-title {
	color: #313131;
}
.news-ed-box-3 { background-color: #313131; }

.news-ed-box-3 .card-img-wrap { height: 200px; }
.news-ed-box-3 .card-img-overlay  { 
	right: 0;
	left: inherit;
	padding:0;
	width: 100%;
}
.news-ed-box-3 .card-body { 
	height: 200px;
	/*	padding-top: 90px*/
}
.news-ed-box-3 .card-img-wrap,
.news-ed-box-4 .card-img-wrap  { height: 300px; }
.news-ed-box-4 .card-edition-overlay {
	box-shadow: 0 1px 40px rgba(0,0,0,.07);	
}		
.news-ed-box-4 .card-body-inner {
	position: relative;
}
.news-ed-box-4 .card-body-inner .bg{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0.8;
}
.news-edition-item.news-ed-box-4 .card-title { padding: 0;position:relative; }
.news-ed-box-4 .card-text { color: #313131;position: relative; }

.news-edition-wrap .sidebar-wrapper,
.news-edition-wrap .content-info-wrapper { 
	margin-top:0; 
}
.news-edition-wrap .sidebar-wrapper { 
	padding: 0 15px; 
	margin-bottom: 20px;
}

.n-detail-heading {
	background-color: #313131;
	border:0;
	border-radius: 0;
}
.n-detail-heading .card-title {
	font-family: 'Amiri', serif;
	font-size: 28px;
	color: #d1a139;
	text-align: center;
}
.n-detail-heading .card-sub-title {
	font-family: 'Amiri', serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.news-detail-page-nav { display: none; }
.news-detail-page-nav > div,
.mobile-nd-page-nav > div { position: relative; }
.news-detail-page-nav a,
.mobile-nd-page-nav a {
	color: #797979;
	font-family: 'Amiri', serif;
	font-size: 21px;
	font-style: italic;
	display: inline-block;
}

.news-detail-page-nav a span,
.mobile-nd-page-nav a span { display: none; }
.news-detail-page-nav a.back-edition-list,
.mobile-nd-page-nav a.back-edition-list { 
	color: #ce9f38; 
}
.mobile-nd-page-nav a.back-edition-list { color: #797979}

.m-display-none { display: none !important; } 

.back-edition-mobile { 
}
.back-edition-mobile a {
	color: #d1a139;
	font-family: 'Amiri', serif;
	font-size: 21px;
	font-style: italic;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 30px ;
	display: block;
}


.mobile-nd-page-nav a img { width: 37px; }
.mobile-nd-page-nav .text-left { padding-left: 0px }
.mobile-nd-page-nav .text-right { padding-right: 0px }

/*News Mobile Menu*/
.news-edition-heading .print-prev-wrap,
.news-edition-heading .view-wrap { display: none; }

.m-news-menu { 
	position: absolute; 
	top: 0;
	right: 0;
}
.m-news-heading {
	background-color: #939393;
	position: absolute;
	width: 100%;
	top: 133px;
	left: 0;
	z-index: 10;
}

.m-news-item {
	float: left;
	width: 50%;
	height: 180px;
	text-align: center;
	position: relative;
}
.m-news-item {
	border-right: 1px solid #b2afaf;
	border-bottom: 1px solid #b2afaf;
}
.m-reader-img {
	background: url(../images/m-news-heading-1.png) no-repeat center center;
	width: 49px;
	height: 40px;
	display: inline-block;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.m-news-item:hover { background-color: #505050 }
.m-news-item:hover .m-reader-img { background: url(../images/m-news-heading-1-h.png) no-repeat center center; }
.m-list-img {
	background: url(../images/m-news-heading-2.png) no-repeat center center;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: 10px;
}
.m-news-item:hover .m-list-img { background: url(../images/m-news-heading-2-h.png) no-repeat center center; }
.m-print-img {
	background: url(../images/m-news-heading-3.png) no-repeat center center;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin-bottom: 10px;
}
.m-news-item:hover .m-print-img { background: url(../images/m-news-heading-3-h.png) no-repeat center center; }
.m-previous-img {
	background: url(../images/m-news-heading-4.png) no-repeat center center;
	width: 43px;
	height: 44px;
	display: inline-block;
	margin-bottom: 10px;
}
.m-news-item:hover .m-previous-img { background: url(../images/m-news-heading-4-h.png) no-repeat center center; }
.m-news-item label { 
	display: block; 
	color: #fff;
}

.m-overlay-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top:132px;
	left: 0;
	right: 0;
	bottom:0;
	background-color: rgba(255,255,255, .7);
	z-index: 5;
}


/*News Edition Prev*/
.news_ed-prev-item .news-edition-item { 
	background-color: #313131; 
	box-shadow: 0 1px 40px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 40px rgba(0,0,0,.1);
}
.news_ed-prev-item .news-edition-item .card-title { 
	padding:0; 
	font-size: 30px;
	font-family: 'Prata', serif;
	-webkit-line-clamp: 1;
}
.news_ed-prev-item .news-edition-item .card-subtitle {
	color: #fff;
	font-size: 18px;
	font-family: 'Prata', serif;
}

.years-archive-wrap { 
	position: relative; 
	margin-bottom: 10px;
}
.years-archive-wrap label {
	background-color: #fff;
	color: #545252;
	display: inline-block;
	font-family: 'Prata', serif;
	font-size: 21px;
	padding: 10px 30px;
	position: relative;
	z-index: 2;
}
.years-archive-wrap .line {
	background-color: #eae9e9;
	height: 1px;
	left: 0;
	position: absolute;
	top: 48%;
	width: 100%;
	z-index: 1;
}

.m-news-prev-heading {
	left: 0;
	position: absolute;
	text-align: center;
	top: -47px;
	width: 100%;
}
.m-news-prev-heading a {
	display: block;
	background-color: #454545;
	color: #fff;
	font-size: 13px;
	padding: 12px 15px;
}

/*News Edition Reader*/
.item-img-wrap {
	position: relative;
}
.item-img-innerwrap {
/*margin-left: -33.33%;
margin-right: -33.33%;*/
}
.card.view-photo-gallery { 
	cursor: pointer; 
	border:0;
	border-radius: 0;
}
.view-photo-gallery .card-body { 
	background-color: #d1a139;
}
.view-photo-gallery .card-title {
	color: #fff;
	font-size: 25px;
	font-family: 'Amiri', serif;
	line-height: 1.4;
}

.item-img-innerwrap .card-body {
	background-color: #d0a039;
	border-left: 20px solid #313131;
}
.item-img-innerwrap .card-body-inner {
	background-color: #313131;
	max-height: 540px;
	padding: 2rem;
}
.item-img-innerwrap .card-body-inner h2 {
	color: #d1a139;
	font-size: 38px;
	font-family: 'Amiri', serif;
	line-height: 1.4;
	margin-bottom: 70px;
/*	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
}
.item-img-innerwrap .card-body-inner h4 {
	font-size: 18px;
	color: #fff;
	font-family: 'Amiri', serif;
}


.item-no_img-wrap { background-color: #313131; }
.item-no_img-wrap h2 {
	color: #d1a139;
	font-size: 38px;
	font-family: 'Amiri', serif;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.item-no_img-wrap h4 {
	font-size: 18px;
	color: #fff;
	font-family: 'Amiri', serif;
	text-align: center;
}



/*Sidebar*/
.sidebar-wrapper { 
	padding: 0;   
	margin-top: 20px;
}
.general-content-wrap .sidebar-wrapper { display: none; }
.also-this-section { 
	background-color: rgba(49,49,49, 1);
	position: relative;  
}
.also-section-inner {
	padding: 65px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+58,000000+100&0.65+58,0+100 */
	background: -moz-linear-gradient(top, rgba(49,49,49,1) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(49,49,49,1) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(49,49,49,1) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6313131', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	/*	min-height: 510px;*/
	position: relative;
	z-index: 2;
	text-align: center;
}
.also-section-inner label {
	color: #d1a139;
	font-family: 'Amiri', serif;
	font-size: 36px;
	line-height: 45px;
	padding-bottom: 30px;
}
.subpage-list-wrap ul {
	display: inline-block;
}
.subpage-list-wrap ul li {
	border-bottom: 1px solid #7f7f7f;
}
.subpage-list-wrap ul li:last-child {
	border-bottom: 0 !important;
}

.subpage-list-wrap ul li a {
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 18px;
	padding:21px 35px;
	display: block;
	letter-spacing: 0.7px;
}
.subpage-list-wrap ul li.active a{
	color: #d1a139;
}

.also-section-img {
	background-position: bottom center; 
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	opacity: .20;
	-webkit-opacity: .20;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	z-index: 1;
}

.sidebar-wrapper .h-quicklink-item { margin-top: 0; background-size:cover;}

.sidebar-calendar-wrap { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+1,201f1f+100 */
	background: rgb(49,49,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(49,49,49,1) 1%, rgba(32,31,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(49,49,49,1) 1%,rgba(32,31,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(49,49,49,1) 1%,rgba(32,31,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#201f1f',GradientType=0 ); /* IE6-9 */
}

.sidebar-calendar-wrap .custom-header h2 { 
	color: #d1a139;
	font-size:34px;
}


/*Sidebar Calendar*/
.sidebar-wrapper .fc-calendar .fc-row > div > span.fc-date { 
	color: #fff; 
	z-index: 2;
}
.sidebar-wrapper .fc-calendar .fc-head,
.sidebar-wrapper .fc-calendar .fc-row > div > span.fc-emptydate { color: #7e7d7d; }

.sidebar-wrapper .fc-calendar .fc-head > div {
	color: #fff;
	text-transform: uppercase;
}

.sidebar-wrapper .fc-calendar .fc-row > div.fc-content:after {
	border-radius: 0;
	background-color: #b08832;
	color: #000;
	z-index: 1;
	border:0px;
	width: 30px;
}


.sidebar-calendar-wrap .card {
	border:0;
	border-bottom: 10px solid #d0a039;
	border-radius: 0;
	font-family: 'Work Sans', sans-serif;
	max-width: 265px;
	position: absolute;
	top: 20%;
	margin-left: -110px;
	left: 50%;
	width: 100%;	
	z-index: 10;
	box-shadow: 0 1px 50px rgba(0,0,0,.3);
}
.sidebar-calendar-wrap .card-title {	
	font-family: 'Amiri', serif;
	font-size: 28px;
	color: #d1a139;
}
.sidebar-calendar-wrap .card-text {
	font-size: 15px;
	color: #403939;
	line-height: 27px;
}
.sidebar-calendar-wrap .card-link {
	color: #616161;
	font-size: 12px;
}
.sidebar-calendar-wrap .card-link:hover {
	background-color: #d0a039;
	color: #fff;
	border:1px solid #d0a039;
}

.sidebar-calendar-wrap .custom-header { 
	height: 80px;
	padding: 35px 27px 10px 
}
.sidebar-calendar-wrap .custom-header h3 { display: none; }
.sidebar-calendar-wrap .custom-header nav span { margin-top: 15px; }


/*Promotional*/
.promotional-wrapper { position: relative; }
.promotional-img {
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
	height: 450px;
	border-top: 5px solid #d1a139;
}
.promotional-info {
	background-color: #313131;
	height: 450px;
	color: #fff;
	font-family: 'Prata', serif;
	overflow: hidden;
}
.promotional-info-inner { padding: 15px 0; }
.promotional-info-inner label {
	font-size: 30px;
	color: #dcb86a;
	font-family: 'Prata', serif;
	padding-bottom: 30px;
}
.promotional-info-inner h1 { 
	color: #fff;
	font-family: 'Prata', serif;
	font-size: 40px;
	padding-bottom: 60px;
}
.promotional-info-inner a {
	font-size: 22px;
	color: #fff;
	font-family: 'Amiri', serif;
}
.promotional-line {
	background-color: #d1a139;
	height: 5px;
	left: 0;
	top: 40px;
	z-index: 5;
	position: absolute;
	width: 75%;
	display: none;
}

.promotional-info .promotional-line {
	width: 20%;
	display: block;
}

/*------------------------------------------------------------------
[ 6 Footer ]-------------------------------------------------------------------*/
.footer-wrap { 
	background-color: #f5f5f5;
	border-top: 7px solid #cc9a52;
	position: relative;
	z-index: 4;
}
.footer-info { text-align: center; }
.footer-info ul { display: inline-block; }
.footer-info ul li { padding-bottom: 15px; }
.footer-info ul li p { 
	color: #7c7c7c;
	font-size: 14px;
	line-height: 18px; 
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.7px;
	padding: 0;
}
.footer-info ul li a{
	color: #7c7c7c;
}
.footer-text a{
	color: #7c7c7c;
}
.footer-info ul li p span { color: #cc9a52; }

.view-sitemap-link {
	padding-top: 50px;
	color: #c8a257;
	font-size: 12px;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-top: -20px;
	display: none;
}
.view-sitemap-link:hover { color: #c8a257; }

.back-to-tap {
	padding-top: 50px;
	color: #a3a3a3;
	font-size: 12px;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-top: -20px;
}


.footer-center-info ul { 
	display: inline-block; 
	padding: 10px 0;
}
.footer-center-info ul li { 
	display: inline-block; 
	padding: 10px 30px;
}
.footer-center-info a i {
	font-size: 34px;
	color: #c8a257;
}
.footer-center-info #copyright { 
	color: #a7a7a7;
	font-size: 12px; 
}
.footer-wrap input[type="text"] {
	background-color: #ededed;
	color: #7c7c7c;
	font-size: 12px;
	letter-spacing: 0.7px;	
	text-align: center;
	max-width: 270px;
	width: 100%;
	height: 50px;
}
.subscribe-btn {
	background-color: #d09840;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.7px;	
	height: 50px;
}

.footer-info,
.footer-left-info { padding: 20px 0; }

.footer-info #copyright,
.footer-top-wrap .footer-logo,
.footer-top-wrap .view-sitemap-link,
.footer-left-info  { display: none; }

.footer-center-info .fa-instagram { 
	background: url(../images/icon-ig.png) no-repeat;
	width: 33px;
	height: 33px; 
	font: inherit;
}
.footer-center-info .fa-instagram:before {
	content: inherit;
	display: none;
}
.footer-logo{
	max-width: 150px;
	max-height: 100px;
	width: 100%;
}
.footer-big-logo{
	max-width: 111px;
	max-height:143px;
}


/*karans styles*/
.back-to-tap{
	position: relative;
}
.view-sitemap-link .default_icon,.back-to-tap .default_icon{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -17px;
}
.view-sitemap-link .default_icon .fa-angle-down:before{
	margin-right: -2px; 
}
.view-sitemap-link .default_icon .fa.fa-angle-down,.back-to-tap .default_icon .fa{
	font-size: 28px;
	background: #CC9A52;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 32px;
	color: #fff;
	border: 3px solid #fff;
}
.back-to-tap .default_icon .fa{
	line-height: 27px;
}
.card-bg-y.news-list-item .card-link{
	color: #fff !important;
}
.view-all-events-wrap img{
	max-width: 50px;
	max-height:50px;
}
#header-main.header_main.fixed-header .custom-nav{
	min-height: auto !important;
}
.fc-calendar .fc-row > div.fc-today{
	background:transparent;
	box-shadow: none;
	position: relative;
}
.sidebar-wrapper .fc-calendar .fc-row > div.fc-today:after{
	position: absolute;
	content: "";
	border-radius: 0;
	color: #fff;
	z-index: 1;
	border: 0px;
	left: 32px;
	width: 30px;
	height:30px;
	top: 50%;
	left: 50%;
	border: 1px solid #fff !important;
	transform:translate(-50%,-50%);
}
.fc-calendar .fc-row > div.fc-today.fc-content:after{
	background-color: #f5f5f5;
}
.fc-calendar .fc-row > div.fc-today > span.fc-date{
	z-index: 1;
}
.sidebar-wrapper .fc-calendar .fc-row > div.fc-today.fc-content:after{
	background-color: transparent;
}
ul.inner-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.inner-gallery li {
	height: 200px;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
	width: 30%;
	list-style: none;
}
.inner-gallery li a{
	display: block;
	height: 100%;
	width: 100%;
}
.over-hidden{
	overflow: hidden;
}
.bg-cover{
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.light-bg{
	background-color: #fff !important;
}
.dark-bg{
	background-color: #313131 !important;
}
.none-bg{
	background-color: transparent !important;
	box-shadow: none !important;
}
.full-color-bg .card-img-wrap{
	opacity: 0!important;
}
.none-bg .bg-cover{
	opacity: 1!important;
}
.card-body-inner.light-bg{
	background-color: rgba(245,245,245,0.8)!important;
}
.card-body-inner.dark-bg{
	background-color: rgba(49,49,49,0.8)!important;
}
.h-events-imgbg .logo-event{
	bottom: 134px;
	right: -97px;
	top: initial;
}
.search-btn {
	cursor: pointer;
	/* background: url(../images/icon-search.png) no-repeat center center; */
	height: 23px;
	width: 23px;
	position: absolute;
	top: -1px;
	color: #d79833;
	right: 1px;
	font-size: 20px;
	border: 0;
	background: transparent;
	box-shadow: none;
	outline: 0 !important;
	padding: 0;
}
.quicklinks-search-wrap input[type="search"]{
	z-index: 1;
	position: relative;
}
.content-info-wrapper .back-to-list {
	padding: 0px !important;
	margin: 40px 0px 70px;
}
.wid100{
	width:100%;
}
.header_top-black{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-auto .fixed-header,.overflow-auto .header_main{
	overflow: auto;
}
.fc-calendar .fc-row > div > span.fc-emptydate{
	opacity: 0;
}
.fc-calendar .fc-row > div.fc-content:after{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	margin:0;
}
.h-events-wrapper{
	z-index: 3;
	position: relative;
}
.back-edition-mobile{
	padding: 0.5rem 1.5rem !important;
}
.mobile-nd-page-nav{
	padding: 1rem 1.5rem !important;
}
.back-edition-mobile a{
	padding-bottom: 2px;
}
.navbar-light .navbar-brand{
	display: block;
	z-index: 1;
}
.web-form{
	width: 100%;
	float: left;
	font-family: 'Amiri', serif;
}
.web-form label{
	font-size: 20px;
	color: #bc974f;
	font-style: italic;
}
.web-form label.required:after{
	color: #bc974f;
}
.web-form .form-control{
	border-radius: 0;
	border: 1px solid #e8e8e8;
}
.web-form .alert{
	font-size: 16px;
}
.web-form .lead{
	padding-bottom: 0;
}
.web-form .btn{
	-webkit-border-radius: 0;
	background-color: #ce9f38;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 24px;
	font-style: italic;
	max-width: 165px;
	outline: none;
	width: 100%;
	cursor: pointer;
	margin-top:15px;
}
.invalid-feedback,.invalid-feedback li{
	color: #dc3545 !important;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid{
	border-color: #dc3545 !important;
}
.staff-wrapper .card.news-list-item .card-body{
	height: auto;
}
.staff-wrapper .news-list-item{
	height: calc(100% - 25px);
}
.staff-wrapper .news-list-item .card-img-wrap{
	height: 300px;
}
.staff-wrapper .news-list-item:hover .card-img-wrap{
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.staff-wrapper .card.news-list-item .card-title{
	-webkit-line-clamp: unset;
}
.navbar-light .navbar-brand{
	align-items: center;
}
.navbar-brand img{
	margin-right: 8px;
}
.video-module .video{
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.video-module h1{
	font-family: 'Amiri', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 1.6;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.video-module{
	position: relative;
}
.video-module .row{
	margin:0;
}
.video-module .bg-img{
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}
.video-module.blue-bg .gradient{
	background: linear-gradient(90.01deg, rgba(0, 61, 102, 0) -1.04%, #003D66 48.93%);
}
.video-module.blue-bg .row{
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.video-module.blue-bg .bg-img{
	left:0;
	right: 50%;
}
.video-module .gradient{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: -moz-linear-gradient(left, #dcba88 0%,#dcba88,rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, #dcba88 0%,#dcba88,rgba(0,0,0,0));
	background: linear-gradient(to right, #dcba88 0%,#dcba88,rgba(0,0,0,0));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcba88', endColorstr='#00#dcba88',GradientType=1 );
}
.video-module .custom-container{
	max-width: 1685px;
	margin: auto;
}
.video-module .video-container .item-video{
	height: 470px;
}
.video-module .google-drive-video{
	height: 470px;
	border:0;
}
.video-module .video-container{
	padding: 30px;
	max-width: 896px;
	z-index: 3;
}
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.quicklinks-search-wrap { 
		display: block; 
		float: right;
	}
	.quicklinks-search-wrap a {
		color: #c19d57;
		font-size: 16px;
		font-family: 'Amiri', serif;
		float: left;
		margin: 1px 25px 0 0;
	}

	.quicklinks-search-wrap input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
		float: left;
	}

	.quicklinks-search-wrap input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
		float: left;
		border: 0;
		padding: 5px;
		width: 20px;
		background: transparent;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.quicklinks-search-wrap input[type=search]:focus {
		width: 240px;
		padding-right: 28px;
		color: #393939;
		background-color: #f4f4f4;
		cursor: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.quicklinks-search-wrap input:-moz-placeholder {
		color: transparent;
	}
	.quicklinks-search-wrap input::-webkit-input-placeholder {
		color: transparent;
	}



	.navbar-nav li input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}

	.navbar-nav li input[type="search"] {
		border: 0;
		padding: 5px;
		margin-top: 10px;
		width: 20px;
		color: transparent;
		cursor: pointer;
		background: url(../images/icon-search.png) no-repeat right 5px center;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		float: left;
	}
	.navbar-nav input[type=search]:focus {
		width: 100%;
		padding-right: 28px;
		color: #393939;
		background-color: #f4f4f4;
		cursor: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navbar-nav li input:-moz-placeholder {
		color: transparent;
	}
	.navbar-nav li input::-webkit-input-placeholder {
		color: transparent;
	}

	.mobile-search-wrap,
	#header-mobile .header_quicklinks  { display: none; }

	#h-quiclinks.header_quicklinks { 
		background-color: rgba(51, 51, 51, .9); 
		display: block;
	}
	#h-quiclinks.header_quicklinks ul li { width: 25%; }


	/*Banner*/
	.banner-wrap { height: 660px; }
	.parallax-window { min-height: 660px; }

	.banner-subpage-wrap { height: 500px; }
	.banner-subpage-wrap .parallax-window { min-height: 500px; }
	.banner-subpage-wrap .banner-txt-wrap { bottom: 120px; }

	.event-banner-wrap.banner-subpage-wrap,
	.news-banner-wrap.banner-subpage-wrap { border-bottom: 20px solid #d1a139; }

	/*.h-quicklinks-wrapper { height: 400px; }*/
	.h-quicklink-nOmobile { display: block !important; }
	.h-quicklinks-wrapper { padding-bottom: 320px; }
	.h-newsletter-wrap { margin-top: -280px }
	.h-latestnews-wrap .ln-heading-title { margin-top: -280px }

	.h-newsletter_img-wrap { height: 340px; }
	.h-ln_img-wrap { height: 200px; }
	.h-latestnews-list button { top: 180px; }
	.h-ln_content-wrap { padding: 2.5rem 3.2rem; }

	.h-quicklink-item { 
		margin-top: -150px; 
		height: 220px;
	}
	.h-quicklink-item h3 {
		font-size: 28px;
		bottom: 25px;
	}

	/*Subpages*/
	.subpage-content-wrap { padding-bottom: 90px; }
	.content-info-wrapper { margin-top: -100px; }

	.c-txt-style-wrap h3 { 
		margin: 240px 0 70px 20px; 
		text-align: 
	}

	/*News Edition*/
	.news-edition-heading { 
		padding: 0 50px 40px; 
		position: relative;
	}

	.heading-title {
		font-size: 48px;
		color: #b57f09;
		font-family: 'Prata', serif;
		text-align: center;
		line-height: 1.4;
	}
	.sub-heading-title { font-size: 18px; }

	.news-edition-detail-wrap .content-info-wrapper { margin-top: 0; }

	.news-ed-box-1 .card-img-wrap { height: 590px; }
	.news-ed-box-1 .card-body { height: 190px; }
	.news-ed-box-2 .card-body,
	.news-ed-box-3 .card-body {		
		height: 380px;
		padding-top: 90px;
	}
	.news-ed-box-3 .card-img-wrap { height: 380px; }
	.news-ed-box-4 .card-img-wrap { height: 780px; }

	.mobile-nd-page-nav a img { width: inherit; }

	/*Home Events*/
	.h-events_wrap-inner { padding: 4rem 0; }
	.quick-events-info { 
		display: block; 
		text-align: left;
	}
	.quick-events-info h2 { text-align: left; }

	.events-calendar { display: block; }

	.h-events_wrap-inner .quick-events > h2,
	.quick-events .view-events,
	.m-news-prev-heading { display: none; }

	.quick-events-info .view-events a, { display: block; }

	.quick-events { padding-top: 80px; }

	.custom-header {
		height: 100px;
		padding: 30px 40px 10px;
	}
	.outer-calendar-wrap {
		height: 300px;
		padding-top: 10px;
	}
	.calendar-wrap { 
		background-color: #fff;
		height: 400px;
	}



	/*Events*/
	.events-content-wrap .also-in-mobile,
	.news-content-wrap .also-in-mobile { display: none; }

	.events-content-wrap .also-this-section,
	.news-content-wrap .also-this-section  { display: block; }

	/*News*/
	.m-news-heading,
	.m-news-menu,
	.m-overlay-bg { display: none; }
	.news-edition-heading .print-prev-wrap, .news-edition-heading .view-wrap { display: block; }

	.card.news-list-item .card-title { padding-bottom: 0 }
	.card.news-list-item .card-subtitle-m { display: none; }
	.card.news-list-item .card-subtitle { display: block; }
	.card.news-list-item .card-link { float: left; }

	/*Forms*/
	.general-form-wrap .form-row { margin: 0 -15px; }
	.general-form-wrap .form-group { padding: 0 15px 15px 15px; }
	.general-form-wrap .form-control-label { padding: 0 15px 5px 15px; }

	.news-content-wrap .general-form-wrap { display: block; }

	/*Sidebar*/
	.sidebar-wrapper { margin-top: -100px; }
	/*.sidebar-wrapper .fc-calendar .fc-row > div.fc-content:after { top: 3px; }*/

	/*Promotional*/
	.promotional-line { 
		display: block; 		
		width: 65% !important;
	}
	.promotional-info .promotional-line { display: none; }
	.promotional-img { border-top: 0px; }

	/*Footer*/
	.footer-center-info ul li { padding: 10px 20px; }

	.footer-center-info #copyright,
	.footer-info li:first-child,
	.footer-top-wrap .footer-logo,
	.footer-top-wrap .back-to-tap,
	.footer-left-info  { display: none; }

	.footer-top-wrap .footer-logo { 
		display: block; 
		margin:auto;
		margin-top: -35px;
	}

	.footer-info ul li { 
		float: left;
		padding: 0 30px;
		text-align: left;
	}
	.footer-info #copyright {
		color: #a7a7a7;
		display: block;
		font-size: 12px;
		padding-top: 40px;
	}
}

@media (min-width: 768px){
	.quicklinks-search-wrap {
		display: block;
		float: right;
		position: relative;
	}
	.quicklinks-search-wrap .search-form{
		display: inline-block;
		position: relative;
		margin-right: 16px;
	}
	.news-edition-detail-wrap .content-info-outer-wrapper{
		padding:0 0 0 15px;
	}
}

@media (min-width: 992px) and (max-width:1200px){
	.new-card-body-reader{
		left: -53% !important;
	}
	.item-img-innerwrap .card-body-inner{
		height: 445px !important;
		width: auto !important;
		margin-right: -80px!important;
	}
	.item-img-innerwrap .card-img-wrap.change{
		height: 525px !important;
	}
	.new-card-body-reader{
		width: 66% !important;
	}
}
@media (min-width: 768px) and (max-width:992px){
	.container {
		max-width: 95%;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		max-width: 93%;
	}
	/*Home Quicklinks*/
	.h-quicklinks-wrapper { height: 625px; }

	.h-quicklink-item { height: 327px; }
	.h-quicklink-item h3 {
		font-size: 32px;
		bottom: 45px;
	}


/*	.h-quicklinks-wrapper { padding-bottom: 320px; }
	.h-newsletter-wrap { margin-top: -280px }
	.h-latestnews-wrap .ln-heading-title { margin-top: -280px }
	*/
	.h-newsletter_img-wrap { height: 505px; }
	.h-ln_img-wrap { height: 314px; }
	.h-ln_content-wrap { padding: 3rem 1rem; }
	.h-latestnews-list button { top: 295px; }



	/*Home Latest News*/
	.h-newsletter-wrap {
		/*height: 700px;*/
		margin-top: -400px;
	}


	.h-latestnews-wrap { margin-top: -400px; }

	.h-latestnews-wrap .ln-heading-title { 
		color: #fff; 
		padding-top:  0.375rem;
	}

	.h-newsletter-wrap h2 { font-size: 42px }
	.h-newsletter-wrap p { font-size: 20px }

	/*Home Events*/
	.quick-events-info-wrap { display: none; }
	.h-events_wrap-inner .quick-events { padding-top: 4rem; }
	.h-events_wrap-inner .quick-events > h2 { display: block; }

	/*Banner*/
	.banner-wrap { height: 800px; }	 
	.parallax-window { min-height: 800px; }	

	.banner-subpage-wrap { height: 700px; }
	.banner-subpage-wrap .parallax-window { min-height: 700px; }
	.banner-subpage-wrap .banner-txt-wrap { bottom: 120px; }

	.banner-txt-info h1 { font-size: 60px; }
	.banner-txt-info p { font-size: 30px; }

	/*Subpages*/
	.page-title {
		font-size: 48px;
		padding-bottom: 65px;
	}

	
	.general-content-wrap .sidebar-wrapper { display: block; }

	/*News*/
	.card.news-list-item .card-body { 
		height: 175px; 
		padding: 1rem 1.25rem;
	}
	.card.news-list-item .card-title {
		font-size: 23px;
		line-height: 1.35;
	}
	.card.news-list-item .card-link {
		bottom: 5px;
		float: inherit;
		left: 20px;
		position: absolute;
	}

	.news-detail-wrap .card.news-list-item .card-body { 
		padding: 30px 20px 0 0; 
		height: inherit;
	}

	/*.news-detail-wrap .card-body { padding: 0; }*/
	.news-detail-wrap .card.news-list-item .card-title { 
		font-size: 32px; 
	}

	.back-to-list h4 { font-size: 20px;	}
	.back-to-list>a { top:45px;	}
	.back-to-list a.back-list-left { left: 45px; }
	.back-to-list a.back-list-right { right: 45px; }

	.news-detail-wrap .card-img-wrap {
		max-width: 260px;
		width: 100%;
	}

	/*Event*/
	.events-list-item .events-list-left a.events-add-calendar { 
		display: block; 
		text-align: center;
	}
	.event-detail-content-wrap .events-add-calendar { display: none; }

	.back-event-list {
		padding:5px 0 5px 65px ;
		background-position: left center;
		display: block;
	}

	.events-list-item .e-date-wrap a {
		padding: 1.5rem 1rem;
		height: 200px;
	}
	.events-list-item .e-date-wrap .e-date-num { font-size: 65px; }

	/*News Edition*/
	.card-edition-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 1.25rem;
	}

	.print-prev-wrap { left: 50px; }
	.view-wrap { right: 50px; }

	.n-detail-heading .card-title {	
		font-size: 48px; 
		text-align: left;
	}
	.n-detail-heading .card-sub-title {	
		font-size: 30px; 		
		text-align: left;
	}


	.edition-prev-title { 
		font-size: 48px;
		padding-top: 10px;
	}

	.m-display-none { display: block !important; }
	.news-detail-page-nav { display: block; }
	.back-edition-mobile,
	.mobile-nd-page-nav { display: none; }

	.news-edition-item .card-title { font-size: 26px;  }


	/*News Edition Reader*/
	.item-img-innerwrap .card-body {
		position: relative;
		z-index: 10;
	}
	.item-img-innerwrap .card-body-inner {		
		height: 540px;
		max-height: 540px;
		padding: 4rem 5rem;
		width: 540px;
		margin: 20px 0 0 20px;
	}
	.item-img-innerwrap .card-body-inner h2 { 
		font-size: 48px; 
		margin-bottom: 120px;
	}

	.item-no_img-wrap h2 { font-size: 48px; }

	.footer-top-wrap .footer-logo,
	.footer-info #copyright{ display: none; }

	.footer-info li:first-child,
	.footer-top-wrap .view-sitemap-link,
	.footer-center-info #copyright,
	.footer-left-info { display: block; }

	.footer-center-info ul { padding: 30px 0 60px; }

	.footer-info { padding: 0 0 15px 0; }
	.footer-info ul li { 
		padding: 0 0 15px 0; 
		float: inherit;
	}

	.footer-info #copyright { padding: 20px 0 20px; }
} 

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-nav .nav-item .dropdown-menu-level-2 li > ul.dropdown-menu-level-3{
		opacity: 0;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		visibility: hidden;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li{
		position: relative;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li .sub-drop{
		position: relative;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li .sub-drop::after{
		position: absolute;
		top:0;
		content: "\f054";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 7px;
		top: 50%;
		font-size: 16px;
		border-radius: 50%;
		transform: translate(0,-50%);
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li:hover ul.dropdown-menu-level-3{
		opacity: 1;
		visibility: visible;
		z-index:2;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li > ul.dropdown-menu-level-3{
		position: absolute;
		top:0;
		left: 100%;
		width:100%;
	}
	.container { 
		margin: 0px auto;
	}
	.mb95{
		margin-bottom: -95px;
	}
	#header-mobile { display: none !important; }
	.quicklinks-search-wrap { 
		display: block; 
		float: right;
	}

	/*Header*/	
	#header-main.header_main { background-color: #fff; }

	.navbar { padding:0; }
	.navbar-light .navbar-brand { 
		padding: 0; 
		font-size: 20px;
	}
	.navbar-brand img {
		max-height: 92px;
		margin-right: 8px;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	}
	.fixed-header .navbar-brand img{
		max-height: 70px;
	}

	/*Nav*/
	.navbar-expand-xl .navbar-collapse {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.alternate-header .navbar-expand-xl .navbar-collapse{
		justify-content: flex-start;
	}
	.navbar-collapse { 
		background-color: transparent;
		padding: 0; 
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 1.9rem .6rem;
		border-top: 3px solid transparent;
	}
	.navbar-light .navbar-nav .nav-link {
		font-family: 'Amiri', serif;
		font-size: 16px;
		color: #393939;
		border-bottom: 3px solid transparent;
	}

	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:hover { 
		color: #d1a139; 
		border-top: 3px solid #d1a139;
	}

	.quicklinks-search-wrap a { 
		margin: 0px 35px 0 15px;
		letter-spacing: 0.7px;
	}
	.quicklinks-search-wrap input[type=search]:focus:focus { width: 125px; }

	#h-quiclinks.header_quicklinks ul li {
		float: left;
		padding: 0 25px;
		width: auto;
		margin-bottom: 0;
	}
	.header_quicklinks ul li img { display: inline-block; }

	.navbar-nav .nav-item { 
		border-bottom: 0; 
		position: relative;
	}

	.navbar-nav .nav-item .dropdown-link { background: none; }
	.navbar-nav .nav-item .dropdown-menu-level-2 {
		margin-top: 1px;
		position: absolute;
		width: 270px;
		background-color: #fff;
		padding: 0;
		opacity: 0;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		visibility: hidden;
	}
	.navbar-nav .nav-item:hover .dropdown-menu-level-2 { 
		opacity: 1;
		display: block; 
		visibility: visible;
		z-index:2;
	}

	.navbar-nav .nav-item .dropdown-menu-level-2 li { padding: 0; }
	.navbar-nav .nav-item .dropdown-menu-level-2 li a {
		color: #6a6a6a;
		font-family: 'Open Sans', sans-serif;
		padding: 15px 20px;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li a:hover,
	.navbar-nav .nav-item .dropdown-menu-level-2 li > a:hover {
		background-color: #d1a139;
		color: #fff;
	}
	.navbar-nav .nav-item .dropdown-menu-level-2 li > ul { 
		padding: 0; 
		margin-bottom: 0;
		/*display: none;*/
	}

	#h-quiclinks.header_quicklinks { background-color: rgb(209, 161, 57) ; opacity:0.9; }


	.fixed-header .header_top-black { display: none; }
	#header-main.header_main.fixed-header { background-color: #313131; }

	.fixed-header .navbar-light .navbar-nav .nav-link { color: #fff; }

	.navbar-light .navbar-nav .active>.nav-link, 
	.navbar-light .navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:hover { color:#d1a139; }

	.navbar-light .navbar-brand { padding: 0;
		display: -ms-flexbox;
		display: flex;
		width: 200px; }


		/*Banner*/
		.banner-wrap { height: 950px; } 
		.parallax-window { min-height: 950px; }

		.banner-subpage-wrap { height: 850px; }
		.banner-subpage-wrap .parallax-window { min-height: 850px; }
		.banner-subpage-wrap .banner-txt-wrap { bottom: 120px; }

		/*Home Latest News*/
		.h-newsletter-wrap { padding: 1.5rem 1.875rem; }
		.h-ln_content-wrap { padding: 1.5rem 2rem; }


		/*Home Events*/
		.h-events_wrap-inner { position: relative; }
		.h-events_wrap-inner .container { 
			position: relative; 
			padding-bottom: 2rem;
			overflow: visible;  
		}
		.h-events_wrap-inner .quick-events { padding-top: 7rem; }
		.calendar-wrap {
			background-image: url(../images/event-calendar-bg.png);
			background-color: transparent;
			height: 510px;
			background-repeat: no-repeat;
		}
		.custom-header {
			height: 120px;
			padding: 50px 40px 10px;
		}
		.outer-calendar-wrap {
			height: 370px;
			padding-top: 10px;
		}
		.view-all-events-wrap { 
			height: 120px;
			padding: 40px 20px 30px; 
		}

		.h-events-imgbg { display: block; }
		.h-events-wrapper { overflow: hidden; }
		.h-events-imgbg {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			width: 100%;
		}
		.h-events-imgbg img {
			position: absolute;
			top: 0;
			right: -140px;		
		}

		/*Subpages*/
		.c-txt-style-wrap h3 { margin: 240px 20px 70px 50px; }
		.c-txt-style-wrap h3.text-lg-left { margin: 240px 50px 70px 20px; }

		/*News*/
		.news-detail-wrap .card.news-list-item .card-title { font-size: 42px; }

		.card.news-list-item .card-title { 
			line-height: 1.2;
			font-size:24px;
		}
		.card.news-list-item .card-link { bottom: 10px }

		/*News Edition*/
		.news-edition-item .card-title { 
			padding: 0 30px; 
			font-size: 36px;
		}

		.news-detail-page-nav a span { display: inline-block; }
		.news-detail-page-nav a.prev-article span { 
			padding: 0 0 0 10px;
		}
		.news-detail-page-nav a.next-article span { 
			padding: 0 10px 0 0;
		}

		.print-prev-wrap a span { display: block; }

		/*News Edition Prev*/
		.news_ed-prev-item .news-edition-item .card-title { font-size: 48px; }
		.news_ed-prev-item .news-edition-item .card-subtitle { font-size: 22px;	}


		/*News Edition Reader*/
		.item-img-innerwrap .card-body { border-left: 50px solid #313131; }
		.item-img-innerwrap .card-body-inner { padding: 4rem 3rem; }
		.item-img-innerwrap .card-body-inner h2 { font-size: 58px; }

		/*Event*/
		.events-list-item .e-date-wrap a { padding: 1.8rem .8rem; }
		.events-list-item .e-date-wrap .e-date-num { font-size: 48px; }


		.event-detail-content-wrap .e-details-wrap h3 {	font-size: 48px; }

		.also-section-inner { padding: 65px 105px; }

		/*Promotional*/
		.promotional-img, .promotional-info {
			height: 730px;
		}
		.promotional-info-inner label {
			font-size: 42px;
			padding-bottom: 100px;
		}
		.promotional-info-inner h1 { 
			font-size: 60px;
			padding-bottom: 110px;
		}
		.promotional-info-inner a {
			font-size: 24px;
		}
		.promotional-line { 
			height: 8px; 
			top: 60px;
			width: 66% !important;
		}


		/*Footer*/
		.footer-wrap .container { max-width: 1600px; }
		.subscribe-btn {
			max-width: 130px;
			width: 100%;
		}

		.footer-center-info ul li { padding: 10px 30px; }

		.footer-info,
		.footer-left-info { padding: 50px 0 20px; }

		.footer-wrap input[type="text"] { max-width: 230px;	}
		.subscribe-btn { max-width: 110px; }
		.content-info-wrapper  .p-lg-5 { padding: 80px 60px 30px 60px !important; }
	}

	@media (min-width: 1300px) {
		/*Nav*/
		.navbar-light .navbar-nav .nav-link { padding: 1.9rem 1.4rem; }
		.navbar-nav input[type=search]:focus { width: 140px; }

		.header_quicklinks ul li { padding: 0 30px;	}

		/*Subpage*/


		/*Footer*/
		.footer-info, 
		.footer-left-info { padding: 75px 0 20px; }

		.footer-info ul li { 
			float: left; 
			padding: 20px 10px 0 0;
		}
		.footer-info ul li:first-child { 
			padding-left: 0; 
			padding-top: 0;
		}
	}
	@media (min-width: 1200px){
		.container{
			max-width: 95%;
		}
	}
	@media (min-width: 1400px) {

		/*Nav*/
		.navbar-light .navbar-nav .nav-link { padding: padding: 1.9rem 1.6rem;; }
		.quicklinks-search-wrap input[type=search]:focus:focus { width: 160px; }

		.navbar-light .navbar-brand { font-size: 22px; }

		.h-ln_content-wrap { padding: 2rem 2.5rem; }

		/*Event*/
		.events-list-item .e-date-wrap a { padding: 1.5rem .6rem; }
		.events-list-item .e-date-wrap .e-date-num { font-size: 62px; }
	}

	@media (min-width: 1500px) {
		/*Nav*/
		.navbar-light .navbar-nav .nav-link { padding: 1.8rem 1.45rem; }
		.quicklinks-search-wrap input[type=search]:focus:focus { width: 170px; }

		/*News Edition Reader*/
		.item-img-innerwrap .card-body { border-left: 80px solid #313131; }
		.item-img-innerwrap .card-body-inner { margin-left: 40px; }
	}
	@media (min-width: 1600px) {
		.container{
			max-width: 1475px; 
		}
	}
	/*Small devices (landscape phones, 576px and up)*/
	@media (min-width: 576px) {
		.promotional-info .promotional-line {
			width: 40%;
		}

		/*Sub Pages*/
		.subpage-content-wrap { padding-bottom: 50px; }

	}
	@media (max-width: 1200px){
		#header-main{
			display: none!important;
		}
		.navbar-brand img{
			max-width: 130px;
			max-height: 60px;
		}
		.navbar-light .navbar-brand{
			display: -ms-flexbox;
			display: flex;
		}
		.header_top-black .container{
			padding:0;
		}
		.header_top-black .container .navbar-toggler{
			padding: .25rem 0;
		}
		.navbar-light .navbar-nav .nav-link{
			border:0 !important;
		}
		.navbar-nav .nav-item .dropdown-menu-level-2 li a:hover, .navbar-nav .nav-item .dropdown-menu-level-2 li > a:hover{
			background-color: transparent!important;
		}
		.navbar-nav .nav-item .dropdown-menu-level-2 li a:hover, .navbar-nav .nav-item .dropdown-menu-level-2 li > a:hover{
			color: inherit !important;
		}
		.navbar-nav .nav-item .dropdown-menu-level-2,.navbar-nav .nav-item .dropdown-menu-level-3{
			display: none;
		}
		.sub-link{
			position: relative;
		}
		.sub-link::after{
			position: absolute;
			right:0;
			top:7px;
			content: "\f107";
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 25px;
		}
		.navbar-nav .nav-item .dropdown-menu-level-2>li.active > a{
			background: transparent!important;
		}
		.search-btn{
			top:0px;
		}
		.inner-gallery li {
			height: 150px;
		}
		.navbar-brand-outer,.navbar-brand-outer .container{
			position: relative;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 10px 0;
		}
		.navbar-brand-outer .container{
			padding:0;
		}
		.navbar-collapse .search-form{
			display: none;
		}
		.alternate-header .header_quicklinks{
			margin:0;
		}
		.show-on-tab{
			display: block;
		}
		.hide-on-tab{
			display: none;
		}
		.navbar-light .navbar-toggler{
			border:0;
			padding:0;
		}
	}
	@media (max-width: 991px){
		.desktop-header #header-main.header_main, .navbar-brand-outer{
			padding: 5px 10px !important;
		}
		.navbar-light .navbar-brand{
			padding-top: 0;
		}
		.fixed-header .navbar-light .navbar-brand{
			line-height: 31px;
		}
		header.site-header{
			max-height: 100vh;
		}
		.fixed-header{
			max-height: 100vh;
		}
	}

	@media (max-width: 767.98px){
		.event-title{
			height: 175px;
		}
		.video-module h1{
			font-size: 32px;
			margin-bottom: 20px;
		}
		.video-module .video-container .item-video{
			height: 60vw;
		}
		.video-module .google-drive-video{
			height: 60vw;
		}
		.video-module .gradient{
			background: -moz-linear-gradient(top, #dcba88 0%,rgba(0,0,0,0));
			background: -webkit-linear-gradient(top, #dcba88 0%,rgba(0,0,0,0));
			background: linear-gradient(to top, #dcba88 0%,rgba(0,0,0,0));
		}
		.video-module .bg-img{
			height: 320px;
			position: static;
		}
		.video-module .gradient{
			height: 320px;
			bottom: auto;
		}
		.video-module .video-container{
			background: #dcba88;
		}
		.video-module.blue-bg .gradient {
			background: -moz-linear-gradient(top, #003D66 0%,rgba(0,0,0,0));
			background: -webkit-linear-gradient(top, #003D66 0%,rgba(0,0,0,0));
			background: linear-gradient(to top, #003D66 0%,rgba(0,0,0,0));
  }
		.video-module.blue-bg .video-container{
			background: #003D66;
		}
		.navbar-light .navbar-toggler{
			border: 0;
		}
		.search-form {
			display: block !important;
			position: relative;
			max-width: 540px;
			margin: auto;
		}
		.hide-on-mobile{
			display: none !important;
		}
		.search-form input{
			display: block;
			font-size: 1rem;
			line-height: 1.25;
			background-color: transparent;
			background-image: none;
			background-clip: padding-box;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			border: 0;
			width: 100%;
			height: 42px;
			padding: 5px 45px 5px 0;
			border-radius: 0;
			-webkit-border-radius: 0;
		}
		.search-btn{
			top: 7px;
		}
		.banner-txt-info h1{
			line-height: 41px;
			margin-bottom: 15px;
		}
		.back-to-list a.back-list-left{
			top:-2px;
		}
		.header_quicklinks{
			margin: 0 -15px;
		}
		#eventDetailPage .events-list-item a.events-add-calendar{
			display: block;
			margin-bottom: 20px;
			text-align: center;
		}
	}
	@media (max-width: 500px){
		.inner-gallery li {
			height: 150px;
			margin-bottom: 2%;
			margin-right: 2%;
			width: 48%;
		}
	}
	@media (max-width: 380px){
		.inner-gallery li {
			margin-bottom: 10px;
			margin-right: 0;
			height: 220px;
			width: 100%;
		}
	}