/*
	Theme Name: Schoolcms
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 5.0

*/
:root {
	--body_colour : #8e8d84;
	--title_colour : #000000;
	--link_colour : #000000;
	--link_colour_hover : #bc9e55;	
	--button_bg: #ffffff;
	--button_colour: #000000;
	--button_bg_hover: #bc9e55;
	--button_colour_hover: #ffffff;
}

/*Content Wrapper*/


/*Font Family*/

/*

	font-family: 'Libre Baskerville', serif;
	font-family: 'Poppins', sans-serif;

*/



/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.scms-carousel .owl-dots span {
	width: 8px;
	height: 8px;
	display:inline-block;
	background:#999;
	border-radius: 4px;
}
.scms-carousel .owl-nav {
	position:relative;
}
.scms-carousel .owl-nav .owl-prev {
	position:absolute;
	left:0;
	top:0;
	font-weight:600!important;
}
.scms-carousel .owl-nav .owl-next {
	position:absolute;
	right:0;
	top:0;
	font-weight:600!important;
}
.scms-carousel .owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.scms-carousel .owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.scms-carousel .owl-dots .owl-dot.active {
	opacity:1;
}
.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:#000000;
	background-repeat:no-repeat;
	background-position:center;
	right: 0px;
	top:6px;
	width:30px;
	height: 28px;
    outline: 0;
}

.searchform .searchSubmit:hover {
	color: #bc9e55;
}

.searchform .s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1; /* Firefox */
  }
  
  .searchform .s:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: inherit;
  }
  
  .searchform .s::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
  }

/*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;
}
.issuu-container > *{
	width:100%;
	height:auto;
}
.issuu-container { position: relative; padding-bottom: 70.8%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.issuu-container iframe, .issuu-container > .issuuembed { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }
/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height: 100px;
	position:relative;
}
.headGroup {
	color:#1d1d1b;
	background:#fff;
	transition:300ms;
	padding-top:15px;
	padding-bottom:15px;
	z-index:220;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
}
.socialDesktop {
	justify-content: end;
    display: flex;
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/
.mainLogo {
	max-height: 55px;
    width: auto;
}
.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;
	display:none;
}
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;
	height:100vh;
	height:auto;
}
#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){
.mainLogo {
	max-height: 75px;    
}	
	#homeBanner {
		max-height:800px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
}
.news_ticker {
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #000;
    letter-spacing: 1px;
    font-family: "Calibri", sans-serif;
	border-bottom:solid 1px #bc9e55;
}

.news_ticker .news_ticker_title{
	background-color:#bc9e55;
	color:#fff;
	--title_colour:#fff;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

.news_ticker .news_ticker_title h2{
	margin:0;
}
.news_ticker marquee{
	vertical-align:top;
	padding:10px 0;
}
.newsTickerItem {
	display:inline-block;
	padding:10px 15px;
	vertical-align:top;
	--link_colour:#bc9e55;
}

.newsTickerItem a{
	
}
/*------------------------------------*\ 
    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:30px;
	margin-bottom:00px;
}
/*******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.webp);
    background-position: center center;
	background-size: 49px;
	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: 100px;
    background-image: url(images/icon.png.webp);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 49px;
}



/*******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: transparent;	
	color: #bc9e55;
	padding: 0;
}
.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{
	margin-bottom: 25px;
}
.quoteContainer blockquote.quote-text p {
	margin-bottom: 0 !important;
}

.quoteContainer .quote-cite{
	text-align:center;	
	padding: 35px 15px 0px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	letter-spacing: 2px;
	font-style: normal;
	display: block;
}
/****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: #969696;
	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****/
.dynamicContent.dynamic-poi {
    margin-top:50px;
}
.row.pois {
    --bs-gutter-y: 1.5rem;
}

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: #bc9e55;
	color:#ffffff;
	margin-bottom: 0px;
}
.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;	
}


.poiImage {
	background:inherit;
}
.poi:hover .poiImage .poiImageBG {

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 120.5%;
}
.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size:20px;
	font-weight:400;
	position:relative;
	padding:10px 15px;
	text-transform:uppercase;
}

