/*

	Theme Name: Schoolcms

	Author: Innermedia

Author URI: https://www.innermedia.co.uk

Description: 

Requires at least: WordPress 4.9.6

Version: 5.0.2



*/

:root {

	--body_colour : #000000;

	--title_colour : #a39161;

	--link_colour : #c81d4a;

	--link_colour_hover : #a39161;	

	--button_bg: #c81d4a;

	--button_colour: #fff;

	--button_bg_hover: #011841;

	--button_colour_hover: #fff;

}



/*Content Wrapper*/



/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width: 10px;

	height: 10px;

	border: 1px solid #a39161;

	display:inline-block;

	background:#a39161;

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

.scms-carousel .owl-nav .owl-prev {

	position:absolute;

	left:0;

	top:0;

}

.scms-carousel .owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.scms-carousel .owl-dots .owl-dot {

	display:inline-block;

	margin:0 4px;

	opacity:1;

}

.scms-carousel .owl-dots .owl-dot.active span {

	background: transparent;
	border-color: #a39161;

}

.breadcrumbs {

	font-size:0.875rem;

	color:#676767;

	padding-bottom:1.25rem;

	position:relative;

	border-bottom:solid 1px #d7d9d9;

	margin-bottom:1.25rem;

}

.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input.searchInput {

	border: 0;

	height:30px;

	width:100%;

	background:transparent;

	padding: 4px 10px;

    outline: 0;

}

.searchform .searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}





/*news*/

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}



/*------------------------------------*\

    Header

\*------------------------------------*/

header.mainHeader {

	height:100px;

	position:relative;

}

.headGroup {

	color:#969696;

	background:#fff;

	border-bottom:solid 1px #fff;

	transition:300ms;

	padding-top:15px;

	padding-bottom:15px;

	z-index:220;

	position:fixed;

	height:100px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}

.socialDesktop {

	justify-content: end;

    display: flex;

}

/*------------------------------------*\ 

    Navigation

\*------------------------------------*/



.menu-toggle{

    position:relative;

	padding-right:40px;	

	display:inline-block;

	cursor:pointer;

	height:30px;	

    color: #ec3822;

}

.menu-toggle .toggleText{

	display:none;

	vertical-align:middle;

	font-size:14px;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	height:30px;

	right:0;

	top:0px;

	transition:300ms;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}



.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

	content:'';

}

.menu-toggle .toggleIcon span,

.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

    width: 26px;

    height: 1px;

    background-color: #ec3822;

    display: block;

    transition:all 300ms;

	position:absolute;

}



.menu-toggle:hover .toggleIcon span,

.menu-toggle:hover .toggleIcon span:before,

.menu-toggle:hover .toggleIcon span:after{

    background-color: #000;

}

.menu-toggle .toggleIcon span {

	top:50%;

	left:2px;

	margin-top:-.5px;	

}

.menu-toggle .toggleIcon span:before {

    top: -8px;

}

.menu-toggle .toggleIcon span:after {

    top: 8px;

}

body.menuopen .menu-toggle .toggleIcon span {

    background-color: transparent!important;

}

body.menuopen .menu-toggle .toggleIcon span:before {

    transform: rotate(135deg);

    top: 0px;

}

body.menuopen .menu-toggle .toggleIcon span:after {

    transform: rotate(-135deg);

    top: 0px;

}

#navbar{

	position: fixed;

	right: 0;

	transition: transform 500ms;

	background-color: #fff;		

	z-index: 9999;

	top: 119px;

	bottom:0;

	width: 480px;

	max-width:100%;

	transform:translateX(100%);

	overflow-x: hidden;	

	padding:20px 20px;

	border-left:1px solid #676767;

}

body.menuopen .headGroup{ 

	border-bottom-color:#676767;	

}

body.menuopen  #navbar{ 

	transform:translateX(0%);

	z-index: 9999;

}	

#menu-main{

	margin-bottom:30px;

	margin-top:20px;

	clear:both;

}

#menu-main li{

	position:relative;

}	

#menu-main li a{

	display: block;

	text-decoration:none;

	color:#ec3822;

	line-height:1.35;

	position:relative;

	border-bottom:solid 1px #676767;

	padding:10px 10px;

}

#menu-main li a:hover{

	text-decoration:none;

	color:#000;

}

#menu-main .sub-menu {

	padding-left:40px;

	position:relative;

	display:none;

	border-bottom:solid 1px #676767;

}

#menu-main .sub-menu li:last-child > a{		

	border-bottom:none;

}

#menu-main li.open > .sub-menu {

	display:block;

}

#menu-main li.menu-item-has-children > a {

	padding-right:35px;

}	

#menu-main li.menu-item-has-children > .arrow {

	position:absolute;

	right:0;

	top:5px;

	width:30px;

	height:30px;

}	

#menu-main li.menu-item-has-children > .arrow:after{

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 25px;

    left: 10px;

    top: 3px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}

#menu-main li.open.menu-item-has-children > .arrow:after{

	transform:rotate(90deg);

}



/*------------------------------------*\ 

    Banner

\*------------------------------------*/

#pageBanner,

.bannerWrap {

	position: relative;

	overflow:hidden;

	min-height:300px;

	max-height:680px;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	min-height:480px;

	max-height:100vh;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top:56.08%;

}

@media(min-width:768px){

	#homeBanner {

		max-height:880px;

	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}



/*------------------------------------*\ 

    FOOTER

\*------------------------------------*/



#footer{

	margin-top:2rem;

}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

	text-decoration:none;

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

.footer-links li:last-child:after{

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}



/*------------------------------------*\

    Dynamic Content

\*------------------------------------*/



.dynamicContent {

	margin-top:00px;

	margin-bottom:30px;

}

/*******Dividers******/

.dividera{

	clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

	 background-image: url(images/icon.png);

    background-position: center center;

	background-size:contain;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







/*******FAQS*****/

.faqs{



}

.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:0.625rem 1.5rem;

    padding-right: 2em;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 1.5em;

    height: 1.5em;

    line-height: 1.5em;

	text-align:center;

    position: absolute;

    right: 5px;

    top:0.625rem;

	font-size:0.8em;

	font-weight:700;

	font-family: "Font Awesome 6 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faqs .faq:last-child .faq-answer{

	border-bottom:solid 1px #a2a6a9;

}

.faqs .faq.open:last-child .faq-answer{

	border-color:#969696;	

}





/******Staff********/

