/*
Theme Name: Schoolcms
Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Version: 5.1.0

*/
:root {
	--body_colour : #000000;
	--title_colour : #183779;
	--link_colour : #843D73;
	--link_colour_hover : #183779;	
	--button_bg: #843D73;
	--button_colour: #FFFFFF;
	--button_bg_hover: #679563;
	--button_colour_hover: #FFFFFF;

	--white: #FFFFFF;
	--black: #000000;
	--purple: #843D73;
	--lightpurple: #8E2B76;
	--blue: #183779;
	--lightblue: #E6EAF2;
	--green: #679563;
	--gray: #93959D;
	--darkgray: #000000A8;
	--lightgray: #0000005A;

}

/*Content Wrapper*/


@font-face {
    font-family: 'Northwell';
    src: url('fonts/Northwell.woff2') format('woff2'),
        url('fonts/Northwell.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background:currentColor;
	border-radius:50%;
	background-color: var(--blue);
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev {
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next {
	position:absolute;
	right:0;
	top:0
}
.owl-dots {
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 8px;
	opacity:0.13;
}
.owl-dots .owl-dot.active {
	opacity:1;
}
.owl-dots .owl-dot.active span {
	background-color: var(--purple);
}

.breadcrumbs {
	font-size:0.875rem;
	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;
	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;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}
.body-text iframe{
	max-width:100%;
}

/*news*/
.list-item{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.list-item-image{
	text-align:center;
}
.list-item-image a{
	display:block;
	padding:10px 0;
}
.list-item-text{

}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align:center;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:92px;
	position:relative;
}
.headGroup {
	color: var(--blue);
	background: var(--lightblue);
	transition:300ms;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 28px;
	padding-right: 0px;
	z-index:220;
	position:fixed;
	height:92px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup, .menuopen .headGroup {
}


.headGroup .container {
	max-width: 100%;
}
.head-links {
	text-align: center;
	display: inline-block;
}
.head-links .head-link {
	color: var(--blue);
	margin: 0px 12px;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.head-links .head-link:after {
	width: 2px;
	height: 12px;
	background-color: var(--blue);
	content: '';
	position: absolute;
	right: -14px;
	top: 4px;
}

.head-links .head-link:last-child:after {
	display: none;
}


.head-links .head-link:hover {
	color: var(--lightpurple);
}

.head-links .head-link:last-child {
	margin-right: 0;
}
.head-links .head-link:first-child {
	margin-left: 0;
}

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

.header-left {
	padding: 0;
}

.socialDesktop {
	justify-content: end;
    display: flex;
}
@media (max-width:991px){
	body.home header.mainHeader {
		height:0;
	}
	body.home:not(.menuopen) .headGroup {
		background-color:transparent;
	}
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle {
    position:relative;
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
	height:92px;
	width: 92px;	
    color: var(--white);
	background-color: var(--purple);
}

.menu-toggle:hover {
	background: var(--blue);
}

.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position: absolute;
    width: 31px;
    height: 20px;
    right: 50%;
    top: 50%;
    transition: 300ms;
    transform: translate(50%, -50%);
}
@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: 31px;
    height: 1px;
    background-color: var(--white);
    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: var(--white);
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:2px;
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}
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%);
	border-left:1px solid #676767;
	display:flex;
	flex-direction:column;
}

#navbar .menu-main-container{
	padding:20px 25px;	
	overflow-x: hidden;	
}
#navbar .navbarExtra {
	padding:10px 20px;
}
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;
	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:691px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top:46%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
@media(min-width:768px){
	#homeBanner {
		max-height:808px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
}

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

#footer{
	margin-top:2rem;
}
#menu-useful {
	list-style:none;
	padding:0;
}
.footerLower {
	padding:20px 0;
	font-size:14px;
	text-align:center;
}
.footerLower p,
.footerLower ul{
	margin:10px 0;
}
.footerLower a{
	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;
}
@media (min-width:992px){
	.dynamicContent {
		margin-top:50px;
		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);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:transparent;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



/*******FAQS*****/
.dynamic-faq {
	margin: 80px 0 0;
}

.dynamic-faq .sectionTitle {
	text-align: left;
	margin-bottom: 23px;
}


.faqs {
}
.faqs .faq {
	margin-bottom: 14px;
}

.faq-question {
	position:relative;
	margin:0;
	padding: 12px 50px 12px 40px;
	cursor:pointer;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1.2px;
	font-weight: 500;
	display: block;
	text-transform: inherit;
	background: var(--purple);
	color: var(--white);
}


.faq.open .faq-question {
	background: var(--green);
	color: var(--white);
}
.faq-question:hover {
	background: var(--green);
	color: var(--white);
}
.faq-question:after {
    content: '+';
    display: block;
	text-align:center;
    position: absolute;
	line-height: 1;
	font-size: 20px;
    right: 25px;
    top: 11px;
	font-weight:400;
	transition:300ms;
	font-family: "Inter", sans-serif;
    margin: 0;
}
.faq.open .faq-question:after {
    content: '-';
}

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


.bodyContent .faq-answer {
    display: none;
    padding: 0px;
	border-top: none;
    margin-bottom: 0px;
}


.bodyContent .faq-answer {
    padding: 40px 50px 30px;
}

@media only screen and (max-width : 991px) {
	.bodyContent .faq-answer {
    padding: 40px 20px 30px;
}
}


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

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

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


/******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 50px;
	text-align:center;
	padding:0 15px;
}
.quoteContainer {
	background:#e0e0e0;	
	color:#000;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.quoteContainer .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
}
.quoteContainer .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
	width:15px;
	text-align:center;
	opacity:0.8;
	font-size:20px;
}
.quoteContainer .cycle-pager span.cycle-pager-active{
	opacity:1;
}
.quoteContainer blockquote.quote-text{
	padding-top:1em;
	padding-bottom:0.1em;
	margin-bottom:0;
	text-align: center;
	
}
.quoteContainer .quote-cite{
	text-align:center;
	font-weight:700;
	padding:0 15px 15px;
}
/****Documents******/
a.button.document-link {
	padding-right:50px;
	width:100%;
}
a.button.document-link:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f56d";
	display:block;
	position:absolute;
	top:50%;	
    right: 10px;
    transform: translateY(-50%);
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
    background: var(--blue);
	font-size:16px;
	line-height: 1.625;
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle h3 {
	font-size: 40px;
}
.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.bodyContent .callout.hasbg .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.55);
}
.callout .coimg img {
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}

.callout .calloutContent {
	padding-bottom: 150px;
	padding-top: 150px;
}
.callout.hasbg .calloutContent {
	padding-bottom: 226px;
	padding-top: 249px;
}

/***POIS****/
.row.pois {
    --bs-gutter-y: 1.5rem;
}

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--blue);
	color: var(--white);
	margin-bottom:30px;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}

.poiImage .poiImageBG:before {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	background:rgba(24, 55, 121, 0.25);
	z-index: 1;
}

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

.poiImage .poiImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height: 130px;
	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);
		z-index: 2;
}


.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:110.3%;
}

.bodyContent .poiImage:before {
	padding-top:111.3%;
}

.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:left;

}
.poi .textOnlyBlock {
	
}
.poi .poiTitle {
	display: block;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.6;
}

.poi .textOnlyBlock .poiTitle {
	margin: 0px 0 23px;
	line-height: 1.4;
}
.textOnlyBlock {
	padding:130px 34px 105px;
	transition:300ms;
}

.textOnlyBlock .poiText {
	display:block;	
	text-align:left;
	padding: 0;
}

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

.poiImage .poiText {
	padding:0 34px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:27px;
	text-align:left;
	width:100%;
	transition:300ms;
	z-index: 3;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}

.poiText .poiEx {
	margin-bottom: 23px;
}

.poi:hover .poiImage .poiText {
	bottom:27px;
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
.welcomeBlock {
	margin-bottom:40px;
}
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	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{
	
}
#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;
}
#blognav ul li{
	margin:5px 0;
}
.sidebarSec {	
    padding:0px 15px 15px;
	margin:0 auto 10px;
}
.bodyContent header .date {
	margin-bottom:16px;
	display: block;
}
@media (min-width:1200px){

}
/*Animation*/


.hideme {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.hideme.active {
	opacity:1;
	top:0;
}

.container {
	/*max-width: 1280px;		*/
}


footer#footer {
	margin: 0;
}



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

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top : 0px;
	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: 21px;
	height: auto;
	min-height: 21px;
	margin-left: 0px;
	margin-right: 29px;
}




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

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

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

.searchToggle .searchform.openSearch {
	top : -1px;
}

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	width: 210px;
	height: 66px;
}

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

.searchToggle .searchform.openSearch input.s {
	background: var(--blue);
	color: var(--white);
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
}
.headerSearch .searchSubmit {
	width: 21px;
	height: 21px;

	background-color: var(--blue);

	-webkit-mask-image: url("images/search-icon.png");
	mask-image: url("images/search-icon.png");

	font-size: 0;
	top: 0px;
}
.menuopen .headGroup .searchSubmit:hover, .headerSearch .searchSubmit:hover {
	background-color: var(--lightpurple);
}



.searchform .searchSubmit {
	right: 0;
}
.headGroup .searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
	color: var(--white) !important;
	opacity: 1 !important;
}

.headGroup .searchInput.s::placeholder {
	color: var(--white) !important;
	opacity: 1 !important;
}


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


/*
Portal Menu Css
*/

.topMenuSide {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 111;
	margin: 0px 35px 0 30px;
}

.topMenuSide .portalToggle {
	padding: 0;
	white-space:nowrap;
	position:relative;
	cursor:pointer;


	color: var(--blue);
	text-transform: uppercase;
	position: relative;
	height: 20px;

}

