/*

	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_bg: #e8e4dc;

	--body_colour : #000;

	--title_colour : #000;

	--link_colour : #de8f25;

	--link_colour_hover : #000000;	

	--button_bg: #dfa095;

	--button_colour: #000000;

	--button_bg_hover: #de8f25;

	--button_colour_hover: #000000;

}



/*
	font-family: "GT Walsheim Pro Bold Regular";
	font-family: "GT Walsheim Pro Light";
*/




/*Content Wrapper*/



/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.scms-carousel .owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

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

	position:absolute;

	left:0;

	top:0;

}

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

	position:absolute;

	right:0;

	top:0

}

.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

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

	display:inline-block;

	margin:0 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:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}





/*news*/

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}

.pagination {
	margin:20px 0;
	font-size:25px;
}
.pagination .nav-links {
    display: flex;
	flex-wrap:wrap;	
	margin-left:-7px;
	margin-right:-7px;
}
.pagination .nav-links .page-numbers {
	margin:0 7px;
}
/*------------------------------------*\

    Header

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

header.mainHeader {
	height: 60px;
	position:relative;
}
body.home header.mainHeader {
	height:0;
}



.headGroup {

	color:#000000;

	background:#f0ede8;

	border-bottom:solid 1px rgba(0, 0, 0, 0.05);

	transition:300ms;

	padding:11px 51px;

	padding-bottom:0px;

	z-index:220;

	position:fixed;

	height:60px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

}


.socialDesktop {

	justify-content: end;

    display: flex;

}

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

    Navigation

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



.menu-toggle{

    position:relative;

	padding-right:56px;	

	display:inline-block;

	cursor:pointer;

	height:38px;	

    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%);


	padding:20px 0px;

	border-left:1px solid #676767;

}
#navbar .navbarWrap{
	overflow-x: hidden;	
	height:100%;
	width:100%;
	padding:0 0px;
}

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;
	position:relative;
}

#menu-main li{



}	

#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;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#e8e4dc;
	z-index:5;
}

#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:480px;

	max-height:688px;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	min-height:480px;

	max-height:100vh;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top:56.08%;

}

@media(min-width:768px){

	#homeBanner {

		max-height:880px;

	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}



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

    FOOTER

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



#footer{

	margin-top:2rem;

}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

	text-decoration:none;

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:00px;

	margin-bottom:30px;

}

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

.dividera{

	clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:74px;

	height:76px;

	width:96px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#e8e4dc;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:74px;

}







/*******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:45px;

	margin-bottom:35px;

	border-bottom:solid 2px #000000;

}

.staff-meta {

	margin-bottom: 15px;

}

.staff-meta .meta-label {

	font-family: "GT Walsheim Pro Bold Regular";

}

.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 {
	color:#000;
}

.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:0;

	

}

blockquote {
	background: url(images/mini-poi-graphics-1.png) left top no-repeat;
}


.quoteContainer .quote-cite{

	text-align:left;
	display: block;
	font-style: normal;
    font-size: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

/****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: #000000;

	--body_colour: #000000;

	--title_colour: #000000;

    background: #dfa095;

	font-size:1em;

	overflow:hidden;

}




.callout.hasbg {
	color: #ffffff;

	--body_colour: #fff;
	--title_colour: #fff;
}

.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 .calloutContent {
	padding: 90px 30px;
}

.callout.hasbg .calloutContent {
	padding-bottom:140px;
	padding-top:140px;
}

.callout.hastext.hasbg .calloutContent {
	padding-bottom:140px;
	padding-top:140px;
}

.readmore.button {
	background: #de8f25;
	color: #000000;
	border: none !important;
}
.readmore.button:hover {
	background: #055353;
	color: #ffffff;
	border: none !important;
}

/***POIS****/

.row.pois {

    --bs-gutter-y: 1.5rem;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background: #dfa095;

	color:#fff;

	margin-bottom: 0px;

	height: 100%;

	min-height: 300px;

}

.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.2);


}

.poi:hover .poiImage .poiImageBG:after {
	display: none;
}


.poiImage .poiImageBG .empty-shape-box:before {
	content: '';
	width: 233px;
	height: 92px;
	background: url(images/welcome-graphics-1.png) left top no-repeat;
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	background-size: 100% auto;
	z-index: 1;
}
.poiImage .poiImageBG .empty-shape-box:after {
	content: '';
	width: 146px;
	height: 72px;
	background: url(images/welcome-graphics-2.png) left top no-repeat;
	display: block;
	position: absolute;
	right: 23%;
	bottom: 0;
	background-size: 100% auto;
	z-index: 1;
}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	


	
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);


}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}




.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:76%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

height: 100%;	

}

.poi .poiTitle {

	display:block;

	font-size: 30px;
	line-height: 30px;

	position:relative;

	padding: 0px;

	font-family: "GT Walsheim Pro Bold Regular";

	text-transform: inherit;

}



.poi .textOnlyBlock .poiTitle{

	margin:0 0 20px;

}

.textOnlyBlock {

	padding:104px 30px 20px;

	transition:300ms;

	color: #000000;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

	padding: 0;

}


.textOnlyBlock:before {

	content: '';
	width: 218px;
	height: 139px;
	background: url(images/poi-graphics-1.png) left top no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	top: 44px;
	transform: translateX(-50%);

}

.textOnlyBlock:after {

	content: '';
	width: 121px;
	height: 109px;
	background: url(images/poi-text-shape-1.png) left top no-repeat;
	display: block;
	position: absolute;
	right: 5px;
	top: 7px;
	
}


.textOnlyBlock .poiText .poiEx{
	max-width: 200px;
	line-height: 25px;
	font-size: 20px;
	margin: 0px auto;
	position: relative;
}

.textOnlyBlock .poiText .poiEx .poiEx-btn {
	font-family: "GT Walsheim Pro Bold Regular";
	font-size: 20px;
	line-height: 25px;
	display: block;
	margin-top: 15px;
}


.textOnlyBlock .poiText:before {

	content: '';
	width: 52px;
	height: 46px;
	background: url(images/minipoi-graphics-2.png) left top no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 34px;
	background-size: cover;
	transform: rotate(60deg);

}



.poi:hover .textOnlyBlock {

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	
	bottom: 50%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

	z-index: 2;

}

.poiImage .poiText:before {

	content: '';
	width: 228px;
	height: 234px;
	background: url(images/mini-poi-graphics-1.png) left top no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

	display: none;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:1;

}
.poi:hover .poiImage .poiImageBG img {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

	display: none;

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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



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

    Sidebar

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

.sidebar {

	margin-top:0px;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	text-decoration:none;

	padding:0.5rem 1rem;

}

#menu-side a:hover {

	text-decoration:none;

}

/*Top level item*/

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

	margin: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;

}



.owl-dots .owl-dot {
	margin: 0px 5px;
}

.owl-dots {

	text-align:center;

}

.owl-dots .owl-dot span{
	display: block;
	margin: 10px 0px;
	opacity: 1;
	width: 11px;
	height: 13px;
	mask-image: url(images/owl-dot-bg.png);
	mask-position:center;
	mask-repeat:no-repeat;
	background-color:#c1ceca;
}

.owl-dots .owl-dot.active span{
	background-color:#de8f26;
	

}



footer#footer {
	padding: 220px 0 50px;
	background: #e8e4dc;
	position: relative;
	border-radius: 1000px 1000px 0px 0px/50px 50px 0px 0px;
	margin-top: -40px;
	overflow: hidden;
}