.staffMember {

	padding-bottom:15px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

.staff-meta.featured-staff-metas .staff-meta > *{

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

.staff-meta a.email-value:before {

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

.staff-meta a.email-value:hover:before{

	background-color:#ccc;

}

/*****Quotes******/

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

.quoteContainer .cycle-pager span.cycle-pager-active{

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

/****Documents******/

a.button.document-link {

	padding-right:50px;

	width:100%;

}

a.button.document-link:after {

	font-family: "Font Awesome 6 Free";

	font-weight: 900;

	content: "\f56d";

	display:block;

	position:absolute;

	top:50%;	

    right: 10px;

    transform: translateY(-50%);

}



/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

	--body_colour: #fff;

	--title_colour: #fff;

    background: #c81d4a;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutContent {

	position:relative;

	text-align:center;

}

.callout .calloutTitle {

	font-size:1em;

	margin:0.5em 0;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/***POIS****/

.row.pois {

    --bs-gutter-y: 1.5rem;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background: #c81d4a;

	color:#fff;
	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



/*.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

	background:rgba(0,0,0,0.3);

}*/

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

	filter: grayscale(1);

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.body-container .poiImage:before {
	padding-top:	91.575%;
}


.textOnlyBlock .poiText {

	position:relative;

	padding:0px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock {

	height: 100%;

}

.poi .poiTitle {

	display: inline-block;

	font-size:14px;

	line-height: 25px;

	font-weight:700;

	position:relative;

	padding:15px 25px;

	text-transform:uppercase;

	background: #c81d4a;

	color: #ffffff;

	letter-spacing: 1px;

	min-width: 179px;

 }



.poi .textOnlyBlock .poiTitle{

	margin: 0px;

}

.poi:hover .poiTitle, .textOnlyBlock .poiTitle {
	font-size: 50px;
	line-height: 80px;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	background: transparent;
	font-family: "Lora", serif;
	font-weight: 400 !important;
	text-transform: inherit !important;
    letter-spacing: -0.2px;
}

.poi:hover .poiTitle:before, .textOnlyBlock .poiTitle:before {
	background: url("images/quotes-d-icon.png") center  center no-repeat;
	width: 55px;
	height: 56px;
	content: '';
	display: block;
	margin: 15px auto 0px;
	background-size: cover !important;
}
.owl-carousel .poi {
height:100%;	
}
.owl-carousel .poi {
height:100%;	
}
.textOnlyBlock {

	padding:10px 25px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;
	padding-bottom:10px;
}
.owl-carousel.pois .owl-stage {
	height:100%;
	display:flex;
}
.owl-carousel.pois .owl-item .col {
	height:100%;
}

.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 25px 0;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom: 25px;

	text-align:left;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;
	transform:translateY(50%);
	text-align: center;


}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



/*------------------------------------*\

    HOME DYNAMIC

\*------------------------------------*/

.welcomeBlock {

	margin-bottom:40px;

}

/*------------------------------------*\

    END DYNAMIC CONTENT

\*------------------------------------*/



/*------------------------------------*\

    Sidebar

\*------------------------------------*/

.sidebar {

	margin-top:0px;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	text-decoration:none;

	padding:0.5rem 1rem;

}

#menu-side a:hover {

	text-decoration:none;

}

/*Top level item*/

#menu-side > li > .sub-menu {

	margin:0px 0 10px;

}

/*main Sub menu items*/

#menu-side .sub-menu li.current-menu-ancestor a,

#menu-side .sub-menu li.current-menu-item a{	

}

#menu-side .sub-menu li.current-menu-item > a{

	color:#676767;

}

#menu-side .sub-menu li.menu-item-has-children > .arrow {

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {

	transform:rotate(90deg);

}

#menu-side .sub-menu li a:hover{

	color:#676767;

}

#menu-side .sub-menu .sub-menu {

	background:rgba(0,0,0,0.1);

	padding-bottom:10px;

	display:none;

}

#menu-side .sub-menu .sub-menu li{

	margin:0;

}

#menu-side .sub-menu li.open > .sub-menu {

	display:block;

}

@media (max-width:991.99px){

	.side-menu-container {

		display:none;

	}

}



	/*Blog sidebar*/

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

@media (min-width:1200px){



}

/*Animation*/





.hideme {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.hideme.active {

	opacity:1;

	top:0;

}

.in-left {
    position: relative;
    opacity: 0;
	transform: translateX(-100px);
    transition: all 800ms;
}

.in-right {
    position: relative;
    opacity: 0;
 	transform: translateX(100px);
    transition: all 800ms;
}

.in-down {
    position: relative;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 800ms;
}

.in-up {
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: all 800ms;
}

.in-fade {
    position: relative;
    opacity: 0;
    transition: all 800ms;
}

.in-delay {
    transition-delay: 500ms;
}

.in-view {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}


.container {
	max-width: 1140px;
}

body.home .container {
	max-width: 1286px;
}




footer#footer {
	background: #c81d4a;
	padding: 125px 0 40px;
	color: #ffffff;
    margin: 0 !important;
    position: relative;
	font-weight: 400;
}

footer#footer:before {
    background: url("images/footer-bg.png") center center no-repeat;
    width: 581px;
    height: 653px;
    content: '';
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
}

footer#footer .container {
    max-width: 1140px;
}

footer#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#footer a {
	color: #ffffff;
}

footer#footer h2 {
    font-size: 70px;
    margin-bottom: 25px;
    color: #ffffff;
}

footer#footer .button {
    margin-top: 40px;
    border: 4px solid #ffffff;
}





.footer_social {
    text-align: right;
    width: 100%;
}
.footer_social ul {
    display: inline-block;
}
.footer_social ul.socials li {
    min-width: inherit;
}
.footer_social ul.socials li a {
    font-size: 21px;
    color: #ffffff;
}
.footer_social ul.socials li a:hover {
    opacity: 0.8px;
}

.footer_right_logos {
    text-align: right;
    padding-top: 147px;
}
.footer_right_logos img {
    margin: 0px 15px;
}
.footer_right_logos img:first-child {
    margin-left: 0;    
}
.footer_right_logos img:last-child {
    margin-right: 0;    
}

.footerLower {
    background: transparent;
    padding-top: 90px;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 0;
	text-transform: uppercase;
}
.footerLower p, .footerLower ul {
    margin: 4px 0;
}


.homeBanner .slideText {
	position: absolute;
	z-index: 111;
	width: 100%;
	text-align: center;
	bottom: 100px;
	color: #ffffff;
}

.homeBanner .slideText .top-text {
	font-family: "Lora", serif;
	font-size: 90px;
	line-height: 80px;
	letter-spacing: -0.20px;
	color: #ffffff;
	margin-bottom: 40px;
}

.homeBanner .slideText .bottom-text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 600;
	max-width: 650px;
	margin: 0px auto;
}


.homeBanner .hero .slide .slideImage:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.5;
	z-index: 11;
}


.homeBanner .hero .slide .slideImage:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.5;
	z-index: 11;
}



.welcomeBlock {
	padding: 125px 0 0;
	position: relative;
	margin: 0;
}
.img-welcome-block {
	padding: 0;
	position: absolute;
	right: 0;
	top: 113px;
}

.img-welcome-block img {
	max-height: 600px;
	width: 100%;
	object-fit: cover;
}

.welcomeBlockText {
}

.welcomeBlockText-inner {
	max-width: 350px;
	margin-left: 72px;
}

.welcome-btn-main {
	padding-top: 10px;
}



.section_quote_event {
	padding-top: 260px;
	padding-bottom: 110px;
}
.section_quote_event .quote_section {
	margin-top: -190px;
	position: relative;
	z-index: 1;
}

.section_quote_event .event_section {
	padding-left: 6.5%;
}

.section_quote_event .event_section h2 {
	font-size: 50px;
	line-height: 55px;
	letter-spacing: -0.2px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #a39161;
}

.section_quote_event .event_section h2 a {
	color: #a39161;
}

.section_quote_event .event_section h2 a span {
	display: block;
}

.section_quote_event .event_section .eventTime {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 700;
}

/*Home Poi Styles Css ------------------------------------ Start -------------------------------- */


.dynamic-text-pois-number-section {
	padding-bottom: 150px;
	margin: 0;
}

.dynamic-text-pois-number-section .container:after {
	content: '';
	width: 369px;
	height: 330px;
	background: url("images/bg-texture-icon.png") center center no-repeat;
	position: absolute;
    right: 13%;
    bottom: -116px;
}

.dynamic-text-pois-number-section .container {
	position: relative;
}


.text_poi_1_container {
	width: 63%;
    padding-right: 0;
	margin-top: -140px;
}

.text_poi_1_container .poiImage:before {
	padding-top: 68.658%;
}
.text_poi_1_container .poiImage .poiImageBG img {
	filter: grayscale(0);
}

.text_poi_1_container .section_title, .text_poi_1_container .section_details {
	margin-left: 72px;
	max-width: 585px;
}
.text_poi_1_container .section_details {
	margin-bottom: 50px;
}



.text_poi_1_container .section_title h2 {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.2px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #a39161;
}
.text_poi_1_container .section_title h2 span {
	display: block;
}


.poi_2_number_container {
	width: 37%;
	padding-left: 0;
	padding-right: 82px;
}

.poi_2_number_container .poi_2_section {
	margin-left: -84px;
	margin-bottom: 40px;
}

.poi_2_number_container .poi_2_section .poi {
	border: 5px solid #ffffff;
}