.topMenuSide .portalToggle span {
	font-size: 0px;
}
.topMenuSide .portalToggle span:before {
	content: '';
	width: 31px;
	height: 23px;
	line-height: 23px;

	background-color: currentColor;

		-webkit-mask-image: url("images/parent.png");
		mask-image: url("images/parent.png");

	mask-size: 100%;
	mask-position: center top;
	mask-repeat: no-repeat;
	display: block;

}


.topMenuSide .portalToggle span:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid var(--lightpurple);	
	content: '';
	position: absolute;
	right: -12px;
	top: 0px;
	display: block;
}

.topMenuSide:hover .portalToggle {
	color: var(--lightpurple);
}



.topMenuSide .menu {
	position:absolute;
	background: var(--blue);
	color: var(--white);
	list-style:none;
	margin:0;
	padding:10px 20px;
	right:0;
	top:125%;
	display:none;
	list-style: none;
}
.topMenuSide .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topMenuSide .menu li {
	border-bottom:solid 1px var(--white);
	padding: 5px 0 5px 0;
	line-height:24px;
	width: 150px;
    text-align: left;
}

.topMenuSide .menu li:last-child {
	border-bottom:0;
}

.topMenuSide .menu li a {
	letter-spacing: 0.9px;
	color: var(--white);	
	text-transform:uppercase;
	font-size: 14px;
}

.topMenuSide .menu a:hover {
	color: var(--white);	
	text-decoration: underline;
}

@media only screen and (max-width : 991px) {
	.topMenuSide .menu {
		left:0;
		width: 200px;
	}
}

/*
	End Portal Menu Css
*/







.slideText {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 111;
    bottom: 50%;
    max-width: 100%;
    text-align: left;
    transform: translateY(50%);
	color: var(--white);
	--title_colour: var(--white);
}
.slideText .top_title {
	display: block;
	font-size: 80px;
	line-height: 1.125;
	margin-bottom: 0px;
	font-weight: 200;
	max-width: 551px;
	font-style: italic;
}

.slideText .bottom_title {
	font-size: 18px;
	line-height: 1.3334;
	max-width: 551px;
	margin-bottom: 25px;
}

.slideText .sub_title {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 35px;
}
.page-banner .slideText {
	bottom:0px;
	transform: translate(0);
	padding-bottom:60px;
	padding-top:40px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
}
.page-banner .slideText .bannerTop{
	margin-bottom:0;
}
.hero .slide .slideImage::before {
	content: '';
	display: block;
	top: 0px;
	left: 0;
	width: 71%;
	height: 100%;
		background: -moz-linear-gradient(left,rgba(0, 0, 0, 0.35) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.35) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,rgba(0, 0, 0, 0.35) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 1;
	position: absolute;
	z-index: 11;
}



.welcomeBlock {
	padding: 144px 0 100px;
	position: relative;
	margin: 0;
}
.welcomeBlock:before {
	content: '';
	width: 100%;
	max-width: 549px;
	height: 421px;
	background: url('images/welcome-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -100px;
	display: block;
	z-index: -1;
}



.welcomeBlock .container {
	/*max-width: 1192px;*/
}


.welcomeBlockText h1 {
	max-width: 440px;
}
.welcomeBlockText h1 span {
	display: block;
}

.welcome-btn-bar {
	margin-top: 40px;
}



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

	.welcomeBlockText-inner {
		max-width: 641px;
	}

	.welcomeImage-outer {
		padding-left: 48px;
	}
	.poiText .poiEx {
		padding-right: 10%;
	}


}



.homeContent .dynamicContent {
}
.homeContent {
    display: flex;
    flex-direction: column;
}

.homeContent .dynamic-poi .container {
	/*max-width: 1080px;*/
}

.pois .col-lg-4 {
	padding: 0px 8px;
}

.homeContent .callout {
	width: 100%;
	background: transparent;
}

.homeContent .callout.hasbg .calloutContent {
	padding: 0;
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
}

.homeContent .callout.hasbg .coimg {
	position: relative;
	margin-bottom: 27px;
}
.homeContent .callout.hasbg .coimg img {
	position: relative;
}
.homeContent .callout-link {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: 4.2px;
}
.homeContent .dynamic-callout {
	margin-top: 140px;
}
.homeContent .dynamic-callout .section_title {
	text-align: center;
}

.section_title h2, .ti_title h2 {
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 17px;
}
.bodyContent .section_title h2 {
	font-size: 30px;
}

.section_title h3, .ti_title h3 {
	font-size: 14px;
    line-height: 1.45;
    margin-bottom: 3px;
    display: block;
    letter-spacing: 4.2px;
    font-weight: 400 !important;
    color: var(--black);
}
.homeContent .callout_container {
	max-width: 1370px;
	margin: 0px auto;
	position: relative;
}
.homeContent .callout .calloutTitle {
	margin: 0;
}



.homeContent .callout_prev, .homeContent .callout_next {
	display: none;
}

.homeContent .callout_pager {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 111;

}

.homeContent .callout_pager span {
	width: 10px;
	height: 10px;
	font-size: 0;
	margin: 0px 8px;
	display: inline-block;
	background-color: var(--blue);
	opacity: 0.13;
	cursor: pointer;
	border-radius: 50%;
}
.homeContent .callout_pager span.cycle-pager-active {
	background-color: var(--purple);
	opacity: 1;
}

.homeContent .callout_pager span:first-child {
	margin-left: 0;
}
.homeContent .callout_pager span:last-child {
	margin-right: 0;
}



.homeContent .dynamic-poi {
	margin-top: 100px;
}


.dynamic-results {
	margin-top: 150px;
	position: relative;
}

.dynamic-results:before {
	content: '';
	width: 100%;
	max-width: 443px;
	height: 435px;
	background: url('images/results-icon-1.png') left top no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -135px;
	display: block;
	z-index: -1;
}


.dynamic-results:after {
	content: '';
	width: 100%;
	max-width: 487px;
	height: 479px;
	background: url('images/cherry-blossom.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -237px;
	display: block;
	z-index: -1;
}



.dynamic-results .container {
	/*max-width: 1088px;*/
}
.dynamic-results .section_title h2 {
	margin-bottom: 30px;
	max-width: 492px;
}

.dynamic-results .item {
	max-width: 320px;
	text-align: center;
	margin: 0px auto;
}


.dynamic-results .item img {
	max-width: 100% !important;
	width: inherit !important;
	margin: 0px auto 28px;
}

.dynamic-results .rc_number {
	/* Sized to balance the logo column: 100px/1.1 = a 110px box, the same as
	   .logos_container .item img below, so number and logo read as one size
	   and both captions start on the same line. Keep the two in step. */
	margin-bottom: 28px;
	font-size: 100px;
	line-height: 1.1;
	color: var(--gray);
	display: block;
	text-align: center;
	font-weight: 600;
}

.dynamic-results .rc_text, .dynamic-results .logo_text {
	font-size: 14px;
	line-height: 1.55;
	min-height: 64px;
	margin-bottom: 28px;
}

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

.dynamic-results .section_details {
	max-width: 720px;
}


.dynamic-results .section_top_area {
	margin-bottom: 93px;
}

/* ---- Results logo slider: equalise logo heights so the pager stops jumping ---- */
.dynamic-results .logos_container .item img {
	height: 110px !important;      /* the one value to tweak */
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: 0 auto 28px;
}

/* stop Owl's autoHeight resizing the stage between slides */
.dynamic-results .logos_container .owl-stage-outer,
.dynamic-results .logos_container .owl-stage-outer.owl-height {
	height: auto !important;
	transition: none !important;
}

/* caption block: 3 lines of 14px/1.55 needs 66px, current min-height is 64px */
.dynamic-results .logos_container .logo_text {
	min-height: 66px;
}

@media (max-width: 767px) {
	.dynamic-results .logos_container .item img { height: 90px !important; }
	.dynamic-results .rc_number { font-size: 82px; } /* 82px/1.1 ≈ 90px box, matches the logo */
}

/* Results section: single-column variant */
.carousel_container.single_column .rc_logo_carousel:after { display: none; }

.carousel_container.single_column .rc_logo_carousel {
	max-width: 850px;   
	margin: 0 auto;
}
.carousel_container.single_column .item {
	padding: 0 24px;    
}
/* Standalone logo carousel (Destination Schools page): the items are ~280px wide
   with nothing beside them, so the shared 110px logo height reads small next to
   the home page. Size these up (Feedbucket #947464); the home page keeps 110px
   so its logo column still balances the stats column (Feedbucket #947462). */
@media (min-width: 992px) {
	.dynamic-results .single_column .logos_container .item img {
		height: 150px !important;
	}
}

.dynamic-locations {
	margin: 205px 0 0;
}
.dynamic-locations .container {
	/*max-width: 1088px;*/
}

.dynamic-locations .section_title {
	text-align: center;
}

.dynamic-locations .section_title h2 em {
	font-style: normal;
	display: block;
}

.dynamic-locations .section_top_area {
	margin-bottom: 72px;
}


.dynamic-locations .location_item {
	padding: 0 10px;
}


.sn_location {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--blue);
	color: var(--white);
}
.sn_location:hover  {
	color: var(--white);
	text-decoration:none;
}

.dynamic-locations .location_item:nth-child(odd) .sn_location {
	background: var(--green);
}



.sn_location_Image .sn_location_ImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}


.sn_location_Image .sn_location_ImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height: 197px;
	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);
		z-index: 2;
}


.sn_location_Image .sn_location_ImageBG img {
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
}