.ft-left-top-graphics {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ft-left-top-graphics-2 {
	position: absolute;
	left: 17%;
	top: 0px;
}

.ft-right-graphics {
	position: absolute;
	right: 0;
	top: 0px;
}
.ft-right-graphics-2 {
	position: absolute;
	right: 8%;
	top: -15px;
}

.ft-right-graphics-3 {
	position: absolute;
	right: 36%;
    top: 110px;
	transform: rotate(170deg);
}

.footer-news-letter-map {
	margin-bottom: 50px;
}


footer#footer:before {
	background: url(images/footer-right-graphics.png) center center no-repeat;
	width: 101px;
	height: 340px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 115px;
}





footer#footer h3 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 25px;
}


footer#footer ul {
	padding: 0;
	margin: 0;
}
footer#footer ul li {
	display: block;
}
footer#footer ul li a {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	text-decoration: none;
	color: #000000;
}

footer#footer ul li a:hover {
	color: #de8f25;
}

.footerLower {
	padding: 130px 0 0;
	background: transparent;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 30px;
	letter-spacing: 0.5px;
}
.footerLower a {
	color: rgba(0, 0, 0, 0.8);
}
.footerLower a:hover {
	color: #de8f25;
}


.ft-button {
}

.ft-button .button {
	margin-bottom: 36px;
}

.footerLower p, .footerLower ul {
	margin: 0;
}

.container {
	max-width: 1284px;
}

/* Header sytles ------------------------------- Start --------*/

.headGroup:before {
	content: '';
	width: 100%;
	max-width: 303px;
	height: 60px;
	background: url(images/top-left-graphics.png) right top no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.home .headGroup:before {
	max-width: 467px;
	height: 231px;
}
.fixedHeader .headGroup:before, .home.fixedHeader .headGroup:before { 
	max-width: 303px;
	height: 60px;
}


body.home .headGroup {
	background: transparent;
	height: auto;
	padding-top: 40px;
	border: none;
}
.fixedHeader .headGroup, .home.fixedHeader .headGroup {
	height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background: #f0ede8;
	padding:11px 51px;
}

.headGroup .mainLogo {
	max-height: 41px;
}
.home .headGroup .mainLogo {
	max-height: 65px;
}
.fixedHeader .headGroup .mainLogo, .home.fixedHeader .headGroup .mainLogo {
	max-height: 41px;
}


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

.header-left {
	padding: 0;
}
.header-right {

}
.header-links {
	display: inline-block;
	margin-right: 70px;
}

.header-links .header-link {
	font-size: 20px;
	display: inline-block;
	margin: 0px 24px;
	color: #000000;
	font-family: "GT Walsheim Pro Bold Regular";
}
.header-links .header-link:hover {
	color: #de8f25;
}

.menu-toggle .toggleText {
	font-size: 20px;
	display: inline-block;
	color: #000000;
	font-family: "GT Walsheim Pro Bold Regular";
	line-height: 35px;
}
.menu-toggle:hover .toggleText {
	color: #de8f25;
}
.menu-toggle .toggleIcon {
	width: 37px;
	height: 35px;
}
.menu-toggle .toggleIcon span {
	left: 0;
}
.menu-toggle .toggleIcon span:before {
	top: -11px;
}
.menu-toggle .toggleIcon span:after {
	top: 11px;
}
.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
	background-color: #000000;
	width: 37px;
    height: 5px;
}

.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
	background-color: #de8f25;
}


/* Header sytles ------------------------------- Start --------*/



.welcomeBlock {
	background: #f0ede8;
	padding: 290px 0 265px;
	position: relative;
	margin-bottom: 0;
}
.welcomeBlock > .container {
	position:relative;
	z-index:5;
}
.welcomeBlock .welcomeBlockText {
	min-height:410px;
}
.welcomeBlock .top-corner-graphics {
	position: absolute;
	right: 330px;
	top: 0;
}
.welcomeBlock .top-right-graphics {
	position: absolute;
	right: 0px;
	top: 201px;
}

.welcomeBlock .btm-left-graphics {
	position: absolute;
	left: 0px;
	bottom: 55px;
}
.welcomeBlock .top-left-graphics {
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 222;
}

.welcomeBlock .banner-top-left-2 {
	position: absolute;
	left: -90px;
	top: 30px;
	transform: rotate(170deg);
}



.welcomeBlock .welcomeBlockText p {
	margin-bottom: 40px;
	max-width: 440px;
}


.welcomeImage {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
}
.banner-bg-img {
	position: absolute;
	left: -154px;
	bottom: 92px;
}
.banner-img-main {
	position: relative;
	z-index: 1;
}
.homeContent {
	border-radius: 1000px 1000px 0px 0px/50px 50px 0px 0px;
	overflow: hidden;
	margin-top: -30px;
	padding-top:100px;
	background: #e8e4dc;
	position: relative;
	z-index: 1;
}

.homeDynamic.dynamic-text {
	padding: 55px 0 40px;
	background: #e8e4dc;	
	margin-top: 50px;
	margin-bottom: 50px;
}

.homeDynamic.dynamic-text .text_details {
	max-width: 685px;
}

.homeDynamic.dynamic-text .section_right_title {
	font-size: 50px;
	line-height: 60px;
	position:relative;
}
.homeDynamic.dynamic-text .section_right_title span {
	display: block;
}
.homeDynamic.dynamic-text .section_right_title span strong {
	font-family: "GT Walsheim Pro Bold Regular";
}

.homeDynamic.dynamic-text .right_area_text {
	position: relative;
}

.homeDynamic.dynamic-text .right_area_text:before {
	position: absolute;
	top: -50px;
	left: 40px;
	width: 100%;
	max-width: 346px;
	height: 309px;
	background: url(images/welcome-graphics-1.png) center center no-repeat;
	display: block;
	content: '';
}
.homeDynamic.dynamic-text .right_area_text:after {
	position: absolute;
	top: -20px;
	right: -55px;
	width: 100%;
	max-width: 212px;
	height: 197px;
	background: url(images/welcome-graphics-2.png) center center no-repeat;
	display: block;
	content: '';
}

.homeDynamic.dynamic-text .right_area_text .right_image {
	position: absolute;
	right: 120px;
	top: 206px;
}


.section_title h2 {
	font-size: 60px;
	line-height: 70px;	
	margin-bottom: 25px;
}
.section_title h2 span {
	display: block;
}

#home_content_4.homeDynamic.dynamic-mini-pois {
	padding: 140px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#home_content_4.homeDynamic.dynamic-mini-pois .btm-right-graphics {
	display: none;
}

#home_content_4.homeDynamic.dynamic-mini-pois .top-corner-graphics {
	position: absolute;
	right: 8%;
	top: -11px;
}
#home_content_4.homeDynamic.dynamic-mini-pois .btm-left-graphics {
	position: absolute;
	right: 0;
	top: -136px;
}

#home_content_4.homeDynamic.dynamic-mini-pois .top-right-graphics {
	position: absolute;
	right: 30%;
	top: 155px;
	transform: rotate(170deg);
}

#home_content_4.dynamic-mini-pois .miniPoi a {
	margin-bottom: 50px;
}

#home_content_4.homeDynamic.dynamic-mini-pois .section_title h2 {
	margin-bottom: 65px;
}


.dynamic-mini-pois .miniPoi {
	text-align: center;
}
.dynamic-mini-pois .miniPoi a {
	display: inline-block;
	margin-bottom: 20px;
}
.dynamic-mini-pois .miniPoi .poiText h2 {
	font-size: 22px;
	line-height: 28px;	
	margin-bottom: 0;
}

.dynamic-mini-pois .miniPoi a:hover .poiText h2 {
	color: #de8f25;
}


.dynamic-mini-pois .miniPoi .minipoiImg  {
	margin-bottom: 20px;
}

.dynamic-mini-pois .second-col-mini-poi .miniPoi {

}