.poi_2_number_container .number_symbol {
	display: block;
	color: #011841;
	letter-spacing: -0.2px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
}
.poi_2_number_container .number_text {
	color: #011841;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.number_carousel {
	max-width: 180px;
	margin: 0px auto;
}




.poi_2_number_container .number_symbol .number, .poi_2_number_container .number_symbol .symbol {
	text-align: center;
	display: inline-block;
}

.poi_2_number_container .owl-nav {
	display: none;
}






/*Home Poi Styles Css --------------------------------------------------------------------------------------- END -------------------- */

.homeDynamic.dynamic-quote {
	margin: 0;
}
.homeDynamic.dynamic-quote .quoteContainer {
	padding: 0 0px 0 20.3%;
	background: transparent;
	max-width: 1286px;
	margin: 0px auto;
}


.dynamic-info-grid {
	margin: 0;
	padding: 118px 0 145px;
}

.dynamic-info-grid .top_buttons {
	text-align: right;
	margin-bottom: 66px;
	padding-right: 45px;
}
.dynamic-info-grid .top_buttons .button {
	margin: 0px 15px ;
}
.dynamic-info-grid .news_img_content {
	position: relative;
	height:385px;
}

.dynamic-info-grid .news_img_content .sliderThumb {
	position: relative;
	background-color:#c81d4a;
}
.dynamic-info-grid .news_img_content .sliderThumb:after {
	content: '';
    display: block;
	width:100%;
	padding-top:75.6%;
}
.dynamic-info-grid .news_img_content .sliderThumb:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.8;
	z-index: 11;
}


.dynamic-info-grid .news_img_content .news_caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 25px;
	color: #ffffff;
	z-index: 12;
}

.dynamic-info-grid .news_img_content .news_caption h3 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -0.2px;
	color: #ffffff;
	font-weight: 700 !important;
	font-family: "Lato", sans-serif;
	text-shadow: 0px 0px 10px #000000;
	margin: 0 0 5px;
	padding: 0;
}

.dynamic-info-grid .news_img_content .news_caption h3 a {
	color: #ffffff;
}

.dynamic-info-grid .news_img_content .news_caption .date, .dynamic-info-grid .news_img_content .news_caption .date a {
	text-transform: uppercase;
	color: #a39161;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}


.dynamic-info-grid .section_title:after {
	content: '';
	width: 369px;
	height: 330px;
	background: url("images/bg-texture-icon.png") center center no-repeat;
	position: absolute;
    left: -132px;
    top: -220px;
}



.dynamic-info-grid .news_text_section {
	width: 44.6%;
	margin-top: -130px;
}
.dynamic-info-grid .news_content_section {
	width: 55.4%;
	margin-bottom: 100px;
}

.dynamic-info-grid .section_title {
	max-width: 350px;
	margin-right: 128px;
	margin-left: auto;
	position: relative;
}
.dynamic-info-grid .section_details {
	max-width: 350px;
	margin-right: 128px;
	margin-left: auto;
}

.news_text_section .section_title h2 {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.2px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #a39161;
}
.news_text_section .section_title h2 span {
	display: block;
}





.info_grid_news_section .owl-dots {
	position: absolute;
	bottom: 22px;
	left: -50px;
}

.info_grid_news_section .owl-dots .owl-dot {
	display: block;
}

.info_grid_news_section .news_img_content img {
    object-fit: cover;
	height: 100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}



.instagram_social_row {
	position: relative;
}
.instagram_social_row .container {
	padding-right: 130px;
	position: relative;
}

.instagram_social_row .sbi-owl-nav {
	position: absolute;
	right: -130px;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
}
.instagram_social_row .sbi-owl-nav .sbi-owl-prev, .instagram_social_row .sbi-owl-nav .sbi-owl-next, .instagram_social_row .sbi-owl-nav .sbi-owl-prev:hover, .instagram_social_row .sbi-owl-nav .sbi-owl-next:hover {
	width: 64px;
	display: block;
	height: 64px;
	text-align: center;
	font-size: 0;
	background: url("images/arrow-prev.png") center center no-repeat #f1f2f2 !important;
	background-size: 19px !important;
	box-shadow: none !important; 
	text-shadow: none !important;
	position: relative;
	right: auto !important;
	left: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 8px 0;
}
.twitter_social_row {
	margin-top:40px;
}
.twitter_social_row #ctf .ctf-tweet-media a {
	max-height:220px;
}
.info_grid_news_section .owl-nav button, .news_text_section .desktop_only button {
	width: 64px;
	display: block;
	height: 64px;
	text-align: center;
	font-size: 0;
	background: url("images/arrow-prev.png") center center no-repeat #f1f2f2 !important;
	background-size: 19px !important;
	box-shadow: none !important; 
	text-shadow: none !important;
	position: relative !important;
	right: auto !important;
	left: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 8px;    
    border-radius: 50%;
    display: inline-block;
    border: none !important;
}






.info_grid_news_section .owl-nav {
    display: none;
}
.info_grid_news_section .owl-nav button i {
	display: none;
}

.instagram_social_row .sbi-owl-nav .sbi-owl-prev svg, .instagram_social_row .sbi-owl-nav .sbi-owl-next svg {
	display: none;
}
.instagram_social_row .sbi-owl-nav .sbi-owl-prev:hover, .instagram_social_row .sbi-owl-nav .sbi-owl-next:hover {
	scale: inherit !important;
}

.instagram_social_row .sbi-owl-nav .sbi-owl-next, .instagram_social_row .sbi-owl-nav .sbi-owl-next:hover {
	transform: rotate(180deg) !important;
}
.info_grid_news_section .owl-nav button.owl-next, .news_text_section .desktop_only button.next {
	transform: rotate(180deg) !important;
}

.dynamic-history {
	margin: 0;
	background: #a39161;
	padding: 125px 0 150px;
}

.dynamic-history .section_title {
	margin-left: 72px;
	margin-bottom: 100px;
}

.dynamic-history .section_title h2 {
	color: #ffffff;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: -0.2px;
	padding: 0;
	margin: 0;
}

