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

*/
:root {
	--body_colour : #000000;
	--title_colour : #212E79;
	--link_colour : #212E79;
	--link_colour_hover : #CFB253;	
	--button_bg: #148FCA;
	--button_colour: #FFFFFF;
	--button_bg_hover: #212E79;
	--button_colour_hover: #FFFFFF;

	--white: #ffffff;
	--black: #000000;
	--purple: #212E79;
	--blue: #148FCA;
	--lightblue: #769AE0;
	--skyblue: #74AEE0;
	--light-skyblue: #ECF0FB;
	--gold: #CFB253;
	--gray: #707070;
	
}






/*Content Wrapper*/

/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width: 13px;
	height: 13px;
	display:inline-block;
	background: var(--purple);
	border-radius:50%;
}
.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:10px;
	padding-right:10px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.23;
}
.owl-dots .owl-dot.active {
	opacity:1;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: var(--blue);
}

.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
}
.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
}
.searchform input.searchInput {
	border: 0;
	height:30px;
	width:100%;
	background:transparent;
	padding: 4px 10px;
    outline: 0;
}
.searchform .searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}


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

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

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

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color: var(--white);
	background: transparent;
	transition:300ms;
	padding-top:21px;
	padding-bottom:21px;
	padding-left: 48px;
	padding-right: 50px;
	z-index:220;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup, .menuopen .headGroup {
	background: var(--white);
	color: var(--purple);
	padding-top: 18px;
	padding-bottom: 19px;
	border-bottom: 5px solid var(--gold);
}

.fixedHeader .headGroup .row, .menuopen .headGroup .row {
	align-items: center;
}

.headGroup .container {
	max-width: 100%;
}
.head-links {
	text-align: center;
}
.head-links .head-link {
	margin: 0px 8px;
}
.head-links .head-link:hover {
}
.fixedHeader .head-links .head-link:hover, .menuopen .head-links .head-link:hover {
}

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

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

.header-left {
}

.mainLogo-head {
	display: block;
}
.mainLogo {
	display: none;
}


.fixedHeader .mainLogo-head, .menuopen .mainLogo-head {
	display: none;
}
.fixedHeader .mainLogo, .menuopen .mainLogo {
	display: block;
}
.socialDesktop {
	justify-content: end;
    display: flex;
}


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

.menu-toggle {
    position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	height:25px;
	width: 40px;
	margin-left: 20px;
	z-index: 111;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:40px;
	height:25px;
	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: 40px;
    height: 2px;
    background-color: var(--white);
    display: block;
    transition:all 300ms;
	position:absolute;
}

.fixedHeader .menu-toggle .toggleIcon span,
.fixedHeader .menu-toggle .toggleIcon span:before,
.fixedHeader .menu-toggle .toggleIcon span:after,
.menuopen .menu-toggle .toggleIcon span,
.menuopen .menu-toggle .toggleIcon span:before,
.menuopen .menu-toggle .toggleIcon span:after {
	background: var(--purple);
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after,
.menuopen:hover .toggleIcon span,
.menuopen:hover .toggleIcon span:before,
.menuopen:hover .toggleIcon span:after,
.fixedHeader .menu-toggle:hover .toggleIcon span,
.fixedHeader .menu-toggle:hover .toggleIcon span:before,
.fixedHeader .menu-toggle:hover .toggleIcon span:after{
    background-color: var(--gold);
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-1px;	
}
.menu-toggle .toggleIcon span:before {
    top: -12px;
}
.menu-toggle .toggleIcon span:after {
    top: 12px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	overflow-x: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:300px;
	max-height:680px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:60.08%;
}
@media(min-width:768px){
	#homeBanner {
		max-height:900px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:60.08%;
	}
	#pageBanner:before,
	.bannerWrap:before {
		padding-top:35.897%;
	}
}

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

#footer{
	margin-top:2rem;
}
#menu-useful {
	list-style:none;
	padding:0;
}
.footerLower {
	background:#000;
	color:#dddedf;
	padding:20px 0;
	font-size:14px;
	text-align:center;
}
.footerLower p,
.footerLower ul{
	margin:10px 0;
}
.footerLower a{
	color:#dddedf;	
	text-decoration:none;
}
.footerInfo {
	text-align:center;
	line-height:1.87;
	margin-bottom:20px;
}
.footerInfo h3{
	font-size:1.5em;
	margin:30px 0 20px;
}
.footerInfo a:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 300ms;
    margin-right: 0px;
}
.footerInfo a:hover:before {
    width: 5px;
    margin-right: 5px;
}
.footer-links{
	margin:0;
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.footer-links li{
	display: inline;
}
.footer-links li:after{
	content:" | ";
	margin: 0 1px 0 1px;
	display: inline;
}
.footer-links li:last-child:after{
	content:"";
}
.footer-links li a{
	display: inline;
	white-space:nowrap;
}
@media (min-width:768px){
	.footerLower {
		text-align:initial;
		padding:50px 0;
	}
}
@media (min-width:1200px){
	.footerInfo {
		margin-bottom:70px;
	}
}

/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/

.dynamicContent {
	margin-top:30px;
	margin-bottom:0px;
}
@media (min-width:992px){
	.dynamicContent {
		margin-top:50px;
	}
}
/*******Dividers******/
.dividera{
	clear: both;
    width: 100%;
    height: 100px;
   position:relative;
}
.dividera:before{
	content:'';
	width:90%;
	height:1px;
	border-bottom:solid 1px #ccc;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	 background-image: url(images/icon.png);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:#fff;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



/*******FAQS*****/
.faqs{

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

.faq-question{
	position:relative;
	margin:0;
	padding:0.625rem 1.5rem;
    padding-right: 2em;
	background: #a2a6a9;
	color:#fff;
	cursor:pointer;
}
.faq.open .faq-question{
	background:#969696;
}
.faq-question:hover{
	background: #000;
}
.faq-question:after {
    content: '\f054';
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
	text-align:center;
    position: absolute;
    right: 5px;
    top:0.625rem;
	font-size:0.8em;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
    transform: rotate(0deg);
	transition:300ms;
}
.faq.open .faq-question:after {
  transform:rotate(90deg);
}

.faqs .faq:last-child .faq-answer{
	border-bottom:solid 1px #a2a6a9;
}
.faqs .faq.open:last-child .faq-answer{
	border-color:#969696;	
}


/******Staff********/
.staffMember {
	padding-bottom:40px;
	margin-bottom:47px;
}
.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;
}

.staff-meta .meta-value strong {
	font-weight: 700;
}



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

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
    background: var(--lightblue);
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}

.callout .calloutTitle {
}
.callout .calloutTitle h3 {
	font-size: 80px;
	line-height: 1.2;
	margin-bottom: 45px;
	text-transform: inherit;
	font-weight: 200;
}

.callout.hasbg .calloutContent {
	position:absolute;
	text-align:center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-width: 100%;
}


.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 100%;
}
.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;
	left: 0;
	top: 0;	
}