.dynamic-mini-pois .first-col-mini-poi .left_title {
	font-size: 50px;
	line-height: 60px;
	position: relative;
	padding-left: 40px;
	padding-top: 60px;
}
.dynamic-mini-pois .first-col-mini-poi .left_title span {
	display: block;
	position: relative;
	z-index: 11;
}
.dynamic-mini-pois .first-col-mini-poi .left_title span strong {
	font-family: "GT Walsheim Pro Bold Regular";
}

.dynamic-mini-pois .first-col-mini-poi .left_title:before {
	content: '';
	width: 228px;
	height: 234px;
	background: url(images/mini-poi-graphics-1.png) left top no-repeat;
	display: block;
	position: absolute;
	left: -17px;
	top: 0px;
	z-index: 1;
}


.dynamic-mini-pois {
	padding: 0 0 180px;
	margin: 50px 0 0;
	position: relative;
}
.dynamic-mini-pois .miniPoi .minipoiImg { 
	margin-bottom: 30px;
}
.dynamic-mini-pois .container {
	position: relative;
	z-index: 111;
}
.homeDynamic.dynamic-mini-pois .btm-right-graphics {
	position: absolute;
	right: 0;
	bottom: -11px;
	z-index: 111;
}

#home_content_2.dynamic-mini-pois .top-corner-graphics, #home_content_2.dynamic-mini-pois .btm-left-graphics, #home_content_2.dynamic-mini-pois .top-right-graphics, #home_content_2.dynamic-mini-pois .top-left-graphics {
	display: none;
}


.dynamic-callout-carousel {
	margin: 0;
	position: relative;
}

.dynamic-callout-carousel .callout {
	width: 100% !important;
}
.dynamic-callout-carousel .callout .coimg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.8;
	z-index: 1;
}


.dynamic-callout-carousel .callout .calloutContent {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	text-align: left;
	padding: 0;
	z-index: 2;
}

.homeDynamic .callout .calloutTitle h3 {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 45px;
}

.homeDynamic .callout.hasbg .coimg {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.homeDynamic .callout .coimg img {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.dynamic-callout-carousel  .callout .coimg img {
	max-height: 897px;
}



.dynamic-callout-carousel .callout-pager {
	position: absolute;
	right: 100px;
	bottom: 90px;
	color: #ffffff;
	z-index: 111;
}

.dynamic-callout-carousel .callout-pager span {
	display: block;
	width: 11px;
	height: 13px;
	display: block;
	margin: 10px 0px;
	font-size: 0 !important;
	background: url(images/owl-dot-bg.png) center center no-repeat !important;
}
.dynamic-callout-carousel .callout-pager span.cycle-pager-active {
	opacity:1;
	background: url(images/owl-dot-bg-active.png) center center no-repeat !important;
}




.homeDynamic.dynamic-callout .callout .calloutContent {
	position: absolute;
	left: 0;
	bottom: 19%;
	width: 100%;
	text-align: left;
	color: #000000;
	padding: 0;
}

.homeDynamic.dynamic-callout .callout.hasbg .coimg:after {
	display: none;
}


.homeDynamic.dynamic-callout .callout .calloutContent h3 {
	color: #000000;
}

.homeDynamic.dynamic-callout .callout .calloutContent h3 span {
	display: block;
}

.homeDynamic.dynamic-callout .callout .calloutContent .row {
	max-width: 600px;
}

.homeDynamic.dynamic-callout .callout .calloutContent .calloutText {
	margin-bottom: 35px;
}
.homeDynamic.dynamic-callout .callout .calloutContent .calloutText span {
	margin-bottom: 35px;
	display: block;
}

.callout .calloutSubtitle {
	font-size: 20px;
	line-height: 35px;
	font-family: "GT Walsheim Pro Bold Regular";
	margin-bottom: 45px;
}

.homeDynamic.dynamic-callout {
	margin: 0;
	border-radius: 1000px 1000px 0px 0px/50px 50px 0px 0px;
	position: relative;
	overflow: hidden;
}
.homeDynamic.dynamic-callout .callout .coimg img {
	max-height: 1022px;
	min-height: 897px;
}


/*Inner Page Css --------------------------------------------------- Start */


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

.breadcrumbs {
    font-size: 20px;
    line-height: 35px;
    color: var(--body_colour);
	--link_colour : var(--body_colour);
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 0px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 36px;
    border-bottom: none;
    min-height: 35px;
	font-family: "GT Walsheim Pro Bold Regular";
}
.breadcrumbs em {
    opacity:0.5;
    padding: 0px 10px;
    font-style: normal;
}
.breadcrumbs a {
    opacity:0.5;
}
.breadcrumbs span {
     opacity:1;
}
.breadcrumbs a:hover {
    opacity:1;
}
.breadcrumbs .back {
	font-family:"GT Walsheim Pro Light";
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px var(--body_colour);
}

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


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

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

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

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

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

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

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


.bodyContent {
	margin-bottom:70px;
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    text-align: left;
    padding-left: 26px;
    position: relative;
	margin-bottom: 10px;
	line-height: 35px;
}

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

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

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

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

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

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

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    position: relative !important;
    display: block;
	cursor: pointer;
}


.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);
	display: none;
}

.gallery_life.ratio_default .wpmf-gallery-item .wpmf-gallery-icon:before {
	display: none !important;
}


.gallery_life:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail, .wpmf_square_thumbnail {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
}
.gallery_life:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail .img_centered, .wpmf_square_thumbnail .img_centered {
	position: relative !important;
	transform: none !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

#gallery-1 .wpmf-gallery-item img {
	position: relative !important;
	transform: none !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}



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


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

.dynamic-quote .cycle-pager {
}

.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.2);
}

*/








.faqs {
}
.faqs .faq {
    border-bottom: solid 30px transparent;
}
.faq-question {
    position: relative;
    margin: 0;
	background: #dfa095;
    padding: 15px 60px 15px 45px;
    color: #000000;
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    text-transform: inherit !important;
    overflow: hidden;
	border: none;

    margin: 0px  !important;

	font-family: "GT Walsheim Pro Bold Regular";
	text-align: left;
	border-radius: 30px;

	
}
.faq.open .faq-question {
    background: #de8f25;
    color: #000000;
    border: none;
	border-radius: 30px 30px 0 0;
}
.faq-question:hover {
    background: #de8f25;
    color: #000000;
    border: none;
}
.faq-question:after {
    display: block;
    width: 23px;
    height: 34px;
    color: #ffffff;
    line-height: 7px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 13px;
    transform: none;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/faq-arrow.png) center center no-repeat;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    transform:  rotate(180deg);
}


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

.faq-answer {
    display: none;
    padding: 40px 30px 40px 60px !important;
    background: #f0ede8;
    border-top: none;
    margin-bottom: 20px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

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




.bodyContent .dynamic-documents .document, .sidebar .dynamic-documents .document {
    padding: 0px 15px !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
}

.dynamic-documents a.document-link {
	display:inline-block;
    position: relative;
    margin: 0;
	background: #dfa095;
    padding: 15px 60px 15px 45px;
    color: #000000;
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    text-transform: inherit !important;
    overflow: hidden;
	border: none;

    margin: 0px 0px 30px  !important;

	font-family: "GT Walsheim Pro Bold Regular";
	text-align: left;
	border-radius: 30px;

}

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

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

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





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



    position: relative;
    margin: 0;
	background: #dfa095;
    padding: 15px 60px 15px 45px;
    color: #000000;
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    text-transform: inherit !important;
    overflow: hidden;
	border: none;

    margin: 0px 0px 30px  !important;

	font-family: "GT Walsheim Pro Bold Regular";
	text-align: left;

	display: block;
    width: 100%;
	border-radius: 30px;
    

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #de8f25;
    color: #000000;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #de8f25;
    color: #000000;
    border: none;
}


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

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

    position: relative;
    margin: 0;
	background: #dfa095;
    padding: 15px 60px 15px 45px;
    color: #000000;
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    text-transform: inherit !important;
    overflow: hidden;
	border: none;

    margin: 0px 0px 30px  !important;

	font-family: "GT Walsheim Pro Bold Regular";
	text-align: left;

    display: block;
    width: 100%;
	border-radius: 30px;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #de8f25;
    color: #000000;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #de8f25;
    color: #000000;
    border: none;
}

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