.dynamic-history .history_slide {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.dynamic-history .history_number {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 0px;
    position: relative;
    color: rgba(255, 255, 255, 0.3);
}
.dynamic-history .history_number:after {
    width: 1px;
    height: 93px;
    background: #ffffff;
    content: '';
    margin: 15px auto 20px;
    display: block;
}
.dynamic-history .history_number:before {
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    bottom: 46px;
    left: 0;
}

.dynamic-history .history_slide.history_first_item .history_number:before {
    width: 50%;
    right: 0;
    left: auto;
}
.dynamic-history .history_slide.history_last_item .history_number:before {
    width: 50%;
    left: 0;
}


.dynamic-history .history_title {
    font-size: 30px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: -0.2px;
}

.dynamic-history .history_slide.active .history_number, .dynamic-history .history_slide.active .history_title {
    color: rgba(255, 255, 255, 1);
}



.dynamic-history .slide-details {
    max-width: 1150px;
    margin: 0px auto;
    padding: 0px 25px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
}


.dynamic-history .history-slideshow {
    margin-bottom: 120px;
}





/*Header Styles Css ------------------------------------ Start -------------------------------- */


.headGroup {
	background: #c81d4a;
	padding: 13px 60px;
	border: none;
	color: #ffffff;
}

body.home .headGroup .row {
    align-items: start !important;
}
body.home.fixedHeader .headGroup .row, .fixedHeader .headGroup .row {
    align-items: center !important;
}


.headGroup:before {
	content:'';
	display:block;
	width:25%;
	position:absolute;
	top:0;
	left:0;
	opacity: 0.3;
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

body.home .headGroup:before {
	display: none;
}

body.home.fixedHeader .headGroup:before {
	display: block;
}

.headerIcon img {
	max-height: 74px;
}

body.home .headerIcon img {
	max-height: 100%;
}
body.home.fixedHeader .headerIcon img {
	max-height: 74px;
}


.headGroup a {
	color: #ffffff;
}
.headGroup .container {
	max-width: 100% !important;
	position: relative;
	z-index: 1;
}

body.home header.mainHeader {
	height: 0;
}
body.home .headGroup {
	background: transparent;
	border: none;
	padding-top: 50px;
}


body.home.fixedHeader .headGroup {
	background: #c81d4a;
	padding-top: 13px;
}
.headGroup a.button {
	background: transparent !important;
	padding: 0 !important;
	margin: 0px 42px;
	border: none;
	min-width: inherit;
	vertical-align: middle;
}
.headGroup a.button:hover {
	background: transparent !important;
	padding: 0 !important;
	text-decoration: underline;
}

body.home .headGroup a.button {
	background: #c81d4a !important;
	padding: 15px 25px !important;
	margin: 0px 5px 0px 15px !important;
	border: none;
	min-width: 179px;
}
body.home .headGroup a.button:hover {
	background: #011841 !important;
	padding: 15px 25px !important;
	text-decoration: none;
}

body.home.fixedHeader .headGroup a.button {
	background: transparent !important;
	padding: 0 !important;
	margin: 0px 42px;
}
body.home.fixedHeader .headGroup a.button:hover {
	text-decoration: underline;
	padding: 0 !important;
}

.header-right {
	text-align: right;
}

.headerSearch {
	display: inline-block;
}

.menu-toggle {
	width: 65px;
	height: 36px;
	vertical-align: middle;
}
.menu-toggle .toggleText {
	display: none !important;
}

.menu-toggle .toggleIcon {
	width: 65px;
	height: 36px;
}
.menu-toggle .toggleIcon span {
	margin-top: -1px;
}
.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
	width: 65px;
	height: 2px;
	background: #ffffff;
}
.menu-toggle .toggleIcon span:after {
	top: 17px;
}
.menu-toggle .toggleIcon span:before {
	top: -17px;
}





/*Search Toggle Css    ----------------------  START  ------------------------------ */
.headerSearch form.openSearch {
	padding-right : 12px;
	top : 0px;
	z-index: 9;
}

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top : 2px;
	left: auto;
}

.searchToggle .searchform input.s {
	display: none;
}

.searchToggle .searchform.openSearch input.s {
	display: block;
}

.searchToggle .headerSearch .searchform input.s {
	position: absolute;
	right: 0;
	bottom: 0;
}

.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: auto;
	min-height: 23px;
	margin-left: 0px;
	margin-right: 30px;
}


.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	z-index: 11;
}

.searchToggle .searchform {
	width: 25px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : 0px;
	padding-right : 0px;
	height: 23px;
	z-index: -1;
}

.searchToggle .searchform input.s {
	/*transition:300ms;*/
	background: transparent;
}

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	/*width: 250px;*/
	height: 79px;
}

.searchToggle .searchform.openSearch input.s:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.searchToggle .searchform.openSearch input.s {
	background: #1b2d4b;
	color: #ffffff;
	border: none;
	width: 100%;
	width:250px;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
}

.headerSearch #searchSubmit {
	width: 24px !important;
	height: 23px !important;
	background: url(images/search-icon.png) center center no-repeat !important;
	font-size: 0 !important;
}

.headGroup #searchSubmit:hover {
	opacity: 0.7;
}



.searchform .searchSubmit {
	right: 0;
}
.headGroup .searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
	color: #ffffff;
}

.headGroup .searchInput.s::placeholder {
	color: #ffffff;
}
@media (max-width:992px){
	.searchToggle .searchform.openSearch input.s {
		right:auto;
		left:0;
	}
}

/*Search Toggle Css    ---------------------------  END  ----------------------------------- */



.topMenu {
}
.topMenuSide {
	position:relative;
	display:inline-block;
	vertical-align: middle;
	margin: 0px 70px 0px 42px;
}

.topMenuSide .portalToggle {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
}


.topMenuSide .portalToggle:after {
	margin-left: 10px;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #ffffff;

	display: inline-block;
    vertical-align: middle;

}

.topMenuSide:hover .portalToggle {
	color: #ffffff;
	text-decoration: underline;
}


.topMenuSide .menu{
	position:absolute;
	background:rgba(255,255,255,0.98);
	color:#969696;
	list-style:none;
	margin:0;
	padding:0 20px;
	right:0;
	top:100%;
	font-size:12px;
	text-transform:uppercase;
	display:none;
	letter-spacing: 2px;
}

.topMenuSide .menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.topMenuSide .menu li{
	border-bottom:solid 1px #000000;
	padding:12px 0 12px 0px;
	background-repeat:no-repeat;
	background-position:left 0 top 13px;
	line-height:1.5;
	width: 180px;
	text-align: left;
	font-weight: 500;
}
.topMenuSide .menu li:last-child{
	border-bottom:0;
}
.topMenuSide .menu li a{
	color:#000000;	
}
.topMenuSide .menu a:hover{
	color: #e61e2a;
	text-decoration:none;
}

















/*Inner Page Area Styles Css --------------------------------------------------- Start */




/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 12px;
    line-height: 32px;
    color: #6d6e71;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 45px;
    border-bottom: none;
    min-height: 32px;
    font-weight: 600;
	display: inline-block;
}

.breadcrumbs em {
	margin: -3px 10px 0px;
	width: 1px;
	height: 12px;
	background: #6d6e71;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: #6d6e71;
	text-decoration: none;
}

.breadcrumbs span > span {
    color: #0055a1;
}

.breadcrumbs a:hover {
    color: #0055a1;
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */

.bodyContent table {
    display: inline-block;
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.bodyContent table td h4 {
    margin: 0px !important;
}


.bodyContent .body-text {
	margin-bottom: 50px;
}


/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/




.staff-meta a.email-value:before {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background: #e50b7d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #1b2d4b;
}




.bodyContent {
}
.bodyContent .dynamicContent {
	margin-bottom: 50px;
}



.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 13px;
    position: relative;
	letter-spacing: 0.75px;
	line-height: 30px;
}


.embedVid {
	height:200px;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 7px;
    height: 7px;
    background: #c81d4a;
    position: absolute;
    left: 0px;
    border-radius: 7px;
    top: 12px;
}

.privacy-policy .bodyContent ul li:before, .page-id-2296 .bodyContent ul li:before {
    content: none!important;
}



.bodyContent .dynamic-quote .cycle-pager {
   display: none;
}

.homeDynamic.dynamic-quote {
	margin-top: -69px;
}

.homeDynamic.dynamic-quote .cycle-pager {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 0;
}
.dynamic-quote .cycle-pager span {
	width: 10px;
	height: 10px;
	border: 1px solid #a39161;
	background: #a39161;
	display: block;
	margin: 6px 0;
	font-size: 0;
	border-radius: 50%;
}
.dynamic-quote .cycle-pager span.cycle-pager-active {
	border: 1px solid #a39161;
	background: transparent;
} 






.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 20px;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 15px 50px 15px 24px;
    background-color: #a39161;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;

	margin: 0px 0 0px !important;
	width: 100%;
	display: block;
	text-align: left;	

}
.faq.open .faq-question {
    background: #a39161;
    color: #ffffff;
    border: none;
}
.faq-question:hover {
    background: #011841;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    display: block;
    width: 19px;
    height: 13px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 22px;
    transform:  rotate(90deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/document-icon.png") center center no-repeat;
}

.faq.open .faq-question:after {
    transform: rotate(-90deg);
}

.faq .faq-question:hover:after {
}

.faq-answer {
    display: none;
    padding: 0px !important;
    background: #f1f2f2;
    border: none !important;
    margin-bottom: 0px;
}
.faq-answer .col-md {
    padding: 50px 50px 55px !important;
}


.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

.faq-answer > h3, .faq-answer > h2 {
    margin-top: 0px;
}

.faq-answer h3, .faq-answer h2 {
    margin-top: 0px;
	margin-bottom: 10px;
}


.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 15px 50px 15px 24px;
    background-color: #c81d4a;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	
}



