/*

	Theme Name: Schoolcms - Holmwood

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 5.0.2



*/

:root {

	--body_colour : #000000;

	--title_colour : #392F58;

	--link_colour : #881944;

	--link_colour_hover : #8F7958;	

	--button_bg: #8F7958;

	--button_colour: #ffffff;

	--button_bg_hover: #881944;

	--button_colour_hover: var(--white);

	

	--radius: 0 36px 0 36px;


	--white: #ffffff;
	--gold: #8F7958;
	--red: #881944;
	--purple: #392F58;
	--black: #000000;
	--lightblue: #8CAFCB;


}



/*Content Wrapper*/
.body-text iframe {
	max-width:100%;
}


/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width: 14px;

	height: 14px;

	display: inline-block;

	background: var(--purple);

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

.scms-carousel .owl-nav .owl-prev,
.dynamic-poi-carousel  .owl-nav .owl-prev{

	position:absolute;

	left:0;

	bottom:-80px;

}

.scms-carousel .owl-nav .owl-next,
.dynamic-poi-carousel  .owl-nav .owl-next{

	position:absolute;

	right:0;
	left: auto;
	bottom:-80px;

}

/*@media (min-width:992px){
.scms-carousel .owl-nav .owl-prev,
.dynamic-poi-carousel  .owl-nav .owl-prev{
	bottom:unset;
	top:0;

}

.scms-carousel .owl-nav .owl-next,
.dynamic-poi-carousel  .owl-nav .owl-next{
	bottom:unset;
	top:0

}
}*/

.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 5px;

	opacity:0.28;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

.owl-dots .owl-dot.active span {
	background: var(--red);
}

.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: 20px;

	position:absolute;

	color:#fff;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}


.admissionsEnquiry .text-muted, .modal-school-group .text-muted, .modal-confirm .text-muted {
	--bs-secondary-color :#fff;
}


/*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);
	--link_colour:var(--white);
	--link_colour_hover:var(--red);
	background: transparent;

	/*transition:background 300ms;*/

	padding-top: 32px;
	padding-top: 12px;

	padding-left: 31px;

	padding-bottom:0px;

	z-index:220;

	position:fixed;

	height: 87px;

	width:100%;

	top:0;

	left:0;

}
.headGroup .headerIcon {
	padding-top:20px;
	padding-top:1px;
}

.fixedHeader .headGroup{
	background-color:var(--gold);

}
.menuopen .headGroup,
.menuopen.fixedHeader .headGroup {
	background-color:transparent;
}
.socialDesktop {

	justify-content: end;

    display: flex;

}
.headGroup .topItems {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:100px;
}
/*
.fixedHeader .headGroup .topItems {
	display:none;
}*/

/* portal menu */

.topMenuSide{
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
}

.topMenuSide .menu {
    position: absolute;
    background: #881944;
    color: #fff;
	--link_colour:#fff;
	--link_colour_hover:#fff;	
    list-style: none;
    margin: 0;
    padding: 0 20px;
    right: 0;
    top: 100%;
    font-size: 14px;
    display: none;
    min-width: 200px;
    text-align: left;
}

.topMenuSide .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0 12px 0;
    line-height: 32px;
}
.topMenuSide .menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.topMenuSide .menu li a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}

.topMenuSide .portalToggle i {
    position: relative;
    top: 3px;
}
.topMenuSide .portalToggle i.fa-user-friends:after {
    width: 6px;
    height: 6px;
    font-size: 11px;
    content: '\f0dd';
    display: block;
    position: absolute;
    top: -10px;
    right: -4px;
    color: #ffffff;
}

.topMenuSide .portalToggle {
	font-size:18px;
	padding:11px 0 9px;
	line-height:15px;
	white-space:nowrap;
	padding-right:5px;
	position:relative;
	cursor:pointer;
}

@media (min-width:768px){
	.topMenuSide .portalToggle .portalIcon {
		margin-right:14px;
	}
}

.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: -20px;
}
.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: auto;
	min-height: 30px;
	margin-left: 10px;
	margin-right:20px;
}
.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	z-index: 11;
}
.searchToggle .searchform {
	width: 30px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : 0px;
	padding-right : 0px;
	height: 30px;
	z-index: -1;
}
.searchToggle .searchform input.s {
	/*transition:300ms;*/
	background: transparent;
}
.searchToggle .searchform.openSearch input.s {
}
.searchform.openSearch {
	width: 210px;
	height: 79px;
}

@media (min-width:768px){
.searchform.openSearch {
	width: 250px;	
}
body:not(.menuopen) .searchToggle {
    display:inline-block;
}
.searchToggle .headerSearch .searchform input.s {
	bottom: 0;
}
}
.searchToggle .searchform.openSearch input.s:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.searchToggle .searchform.openSearch input.s {
	background: var(--red);
	color: #ffffff;
	border: solid 1px #fff;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
}

.searchToggle .searchform.openSearch input.s::placeholder {
	color:inherit;
}
/*.headerSearch #searchSubmit {
	width: 30px !important;
	height: 30px !important;
	background: url(images/search-icon-blue.png) center center no-repeat;
	font-size: 0 !important;
}*/.headGroup .searchToggle {
	display: inline-block;
	vertical-align: middle;
}

.headGroup .topMenu {
	display:none;
    list-style: none;
    margin: 0;
    padding: 19px 5px;
	position:absolute;
	top:100%;
	right:0;
}

.headGroup .topMenu li{
	display:inline-block;
	padding:0 10px;
}