.right_content_inner {
	padding-left: 0;
}

.standard-staff-image img {
	min-width: 233px;
	max-width: 233px;
	object-fit: cover;
}


@media (min-width:992px){
	.left_content_inner {
		padding-right: 10%;
	}
}


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

.dynamic-callout .video_callout.callout .calloutContent {
		padding-top: 0;
		padding-bottom: 0;
        min-height: 440px;
	}
	.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 .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore {
		font-size: 0 !important;
		background: transparent !important;
		min-width: inherit !important;
		border: none !important;
		line-height: 0px !important;
		width: 134px !important;
		height: 120px !important;
		margin: 0px auto;
		padding: 0 !important;
		position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
	}
	.dynamic-callout .video_callout .readmore:after {
		width: 134px !important;
		height: 120px !important;
		display: block !important;
		background: url(images/video-callout-icon.png) center center no-repeat;
		margin-bottom: 0px !important;
		font-size: 0px !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		content: '';
	}
	.dynamic-callout .video_callout .readmore:hover:after {
	}
	.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
		background: transparent !important;
		border: none !important;
	}
    
    .bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
		display: none;
    }


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



.wpforms-submit, .gform_button, .gform_next_button, .gform_previous_button {
	display: inline-block !important;
    color: var(--button_colour,#fff) !important;
    border: solid 1px var(--button_bg,#000) !important;
    background: var(--button_bg,#000) !important;
	text-decoration: inherit !important;
    line-height: 30px !important;
    padding: 15px !important;
    position: relative !important;
    transition: 300ms !important;
	border-radius: 30px !important;
	font-size: 20px !important;
	font-family: "GT Walsheim Pro Bold Regular" !important;
	min-width: 215px !important;
	height: auto !important;
	text-align: center !important;
	box-shadow: none !important;
}
.wpforms-submit:hover, .gform_button:hover {
	background:var(--button_bg_hover,#000) !important;
	color:var(--button_colour,#fff) !important;
	border-color:var(--button_bg_hover,#000) !important;
}
.gform_previous_button {
    border: solid 1px #fff !important;
    background: #fff !important;	
}
.gform_wrapper.gravity-theme .gfield_consent_description, .gfield_consent_label, .gform_required_legend {
    font-size: 15px!important;
}

.dynamic-external_link_carousel .owl-carousel .owl-item img {
	max-width: 100% !important;
	width: auto;
	margin: 0px auto;
}




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


.sidebar {
    padding-left: 0px;
	padding-top: 55px;
}
.side-menu-container {
    color: #000000;
    padding: 40px 0px 70px;
    position: relative;
	overflow: hidden;
}

.sidebarSec {
    background: transparent;
    color: #000000;
    padding: 0px;
    position: relative;
    position: relative;
}


.sidebarSec a {
    color: #000000;
    font-size: 30px;
    text-transform: inherit;
    line-height: 45px;
    display: block;
    padding: 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
	font-family: "GT Walsheim Pro Bold Regular";
}
.sidebarSec a:hover {
    color: #de8f25;
}



#menu-side > li > a {
    display: none;
}
#menu-side > li > a > span {
    display: none;
}

#menu-side > li > a:after {
    text-transform: inherit;
    font-size: 30px;
    line-height: 55px;
    content: 'Section Menu';
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}
#menu-side > li {
}





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

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

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

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

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

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

#menu-side a {
    color: #000000;
    font-size: 30px;
    text-transform: inherit;
    line-height: 40px;
    display: block;
	letter-spacing: 0px;
    padding: 15px 50px 15px 0px;
	font-family: "GT Walsheim Pro Bold Regular";
        
}



#menu-side .sub-menu .sub-menu li a {
    font-size: 20px;
	padding: 0;
	line-height: 60px;
}
#menu-side a span {
}

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

#menu-side .sub-menu li a:hover {
    color: #de8f25;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 20px;
    height: 18px;
	line-height: 18px;
	top: 28px;
    font-size: 20px;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    width: 13px;
    height: 7px;
    top: 28px;
	display: none;
}

#menu-side li {
    margin: 0px;
}


#menu-side .sub-menu li.open li a {
    color: #000000;
    background: rgba(255, 255, 255, 0);
    line-height: 30px;
    padding: 5px 50px 5px 0px;
}

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

#menu-side .sub-menu li.open li a:hover {
    color: #de8f25;
    background: transparent;
}

#menu-side .sub-menu .sub-menu {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0);
}


#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #de8f25;
}
#menu-side .sub-menu li.open > a {
    color: #de8f25;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #de8f25;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #de8f25;
}

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


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

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

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

#menu-side .sub-menu .sub-menu .sub-menu a > span {
    padding-left: 20px;
}

#menu-side .sub-menu li.open > .sub-menu {
	padding-left: 34px;
}




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

.container.body-container .dynamic-callout .calloutContent {
	z-index:  11;
}
.container.body-container .dynamic-callout .callout.hasbg .coimg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.8;
	z-index: 1;
}


.container.body-container .callout .calloutTitle h3 {
	font-size: 30px;
}


.footer_map_section .search_content {
	padding: 180px 0 0;
	position: relative;
}
.footer_map_section .search_content .container {
	position: relative;
}
.footer_map_section .search_content .container .map-top-icon {
	position: absolute;
	right: 10%;
	top: -45px;
	z-index: 1;
}

.footer_map_section .search_content .footer_map_search_title {
	max-width: 650px;
}

.footer_map_section .footer_map_search_form {
	height: 80px;
	border: 1px solid #000000;
	padding: 15px 60px 15px 40px;
	border-radius: 40px;
	background: transparent;
	font-size: 20px;
	margin-bottom: 60px;
	position:relative;
}
.footer_map_section .footer_map_search_form .address_search {
	height:50px;
	width:100%;
	border:none;
	background: transparent;
}

.footer_map_section .wpforms-container .wpforms-field {
	padding: 0;
}


.footer_map_section .footer_map_search_form .address_submit {
	font-size: 0 ;
	background: transparent ;
	height: auto ;
	line-height: inherit ;
	padding: 0 ;
	margin: 0 ;
	display: block ;
	border: none ;
	min-width: inherit ;
	width: 40px ;
	height: 50px ;
	background-image: url(images/search-icon.png);
	background-repeat:no-repeat;	
    background-size: 21px;
    background-position: 9px 13px;
	position: absolute ;
	right: 30px;
	top: 15px;
}


.footer_map_image img {
	width: 100%;
	max-height: 548px;
}

#locationMap.mapHolder {
	width: 100%;
	max-height: 548px;
}
#locationMap.mapHolder:before {
	position:relative;
	content:'';
	display:block;
	padding-top:80%;
	width: 100%;	
}
#locationMap.mapHolder.mainMap:before {
	padding-top:100%;	
}
.mapSchool.mapInfo {
	max-width:320px;
	background:#fff;
	padding:0 0.75rem;
	min-width:260px;
}
.mapSchool.mapInfo .row {
	--bs-gutter-x: 1.5rem;
}
.mapSchool.mapInfo .mapSchoolImg {
	width:40%;
	min-height:100%;
	position:relative;
	max-width:150px;
}
.mapSchool.mapInfo .mapSchoolImg img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mapSchool.mapInfo .title {
	font-size:18px;
}
.mapSchool.mapInfo .locationExcerpt{
	font-size:15px;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}