.poi .textOnlyBlock .poiTitle{
	margin:5px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

.textOnlyBlock .poiText{
	display:block;	
	text-align:center;
}

.poi:hover .textOnlyBlock {
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	text-decoration:none;
}

.poiImage .poiText {
	padding:10px 20px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom: 60px;
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
	display: none;
}
.poi:hover .poiImage .poiText {
	bottom:50%;
	transform:translateY(50%);
}
.poi:hover .poiImage .poiImageBG {
	opacity:0;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}
.wideTextImage {
	position:relative;
	background:var(--section_background,#BE9F56);
	color:var(--body_colour,#fff);
}
.wideTextImage .container {
	position:relative;
	padding:0!important;
}
.wideTextImage .textCol {
	background:var(--section_background,#BE9F56);
	padding-top:40px;
	padding-bottom:40px;
	padding-left:2rem;
	padding-right:2rem;
	z-index:5;
	position:relative;
}
.wideTextImage .row.rowcols {
    --bs-gutter-x: 0rem;
}
.wideTextImage .wideBlockImage{
	position:relative;
	max-height:500px;
	
}
.wideTextImage .wideBlockImage:before {
	content:'';
	display:block;
	padding-top:100%;
	width:100%;
}
.wideTextImage .wideBlockImage img {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.wideTextImage.style1 {
	--section_background: #26B095;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style2  {
	--section_background: #92BF45;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style3  {
	--section_background: #BE9F56;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style4  {
	--section_background: #ED8328;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style5  {
	--section_background: #713E91;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style6  {
	--section_background: #8D8D84;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style7  {
	--section_background: #006184;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
.wideTextImage.style8  {
	--section_background: #EA4E62;
	--body_colour : #fff;
    --title_colour: #fff;
    --link_colour: #000000;
    --link_colour_hover: #bc9e55;
    --button_bg: #ffffff;
    --button_colour: #000000;
    --button_bg_hover: #000;
    --button_colour_hover: #ffffff;
}
@media (min-width:568px){
	.wideTextImage .wideBlockImage{
		position:relative;
		max-height:500px;
		margin-left: calc((-100vw + 100%) / 2);
		margin-right: calc((-100vw + 100%) / 2);
	}
	.wideTextImage .wideBlockImage:before {
		content:'';
		display:block;
		width:100%;
		padding-top:52.25%;
	}
}
@media (min-width:992px){
	.wideTextImage .wideBlockImage{
		position:absolute;
		top:0;
		height:100%;
		max-height:100%;
		width:auto;
	}
	.wideTextImage .wideBlockImage.imageRight{
		right:0;
		left:50%;
		margin-left:0;		
	}
	.wideTextImage .wideBlockImage.imageRight.imagePos-5{
		left:41.66666667%;		
	}
	.wideTextImage .wideBlockImage.imageRight.imagePos-7{
		left:58.33333333%		
	}
	.wideTextImage .wideBlockImage.imageLeft{
		left:0;
		right:50%;
		margin-right:0;
	}
	.wideTextImage .wideBlockImage.imageLeft.imagePos-5{
		right:41.66666667%;		
	}
	.wideTextImage .wideBlockImage.imageLeft.imagePos-7{
		right:58.33333333%		
	}
	.wideTextImage .wideBlockImage:before {
		display:none;
	}
}
/*------------------------------------*\
    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:10px 0;
}
/*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;
}


footer#footer .footerLower {
	background: #bc9e55;
	padding: 25px 0;
}



.homeDynamic.dynamic-poi {
	padding: 178px 0 105px;	
	margin: 0;
}
.homeDynamic.dynamic-poi .container {
	max-width: 1300px;
}

.poi .poiTitle {
	display: inline-block;
	min-width: 225px;
	background: #ffffff;
	padding: 12px 50px 12px 20px;
	line-height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
	border-color: #ffffff;
	text-align: left;
	font-weight: 600;
	position: relative;
}

.poi .poiTitle:after {
	position: absolute;
	right: 20px;
	top: 18px;
	content: '';
	background: url(images/button-icon.png.webp) center center no-repeat;
	width: 15px;
	height: 11px;
	display: block;
}
.poi:hover .poiTitle:after {
	background: url(images/button-icon-hover.png.webp) center center no-repeat;
}
.poi:hover .poiTitle {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}


.homeDynamic.dynamic-text {
	margin: 0;
	text-align: center;
}

.homeDynamic.dynamic-text .button:after {
	display: none !important;
}

.section_title {
	margin-bottom: 30px;
}
.section_title h2 {
	font-size: 42px;
	line-height: 53px;
	margin: 0;
	font-weight: 400;
}

.homeDynamic.dynamic-text  .button {
	padding-right: 20px;
}

.homeDynamic.dynamic-text  .text-details {
	margin-bottom: 80px;
}
.homeDynamic.dynamic-text  .text-details p {
	margin-bottom: 0px;
}


.dynamic-text-carousel {
	margin: 0;
	padding: 80px 0;
}
.bx_green {
	background: #26b095;
}
.bx_red {
	background: #ea4d62;
}
.bx_blue {
	background: #006184;
}
.bx_gray {
	background: #8d8d84;
}
.dynamic-text-carousel .box {
	padding: 170px 45px 130px;
	color: #ffffff;
	min-height: 528px;
	position: relative;
	text-align: center;
}
.dynamic-text-carousel .box_title h2 {
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 400 !important;
}


.dynamic-text-carousel .box_details {
	font-size: 20px;
	font-family:"proxima-nova";
	font-weight: 400;
}

.dynamic-text-carousel .anchor_quick_link {
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	line-height: 35px;
	padding-bottom: 27px;
	border-bottom: 1px solid #ffffff;
	max-width: 344px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 33px;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: none;
	font-family:"proxima-nova";
}


.dynamic-poi-carousel .poiImage:before {
	padding-top: 138.058%;
}
.scms-carousel .owl-dots {
	padding-top: 45px;
} 
  
.scms-carousel .owl-dots .owl-dot.active  span {
	background: #bc9e55;
	border-color: #bc9e55;
}

.scms-carousel .owl-dots .owl-dot {
	margin: 0px 7px;
}
.scms-carousel .owl-dots span {
	background: transparent;
	border: 1px solid #000000;
}
.scms-carousel.owl-carousel {
	display:flex;
	flex-wrap:wrap;
}
.scms-carousel.owl-carousel > * {
	width:100%;
}
.scms-carousel.owl-carousel .owl-stage-outer {
	order:1;
}
.scms-carousel.owl-carousel .owl-dots {
	order:2;
	padding-bottom:10px;
}
.scms-carousel.owl-carousel .owl-nav {
	order:3;
}
.scms-carousel .owl-nav {
    width: 100%;
	text-align: center;
}

.scms-carousel .owl-nav button {
	position: relative;
	margin: 0px 15px;
	letter-spacing: 2px;
}


.scms-carousel .owl-nav .owl-prev {
	position: relative;
    left: auto;
    top: auto;
	font-size: 11px !important;
	color: #000000 !important;
	text-transform: uppercase;
}

.scms-carousel .owl-nav .owl-prev i {
	font-size: 7px;
    vertical-align: middle;
}


.scms-carousel .owl-nav .owl-prev:hover {
	color: #bc9e55 !important;
}


.scms-carousel .owl-nav .owl-prev:after {
	content: 'PREV';
	display: inline-block;
	margin-left: 5px;
}



.scms-carousel .owl-nav .owl-next {
	position: relative;
    right: auto;
    top: auto;
	font-size: 11px !important;
	color: #000000 !important;
	text-transform: uppercase;
}

.scms-carousel .owl-nav .owl-next i {
	font-size: 7px;
    vertical-align: middle;
}

.scms-carousel .owl-nav .owl-next:hover {
	color: #bc9e55 !important;
}

.scms-carousel .owl-nav .owl-next:before {
	content: 'NEXT';
	display: inline-block;
	margin-right: 5px;
}

.scms-carousel .owl-nav .owl-next:after {
	content: '';
	display: block;
	height: 11px;
	width: 1px;
	background: #000000;
	position: absolute;
	left: -17px;
    top: 5px;
}

.dynamic-poi-carousel .section_title {
	text-align: center;
	margin-bottom: 50px;
}

.dynamic-poi-carousel {
	margin: 0;
	padding: 50px 0 110px;
}

.homeDynamic.dynamic-callout {
	text-align: center;
	position: relative;
	padding: 85px 0 100px;
	color: #ffffff;
	margin: 0;
}

.homeDynamic.dynamic-callout .container {
	max-width: 1104px;
	position: relative;
}

.homeDynamic.dynamic-callout:before {
	background: #bc9e55;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 607px;
	z-index: -1;
}
.homeDynamic.dynamic-callout:after {
	background: url(images/join-us-bg.png.webp) center center no-repeat;
	content: '';
	position: absolute;
	top: 103px;
	right: 0;
	width: 138px;
	height: 384px;
	z-index: 0;

}

.homeDynamic.dynamic-callout .section_title h2 {
	color: #ffffff;
}

.homeDynamic.dynamic-callout .calloutTitle a, .homeDynamic.dynamic-callout a {
    text-decoration:none;
}

.callout {
	margin-bottom: 25px;
}
.callout:before {
	padding-top: 102%;
	display: block;
	width: 100%;
	content: '';
}

.callout.hasbg .coimg:after {
	display: none;
}

.callout.hasbg .calloutContent {
	position: absolute;
	padding: 0 30px;
	width: 100%;
	left: 0;
	bottom: 15px;
}
.callout .calloutTitle {
	margin: 0 0 10px;
}
.callout .calloutTitle h3 {
	margin: 0;
	text-align: left;
	font-size: 24px;
	color: #ffffff;
	line-height: 26px;
	text-shadow: 0px 0px 40px #000000, 0px 0px 54px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000;
}
.callout .coimg img {
	left: 0;
}
.callout.hasbg .calloutContent {
	text-align:left;
}
.callout.hasbg .calloutContent .readmore[href="#"],
.callout.hasbg .calloutContent .button[href="#"] {
	display:none;
}



.homeDynamic.dynamic-callout .section_details {
	margin-bottom: 100px;
}
.homeDynamic.dynamic-callout .section_details p {
	margin-bottom: 0px;
}

.homeDynamic.dynamic-image {
	margin: 0px;
	padding: 110px 0 127px;
}

.homeDynamic.dynamic-image .section_title {
	margin-bottom: 60px;
	text-align: center;
}


.homeDynamic.dynamic-video-carousel {
	margin: 0;
	padding: 60px 0 90px;
}

.homeDynamic.dynamic-video-carousel .section_title {
	margin-bottom: 60px;
	text-align: center;
}

.videoImageBG:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(images/video-icon.png.webp) center center no-repeat;
	display: block;
	width: 63px;
	height: 49px;
	z-index: 111;
	content: '';
}

.videoImageBG:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.homeDynamic.dynamic-video-carousel .videoText {
	position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0px 25px;
    color: #ffffff;
    font-size: 26px;
    z-index: 11;
	font-family: 'Libre Baskerville', serif;
}


.homeDynamic.dynamic-video-carousel .videoImageBG img {
	max-height: 527px;
}

.homeDynamic.dynamic-quote {
	background: #f8f8fa;
	padding: 85px 0 80px;
	margin: 0;
}

.homeDynamic.dynamic-quote .quotesTitle {
	text-align: center;
	font-size: 42px;
	line-height: 53px;
	margin: 0 0 100px;
	font-weight: 400;
	color: #000000;
}

.homeDynamic.dynamic-quote .section_buttons {
	text-align: center;
	padding-top: 75px;
}

.homeDynamic.dynamic-quote .section_buttons .button {
	margin: 0px 10px;
}



.quoteContainer {
	max-width: 960px;
	margin: 0px auto;
}


.quoteContainer .cycle-pager span {
	width: 8px;
	height: 8px;
	display:inline-block;
	background: transparent;
	border-radius: 4px;
	border: 1px solid #000000;
	font-size: 0 !important;
	margin: 0px 5px;
}
.quoteContainer .cycle-pager span.cycle-pager-active {
	background: #bc9e55;
	border: 1px solid #bc9e55;
}


footer#footer .footer-main {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.footer-main-top {
	position: relative;
}

.footer-main-top .container {
	max-width: 1140px;
	position: relative;
}

.footer-main-top img {
	/*width:100%;*/
}

.footer-main-top .footer_map_embed_code iframe {
	height: 564px !important;
}

.footer-main-top .footer_left_content {
	max-width: 565px;
	background: #bc9e55;
	padding: 60px;
	color: #ffffff;
	font-size: 14px;
	position: relative;
}
.footer-main-top .footer_left_content ul.socials {
	padding: 0;
	margin: 0;
}
.footer-main-top .footer_left_content ul.socials li {
	min-width: inherit;
	padding: 0px 5px;
}

.footer-main-top .footer_left_content ul.socials li:first-child {
	padding-left: 0px;
}
.footer-main-top .footer_left_content ul.socials li:last-child {
	padding-right: 0px;
}

.footer-main-top .footer_left_content ul.socials li a {
	color: #ffffff;
	font-size: 16px;
}


.footer_direction_button {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer_direction_button .button {
	background: #bc9e55;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.footer_direction_button .button:after {
	background: url(images/button-icon-hover.png.webp) center center no-repeat;
}
.footer_direction_button .button:hover:after {
	background: url(images/button-icon.png.webp) center center no-repeat;
}
.footer_direction_button .button:hover {
	background: #ffffff;
	border-color: #000000;
	color: #000000;
}

.footer_right_logos {
	position: absolute;
	right: 60px;
	bottom: 60px;
}
.footer_right_logos img {
	display: block;
	margin-top: 20px;
}
.footer-main-top .footer_left_content p {
	margin: 0;
}
.footer-main-top .footer_left_content .email-info a {
	color: #d5d4d4;
	text-decoration: none;
}
.footer-main-top .footer_left_content .email-info a:hover {
	color: #ffffff;
}
.footer-main-top .footer_left_content .tel-info a {
	color: #d5d4d4;
	text-decoration: none;
}
.footer-main-top .footer_left_content .tel-info a:hover {
	color: #ffffff;
}


.footerLower {
	padding: 25px 0px;
	font-size: 12px;
	font-weight: 700;
	font-family:"Calibri", sans-serif;
	color: #ffffff;
}
.footerLower .container {
	max-width: 100%;
	padding: 0px 60px;
}
.footerLower a {
	color: #ffffff;
}
.footerLower a:hover {
	color: #000000;
}

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

.headGroup {
	padding-top: 18px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
}

.headGroup .container {
	max-width: 100%;
}

.headerRight .menu-toggle {
	display: none;
}

.headerRight {
	padding: 0;
	text-align: right;
}
.headGroup .socialDesktop {
	display: inline-block;
	vertical-align: middle;
}
.headGroup ul.socials {
	padding: 0;
	margin: 0;
}
.headGroup ul.socials li {
	min-width: inherit;
	padding: 0px 4px;
}
.headGroup ul.socials li a {
	color: #1d1d1b;
	font-size: 16px;
}
.headGroup ul.socials li a:hover {
	color: #bc9e55;
}
.headLogoWrap {
	padding: 0;
}
.headerCenter {
	text-align: center;
}

.login-link {
	/*background: url(images/locked-icon.png) left center no-repeat;*/
	padding-left: 22px;

    font-size: 12px;
	line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration: underline;
    position: relative;
    color: #1d1d1b;
    letter-spacing: 1px;
	font-family:"Calibri", sans-serif;

	margin-right: 25px;

	display: inline-block;


}
.login-link:hover {
	color: #bc9e55;
}
.login-link:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #1d1d1b;
    display: inline-block;
    margin-left: 5px;
}
.login-link:hover:after {
    border-top: 6px solid #bc9e55;
}


/*Menu Styles Css --------------------- */

.menu-main-container {
    display: inline-block;
    z-index: 10;
}

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#menu-main-top li {
    display: inline-block;
    padding: 0px;
    margin: 0px 9px;
    vertical-align: middle;
    position: relative;
}

#menu-main-top li li {
    position: relative;
    margin: 0px;
}
#menu-main-top li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration: none;
    position: relative;
    color: #1d1d1b;
    letter-spacing: 1px;
	font-family:"Calibri", sans-serif;
	border-bottom: 6px solid transparent;
}
#menu-main-top .sub-menu.Two {
	display: flex !important;
	flex-wrap: wrap;
}
#menu-main-top .sub-menu li {
    padding: 0px 15px;
	width: 100%;
	max-width: 50%;
}
#menu-main-top .sub-menu.Two li {
}