.sn_location_Image {
	background:inherit;
}
.sn_location:hover .sn_location_Image .sn_location_ImageBG {

}
.sn_location_Image:before {
	content:'';
	display:block;
	width:100%;
	padding-top:110.3%;
}
.sn_location_Image .sn_location_Title {	
	display:inline-block;
	line-height:1.3;
	text-align:left;

}
.sn_location_Image .sn_location_Title {
	display: block;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	padding: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}


.sn_location:hover .sn_location_Image .sn_location_Title {
	margin-bottom: 16px;
}

.sn_location_Image .sn_location_Title span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 300;
	letter-spacing: 0;
}


.sn_location_Image .sn_location_Text {
	padding:0 40px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom: 44px;
	text-align:left;
	width:100%;
	transition:300ms;
	z-index: 3;
}
.sn_location_Image .sn_location_Text .sn_location_Ex {
	max-height:0;
	overflow:hidden;
	font-size:14px;
	transition:300ms;
}

.sn_location_Text .sn_location_Ex {
	margin-bottom: 0px;
}

.sn_location:hover .sn_location_Image .sn_location_Text {
	bottom:50%;
	transform: translateY(50%);
}
.sn_location:hover .sn_location_Image .sn_location_ImageBG {
	opacity: 0.08;
}
.sn_location:hover .sn_location_Text .sn_location_Ex {
	max-height:460px;	
}

.sn_location .button {
	display: none;
}

.sn_location:hover .button {
	display: inline-block;
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}


.ti_buttons br {
	display: none;
}

.ti_buttons .button {
	margin-right: 17px;
	min-width: 213px;
}
.ti_buttons .button:last-child {
	margin-right: 0px;
}


.homeContent .dynamic-quote {
	margin: 80px 0 0;
	position: relative;
}

.bodyContent  .dynamic-quote {
	padding-top:80px;
	padding-bottom:30px;
	position: relative;
}



.quotes-holder {
	max-width: 1180px;
	margin: 0px auto;
	background: transparent;
	color: var(--blue);
	position: relative;
	z-index: 11;
}

.quoteContainer {
	background: transparent;
	color: currentColor;
	padding: 0;
}

.quoteContainer .section_title {
	text-align: center;
}
.quoteContainer .section_title h2 {
	margin-bottom: 72px;
}

.quoteContainer blockquote.quote-text {
	background: transparent;
	padding: 0;
	max-width: 100%;
	text-align: center;
}
blockquote:before {
	
}

.homeContent .quoteContainer blockquote.quote-text {
	max-width: 567px;
	text-align: left;
}

blockquote.quote-text {
	padding: 0;
	text-align: left;
	position: relative;
}


.quoteContainer cite {
	color: currentColor;
	font-size: 14px;
	letter-spacing: 4.2px;
	line-height: 1.45;
	text-transform: uppercase;
	display: block;
	font-weight: 500 !important;
	margin-bottom: 0px;
	margin-top: 42px;
	font-style: normal;
	padding: 0;
}

.quoteContainer .quote-cite {
	text-align: left;
	padding: 0 !important;
}

.bodyContent .quoteContainer .quote-cite {
	text-align: center;
}