.gm-style-iw-chr {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}

.gm-style-iw.gm-style-iw-c {
  padding-top: 14px !important;
}
@media (min-width:768px){
	#locationMap.mapHolder:before {
		padding-top:35%;		
	}
	#locationMap.mapHolder.mainMap {
		max-height:680px
	}
	#locationMap.mapHolder.mainMap:before {
		padding-top:80%;	
	}
}
.footer_newsletter_short_code .wpforms-container .wpforms-field {
	padding: 0;
}
.footer_newsletter_short_code .wpforms-container .wpforms-field-large {

	height: 79px;
    border: 1px solid #000000;
    padding: 15px 60px 15px 40px;
    border-radius: 40px;
    background: transparent;
    font-size: 20px;

}
.footer_newsletter_short_code {
	position: relative;
}
.footer_newsletter_short_code .wpforms-container .wpforms-submit-container {
	padding: 0;
	margin: 0;
}




.homeDynamic.dynamic-callout .callout .calloutSubtitle {
	padding-left: 60px;
	position: relative;
}

.homeDynamic.dynamic-callout .callout .calloutSubtitle:before {
	position: absolute;
	left: 0px;
	width: 37px;
	height: 3px;
	background: #000000;
	content: '';
	display: block;
	top: 17px;
}




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

	body {
		font-size: 20px;
		line-height: 1.25;
	}

	body.home .headGroup, .headGroup, .fixedHeader .headGroup, .home.fixedHeader .headGroup {
		padding-top: 11px;
		padding-left: 25px;
		padding-right: 25px;
		height: 60px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		background: #f0ede8;
	}

	.header-links {
		display: none;
	}
	.home .headGroup .mainLogo, .headGroup .mainLogo {
		max-height: 41px;
	}

	.home .headGroup:before, .fixedHeader .headGroup:before, .home.fixedHeader .headGroup:before, .headGroup:before {
		max-width: 218px;
		height: 60px;
	}

	.header-left {
		width: 55%;
	}

	.header-right {
		width: 45%;
		padding: 0;
		text-align: right;
	}
	.banner-img-main {
		position: relative;
		z-index: 1;
		width: 150%;
		max-width: inherit;
		max-height: 571px;
		object-fit: cover;
		object-position: top;
	}

	.welcomeBlock {
		padding: 310px 0 23px;
	}
	.welcomeImage {
		position: absolute;
		right: -20%;
        right: -10%;
		/*top: 65px;*/
		padding: 0;
		bottom: 0;
	}
	.banner-bg-img {
		position: absolute;
		left: -20px;
		bottom: auto;
		max-width: 244px;
		object-fit: cover;
		top: 150px;
	}
	.welcomeBlock .top-left-graphics {
		position: absolute;
		left: -20px;
		top: 150px;
		z-index: 222;
	}

	.welcomeBlock .container {
		position: relative;
		z-index: 11;
	}
	.welcomeBlockText {
		padding: 0px 25px;
	}
	h1, .h1 {
		font-size: 30px;
		line-height: 40px;
		/*text-shadow: 0 0 40px #fff, 0 0 10px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 90px #fff, 0 0 100px #fff, 0 0 110px #fff, 0 0 160px #fff;*/
		margin-bottom: 10px;
	}
	.welcomeBlock .welcomeBlockText p {
		font-size: 20px;
		line-height: 25px;
		/*text-shadow: 0 0 40px #fff, 0 0 10px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 90px #fff, 0 0 100px #fff, 0 0 110px #fff, 0 0 160px #fff;*/
	}

	.blockButton > a, a.button, button {
		text-shadow: none;
	}

	.welcomeBlock .welcomeBlockText p {
		margin-bottom: 15px;
	}
	.welcomeBlock .btm-left-graphics {
		position: absolute;
		left: -30px;
		bottom: 30px;
		max-width: 166px;
		z-index: 111;
		transform: rotate(-5deg);
	}
	.welcomeBlock .banner-top-left-2 {
		left: 10px;
	}
	.welcomeBlock .top-corner-graphics {
		position: absolute;
		right: 60px;
		top: 30px;
		max-width: 271px;
	}	

	.welcomeBlockText {
		padding: 0px 25px;
		max-width: 380px;
	}

	.homeDynamic.dynamic-text {
		border-radius: 600px 700px 0px 0px/50px 50px 0px 0px;
		padding: 70px 0 90px;
	}
	.section_title h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.left_area_text {
		padding: 0px 25px;
		margin-bottom: 100px;
	}
	p {
		margin-bottom: 20px;
	}
	.right_area_text {
		padding: 0px 25px;
	}
	.homeDynamic.dynamic-text .right_area_text:before {
		max-width: 234px;
		background-size: cover;
		height: 209px;
		top: -30px;
		left: 51px;
	}
	.homeDynamic.dynamic-text .section_right_title {
		font-size: 30px;
		line-height: 40px;
	}

	.homeDynamic.dynamic-text .right_area_text:after {
		background-size: cover;
		max-width: 147px;
		height: 137px;
		top: -13px;
		left: 200px;
	}
	.homeDynamic.dynamic-text .right_area_text .right_image {
		right: 120px;
		top: 140px;
	}
	.homeDynamic.dynamic-text .right_area_text .right_image img {
		max-width: 57px;
	}
	.right_area_text {
		max-width: 360px;
		margin: 0px auto;
	}


	.first-col-mini-poi {
		text-align: center;
	}

	.dynamic-mini-pois .first-col-mini-poi .left_title {
		display: inline-block;
		margin: 0px auto 90px;
		font-size: 30px;
		line-height: 40px;
		padding-left: 25px;
		padding-top: 30px;
		text-align: left;
	}
	.dynamic-mini-pois .first-col-mini-poi .left_title:before {
		width: 154px;
		height: 158px;
		background-size: cover;
	}

	.dynamic-mini-pois {
		padding: 140px 0 180px;
	}

	.dynamic-callout-carousel .callout .coimg img {
		min-height: 640px;
		max-height: 640px;
	}
	#home_content_2.homeDynamic.dynamic-mini-pois .btm-right-graphics {
		bottom: -21px;
		max-width: 195px;
	}
	.homeDynamic .callout .calloutTitle h3 {
		font-size: 30px;
		line-height: 60px;
		margin-bottom: 0;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois .top-corner-graphics {
		top: -11px;
		max-width: 340px;
		right: 10px;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois .btm-left-graphics {
		position: absolute;
		right: -90px;
		top: -90px;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois .top-right-graphics {
		position: absolute;
		right: 220px;
		top: 100px;
		transform: rotate(170deg);
		max-width: 57px;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois {
		padding: 180px 0 80px;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois .container {
		padding: 0px 20px;
	}

	.homeDynamic.dynamic-callout .callout .calloutContent .calloutText {
		text-shadow: 0 0 40px #fff, 0 0 10px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 90px #fff, 0 0 100px #fff, 0 0 110px #fff, 0 0 160px #fff;
	}
	.homeDynamic.dynamic-callout .callout .coimg img {
		max-height: 640px;
		min-height: 640px;
	}
	.callout .calloutContent .col {
		padding: 0px 25px;
	}
	.homeDynamic.dynamic-callout {
		border-radius: 0;
	}
	.homeDynamic.dynamic-callout .callout .calloutContent {
		bottom: 90px;
	}

	.homeDynamic.dynamic-callout .callout .calloutContent .calloutText {
		margin-bottom: 10px;
	}
	.callout .calloutSubtitle {
		margin-bottom: 15px;
	}
	.callout .calloutTitle {
		margin: 0px;
	}

	.homeDynamic.dynamic-callout .callout .calloutTitle h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.homeDynamic.dynamic-callout .callout .calloutContent .calloutText span {
		margin-bottom: 25px;
		display: block;
	}
	.homeDynamic.dynamic-callout .callout .calloutSubtitle {
		padding-left: 60px;
	}
	.footer_map_section .search_content {
		padding: 70px 0 0;
		position: relative;
	}
	.footer_map_section .search_content .container .map-top-icon {
		max-width: 125px;
		top: 85px;
	}

	.search_content .section_title h2 {
		margin-bottom: 150px;
	}

	.footer_map_section div.wpforms-container-full {
		margin-bottom: 40px;
	}

	.ft-right-graphics {
		position: absolute;
		right: 0px;
		top: -70px;
	}
	.ft-right-graphics-2 {
		top: -11px;
		max-width: 340px;
		right: -15px;
	}
	.ft-right-graphics-3 {
		transform: rotate(170deg);
		max-width: 57px;

		position: absolute;
		right: 270px;
		top: 60px;
	}
	.ft-left-top-graphics-2 {
		display: none !important;
	}
	.ft-left-top-graphics {
		position: absolute;
		left: -14px;
		top: -80px;
	}

	footer#footer {
		padding: 180px 0 30px;
	}	
	.footer_newsletter_short_code .wpforms-container .wpforms-field-large {
		padding: 30px 40px 125px 40px;
		height: auto;
	}
	.footer-newsletter-title {
		padding: 0px 25px;
	}
	.footer-1, .footer-2, .footer-3 {
		padding: 0px 25px;
	}

	.footer-1 {
		margin-bottom: 60px;
	}
	.footer-2 {
		margin-bottom: 80px;
	}

	footer#footer:before {
		bottom: auto;
		top: 30%;
		right: -20px;
	}

	.footer-btm-1 {
		text-align: left;
		order: 2;
		padding: 0px 25px;
	}
	.footer-btm-3 {
		text-align: left;
		order: 1;
		margin-bottom: 15px;
		padding: 0px 25px;
	}
	.footerLower {
		padding: 100px 0 0; 
	}
	.dynamic-mini-pois .section_title {
		text-align:center;
	}
	.mini-pois {
		position: relative;
	}
	.mini-pois .owl-carousel .owl-item img {
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}

	.mini-pois .owl-nav {
		display: none;
	}

	.mini-pois .owl-dots {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px !important
	}
	.mini-pois .owl-dots .owl-dot span {
		margin-bottom:0;
	}
	.menu-toggle .toggleText {
		line-height: 35px;
	}

	#home_content_4.dynamic-mini-pois .miniPoi a {
		margin-bottom: 0;
	}	

	.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
		background: #000000 !important;
	}
	.menu-toggle:hover .toggleText {
		color: #000000 !important;		
	}



	#navbar {
		width: 100%;
		max-width: 100%;
		background: #e8e4dc;
		padding: 145px 0px 70px;
		color: #ffffff;
		top: 0px !important;
		border: none;
	}

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

	.menuopen .headGroup {
		z-index: 99999;
		width: 100%;
	}

	
	.menuopen .header-right .header-links {
		display: block !important;
		position: fixed;
		left: 0;
		top: 75px;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		z-index: 11;
	}
	.admin-bar .menuopen .header-right .header-links {
		margin-top:46px;
	}
	.menuopen .header-right .header-links .header-link:last-child {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
		margin: 0;
	}

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

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


	#navbar .headGroup .headerIcon {
	}

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

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

		font-family: "GT Walsheim Pro Bold Regular";
		
	}

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

	#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) center center no-repeat;
		transform: rotate(90deg);
		display: none;
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li li.menu-item-has-children > a:before {
		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 li.menu-item-has-children:hover > a:before {
	}

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

	#menu-main li a:hover {
		color: #000000;
	}
	#menu-main li.current-menu-item > a {
		color: #000000;
		background: #dfa095;
		border-radius: 30px;
		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 {
		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;
	}


	#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: 0;
		border: none;
	}
	#menu-main .sub-menu .sub-menu {
		padding-left: 0;
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 0px;
		margin-bottom: 0px !important;
		display: block;
		color: #000000 !important;
		bottom: auto;
		/*bottom: 50px;
		left: 42px;*/
		line-height: 28px;
		z-index: 99999999 !important;
		font-family: "GT Walsheim Pro Bold Regular";
	}
	.back-to-main:hover {
		color: #000000 !important;
	}

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


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

	#menu-main {
		margin: 0;
	}

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

	.dynamic-poi .owl-nav {
		display: none;
	}
	.dynamic-poi .owl-dots {
		display: none;
	}
	.homeDynamic.dynamic-text .text_details {
		max-width: 100%;
	}

	.dynamic-callout-carousel .callout-pager {
		right: 20px;
	}


}




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

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

	

    body.menuopen .main-headbox .container {
		max-width: 1284px;
		position: relative;
		z-index: 11;
		height:100%;
    }    
    body.menuopen .main-headbox .headmenu-box .main-menu-right{
		overflow-x: hidden;
		padding-top: 5px;
		padding-bottom: 5px;
		height: 100%;
    }    

	body.menuopen.home .headGroup {
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

	
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
	    top: 0px;
        margin-top: 0px;
        padding: 170px 0 50px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		height: 100vh;
		max-height:  900px;
		background: rgba(240,237,232,0.93) !important;
		border: none !important;
	}

	.main-headbox .headboxWrap {
		overflow-x: hidden;
        width: 100%;
		height:100%;
	}
    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    body.menuopen .headGroup {
        z-index: 99999 !important;
	}



    .main-headbox .row {      
		height:100%;
    }
    
    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 40%;
        position: relative;
		height: 100%;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: block;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 0px 0 0 20px !important;
        width: 77%;
		/*top: 50%;
		transform: translateY(-50%);*/
        left: 100%;
		flex-direction: column;
		justify-content:center;
   }
	
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 0 0 0px !important;
        z-index: 115;
        width: 100%;
		min-width: inherit;
		padding: 0px 10px 0px 30px !important;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
    }
    
    .menu-main-right-container ul li{
		margin-bottom: 0px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 50px;
		color: #000000;
        line-height: 40px;
        text-shadow: none;
        padding: 10px 40px 10px 20px;
        display: block;
		position: relative;
		text-transform: inherit;
        margin-right: 50px;
		letter-spacing: 0px;
		font-style: normal;
		border-bottom: none;
		font-family: "GT Walsheim Pro Bold Regular";
		border-radius: 30px;
	}
	
    .menu-main-right-container ul ul li a {
		line-height: 50px;
		padding: 0px 35px 0px 0px;
		color: #000000;
		font-size: 30px;
		letter-spacing: 0px;
		text-transform: inherit;
		border-bottom: none;
		font-style: normal;

		font-family: "GT Walsheim Pro Light";

	}

    .menu-main-right-container ul li a:hover {
		color: #000000;
		background: #dfa095;
    }
    .menu-main-right-container ul li:hover > a {
		color: #000000;
		background: #dfa095;
    }
	
	.menu-main-right-container ul ul li a:hover {
		color: #de8f25;
		background: transparent;
 	}
	.menu-main-right-container ul ul li:hover > a {
		color: #de8f25;
		background: transparent;
 	}



     .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
        content: "\f105";
        position: absolute;
        right: 10px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
		display: block;
		top: 32px;
        width: 12px;
		height: 19px;
		font-size: 0;
		background: url(images/arrow-menu.png) center center no-repeat;
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		display: none;
    }

    .menu-main-right-container ul li li > a:after {
        display: none;
    }
    .menu-main-right-container ul li li.menu-item-has-children > a:after {
        display: none;
    }
    /*.menu-main-right-container ul ul li.menu-item-has-children > a:after {
        top: 0;
    }*/
    .menu-main-right-container ul li:hover ul {
        display: flex;
		left : 100%;
		top: 0;
    }
    
    .menu-main-right-container ul li:hover ul li ul{
        display: none;
    }
    
    .menu-main-right-container ul li ul li{
        position: static;
        text-align: left;
        display: block;
		padding: 0px 0px 0 0px;
		margin-bottom: 0;
    }
    .menu-main-right-container ul li ul ul li{
        position: relative;
        text-align: left;
        display: block;
        padding: 0px 0px;
    }
    .menu-main-right-container ul ul li:after {
        display: none;
    }

    
    .menu-main-right-container ul li ul li ul {
        left : 100% !important;
		padding-left: 0px !important;
		width:100%;
    }
    
    
    .menu-main-right-container ul li ul li:hover ul {
        height: 100%;
		display: flex;
    }	

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

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


    .menu-main-right-container ul ul li {
        float: none;
    }
    
    .mobile-menu-box, body.menuopen .mobile-menu-box {
        display: none;
    }
    

    #navbar {
        display: none;
    }
	.menuopen .headGroup {
		z-index: 99999;
	}
	.menuopen.home .headGroup:before {
		max-width: 303px;
		height: 60px;
	}
	.menuopen.home .headGroup {
		padding-top: 11px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.menuopen.home .headGroup .mainLogo {
		max-height: 41px;
	}
	


}