#menu-main-top .sub-menu li a {
	margin:0;
    padding: 15px 30px 15px 0px;
    font-size: 14px;
    display: block !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.3;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cccccc !important;
}

#menu-main-top .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu li.current-menu-parent > a {
	color: #000000 !important;
    text-decoration: underline;
	border-bottom: 1px solid #cccccc !important;
}
#menu-main-top .sub-menu li a:hover {
	color: #000000 !important;
    text-decoration: underline;
	border-bottom: 1px solid #cccccc !important;
}
#menu-main-top .sub-menu .sub-menu li a:hover, #menu-main-top .sub-menu .sub-menu li a {
	border-bottom: none !important;
}

#menu-main-top .sub-menu .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu .sub-menu li.current-menu-parent > a {
	color: #bc9e55 !important;
    text-decoration: underline;
	border-bottom: none !important;
}

#menu-main-top .sub-menu .sub-menu li {
	border: none;
	padding: 0;
}
#menu-main-top .sub-menu .sub-menu li a {
    padding: 5px 0px;
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
	border-bottom: none;
	text-transform: inherit;
}

#menu-main-top .sub-menu .sub-menu li a:hover {
	color: #bc9e55 !important;
    text-decoration: none;
}


#menu-main-top li a {
    line-height: 30px;
    position: relative;
    display: block;
	padding-bottom: 30px;
	margin-bottom: -30px;
}


#menu-main-top li a:hover {
	color: #bc9e55;
	text-decoration: none;
	border-bottom: 6px solid #bc9e55;
}
#menu-main-top li:hover > a {
	color: #bc9e55;
	text-decoration: none;
	border-bottom: 6px solid #bc9e55;
}
#menu-main-top .sub-menu li:hover > a {
	color: #000000 !important;
	text-decoration: underline;
	border-bottom: 1px solid #cccccc;
}

#menu-main-top .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .9);
    line-height: 35px;
    padding: 30px 0px 50px;	
    /*min-height: 80vh;*/
    width: 100%;
    min-width: 294px;
    text-align: left;
}

#menu-main-top .sub-menu .sub-menu {
    margin-left: 0;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
}

body.fixedHeader #menu-main-top li a {
}
body.fixedHeader #menu-main-top li a:hover {
}

body.fixedHeader #menu-main-top .sub-menu li a {
}
body.fixedHeader #menu-main-top li:hover > a {
}
body.fixedHeader #menu-main-top .sub-menu li:hover > a {
}


#menu-main-top .sub-menu li {
    display: block;
}

#menu-main-top .sub-menu li.menu-item-has-children > a {
    position: relative;
}

#menu-main-top .sub-menu li.menu-item-has-children > a:after {

	position:absolute;

	    content: '\f054';

		display: block;

		width: 11px;

		height: 15px;

		position: absolute;

		right: 20px;

		top: 10px;

		font-weight: 700;

		font-family: "Font Awesome 5 Free";

		transform: rotate(-90deg);

		transition: 300ms;
        
        font-size: 0px;

		background: url(images/faq-arrow.png.webp) center center no-repeat;

}

#menu-main-top .sub-menu li.menu-item-has-children:hover > a:after {
	background: url(https://www.birkenheadschool.org/wp-content/themes/schoolcms/images/menu-arrow.png) center center no-repeat;
}



#menu-main-top li:hover > .sub-menu {
    display: block;
}
#menu-main-top .sub-menu li {
	position: static;
	position: relative;
}
#menu-main-top .sub-menu .sub-menu {
    top: -15px;
    top: 0px;
    left: 100%;
    width: 100%;
	transform:translateY(0px);
    display: none;
    line-height: 35px;
    padding: 15px 0px 15px 0px;
    background: rgba(38, 38, 39, .9);
    color: #ffffff;
    height: auto;
	min-width:0;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
    display: none;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
	display: block;
}

/*Menu Styles Css -------------------------------- End ------- */


/*Search Toggle Css    ----------------------  START  ------------------------------ */
.headerSearch form.openSearch {
	padding-right : 12px;
	top : 5px;
	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: 29px;
	margin-left: 0px;
}


.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 : 1px;
	padding-right : 0px;
	height: 29px;
	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: #bc9e55;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
}

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

.headGroup #searchSubmit:hover {
	background: url(images/search-icon-hover.png.webp) center center no-repeat !important;
}

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


@media only screen and (min-width : 1440px) {

	.headGroup {
		padding-top: 18px;
		padding-bottom: 14px;
		padding-left: 74px;
		padding-right: 74px;
	}

}



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




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

.breadcrumbs {
    font-size: 11px;
    line-height: 24px;
    color: #8e8d84;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 25px;
    border-bottom: none;
    min-height: 34px;
    font-weight: 500;
	display: inline-block;
}
.breadcrumbs em {
	margin: 0px 10px;
}
.breadcrumbs a {
    color: #8e8d84;
	text-decoration: none;
}
.breadcrumbs span > span {
    color: #bc9e55;
}
.breadcrumbs a:hover {
    color: #bc9e55;
}


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

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

.bodyContent table th, .bodyContent table th {
    background-color: #bc9e55;
    font-size: 24px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
    font-size: 16px;
    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 h1 {
}


.bodyContent h2, .sidebar h2 {    
    margin: 0px 0 10px;
}

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


.bodyContent h2 a, .sidebar h2 a {
    color: #000000;
}

.bodyContent h2 a:hover, .sidebar h2 a:hover {
    color: #bc9e55;
}





.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {

    margin: 0px 0 10px;

}




.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
	color: #000000;
}
.bodyContent .dynamic-text h3 a:hover, .sidebar .dynamic-text h3 a:hover, .staffMember h3 a:hover {
	color: #bc9e55;
}

.staffMember h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #bc9e55;
    margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 1.8;
    display: inline-block;
    background: #bc9e55;
    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: #000000;
}


.bodyContent {
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 12px;
    position: relative;
}
.dynamic-text  ul li {
	display: inline-block;
}


.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #bc9e55;
    position: absolute;
    left: 0px;
    border-radius: 7px;
    top: 10px;
}
.bodyContent ul li:nth-child(even):before {
	background:#8e8d84;
}

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

.wp-caption-text.gallery-caption {
    display: none;
}

.gallery-item img {
    transition: all 0.3s;
}

.wpmf-gallery-item:hover img {
    transform: scale(1.1);
}

.wpmf-gallery-item .wpmf-gallery-icon {
    overflow: hidden;
}

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

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}





.faqs {
}
.faqs .faq {
    border-bottom: solid 2px #a48a4c;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 25px 75px 25px 22px;
    background-color: #bc9e55;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 24px !important;
    letter-spacing: 0px !important;
    line-height: 29px !important;
    overflow: hidden;
    border: 1px solid #bc9e55;
	margin: 0px !important;
}
.faq.open .faq-question {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #bc9e55;
	border-bottom-color: transparent;
}
.faq-question:hover {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #bc9e55;
}
.faq-question:after {
    display: block;
    width: 11px;
    height: 15px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 32px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
	font-size: 0px;
	background: url(images/faq-arrow.png.webp) center center no-repeat;
}

.faq.open .faq-question:after {
    transform:  rotate(-180deg);
	background: url(images/faq-arrow-hover.png.webp) center center no-repeat;
}
.faq .faq-question:hover:after {
	background: url(images/faq-arrow-hover.png.webp) center center no-repeat;
}

.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}