.menuopen .headGroup .topMenu {
	display:flex;			
}
@media (min-width:992px){
	.headGroup .topMenu {
		display:flex;		
		padding: 19px 5px;
		position:static;
		top:auto;
	}
}
/*------------------------------------*\ 

    Navigation

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



.menu-toggle{

    position:relative;

	padding-right: 0px;	

	display:inline-block;

	cursor:pointer;

	height:30px;	

    color: var(--white);

}

.menu-toggle .toggleText{

	display:none;

	vertical-align:middle;

	font-size:14px;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:33px;

	height:16px;

	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: 33px;

    height: 2px;

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

}

.menu-toggle .toggleIcon span:after {

    top: 7px;

}

body.menuopen .menu-toggle .toggleIcon span {

    background-color: transparent!important;

}

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

    transform: rotate(135deg);

    top: 0px;

}

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

    transform: rotate(-135deg);

    top: 0px;

}

#navbar{

	position: fixed;

	right: 0;

	transition: transform 500ms;

	background-color: #fff;		

	z-index: 9999;

	top: 119px;

	bottom:0;

	width: 480px;

	max-width:100%;

	transform:translateX(100%);

	overflow-x: hidden;	

	padding:20px 20px;

	border-left:1px solid #676767;

}

body.menuopen .headGroup{ 

	border-bottom-color:#676767;	

}

body.menuopen  #navbar{ 

	transform:translateX(0%);

	z-index: 9999;

}	

#menu-main{

	margin-bottom:30px;

	margin-top:20px;

	clear:both;

}

#menu-main li{

	position:relative;

}	

#menu-main li a{

	display: block;

	text-decoration:none;

	color:#ec3822;

	line-height:1.35;

	position:relative;

	border-bottom:solid 1px #676767;

	padding:10px 10px;

}

#menu-main li a:hover{

	text-decoration:none;

	color:#000;

}

#menu-main .sub-menu {

	padding-left:40px;

	position:relative;

	display:none;

	border-bottom:solid 1px #676767;

}

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

	border-bottom:none;

}

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

	display:block;

}

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

	padding-right:35px;

}	

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

	position:absolute;

	right:0;

	top:5px;

	width:30px;

	height:30px;

}	

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 25px;

    left: 10px;

    top: 3px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}

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

	transform:rotate(90deg);

}



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

    Banner

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

#pageBanner,

.bannerWrap {

	position: relative;

	overflow:hidden;

	min-height:300px;

	max-height:680px;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	min-height:540px;

	max-height:100vh;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top:56.08%;

}

@media(min-width:768px){

	#homeBanner {

		max-height:880px;

	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}



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

    FOOTER

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



#footer{

	margin-top:2rem;

}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

	text-decoration:none;

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}



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

    Dynamic Content

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

.dynamicContent {

	margin-top:00px;

	margin-bottom:30px;

}

/*******Dividers******/
/*******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-new.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: 60px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size: 50px;

}







/*******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);

}





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

.staffMember {

	padding-bottom:15px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight: 400;

	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: 27px;

    transform: translateY(-50%);

}



/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

	--body_colour: #fff;

	--title_colour: #fff;

    background: #252829;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutContent {

	position:relative;

	text-align:center;

}

.callout .calloutTitle {

	font-size: 1em;

	margin: 0;

}

.callout .calloutText {
	margin-bottom: 53px;
}



.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom: 80px;

	padding-top: 80px;

}



/***POIS****/

.row.pois {

    --bs-gutter-y: 1.5rem;

}

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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--red);
	color: var(--white);
	margin-bottom:30px;
	border-radius: 0 36px 0 36px;
	max-height:400px;
}
.poi:hover  {
	color: var(--white);
	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: -1px;
    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.56;
	mix-blend-mode: multiply;	
}




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

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


.textOnlyBlock .poiText {
	position:relative;
	padding: 0;
}
.poi .poiTitle {	
	display:inline-block;
	text-align:left;
}
.poi .textOnlyBlock{
	color: var(--white);
}
.poi .poiTitle {
	font-family: "cronos-pro",sans-serif;
	display:block;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 400;
	position:relative;
	padding: 0px;
	line-height: 1.5;
	text-transform: uppercase;
	position:relative;
	padding-right:25px;
}
.poi .poiTitle:after {
	content: "\f062";
    position: absolute;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-style: normal !important;
    display: block;
    width: 14px;
    height: 25px;
    line-height: 35px;
    transform: rotate(-90deg);
    bottom: 0;
    font-size: 0;
    background: url(images/faq-arrow.png) center center no-repeat;
    right: 0px;
    background-size: 100% 100%;
}

.poi .textOnlyBlock .poiTitle {
	margin:0px 0 10px;
	text-align: center;
}
.textOnlyBlock {
	padding:71px 22px 62px;
	transition:300ms;
}

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

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

.poiImage .poiText {
	padding: 0px 30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:30px;
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:14px;
	transition:300ms;
}


.poi:hover .poiImage .poiText {
	bottom: 30px;
}
.poi .poiImage .poiText .button {
	display: none;
}
.poi:hover .poiImage .poiText .button {
	display: inline-block;
}


.poi:hover .poiImage .poiImageBG {
	opacity:0.08;
}
.poi:hover .poiImage .poiEx, .poi .textOnlyBlock .poiEx {
	max-height: 88px;	
	font-size: 16px;
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

.poi:hover .poiImage .poiTitle {
	text-align: left;
}



@media (min-width:992px){

	.poi {
		max-height:600px;
	}
}

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

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

	right: 0px;

	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(0deg);

}

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

    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

@media (max-width:991.99px){

	.side-menu-container {

		display:none;

	}

}



/*Blog sidebar*/

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

@media (min-width:1200px){



}

/*Animation*/





.hideme {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.hideme.active {

	opacity:1;

	top:0;

}





.container {
	max-width: 1140px;
}

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

.headGroup .menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 94px;
	height: 87px;
	background: transparent;
}
.fixedHeader .headGroup .menu-toggle, .menuopen .headGroup .menu-toggle, .menuopen.fixedHeader .headGroup .menu-toggle {
	background: var(--gold);
}


.headGroup .menu-toggle .toggleIcon {
	right: 50%;
	transform: translate(50%, -50%);
	top: 50%;

}

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

.fixedHeader .headGroup .headerIcon {
	display: none;
}


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

.homeBanner .videoframe:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    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.56;
	z-index: 11;
	mix-blend-mode: multiply;
}

.mb-mainLogo {
	display: none;
}