.dynamic-documents a.document-link:hover {
    background: #011841;
    color: #ffffff;
    border: none;
}

.dynamic-documents a.document-link:focus {
    background: #011841;
    color: #ffffff;
    border: none;
}

.dynamic-documents a.document-link:after {
    display: block;
    width: 19px;
    height: 13px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/document-icon.png") center center no-repeat;
}
.dynamic-documents a.document-link:hover:after {
}


.quicklink>a, a>.quicklink, a.quicklink {


	position: relative;
    margin: 0;
    padding: 15px 50px 15px 24px;
    background-color: #c81d4a;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	



}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #011841;
    color: #ffffff;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #011841;
    color: #ffffff;
    border: none;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
    width: 19px;
    height: 13px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/document-icon.png") center center no-repeat;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




.linkbutton>a, a>.linkbutton, a.linkbutton {

	position: relative;
    margin: 0;
    padding: 15px 50px 15px 24px;
    background-color: #a39161;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	


}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #011841;
    color: #ffffff;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #011841;
    color: #ffffff;
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 19px;
    height: 13px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/document-icon.png") center center no-repeat;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}






/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none !important;
	z-index: 1;
}
.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 73px solid transparent !important;
	border-left: 123px solid rgba(255, 255, 255, 1) !important;
	border-bottom: 73px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.dynamic-callout .video_callout .button:hover:after {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: transparent !important;
	border: none !important;
}

.bodyContent .callout.video_callout .coimg, .sidebar .callout.video_callout .coimg  {
	position: relative;
}
.bodyContent .callout.video_callout .coimg img, .sidebar .callout.video_callout .coimg img {
	position: relative;
}


.sidebar .callout .calloutContent {
	padding: 100px 25px 100px;
}
.bodyContent .callout .calloutContent {
	padding: 100px 25px 100px;
}

.dynamic-callout .video_callout h3 {
	display: none !important;
}



.callout-btn {
	text-align: right;
}

.calloutTitle {
	font-size: 42px;
	margin-bottom: 15px;
}



/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */

.bodyContent .dynamic-quote {

}

.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 30px 0px 30px;
	margin: 0;
	max-width: 100%;
}

.quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 100px 120px 90px 100px;
	position: relative;
	color: #ffffff;
}
.quoteContainer blockquote.quote-text:before {
	left: 67px;
	top: 89px;
}

.quoteContainer blockquote.quote-text:after {
	bottom: 46px;
}


.quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: inherit;
	font-weight: 400;
	color: #e2c690;
	font-style: normal;
	text-align: left;
	padding-bottom: 0 !important;
}

.dynamic-text-image-section {
	margin: 0;
	padding: 50px 0;
}

.dynamic-text-image-section .text_section_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dynamic-text-image-section .text_section_image .video_link {
	display: block;
	position: relative;
}

.dynamic-text-image-section .text_section_image .video_link:before {
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	background: url('images/video-play-icon.png') center center no-repeat;
	border-radius: 60px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	content: '';
	transform: translate(-50%, -50%);
	z-index: 1;
}

.dynamic-text-image-section .text_section_image .video_link:after {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.staffMember {
	margin-bottom: 50px;
	border-bottom: 2px solid #e0dbde;
}

.staffMember h3 {
	margin: 0px 0 15px;
}
.staffContent  {
	margin-top:30px;
	margin-bottom:30px;
}
.staff-meta .meta-label {
}
.staff-meta .meta-value {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-transform: inherit;
	letter-spacing: 1px;
}
.dynamic-carousel .owl-nav {
	position: absolute;
	width: 93px;
	right: -48px;
	top: 50%;
	transform: translateY(-50%);
}

.callout.hasbg .calloutContent:before {
	display: none;
}

.body-container {
	margin: 0 auto;
}


.body-container .poi {
	height: 100%;
}


.wpforms-submit {
	display: inline-block !important;
    color: var(--button_colour,#fff) !important;
    border: none !important;
    background: var(--button_bg,#000) !important;
	text-decoration:none !important;
    line-height: 25px !important;
    padding: 10px 20px !important;
    position: relative !important;
    transition: 300ms !important;
	min-width: 165px !important;
	font-size: 12px !important;
	text-align: center !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important; 
	text-transform: uppercase !important;
	position: relative !important;	
	height: auto !important;
	border-radius: 0 !important;
}
.wpforms-submit:hover {
    background: var(--button_bg_hover,#000) !important;
}



/*Sidebar Menu Css --------------------------------------------- Start ------------------ */

.body-container {
	margin-top: 0 !important;
}


.sidebar {
    padding-left: 0px;
	padding-top: 0px;
}
.side-menu-container {
    color: #ffffff;
    padding: 25px 20px 40px;
    position: relative;
	overflow: hidden;
	background: #a39161;
	margin-bottom: 40px;
}

.sidebarSec {
    background: #a39161;
    color: #ffffff;
    padding: 25px 20px 40px;
    position: relative;
}

.sidebarSec h2, .sidebarSec h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
}



.sidebarSec a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
    padding: 12px 0px;
    margin-left: 0px;
    margin-right: 0px;
	letter-spacing: 1px;
	font-weight: 700;
}
.sidebarSec a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*
#menu-side > li > a {
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	font-family: "georgiapro",sans-serif;
	text-transform: inherit;
	font-weight: 400;
	display: none;
}
#menu-side > li > a > span {
}

#menu-side > li > a:after {
}
#menu-side > li {
}*/





#menu-side a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.open > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.current-menu-item > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side > li > a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side li a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
 
}
#menu-side li a:hover span {
    border-bottom: 1px solid transparent;
}

#menu-side a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 12px 0px 12px 0px;
	background: transparent;
}

#menu-side .sub-menu .sub-menu li a {
}
#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
}

#menu-side .sub-menu li a:hover {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
}
#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before {
}
#menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    width: 8px;
    height: 12px;
	line-height: 12px;
	top: 9px;
}


#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    height: 30px;
}



#menu-side li {
    margin: 0px;
}
#menu-side > li > a {
	font-size: 0;
	display: none;
}


#menu-side .sub-menu li li a {
    color: #ffffff;
    line-height: 25px;
    padding: 10px 0;
}

#menu-side .sub-menu li.open li a span {
	padding: 0;
}

#menu-side .sub-menu li.open li a:hover {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#menu-side .sub-menu .sub-menu {
    padding: 0px 0px 0px;
    background: transparent;
}
#menu-side .sub-menu .sub-menu a {
	padding-left:40px;
}
#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 10px 0px 10px 80px;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
#menu-side .sub-menu li.open > a {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #ffffff;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: '';
	display: none;
}


/*
#menu-side .sub-menu li .sub-menu li > .arrow:before {
    display: none;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children > .arrow:before {
    display: block;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children.open > .arrow:before {
    display: block;
}
*/

#menu-side .sub-menu .sub-menu .sub-menu a > span {
}

#menu-side .sub-menu li.open > .sub-menu {

}


/*Sidebar Menu Css --------------------------------------------- End ------------------ */


.standard-staff-image img {
	max-width: 100%;
	width: 230px;
} 

.standard-staff-text {
	padding-top: 25px;
}
.staff-meta .meta-label {
	font-size: 16px;
	color: #a39161;
	font-family: "Lora", serif;
	font-weight: 400 !important;
	margin-bottom: 10px;
	text-transform: inherit;
}

.standard-staff-metas .staff-meta:last-child {
	display: none;
}
.staff-button {
	font-size: 14px;
	letter-spacing: 1px;
	color: #c81d4a;
	text-transform: uppercase;
	font-weight: 700;
}

.staffMember {
	border-bottom: 2px solid #a39161;
	padding-bottom: 55px;
	margin-bottom: 40px;
}

.mainLogo-mb {
    display: none;
}