.faq-answer {
    display: none;
    padding: 10px 22px 15px;
    background: #ffffff;
    border: 1px solid #bc9e55;
    border-top: none;
    margin-bottom: 0px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

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


.documents > .row {
	--bs-gutter-y:15px;
	--bs-gutter-x:15px;
}
.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 13px 50px 13px 20px;
    background-color: transparent;
    color: #000000 !important;
    cursor: pointer;
    font-size: 11px !important;
    letter-spacing: 2.5px !important;
    line-height: 24px !important;
    overflow: hidden;
    border: 1px solid #000000;
	margin: 0px !important;
	text-transform: uppercase;

	margin: 0px 0 0px !important;
	width: 100%;
	display: block;	
	height:100%;
}



.dynamic-documents a.document-link:hover {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}

.dynamic-documents a.document-link:focus {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}

.dynamic-documents a.document-link:after {
    display: block;
	content: '';
    width: 12px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 23px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
	font-size: 0px;
	background: url(images/download-icon.png.webp) center center no-repeat;

}
.dynamic-documents a.document-link:hover:after {
	background: url(images/download-icon-hover.png.webp) center center no-repeat;
}


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


	position: relative;
    margin: 0;
    padding: 13px 50px 13px 20px;
    background-color: transparent;
    color: #000000 !important;
    cursor: pointer;
    font-size: 11px !important;
    letter-spacing: 2.5px !important;
    line-height: 24px !important;
    overflow: hidden;
    border: 1px solid #000000;
	margin: 0px !important;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
    font-weight:600;
	margin: 0px 0 10px !important;
	width: 100%;
	display: block;	


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}


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

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

	position: relative;
    margin: 0;
    padding: 13px 50px 13px 20px;
    background-color: transparent;
    color: #000000 !important;
    cursor: pointer;
    font-size: 11px !important;
    letter-spacing: 2.5px !important;
    line-height: 24px !important;
    overflow: hidden;
    border: 1px solid #000000;
	margin: 0px !important;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	font-weight:600;
	margin: 0px 0 10px !important;
	width: 100%;
	display: block;	
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #bc9e55;
    color: #ffffff !important;
    border: 1px solid #bc9e55;
}

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






/*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: block !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;
}
.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: 63px !important;
	height: 49px !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: 63px !important;
	height: 49px !important;
	line-height: 49px !important;
	background: url(images/video-icon.png.webp) center center no-repeat;
	border-radius: 0px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	content: '';
}
.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.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
	left: 0;
	top: 0;
	background: rgba(60, 60, 59, 0.3);
}*/

.sidebar .callout .calloutContent {
	padding: 40px 30px;
}


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



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


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

.bodyContent .dynamic-quote {

}

.bodyContent .dynamic-quote .quoteContainer {
	background: #f8f8fa;
	padding: 85px 80px 80px;
	margin: 0;
	max-width: 100%;
}

.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
}

.body-container {

}


.body-container .dynamic-text {
	background: #ffffff;
	padding: 30px 0 40px;
	/*border-top: 1px solid #bc9e55;*/
	/*border-bottom: 1px solid #bc9e55;*/
}
.body-container .dynamic-text .textFW {
	margin:0 auto;
	padding:100px 12px 130px;
	border:solid 1px #bc9e55;
	min-height:560px;
	background-image:url(images/textfw-bg.png);
	background-position:right center;
	background-repeat:no-repeat;
	max-width:1560px;
}
.body-container .dynamic-text .textFW .container{
	padding-left:0;
	padding-right:0;
}
.body-container .dynamic-text .section_title {
	margin-bottom: 30px;
	text-align:center;
}

.body-container .dynamic-text .body-text p:last-child {
	margin-bottom: 0;
	/*margin-top: 45px;*/
}

.body-container .dynamic-text .align_left .section_title{
	text-align: left;
}

.body-container .dynamic-callout {
	padding: 60px 0;
}
.dynamic-callout .section_title {
	text-align: center;
	margin-bottom: 50px;
}

.container .callout-carousel .owl-item { 

}
.callout-carousel .owl-dots {
	padding-top: 10px;
}
.callout.bg-callout-content {
	margin-bottom: 220px;
	overflow: inherit;
}
.callout.bg-callout-content .calloutContent {
	/*max-width: 80%;*/
	left: 0%;
	bottom: -202px;
	padding: 40px ;
	color: #ffffff;
	text-align: center;
}
.callout.bg-callout-content .calloutContent .calloutTitle {
	margin-bottom: 20px;
}
.callout.bg-callout-content .calloutContent .calloutTitle h3 {
	text-align: center;
	text-shadow: none;
}

.callout.bg-callout-content .calloutContent  {
	display: inline-block;
	--button_colour : #fff;
	--button_bg : transparent;
	--button_colour_hover : #a48a4c;
	--button_bg_hover : #fff;
	
}

.callout.bg-callout-content .calloutContent .calloutText {
	margin-bottom: 25px;
	height: 105px;
    overflow: hidden;
}


.callout.style1 .calloutContent {
	background: #26B095;
}
.callout.style2 .calloutContent {
	background: #92BF45;
}
.callout.style3 .calloutContent {
	background: #BE9F56;
}
.callout.style4 .calloutContent {
	background: #ED8328;
}
.callout.style5 .calloutContent {
	background: #713E91;
}
.callout.style6 .calloutContent {
	background: #8D8D84;
}
.callout.style7 .calloutContent {
	background: #006184;
}
.callout.style8 .calloutContent {
	background: #EA4E62;
}


.bodyContent .dynamic-image {
	margin: 0px;
	padding: 80px 0;
}


.dynamic-text-image {
	margin: 0;
}

.textImageBlock.block_dark  {
	color:#fff;
	--title_colour : #fff;
	--link_colour: #fff;
    --link_colour_hover: #fff;
	--button_bg: transparent;
	--button_colour: #fff;
    --button_bg_hover: #fff;
    --button_colour_hover: #a48a4c;
}
.textImageBlock.block_dark.style1{
	background: #26B095;
}
.textImageBlock.block_dark.style2{
	background: #92BF45;
}
.textImageBlock.block_dark.style3{
	background: #BE9F56;
}
.textImageBlock.block_dark.style4{
	background: #ED8328;
}
.textImageBlock.block_dark.style5{
	background: #713E91;
}
.textImageBlock.block_dark.style6{
	background: #8D8D84;
}
.textImageBlock.block_dark.style7{
	background: #006184;
}
.textImageBlock.block_dark.style8{
	background: #EA4E62;
}
.dynamic-text-image .container {
	padding: 60px 0;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	margin-top: -2px;
}
.dynamic-text-image .textImageBlock.block_dark .container {
	border-top: none;
	border-bottom: none;	
}
.dynamic-text-image .section_title h2 {
	font-size: 26px;
	line-height: 32px;
}

.dynamic-text-image .text_image_column img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1.59;
}
.dynamic-text-image .text_column {
	padding-bottom:2rem;
}
.dynamic-text-image .video_link {
	position: relative;
	display: block;
}
.dynamic-text-image .video_link:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	content: '';
}
.dynamic-text-image .video_link:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(images/video-icon.png.webp) center center no-repeat;
	display: block;
	width: 63px;
	height: 49px;
	z-index: 2;
	content: '';
}

.dynamic-faq {
	margin: 0;
	padding: 40px 0 40px;
}

.page-banner .slide:after,
.page-banner #videoBanner:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
	background: -moz-linear-gradient(bottom,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,#000 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,#000 0,rgba(0,0,0,0) 100%);
    opacity: .8;
    z-index: 5;
}

.page-banner .page-banner-title {
	position: absolute;
	left: 0;
	bottom: 75px;
	width: 100%;
    z-index: 110;
}
.page-banner .page-banner-title .page-title {
	color: #ffffff;
	text-align: left;
	max-width: 1146px;
	font-size: 42px;
	line-height: 50px;
	margin: 0 auto;
	padding:0 15px;
}
.page-banner .bannerIcon, .homeBanner .bannerIcon {
    position: absolute;
    top: 40px;
    left: 50%;
    top: 10px;
    left: 10px;
    z-index: 110;
    width: 35%;
    width: 18%;
    min-width: 100px;
    max-width: 180px;
    /*transform: translateX(-50%);*/
}

#navbar .bannerIcon {
	display:block;
	margin:30px 0;
    padding: 0 30px;
	max-width:300px;
}

.homeBanner .bannerIcon {	
	display:block;
}
.page-banner .bannerIcon {	
	display:none;
}
@media (min-width:768px){
.page-banner .bannerIcon,
.homeBanner .bannerIcon {
	top:20px;
	left:20px;
	width:10%;
	transform: translateX(0);
	display:block;   
	min-width: 100px;
    max-width: 300px;

}
	#navbar .bannerIcon {
		display:none;
	}
}
.bodyContent .dynamic-events .events_image {
	margin-bottom: 25px;
}

.bodyContent .dynamic-events .events_text_section h2 {
	font-size: 26px;
	color: #000000;
	line-height: 32px;
	margin-bottom: 15px;
}

.bodyContent .dynamic-events .events_text_section h2 a {
	color: #000000;
	text-decoration: none;
}