.welcomeBlock .container {
	position: relative;
	z-index: 2;
	max-width: 1280px;
}
.welcomeBlock {
	background: var(--white);
	padding: 70px 0 137px;
	position: relative;
	z-index: 111;
	margin-bottom: 0;
}
.welcomeBlock:before {
	content: '';
	width: 100%;
	height: 184px;
	display: block;
	position: absolute;
	left: 0;
    top: -90px;

	background-color: var(--white);
		mask-image:url('images/banner-shape.png');
		mask-position:center top;
		mask-repeat:no-repeat;
		mask-size: cover;

}
.welcomeBlock:after {
	content:'';
	display:block;
	position:absolute;
	width:30%;
	height:100%;
	max-height:400px;
	top:50%;
	right:0;
	transform: translate(50%, -50%);
    mask-image: url(images/carector-right-footer.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #4b4b4b;
}
.welcomeBlockContent {
    padding-right: 27px;
}

.welcomeBlockContent h1 {
	font-size: 90px;
	line-height: 0.85;
	margin-bottom: 30px;
	max-width: 320px;
}
.welcomeBlockContent h1 span {
	display: block;
}
.welcomeImage {
}

.welcomeImage a {
	display: block;
	position: relative;
	border-radius: 0 36px 0 36px;
	overflow: hidden;
}
.welcomeImage img {
}

.welcomeImage a:before {
	border-top: 10px solid transparent;
	border-left: 17px solid  var(--white);
	border-bottom: 10px solid transparent;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.welcomeImage a:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	background: var(--red);
	display: block;
	z-index: 1;
	border-radius: 50%;
	opacity: 0.88;
}


.welcomeImage a:hover:before {
	border-left-color: var(--white);
}
.welcomeImage a:hover:after {
	background: var(--gold);
}

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



.down-arrow {
	width: 61px;
	height: 61px;
	background: var(--gold);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left:-30px;
	color: #252829;
	overflow: hidden;
	z-index: 112;
	top: -84px;
	display: none;
}
.down-arrow .down-link {
	display: block;
	width: 61px;
	height: 61px;
	position: relative;
}
.down-arrow i {
	display: none;
}
.down-arrow .down-link:before {
	content: '';
	width: 21px;
	height: 35px;
	background: url('images/down-arrow.png') center center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width:992px){
	.welcomeBlock:before {
		top: -90px;
	}
	.down-arrow {
		top: -162px;		
	}
	.welcomeBlockContent {
		padding-right: 27px;
	}


}

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

	.welcomeBlock:before {
		mask-size: 100% 100%;
	}

}

.section_title {
}

.section_title h2 {
	font-size: 90px;
	line-height: 0.85;
	margin-bottom: 25px;
}

.homeDynamic.dynamic-poi {
	margin: 0;
	padding: 0px 0 75px;
	position: relative;
}

.homeDynamic.dynamic-poi:before {
	width: 100%;
	height: 100%;
	max-height: 383px;
	border-radius: var(--radius);
	background: var(--red);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}

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




.dynamic-quote {
	margin-bottom: 0px;
	padding: 114px 0 122px;
}

.bodyContent .dynamic-quote {
	padding: 50px 0 50px;
}
.calloutSubtitle {
	margin-bottom: 25px;
}

.quotes-holder {
	max-width: 864px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

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

.quoteContainer blockquote.quote-text {
	padding: 0;
	background: transparent;
}
.quoteContainer blockquote.quote-text p {
	padding: 0;
}


.quoteContainer .quote-cite {
	padding-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "cronos-pro",sans-serif;
	font-style: normal;
}


.dynamic-text-image-carousel .image-item {
	position: relative;
	max-width: 648px;
}

.dynamic-text-image-carousel .image-item:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 36px 0px 36px;
	content: '';
	display: block;
	background: rgba(0,0,0,0.2);
}


.dynamic-text-image-carousel .image-item img {
	border-radius: var(--radius);
	overflow: hidden;
}


.dynamic-text-image-carousel {
	margin: 0 0 170px;
}

.dynamic-text-image-carousel:before {
	content:'';
	display:block;
	position:absolute;
	width:30%;
	height:100%;
	max-height:400px;
	top:50%;
	left:0;
	transform: translate(-50%, -50%) rotatey(180deg);
    mask-image: url(images/carector-right-footer.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #4b4b4b;
}
.dynamic-text-image-carousel .container  {
	max-width: 1280px;
	position:relative;
}

.dynamic-text-image-carousel .block_details {
	max-width: 494px;
}

.dynamic-text-image-carousel .text_image_container {
	width: 100%;
}


.dynamic-image .image-item img {
	border-radius: var(--radius);
	overflow: hidden;
}
.dynamic-image .image-item img.size-landscape {
	aspect-ratio:16/9;
	object-fit:cover;
}
.bodyContent .dynamicContent.dynamic-video-block {
	margin-bottom: 100px;
}
.dynamic-video-block .image-item img {
	border-radius: var(--radius);
	overflow: hidden;
}

.dynamic-video-block .image-item a {
	position: relative;
	display: block;
}

.dynamic-video-block .video_title {
	position: absolute;
	left: 25px;
	bottom: -35px;
	font-weight: 400;
	text-transform: uppercase;
}



.dynamic-callout {
	margin: 0 0 130px;
	position: relative;
	overflow: hidden;
}
.bodyContent .dynamic-callout {
	margin: 0 0 130px;
}


.homeContent .dynamic-callout:before {
	content: '';
	width: 100%;
	height: 184px;

	display: block;
	position: absolute;
	left: 0;
    bottom: -60px;

	background-color: var(--white);
	mask-image:url('images/banner-shape.png');
	mask-position:center top;
	mask-repeat:no-repeat;
	mask-size: cover;
	z-index: 111;
}

.bodyContent .dynamic-callout .callout {
	border-radius: 0 36px 0 36px;
}

.dynamic-callout .callout {
	width: 100%;
	max-height: 920px;
}
.dynamic-callout .callout:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}


.bodyContent .dynamic-callout .callout {
	max-height: 450px;
}


.dynamic-callout .callout .calloutContent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 842px;
	padding: 0 25px;
	text-align:center;
	width: 100%;
}

.dynamic-callout .callout .calloutContent .calloutTitle h3 {
	margin: 0 0 50px !important;
	font-size: 90px;
	line-height: 0.85;
	color: var(--white);
	font-weight: 400;
}


.body-container .dynamic-callout .callout .calloutContent .calloutTitle h3 {
	margin: 0 0 30px !important;
	font-size: 32px;
	
}



/*.homeDynamic.dynamic-callout .owl-nav {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.homeDynamic.dynamic-callout .owl-nav .owl-prev {
	left: 195px;
	top: -22.5px;
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-prev:hover {
	background-color: #1b2d4b !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-next {
	right: 195px;
	top: -22.5px;
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-next:hover {
	background-color: #1b2d4b !important;
}*/