.callout .calloutContent {
	padding-bottom:225px;
	padding-top:100px;
}

.callout .calloutContent h3:before {
	content: '';
	width: 61px;
	height: 65px;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 127px;

	z-index: 11;
	display: block;
}


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

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




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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--purple);
	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:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.5;
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	transition:300ms;
}


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

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:122%;
}
.textOnlyBlock .poiText {
	position:relative;
}

.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;
}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 200;
	position:relative;
	padding: 0px 25px;
	text-transform: inherit;
}

.poi .textOnlyBlock .poiTitle{
	margin-bottom: 30px;
}
.textOnlyBlock {
	padding: 130px 25px;
	transition:300ms;
}

.textOnlyBlock .poiText{
	display:block;	
	text-align:center;
	max-width: 370px;
	margin: 0 auto;
}
.textOnlyBlock .poiEx {
	margin-bottom: 40px;
}
.textOnlyBlock .poiText .button {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
}

.poi:hover .textOnlyBlock {
	background: var(--gold);
}

.poiImage .poiText {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:116px;
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom: 116px;
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiImageBG img {
	scale: 1.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 {
	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;
}
#blognav ul li{
	margin-top:5px;
}
.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;
}





.homeContent .dynamicContent {
    position: relative;
    z-index: 1;
	margin:0;
}
.homeContent {
    display: flex;
    flex-direction: column;
}



.container {
	max-width: 1280px;
}



#homeBanner .videoframe:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.54) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.54) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,  0.54) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.7;
	z-index: 101;
}

#homeBanner .videoframe:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: -moz-linear-gradient(bottom,rgba(33, 46, 121, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(33, 46, 121, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(33, 46, 121, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 1;
	z-index: 101;
}






footer#footer {
	padding: 105px 0 15px;
	margin-top: 50px;
	background: var(--purple);
	color: var(--white);
	border-top: 5px solid var(--gold);
	position: relative;
}

footer#footer:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 615px;
	height: 540px;
	text-align: center;

	background-color: var(--white);

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

	mask-position: left top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}


footer#footer h2, footer#footer h3 {
	color: var(--white);
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 22px;
}

footer#footer .container {
	padding-right: 438px;
	position: relative;
	z-index: 11;
}


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

	footer#footer .container {
		padding-right: 219px;
	}
	footer#footer:before {
		content: '';
		position: absolute;
		right: -315px;
		bottom: 0px;
		width: 100%;
		max-width: 615px;
		height: 540px;
		text-align: center;

		background-color: var(--white);

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

		mask-position: left top;
		mask-repeat: no-repeat;
		display: block;
		z-index: 1;
	}

}


footer#footer .button {
	border-color: var(--white);
	background: transparent;
	color: var(--white);
}
footer#footer .button:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--purple);
}


footer#footer a {
	color: var(--white);
}
footer#footer a:hover {
	color: var(--gold);
}

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

.email-info a {
	text-decoration: underline;
}
.email-info a:hover, .tel-info a:hover {
	text-decoration: underline;
	color: var(--white);
}

.ft-social {
	margin-bottom: 30px;
}
.ft-social ul {
	margin: 0;
	padding: 0;
	display: block;
}

.ft-social ul li {
	min-width: inherit;
	margin: 0 10px;
	padding: 0;
}
.ft-social ul li:first-child {
	margin-left: 0;
}

.ft-social ul li a {
	font-size: 20px;
	line-height: 1;
	color: var(--gold);
}

.ft-social ul li a:hover {
	color: var(--white);
}


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


.footerLower {
	padding: 110px 0 0;
	background: transparent;
	color: var(--white);
	font-size: 18px;
	font-weight: 300;
}

.footerLower .container {
	max-width: 1440px;
}
.footer-lower-col-2 a {
	margin: 0 2px;
}
.footer-lower-col-2 a:first-child {
	margin-left: 0;
}
.footer-lower-col-2 a:last-child {
	margin-right: 0;
}




/*
Portal Menu Css
*/

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

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


	color: currentColor;
	text-transform: uppercase;
	position: relative;
	height: 20px;

}

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

	background-color: currentColor;

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

	mask-size: cover;
	mask-position: left 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 currentColor;	
	content: '';
	position: absolute;
	right: -20px;
	top: 5px;
	display: block;
}



.fixedHeader .topMenuSide .portalToggle, .menuopen .topMenuSide .portalToggle {
	color: currentColor;
}

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



.topMenuSide .menu {
	position:absolute;
	background: var(--purple);
	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;
}

/*
	End Portal Menu Css
*/




/*
Portal Menu Css
*/

.topMenuSide-2 {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 111;
}

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


	color: var(--white);
	text-transform: uppercase;
	height: 20px;
	position: relative;
	margin: 0px 18px;

}

.topMenuSide-2 .portalToggle-2 span {
	font-size: 0px;
}

.topMenuSide-2 .portalToggle-2 span:before {
	content: '';
	width: 25px;
	height: 20px;
	line-height: 20px;

	background-color: currentColor;

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

	mask-size: cover;
	mask-position: left top;
	mask-repeat: no-repeat;
	display: block;
}


.topMenuSide-2 .portalToggle-2 span:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid currentColor;	
	content: '';
	position: absolute;
	right: -10px;
	top: 5px;
	display: block;
}



.fixedHeader .topMenuSide-2 .portalToggle-2, .menuopen .topMenuSide-2 .portalToggle-2 {
	color: currentColor;
}

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



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

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

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

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

/*
	End Portal Menu Css
*/

.welcomeBlock {
	padding: 102px 0 158px;
	background: var(--purple);
	color: var(--white);
	text-align: left;
	position: relative;
	margin: 0;
	z-index: 111;
	border-bottom: 5px solid var(--gold);
}

.welcomeBlock:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 500px;
	height: 800px;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-position: left top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}




.welcomeBlock h1 {
	font-size: 60px;
	line-height: 1.2;
	color: var(--white);
	margin-bottom: 32px;
	font-weight: 200;
	position: relative;
}

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

.welcome-btn-bar {
	margin-top: 70px;
}
.welcome-btn-bar .button:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
}

.welcomeBlockText {
	position: relative;
	text-align: center;
	padding: 0px 42px 0 20px;
}
.welcomeBlockText h1:before {

	content: '';
	width: 61px;
	height: 65px;
	text-align: center;
	padding: 18px 27px 46px;

	background-color: var(--gold);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 13px;

	z-index: 11;
	display: block;


}







.welcomeImage-main {
	padding-right: 140px;
}
.welcomeImage {
    margin-left: calc(-50vw + 100%);
}
.welcomeImage img {
	max-width: inherit;
	width: 100%;
	object-fit: cover;
    aspect-ratio: 16 / 9;
}