.bodyContent .dynamic-events .events_text_section .eventDate {
	color: #bc9e55;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}
.bodyContent .dynamic-events .events_text_section {
	margin-bottom: 40px;
}

.wp-caption-text.gallery-caption, .dynamic-carousel .image .image_caption {
	display: block;
	padding-top: 15px;
	font-size: 11px !important;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	text-align: left !important;
	letter-spacing: 2px;
	text-decoration: none;
}
.dynamicContent.dynamic-gallery {
	 padding-top:40px;
 }
.dynamic-carousel a.image {
	text-decoration: none !important;
}

.dynamic-carousel a img {
    height:280px;
    object-fit:cover;
}

.dynamic-carousel .image:hover .image_caption {
	color: #bc9e55;
}



.bodyContent .dynamic-carousel {
	margin: 0px;
	padding: 40px 0 100px;
}

.video-banner img {
	max-width: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-banner .placeholder-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:5;
}


.c7.Facebook.style2 {
}
.c7.Facebook.style2 .infoBlock {
	background: #8e8d84;
	padding: 50px 36px 30px; 
	color: #ffffff;
	position: relative;
	max-width: 360px;
	height: 100%;
	height: 238px;
	overflow: hidden;
}

.c7.Facebook.style2 .infoBlock .icon {
	color: #ffffff;	
	position: absolute;
	top: 15px;
	right: 15px;
}

.c7.Facebook.style2 .infoBlock a {
	color: #ffffff;
}
.c7.Facebook.style2 .infoBlock a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#cff .cff-meta-wrap .cff-view-comments-wrap {
	display: none;
}
#cff .cff-post-links {
	margin-top: 0 !important;
	float: none !important;
}
#cff .cff-meta-wrap {
	margin: 0 !important;
	position: absolute;
	left: 0px;
	bottom: -60px;
	width: auto;
}
#cff .cff-item {
	position: relative;
	padding: 0 !important;
}
#cff .cff-meta-wrap .cff-viewpost-facebook {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding-right: 20px;
}
#cff .cff-meta-wrap .cff-viewpost-facebook:after {
	display: inline-block;
	vertical-align: middle;
	
    content: '\f054';
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
    transform: rotate(0deg);
	transition:300ms;

	font-size: 12px;

	position: absolute;
	right: 0;
	top: 0px;

}
#cff .cff-author, #cff-lightbox-wrapper .cff-author {
	margin-bottom: 5px !important;
}

#cff .cff-author .cff-author-text, #cff-lightbox-wrapper .cff-author .cff-author-text {
}

#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none;
}

#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date, #cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin: 0 !important;
	color: #ffffff;
	letter-spacing: 1.5px;
	font-size: 8px;
	text-transform: uppercase;
}

#cff .cff-author a, #cff-lightbox-wrapper .cff-author a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400 !important;
	color: #ffffff;
	letter-spacing: 3px;
}

.c7.Facebook.style2 .cff-post-text {
	margin: 0 !important;
	line-height: 26px !important;
	font-size: 14px;
	display: block;
	height: 102px;
	overflow: hidden;
}


.Instagram .infoBlock {
	position: relative;
	max-width: 360px;
	height: 238px;
	overflow: hidden;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
}
.grid-item #sb_instagram.sbi_medium .sbi_username a {
	font-size:15px;
	color:#bc9e55;
	padding-top:20px;
	padding-bottom:10px;
}
.Instagram .infoBlock .icon {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 0px 0px 15px #000000, 0px 0px 35px #000000, 0px 0px 50px #000000, 0px 0px 60px #000000;
}

.Video.simple .infoBlock {
	position: relative;
	max-width: 360px;
	height: 238px;
	overflow: hidden;
}
.Video.simple .infoBlock .icon {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 0px 0px 15px #000000, 0px 0px 35px #000000, 0px 0px 50px #000000, 0px 0px 60px #000000;
}






.dynamic-info-grid {
	margin: 0;
	padding: 30px 0 80px;
}

.dynamic-info-grid .container {
	max-width: 1304px;
}

.dynamic-info-grid .section_title {
	text-align: center;
	margin-bottom: 50px;
}
.dynamic-info-grid .section_title h2 {
	margin: 0;
}
.dynamic-info-grid .single_news .sliderThumb {
	position:relative;
	background:#8e8d84;
}
.dynamic-info-grid .single_news .sliderThumb:before {
	content:'';
	display:block;
	position:relative;
	padding-top:100%;
	width:100%;
}
.dynamic-info-grid .single_news .sliderThumb img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	width: 100%;
	object-fit: cover;
}
.dynamic-info-grid .single_news {
	position: relative;
}
.dynamic-info-grid .single_news .news_content {
	position: absolute;
	padding: 40px 30px 0;
	width: 80%;
	background: #ffffff;
	font-size: 14px;
	line-height: 26px;
	color: #8e8d84;
	left: 0;
	bottom: 0;
	z-index: 11;
	overflow:hidden;
}

.dynamic-info-grid .single_news .news_content h2 a {
	text-decoration: none;
}


.dynamic-info-grid .single_news .news_content .date {
	color: #bc9e55;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 11px;
}
.dynamic-info-grid .single_news .news_content .date a {
	text-decoration: none;
	font-size: 11px;
	color: #bc9e55;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.grid-item {
	margin-bottom: 30px;
	min-height: 238px;
}

#sb_instagram #sbi_images {
	padding: 0;
}

.events_text_section {

}

.event-item,
.infoBlock.icon_link_box {
	position: relative;
	max-width:400px;
}
.dynamic-info-grid .events_text_section {
	position: absolute;
	padding: 40px 30px 0;
	width: 80%;
	background: #ffffff;
	font-size: 14px;
	line-height: 26px;
	color: #8e8d84;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.dynamic-info-grid .events_image {
	position:relative;
	background:#8e8d84;
}
.infoBlock.icon_link_box:before,
.dynamic-info-grid .events_image:before {
	content:'';
	display:block;
	position:relative;
	padding-top:100%;
	width:100%;
}
.infoBlock.icon_link_box img,
.dynamic-info-grid .events_image img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	width: 100%;
	object-fit: cover;
}
.infoBlock.icon_link_box .events_text_section a,
.dynamic-info-grid .events_text_section h2 a {
	text-decoration: none;
}


.dynamic-info-grid .events_text_section .eventDate {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	margin-bottom: 15px;
}
.dynamic-info-grid .events_text_section .eventDate span {
	color: #bc9e55;
	font-size: 11px;
}

.dynamic-info-grid .events_text_section .eventDate .eventDate {
	position: relative;
	margin-right: 25px;
	margin-bottom: 0px;
}

.dynamic-info-grid .events_text_section .eventDate .eventDate:after {
	content: '';
	width: 1px;
	height: 10px;
	position: absolute;
	right: -14px;
	top: 7px;
	background: #000000;
	display: block;
}


.dynamic-info-grid .events_text_section .eventTime {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
}
.dynamic-info-grid .events_text_section .eventTime span {
	color: #bc9e55;
	font-size: 11px;
}






.c5.Link.style1 {
}


.c5.Link.style1 .infoBlock.linkblock {
	height: 100%;
	background: #bc9e55;	 
	color: #ffffff;
	position: relative;
	padding: 80px 27px 50px;
	text-align: center;
}

.c5.Link.style1 .infoBlock.linkblock img {
	margin-bottom: 15px;
}