@media only screen and (min-width : 992px) {
    .mobile_only {
        display: none;
    }
    .desktop_only {
        display: block;
    }

    .info_grid_news_section .owl-stage {
        margin-left : -132px;
    }
    .header-buttons {
        display: inline-block;
    }
    



	/*body.menuopen .headGroup .menu-toggle {
		position: fixed !important;
		right: 82px !important;
		top: 28px !important;
		z-index: 999999 !important;
	}*/

    body.menuopen .headGroup:before {
    display: none !important;
    }

    body.menuopen .main-headbox {
        right: 0;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }
    /*.main-headbox:after {
        content: "t";
        font-size: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #f1f2f2;
        height: 100%;
        width: 100%;
        max-width: 36.52%;
        z-index: -1;
    }*/

	

    body.menuopen .main-headbox .container {
		max-width: 100%;
		position: relative;
		z-index: 11;
    }    

    .main-headbox .headimage-box {
		position: relative;
        padding-top: 0px;
        margin: 0px;
    }

	
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 700ms cubic-bezier(0.68, 0.05, 0.32, 0.95);
	    top: 0px;
        margin-top: 0px;
        padding: 0px 0 0px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		height: 100vh;
		max-height:  100vh;
		background: #a39161;
		border: none !important;
	}

	.menu_image_box {
		text-align: center;
		padding: 0;
	}

	.menu_custom_image_box {
		text-align: center;
	}

	.menu_image_box img {
		width: 100%;
		height: auto;
		max-height: 488px;
		object-fit: cover;
		max-width: 488px;
		min-height: 488px;
		display: block;
		margin: 0px auto 0px;
        filter: grayscale(1);
	}
	.menu_image_box .menu_link {
		position: relative;
		display: inline-block;
        border: 5px solid #ffffff;
	}

	.menu_image_title {

		display: block;
		text-align: center;

		display:block;

		font-size:30px;
	
		font-weight:700;
	
		position:relative;
	
		padding:0px;
	
		text-transform: inherit;

		color: #252829;


	}

	.menu_image_title:after {
		width: 29px;
		height: 1px;
		background: #cd9f51;
		display: block;
		margin: 15px auto;
		content: '';
	}

	.menu_link_label {
        position: absolute;
        left: 25px;
        bottom: 25px;
	}
	.menu_link_label:hover {
	}

	


    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    .main-menu-right {
	}

    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 110px 0px 60px 20% !important;
        float: none;
        width: 100%;
        position: relative;
		height: 100%;
		background: #ffffff;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
		position: static;
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: none;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 60px 0px 60px 0px !important;
        width: 50%;
		/*top: 50%;
		transform: translateY(-50%);*/
        left: 100%;
		background: #011841;
		height: 100%;

		flex-direction: column;
		justify-content: center;

   }
/*
   .menu-main-right-container ul li:hover > ul {
		display: block;
   }
*/

   .headmenu-box {
	padding: 0;
   }
	
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 60px 0px 60px 0px !important;
        z-index: 115;
        width: 100%;
		min-width: inherit;
		flex-direction: column;
		justify-content: center;
		background: #a39161;
		height: 100%;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
		position: static;
        padding: 0px 40px;
    }
    
    .menu-main-right-container ul li{
		margin-bottom: 0px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 38px;
        border-bottom: 1px solid transparent;
		line-height: 40px;
		letter-spacing: -0.2px;
		color: #a39161;
		padding: 12px 50px 12px 0px !important;
		text-transform: inherit;
		display: block;
        font-family: "Lora", serif;        
		font-weight: 300;	
		opacity: 1;
		position: relative;
		margin-right: 13%;
	}
	
    .menu-main-right-container ul ul li a {
        font-size: 14px;
		border: none;
		line-height: 40px;
		letter-spacing: 1px;
		color: #ffffff;
		padding: 0px 35px 0px 0px !important;
		text-transform: uppercase;
		display: block;
        font-family: "Lato", sans-serif;
		font-weight: 700;	
		opacity: 1;
		margin-right: 0;
	}


    .menu-main-right-container ul ul ul li a {
		font-weight: 700 !important;
		padding: 0px 35px 0px 0px !important;
	}

    .menu-main-right-container ul li a:hover {
		color: #a39161;
        border-bottom: 1px solid #a39161;
    }
    .menu-main-right-container ul li:hover > a {
		color: #a39161;
        border-bottom: 1px solid #a39161;
    }
	
	.menu-main-right-container ul ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
        border-bottom: none;
 	}
	.menu-main-right-container ul ul li:hover > a {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
        border-bottom: none;
 	}



     .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
	}

	.menu-main-right-container ul li > a:after {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		transform: rotate(0deg);
		display: block;


		width: 19px;
		height: 13px;
		line-height: 19px;
		transform: rotate(0deg);
		top: 33px;
		font-size: 0;
		background: url('images/mb-menu-icon-new.png') center center no-repeat;
		right: 5px;
	
	}
	.menu-main-right-container ul li.menu-item-has-children > a:hover:after {
		background: url('images/mb-menu-icon-new.png') center center no-repeat;
	}

	.menu-main-right-container ul li li > a:after {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 18px;
		width: 11px;
		height: 19px;
		transform: rotate(-90deg);
		display: block !important;
		right: 5px;
		font-size: 0;
		background: url('images/faq-arrow.png') center center no-repeat;
        display: none !important;
	}
	.menu-main-right-container ul li li > a:hover:after {
		background: url('images/faq-arrow.png') center center no-repeat;
        display: none !important;
	}


		.menu-main-right-container ul li a{
			position:relative;
			z-index:5;
		}
	.menu-main-right-container ul.menu > li.menu-item-has-children:before {
		content:'';
		display:block;
		background:#ffffff;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:2;
		pointer-events:none;
	}
	 .menu-main-right-container ul li.menu-item-has-children ul {
		display: flex;
		opacity:0;
		pointer-events:none;
		transition:500ms;
		left : 100%;
		top: 0;
		z-index: 1;
		height: 100%;
		transform:translateX(-100%);
	 }
    .menu-main-right-container ul li.menu-item-has-children:hover > ul {
        opacity:1;
		transform:translateX(0%);
        pointer-events: auto;
    }
/*

	.menu-main-right-container ul li ul li.menu-item-has-children:hover ul{
		display: flex;
		width: 100%;
	}
  */  
    .menu-main-right-container ul li ul li ul {
        left : 0 !important;
		position: absolute;
		display: none;
    }
    
    
    .menu-main-right-container ul ul li.menu-item-has-children:hover  ul {
        height: 100%;
        left : 100% !important;
		top: 0 !important;
		display: flex;
	}	

	.menu-main-right-container ul ul ul li a {
		display: block;
		margin: 0px !important;		
		border-bottom: none;		
   }

   .menu-main-right-container ul ul ul li a {
	}


    .menu-main-right-container ul ul li {
        float: none;
    }
    
    #navbar {
        display: none;
    }
	.menuopen .headGroup {
		z-index: 9999999;
        background: transparent !important;
	}

    .menuopen .headGroup .header-buttons {
        visibility: hidden !important;
    }
    .menuopen .headGroup .header-left .headerIcon {
        visibility: hidden !important;
    }
    

	.main-menu-right {
		height: 100%;
	}
	.menu-main-right-container {
		height: 100vh;
	}

}




.footerLower .col-sm-12.text-sm-center em {
    font-style: normal;
    margin: 0px 10px;
}

@media only screen and (min-width : 992px) and (max-width : 1450px) {
	    .menu-main-right-container ul li a {
        	font-size: 38px;
			line-height: 40px;
	}
}