.welcomeImage-video {
	position: relative;
	display: block;
	margin-bottom: 64px;
}

.welcomeImage-video:before {
	width: 67px;
    height: 67px;
    content: '';
	background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	border-radius: 50%;
}


.welcomeImage-video:after {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid rgba(255, 255, 255, 1);
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 3;
}

.welcomeImage-video:hover:before {
	background: var(--white);
}
.welcomeImage-video:hover:after {
    border-top: 10px solid transparent;
    border-left: 18px solid var(--purple);
    border-bottom: 10px solid transparent;
}





.bodyContent .welcome-btn-bar .button:hover {
	background: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}






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

	.welcomeImage {
		width: 42.5vw;
		margin-left: -11.5vw;
	}


}

.dynamic-poi {
	margin: 0;
}

.dynamic-poi .row {
	margin: 0;
	border-top: 5px solid var(--gold);
	border-bottom: 5px solid var(--gold);
}

.homeContent .dynamic-poi .row {
	border-top: none;
}


.dynamic-poi .row .col, .dynamic-poi .row .col-lg-4 {
	margin: 0;
	padding: 0;
}
.dynamic-poi .poi {
	margin: 0;
	max-height: 615px;
}


.sbi-owl-stage-outer {
	border-bottom: 5px solid var(--gold);
}
.sbi-owl-dots {
	margin: 72px 0 0;
	padding: 0;
}
.sbi-owl-dots span {
	margin: 0 7px;
	padding: 0;
	background: var(--purple);
	opacity: 0.23;
	width: 13px;
	height: 13px;
}

.sbi-owl-dots .sbi-owl-dot.active span, .sbi-owl-dots .sbi-owl-dot:hover span {
	background: var(--blue);
	opacity: 1;
}


.insta-ft-social {
	max-width: 1352px;
	margin: 0 auto;
}

.insta-ft-social-content {
	max-width: 460px;
	margin: -54px 0 0 auto;
	text-align: center;
}

.insta-ft-social-content span {
	display: block;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 200;
	color: var(--purple);
	margin-bottom: 40px;
}

.insta-ft-social-content ul {
	margin: 0;
	padding: 0;
	display: block;
}

.insta-ft-social-content ul li {
	min-width: inherit;
	margin: 0 10px;
	padding: 0;
}
.insta-ft-social-content ul li a {
	font-size: 38px;
	line-height: 1;
	color: var(--gold);
}

.insta-ft-social-content ul li a:hover {
	color: var(--purple);
}

#sb_instagram #sbi_images.sbi_carousel {
	padding: 0 !important;
}

.footer-lower-col-3 {
	text-align: center !important;
}

.footer_buttons .button {
	margin: 0 8px;
}
.footer_buttons .button:first-child {
	margin-left: 0;
}
.footer_buttons .button:last-child {
	margin-right: 0;
}



.dynamic-news {
	margin: 0;
	padding: 100px 0 135px;
	position: relative;
	background: var(--lightblue);
	color: var(--white);
	border-bottom: 5px solid var(--gold);
}

.dynamic-news:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	top: 25px;
	width: 100%;
	max-width: 700px;
	height: auto;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-position: left top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}

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

.dynamic-news .section_title h2 {
	color: var(--white);
	font-size: 60px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.dynamic-news .section_title h2:before {

	content: '';
	width: 61px;
	height: 65px;
	text-align: center;
	padding: 18px 27px 46px;

	background-color: var(--white);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 13px;

	z-index: 11;
	display: block;


}



.dynamic-news a {
	color: var(--white);
}
.dynamic-news a:hover {
	color: var(--gold);
}
.dynamic-news h3 {
	color: var(--white);
	line-height: 1.25;
	font-size: 40px;
	margin-bottom: 30px;
}

.dynamic-news h3 a {
	color: var(--white);
}
.dynamic-news h3 a:hover {
	color: var(--gold);
}

.data_category {
	font-weight: 200;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.data_category .date {
	display: inline-block;
	padding-right: 15px;
	margin-right: 11px;
	position: relative;
	vertical-align: top;
}

.data_category .date:after {
    content: '';
    width: 1px;
    height: 15px;
    background: var(--white);
    display: block;
    position: absolute;
    right: -1px;
    top: 5px;
}

.data_category .post_category {
	display: inline-block;
	vertical-align: top;
}

.news_text_inner {
	max-width: 613px;
}



.news_image_container .sliderThumb {	
    margin-right: calc(-50vw + 100%);
}
.news_image_container .sliderThumb img {
	max-width: inherit;
	width: 100%;
	object-fit: cover;
    aspect-ratio: 16 / 9;
}

.news_text_inner .news_text {
	margin-bottom: auto;
}
.news_text_inner .news_text p {
	margin: 0;
}

.news-read-more {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-bottom: 65px;
	margin-top: 16px;
	display: inline-block;
}

.floating_section_link {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple) !important;
}

.floating_section_link:hover {
	background: var(--purple);
	border-color: var(--purple);
	color: var(--white) !important;
}

.news_image_container {
	padding-left: 140px;
}


.homeContent .dynamic-callout {
}


.dynamic-callout {
	border-top: 5px solid var(--gold);
	border-bottom: 5px solid var(--gold);
}
.dynamic-callout .st-parallax {
    z-index: 0 !important;
    height: 800px;
    overflow: hidden;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.dynamic-callout .st-parallax .set-for-parallax {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	z-index: 1;
	top: 0%;
}
.dynamic-callout .callout {
	width: 100%;
}
.dynamic-callout .st-parallax .set-for-parallax .callout {
	width: 100%;
	height: 100vh;
}


.callout-pager {
	text-align: left;
	max-width: 848px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 185px;
	z-index: 111;
}
.st-parallax .callout-pager {
	text-align: center !important;
	position: absolute;
	left: 50%;
	bottom: 345px;
	transform: translateX(-50%);
	z-index: 111;
}

.st-simple .callout-pager {
	max-width: 848px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 165px;
	z-index: 111;
	text-align: center;
}





.callout-pager span {
	width: 13px;
	height: 13px;
	font-size: 0;
	margin: 0px 8px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);


	mask-size: cover;
	mask-repeat: no-repeat;

	cursor: pointer;
	border-radius: 50%;

}
.callout-pager span.cycle-pager-active, .callout-pager span:hover {
	background-color: rgba(255, 255, 255, 1);
}

.callout-pager span:first-child {
	margin-left: 0;
}
.callout-pager span:last-child {
	margin-right: 0;
}




.dynamic-map-section {
	margin: 0;
	background: var(--light-skyblue);
	padding: 100px 0;
	border-bottom: 5px solid var(--gold);
	position: relative;
}

.dynamic-map-section:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 404px;
	height: 410px;
	text-align: center;

	background-color: var(--purple);

		-webkit-mask-image: url("images/map-section-bg.png");
		mask-image: url("images/map-section-bg.png");

	mask-size: cover;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;
	z-index: -1;
}