.c5.Link.style1 .infoBlock.linkblock h2 {
	font-size: 11px;
	letter-spacing: 2.5px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.c5.Link.style1 .infoBlock.linkblock .follow_us_link {
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2.5px;
}

.c5.Link.style1 .infoBlock.linkblock .follow_us_link:hover {
	color: #000000;
}




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


	.headerCenter.main_navigation {
		display: none;
	}
	.headGroup .socialDesktop  {
		display: none;
	}
	.headGroup .searchToggle, .login-link  {
		display: none;
	}
	.headerRight .menu-toggle {
		display: inline-block;
		padding: 0;
		background: #bc9e55;
		width: 54px;
		height: 54px;
		vertical-align: middle;
	}
	.menu-toggle .toggleIcon {
		right: 12px;
		top: 11px;
	}
	.headerRight .toggleText {
		display: none;
	}
	.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
		height: 2px;
		background: #ffffff;
	}
	.headerRight .menu-toggle:hover {
		background: #bc9e55;
	}


	.headLogoWrap {
		width: 83%;
	}
	.headerRight {
		width: 17%;
	}
	.homeBanner {
		/*max-height: 208px;*/
		min-height: 208px !important;
		min-height: 0px !important;
	}
	.container {
		padding: 0 15px!important;
	}
	.dynamic-text-image .text_column{
		padding-bottom:30px!important;
	}
	.poiImage:before {
		padding-top: 43.715%;
	}
	.poiImage .poiText {
		bottom: 30px;
	}
	
	.dynamic-text-image .section_title {
        margin-top: 30px;
		margin-bottom:0px;
}

	.dynamic-text .row.column-text {
		margin: 0;
	}
	.dynamic-text .row.column-text .row {
		margin: 0;
	}
	.homeDynamic.dynamic-poi {
		padding: 40px 0 70px;
	}
	/*.homeDynamic.dynamic-text .text-details {
		margin-bottom: 40px;
		display: none;
	}*/
	.dynamic-text-carousel {
		padding: 60px 0;
	}

	.dynamic-text-carousel .box {
		min-height: 360px;
		padding: 60px 45px 120px;
	}
	.dynamic-text-carousel .box_title h2 {
		font-size: 39px;
	}
	.dynamic-text-carousel .box_details {
		font-size: 20px;
		line-height: 26px;
	}
	.dynamic-text-carousel .anchor_quick_link {
		max-width: 330px;
		font-size: 25px;
		font-weight: 400;
		padding-bottom: 15px;
	}
	.section_title h2 {
		font-size: 38px;
	}	

	.dynamic-poi-carousel .poiImage:before {
		padding-top: 43.715%;
	}

	.dynamic-callout .section_title {
		margin-bottom: 30px;
	}
	.homeDynamic.dynamic-callout {
		padding: 75px 0 100px;
	}
	.homeDynamic.dynamic-callout:before {
		height: 704px;
	}
	.callout:before {
		padding-top: 100%;
	}

	.homeDynamic.dynamic-callout .container {
		padding: 0px 25px;
	}

	.callout .calloutTitle h3 {
		font-size: 20px;
	}

	.homeDynamic.dynamic-video-carousel {
		margin: 0;
		padding: 20px 25px 90px;
	}	
	.homeDynamic.dynamic-video-carousel .owl-item {
	}
	.homeDynamic.dynamic-video-carousel .section_title {
		margin-bottom: 40px;
	}

	.homeDynamic.dynamic-quote .quotesTitle {
		font-size: 38px;
		margin: 0 0 25px;
	}
	.homeDynamic.dynamic-quote {
		background: transparent;
		padding: 0px 25px;
		margin: 0;
	}
	.homeDynamic.dynamic-quote .quoteContainer {
		background: #f8f8fa;
		padding: 50px 25px;
		margin: 0;
	}
	blockquote {
		font-size: 20px;
		line-height: 30px;
	}
	.homeDynamic.dynamic-quote .section_buttons {
		text-align: center;
		padding-top: 25px;
		max-width: 250px;
		margin: 0px auto;
	}

	.homeDynamic.dynamic-quote .section_buttons .button {
		margin-bottom: 20px;
	}
	.callout.bg-callout-content .calloutContent {
    	max-width: 100%; 
    	padding: 25px!important;
	}
	.dynamic-text-image .container {
    	padding-top:40px!important;
	}	
	.dynamic-events {
    	margin-bottom: 70px;
	}
	.homeDynamic.dynamic-image {
		margin: 0px;
		padding: 60px 0 115px;
	}
	.homeDynamic.dynamic-image .container {
		padding: 0px 25px;
	}
	.footer-main-top .footer_map_embed_code iframe {
		height: 310px !important;
	}
	.footer-main-top .footer_left_content {
		max-width: 100%;
		position: relative;
	}

	footer#footer .footer-main {
		position: relative;
		transform: inherit;
		top: auto;
		left: auto;
	}

	footer#footer .footer-main .container {
		padding: 0!important;
	}
	.image-item img {
		width: 100%;
		height: 466px;
		object-fit: cover;
	}
	.footer-main-top .footer_left_content {
		padding: 40px 50px;
	}
	.footer_right_logos {
		position: relative;
		right: auto;
		bottom: auto;
		height:140px;
	}
	.footer-social {
		margin-bottom: 90px;
	}

	.footer_direction_button {
		right: auto;
		bottom: 200px;
		left: 50px;
	}

	footer#footer .footerLower {
		background: #bc9e55;
		padding: 0px 0 30px;
		text-align: left;
		font-weight: 400;
	}
	.footerLower p, .footerLower ul {
		margin: 0;
	}

	.footerLower .container {
		padding: 0px 50px;
	}

	.menuopen .headerRight .login-list-menu {
		float: left;
		margin-top: 13px;
	}


	.homeDynamic.dynamic-text {
		text-align: center;
		padding-bottom: 80px;
		position: relative;
		padding-top: 20px;
	}
	/*.homeDynamic.dynamic-text .section_title {
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}*/
	.homeDynamic.dynamic-text .section-link {
		margin-bottom: 40px;
	}
	
	.page-banner .page-banner-title {
		left: 10px;
	}
	.page-banner .page-banner-title .page-title {
		font-size: 38px;
	}	

}






.video-carousel .item{
	width : 976px !important;
}
.dynamic-text-carousel .text-carousel .item{
	width : 525px !important;
}
.poi-carousel .item{
	width : 360px !important;
}

@media only screen and (max-width : 1399px) {
	.video-carousel .item{
		max-width : 100% !important;
	}
	.dynamic-text-carousel .text-carousel .item{
		max-width : 100% !important;
	}
	.poi-carousel .item{
		max-width : 100% !important;
	}


}

@media only screen and (min-width : 1400px) {


	.dynamic-text-carousel .text-carousel .owl-stage {
		margin-left: 130px !important;
	}


	.poi-carousel .owl-stage {
		margin-left: 210px !important;
	}

	.video-carousel .owl-stage {
		margin-left: 294px !important;
	}


}

.resultsBlock {
	background:#fff;
    --title_colour: #bc9e55;
	color:#bc9e55;
	padding-top:70px;
	padding-bottom:70px;
}
.resultsBlock.style_gold {
	background:#bc9e55;
    --title_colour: #fff;
	color:#fff;
}
.resultIcon {
	display:block;
    width: 210px;
    height: 210px;
	border-radius:50%;	
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align:center;
	margin:20px auto;
	border:solid 5px 
}
.resultIcon .stat{
	font-size:60px;
	line-height:1;
	font-weight:700;
}
.resultIcon .text{
    max-width: 190px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;	
}
.resultsCarousel  {
	margin-top:20px;
}
.resultsCarousel .owl-dots span {
	width: 12px;
	height: 12px;
	display:inline-block;
	background:currentColor;
	border-radius: 50%;
}
.resultsCarousel .owl-nav {
	position:relative;
}
.resultsCarousel .owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.resultsCarousel .owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.scms-carousel .owl-dots .owl-dot.active {
	opacity:1;
}


.homeDynamic.dynamic-quote .section_buttons {
	--button_bg : transparent;
}	


.login-list-menu {
	display: inline-block;
}
.login-list-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.login-list-menu ul li {
	display: inline-block;
	position: relative;
}

.login-list-menu #menu-login-top {
	position: absolute;
	width: 160px;
	background: #ffffff;
	left: 0;
	top: 30px;
	display: none;
}
.login-list-menu #menu-login-top li {
	display: block;
	text-align: left;
}
.login-list-menu #menu-login-top li a {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 5px 22px;
	display: block;
	text-decoration: none;
}

.login-list-menu #menu-login-top li a:hover {
	color: #ffffff;
	background: #bc9e55;
}

.login-list-menu li:hover #menu-login-top {
	display: block;
}



/* Dropdown styles Css desktop ---------------------------*/

#menu-main-top li li.menu-item-has-children > a:before {
	position: absolute;
	content: '\f054';
	display: block;
	right: 0px;
	top: 20px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	font-size: 0;
	width: 15px;
	height: 11px;
	background: url(images/button-icon.png.webp) center center no-repeat;
	transition: 300ms;
}

.headerCenter.main_navigation {
	position: relative;
}

#menu-main-top li, #menu-main-top li li {
	position: static;
}

#menu-main-top .subMenuWrap {
	/*position: absolute;
	top: 65px;
	left: 0;
	display: none;
	line-height: 40px;
	padding: 0px 0 0 0px;	
	min-height: 80vh;
	width: 100%;
	min-width: 371px;
	text-align: left;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.2);
	height: auto;
	max-height: inherit;
	background : #ffffff;*/
	
}

#menu-main-top .subMenuWrap .container {
	max-width: 100%;
	position: relative;
	height: 100%;
	padding: 0px 0px;
}
#menu-main-top .subMenuWrap .container .submenuclose {
	position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
	color:#000;
}
#menu-main-top .subMenuWrap .container .submenuclose:hover {
	color:#bc9e55;
}
#menu-main-top .subMenuWrap .menu_image_container {
	padding: 0;
	max-width: 38%;
}
#menu-main-top .subMenuWrap .menu_custom_menu_container {
	padding: 0 0 0 15px;
	max-width: 62%;
	height: 100%;
	background: #ffffff;
}

#menu-main-top .subMenuWrap .container .row {
	margin: 0;
}

/*#menu-main-top li:hover > .subMenuWrap .sub-menu{
	display : block;
}

#menu-main-top li:hover > .subMenuWrap {
	display: block;
}*/

#menu-main-top li:hover > .subMenuWrap .sub-menu .sub-menu {
	display: none;
}

#menu-main-top li .subMenuWrap .sub-menu li:hover > .sub-menu {	
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*#menu-main-top .sub-menu li:hover > .sub-menu {
	display: block;
}*/

#menu-main-top .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	width: 100%;
	transform:translateY(0px);
	display: none;
	line-height: 32px;
	padding: 16px 20px 32px;
	padding: 5px 20px 10px;
	height: auto;
	min-width:0;
	position: absolute;
	background : #ffffff;
}

#menu-main-top .sub-menu .sub-menu li {
	width: 100%;
	max-width: 100%;
}

#menu-main-top .sub-menu{
	background : #ffffff;
	position: relative;
}

#menu-main-top .sub-menu{
	padding : 0;
	top : 0;
}

#menu-main-top .sub-menu li a{
	color : #000000;
}

#menu-main-top .sub-menu li a:hover{
	color : #bc9e55;
}

#menu-main-top .sub-menu li .sub-menu li a{
	color : #000000;
}

#menu-main-top .sub-menu li .sub-menu li a:hover{
	color : #bc9e55;
}

.login_dropdown{
	list-style: none;
}

.login_dropdown ul{
	display : none;
}

#menu-main-top .subMenuWrap .menu_image_container .menu-image {
	height: 100%;
}
#menu-main-top .subMenuWrap .menu_image_container .menu-image img {
	height: 100%;
	width: 100%;
	max-width: inherit;
	object-fit: cover;
}