@media only screen and (max-width : 991px) {


	h2, .h2 {
		font-size: 40px;
		line-height: 40px;
	}


	.mobile_only {
        display: block;
    }
    .desktop_only {
        display: none;
    }
        

    .headGroup {
		padding: 13px 25px;
	}
	body.menuopen .headGroup {
		padding-top: 25px;
		margin-top:60px!important;
	}
	body.home.fixedHeader .headGroup {
		padding-top: 13px;
	}
	.header-left {
		width: 65%;
	}
	.header-right {
		width: 35%;
	}
    .header-buttons {
		display: none;
    }
	

	#homeBanner {
		min-height: 640px;
		max-height: 640px;
	}
	.homeBanner .slideText {
		bottom: 25px;
		padding: 0px 20px;
	}
	.homeBanner .slideText .bottom-text {
		font-size: 18px;
		color: #ffffff;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.homeBanner .slideText .top-text {
		font-size: 70px;
		margin-bottom: 20px;
	}

	.welcomeBlock {
		padding-top: 40px;
	}
	
	.img-welcome-block {
		position: relative;
		right: auto;
		top: auto;
	}
	h1, .h1 {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: -0.20px;
	}
	.welcomeBlockText {
		padding: 0px 25px;
		margin-bottom: 38px;
	}
	.welcomeBlockText-inner {
		max-width: 100%;
		margin: 0;
	}

	.section_quote_event {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.section_quote_event .quote_section {
		padding: 0px 25px;
		margin-top: -25px;
        margin-bottom: 10px;
	}
	blockquote {
		padding:  80px 32px 50px 53px;
	}
    blockquote:before {
        left: 18px;
        top: 76px;
    }
    blockquote:after {
        right: 25px;
        bottom: 25px;
    }

    .section_quote_event .event_section {
        padding: 0px 25px;
    }

    .text_poi_1_container {
        width: 100%;
        padding: 0px 25px;
        margin-top: 0;
    }
    .poi_2_number_container {
        width: 100%;
        padding: 0px 25px;
        margin-top: 0;
    }
    .text_poi_1_container .section_title, .text_poi_1_container .section_details {
        margin: 0 !important;
        max-width: 100%;
    }
    .text_poi_1_container .section_title h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .text_poi_1_container .section_details p {
        margin-bottom: 55px;
    }
    .poi_2_number_container .poi_2_section {
        margin-left: 0;
    }

    .dynamic-text-pois-number-section {
        padding-bottom: 200px;
        padding-bottom: 30px;
    }
    .dynamic-text-pois-number-section .container:after {
        right: 27%;
        bottom: -190px;
		display:none;
    }
    .homeDynamic.dynamic-quote .cycle-pager {
        position: relative;
        left: auto;
        top: auto;
        transform: inherit;
        width: 100%;
        text-align: center;
        z-index: 13;
    }
    .dynamic-quote .cycle-pager span {
        display: inline-block;
        margin: 6px;
    }
    .homeDynamic.dynamic-quote .quoteContainer {
        padding: 0px 25px;
    }
    .quoteContainer blockquote.quote-text {
		padding:  80px 32px 50px 53px;
    }
    
    .quoteContainer blockquote.quote-text:before {
        left: 18px;
        top: 76px;
    }
    .quoteContainer blockquote.quote-text:after {
        right: 25px;
        bottom: 25px;
    }
    .homeDynamic.dynamic-quote .cycle-pager {
        padding: 15px 15px 0;
    }

    .dynamic-info-grid .row {
        margin: 0;
    }
    .dynamic-info-grid .news_text_section {
        width: 100%;
        margin: 0;
        padding: 0 25px;
    }    
    .dynamic-info-grid .news_content_section {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .dynamic-info-grid .section_title {
        margin: 0;
        max-width: 100%;
    }

    .dynamic-info-grid .news_text_section .top_buttons {
        padding: 0;
        text-align: left;
    }
    .dynamic-info-grid .news_text_section .top_buttons .button {
        display: block;
        max-width: 179px;
        margin: 0px 0px 25px;
    }
    .dynamic-info-grid .section_details {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .info_grid_news_section .owl-dots {
        display: none;
    }
    .info_grid_news_section .owl-nav {
        display: block !important;
        padding-top: 40px;
        padding-bottom: 100px;
    }    

    .instagram_social_row .container {
        padding: 0px;
    }
    .dynamic-info-grid .section_details p {
        margin-bottom: 0;
    }
    .dynamic-info-grid .section_details {
        margin-bottom: 50px;
    }
    .instagram_social_row .sbi-owl-nav {
        position: relative;
        right: auto;
        top: auto;
        transform: inherit;
        width: 100%;
        text-align: left;
        padding: 0px 11px;
    }
    .instagram_social_row .sbi-owl-nav .sbi-owl-prev, .instagram_social_row .sbi-owl-nav .sbi-owl-next, .instagram_social_row .sbi-owl-nav .sbi-owl-prev:hover, .instagram_social_row .sbi-owl-nav .sbi-owl-next:hover {
        display: inline-block;
        margin: 0px 8px;
    }






    #navbar {
		width: 100%;
		max-width: 100%;
		background: #ffffff; 
		padding: 160px 0px 80px;
		color: #a39161;
		top: 0px !important;
		border: none;
	}
    #navbar .menu-main-container{
    	overflow-x: hidden;
	}
	#navbar.menu-level-2 {
		background: #011841;
		padding-top: 155px;
	}
	#navbar.menu-level-3 {
		background: #a39161;
		padding-top: 155px;
	}

    .menuopen .mainLogo-mb {
        display: block;
		height: 70px;
    }
    .menuopen.menu-level-second .mainLogo-mb {
        display: none;
    }
    .menuopen.menu-level-third .mainLogo-mb {
        display: none;
    }
    .menuopen .mainLogo {
        display: none;
    }
    .menuopen.menu-level-second .mainLogo {
        display: block;
		height: 70px;
    }
    .menuopen.menu-level-third .mainLogo {
        display: block;
		height: 70px;
    }





    .menuopen .menu-toggle .toggleIcon span, .menuopen .menu-toggle .toggleIcon span:before, .menuopen .menu-toggle .toggleIcon span:after {
        background: #a39161;
    }

    
    
    .menuopen.menu-level-third .menu-toggle .toggleIcon span, 
    .menuopen.menu-level-third .menu-toggle .toggleIcon span:before, 
    .menuopen.menu-level-third .menu-toggle .toggleIcon span:after, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span:before, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span:after {
        background: #ffffff;
    }


	.menuopen .headGroup {
		z-index: 99999;
		width: 100%;
		background: transparent !important;
		padding-top: 25px !important;
		color: #ffffff !important;
	}

	.menuopen .headGroup .row.align-items-center {
		align-items: start !important;
	}

	.menuopen {
		margin: 0;
	}
	.menuopen .header-buttons {
		display: block !important;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		padding: 10px 20px;
        line-height: 25px;
		margin: 0;
		z-index: 11;
        background: #c81d4a;
	}
	.menuopen .headGroup .button, body.home.menuopen .headGroup a.button {
        padding: 0 !important;
        margin: 0px 10px !important;
        background: transparent !important;
        min-width: inherit;
	}

    .menuopen .headGroup .searchToggle {
        margin-right: 5px;
    }

	.menuopen .topMenuSide {
        margin: 0px 10px;
	}
	.menuopen .menu-toggle .toggleText {
		display: none;
	}

	.menuopen .header-right .header-links .header-link:last-child {
	}

	.menuopen #navbar.menuLevel1 .headerRight .header-links {
	}

	#navbar.menuLevel1 .headerRight .header-links {
	}
	#navbar.menuLevel1 .headerRight .header-links {
	}


	#navbar .headGroup .headerIcon {
	}

	#menu-main li.menu-item-has-children > .arrow {
		display: none;
	}

	#navbar.menu-level-2 #menu-main li {
		display: none;
	}
	#navbar.menu-level-2 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-2 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-2 #menu-main li.open li.open > a {
		display: block !important;
	}

	#navbar.menu-level-2 #menu-main li.open li {
		display: block;
	}


	#navbar.menu-level-3 #menu-main li {
		display: none;
	}
	#navbar.menu-level-3 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-3 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-3 #menu-main li.open li.open > a {
		display: none !important;
	}

	#navbar.menu-level-3 #menu-main li.open li.open li {
		display: block;
	}


	.main-navigation.menu-level-3 ul.sub-menu a.back-to-main{
		display : none !important;
	}
	
	.main-navigation.menu-level-3 ul.sub-menu ul.sub-menu a.back-to-main{
		display : block !important;
	}	

	.main-navigation .back-to-main {
		display:none!important;
	}
	.main-navigation.menu-level-2 .back-to-main, nav.main-navigation.menu-level-3 .back-to-main {
		display:block!important;
	}	


	
	#menu-main li {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 30px;
		border: none;
		line-height: 50px;
		letter-spacing: -0.2px;
		color: #a39161;
		padding: 0px 35px 0px 0px;
		text-transform: inherit;
		display: block;
        font-family: "Lora", serif;        
	}


	#menu-main li li.menu-item-has-children > .arrow {
		display: none;
	}


	#menu-main li > a:before {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 19px;
		width: 19px;
		height: 13px;
		transform: rotate(0deg);
		display: block;
		right: 0px;
		font-size: 0;
		background: url('images/mb-menu-icon-new.png') center center no-repeat;
	}
	#menu-main li.menu-item-has-children > a:hover:before {
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li li.menu-item-has-children:hover > a:before {
	}

	#menu-main li li.menu-item-has-children > a:before {
		top: 16px;
		right: 35px;
	}

	#menu-main li a:hover {
		color: #a39161;
	}
	#menu-main li.current-menu-item > a {
		color: #a39161;
		background: transparent;
		display: inline-block;
	}

	.menu-main-container {
		padding: 0px 25px;
	}

	#menu-main li.menu-item-has-children > a {
		padding: 0;
	}
	/*#menu-main li.menu-item-has-children.open > a {
			display: none !important;
	}*/

	/*#menu-main li li.menu-item-has-children.open > a {
		display: none !important;
		color: #de8f25;
		background: transparent;
	}*/

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 40px;
		text-transform: uppercase;
        font-family: "Lato", sans-serif;
		font-weight: 700;
		display: block;
        color: #ffffff;
	}
	#menu-main .sub-menu li.menu-item-has-children > a:before {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 12px;
		width: 14px;
		height: 12px;
		transform: rotate(0deg);
		display: block !important;
		right: 5px;
		font-size: 0;
		background: url('images/mb-menu-icon-new.png') center center no-repeat;
		background-size: cover !important;
        display: none;
	}
	#menu-main .sub-menu li.menu-item-has-children a:hover:before {
	}

	#menu-main .sub-menu li li a {
		position: relative;
	}


	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
		}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: #ffffff;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	}
	
	#menu-main .sub-menu li a:before { 
	}

    #menu-main li.open > .sub-menu {
        display: flex;
    }


	#menu-main .sub-menu {
		padding: 0;
		border: none;
        flex-direction: column;
		justify-content: center;
		height: 100%;
        width: 100%;
		padding-top:40px;
	}
	#menu-main .sub-menu .sub-menu {
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 0px !important;
		display: block;
		position: absolute;
		color: #ffffff !important;
		top: 0px;
		left: 0px;
		font-weight: 700;
		line-height: 35px;
		z-index: 99999999 !important;

        font-family: "Lato", sans-serif;

	}
	.back-to-main:hover {
		color: #ffffff !important;
	}

	.menu-main-container {
		padding: 0px 25px 0px;
		position: relative;
		height: 100%;
		width: 100%;
	}


	#navbee.menu-main-container {
		display: block;
	}

	#menu-main {
		margin: 0;
	}


	#navbar.menu-level-2 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}
	#navbar.menu-level-3 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	.main-headbox {
		display: none !important;
	}

   /* .cky-revisit-bottom-left {
        bottom: 45px !important;
    }*/

    .menuopen .headGroup:before {
        display: none !important;
    }

    .dynamic-history {
        padding-top: 40px;
    }

    .dynamic-history .container {
        padding: 0 25px;
    }
    .dynamic-history .section_title {
        margin-left: 0;
    }
    .dynamic-history .section_title h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .dynamic-history .section_title {
        margin-bottom: 70px;
    }

    .dynamic-history .owl-nav {
        display: none;
    }

    .dynamic-history .owl-dots {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 60px;
    }
    .dynamic-history .owl-dots span {
        background: #ffffff;
        border: 1px solid #ffffff;
    }
    .dynamic-history .owl-dots .owl-dot {
        margin: 0px 5px;
    }
    .dynamic-history .owl-dots .owl-dot.active span {
        background: transparent;
        border: 1px solid #ffffff;
    }

    .dynamic-history .history_title {
        margin-bottom: 50px;
    }
    .dynamic-history .history-slideshow {
        margin-bottom: 75px;
    }
    
    footer#footer {
        padding: 55px 0 40px;
    }
    
    footer#footer:before {
        right: 50%;
        top: 50px;
        transform: translateX(50%);
    }

    footer#footer .container {
        padding: 0px 25px;
        position: relative;
        z-index: 11;
    }
    footer#footer h2 {
        font-size: 60px;
        line-height: 70px;
    }
    footer#footer .footer_title {
        margin-bottom: 60px;
    }
    .footer-col-1, .footer-col-2 {
        margin-bottom: 65px;
    }
    .footer_social {
        text-align: left;
    }
    .footer_right_logos {
        text-align: left;
        padding-top: 60px;
    }
    .footer_right_logos img {
        max-height: 50px;
        width: auto;
        margin: 0px 10px;
    }
    .footerLower {
        padding-top: 60px;
        text-align: left;
    }
    .footerLower p, .footerLower ul {
        margin-bottom: 30px;
    }    

    .footerLower .col-sm-12.text-sm-center {
    }
    .footerLower .col-sm-12.text-sm-center a {
        font-size: 14px;
    }

    .footerLower .col-sm-12.text-sm-center em {
        display: none;
    }

	.dynamic-history .history_number, .dynamic-history .history_title {
		color: rgba(255, 255, 255, 1);
	}


}