.dynamic-map-section .container {
	max-width: 1380px;
}

.dynamic-map-section .map_text_section {
	padding-top: 20px;
}

.dynamic-map-section .section_title h2 {
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.dynamic-map-section .map_img_section img {
	margin: 0 0 0 auto;
	display: block;
}

.dynamic-map-section .section_details {
	margin-bottom: 40px;
}


.dynamic-form-section {
	margin: 0;
	background: var(--lightblue);
	padding: 154px 0;
	position: relative;
	border-bottom: 5px solid var(--gold);
	color: var(--white);
}

.dynamic-form-section:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 25px;
	top: 25px;
	width: 100%;
	max-width: 512px;
	height: auto;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}

.dynamic-form-section .section_details {
	margin-bottom: 70px;
}

.dynamic-form-section .container {
	position: relative;
	z-index: 11;
	max-width: 884px;
	text-align: center;
}
.dynamic-form-section .section_title h2 {
	color: var(--white);
	font-size: 60px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.dynamic-form-section .section_title h2:before {

	content: '';
	width: 61px;
	height: 65px;
	text-align: center;
	padding: 18px 27px 46px;

	background-color: var(--white);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 13px;

	z-index: 11;
	display: block;


}


.dynamic-form-section .frm-col select.frm_text_box, .dynamic-form-section .frm-col input.frm_text_box {
	border-radius: 25px;
	height: 52px;
	padding: 10px 14px;
	width: 100%;
	color: var(--white) !important;
	background: transparent;
	text-align: center;
	border: 1px solid var(--white) !important;
	font-size: 12px;
}

.dynamic-form-section .frm-col {
	margin-bottom: 70px;
}
.dynamic-form-section .form-submit-btn {
	margin: 0 auto;
	display: block;
	max-width: 240px;
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
}
.dynamic-form-section .form-submit-btn:hover {
	background: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}


.dynamic-form-section  input::-ms-input-placeholder { /* Edge 12-18 */
	color: var(--white);
}

.dynamic-form-section  input::placeholder {
	color: var(--white);
}





.slideText {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 111;
    bottom: 40px;
    max-width: 100%;
    text-align: center;
    transform: none;
	color: var(--white);
}

.slideText:after {
	content: '';
	width: 45px;
	height: 14px;

	background-color: var(--gold);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	display: block;
	margin: 32px auto 0;

}

.slideText .top_title {
	display: block;
	font-size: 80px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: 200;
}

.slideText .top_title span {
	color: var(--lightblue);
}
.slideText .top_title br {
	display: none;
}

.slideText .bottom_title {
	font-size: 24px;
	line-height: 1.1667;
}



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

.breadcrumbs {
    font-size: 12px;
    line-height: 2.2;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding: 35px 0px 10px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 40px;
    border-bottom: none;
    min-height: 24px;
	display: block;
	border-bottom: none;
}

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

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

.breadcrumbs span > span {
    color: var(--purple);
	font-weight: 400;
}

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


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


.body-container .bodyContent > .container {
	margin-bottom: 0px;
}



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

.bodyContent table {
    display: table;
}

.bodyContent table th {
    line-height: 1.3;
    vertical-align: top;
    padding: 10px 10px;
    border-width: 1px;
}
.bodyContent table th, 
.bodyContent table td {
	border-color: #148FCA;
}

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

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

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


.body-text .welcome_button {
	margin-top: 44px;
}




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



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

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

.dynamic-carousel .owl-nav {
	display: none;
}
.dynamic-carousel .owl-dots {
	margin-top: 35px;
}

.externalCarousel.owl-carousel img {
	width:initial;
	max-width: 100%;
	height:auto;
	margin:0 auto;
}
.externalCarousel.owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}
.externalCarousel.owl-carousel .item {
	padding:10px 10px;
}
.bodyContent {
	display: flex;
    flex-direction: column;
	margin: 0;
}
.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin-top: 40px;
}
.bodyContent ul li {
    padding-left: 25px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
.dynamic-text ul li {
	display: block;
}

.dynamic-text {

}



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


.bodyContent .dynamic-faq {

}
.bodyContent .dynamic-faq .bg-light, .bodyContent .dynamic-faq .bg-dark {
	padding: 170px 0 100px;
	margin-top:0;
}
.bodyContent .dynamic-faq .sectionTitle {
	margin-bottom: 40px;
}


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

	border-radius: 25px;
	position: relative;
    margin: 0;
    padding: 13px 75px 13px 40px;
	background: transparent;
    color: var(--blue);
	border-color: var(--blue);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2.4px;
	text-transform: uppercase;
    line-height: 2;
    overflow: hidden;
    border: 1px solid var(--blue);
	margin: 0px !important;
	font-weight: 400;

}



.bodyContent .faq:hover .faq-question, .bodyContent .faq.open .faq-question {
	background: transparent;
	border-color: var(--purple);
	color: var(--purple);
}
.bodyContent .faq.open .faq-question {
	background: transparent;
	border-color: var(--purple);
	color: var(--purple);
	border-radius: 25px 25px 0 0;
}
.bodyContent .faq-question:after {
    display: block;
    width: 21px;
    height: 21px;
	line-height: 21px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 14px;
    transform:  rotate(-90deg);
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '+';
	color: currentColor;
	transform: none;
}

.bodyContent .faq.open .faq-question:after {
	transform: none;
    content: '-';
	font-size: 18px;
}


.bodyContent .faq-answer {
    display: none;
    padding: 0px;
    border: 1px solid var(--purple);
	border-top: none;
    margin-bottom: 0px;
	background: transparent;
}


.bodyContent .faq-answer .col-md {
    padding: 54px 60px 54px 50px;
}


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

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

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

.bodyContent .dynamic-poi .container {
}

a.document-link {
	margin-bottom: 20px;
	text-align: left;
	padding: 13px 75px 13px 40px;
	background: transparent;
    color: var(--blue);
	border-color: var(--blue);
	display: block;
}
a.document-link:hover {
	background: transparent;
	border-color: var(--purple);
	color: var(--purple);
}

.bg-lightblue {
	background: var(--lightblue);
	color: var(--white);
}
.bg-purple {
	background: var(--purple);
	color: var(--white);
}
.bg-blue {
	background: var(--blue);
	color: var(--white);
}


.document {
}


.dynamic-documents {

}
.dynamic-documents .bg-light, .dynamic-documents .bg-dark {
	padding-top: 70px;
}
.bodyContent .dynamic-documents + .dynamic-documents .bg-light {
	padding-top: 0px;
}
.bodyContent .dynamic-documents + .dynamic-documents .bg-dark {
	padding-top: 0px;
}