/* styles added to make menu show on click */

#menu-main-top>li>.subMenuWrap {
   /* display: none;
    position: fixed;
    top: 132px;
    bottom: unset;*/

   /* left: 0;
    right: 0;
    background: transparent;
    padding: 0 0 50px 0;*/

   /* text-align: left;
    overflow: hidden;*/
}
#menu-main-top>li.open>.subMenuWrap, #menu-main-top>li.open>.subMenuWrap .menu_custom_menu_container > .sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;	
}




.homeBanner #videoBanner:before {
	background: rgba(0,0,0,0.2);
	content: '';
	width: 100%;
	height: 100%;
	z-index: 11;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.homeBanner #videoBanner .slideText {
	position: absolute;
	left: 0;
	bottom: 130px;
	line-height: 50px;
	font-size: 42px;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	text-shadow: 0px 0px 40px #000000, 0px 0px 54px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000;
	z-index: 111;
	text-align: center;
	color: #ffffff;
	margin:0;
	width: 100%;
}

.homeBanner #videoBanner .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(images/video-icon.png.webp) center center no-repeat;
	display: block;
	width: 63px;
	height: 49px;
	content: '';
	z-index : 111;
}
.homeBanner #videoBanner .pause-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(images/video-pause-icon.png) center center no-repeat;
	display: none;
	width: 63px;
	height: 49px;
	z-index: 111;
	content: '';
}

.homeBanner #videoBanner .mute-button {
	position: absolute;
    right: 38px;
    bottom: 12px;
    z-index: 120;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    transition: .3s;
    cursor: pointer;
}
.homeBanner #videoBanner .mute-button:before {
	content: "\f6a9";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.homeBanner #videoBanner .mute-button.unmuted:before {
	content: "\f028";
}
.homeBanner .down-arrow-btn {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	background: url(images/arrow-down-scroll.png.webp) center center no-repeat;
	display: block;
	width: 23px;
	height: 31px;
	z-index: 111;
	font-size: 0 !important;
}





@media only screen and (min-width : 1200px) and (max-width : 1360px) {

	.login-link {
		margin-right: 5px;
	}
	#menu-main-top li {
		margin: 0px 6px;
	}

}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.headerCenter {
		display: none;
	}
	.headLogoWrap {
		width: 50%;
	}
	.headerRight {
		width: 50%;
	}	
	.headerRight .menu-toggle {
		display: inline-block;
		padding: 0;
		background: #bc9e55;
		width: 54px;
		height: 54px;
		vertical-align: middle;
	}
	.menu-toggle .toggleIcon {
		right: 12px;
		top: 11px;
	}
	.headerRight .toggleText {
		display: none;
	}
	.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
		height: 2px;
		background: #ffffff;
	}


}

.mobile-banner-text {
	display: none;
}

@media (max-width:1199px){
		#navbar {
		width: 100%;
		max-width: 100%;
		background: #f8f8fa;
		padding: 130px 0px 70px;
		color: #ffffff;
		top: 0px !important;
		border: none;
		z-index: 999999999 !important;
		display:block;
	}

	/*#navbar.menuLevel1 {
		background: #f7f7f7;
	}*/

	.menuopen .menu-toggle .toggleIcon span, .menuopen .menu-toggle .toggleIcon span:before, .menuopen .menu-toggle .toggleIcon span:after, .menuopen:hover .menu-toggle .toggleIcon span, .menuopen:hover .menu-toggle .toggleIcon span:before, .menuopen:hover .menu-toggle .toggleIcon span:after {
		background: #ffffff !important;
	}

	.menuopen .headerRight .menu-toggle {
		margin-left: 10px;
	}

	.menuopen .headGroup {
		z-index: 9999999999;
		width: 100%;
		background: #f8f8fa;
	}
	.menuopen .headerRight {
		width: 100%;
	}
	.menuopen .headLogoWrap {
		display: none;
	}
	
	.menuopen .headGroup .searchToggle, .menuopen .headGroup .login-link, .menuopen .headGroup .socialDesktop, .menuopen .headGroup .login-list-menu {
		display: inline-block;
	}

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

	#menu-main li {
	}
	#menu-main li a {
		font-size: 20px;
		border: none;
		line-height: 50px;
		letter-spacing: 2px;
		color: #000000;
		padding: 0px 28px 0px 17px !important;
		text-transform: uppercase;
		display: block !important;

		font-family:"Calibri", sans-serif;
		font-weight: 700;
		
	}

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

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


	/*#menu-main li a:before, #menu-main li.menu-item-has-children > a:before {
		content: "\f105";
		position: absolute;
		right: 35px;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 16px;
		width: 13px;
		font-size: 0;
		height: 7px;
		background: url(images/faq-arrow.png.webp) center center no-repeat;
		transform: rotate(90deg);
		display: none;
	}*/
	#menu-main li a:before {
	}
	#menu-main li.menu-item-has-children > a:before {
		position: absolute;
		content: '\f054';
		display: block;
		right: 0px;
		top: 9px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
		transform: rotate(0deg);
		font-size: 0;
		width: 15px;
		height: 11px;
		background: url(images/button-icon.png.webp) center center no-repeat;
		transition: 300ms;
	}
	#menu-main li.menu-item-has-children.open > a:before {
		transform: rotate(90deg);
	}

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

	#menu-main li a:hover {
		color: #bc9e55;
	}
	#menu-main li.current-menu-item > a {
		color: #bc9e55;
		background: #f2f3f3;
 		border-radius: 0px;
		line-height: 60px;
		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 li a {
		font-size: 12px;
		line-height: 30px;
		border-bottom: 1px solid #d9dada;
		padding: 0 !important;
	}	

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
	}

	#menu-main .sub-menu li li a {
		position: relative;
	}
	.menuopen:hover .menu-toggle .toggleIcon span {
		background: transparent !important;
	}

	#menu-main .sub-menu li a:hover {
	}

	#menu-main .sub-menu .sub-menu li a:hover {
	}
	
	#menu-main .sub-menu li a:before {
	}

	#menu-main .sub-menu {
		padding: 20px 55px;
		border: none;
		background: #f2f3f3;
		margin-left: -25px;
		margin-right: -25px;
	}
	#menu-main .sub-menu .sub-menu {
		padding: 10px 15px;
		margin-left: 0px;
		margin-right: 0px;

	}

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


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

	#menu-main {
		margin: 0;
	}
}

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

	.login-list-menu {
		display: none;
	}

	.mobile-banner-text {
		display: block;
		color: #000000;
		text-align: center;
		padding: 50px 0 10px;
	}
	.homeBanner #videoBanner .slideText {
		display: none;
	}
	.homeBanner .down-arrow-btn {
		display: none;
	}
	.mobile-banner-text .down-arrow-btn {
		background: url(images/arrow-down-scroll-black.png.webp) center center no-repeat;
		display: block;
		width: 23px;
		height: 31px;
		font-size: 0 !important;
		margin: 0px auto;
	}
	.homeDynamic.dynamic-video-carousel .videoText {
		font-size: 18px;
		bottom: 5px;
	}

	.main-grid-area .info_grid.row {
		display: block !important;
	}

	.Instagram .infoBlock {
		height: auto;
	}

	.info_grid .infoBlock img {
		max-width: inherit;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.homeDynamic.dynamic-video-carousel .videoImageBG img {
		min-height: 204px;
		object-fit: cover;
	}

	.c5.Link.style1 .infoBlock.linkblock img {
		max-width: 100%;
		width: auto;
	}

	.c1.News {
		margin-left: -15px;
		margin-right: -15px;
	}
	.Instagram .infoBlock {
		max-width: 100%;
		margin: 0px auto;
	}
	.infoBlock.linkblock.video_box {
		max-width: 100%;
		margin: 0px auto;
	}
	.infoBlock.linkblock.image_box {
		max-width: 100%;
		margin: 0px auto;
	}
	.c5.Link.style1 .infoBlock.linkblock {
		max-width: 100%;
		margin: 0px auto;
		height: 238px;
	}
	.c7.Facebook.style2 .infoBlock {
		max-width: 100%;
		margin: 0px auto;
		height: 238px;
	}

	.mobile-banner-text .slideText {
		line-height: 50px;
		font-size: 38px;
		font-weight: 400;
		font-family: 'Libre Baskerville', serif;
		text-align: center;
		color: #000000;
		width: 100%;
		margin-bottom: 20px;
		padding : 0 50px;
	}

.submenu_parent {
    /*display:none;*/
}


/*
	.c6 {
		order: 9;		
	}
	.c7 {
		order: 6;		
	}
	.c8 {
		order: 7;		
	}
	.c9 {
		order: 8;		
	}
	.c1 {
		order: 1;
	}
	.c2 {
		order: 2;		
	}
	.c3 {
		order: 3;		
	}
	.c4 {
		order: 4;
	}
	.c5 {
		order: 5;
	}
*/
	.login-link {
		text-shadow: 0px 0px 0.5px #000000;
	}

	
}



.popupAlert {
	max-width: 1124px !important;
	padding: 82px !important;
	color: #8e8d84;
	background: #ffffff !important;
	text-align: left !important;
}

.popupAlert .popupImg {
	order: 1;
}
.popupAlert .noticeText {
	order: 2;
	padding: 30px 30px 0px 40px !important;
}

.popupAlert .noticeText .popTitle {
	font-family: 'Libre Baskerville', serif;
	color: #000000;
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 30px;
}

.popupAlert .button-alert {
	margin-top: 60px;
}