@media (min-width:768px){
	.homeDynamic.dynamic-callout .callout:before {
		padding-top: 57.823%;
	}
}


/*.dynamic-poi-carousel {
	padding: 120px 0 110px;
	margin: 0;
}

.dynamic-poi-carousel .section_title {
	margin-bottom: 120px;
}

.dynamic-poi-carousel .owl-dots {
	position: absolute;
	top: -85px;
	left: 0;
	width: 100%;
	text-align: center;
}*/


.tic_next_prev {
	position: absolute;
	top: 50%;
	right: -55px;
	width: 110px;
	height: 55px;
}
.owl-nav button, .tic_next_prev a.tic_next {
	position: absolute;
	right: 0;
	top: 0;
}
.owl-nav button, .tic_next_prev a.tic_prev {
	position: absolute;
	left: 0;
	top: 0;
}



.owl-nav button, .tic_next_prev a {
	background: var(--gold) !important;
	width: 55px;
	height: 55px;
	transform: translateY(-50%);
	display: inline-block;
}
.owl-nav button:hover, .tic_next_prev a:hover {
	background: var(--red) !important;
}
.owl-nav button i, .tic_next_prev a i {
	display: none;
}
.owl-nav button:before, .tic_next_prev a:before {
	content: '';
	height: 15px;
	width: 25px;
	display: block;
		background-color: var(--white);
			mask-image:url('images/faq-arrow-2.png');
			mask-position:center bottom;
			mask-repeat:no-repeat;
			mask-size: 100% 100%;	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
}
.owl-nav button.owl-next:before, .tic_next_prev a.tic_next:before {
	transform: translate(-50%, -50%) rotate(-180deg);
}


.tic-pager {
	position: absolute;
	right: 0;
	bottom: -50px;
}

.tic-pager span {
	font-size: 0;
	width: 12px;
	height: 12px;
	background: var(--purple);
	opacity: 0.28;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px;
}

.tic-pager span.cycle-pager-active {
	background: var(--red);
	opacity: 1;
}

.map-text-block-main .map-button {
	margin-right: 16px;
	margin-top: 30px;
}

.map-text-block-main .map-button:last-child {
	margin-right: 0;
}

#footer {
	background: var(--red);
	color: var(--white);
	position: relative;
	margin-top: 160px;
	padding: 150px 0 30px;
	font-size: 16px;
	line-height: 2;
}

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


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

#footer ul li {
}

.footer-title h2 {
	color: var(--white);
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 1.3334;
	text-transform: uppercase;
}

#footer h3 {
	color: var(--white);
	font-size: 16px;
	line-height: 1.3334;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}


.footer_col_1 {
	position: relative;
}


.footer_col_2 {
}
.address-info span {
	display: block;
}

.address-info p {
	margin: 0;
}



#footer:after {
	background: url('images/carector-right-footer.png') right top no-repeat;
	background-size: 100% auto;
	content: '';
	width: 100%;
	max-width: 760px;
	height: 100%;
	display: block;
	position: absolute;
	right: -180px;
	top: 130px;
	z-index: 1;
}
#footer:before {

	content: '';
	width: 100%;
	height: 184px;
	display: block;
	position: absolute;
	left: 0;
    top: -90px;

	background-color: var(--white);
		mask-image:url('images/footer-bg-top.png');
		mask-position:center bottom;
		mask-repeat:no-repeat;
		mask-size: cover;

}

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

	#footer:before {
		mask-size: 100% 100%;
	}

}


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

#footer h2 {
	margin-bottom: 60px;
}


.footerLower {
	padding: 180px 0 0;
	background: transparent;
	font-size: 12px;
}

#footer ul {
	margin-bottom: 20px;
}
#footer .tel-info {
	margin-bottom: 0px;
}

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

.footer_col_1 .email-info {
	margin-bottom: 65px;
}




ul.socials li {
	min-width: inherit;
	padding: 0px 7px;
}
ul.socials li:first-child {
	padding-left: 0;
}
ul.socials li:last-child {
	padding-right: 0;
}

#footer .socials {
	margin-bottom: 0px;
}

#footer .socials a {
	font-size: 19px;
}

#footer .footer-socials {
	margin-bottom: 35px;
}


.footer-button {
	font-size: 16px;
	letter-spacing: 1.6px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	text-transform: uppercase;
	font-family: "cronos-pro",sans-serif;
}
.footer-button:hover {
	color: var(--gold);
	text-decoration: underline;
}

.footerLower .link-ft {
	margin: 0 4px;
}

.footerLower .link-ft:first-child {
	margin-left: 0;
}
.footerLower .link-ft:last-child {
	margin-right: 0;
}

.homeBanner .slideText {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	z-index: 111;
	padding: 0px 25px;
	text-align: center;
}

.homeBanner .slideText .top_title {
	
	font-size: 90px;
	line-height: 0.87;
	font-weight: 400;
	color: var(--white);
	font-family: "cronos-pro",sans-serif;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-shadow: 0px 3px 90px #000000;

}
	
.homeBanner .slideText .bottom_title {
	
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	color: var(--white);
	letter-spacing: 1.6px;
	text-transform: uppercase;

	max-width: 640px;
	margin: 0 auto;
	text-shadow: 0px 0px 90px #000000;

}
.homeBanner .slideText .bottom_title span {
	display: block;
}








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




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

.breadcrumbs {
    font-size: 16px;
    line-height: 2;
    color: var(--body_colour);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 15px 140px 15px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 40px;
    border-bottom: none;
    min-height: 32px;
    font-weight: 400;
	display: inline-block;
}

.breadcrumbs .share {
	position: absolute;
	right: 0px;
	top: 13px;
    min-height: 32px;
	padding-right: 25px;
	background: url('images/share-icon-inner.png') right center no-repeat;
}

.breadcrumbs .addtoany_list a, .widget .addtoany_list a {
	font-size: 16px !important;
}


.breadcrumbs em {
	margin: -3px 10px 0px;
	width: 1px;
	height: 12px;
	background: var(--body_colour);
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: var(--body_colour);
	text-decoration: none;
}

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

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


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

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

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

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

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

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


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

.bodyContent .body-text a {
	text-decoration: underline;
}


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

.bodyContent h2, .sidebar h2, .bodyContent h3, .sidebar h3 {    
	font-family: "Raleway", sans-serif;
	font-weight: 700 !important;
}*/



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