.dynamicContent.dynamic-documents .container {
}
.dynamicContent.dynamic-web-links .container {
}

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

a.document-link:after {
    display: block;
    width: 10px;
    height: 15px;
	line-height: 15px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 19px;
    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;

}
a.document-link:hover:after {
}


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

.dynamic-web-links a {

	margin-bottom: 20px;
	text-align: left;
	padding: 13px 70px 13px 30px;
	display: block;
	background: transparent;
    color: var(--blue);
	border-color: var(--blue);

}
.dynamic-web-links a:hover {
	background: transparent;
	border-color: var(--purple);
	color: var(--purple);
}
.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: 30px;
    top: 19px;
    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;

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







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




.body-text-main {
	background: var(--white);
	padding: 0px 0 88px;
	position: relative;
	z-index: 11;
}
.body-text-main:before {
	content: '';
	background: url('images/welcome-corner.png') left bottom no-repeat;
	width: 100%;
	max-width: 408px;
	height: 100%;
	max-height: 408px;
	position: absolute;
	right: 0;
	top: -144px;
	display: block;
	z-index: 2;
}



.body-text-main .container {
	position: relative;
}

.main-innerpage .bodyContent > .container {
	margin-bottom: 70px;
}



.bodyContent .dynamic-image {
	text-align: left;
	margin-top: 100px;
	margin-bottom: 0;
}

.bodyContent .dynamic-image .container {
	max-width: 1064px;
}

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

.bodyContent .dynamic-image .video_title {
	color: var(--purple);
	font-size: 40px;
	line-height: 1.2;
}



.dynamic-video-block {

	position: relative;
}

.dynamic-video-block .container {
	max-width: 1064px;
}
.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: 26px solid rgba(255, 255, 255, 1);
    border-bottom: 15px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
.dynamic-video-block a .image-item-inner:after {
	width: 109px;
    height: 113px;
    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 img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	max-height: 640px;
}
.dynamic-video-block .image-item {
	display: block;
	position: relative;
}
.dynamic-video-block a {
	display: block;
	position: relative;
}


.dynamic-video-block .video_title {
	color: var(--purple);
	font-size: 40px;
	line-height: 1.2;
	font-weight: 200;
	position: relative;
}


.dynamic-text_image {
	border-top: 5px solid var(--gold);
	border-bottom: 5px solid var(--gold);
}


.bodyContent .dynamic-text_image + .dynamic-text_image {
	border-top: none;
	margin: 0;
}


.dynamic-text_image .text-image-content {
	padding: 105px 0 105px;
	text-align: center;
	position: relative;
	margin: 0;
	z-index: 11;
}


.dynamic-text_image .sc-dark-bg {
	background: var(--purple);
	color: var(--white);
	--link_colour:var(--gold);
	--link_colour_hover:var(--lightblue);
}
.dynamic-text_image .sc-light-bg {
	background: var(--lightblue);
	color: var(--white);
	--link_colour:var(--purple);
}



.dynamic-text_image .sc-dark-bg:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 500px;
	height: 800px;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-position: left top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}


.dynamic-text_image .sc-light-bg:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 25px;
	top: 25px;
	width: 100%;
	max-width: 512px;
	height: auto;
	text-align: center;

	background-color: var(--white);

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

	mask-size: cover;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;
	z-index: 1;
}




.dynamic-text_image .text-image-content .text-section-it-inner {
	max-width: 520px;
}
.dynamic-text_image .text-image-content.sc-light-bg .text-section-it-inner { 
	margin: 0 0 0 auto;
}
.dynamic-text_image .text-image-content .text-section-it-inner h2 {
	font-size: 40px;
	line-height: 1.2;
	color: var(--white);
	font-weight: 200;
	position: relative;
	margin: 0px auto 32px;
	max-width: 300px;
}
.dynamic-text_image .text-image-content .text-section-it-inner h2:before {

	content: '';
	width: 61px;
	height: 65px;
	text-align: center;
	background-color: var(--gold);
		-webkit-mask-image: url("images/lion-icon.png");
		mask-image: url("images/lion-icon.png");
	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 13px;
	z-index: 11;
	display: block;
}

.dynamic-text_image .text-image-content.sc-light-bg .text-section-it-inner h2:before {


	background-color: var(--white);

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

}


.dynamic-text_image .text-image-content .container {
	position: relative;
	z-index: 11;
}

.dynamic-text_image .text-image-content .text-section-it {
	position: relative;
	text-align: center;
}
@media (min-width:992px){
	.dynamic-text_image .text-image-content .text-section-it { 
		padding: 0px 42px 0 20px;
	}
}







.dynamic-text_image .text-image-content .image-section-it {
}

.dynamic-text_image .text-image-content.sc-dark-bg .image-section-it {
	padding-top: 78px;
}
.dynamic-text_image .text-image-content.sc-light-bg .image-section-it {
	padding-top: 94px;
}

.text-image-content.image-pos-left .image-section-it-inner {
	margin-left: calc(-50vw + 100%);
}


.text-image-content.image-pos-right .image-section-it-inner {
	margin-right: calc(-50vw + 100%);
}

.dynamic-text_image .text-image-content .image-section-it-inner img {
	max-width: inherit;
	width: 100%;
	/*aspect-ratio: 26/15;*/
	max-height: 900px;
	object-fit: cover;
	object-position: center;
}


.dynamic-text_image .text-image-content.sc-light-bg .button {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
}
.dynamic-text_image .text-image-content.sc-light-bg .button:hover {
	background: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}



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


}



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


.callout .calloutContent {
	max-width: 639px;
	margin: 0 auto;
}

.callout .calloutText {
	margin-bottom: 45px;
}
.bodyContent .callout .calloutTitle h3 {
	font-size: 40px;
	margin-bottom: 25px;
}
.bodyContent .callout.hasbg .calloutTitle h3 {
	font-size: 60px;
	margin-bottom: 45px;
}


.callout:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 25px;
	top: 25px;
	width: 100%;
	max-width: 700px;
	height: auto;
	text-align: center;
	transform: translateX(-50%);

	background-color: var(--white);

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

	mask-size: auto 100%;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;
	z-index: -1;
}


.callout .button {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
}
.callout.hasbg .button {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.callout .button:hover {
	background-color: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}







.standard-staff-text h3 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 1.2;
}
.standard-staff-member.staffMember > .row{
    --bs-gutter-x: 44px;
    --bs-gutter-y: 10px;
}
.title-value-name {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 200;
	color: var(--title_colour);
	margin-bottom: 55px;
	display: block;
}

.title-value-name h3:after {
	content: '';
	width: 8px;
	height: 1px;
	background: var(--purple);
	margin: 0 0 0px 15px;
	display: inline-block;
	vertical-align: middle;
}