@media only screen and (min-width : 1280px) {
	.home .headGroup .mainLogo {
		max-height: 80px;
	}
}



.popupAlert {
	max-width: 800px !important;
	padding: 50px 40px 50px 40px !important;
	color: #000000;
	background: #ffffff !important;
	text-align: left !important;
}


.popupAlert:before {
	content: '';
	position: absolute;
    right: 40px;
    bottom: 40px;
    transform: rotate(170deg);
	width: 84px;
	height: 75px;
	background: url(images/minipoi-graphics-2.png) center center no-repeat;
	display: block;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	color: #000000;
	font-size: 60px;
	line-height: 70px;
	margin: 0px;

	text-align: left;
	position: relative;

	margin-bottom: 15px;

	font-family: "GT Walsheim Pro Bold Regular";

}
.popTitle span { 
	display: block;
}

.popupAlert svg path {
	color: #000000 !important;
}

.alert-btn {
	margin-top: 15px;	
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.popupAlert .f-button.is-close-btn {
	top: 10px;
	right: 10px;
}


@media only screen and (max-width : 767.5px) {
	.welcomeImage {
		opacity:0.6;
        right: -20%;
	}
	.welcomeBlock .top-corner-graphics {
		opacity:0;
	}
	.welcomeBlock .top-right-graphics {
		opacity:0;
	}

	.welcomeBlock .btm-left-graphics {
		opacity:0;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1280px) {

	.home .headGroup:before {
		max-width: 367px;
		height: 231px;
	}
	.header-links .header-link {
		margin: 0px 7px;
	}
	.header-links {
		margin-right: 20px;
	}

	.welcomeBlock .top-corner-graphics {
		right: 15%;
	}
	.welcomeBlock .top-right-graphics {
		top: 120px;
	}
	.welcomeImage {
		right: -30%;
	}
	#home_content_2.homeDynamic.dynamic-mini-pois .btm-right-graphics {
		bottom: -70px;
	}

	#home_content_4.homeDynamic.dynamic-mini-pois .top-corner-graphics {
		top: -55px;
	}
	#home_content_4.homeDynamic.dynamic-mini-pois .top-right-graphics {
		right: 51%;
		top: 65px;
	}
	.homeDynamic.dynamic-callout .callout .calloutContent {
		bottom: 10%;
	}

	.menu-main-right-container ul li ul {
		width: 90%;
		min-width: 90%;
	}


}