.quoteContainer .quote-cite:before {
	content: '';
	width: 5px;
	height: 1px;
	background: currentColor;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.quoteContainer .quote-cite:after {
	content: '';
	width: 5px;
	height: 1px;
	background: currentColor;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.quoteContainer .cycle-pager {
	text-align: right;
	margin-top: 33px;
	height: 10px;
	width: 41.66666667%;
}

.bodyContent .quoteContainer .cycle-pager {
	margin-top: 45px;
	margin-bottom:10px;
	width: 100%;
	text-align: center;
}

.quoteContainer .cycle-pager span {
	width: 10px;
	height: 10px;
	display:inline-block;
	background: var(--blue);
	margin: 0 5px;
    border-radius: 50%;
	opacity: 0.13;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
	transition: 300ms;
}

.quoteContainer .cycle-pager span.cycle-pager-active, .quoteContainer .cycle-pager span:hover {
	background: var(--purple);
	opacity: 1;
}


.quoteContainer .quote_image .quote_image-inner {
	margin-left: calc(-45vw + 100%);
}

.quoteContainer .quote_image .quote_image-inner img {
	max-height: 400px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
blockquote:before {
	content: '“';
	color: currentColor;
	display: block;
	font-size: 120px;
	line-height: 0.4;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0px;
	height: 20px;
}

.quoteContainer .quote_text_content {
	padding-top: 50px;
}

.homeContent .dynamic-text_image {
	margin: 0;
}

.homeContent .dynamic-text_image .image_on_left {
	margin: 200px 0 0;
	padding: 0 0 200px;
	position: relative;
}

.homeContent .dynamic-text_image .container {
	/*max-width: 1104px;*/
	position: relative;
	z-index: 11;
}
.homeContent .dynamic-text_image .small_image img {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	position: relative;
}
.homeContent .dynamic-text_image .image_on_left {
	position: relative;
}
.homeContent .dynamic-text_image .image_on_left:after {
	content: '';
	width: 100%;
	max-width: 422px;
	height: 527px;
	background: url('images/tree-icon.png') left bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: -20px;
	bottom: 0px;
	display: block;
	z-index: -1;
}
.homeContent .dynamic-text_image .image_on_right {
	position: relative;
}
.homeContent .dynamic-text_image .image_on_right:before {
	content: '';
	width: 100%;
	max-width: 443px;
	height: 435px;
	background: url('images/results-icon-1.png') left top no-repeat;
	background-size: cover;
	transform: scaleX(-1);
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	z-index: -1;
}


.homeContent .dynamic-quote:after {
	content: '';
	width: 100%;
	max-width: 564px;
	height: 517px;
	background: url('images/vine-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: -111px;
	top: -70px;
	display: block;
	z-index: -1;
}




.bodyContent.homeDynamic .dynamic-quote:after {
	content: '';
	width: 100%;
	max-width: 564px;
	height: 517px;
	background: url('images/vine-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: -111px;
	top: -145px;
	display: block;
	z-index: -1;
}
.bodyContent .dynamic-quote:before {
	content: '';
	width: 30%;
	max-width: 564px;
	height: 517px;
	background: url('images/vine-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: -111px;
	left: 0px;
	top: -145px;
	top: 50%;
	display: block;
	z-index: -1;
	transform: scaleX(-1) translate(20%, -50%);
}







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

.dynamic-poi .owl-dots {
	text-align: right;
	padding: 10px 15px 0;
}




.homeContent .dynamic-text_image .image_left .small_image img {
	margin-left: -113px;
	margin-bottom: -37px;
}

.homeContent .dynamic-text_image .image_left .small_image img {
	margin-left: -113px;
	margin-bottom: -37px;
}



.homeContent .dynamic-text_image .image_on_right {
	padding: 14px 0 160px;
}
.homeContent .dynamic-text_image .text-itm {
	padding-top: 23px;
}
.homeContent .dynamic-text_image .image_on_left .text-itm {
	padding-top: 102px;
}

.homeContent .dynamic-text_image .image_on_right .large_image {
	margin-right: calc(-45vw + 100%);
}

.homeContent .dynamic-text_image .image_on_right .large_image img {
	max-width: inherit;
	width: 100%;
	height: 100%;
	max-height: 445px;
	object-fit: cover;
}
.homeContent .dynamic-text_image  .image_on_right .small_image {
	margin-left: 78px;
	margin-top: -44px;
	position: relative;
	z-index: 1;
}
.homeContent .dynamic-text_image  .image_right {
	position: relative;
}




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

	.homeContent .dynamic-text_image .text-itm {
		padding-left: 25px;
		padding-right: 25px;
	}


}

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

	.homeContent .dynamic-text_image .text-itm {
		padding-left: 0;
		padding-right: 0;
	}


}





/*Breadcrumb Area Css --------------------------------------------------- Start */
.breadcrumbs br {
	display: none;
}
.breadcrumbs {
    font-size: 12px;
    line-height: 1.5;
	font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 25px 0px 10px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 75px;
    border-bottom: none;
    min-height: 18px;
	display: block;
	border-bottom: none;
}

.breadcrumbs em {
	margin: -2px 10px 0px;
    width: 2px;
    height: 12px;
	background: currentColor;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: currentColor;
	text-decoration: none;
}

.breadcrumbs span > span {
    color: var(--black);
}

.breadcrumbs a:hover {
    color: var(--purple);
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */
.body-container .container {
	/*max-width: 1384px;*/
}

.bodyContent .dynamic-callout .container {
	/*max-width: 1394px;*/
}



.body-container .bodyContent > .container {
	margin-bottom: 0px;
}
.body-container .bodyContent > .container  .body-text {
	/*max-width: 1002px;*/
}


.body-container {
	margin-top: 0;
	margin-bottom: 70px;
}

.bodyContent h1 span {
	display: block;
}


.bodyContent table {
    display: table;
	border-width: 1px;
	border-color: var(--blue);
}

.bodyContent table th {
    background-color: var(--blue);
	color:#fff;
    font-size: 20px;    
    padding: 10px 10px;
    vertical-align: top;
	border-width: 1px;
	border-color: var(--blue);
}

.bodyContent table td {   
    padding: 10px 10px;
    vertical-align: top;
	border-width: 1px;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.2);
}

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


.body-text .welcome_button {
}



.dynamic-carousel {
	margin: 100px 0 70px;
}

.dynamic-gallery .container {
}


.gallery-icon a {
	position: relative;
    border-radius: 0px;
    overflow: hidden;
	display: block;
}

.gallery-icon img {
	width: 100%;
	max-width: inherit;
}

.dynamic-carousel a.image {
    border-radius: 0px;
    overflow: hidden;
    display: block;
	position: relative;
}
.dynamic-carousel a.image:before {
	content:'';
	display: block;
	width:100%;
	padding-top:100%;
}
.dynamic-carousel a.image img{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.dynamic-carousel a.image .caption {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:32px 16px 20px;
	font-size:14px;
	line-height: 1.5;
	color:var(--blue);
	background: #E7ECF2;
	background: linear-gradient(0deg,rgba(231, 236, 242, 0.9) 0%, rgba(231, 236, 242, 0.8) calc(100% - 20px), rgba(231, 236, 242, 0) 100%);
}
.fancybox__caption {
	width:1600px;
    padding: 14px 20px 4px 0;
}
.dynamic-carousel .owl-nav {
	display: none;
}
.dynamic-carousel .owl-dots {
	margin-top: 35px;
}

.bodyContent {
	display: flex;
    flex-direction: column;
	margin: 0;
    position: relative;
}
.bodyContent:after {
	content: '';
	width: 100%;
	max-width: 564px;
	height: 517px;
	background: url('images/vine-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: -111px;
	top: -45px;
	display: block;
	z-index: -1;
}
.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin-top: 0px;
}
.bodyContent ul li {
    padding-left: 15px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 20px;
}


.bodyContent ul li:last-child {
	margin-bottom: 0;
}

.dynamic-text ul li {
	display: block;
}


.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 4px;
    height: 4px;
    background: var(--black);
    position: absolute;
    left: 0px;
    top: 12px;
	border-radius: 50%;
}

/* ---- Tighten nested bullet lists ---- */
.bodyContent ul ul {
	margin-top: 4px;
	margin-bottom: 0;
}
.bodyContent ul ul li {
	margin-bottom: 4px;
}
.bodyContent ul ul li:last-child {
	margin-bottom: 0;
}

.bodyContent {
	display: flex;
    flex-direction: column;
}


.bodyContent .dynamic-image {
	text-align: left;
	margin: 114px 0 0;
}

.bodyContent .dynamic-image .container {
	/*max-width: 1370px;*/
}

.bodyContent .dynamic-image img {
	object-fit: cover;
	margin: 0px auto 25px;
}
.bodyContent .dynamic-image .image-item {
	overflow: hidden;
	margin: 0;
}

.bodyContent .dynamic-image .video_title {
	color: var(--title_colour);
	font-size: 30px;
	line-height: 1.16667;
	font-weight: 500;
}

.bodyContent .dynamic-text {
	margin: 50px 0 0;
	display: block;
}

.dynamic-divider {
	margin-bottom: 0;
	margin-top: 50px;
}

.bodyContent .dynamic-divider + .dynamic-text {
	margin: 75px 0 0;
	display: block;
}

.dynamic-video-block {
	margin: 114px 0 0;
	position: relative;
}

.dynamic-video-block .container {
	/*max-width: 1370px;*/
}

.dynamic-video-block a .image-item-inner {
	position: relative;
}
.dynamic-video-block a .image-item-inner:before {
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid var(--white);
    border-bottom: 15px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	margin-left: 3px;
}
.dynamic-video-block a .image-item-inner:after {
	width: 109px;
    height: 109px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 50%;
}


.dynamic-video-block a:hover .image-item-inner:after {
	background: rgba(255, 255, 255, 1);
}

.dynamic-video-block a:hover .image-item-inner:before {
	border-left-color: var(--purple);
	opacity: 1;
}

.dynamic-video-block .image-item a {
	margin-bottom: 25px;
}
.dynamic-video-block .image-item img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.dynamic-video-block .image-item {
	display: block;
	position: relative;
}
.dynamic-video-block a {
	display: block;
	position: relative;
}

.bodyContent .dynamic-callout {
	margin: 100px 0 0;
}
.bodyContent .dynamic-callout + .dynamic-callout {
	margin: 0;
}
.bodyContent .dynamic-callout .callout .calloutTitle {
	max-width: 420px;
	margin: 0px auto;
}
.bodyContent .dynamic-callout .callout.hasbg .calloutTitle {
	max-width: 492px;
	margin: 0px auto;
}

.bodyContent .dynamic-callout .callout .calloutTitle h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 23px;
	line-height: 1.1875;
}
.bodyContent .dynamic-callout .callout.hasbg .calloutTitle h3 {
	font-size: 40px;
	font-weight: 500;
}

.bodyContent .dynamic-callout .calloutTitle h3 span {
	display: block;
	font-size: 14px;
	letter-spacing: 4.2px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}


.dynamic-video-block .video_title {
	color: var(--title_colour);
	font-size: 30px;
	line-height: 1.16667;
	font-weight: 500;
}
.bodyContent .dynamic-callout .callout {
	max-width: 1370px;
}



.bodyContent .dynamic-text_image .text-itm .section_title h2 {
	font-size: 30px;
	line-height: 1.2;
}


.bodyContent .dynamic-text_image .container {
	/*max-width: 1104px;*/
}

.bodyContent .dynamic-text_image {
	margin-top: 100px;
}
.bodyContent .dynamic-text_image .st-simple {
	background: transparent;
}

.bodyContent .dynamic-text_image .st-with-shape {
	position: relative;
}
.bodyContent .dynamic-text_image .st-with-shape:before {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 384px;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	content: '';

	background-color: var(--purple);

	-webkit-mask-image: url("images/tis-shape.png");
	mask-image: url("images/tis-shape.png");

	mask-position: left center;
	mask-size: auto;

	font-size: 0;
}
.bodyContent .dynamic-text_image .st-with-shape.image-pos-right:before {
	-webkit-transform: scaleX(-1) translateY(50%);
	transform: scaleX(-1) translateY(50%);
}
@media only screen and (min-width : 992px) {

	.bodyContent .dynamic-text_image .image-pos-right .image-with-border, .bodyContent .dynamic-text_image .image-pos-right .image-without-border {
		padding-left: 0;
	}
	.bodyContent .dynamic-text_image .image-pos-left .image-with-border, .bodyContent .dynamic-text_image .image-pos-left .image-without-border {
		padding-right: 0;
	}

	.bodyContent .dynamic-text_image .image-pos-right .main-content-tmc {
		padding-right: 38px;
	}
	.bodyContent .dynamic-text_image .image-pos-left .main-content-tmc {
		padding-left: 38px;
	}


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

	.bodyContent .dynamic-text_image .st-with-shape:before {
		mask-size: 100% 100%;
	}

}

.bodyContent .dynamic-text_image + .dynamic-text_image {
	margin-top: 56px;
}

.bodyContent .dynamic-text_image .main-content-tmc h2 {
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 15px;
}
.bodyContent .dynamic-text_image .main-content-tmc h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Inter", sans-serif;
}


.bodyContent .dynamic-text_image .image-with-border img {
	border: 40px solid var(--white);
	width: 100%;
	display: block;
}
.bodyContent .dynamic-text_image .image-without-border img {
	width: 100%;
	display: block;
}



.bodyContent .dynamic-text_image .main-content-tmc .ti_button {
	padding: 14px 20px;
	background: var(--purple);
	color: var(--white);
}
.bodyContent .dynamic-text_image .main-content-tmc .ti_button:hover {
	background: var(--navy);
	color: var(--white);
}
.bodyContent .dynamic-text_image .main-content-tmc .ti_button:after, .bodyContent .dynamic-text_image .main-content-tmc .ti_button:hover:after {
	background-color: currentColor;
	margin-left: 33px;
}


/*.callout .calloutContent .button {
	padding: 14px 20px;
	background: var(--purple);
	color: var(--white);
}
.callout .calloutContent .button:hover {
	background: var(--navy);
	color: var(--white);
}
.callout .calloutContent .button:hover:after, .callout .calloutContent .button:after {
	background-color: currentColor;
	margin-left: 33px;
}*/

.callout .calloutContent {
	max-width: 955px;
}

.calloutText {
	margin-bottom: 33px;
}




.bodyContent .dynamic-poi {
	margin: 100px 0 0;
}

.bodyContent .quoteContainer {
	max-width: 567px;
    max-width: 768px;
	margin: 0px auto;
	text-align: center;
}




.dynamic-poi .section_title h2 {
	margin-bottom: 23px;
	text-align: left;
	font-size: 30px;
	line-height: 1.2;
}

.bodyContent .dynamic-poi .row {

}
.bodyContent .dynamic-poi .col-md-4 {

}
.bodyContent .dynamic-poi .container {
	max-width:1280px;
}



.dynamic-gallery {
	margin: 100px 0 0;
}

.dynamic-gallery .container {
}


.dynamic-gallery a {
	position: relative;
    border-radius: 0px;
    overflow: hidden;
	display: block;
}

.dynamic-gallery a:before {
	content: '';
	padding-top: 100%;
	display: table;
}


.dynamic-gallery a img {
	width: 100%;
	max-width: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dynamic-carousel a.image {
    border-radius: 0px;
    overflow: hidden;
    display: block;
}



.document {
}


.dynamic-documents {
	margin: 30px 0 0;
}

.dynamic-documents .sectionTitle {
	text-align: left;
	margin-bottom: 23px;
}

.dynamic-documents .container {
	/*max-width: 1300px;*/
}



.dynamic-web-links {
	margin: 100px 0 0;
}


.bodyContent .dynamic-web-links + .dynamic-documents, 
.bodyContent .dynamic-documents + .dynamic-web-links {
	margin: 0 !important;
}

.bodyContent .dynamic-poi .container {
}

a.document-link {
	margin-bottom: 14px;
	text-align: left;
	padding: 12px 75px 12px 30px;
	line-height: 1.5;
	display: block;
	background: var(--purple);
	color: var(--white);
}
a.document-link:hover {
	background-color: var(--green);
	border-color: var(--green);
}

a.document-link:before {
	display: none;
}

a.document-link:after, a.document-link.button:after {
    display: block;
    width: 10px;
    height: 15px;
	line-height: 15px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 12px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;

	background-color: currentColor;
	mask-image:url('images/download-icon.png');
	mask-position:right center;
	mask-repeat:no-repeat;
	mask-size: cover;
	margin: 0 !important;


}
a.document-link:hover:after {
	margin: 0 !important;
}


.dynamic-web-links {
	margin: 0;
}
.dynamic-web-links .container {
	/*max-width: 1300px;*/
}

.dynamic-web-links a {

	margin-bottom: 14px;
	text-align: left;
	padding: 12px 75px 12px 30px;
	line-height: 1.5;
	display: block;
	background: var(--purple);
	color: var(--white);

}
.dynamic-web-links a:hover {
	background-color: var(--green);
	border-color: var(--green);
}

.dynamic-web-links a:before {
	display: none;
}
.dynamic-web-links a:after {
    display: block;
    width: 15px;
    height: 15px;
	line-height: 15px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 12px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;

	background-color: currentColor;
	mask-image:url('images/weblink-icon.png');
	mask-position:right center;
	mask-repeat:no-repeat;
	mask-size: cover;
	margin: 0 !important;

}
.dynamic-web-links a:hover:after {
}



.dynamic-staff {
	margin: 150px 0 0;
}

.standard-staff-text {
	padding-left: 18px;
	padding-top: 50px;
}

.standard-staff-text h3 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}
.title-value-name {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--blue);
	margin-bottom: 62px;
	display: block;
}
.staff-meta strong {
	font-weight: 700;
}
.staff-biog {
    margin-bottom: 0px;
    margin-top: 27px;
	max-width: 843px;
}

.staff-biog p {
	margin-bottom: 45px;
}

.staff-btn {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--purple);
	font-weight: 400;
	letter-spacing: 1.2px;
	text-decoration: underline;
}
.staff-btn:hover {
	color: var(--green);
	text-decoration: underline;
}
.standard-staff-image {
	width: 471px;
	position: relative;
}