.staff-meta a.email-value:hover:before {
    color: var(--white);
    background: #1b2d4b;
}



.wpmf-gallery-icon {
	border-radius: 0 36px 0 36px;
	overflow: hidden;
}

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



.bodyContent {
}




.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul:not([class]) li:not([class]) {
    padding-left: 30px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom:5px;
}



.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 9px;
    height: 9px;
    background: var(--lightblue);
    position: absolute;
    left: 0px;
    border-radius: 12px;
    top: 7px;
}

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

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

.dynamic-image .container {
	padding: 0;
}
.dynamic-video-block .container {
	padding: 0;
}
.dynamic-documents .container {
	padding: 0;
}

.dynamic-video-block a.video_url {
	display: block;
}
.dynamic-video-block a.video_url:before {
	border-top: 10px solid transparent;
	border-left: 17px solid  var(--white);
	border-bottom: 10px solid transparent;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.dynamic-video-block a.video_url:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	background: var(--red);
	display: block;
	z-index: 1;
	border-radius: 50%;
	opacity: 0.88;
}


.dynamic-video-block a.video_url:hover:before {
	border-left-color: var(--white);
}
.dynamic-video-block a.video_url:hover:after {
	background: var(--gold);
}








.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 15px;
}
.faq-question {
	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color:  var(--gold);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 0px;
	text-transform: uppercase;
    line-height: 1.1;
    overflow: hidden;
    border: none;
	margin: 0px;
	font-weight: 400;
	font-family: "cronos-pro",sans-serif;

}
.faq.open .faq-question {
    background: var(--red);
    color: var(--white);
    border: none;
}
.faq:hover .faq-question {
    background: var(--red);
    color: var(--white);
    border: none;
}
.faq-question:after {
    display: block;
    width: 21px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 13px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f107';
}

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

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

.faq-answer {
    display: none;
    background: #f6f6f6;
    margin-bottom: 0px;
	transition: none;
	padding: 30px 20px 30px;
}

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

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

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


a.document-link {

	position: relative;
	width: 100%;
	display: block;
	text-align: left;	
}



.document {
	margin-top:20px;
	width: 100%;
}

a.document-link:after {
    display: block;
    width: 15px;
    height: 22px;
	line-height: 22px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 13px;
    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:center top;
		mask-repeat:no-repeat;
		mask-size: 100% 100%;

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



.dynamic-web-links .container {
	padding: 0;
}

.sn_web_link {
	display: block;
	text-align: left;
	margin-bottom: 20px;
}


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

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

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


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

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



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


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

.bodyContent .dynamic-quote {

}

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


.bodyContent .dynamic-quote .quoteContainer:before {

	content:'';

	width:100%;

	height:1px;

	position:absolute;

	top:0;

	left: 0;

	background: var(--gold);


}



.bodyContent .dynamic-quote .quoteContainer:after{

	content:'';

	width:100%;

	height:1px;

	position:absolute;

	bottom:0;

	left: 0;

	background: var(--gold);


}




.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0 !important;

	position: relative;
}


.bodyContent .quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	font-style: normal;
	color: var(--gold);
	padding-top: 30px;
	margin: 0;
	text-align: center;

}

.bodyContent .quoteContainer blockquote.quote-text .quote-cite span {
	font-weight: 400;
}

/*
.dynamic-staff h2.sectionTitle {
	margin: 0 0 65px;
	font-size: 38px;
}*/



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

.staffMember h3 {
	margin: 0px 0 25px;
	font-size: 26px;
	line-height: 1.2;
}
.staffMember h3 span {
	display: block;
	font-size:20px;
}
.staffContent  {
	margin-top:30px;
	margin-bottom:30px;
}
.staff-meta .meta-label {
	color: var(--body_colour);
	text-transform: inherit;
	letter-spacing: 0px;
}
.staff-meta .meta-value {
	color: var(--body_colour);
	text-transform: inherit;
	letter-spacing: 0px;
}
.dynamic-carousel .owl-nav {
	position: absolute;
    width: 100%;
    max-width: 300px;
    left: 50%;
    bottom: 10px !important;
    transform: translateX(-50%);
}

.dynamic-carousel .owl-dots {
	padding-top: 57px;
}

.bodyContent .dynamic-carousel {
	margin-bottom: 65px;
}



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

.body-container {
	margin: 0 auto;
}


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


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

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    width: 80%!important;
    margin: 5px 0 0 20px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    background-color: var(--gold)!important;
  }

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


.sidebar {
    padding-left: 0px;
	padding-top: 15px;
}
.side-menu-container {
    color: var(--white);
    padding: 50px 35px 90px;
    position: relative;
	overflow: hidden;
	background: var(--red);
	margin-bottom: 40px;
	border-radius: 0 36px 0 36px;
}
.sidebarSec {
    background: var(--purple);
    color: var(--white);
    padding: 50px 35px 50px;
    position: relative;
	border-radius: 0 36px 0 36px;
}
.sidebarSec h2 {
	color:#fff;
}

.sidebarSec a {
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
	letter-spacing: 1px;
	font-weight: 500;
    padding: 10px 0px 10px 0px;
	text-decoration: none;
}
.sidebarSec a:hover {
    color: var(--gold);
}

.sidebarSec .wp-block-search__button {
	background: var(--red) !important;
	color: var(--white) !important;
	border-color: var(--red) !important;
}
.sidebarSec .wp-block-search__button:hover {
	background: var(--gold) !important;
	color: var(--white) !important;
	border-color: var(--gold) !important;
}




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

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


#menu-side .sub-menu li:last-child a {
	border: none;
}



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

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


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

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


#menu-side a {
    color: var(--white);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
	font-weight: 400;
	letter-spacing: 1px;
    padding: 10px 25px 10px 0px;

	font-weight: 400;
	font-family: "cronos-pro",sans-serif;
}



#menu-side .sub-menu .sub-menu li a {
    font-size: 20px;
	font-weight: 300;
}

#menu-side .sub-menu .sub-menu li a:before {
	width: 12px;
	height: 12px;
	background: currentColor;
	border-radius: 50%;
	display: inline-block;
	content: '';
	margin-right: 12px;
	vertical-align: middle;
}


#menu-side a span {
}

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