@media only screen and (min-width : 1201px) and (max-width : 1380px) {

	.welcomeBlock .top-left-graphics {
		top: 120px;
	}

}

.contentSearchForm {
	min-height: 80px;
	border: 1px solid #000000;
	padding: 10px 10px 10px 25px;
	border-radius: 40px;
	background: transparent;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	position:relative;
}
.contentSearchForm .search_input {
	height:60px;
	width:100%;
	border:none;
	background: transparent;
	padding:10px 10px;
}
.contentSearchForm .search_input.keyword {
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 21px;
	background-position: center left;
	padding-left:40px;
}
.contentSearchForm .search_submit {	
    height: 60px;
    padding: 0 20px;
}
.contentSearchForm .search_input {
	
}
/*Vacancies*/
.vacanciesBlock {
	background:#221d34;
	--body_colour: #fff;
    --title_colour: #fff;
    --link_colour: #fff;
    --link_colour_hover: #de8f25;
	padding:5px 0 70px;
	color:var(--body_colour);
}
.vacanciesBlock .contentSearchForm {
	background-color:#eeeaff;
}
.vacancyArchiveItem {
	font-size:1rem;
	padding:0 0 0.5rem;
	margin-top:0.5rem;
	margin-bottom:0rem;
	border-top:0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.vacancyArchiveItem > .row {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.vacancyArchiveItem h2 {
	font-family: "GT Walsheim Pro Light";
	font-size:2em;
	text-transform:uppercase;
}
.vacancyArchiveItem .logoContainer {
	max-width:300px;
}
.vacanciesBlock .vacanciesDetails {
	display:inline-block;
	padding:5px;
	padding-right:55px;
	position:relative;
	font-size:1.25rem;
	font-weight:400;
	font-family: "GT Walsheim Pro Bold Regular";
}
.vacanciesBlock .vacanciesDetails:after {
	content:'';
	display: block;
    width: 23px;
    height: 34px;
    line-height: 7px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0px;
    transform: rotate(70deg) scaleY(-1);
    font-size: 0;
	background-color:currentColor;
	mask:url(images/arrow.svg);
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
}
/*Locations*/
/*
.locationContent.homeContent {
    padding-top: 60px;
}
.locationIntroduction {
	padding-top:20px;
	padding-bottom:40px;
}
.locationArchive {
	background:#f0ede8;
	padding-bottom:150px;
}
.locationArchive .filter {
	font-size:20px;
	padding:30px 0 40px;
	--link_colour: #000;
	--link_colour_hover: #de8f25;
}
.locationArchive .filter .row{
	--bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.locationArchive .filter .col-item{
	padding-top:calc(var(--bs-gutter-x) * .5);
	padding-bottom:calc(var(--bs-gutter-x) * .5);
}
.locationList .locRow{
	--bs-gutter-x: 30px;
    --bs-gutter-y: 40px;
	margin-bottom:30px;
}
.locationExcerpt {
	font-size:20px;
	--link_colour: #000;
	--link_colour_hover: #de8f25;
}
.locationThumbnail{
	position:relative;
	width:100%;
	background:#e8e4dc;
	margin-bottom:8px;
	overflow:hidden;
}
.locationExcerpt .locationThumbnail{
	max-height:420px;
}
.locationThumbnail:before{
	content:'';
	display:block;
	width:100%;
	padding-top:65.4%;
}
.locationThumbnail > img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.locationThumbnail.hasLogo:after {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -40%;
    right: -40%;
	background: rgb(0,0,0);
	background: radial-gradient(closest-side, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0) 100%);
}
.locationThumbnail.hasLogo .logoContainer{
	position:absolute;
	bottom:10px;
	right:10px;
	max-width:50%;
	max-height:50%;
	z-index:2;
}
.locationThumbnail.hasLogo .logoContainer img{
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	object-position:bottom;
}
.locationExcerpt .subtitle {
	min-height:1.175em;
	margin-bottom:5px;
}
.locationExcerpt .exHeader {
	margin:5px 0 5px;
}
.locationHeader {
	margin-bottom:20px;
}
.locationHeader .locationMeta {
	font-size:20px;
	margin:10px auto;
}
.locationHeader .locationThumbnail{
	max-height:540px;
}*/
.location_archive {
	margin-bottom:80px;
}
.location_archive .filterOrder {
	min-height:55px;
	border-top:solid 1px #c0beba;
	margin-bottom:15px;
	font-size:20px;
	padding-top:15px;
	--link_colour: #000;
    --link_colour_hover: #de8f25;
}
.location_archive .filterOrder a{
	font-family: "GT Walsheim Pro Bold Regular";
	text-decoration:underline;
}
.location_archive .archivebreaker {
	position:relative;
}
.location_archive .archivebreaker:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:1px;
    height: auto;
	bottom:20px;
	background:#c0beba;
}
.locationExcerpt {
	--link_colour: #000;
	--link_colour_hover: #de8f25;
	font-size:20px;
	margin-top:20px;
	padding-bottom:30px;
	border-bottom:solid 1px #c0beba;
}
.locationExcerpt h2{
	font-size:30px;
	margin-top:10px;
	margin-bottom:1rem;
}
.locationMeta p{
	margin-bottom:1rem;
}
.locationExcerpt .locationMeta {
	--link_colour: #000;
	--link_colour_hover: #de8f25;
	font-size:20px;
}
.locationContent .locationMeta {
	font-size:16px;
}
.locationExcerpt .logoContainer{
	max-width:200px;
}
.locationExcerpt .buttons {
	margin:20px -8px;
}
.locationExcerpt .buttons .button{
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
	min-width:0;
}
.locationExcerpt .locationThumbnail {
	padding-top:71%;
	width:100%;
	position:relative;
	max-height:300px;
}
.locationExcerpt .locationThumbnail img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.locationFilters {
	font-size:20px;
}
.checkboxGroup {
	margin-top:20px;
	border-bottom:solid 1px #c0beba;
	padding-bottom:10px;
}
.checkboxGroup strong{
	font-weight:700;
}
.checkboxGroup ul{
	list-style:none;
	padding:0;
	margin:10px 0;
}
.checkboxGroup ul li{
	padding:3px 0px;
}
label.ckgroup{
    display:inline-block;
	width:100%;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-height:22px;
}

label.ckgroup .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 0px;
	border:solid 1px #000;
}
label.ckgroup .checkmark:after {
	content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #de8f25;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.ckgroup input[type=checkbox]{
	display:none;
}
label.ckgroup input:checked ~ .checkmark:after {
	display:block;
}