.standard-staff-image img {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}


.standard-staff-image-inner {
	position: relative;
}

.standard-staff-image-inner:before {
	content: '';
	display: table;
	padding-top: 100%;
}


.dynamic-staff .sectionTitle {
	margin-bottom: 23px;
	font-size: 30px;
}

.destination_link-bar {
	text-align: center;
	margin-top: 35px;
}


.staffMember {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 50px;
}

.staffMember:last-child {
	margin: 0;
	border: none;
}

.dynamic-staff {
	margin: 147px 0px 80px;
}


.dynamic-faq .container {
	/*max-width: 1300px;*/
}


footer#footer {
	padding: 150px 0 30px;
	position: relative;

	color: var(--black);
		--body_colour: var(--black);
		--title_colour: var(--blue);
		--link_colour: var(--black);
		--link_colour_hover: var(--purple);

}

/*footer#footer:before {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height: 110%;
	background-image: linear-gradient(to bottom, #3B6437, #843D73);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B6437', endColorstr='#843D73', GradientType=0 );
	opacity: 0.1;
	z-index: -1;
}*/
footer#footer .container {
	/*max-width: 1280px;*/
}
footer#footer h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.footer-menu-box {
	display: block;
	text-align: center;
	max-width: 1206px;
	margin: 0px auto 80px;
}
.footer-menu-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-menu-box ul li {
	margin: 0px 25px;
	display: inline-block;
	position: relative;
}
.footer-menu-box ul li:after {
	content: '';
	width: 2px;
	height: 16px;
	background-color: var(--blue);
	position: absolute;
	right: -27px;
	top: 5px;
	transform: skew(-7deg);
}

.footer-menu-box ul li:first-child {
	margin-left: 0px;
}
.footer-menu-box ul li:last-child {
	margin-right: 0px;
}

.footer-menu-box ul li:last-child:after {
	display: none;
}



.footer-menu-box ul li a {
	color: var(--blue);
	font-size: 14px;
	letter-spacing: 4.2px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 600;
	display: inline-block;
}
.footer-menu-box ul li a:hover {
	color: var(--purple);
}


.fms-info-inner {
	max-width: 281px;
	margin: 0px auto;
}
.footer-col-1 {
	padding: 0px 50px;
}

.footer-col-2 {
	padding: 0px 50px;
}