#menu-side li a:hover {

	color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 11px;
    height: 19px;
	line-height: 19px;
	transform: rotate(-90deg);
	top: 16px;
	right: 5px;
    font-size: 0;
	background: url('images/faq-arrow.png') center center no-repeat;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    width: 11px;
    height: 19px;
	line-height: 19px;
	transform: rotate(-90deg);
	top: 9px;
    font-size: 0;
	background: url('images/faq-arrow.png') center center no-repeat;
}


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



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


#menu-side .sub-menu li.open li a {
    color: var(--white);
    line-height: 40px;
    padding: 0px;
	border: none !important;
	font-weight: 300;
}

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

#menu-side .sub-menu li.open li a:hover {
    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	border: none !important;
    background: transparent;
}

#menu-side .sub-menu li.open li a:before {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--white);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: -3px;
}



#menu-side .sub-menu .sub-menu {
    padding: 5px 35px 5px 0px;
    background: transparent;
	margin-left: 0px;
	margin-right: 0px;
}

#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 5px 35px 5px 0px;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: var(--white);
}
#menu-side .sub-menu li.open > a {
    color: var(--white);
	border-color: transparent;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: var(--white);
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

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


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

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

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

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

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

}


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






.poi {
	position: relative;
}
.poi .textOnlyBlock {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
.poi .textOnlyBlock:before {
	content: '';
	padding-top: 100%;
	display: block;
}

.poi .textOnlyBlock .poiTitle {
	font-size: 36px;
	line-height: 1.3334;
}

.poi .textOnlyBlock .poiText {
	position: absolute;
	transform: translateY(-50%);
	padding: 0px 25px;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}


.standard-staff-text {
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
}
.standard-staff-text .read-link-poi {
	text-transform: uppercase;
	text-decoration: underline;
}


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


.standard-staff-text .staff-biog p {
	height: 52px;
	overflow: hidden;
}

.standard-staff-image {
	width: 40%;
}
.standard-staff-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	border-radius: 0 36px 0 36px;
	overflow: hidden;
}
.staffMember {
	border-radius: 0 0 0 36px;
}




.bg-light-blue {
	background: var(--lightblue);
	color: var(--white);
}
.bg-red {
	background: var(--red);
	color: var(--white);
}
.bg-mustard {
	background: var(--gold);
	color: var(--white);
}
.bg-purple, .bg-navy-blue {
	background: var(--purple);
	color: var(--white);
}

.dynamic-poi .poi .textOnlyBlock .poiEx {
	height: 96px;
	overflow: hidden;
	margin-bottom: 0px;
	max-height: 96px;
}


.poi .read-link-poi {
	color: var(--white);
	border: 1px solid var(--white);
	background: transparent;
}
.poi:hover .read-link-poi {
	color: var(--white);
	border: 1px solid var(--red);
	background: var(--red);
}


.poi.bg-red:hover .read-link-poi {
	color: var(--white);
	border: 1px solid var(--gold);
	background: var(--gold);
}



.dynamic-map-section {
}

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

.dynamic-map-section .map-image-text-banner-inner {
	max-width: 419px;
}