label.ckgroup:hover input ~ .checkmark {
   
}
label.ckgroup input:checked ~ .checkmark {
    background-color: #fff;
}
.checkboxGroup .sliderGroup {
	margin-top:5px;
	margin-bottom:10px;
}
.checkboxGroup .sliderGroup .rangeIndicator{
	max-width:100%;	
    border: none;
    background: transparent;
	font-size:1rem;
	width:1.5rem;
}

.checkboxGroup .sliderGroup #slider-range{
	width:100%;
}

.checkboxGroup input.rangeIndicator{
	display:inline-block;
}

.bodyContent.locationContent {
	margin-bottom:0;
}
.locationintro {
	font-size:20px;
	line-height:1.5;
	padding:0px 0 30px;
}
.locationintro .locationExcerptTitle {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-family:"GT Walsheim Pro Light";
	align-items:center;
	margin:20px 0;
}
.locationintro .locationExcerptTitle .exImg {
	flex: 0 0 auto;
	width:100px;
    margin-right: 15px;
}
.locationintro .locationExcerptTitle .exImg img{
	object-fit:cover;
	width:100px;
	height:100px;
	object-fit:cover;
	border-radius:50px;
}
.locationintro .locationExcerptTitle .exTitle {
	display:flex;
	flex: 1 0 0%;
	font-weight:400;
}
.locationintro .logoContainer{
	max-width:260px;
	margin:0 0 20px auto;	
}
.locationintro .logoContainer img{
	width:100%;
}
.locationContent .moreInfoBlock {
	font-size:20px;
	line-height:1.5;
	padding:30px 0;
	background-color:#f0ede8;
	padding-bottom:90px;
}
.locationContent .locationGallery .locationImg a{
	position:relative;
	display:block;
	width:100%;
}
.locationContent .locationGallery .locationImg a:before{
	content:'';
	display:block;
	width:100%;
    padding-top: 71%;
}
.locationContent .locationGallery .locationImg a img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.locationContent .locationGallery.owl-carousel {
	display: flex;
    flex-wrap: wrap;
}
.locationContent .locationGallery.owl-carousel .owl-stage-outer{
	flex: 0 0 auto;
    width: 100%;
}
.locationContent .locationGallery.owl-carousel .owl-nav{
	flex: 0 0 auto;
    width: 50%;
	padding-top:15px;
	padding-bottom:15px;
}
.locationContent .locationGallery.owl-carousel .owl-nav .owl-next,
.locationContent .locationGallery.owl-carousel .owl-nav .owl-prev{
	font-size:0;
	width:55px;
	height:30px;
    color:#000;
}
.locationContent .locationGallery.owl-carousel .owl-nav .owl-next:hover,
.locationContent .locationGallery.owl-carousel .owl-nav .owl-prev:hover{	
    color:#de8f25;
}
.locationContent .locationGallery.owl-carousel .owl-nav .owl-next:before,
.locationContent .locationGallery.owl-carousel .owl-nav .owl-prev:before{
    content: '';
    display: block;
    width: 23px;
    height: 34px;
    line-height: 7px;
    text-align: center;
    position: absolute;
   
    font-size: 0;
    background-color: currentColor;
    mask: url(images/arrow.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
}
.locationContent .locationGallery.owl-carousel .owl-nav .owl-next:before{
	transform: rotate(70deg) scaleY(-1);
	right: 10px;
    top: 0px;    
}
.locationContent .locationGallery.owl-carousel .owl-nav .owl-prev:before{
	transform: rotate(110deg) scaleY(1);
	left: 10px;
    top: 0px;    
}
.locationContent .locationGallery.owl-carousel .owl-nav{
	
}
.locationContent .locationGallery.owl-carousel .owl-dots{
	flex: 0 0 auto;
    width: 50%;
	display:flex;
	justify-content:flex-end;
	padding-top:15px;
	padding-bottom:15px;
}
.locationLinks {
	margin:20px 0;
	font-family:"GT Walsheim Pro Bold Regular";
	--link_colour: #000;
	--link_colour_hover: #de8f25;
}
.locationLinks .row {
	--bs-gutter-x: 3rem;
    --bs-gutter-y: 2rem;
	text-align:center;
}
.locationLinks .linksImg {
	margin:10px auto 10px;
	padding-top:80%;
	position:relative;	
}
.locationLinks .linksImg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:bottom center;
}
@media (min-width:1200px){
	.locationintro {
		padding:0px 0 90px;
		position:relative;
	}
	.locationContent .moreInfoBlock {
		padding:90px 0;
		position:relative;
	}
	.locationContent .moreInfoBlock:before {
		content:'';
		display:block;
		position:absolute;
		top:-300px;
		left:0;
		width:162px;
		height:450px;
		background-image:url(images/location_graphic.png);
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
}