.button-alert a {
    text-align: center;
    padding: 12px 20px;
	font-weight: 600;
}

.popupAlert .button-alert .button:after {
	display: none;
}

#notice .is-close-btn {
    top: 0;
    right: 0;
    background-color: #bc9e55;
    border-radius: 0;
    padding: 10px;
    width: 47px;
    height: 47px;
    color: #fff;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
	top: 0 !important;
	right: 0px !important;
	color: #ffffff !important;
	background: #bc9e55 !important;
	border-radius: 0px !important;
}

@media(max-width:768px){
	#footer .footer_map_embed_code{
		display: none;
	}
	.popupAlert .popupImg {
    	padding: 0px;
    	width: 100%;
	}
	.popupAlert .noticeText .popTitle {
   		font-size: 34px;
    	line-height: 40px;
	}
	.popupAlert .noticeText {
    	padding: 20px 0!important;
	}
	.popupAlert {
    	padding: 80px 42px 42px !important;
	}
}


/*------------------------------------*\
    HISTORY PAGE TEMPLATE
\*------------------------------------*/
.historyTimeline {
	margin:auto;
	position:relative;
	padding:10px 0;
}
.historyTimeline:before {
	content:'';
	display:block;
	position:absolute;
	background:#e1e1e1;
	width:2px;
	top:82px;
	bottom:82px;
	left:50%;
	margin-left:-1px;
	
}
.historyBlockContainer  {
	padding:0 15px;
}
.historyBlockContainer.major {
	padding:0;
}
.historyTimeline .timelineStop{
	clear:both;
	width:100%;
	margin:30px auto;
}
.historyTimeline .timelineStop:before{
	content:'';
	display:block;
	width:42px;
	height:42px;
	background:#fff;
	border:solid 6px #bc9e55;
	border-radius:50%;
	margin:auto;
	z-index:2;
}
/*.historyContent {
	text-align:center;	
}*/
.historyContent .entry-title {
	position:relative;
	padding-bottom:25px;
}
.historyContent .entry-title:before {
	position:relative;	
	display:block;
	content:'';
	width:42px;
	height:37px;
	background-image:url(images/icon.png.webp);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto 10px;
}
.historyContent .entry-title:after {
	content:'';
	display:block;
	width:40px;
	height:1px;
	background:#bc9e55;
	position:absolute;	
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.historyBlock {
	margin-bottom:30px;
	position:relative;
}

.historyIntro {
	padding:30px 30px 20px;
	background:#006184;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.historyIntro .readmore {
	text-align:right;
	color:#bc9e55;
	font-size:16px;
	font-style:italic;
	padding-right:40px;
	position:relative;
	cursor:pointer;
}
.historyIntro .readmore:after {
	content:'';
	display:block;
	width:19px;
	height:12px;
	background-image:url(https://www.birkenheadschool.org/wp-content/themes/schoolcms/images/arrow-gold.png);
	background-repeat:no-repeat;
	position:absolute;
	right:6px;
	top:7px;
}
.historyIntro .readmore .less{
	display:none;
}
.historyIntro .readmore .more{
	display:inline;
}

.historyIntro .readmore.open .less{
	display:inline;
}
.historyIntro .readmore.open .more{
	display:none;
}
.historyIntro .readmore.open:after {
	transform:rotate(180deg);
}
.historyBlock .date {
	min-width:135px;
	display:inline-block;
	padding:10px;
	text-align:center;
	font-size:18px;
	background:#bc9e55;
	color:#fff;
}
.historyIntro .historyText {	
	margin:15px 0;
}
.historyIntro > * {
	position:relative;
}
.historyIntro .historyImage {
	position:absolute;
	top:-1px;
	left:-1px;
	bottom:-1px;
	right:-1px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.historyIntro .historyImage:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:60%;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.historyBlock.oddBlock .historyIntro {
	background:#bc9e55;
	color:#006184;
}
.historyBlock.oddBlock .date {
	background:#006184;	
}
.historyBlock.oddBlock .readmore{
	color:#fff;
}
.historyBlock.oddBlock .readmore:after {
	background-image:url(https://www.birkenheadschool.org/wp-content/themes/schoolcms/images/arrow-white.png);	
}
.historyBlock.hasImage .historyIntro {
	color:#fff;	
	padding-top:200px
}
.historyBlock.hasImage .readmore:after {
	background-image:url(https://www.birkenheadschool.org/wp-content/themes/schoolcms/images/arrow-gold.png);
}
.historyBlock.hasImage .readmore{
	color:#bc9e55;
}
.historyReadmore {
	background:#8d8d84;
	color:#fff;
	padding:30px;
	display:none;
}
.historyReadmore a{
	color:#bc9e55;	
}
.historyBlock.majorHistory  .historyIntro{
	text-align:center;
	background:#006184;
	padding:150px 15px;
}
.historyBlock.majorHistory  .historyText {
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
}
.historyBlock.majorHistory  .readmore {
		max-width:600px;
		margin-left:auto;
		margin-right:auto;
}
.historyBlock.majorHistory  .historyImage{
	text-align:center;
	opacity: 0.5;
}
.historyJourney {
	padding-bottom:50px;
}
.historyJourney .jrnyTitle {
	color:#42b029;
	margin:50px;
	font-size:80px;	
	text-align:center;
	line-height:1;
	font-weight:700;
}
.historyJourney .jrnyTitle span{
	color:#024433;
}
.page-template-template-history .poiImage .poiImageBG img {
    position: relative;
}
@media (min-width:992px){
	.historyBlock {
		margin-left:auto;
		margin-right:auto;
		width: 40.17094%;	
		margin-bottom:40px;
	}
	.tlStart .historyBlock {
		opacity:0;
		/*transform:translateX(-100%);*/
		transition:1000ms;
	}
	.tlStart .historyBlockContainer:nth-child(even) .historyBlock {
		/*transform:translateX(100%);	*/	
	}
	.tlStart .historyBlockContainer:nth-child(even) .historyBlock.come-in,
	.tlStart .historyBlock.come-in {
		/*transform:translateX(0%);*/
		opacity:1;
	}
	.historyTimeline {
		text-align:center;
	}
	.historyBlockContainer {
		width:90%;
		max-width:1170px;	
		display:inline-block;
		text-align:initial;
		padding:0;
	}
	.tlStart .historyBlock:before{
		position: absolute;
		top: 50%;
		height: 3px;
		border: 0;
		background: #e5e5e5;
		content: '';
		z-index: 9;
		display: block;
		width: 25%;
		left: 100%;
	}	
	.tlStart .historyBlock:after {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		background: white;
		border: 3px solid #b09869;
		border-radius: 50%;
		z-index: 101;
		position: absolute;
		right: calc(-25% - 5px);
		top: calc(50% - 5px);
	}
	.historyBlockContainer:nth-child(even) .historyBlock:before{
		left:auto;
		right:100%;
	}	
	.historyBlockContainer:nth-child(even) .historyBlock:after {
		right:auto;
		left: calc(-25% - 5px);
	}
	.historyBlockContainer:nth-child(odd) {
		clear:left;
	}
	.historyBlockContainer:nth-child(odd) >.historyBlock{
		float:left;
	}
	.historyBlockContainer:first-child >.historyBlock{
	}
	.historyBlockContainer:nth-child(even) {
		clear:right;
	}
	.historyBlockContainer:nth-child(even) .historyBlock{
		float:right;
	}
	.historyBlockContainer.major {
		width:100%;
		max-width:100%;		
	}
	.historyBlockContainer.major >.historyBlock{
		float:none;
		width:100%;
		max-width:100%;
	}
	.historyBlock .historyReadmore{
		width:100%;
		top:100%;
		left:0;
		position:absolute;
		z-index:100;
	}
	
}

/* gallery arrows */
.mfp-arrow {
	opacity:1!important;
}
.mfp-arrow-right:before {
    border-left: 27px solid #bc9e55!important;
    opacity: 1!important;
}
.mfp-arrow-right:after {
    border-left: 17px solid #bc9e55!important;
}
.mfp-arrow-left:before {
    border-right: 27px solid #bc9e55!important;
    opacity: 1!important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #bc9e55!important;
}
.fancybox__nav .f-button svg {
    width: 45px;
    height: 35px;
    stroke: #bc9e55;
    stroke-width: 4;
}

/* transitions */

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

.in-right {
    position: relative;
    opacity: 0;
    left: 100px; 
	right: -100px; 
	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);
}

.subMenuWrap {
	display:block;
		position: fixed;
		left: 0%;		
		transition: transform 500ms;
		background-color: #fff;
		top: 100px;
		margin-top: 0;
		z-index: 9;
		bottom: auto;
		width: 100%;
		overflow: initial;
		box-shadow: none;
		transform: translateY(-200%);
	}

.admin-bar .subMenuWrap {
		top: 132px;
}	
	.menu li.open .subMenuWrap {
		left:0;
		transform: translateY(0%);
	}
/* calendarize events calendar */

.fullCalendar table tr:nth-child(odd) {
    background-color: #fff!important;
}

.fc-button.fc-state-default, .fbd-dialog-controls .fbd-button-primary, .fbd-dialog-controls .fbd-button-secondary {
    background-color: #26B095!important;
}

.fc-button.fc-state-active {
    box-shadow: none;
    background-color: #92BF45!important;
}

.fullCalendar .fc-state-highlight, .fullCalendar table tr:hover td.fc-state-highlight {
    background: #f1f1f1!important;
}