.dynamic-map-section .image-item  {
	margin-right: -70px;
}
/*
.dynamic-map-section .image-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/



.side-fixed-btn {
	position: fixed;
	z-index: 999;
	transform: translateY(-50%) rotate(-90deg);
	right: -62px;
	top: 50%;
}




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


	.side-fixed-btn {
		position: fixed;
		z-index: 999;
		transform: translateY(-50%) rotate(-90deg);
		right: -70px;
		top: 50%;
		padding-top: 7px;
		padding-bottom: 7px;
		display: none;
	}

	
	.headGroup  {
		padding-left: 0 !important;
	}
	.headGroup .headerIcon {
		text-align: center;
	}
	.fixedHeader .headGroup .headerIcon {
		display:block;
	}
	.fixedHeader .headGroup {
		background: var(--red);		
	}
	.fixedHeader .headGroup .topItems {
		display:block;
	}
	#homeBanner {	

		position: relative;

		overflow:hidden;

		height:640px;
	}

	.homeBanner .hero:before, .page-banner .hero:before {
		height: 40%;
	}
	.homeBanner .slideText {
		line-height: 90px;
		bottom: 50px;

	}
	.homeBanner .slideText .top_title {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		font-size: 50px;
    	line-height: 0.87;		
		text-align: center;
	}
	.homeBanner .videoframe .vidUnmute {
		display: none;		    
    	bottom: unset;
    	top: 80px;
    	right: 20px;
	}


	.welcomeBlock {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 100px;
		padding-top: 30px;
		margin-bottom: 0;
	}
	.welcomeBlock .container {
		padding: 0;
	}
	.dynamic-poi .container	{
		padding: 0 25px;
	}
	.welcomeBlock .quote_content:after {
		bottom: -25px;
	}
	.welcomeBlockContent h1 {
		font-size: 44px;
		max-width: 200px;
	}
	.welcomeBlockContent {
		margin-bottom: 40px;
	}

	.dynamic-poi .owl-dots span {
		background-color: var(--white);
	}
	.dynamic-poi .owl-dot.active span {
		background-color: var(--white);
	}
	.dynamic-text-image-carousel {
		padding-left: 13px;
		padding-right: 13px;
		margin: 0 0 80px;
	}

 	.poiImage {
		background: inherit;
		padding: 0px 13px;
	}
	.dynamic-quote {
		margin-bottom: 0px;
		padding: 40px 25px 40px;
	}
	.section_title h2 {
		font-size: 36px;
	}
	/*
	.image-text-block-main .section_title h2 {
		font-size: 58px;
	}*/
	.dynamic-callout {
		margin-bottom: 60px;
	}
	.map_section_container {
		padding-left: 13px;
		padding-right: 13px;
	}
	.map-text-block-main .map-button {
		margin-right: 16px;
		margin-top: 20px;
	}
	.map-text-block-main {
		margin-bottom: 60px;
	}
	.dynamic-map-section .image-item {
		margin: 0;
	}

	.dynamic-callout .callout {
		height: 640px;
	}
	.dynamic-callout .callout .calloutContent {
		padding-left: 25px;
		padding-right: 25px;
	}	

	.homeDynamic.dynamic-poi .owl-nav {
		display: none;
	}
	.dynamic-callout .callout .calloutContent .calloutTitle h3 {
		font-size: 44px;
	}
	.homeDynamic.dynamic-poi .owl-dots {
		text-align: center;
		margin-top: 0 !important;
	}

	.row.owl-carousel .owl-stage {
		padding: 0 !important;
	}
	.row.owl-carousel {
		margin: 0 !important;
	}
	.welcomeBlockContent {
		padding-right: 12px;
	}
	.map-image-text-banner-inner .section_title h2 {
		max-width: 280px;
	}
	.dynamic-map-section .container {
		position: relative;
		z-index: 1;
	}

	footer#footer {
		padding-top: 100px;
		margin-top: 40px;
	}
	footer#footer .container {
		position: relative;
		z-index: 11;
		padding: 0px 25px;
	}
	/*#footer h2 {
		font-size: 44px;
	}*/
	.footer_col_1 {
		margin-bottom: 80px;
		padding-right: inherit;
	}
	.footer_col_1:before {
		right: auto;
		width: 70%;
		left: 12px;
		top: auto;
		bottom: -55px;
		height: 1px;
	}
	.footer_col_1 .email-info {
		margin-bottom: 45px;
	}
	.footer_col_2 {
		padding-left: 12px;
	}

	.footerLower {
		text-align: left;
		padding-top: 100px;
	}




	/*Menu Styles new */


	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--red);
		padding: 180px 0px 00px;
		color: var(--white);
		top: 0px !important;
		border: none;
	}
	#navbar .menu-main-container{
		padding-bottom:60px;
   		overflow-x: hidden;
		position:relative;
	}
	.menuopen .headGroup .headerIcon {
		display: block !important;
	}


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

	.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 {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 24px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--white);
		padding: 12px 28px 12px 0px !important;
		text-transform: uppercase;
		display: block;
		font-weight: 400;
		font-family: "cronos-pro", sans-serif;


	}

	
	#menu-main li li.submenu_parent a {
		font-family: "cronos-pro", sans-serif;
		font-size: 24px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--white);
		border: none;
	}	
	#menu-main li li.submenu_parent a:before {
		display: none !important;
	}


	#menu-main li li li.submenu_parent a {
		margin-bottom: 80px;
	}

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


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

	}


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

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

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

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 2;
		text-transform: uppercase;
		font-weight: 400;
		padding: 7px 28px 7px 0px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-family: 'Open Sans', sans-serif;
	}

	#menu-main .sub-menu .sub-menu li a {
		font-weight: 300;
		border-bottom: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}

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

	#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, #menu-main .sub-menu li.open > a {
		color: rgba(255, 255, 255, 0.7);
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: var(--white);
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	}

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

	#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: 14px;
		text-transform: uppercase;
		letter-spacing: 1.6px;
		margin-bottom: 0px !important;
		display: block;
		position: fixed;
		color: var(--white) !important;
		top: 100px;
		left: 25px;
		font-weight: 400;
		line-height: 35px;
		z-index: 99999999 !important;
		font-family: 'Open Sans', sans-serif;
		padding: 0 !important;
		border: none !important;
	}
	.back-to-main:hover {
		color: var(--gold) !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: center;
		display: flex;
	}


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



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

	.dynamic-text-image-carousel .image-item {
		max-width: 100%;
	}

	.dynamic-text-image-carousel .text-img-box {
		margin-bottom: 90px;
	}
	.dynamic-text-image-carousel .image-item .tic-pager {
		right: 50%;
		transform: translateX(50%);
	}


	.tic_next_prev {
		right: -25px;
		width: 100%;
	}

	.tic_next_prev a.tic_prev {
		position: absolute;
		left: -50px;
		top: 0;
	}








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

	#homeBanner {
		max-height:calc(100vh - 70px);
	}
	.homeBanner .slideText {
		bottom: 50px;
	}
	
}

.callout-pager {
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	z-index: 111;
	width: 100%;
	text-align: center;
	display: none;
}
.callout-pager span {
	font-size: 0;
	line-height: 6px;

	width: 6px !important;
	margin: 0px 5px;
	
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	height: 6px !important;

	border-radius: 6px;

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



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

	body.menuopen .headGroup {
		height: 87px;
		padding-top: 32px;
		padding-top: 12px;
	}

}


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

	body.menuopen .headGroup .menu-toggle {
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
		z-index: 99 !important;
		width: 94px !important;
		height: 87px !important;
		background: var(--gold) !important;
	}

	body.menuopen .menu-toggle .toggleIcon {
		right: 50% !important;
		transform: translate(50%, -50%) !important;
		top: 50% !important;
	}


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

	

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

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

	
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 700ms cubic-bezier(0.68, 0.05, 0.32, 0.95);
	    top: 0px;
        margin-top: 0px;
        padding: 0px 0 0px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		height: 100vh;
		max-height:  100vh;
		background: rgba(136, 25, 68, 0.93);
		border: none !important;
	}
	.main-headbox .menuLogo {
		position:absolute;
        left: 26px;
        top: 12px;
        padding-top: 0;
		width:80px;
		height:80px;
		z-index:5;
	}
	.menu_image_box {
		text-align: center;
		padding: 0;
	}

	.menu_custom_image_box {
		text-align: center;
	}

	.menu_image_box img {
		width: 100%;
		height: auto;
		max-height: 410px;
		object-fit: cover;
		max-width: 380px;
		min-height: 380px;
		display: block;
		margin: 0px auto 0px;
	}
	.menu_image_box .menu_link {
		position: relative;
		display: inline-block;
		border-radius: 0 36px 0 36px;
		overflow: hidden;
		background: var(--lightblue);
		text-align: left;
	}


	.menu_image_box .menu_link:hover img {
		opacity: 0.08;
	}


	.menu_link_label {

		font-family: "cronos-pro", sans-serif;
		display: block;
		font-size: 20px;
		letter-spacing: 2px;
		font-weight: 400;
		position: absolute;
			left: 0;
			bottom: 30px;
		width: 100%;
		padding: 0px 30px;
		line-height: 1.5;
		text-transform: uppercase;
		color: var(--white);

	}



    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    body.menuopen .headGroup {
        z-index: 99999 !important;
	}



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

    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 120px 0px 120px 20% !important;
        float: none;
        width: 100%;
        position: relative;
		height: 100%;
		width: 100%;
        min-width: inherit;
        flex-direction: column;
        justify-content: center;
		background: var(--red);
		--link_colour: var(--white);
		--link_colour_hover: var(--gold);
		display: flex;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
		position: static;
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: none;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 120px 0px 120px 0px !important;
		width: 50%;
        min-width: inherit;
        flex-direction: column;
        justify-content: center;
        left: 100%;
		background: var(--gold);
		--link_colour: var(--white);
		--link_colour_hover: var(--red);
		height: 100%;
   }