.staff-biog {
    margin-bottom: 0px;
    margin-top: 35px;
}

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

.staff-btn {
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--black);
}

.standard-staff-image {
	width: 390px;
	position: relative;
}

.staffMember {
}

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

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



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

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

.bodyContent .quoteContainer {
	background: transparent;
	color: currentColor;
	padding: 0;
}
.bodyContent .quoteContainer blockquote.quote-text {
	background: transparent;
	padding: 0;
	max-width: 100%;
}

.bodyContent blockquote.quote-text {
	padding: 0;
	text-align: center;
}

.bodyContent .quoteContainer cite {
	color: var(--black);
	font-size: 12px;
	letter-spacing: 2.4px;
	line-height: 1.1;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 45px;
	font-style: normal;
	padding: 0;
}

.bodyContent .quoteContainer .quote-cite {
	text-align: center;
	padding: 0 !important;
	text-transform: uppercase;
}

.bodyContent .quoteContainer .cycle-pager {
	text-align: center;
	margin-top: 50px;
}
.bodyContent .quoteContainer .cycle-pager span {
	width: 13px;
	height:13px;
	display:inline-block;
	background: var(--purple);
	margin: 0 7px;
    border-radius: 50%;
	opacity: 0.23;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

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


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


.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 {
    border: 5px solid var(--white) !important;
	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;
}

/*

	.bodyContent .dynamic-poi + .dynamic-quote {
		margin-top: 0;
	}

*/






@media only screen and (max-width : 1240px) {
	.header_left {
        width: 50%;
    }
	.header-right {
        width: 50%;
        text-align: right;
    }
	.header-center {
		display: none;
	}
	.head-links {
		display: none;
	}
	.headGroup {
		padding-top: 21px;
		padding-bottom: 21px;
		padding-left: 40px;
		padding-right: 40px;
		height: 100px;
	}


	.news_image_container {
		padding: 0 0 0 25px;
	}
	.news_image_container .sliderThumb {
		width: 100%;
	}

}


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



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

	

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

	body.menuopen.home .headGroup {
	}

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

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

		width: 100%;
		max-width: 100%;
		padding: 75px 0px 60px;
		color: var(--white);
		background: var(--purple);

		border: none;
		box-shadow: none;
	}
	.main-headbox:before {
		content: '';
		position: absolute;
		right: 0;
		top: 17px;
		bottom: 37px;
		width: 100%;
		max-width: 470px;
		height: 100%;
		text-align: center;

		background-color: var(--white);

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

		mask-size: cover;
		mask-position: left bottom;
		mask-repeat: no-repeat;
		display: block;
		z-index: 1;
	}

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

	body.admin-bar .main-headbox {
		top: 132px;
	}
	.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%;
		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: 60%;
		max-width: 60%;
		top:12px;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:start;
		display: flex;
		opacity: 0;
		transform:translateX(-10%);
		pointer-events: none;
		transition: 300ms;
   }
	.menu-main-right-container ul li.open > ul {
		opacity: 1;
		transform:translateX(0%);
		pointer-events: all;
	}

	
	.menu-main-right-container ul li ul ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 20px !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;
	}

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

		font-size: 42px;
		border: none;
		line-height: 1.2;
		letter-spacing: 0px;
		color: var(--white);
		padding: 10px 0px 0px 0px;
		text-transform: inherit;
		display: block;
		
		font-weight: 200;
		text-align: left;
		position: relative;
		overflow: hidden;

		transition: 300ms;

	}

	.menu-main-right-container ul li a:after {
		content: '';
		width: 45px;
		height: 15px;

		background-color: var(--gold);

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

		mask-size: cover;
		mask-repeat: no-repeat;

		display: none;
		transition: 300ms;
		margin-left: 15px;
		position: relative;
		top: -7px;


	}
	.menu-main-right-container ul li li a:before {
		display: none;
	}

	.menu-main-right-container ul ul li {
	}
	
	.menu-main-right-container ul ul li a {
		font-size: 18px;
		line-height: 1.55;
		text-transform: inherit;
		font-weight: 300;
		display: block;
		color: var(--white);
		padding: 0px 30px 0px 0;
		border: none;
		letter-spacing: 0px;
	}

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


	.menu-main-right-container ul li a:hover {
		color: var(--gold);
	}
	.menu-main-right-container ul li a:hover:after {
		display: inline-block;
	}

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


	.menu-main-right-container ul li a:hover {
		color: var(--gold);
	}
	.menu-main-right-container ul li:hover > a {
		color: var(--gold);
	}
	.menu-main-right-container ul li:hover > a:after {
		display: inline-block;
	}
	.menu-main-right-container ul li li:hover > a:after {
		display: none;
	}

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



	 .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:before {
		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:hover > ul {
		display: flex;
		left : 100%;
		width: 100%;
		top: 12px;
		padding: 0px 0px 80px 29px !important;
	}
	
	
	.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 : 0 !important;
		padding-left: 0px !important;
		padding-top: 0 !important;
		position: absolute;
		width: 100%;
	}
	
	
	.menu-main-right-container ul li ul li:hover > ul {
		display: block;

		display: flex;
		left : 99.9% !important;
		top: 0;
		padding: 0px 0px 80px 29px !important;
	}	

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

	}

   .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 li a:hover {
		color: var(--gold);
	}

	.menu-main-right-container ul ul li {
		float: none;
	}	

	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}
	
	.menu_custom_image_box {
		height: 100%;
	}
	.menu-main-right-container ul li .menu_image_container {
		display: none;
	}
	.menu-main-right-container ul li:hover .menu_image_container {
		position: absolute;
		left: 100%;
		top: 0;
		width: 200%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.menu-main-right-container ul li .menu_image_container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}
	.main-menu-right {
		height: 100%;
		/*max-height: 770px;*/
	}
	.menu-main-right-container {
		height: 100%;
	}


}

.poi_videoframe {
	position: relative;
	max-height: 625px;
	background: #212E79;
}
.poi_videoframe:before {
	content: '';
	padding-top:122%;
	display: block;
	width: 100%;
}
.poi_videoframe:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.5;
}

.poi_slideText {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:65px;
	text-align:center;
	width:100%;
	transition:300ms;
	z-index: 111;
}

.poi_slideText .poi_title {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 200;
	color: var(--white);
}
.poi_slideText .poi_title:after {
	content: '';
	width: 45px;
	height: 14px;

	background-color: var(--gold);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	display: block;
	margin: 18px auto 0;
}


.video_frame_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_frame_inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_frame_inner video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: 300ms;
}
.poi:hover .video_frame_inner video{
	opacity: 1;
}

.video_play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 67px;
	height: 67px;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
}

.video_play_btn::before {
	content: '▶';
	color: var(--white);
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
}