.ft-middle-section {
	max-width: 862px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.ft-middle-section:after {
	content: '';
	width: 100%;
	max-width: 195px;
	height: 210px;
	background: url('images/grape-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: -222px;
	top: 0px;
	display: block;
	z-index: -1;
}
.ft-middle-section:before {
	content: '';
	width: 100%;
	max-width: 195px;
	height: 210px;
	background: url('images/grape-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: -222px;
	top: 0px;
	transform: scaleX(-1);
	display: block;
	z-index: -1;
}

.address-info {
	margin-bottom: 25px;
}

.email-info {
	margin-bottom: 37px;
}

.footer-logos {
	margin-top: 88px;
}
.footer-logos img {
	margin: 4px;
}
.footer-logos img:first-child {
	margin-left: 0;
}
.footer-logos img:last-child {
	margin-right: 0;
}
.footerLower {
	margin: 59px 0 0;
	padding: 0;
	font-size: 12px;
}
.ft-low-2 a {
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
}
.ft-low-2 a:after {
	width: 1px;
	height: 12px;
	content: '';
	background: var(--black);
	display: block;
	position: absolute;
	right: -8px;
	top: 3px;
}
.ft-low-2 a:first-child {
	margin-left: 0px;
}
.ft-low-2 a:last-child {
	margin-right: 0px;
}
.ft-low-2 a:last-child:after {
	display: none;
}
.dynamic-poi .poi_section_main_container.full-width {
	max-width: 1370px;
	padding: 0px 12px;
	margin: 0px auto;
}


.dynamic-news {
	margin: 195px 0 0;
	position: relative;
	z-index: 11;
}
.dynamic-news .sliderThumb {
}
.dynamic-news .sliderThumb img {
	width: 100%;
	max-height: 445px;
	object-fit: cover;
}
.dynamic-news .news_image_container a {
	margin-left: calc(-45vw + 100%);
    display: block;
}

.dynamic-news .news_text_container .news_text_inner h4 {
	font-size: 14px;
    line-height: 1.45;
    margin-bottom: 3px;
    display: block;
    letter-spacing: 4.2px;
    font-weight: 400 !important;
    color: var(--black);
}
.dynamic-news .news_text_inner {
	max-width: 556px;
	padding-top: 14px;
}
.dynamic-news .news_text_inner h3 {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 24px;
	max-width: 400px;
}
.dynamic-news .news_text_inner h3 a {
	color: var(--blue);
}

.dynamic-news .news_text_inner .floating_section_link {
	margin-top: 10px;
}



.dynamic-facebook-instagram {
	margin: 223px 0 200px;

}

.dynamic-facebook-instagram .container {
	/*max-width: 1280px;*/
	position: relative;
}

.dynamic-facebook-instagram .container:before {
	content: '';
	width: 100%;
	max-width: 564px;
	height: 517px;
	background: url('images/vine-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: 50%;
	top: -355px;
	transform: translateX(50%);
	display: block;
	z-index: -1;
}


.dynamic-facebook-instagram .container:after {
	content: '';
	width: 100%;
	max-width: 245px;
	height: 194px;
	background: url('images/laptop-icon.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: 15px;
	bottom: -250px;
	display: block;
	z-index: -1;
}




.instagram_section .section_title h2 {
	font-size: 20px;
}
.facebook_section_inner:before {
	content: '';

	width: 89px;
	height: 87px;

	background-color: var(--white);

	-webkit-mask-image: url("images/fb-icon.png");
	mask-image: url("images/fb-icon.png");

	position: absolute;
	right: 27px;
	top: 26px;

} 
.facebook_section_inner {
	background: var(--green);
	color: var(--white);
		--body_colour: var(--white);
		--title_colour: var(--white);
		--link_colour: var(--white);
		--link_colour_hover: var(--purple);
	width: 100%;
	height: 100%;

	position: relative;
	padding: 73px 40px 20px;

	line-height: 1.375;
}
.facebook_section_inner .facebook_title h2, .cff-page-name span,.cff-author-date span {
	font-size: 20px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}

.cff-date {
	color: var(--white) !important;
}




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

		.instagram_section .section_title h2 {
			margin-top: -58px;
		}
		.dynamic-facebook-instagram .sbi_item {
			max-width: 400px;
		}

		.dynamic-facebook-instagram .sbi_item:first-child {
			position: relative;
			top: -48px;
		}
		.dynamic-facebook-instagram .sbi_item:nth-child(2) {
			position: relative;
			top: 162px;
			left: -60px;
		}
		.instagram_section {
			padding-right: 35px;
	}


  /* override the theme's 556px cap so the text fills the wider column */
  .bodyContent .dynamic-text_image .section-full-container .text-itm-inner {
    max-width: none;
  }

  .dynamic-text_image .section-full-container .row > .text-itm {
    flex: 0 0 51%;
    max-width: 51%;
  }

  .dynamic-text_image .section-full-container .row > .image-itm {
    flex: 0 0 37.8%;
    max-width: 37.8%;
    margin-left: auto; 
  }

	.dynamic-text_image .text_image_main .section-wide-container {
		max-width: 1280px;
	}

	.dynamic-text_image .text_image_main .section-box-container {
		max-width: 1112px;
	}

	.dynamic-text_image .text_image_main .section-box-container .text-itm {
		padding: 0;
	}

	.bodyContent .dynamic-text_image .text-itm-inner {
		max-width: 556px;
	}


	.dynamic-text_image .text_image_main.image_on_right .section-wide-container .text-itm-inner {
		margin: 0 0 0 auto;
	}

	.bodyContent .dynamic-text_image {
		margin-top: 0;
	}
	.bodyContent .dynamic-text_image + .dynamic-text_image {
		margin-top: 0;
	}
	.dynamic-text_image .text_image_main .section-box-container {
		margin-top: 120px;
	}
	.dynamic-text_image .text_image_main .section-wide-container {
		margin-top: 120px;
	}
	.dynamic-text_image .text_image_main .section-wide-container .row {
		align-items: center;
	}
	.dynamic-text_image .text_image_main .section-wide-container .image-itm {
		padding: 0;
	}


}


.dynamic-news .container {
	position: relative;
	z-index: 11;
}






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


	body.menuopen .main-headbox {
		right: 0;
		z-index: 9999;
	}

	body.menuopen .main-headbox .container {
		/*max-width: 1245px;*/
		position: relative;
		z-index: 11;
	}    
	body.menuopen .main-headbox .headmenu-box {
	}    

	.menuopen .headGroup {
		z-index: 9999;
	}

	.main-headbox .headimage-box {
		position: relative;
		padding-top: 0px;
		margin: 0px;
	}
	
	.main-headbox {
		position: fixed;
		right: -100%;
		transition: right 1000ms;
		top: 92px;
		margin-top: 0px;
		z-index: 9999;
		width: 100%;
		overflow-x: hidden;
		height: calc(100vh - 92px);
		max-height:  810px;

		width: 100%;
		max-width: 100%;
		padding: 116px 0px 60px;
		color: var(--blue);
		background: var(--lightblue);

		border: none;
		box-shadow: none;
	}

	.main-headbox:before {
		content: '';
		width: 100%;
		max-width: 443px;
		height: 435px;
		background: url('images/results-icon-1.png') left top no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		bottom: 0px;
		display: block;
		z-index: -1;
	}

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

	body.admin-bar .main-headbox {
		top: 124px;
	}
	.main-headbox .row {
		padding-top: 0px;
		height: 100%;
	}
	.main-menu-right {
	}

	.menu-main-right-container ul {
		list-style: none;
		margin: 0px;
		padding: 0;
		float: none;
		width: 100%;
		max-width: 90%;
		position: relative;
		height: 100%;
	}
	
	.menu-main-right-container ul li {
		display: block;
		padding: 0px 0px 0px 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 29px;
		width: 100%;
		max-width: 80%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:start;
   }

	
	.menu-main-right-container ul li ul ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 50px !important;
		width: 100%;
		min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left : 99.9%;
		flex-direction: column;
		justify-content:start;
	}
	.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 {
		border: none;
	}
	.menu-main-right-container ul li li{
		border: none;
		margin-bottom: 0px;
	}

	.menu-main-right-container ul li a {
		font-size: 40px;
		border: none;
		line-height: 1.1;
		letter-spacing: 0;
		color: var(--blue);
		padding: 21px 30px 21px 0px;
		text-transform: uppercase;
		display: block;
		text-align: left;
		position: relative;
		overflow: hidden;
		transition: 300ms;
		font-weight: 500;
	}

	.menu-main-right-container ul li.menu-item-has-children > a:after {
		content: '';
		width: 31px;
		height: 1px;
		background: transparent;
		margin-left: 15px;
		display: none;
		vertical-align: middle;
		position: relative;
	}

	.menu-main-right-container ul li.menu-item-has-children:hover > a:after {
		display: none;
	}	

	.menu-main-right-container ul li li.menu-item-has-children > a:after, .menu-main-right-container ul li li.menu-item-has-children:hover > a:after {
		content: "\f062";
        position: absolute;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block!important;
        top: 50%;
        margin-top: -15px;
        width: 20px;
        height: 30px;
        transform: rotate(90deg);
        right: 50px;
        font-size: 22px;
	}

	.menu-main-right-container ul ul li {
	}
	
	.menu-main-right-container ul ul li a {
		font-size: 14px;
		line-height: 1.45;
		text-transform: uppercase;
		display: block;
		color: var(--purple);
		padding: 5px 30px 5px 0;
		border: none;
	}

	.menu-main-right-container ul li a:hover {
		color: var(--purple);
	}


	.menu-main-right-container ul li a:hover {
		color: var(--purple);
	}
	.menu-main-right-container ul li:hover > a {
		color: var(--purple);
	}
	
	.menu-main-right-container ul ul li a:hover {
		color: var(--purple);
		text-decoration-thickness: 2px;
		text-underline-offset: 4px;
		text-decoration: underline;
	 }
	.menu-main-right-container ul ul li:hover > a {
		color: var(--purple);
		text-decoration-thickness: 2px;
		text-underline-offset: 4px;
		text-decoration: underline;
	 }



	 .menu-main-right-container ul li span {
		display: none;
	}
	.menu-main-right-container ul li a span {
		display: inline-block;
		position: relative;
	}
	.menu-main-right-container ul li.menu-item-has-children > a:after {
		/*content: '';
		background-color:  currentColor;
		-webkit-mask-image: url("images/faq-icon.png");
		mask-image: url("images/faq-icon.png");
	        mask-size: cover;
		width: 24px;
		height: 24px;
		display: block;
		right: 0px;
		position: absolute;
		top: 24px;
		transform: rotate(-90deg);
		display: none;*/
	}
	

	.menu-main-right-container ul li:hover > a:after {
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		/*top: 12px;*/
	}
	/*.menu-main-right-container ul ul li.menu-item-has-children > a:after {
		top: 0;
	}*/
	
	.menu-main-right-container ul li.open > ul {
		display: flex;
		left : 100%;
		width: 120%;
		top: 0px;
		padding: 0px 0px 0px 30px !important;
	}
	
	.menu-main-right-container ul ul li ul{
		display: none;
		width: 85%;
		min-width: 85%;
	}
	
	.menu-main-right-container ul li ul li {
		position: static;
		text-align: left;
		display: block;
		padding: 0px 0px 0 0px;
	}
	.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 : 99.9% !important;
		padding: 0px 0px 80px 29px !important;
		position: absolute;
		width: 100%;
	}
	
	
	.menu-main-right-container ul li ul li.open > ul {
		display: block;

		display: flex;
		top: 0;
	}	

	.menu-main-right-container ul ul ul li a {
		color: var(--green);
	}

   .menu-main-right-container ul ul ul li a {
	}
	.menu-main-right-container ul ul li a:after {
		display: none;
	}
	.menu-main-right-container ul ul ul li a:hover {
		color: var(--green);
		text-decoration-thickness: 2px;
		text-underline-offset: 4px;
		text-decoration: underline;
	}
	.menu-main-right-container ul li .sub-menu {
		display: flex;
		opacity: 0;
		transform:translateX(-10%);
		pointer-events: none;
		transition: 300ms;
		top:0;
	}
	
	.menu-main-right-container ul li.open > .sub-menu {
		opacity: 1;
		transform:translateX(0%);
		pointer-events: all;
	}
	.menu-main-right-container ul ul li {
		float: none;
	}	

	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}
	
	.main-menu-right {
		height: 100%;
		/*max-height: 770px;*/
	}
	.menu-main-right-container {
		height: 100%;
	}

	.mobile-logo {
		display: none;
	}
	.mainLogo {
		display: block;
	}

	.headerSearch-menu {
		display: none;
	}
	
	.rc_logo_carousel, .footer-col-1 {
		position: relative;
	}
	.rc_logo_carousel:after, .footer-col-1:after {
		position: absolute;
		content: '/';
		right: -25px;
		top: 50px;
		color:rgba(0, 0, 0, 0.26);
		font-size: 90px;
		line-height: 0.6;
		font-family: 'Northwell';
	}
	.footer-col-1:after {
		top: 50%;
		color:rgba(0, 0, 0, 0.15);
	}
	.dynamic-results .item {
		padding: 0px 50px;
		max-width: 420px;
	}

}