/*
   .menu-main-right-container ul li:hover > ul {
		display: block;
   }
*/

   .headmenu-box {
	padding: 0;
   }
	
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 120px 0px 120px 0px !important;
        z-index: 115;
        width: 100%;
		min-width: inherit;
		flex-direction: column;
		justify-content: center;
		background: var(--purple);
		height: 100%;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
		position: static;
        padding: 0px 40px;
    }
    
    .menu-main-right-container ul li{
		margin-bottom: 0px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 36px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		padding: 20px 50px 20px 0px !important;
		text-transform: uppercase;
		display: block;
		font-weight: 400;	
		opacity: 1;
		position: relative;
		margin-right: 20%;
		font-family: "cronos-pro",sans-serif;

	}
	
    .menu-main-right-container ul ul li a {
        font-size: 16px;
		border: none;
		line-height: 2;
		letter-spacing: 0px;
		padding: 7px 28px 7px 0px !important;
		text-transform: inherit;
		display: block;
		font-weight: 400;	
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		opacity: 1;
		margin-right: 0;
		font-family: "Open Sans", sans-serif;
	}


    .menu-main-right-container ul ul ul li a {
		padding: 5px 28px 5px 0px !important;

	}

    /*.menu-main-right-container ul li a:hover {
		color: rgba(255, 255, 255, 0.7);
		opacity: 1;
    }
    .menu-main-right-container ul li:hover > a {
		opacity: 1;
		color: rgba(255, 255, 255, 0.7);
    }
	
	.menu-main-right-container ul ul li a:hover {
		color: rgba(255, 255, 255, 0.7);
 	}
	.menu-main-right-container ul ul ul li:hover > a {
		color: rgba(255, 255, 255, 1);
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
 	}*/



     .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
	}
	
	.menu-main-right-container ul li.menu-item-has-children > a:after {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;


		width: 19px;
		height: 35px;
		line-height: 35px;
		transform: rotate(-90deg);
		top: 19px;
		font-size: 0;
		background: url('images/faq-arrow.png') center center no-repeat;
		right: 5px;
		background-size: 100% 100%;
	
	}
	.menu-main-right-container ul li.menu-item-has-children > a:hover:after {
	}

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

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

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

	.menu-main-right-container ul ul li.menu-item-has-children ul {
		z-index: 1;
	}

    .menu-main-right-container ul li.menu-item-has-children:hover > ul {
        opacity:1;
		transform:translateX(0%);
        pointer-events: auto;
		display: flex;
		top: 0;
    }
/*

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

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

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


    .menu-main-right-container ul ul li {
        float: none;
    }
    
    #navbar {
        display: none;
    }
	.menuopen .headGroup {
		z-index: 99999;
	}
	.main-menu-right {
		height: 100%;
	}
	.menu-main-right-container {
		height: 100vh;
	}
/*
	.menuopen.fixedHeader .headGroup .headerIcon {
		display: block;
	}
*/
	body.menuopen .headGroup {
		height: 0px;
	}
	
	.headGroup .headerIcon,
	.headGroup .headerIcon img{
		transition:300ms;		
	}
	body.menuopen .headGroup .headerIcon {
		position: absolute;
        left: 26px;
        top: 12px;
		padding-top:0;
		display:none!important;
	}
	body.menuopen .headGroup .headerIcon img{
		width:120px;		
	}




}


ol.wp-block-latest-comments {
	padding: 0;
}



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

.popupAlert {
	max-width: 640px !important;
	padding: 50px 75px !important;
	color: var(--body_colour);
	background: var(--white) !important;
	text-align: left !important;
}


.popupAlert .noticeText .popTitle {
}
.popTitle { 
	color: var(--purple);
	font-size: 90px;
	line-height: 0.85;
	margin: 0px;

	text-align: left;
	position: relative;

	margin-bottom: 25px;
	font-weight: 400;
	font-family: "cronos-pro",sans-serif;

}

.popTitle span { 
	display: block;
}

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

.alert-btn .button {
}
.alert-btn .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(--purple) !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
}


@media only screen and (max-width : 991px) {
	
	#footer:after {
		background: url(images/carector-right-footer.png) left top no-repeat;
		background-size: 100% auto;
		content: '';
		width: 100%;
		max-width: 760px;
		height: 100%;
		display: block;
		position: absolute;
		right: -35%;
		top: auto;
		z-index: 1;
		background-size: 200% auto;
		bottom: -290px;
	}

	.homeDynamic.dynamic-poi .section_title h2 {
		max-width: 310px;
		margin: 0px auto !important;
	}

	.bodyContent .dynamic-poi .owl-dots, .sidebar .dynamic-poi .owl-dots {
		text-align: center;
	}

	.bodyContent .dynamic-poi .owl-nav, .sidebar .dynamic-poi .owl-nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 15px;
		width: 300px;
	}
	.bodyContent .dynamic-poi .owl-nav .owl-prev, .sidebar .dynamic-poi .owl-nav .owl-prev {
		position: absolute;
		left: 0;
	}
	.bodyContent .dynamic-poi .owl-nav .owl-next, .sidebar .dynamic-poi .owl-nav .owl-next {
		position: absolute;
		right: 0;
		left: auto;
	}
	.bodyContent .dynamicContent {
		padding-right: 0;
	}

	.headGroup .menu-toggle {
		background: transparent;
	}
	.fixedHeader .headGroup .menu-toggle, .menuopen .headGroup .menu-toggle {
		background: var(--gold);
	}


}

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

	.popTitle {
		font-size: 60px;
	}

	.popupAlert {
		padding: 20px !important;
	}

	#bellevue-banner-open:after	{
		right: 42px !important;
	}
	#bellevue-banner-open img {
		right: 30px !important;
	}

	.owl-nav button, .tic_next_prev a {
		width: 45px;
		height: 45px;
	}

}