/* When video is playing → show PAUSE icon */
.poi_videoframe.playing .video_play_btn::before {
	content: '❚❚';
	transform: translate(-50%, -50%);
}

.video_play_btn:hover {
	background: var(--white);
}
.video_play_btn:hover::before {
	color: var(--purple);
}



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

	.header_left {
		width: 21%;
	}
	.header-right {
		width: 21%;
	}
	.header-center {
		width: 58%;
	}
}

@media only screen and (max-width : 1459px) {
	.head-link {
		min-width: 150px;
	}
	.welcomeImage {

    }
	.welcomeImage-main {
		padding-right: 70px;
	}
}


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

	.welcomeImage-main {
		padding-right: 70px;
	}

	.head-links .head-link {
		margin: 0px 2px;
		font-size: 11px;
	}

}

@media only screen and (max-width : 1260px) {
	.welcomeImage {
        width: 100%;
        margin-left: 0;
    }
	.welcomeBlock h1 {
		font-size: 50px;
	}



}





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

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

	.headGroup {
		padding-left: 25px;
		padding-right: 25px;
	}

	.menuopen .headGroup, .fixedHeader .headGroup  {
		padding-left: 25px;
		padding-right: 25px;
		background: var(--white);
	}


	.menuopen .headGroup .mainLogo, .fixedHeader .headGroup .mainLogo {
		display: block;
	}

	.menuopen .headGroup .mainLogo-head, .fixedHeader .headGroup .mainLogo-head {
		display: none;
	}


	.headGroup .headerIcon img {
	}

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

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

	.menu-toggle {
		display: inline-block;
		margin: 0;
	}

	.headGroup .row {
	}

	.headGroup .header-center {
		display: none;
	}
	.headGroup .head-links {
		display: none;
	}

	.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
		background-color: var(--white);
	}

	.homeBanner .slideText {
		padding: 0px 25px;
		top: auto;
		transform: inherit;
		bottom: 40px;
	}
	.slideText .top_title {
		display: block;
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 22px;
	}
	
	#homeBanner {	

		position: relative;
		overflow:hidden;
		height:640px;

	}
	.homeBanner .slideText .bottom_text {
		text-align: center;
		margin-bottom: 30px;
	}
	.homeBanner .slideText .top_text {
		text-align: center;
		font-size: 50px;
		line-height: 1.2;
		margin-bottom: 18px;
	}
	
	.welcomeBlockText {
		padding: 0 25px;
	}
	.welcomeImage-main {
		padding: 0 25px;
	}
	.welcomeImage {
		width: 100%;
	}
	.welcomeBlock {
		padding: 75px 0 100px;
	}
	.welcomeBlock h1, .dynamic-form-section .section_title h2 {
		max-width: 250px;
		margin: 0 auto 32px;
		font-size: 40px;
		line-height: 1.2;
	}
	.welcomeBlock:before {
		max-width: 238px;
		height: 400px;
	}
	.dynamic-form-section:before {
		max-width: 190px;
		height: 372px;
		bottom: auto;
	}
	.dynamic-form-section {
		padding: 100px 0;
	}
	.dynamic-form-section .container {
		padding: 0px 25px;
		max-width: 100%;
	}
	.dob-form {
		padding: 0 50px;
	}
	.dynamic-form-section .frm-col {
		margin-bottom: 50px;
	}
	.dynamic-poi .owl-stage-outer {
		margin: 0;
	}
	.dynamic-poi .owl-dots {
		margin: 38px 0 80px;
	}
	.dynamic-map-section {
		padding: 100px 0 220px;
	}

	.dynamic-map-section .map_text_section {
		padding-top: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	.dynamic-map-section .section_title h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.dynamic-map-section .map_text_section {
		margin-bottom: 50px;
	}
	.dynamic-map-section:before {
		max-width: 215px;
		height: 220px;
	}

	.dynamic-callout .st-parallax .set-for-parallax, .dynamic-callout .st-parallax {
		height: 640px;
	}
	.callout .calloutTitle h3 {
		font-size: 40px;
		max-width: 250px;
		text-align: center;
		margin: 0 auto 45px;
	}
	.news_text_container {
		padding: 0 25px;
		margin-bottom: 50px;
	}
	.dynamic-news .section_title h2 {
		font-size: 40px;
		margin-bottom: 60px;
	}
	.dynamic-news {
		padding: 100px 0;
	}
	.insta-ft-social-content {
		max-width: 460px;
		margin: 45px auto 0 auto;
		text-align: center;
	}
	.sbi-owl-dots {
		margin: 35px 0 0;
		padding: 0;
	}

	.slideText .top_title br {
		display: block;
	}


	footer#footer {
		padding: 106px 0 225px;
	}
	footer#footer:before {
        max-width: 335px;
        height: 284px;
        right: -55px;
        bottom: 0;
		mask-size: cover;
    }

	footer#footer .container {
        padding-right: 25px;
		padding-left: 25px;
    }
	.dynamic-news:before {
		max-width: 350px;
		height: 372px;
		top: 293px;
	}

	.footer_buttons .button {
		margin: 0 0 20px;
		max-width: 240px;
		display: block;
	}

	.footerLower {
		padding-top: 50px;
		text-align: left;
	}
	.footer-lower-col-1,
	.footer-lower-col-2,
	.footer-lower-col-3 {
		text-align: left !important;
		width: 100%;
	}
	.footer-col-2 {
		padding: 20px 13px 0;
	}










	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--purple);
		padding: 15px 0px 50px;
		color: var(--white);
		top: 100px;
		border: none;
		height: calc(100vh - 100px);
	}


	#navbar .menu-main-container{
		padding-bottom:20px;
   		overflow-x: hidden;
		position:relative;
		scrollbar-width: thin; /* For Firefox */
    	scrollbar-color: rgba(255, 255, 255, 0.52) 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(255, 255, 255, 0.52);
		border-radius: 10px;
		border: 2px solid transparent; /* Optional: for spacing inside track */
	}

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

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

	#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 {
		font-size: 40px;
		border: none;
		line-height: 1.2;
		letter-spacing: 0px;
		color: var(--white);
		padding: 3px 30px 3px 0px;
		text-transform: inherit;
		display: inline-block;
		font-weight: 200;
		position: relative;
	}
	#menu-main li.menu-item-has-children a:after {
		content: '';
		width: 45px;
		height: 15px;

		background-color: var(--gold);

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

		mask-size: cover;
		mask-repeat: no-repeat;

		display: inline-block;
		transition: 300ms;
		margin-left: 15px;
		position: relative;
		top: -7px;
	}
	#menu-main li a:hover:after {
	}

	#menu-main li li a:after, #menu-main li li a:hover:after {
		display: none !important;
	}
	
	#menu-main li li.submenu_parent a {
		letter-spacing: 0px;
		line-height: 1.55;
		font-size: 18px;
		color: var(--white);
		text-transform: inherit;
		font-weight: 300;
		padding: 0px 28px 0px 0px;
		position: relative;
	}	



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


	#menu-main li.menu-item-has-children.open > a:after {
		content: '';
		width: 45px;
		height: 15px;

		background-color: var(--gold);

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

		mask-size: cover;
		mask-repeat: no-repeat;

		display: inline-block;
		transition: 300ms;
		margin-left: 15px;
		position: relative;
		top: -7px;
	}
	#menu-main li li.menu-item-has-children > a:after {
		display: none !important;
	}


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

	/*#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 {
		letter-spacing: 0px;
		line-height: 1.55;
		font-size: 18px;
		color: var(--white);
		text-transform: inherit;
		font-weight: 300;
		padding: 0px 28px 0px 0px;
	}

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

	#menu-main .sub-menu li a:hover {
		color: var(--gold);
	}
	#menu-main .sub-menu li.open > a {
		color: var(--gold);
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: var(--gold);
	}

	#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 {
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 12px !important;
		display: block;
		color: var(--white) !important;
		text-transform: uppercase !important;
		font-weight: 300 !important;
		margin-bottom:10px;
	}
	.back-to-main:hover {
		color: var(--gold) !important;
	}

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


	.menu-main-container {
		/*padding: 0px 25px 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 .menu-toggle .toggleIcon span:before, .menuopen .menu-toggle .toggleIcon span:after {
		background: var(--purple) !important;
	}




	.main-headbox {
		display: none;
	}


	.breadcrumbs {
		padding: 30px 30px 20px 0px;
        margin-bottom: 70px;
	}

	.bodyContent .dynamic-image .video_title {
		font-size: 30px;
	}

	.dynamic-video-block .video_title {
		font-size: 30px;
	}

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

	h2, .h2 {
		font-size: 30px;
	}
	.dynamic-video-block .video_title {
		font-size: 30px;
	}
	.standard-staff-image {
		margin-bottom: 35px;
		width: 100%;
		position: relative;
	}
	.standard-staff-image img {
		width: 100%;
		max-width: inherit;
		min-height: 320px;
		max-height: inherit;
	}
	.bodyContent .dynamic-text_image .text-section-it-inner {
		max-width: 100%;
		margin: 0 0 60px;
	}
	.bodyContent .dynamic-text_image .text-section-it-inner {
		max-width: 100%;
	}

	.callout .calloutContent {
		padding-left: 40px;
		padding-right: 40px;
	}
	.dynamic-text {

	}
	.bodyContent .dynamic-image {
		margin-bottom: 30px;
	}
	.dynamic-video-block {
		margin: 0px 0 30px;
		position: relative;
	}

	.dynamic-text_image .text-image-content .image-section-it {
		padding: 0 25px !important;
		margin-bottom: 40px;
	}
	.dynamic-text_image .text-image-content .image-section-it .image-section-it-inner {
		margin: 0 !important;
		width: 100%;
		padding: 0 !important;
	}
	.dynamic-text_image .text-image-content {
		    padding: 105px 0 100px;
	}
	.quotes-holder {
		padding: 0px 25px;
	}


	
	.news_text_inner {
		max-width: 100%;
	}
	.home .callout .calloutTitle h3 span {
		display: none;
	}




}













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

.popupAlert {
	max-width: 1330px !important;
	padding: 70px 97px 70px 12px !important;
	color: var(--body_colour);
	background: var(--white) !important;
	text-align: center !important;
	border-radius: 0px;
}

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

.noticeBody {
	padding: 0 !important;
}
.popupAlert .noticeText {
	padding: 0px 0px 0 70px !important;
	order: 2;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	font-size: 60px;
	line-height: 1.2;
	color: var(--title_colour);
	margin-bottom: 32px;
	font-weight: 200;
	position: relative;
	text-align: center;
}
.popTitle:before {

	content: '';
	width: 61px;
	height: 65px;
	text-align: center;
	padding: 18px 27px 46px;

	background-color: var(--gold);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin: 0 auto 13px;

	z-index: 11;
	display: block;


}

.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: 10px !important;
	right: 10px !important;
	color: var(--purple) !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
}



.sidebarSec {
	background: var(--purple);
	color: var(--white);
    padding: 35px 25px 40px;
    position: relative;
	margin-top: 0px;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 25px;
}
.sidebarSec a {
	color: var(--white);
}
.sidebarSec a:hover {
	text-decoration: underline;
}
.sidebarSec h2, .sidebarSec h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	color: var(--white);
}
body.blog .side-menu-container {
	display: none;
}

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

.popupAlert .popupImg {
	padding: 0 !important;
}

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


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


}


body:before {  
	content: '';
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: var(--gold);
	z-index: 120;
}

.dynamic-form-section .frm-col select.frm_text_box option, 
.dynamic-form-section .frm-col input.frm_text_box option{
	color : var(--body_colour);
}


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

	.bodyContent .dynamic-image {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.dynamic-text {

	}
	.dynamic-video-block {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.dynamic-text_image {
		margin-top: 30px;
	}
	.bodyContent .dynamic-poi {
		margin-top: 30px;
	}
	.bodyContent .dynamic-quote {
		margin-top: 30px;
	}
	.bodyContent .dynamic-faq {

	}
	.dynamic-documents {

	}
	.dynamic-gallery, .dynamic-carousel, .dynamic-staff {
		margin-top: 30px;
	}
	.breadcrumbs {
		margin-bottom: 30px;
	}


}
/*Events*/
.row.eventsGrid {
	--bs-gutter-y:20px;
	--bs-gutter-x:20px;
}
.eventBlock {
	padding:20px 12px;
	background-color:var(--purple);
	color:#fff;
	--title_colour:#fff;
	font-size:16px;
	height:100%;
	display: flex;
	flex-wrap: wrap;
}
a:hover > .eventBlock {
	background-color:var(--gold);
}
.eventBlock .eventThumb{
	width:25%;
	margin-right:20px
}
.eventBlock .eventThumb img{
	width:100%;
}
.eventBlock .eventBlockContent{
	flex:1;
}


.eventBlock .eventTitle{
	margin-bottom:0;
}

.eventBlock .excerpt{
	margin-top:10px;
}
.eventBlock .date{
	margin-top:5px;
	font-size:18px;
	display: block;
}
.eventBlock .date span{
	font-size:16px;
}
.eventsMeta {
	margin-top:5px;
	margin-bottom:20px;
}
@media (min-width:992px){
	.eventBlock .eventThumb{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.eventBlock .eventThumb img {
		width: 100%;
		aspect-ratio: 2 / 1;
		object-fit: cover;
	}
	.eventBlock .eventThumb img.eventplaceholder {
		object-fit: contain;
	}
}