@media only screen and (max-width : 991px) {
	/* Page banners are only ~300px tall here and the photo is cover-cropped from
	   the centre, which lops heads off at the top (Feedbucket #956932). Anchor
	   the crop to the top edge instead so the bottom of the photo gives way. */
	#pageBanner .hero .bannerImage {
		object-position: center top;
	}



	.mobile-logo {
		display: block;
	}
	.mainLogo {
		display: none;
	}

	.headerSearch-menu {
		display: none;
	}
	.menuopen .headerSearch-menu {
		display: inline-block;
		vertical-align: middle;
	}
	.homeBanner .slideText .container {
		padding: 0;
	}



	.hide-for-large {
		display: block;
	}
	.hide-for-mobile {
		display: none;
	}

	.headGroup {
		padding-left: 25px;
	}
	.header-left {
		width: 50%;
	}
	.header-right {
		width: 50%;
		text-align: right;
		padding: 0;
		order: 2;
	}
	.header-right .topMenuSide {
		display: none;
	}
	.header_left {
		width: 75%;
		text-align: left;
		padding: 0;
	}

	.header-right .searchToggle {
		display: none;
	}


	.headGroup .row {
	}
	.headGroup .head-links {
		display: none;
	}

	.homeBanner .slideText {
		padding: 0px 25px;
		top: auto;
		transform: inherit;
		bottom: 70px;
	}
	.slideText .top_title {
		display: block;
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.hero .slide .slideImage::before {
		width: 100%;
	}
	
	#homeBanner {	
		position: relative;
		overflow:hidden;
		height:640px;
	}
	.slideText .sub_title {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.slideText .bottom_text {
		text-align: center;
		margin-bottom: 30px;
	}
	.welcomeBlockText {
		padding: 0 25px;
		margin-bottom: 158px;
	}
	.welcomeImage-outer {
		padding: 0 25px;
	}
	.welcomeImage {
		width: 100%;
	}
	.welcomeBlock {
		padding: 100px 0 0px;
	}
	.welcomeImage img {
		max-height: 443px;
		width: 100%;
		object-fit: cover;
	}
	

	.welcomeBlock:before {
		max-width: 250px;
		height: 200px;
		bottom: 465px;
	}
	.homeContent .dynamic-poi .container {
		padding: 0;
	}
	.pois .col-lg-4 {
		padding: 0px;
	}
	.dynamic-poi .owl-dots {
		text-align: center;
		padding: 10px 15px 0;
		margin: 0;
	}
	.dynamic-results {
		margin-top: 100px;
	}
	.dynamic-results:before {
		display: none;
	}
	.dynamic-results .section_title h2 {
		margin-bottom: 20px;
		line-height: 1.125;
	}
	.section_title h2, .ti_title h2 {
		line-height: 1.125;
	}
	.logos_container {
		margin-bottom: 100px;
	}
	.dynamic-results:after {
		display: none;
	}
	.homeContent .dynamic-callout {
		margin-top: 100px;
	}
	.homeContent .callout_pager {
		text-align: center;
		margin: 20px auto 0;
		position: relative;
		right: auto;
		bottom: auto;
		z-index: 111;
	}
	.dynamic-locations {
		margin: 78px 0 0;
	}
	.section_title h2, .ti_title h2 {
		max-width: 280px;
	}
	.dynamic-locations .section_title {
		text-align: left;
	}
	.dynamic-locations .location_item {
		padding: 0 25px;
		margin-bottom: 16px;
	}
	.sn_location_Image .sn_location_Title {
		max-width: 220px;
	}
	.homeContent .dynamic-text_image .image_on_left {
		margin: 84px 0 0;
		padding: 0;
	}
	.homeContent .dynamic-text_image .image_on_right:before {
		display: none;
	}

	.homeContent .dynamic-text_image .text-itm-inner .button {
		min-width: 213px;
	}

	.image_left, .image_right {
		padding: 0px 25px;
	}
	.homeContent .dynamic-text_image .image_left .small_image img {
		margin-left: 0px;
		margin-bottom: -37px;
		max-width: 166px;
	}
	.homeContent .dynamic-text_image .image_left .large_image {
		padding-left: 66px;
	}
	.homeContent .dynamic-text_image .text-itm {
		padding-top: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.ti_buttons .button {
		margin-bottom: 19px;
	}
	.homeContent .dynamic-text_image .image_on_left:after {
		max-width: 287px;
		height: 360px;
		right: auto;
		transform: inherit;
		bottom: auto;
		position: relative;
		margin: 0px auto;
	}
	.homeContent .dynamic-text_image .image_on_right {
		margin: 0px;
		padding: 0;
	}
	.homeContent .callout.hasbg .coimg img {
		min-height: 637px;
	}

	.homeContent .dynamic-text_image .image_on_right .image_right {
		order: 2;
	}

	.homeContent .dynamic-text_image .image_on_right .text-itm {
		order: 1;
		margin-bottom: 80px;
	}
	.homeContent .dynamic-text_image .image_on_right .large_image {
		margin: 0;
	}
	.homeContent .dynamic-text_image .image_on_right .small_image img {
		max-width: 134px;
	}
	.homeContent .dynamic-text_image .image_on_right .small_image {
		margin-left: 42px;
		margin-top: -20px;
		z-index: 1;
		position: relative;
	}
	
	.homeContent .dynamic-quote:before, .bodyContent .dynamic-quote:before, .homeContent .dynamic-quote:after, .bodyContent .dynamic-quote:after {
		display: none;
	}
	.homeContent .dynamic-quote {
		margin: 100px 0 0;
	}
	.quoteContainer .section_title {
		text-align: left;
	}
	.quoteContainer {
		padding: 0 25px;
	}
	.quoteContainer .section_title h2 {
		margin-bottom: 44px;
		max-width: 100%;
	} 

	.quoteContainer .quote_image .quote_image-inner {
		margin: 0;
	}
	.homeContent .quoteContainer .cycle-pager {
		position: absolute;
		width: 100%;
		text-align: right;
		top: 184px;
	}
	.homeContent .quoteContainer .quote_image .quote_image-inner img {
		max-height: 187px;
		object-fit: cover;
		width: 100%;
		max-width: inherit;
	}
	.homeContent .quoteContainer .quote_text_content {
		padding-top: 130px;
	}
	.dynamic-poi .poi_section_main_container.full-width {
		padding: 0px 0px;
	}
	.dynamic-news .news_image_container a {
		margin: 0;
	}
	.dynamic-news {
		margin-top: 100px;
	}
	.news_image_container {
		padding: 0;
		margin-bottom: 36px;
	}
	.news_text_container {
		padding: 0 25px;
	}
	.dynamic-news .news_text_inner h3 {
		max-width: 280px;
	}

	.dynamic-news .news_text_inner h3 span {
		display: block;
	}
	.dynamic-facebook-instagram {
		margin-top: 100px;
	}
	.dynamic-facebook-instagram .container:before {
		display: none;
	}
	.dynamic-facebook-instagram .container:after {
		display: none;
	}
	.instagram_section {
		padding: 0px 25px;
	}
	.facebook_section {
		padding: 0 25px;
	}
	.dynamic-facebook-instagram {
		margin-bottom: 0;
	}


	.footer-menu-box li:after {
		display: none;
	}

	.footer-menu-box ul li {
		display: block;
		margin: 0 0 15px;
		text-align: left;
	}

	.facebook_section_inner {
		padding-bottom: 40px;
	}

	footer#footer {
		padding-top: 100px;
	}
	.footer-menu-box {
		padding: 0 25px;
	}
	.footer-col-1 {
		padding: 0px 25px;
		margin-bottom: 60px;
	}
	.fms-info-inner {
		max-width: 100%;
		margin: 0;
		text-align: left;
	}
	.footer-col-2 {
		padding: 0px 25px;
		margin-bottom: 0px;
	}
	.footer-logos img {
		width: auto;
		height: 100%;
		max-width: 100%;
		max-height: 75px;
		object-fit: contain;
	}
	.footer-logos .owl-stage {
		display: flex;
		align-items: center;
	}
	.homeContent .dynamic-callout .section_title {
		text-align: left;
		padding: 0px 25px;
	}
	.dynamic-locations .section_title {
        text-align: left;
        padding: 0 13px;
    }
	.facebook_section_inner {
		padding: 73px 25px 20px;
	}

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

	.footerLower .ft-low-2, .footerLower .ft-low-1, .footerLower .ft-low-3 {
		text-align: left !important;
	}


	.sn_location_Image .sn_location_Text {
		padding: 0px 25px;
	}
	.sn_location:hover .sn_location_Text .sn_location_Ex {
		max-height: 140px;
		margin-bottom: 20px;
	}
	.sn_location:hover .sn_location_Text .sn_location_Ex p {
		margin-bottom: 20px;
	}







	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--lightblue);
		padding: 46px 0px 45px;
		color: var(--white);
		top: 92px;
		border: none;
		height: calc(100vh - 92px);
	}


	#navbar .menu-main-container{
		padding-bottom:20px;
   		overflow-x: hidden;
		position:relative;
		scrollbar-width: thin; /* For Firefox */
    	scrollbar-color: rgba(0, 0, 0, 0.32) transparent; /* Thumb and track color */
	}

	#navbar .menu-main-container::-webkit-scrollbar {
    	width: 8px;
	}

	#navbar .menu-main-container::-webkit-scrollbar-track {
		background: transparent;
	}

	#navbar .menu-main-container::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.32);
		border-radius: 10px;
		border: 2px solid transparent; /* Optional: for spacing inside track */
	}

	
	#navbar.menu-level-2 {
		background: var(--lightblue);
		padding-top: 46px;
	}
	#navbar.menu-level-3 {
		background: var(--lightblue);
		padding-top: 46px;
	}

	.menuopen .headGroup {
		z-index: 99999;
	}
	.menuopen .menu-toggle {
		min-width: 92px;
	}
	.menuopen .header-left {
		display: none;
	}
	.menuopen .header-right {
		width: 100%;
		display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
	}

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

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

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


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

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


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

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



	#menu-main li a {
		letter-spacing: 0px;
		line-height: 1.4;
		font-size: 30px;
		color: var(--blue);
		text-transform: uppercase;
		font-weight: 500;
		padding: 13px 28px 13px 0px;
		border: none;
	}

	
	#menu-main li li.submenu_parent a {
		letter-spacing: 1.4px;
		line-height: 1.45;
		font-size: 14px;
		color: var(--blue);
		text-transform: uppercase;
		font-weight: 600;
		padding: 5px 28px 5px 0px;
		margin-bottom: 30px;
	}	


	#menu-main li li li.submenu_parent a {
		letter-spacing: 1.4px;
		line-height: 1.45;
		font-size: 14px;
		color: var(--purple) !important;
		text-transform: uppercase;
		font-weight: 600;
		padding: 5px 28px 5px 0px;
		margin-bottom: 30px;
	}	
	#menu-main li li li.submenu_parent a:hover {
		color: var(--purple) !important;
	}



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

	}


	#menu-main li.menu-item-has-children > a:after {
		content: '';
		background-color:  currentColor;
		-webkit-mask-image: url("images/arrow-icon.png");
		mask-image: url("images/arrow-icon.png");
	        mask-size: cover;
		mask-position: right center;
        width: 22px;
        height: 14px;
		display: block;
		right: 0px;
		position: absolute;
		top: 27px;
	}
	#menu-main li li.menu-item-has-children > a:after {
		top: 8px;
	}


	#menu-main li a:hover {
		color: var(--purple);
	}
	#menu-main li.current-menu-item > a {
		color: var(--purple);
	}
	#menu-main li .sub-menu a:hover {
		color: var(--purple);
	}
	#menu-main  .sub-menu  li.current-menu-item > a {
		color: var(--purple);
	}
	.menu-main-container #menu-main {
		padding: 0px;
	}

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


    .menuopen .header-right .topMenuSide {
        display: inline-block;
    }
	.menuopen .topMenuSide .portalToggle span {
		display: inline-block;
		vertical-align: top;
	}



	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		letter-spacing: 1.4px;
		line-height: 1.45;
		font-size: 14px;
		color: var(--purple);
		text-transform: uppercase;
		font-weight: 600;
		padding: 5px 28px 5px 0px;
	}

	#menu-main .sub-menu .sub-menu li a {
		letter-spacing: 1.4px;
		line-height: 1.45;
		font-size: 14px;
		color: var(--green);
		text-transform: uppercase;
		font-weight: 600;
		padding: 5px 28px 5px 0px;
	}


	#menu-main .sub-menu li li a {
		position: relative;
	}
	#menu-main .sub-menu li li a:before {
		display: none !important;
	}

	#menu-main .sub-menu li a:hover {
		color: var(--purple);
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-thickness: 2px;
	}
	#menu-main .sub-menu li.open > a {
		color: var(--purple);
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-thickness: 2px;
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: var(--green);
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-thickness: 2px;
	}

	#menu-main .sub-menu li.menu-item-has-children > a:before { 
		top: 12px;
	}

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

	/* Back link sits in flow at the top of the open sub-menu, above the parent
	   title. It used to be fixed bottom-left, where the CookieYes revisit icon
	   covers it (Feedbucket #956942). Padding gives a ~45px tap target. */
	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 14px !important;
		letter-spacing: 1.4px;
		margin: 0 0 20px !important;
		display: block;
		position: static;
		color: var(--black) !important;
		line-height: 1.5 !important;
		padding: 12px 0 !important;
		border: none !important;
		text-transform: uppercase !important;
		font-weight: 400 !important;
	}
	.back-to-main:hover {
		color: var(--black) !important;
	}

	a.back-to-main:before {
		display: none !important;
	}


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

	#menu-main {
		margin: 0;
	}


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

	#navbar.menu-level-3 #menu-main {
		flex-direction: column;
		justify-content: start;
		display: flex;
	}

	.menuopen .searchToggle, .menuopen.fixedHeader .searchToggle {
		display: none;
	}
	.menuopen .header-right .topMenuSide {
		margin: 0px 35px 0 0px;
	}
	.menuopen .headerSearch-menu {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid var(--blue);
		margin-right: 20px;
    }

	.headGroup .searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
		color: var(--blue) !important;
		opacity: 0.51 !important;
	}

	.headGroup .searchInput.s::placeholder {
		color: var(--blue) !important;
		opacity: 0.51 !important;
	}


	.main-headbox {
		display: none;
	}
	.text-section-it-inner, .news_text_inner {
		max-width: 100%;
	}
	.body-container .text_image_main .image-itm {
		margin-bottom: 50px;
	}

	.bodyContent .dynamic-poi .section_title h2 {
		padding: 0;
	}
	.bodyContent .dynamic-poi .col-md-4 {
		padding: 0;
	}



	.body-container .container {
		padding-left: 25px;
		padding-right: 25px;
	}

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

	h2, .h2 {
		font-size: 30px;
	}
	.breadcrumbs {
		margin-bottom: 40px;
	}



	.bodyContent .dynamic-callout {
		margin-bottom: 0;
		margin-top: 50px;
	}
	.bodyContent .dynamic-image {
		margin-bottom: 0;
		margin-top: 50px;
	}
	.bodyContent .dynamic-text {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.bodyContent .dynamic-video-block {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.bodyContent .dynamic-text_image {
		margin-top: 50px;
	}
	.bodyContent .dynamic-poi {
		margin-top: 50px;
	}
	.bodyContent .dynamic-quote {
		margin-top: 50px;
	}
	.bodyContent .dynamic-faq {
		margin-top: 50px;
	}
	.bodyContent .dynamic-documents {
		margin-top: 50px;
	}
	.bodyContent .dynamic-gallery, .bodyContent .dynamic-carousel, .bodyContent .dynamic-staff {
		margin-top: 50px;
	}
	.dynamic-carousel {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.breadcrumbs {
		margin-bottom: 50px;
	}

	.footer-logos .owl-nav {
		display: none;
	}

	.footer-logos .owl-dots {
		display: block;
		margin-top: 40px;
	}
	.footerLower {
		margin: 40px 0 0;
	}
	.body-container {
		margin-bottom: 0;
	}


	.admin-bar.fixedHeader .headGroup, .admin-bar.fixedHeader .fixedItem, .admin-bar #navbar {
		margin-top: 0 !important;
	}



	.fixedHeader .headGroup {
		position: relative;
	}

	.fixedHeader .headGroup .menu-toggle {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 99999;
	}

	.menuopen.fixedHeader .headGroup {
		position: fixed;
		z-index: 99999;
	}
	.menuopen.fixedHeader .headGroup .menu-toggle {
		position: relative;
		top: auto;
		right: auto;
		z-index: 1;
	}
	
	.menuopen.fixedHeader .headGroup .header-right {
		position: relative;
	}
	.menuopen .headerSearch .searchSubmit {
		height: 21px;
	}


}













.fancybox__container {
	z-index: 99999 !important;
}	

.popupAlert {
	max-width: 1130px !important;
	padding: 40px 40px 40px 86px !important;
	color: var(--body_colour);
	background: var(--white) !important;
	text-align: center !important;
	border-radius: 0px;
	overflow: hidden;
}


.popupAlert:before {
	content: '';
	width: 100%;
	max-width: 389px;
    height: 251px;
	background: url('images/welcome-leaf.png') right bottom no-repeat;
	background-size: cover;
	position: absolute;
	left: -115px;
	bottom: 20px;
	display: block;
	z-index: -1;
}


.noticeBody .row {
	align-items: center;
}

.noticeBody {
	padding: 0 !important;
}
.popupAlert .noticeText {
	padding: 0px 12px 0 0px !important;
	order: 1;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	font-size: 40px;
	line-height: 1.1;
	color: var(--blue);
	margin-bottom: 25px;
	font-weight: 500;
	position: relative;
	text-align: center;
}
.popTitle span {
	display: block; 
	font-size: 14px;
    line-height: 1.45;
    margin-bottom: 3px;
    display: block;
    letter-spacing: 4.2px;
    font-weight: 400 !important;
    color: var(--black);
}
.alert-btn-bar {
	padding-top: 40px;	
}

.alert-btn-bar .button {
}
.alert-btn-bar .button:hover {
}


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: 0px !important;
	right: 0px !important;
	color: var(--white) !important;
	background: var(--purple) !important;
	width: 92px !important;
	height: 92px !important;
	line-height: 92px !important; 
	text-align: center !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}