.popupAlert.fancybox__content {
	width: 810px;
	max-width: 100%;
	padding: 100px 90px 70px;
	color: #000000;
	background: #ffffff;
	text-align: left;
	position: relative;
}

.popupAlert.fancybox__content:before {
	content: '';
	width: 323px;
	height: 248px;
	background: url("images/bg-texture-icon.png") left bottom no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
	
.popupAlert .noticeText .popTitle {
	color: #a39161;
	font-size: 70px;
	line-height: 80px;
	font-weight: 400;
	margin-bottom: 30px !important;
	text-transform: inherit;
	font-family: "Lora", serif;
	letter-spacing: -0.2px;
}

.popupAlert .button-alert {
	margin-top: 15px;
}
.popupAlert .button-alert {
	padding: 12px 0px 12px 0px !important;
	text-align: left !important;
}

.popupAlert .button-alert .button:after {
	display: none;
}
.popupAlert.fancybox__content>.f-button.is-close-btn {
	top: 0 !important;
	right: 0px !important;
	color: #1b2d4b !important;
	border-radius: 0px !important;
	background: transparent !important;
}
	

body.blog .side-menu-container {
	display: none;
}


/* tribe events */
button.tribe-common-c-btn {
    background-color: #c81d4a!important;
    border-radius: 0!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #ffffff!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #011841!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #011841!important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #c81d4a!important;
    border-color: #c81d4a!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #a39161!important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: none!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container, .tribe-events .tribe-events-1-container {
    padding-top: 0px!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 0px!important;
	padding-top: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.tribe-events ul li:before, .tribe-events-pg-template ul li:before {
    content: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
    font-size: 25px!important;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
    font-size: 25px!important;
    text-transform: uppercase!important;
}

.bodyContent .tribe-events ul li:before {
    content: none!important;
}

	/* hide parent portal menu on main nav */

	#menu-item-2166, .page-item-2159 {
		display:none;
	}

	#menu-side #menu-item-2166, #menu-side .page-item-2159 {
		display:block;
	}