.sidebarSec {
	background: var(--purple);
	color: var(--white);
    padding: 35px 25px 40px;
    position: relative;
	margin-top: 0px;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 0px;
	margin-bottom: 25px;
}
.sidebarSec a {
	color: var(--white);
}

.sidebarSec ul {
	padding: 0;
	margin: 0;
}

.sidebarSec a:hover {
	text-decoration: underline;
}
.sidebarSec h2, .sidebarSec h3, .sidebarSec .its {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: var(--white);
}
body.blog .side-menu-container {
	display: none;
}

body.blog .sidebar, body.single-post .sidebar, body.archive .sidebar {
}
body.error404 .body-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
body.search .body-container {
	padding-bottom: 40px;
}

.popupAlert .popupImg {
	padding: 0 0 0 50px !important;
	order: 2;
}

.popupAlert .popupImg img {
	max-height: 550px;
	object-fit: cover;
	object-position: center top;
}


@media only screen and (max-width : 767px)  {
	.popupAlert .popupImg {
		width: 100%;
		margin-bottom: 40px;
		display: none;
	}
	.popupAlert {
		padding: 50px !important;
	}
	.popupAlert .noticeText {
		padding: 0 !important;
	}
	.popTitle { 
		font-size: 30px;
		line-height: 1.2;
	}


}


.bodyContent .calloutText {
	max-width: 666px;
	margin-left: auto;
	margin-right: auto;
}




.bodyContent .dynamic-poi + .dynamic-poi,
.bodyContent .dynamic-faq + .dynamic-faq,
.bodyContent .dynamic-staff + .dynamic-staff,
.bodyContent .dynamic-carousel + .dynamic-carousel,
.bodyContent .dynamic-gallery + .dynamic-gallery,
.bodyContent .dynamic-divider + .dynamic-divider,
.bodyContent .dynamic-text + .dynamic-text,
.bodyContent .dynamic-callout + .dynamic-callout,
.bodyContent .dynamic-image + .dynamic-image,
.bodyContent .dynamic-video-block + .dynamic-video-block  {
	margin-top: 20px !important;
}

@media (min-width:992px){
	.bodyContent .dynamic-poi + .dynamic-poi,
	.bodyContent .dynamic-faq + .dynamic-faq,
	.bodyContent .dynamic-staff + .dynamic-staff,
	.bodyContent .dynamic-carousel + .dynamic-carousel,
	.bodyContent .dynamic-gallery + .dynamic-gallery,
	.bodyContent .dynamic-divider + .dynamic-divider,
	.bodyContent .dynamic-text + .dynamic-text,
	.bodyContent .dynamic-callout + .dynamic-callout,
	.bodyContent .dynamic-image + .dynamic-image,
	.bodyContent .dynamic-video-block + .dynamic-video-block  {
		margin-top: 40px !important;
	}
}
