/*
	Theme Name: Schoolcms
	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 : #253A60;
	--link_colour : #E52628;
	--link_colour_hover : #253A60;	
	--button_bg: transparent;
	--button_colour: #E52628;
	--button_bg_hover: #E52628;
	--button_colour_hover: #FFFFFF;


	--red: #E52628;
	--white: #FFFFFF;
	--blue: #253A60;
	--gray: #9C9C9A;
	--lightgray: #0000001C;
	--offwhite: #F5F5F4;
	--black: #000000;
	--green: #8B9062;


}

/*Content Wrapper*/

/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: var(--gray);
	border-radius:50%;
	vertical-align: middle;
}
.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;
	height: 6px;
    line-height: 6px;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 5px;
	opacity:0.41;
}
.owl-dots .owl-dot.active {
	opacity:1;
}
.owl-dots .owl-dot.active span {
	background-color: var(--red);
}




.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
	margin-left:-15px;
	margin-right:-15px;
}
.breadcrumbs > span{
	display:inline-block;
	padding:0 15px;
}
.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: 89px;
	position:relative;
}
body.home header.mainHeader {
	height: 0px;	
}
.headGroup {
	color: var(--red);
	background: var(--white);
	transition:300ms;
	padding: 9px 45px 9px 30px;
	z-index:220;
	position:fixed;
	height:89px;
	width:100%;
	top:0;
	left:0;
}

.home:not(.menuopen) .headGroup {
	background: transparent;
	padding-top:51px;
	padding-left: 54px;
	padding-right: 46px;
	padding-bottom:15px;
	color: var(--white);
}
.menuopen .headGroup,
.fixedHeader .headGroup, .home.fixedHeader .headGroup {
	background: var(--white);
	color: var(--red);
	padding: 9px 45px 9px 30px;
}

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



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


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



.home.fixedHeader .home-mainLogo, .home.menuopen .home-mainLogo, .fixedHeader .home-mainLogo, .menuopen .home-mainLogo {
	display: none;
}
.home.fixedHeader .mainLogo, .home.menuopen .mainLogo, .fixedHeader .mainLogo, .menuopen .mainLogo {
	display: block;
}







.headGroup .head-links {
	display: inline-block;
}

.headGroup .head-links .head-link {
	margin: 0 12px;
	color: var(--red);
	border-color: var(--red);
}
.home .headGroup .head-links .head-link {
	margin: 0 12px;
	color: var(--white);
	border-color: var(--white);
}
.home.fixedHeader .headGroup .head-links .head-link, .fixedHeader .headGroup .head-links .head-link, .menuopen .headGroup .head-links .head-link {
	color: var(--red);
	border-color: var(--red);
}
.home.fixedHeader .headGroup .head-links .head-link:hover, .fixedHeader .headGroup .head-links .head-link:hover, .menuopen .headGroup .head-links .head-link:hover, .headGroup .head-links .head-link:hover {
	color: var(--white);
	background-color: var(--red);
	border-color: var(--red);
}
.header-left {
	padding: 0;
}
.header-right {
	text-align: right;
	padding: 0;
}
.header-right .button.bg-video {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
.header-right .button.bg-video:after {
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid currentColor;
    border-bottom: 6px solid transparent;
    content: '';
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 12;
}



.socialDesktop {
	justify-content: end;
    display: flex;
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	padding-right:32px;	
	display:inline-block;
	cursor:pointer;
	height:20px;
	vertical-align: middle;
	margin-left: 30px;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:32px;
	height:20px;
	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: 32px;
    height: 1px;
    background-color: var(--green);
    display: block;
    transition:all 300ms;
	position:absolute;
}


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



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


.home.fixedHeader .menu-toggle .toggleIcon span,
.home.fixedHeader .menu-toggle .toggleIcon span:before,
.home.fixedHeader .menu-toggle .toggleIcon span:after{
    background-color: var(--green);
}

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



.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	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: 440px;
	max-height: 715px;
	margin-bottom: 107px;
	margin-bottom: 60px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 50.897%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
@media(min-width:768px){
	#homeBanner {
		max-height:899px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:58%
	}
}

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

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

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

.dynamicContent {
	margin-top:00px;
	margin-bottom:30px;
}
/*******Dividers******/
.dividera{
    clear: both;
    width: 100%;
    height: 70px;
    background-image: url('images/icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 70px;
    background-image: url('images/icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}



/*******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{
}
.faqs .faq.open:last-child .faq-answer{
}


/******Staff********/
.staffMember {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px var(--gray);
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
}
.staff-meta.featured-staff-metas .staff-meta > *{
	display: 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:600;
	padding:0;
}
/****Documents******/
a.button.document-link {
	padding-right:50px;
	width:100%;
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
    background: var(--blue);
	overflow:hidden;
}
.callout:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url('images/bird-icon-watermark.png') center center no-repeat;
	background-size: contain;
	max-width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.callout .calloutContent {
	position:relative;
	text-align:center;
	z-index: 11;
}
.callout .calloutTitle {
	margin: 0;
}

.callout .calloutTitle h3 {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 23px;
	font-family: "minion-pro-display",serif;
}

.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.callout.hasbg .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.callout .coimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}

.callout .calloutContent {
	padding-bottom:300px;
	padding-top: 403px;
}

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


/***POIS****/


.dynamic-poi {
	margin: 0;
	padding: 60px 0 40px;
	position: relative;
}
.bodyContent .dynamic-poi {
	padding-bottom: 70px;
}



.homeContent .dynamic-poi:before {
	content: '';
	background-color: var(--gray);
	mask-image: url('images/poi-border-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 753px;
	max-height: 323px;
	z-index: -1;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}



.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--blue);
	color:#fff;
	margin: 0 auto;
	mask-image: url('images/sheild-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 385px;
	width: 100%;
	max-width: 338px;
	max-height: 385px;

	display: block;
	z-index: 1;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
	

}

.poiImage .poiImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	opacity: 0.7;

	background: -moz-linear-gradient(bottom,rgba(37, 58, 96, 1) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom,rgba(37, 58, 96, 1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top,rgba(37, 58, 96, 1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);


}
.poiImage .poiImageBG img {
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	top: 0;
	left: 0;
}


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

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

.poi .button {
	border-color: var(--white);
	color: var(--white);
}
.poi:hover .button {
	border-color: var(--white);
	color: var(--blue);
	background: var(--white);
}

.poi.bg-red:hover .button {
	color: var(--red);
}
.poi.bg-granite-green:hover .button {
	color: var(--green);
}



.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	padding: 94px 73px 168px;
}
.poi .poiTitle {
	display:block;
	font-size: 35px;
	font-size: 30px;
	line-height: 1;
	font-weight:400;
	position:relative;
	padding: 0px;
	text-transform: inherit;
	font-family: "minion-pro-display",serif;
}

.poi .textOnlyBlock .poiTitle {
	margin-bottom: 39px;
}
.textOnlyBlock {
	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 20px;
	position:absolute;
	bottom:0;
	left:8%;
	width:100%;	
	bottom: 83px;
	text-align:center;
	width:84%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom: 83px;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0.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;
}
.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: 1148px;
}

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



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

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top : 0px;
	left: auto;
}

.searchToggle .searchform input.s {
	display: none;
}

.searchToggle .searchform.openSearch input.s {
	display: block;
}

.searchToggle .headerSearch .searchform input.s {
	position: absolute;
	right: 0;
	bottom: 0;
}

.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 21px;
	height: auto;
	min-height: 21px;
	margin-left: 100px;
}


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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

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

	background-color: var(--green);

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

	font-size: 0;
	top: 0px;
}
.home .headerSearch .searchSubmit {
	background-color: var(--white);
}

.fixedHeader .headerSearch .searchSubmit {
	background-color: var(--green);
}
.fixedHeader .headGroup .searchSubmit:hover, .headerSearch .searchSubmit:hover {
	background-color: var(--red);
}



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

.headGroup .searchInput.s::placeholder {
	color: var(--white);
}


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


.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, 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.85;
	z-index: 11;
	mix-blend-mode: multiply;
}


.page-banner .hero:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    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.45;
	z-index: 111;
	mix-blend-mode: multiply;
}



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


.welcomeBlock {
	padding: 183px 0 140px;
	margin: 0;
}

.welcomeBlockText h1 {
	color: var(--gray);
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 41px;
	font-style: italic;
	font-family: "minion-pro",serif;
}
.welcomeBlockText {
}
.welcome-buttons {
	padding-top: 15px;
}
.welcome-buttons .button {
	margin-right: 21px;
}

.welcomeImage-main {
	padding-top: 100px;
}


.welcomeImage {
	content: '';
		width: 100%;
		height: 100%;
		max-width: 338px;
		max-height: 384px;
		display: block;
		background-color: var(--blue);
		mask-image: url('images/sheild-mask.png');
		mask-position: center;
		mask-repeat: no-repeat;
		mask-size: cover;
		margin: 0 0 0 auto;

}

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

.dynamic-poi .section-link.button {
	width: auto;
	margin-top: 83px;
	margin-left: auto;
    margin-right: auto;
	max-width: 190px;
    display: block;
}

.dynamic-poi .col-lg-4 {
	padding: 0 31px;
}

.poi.bg-red {
	background-color: var(--red);
}
.poi.bg-red .poiImage .poiImageBG:after {
		background: -moz-linear-gradient(bottom,rgba(229, 38, 40, 1) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom,rgba(229, 38, 40, 1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top,rgba(229, 38, 40, 1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}


.poi.bg-granite-green {
	background-color: var(--green);
}
.poi.bg-granite-green .poiImage .poiImageBG:after {
		background: -moz-linear-gradient(bottom,rgba(139, 144, 99, 1) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom,rgba(139, 144, 99, 1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top,rgba(139, 144, 99, 1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}



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

	.homeContent .dynamic-poi .col-lg-4:first-child .poi {
		top: -140px;
	}

	.homeContent .dynamic-poi .col-lg-4:last-child .poi {
		top: 140px;
	}

}




.dynamic-quote {
	padding: 271px 0 100px;
	padding: 100px 0 100px;
	margin-bottom: 0px;
	position: relative;
}

.homeContent .dynamic-quote {
	padding: 48px 0 40px;
	margin-bottom: 50px;
}


.dynamic-quote:before {
	content: '';
	width: 100%;
	height: 724px;
	background: url('images/bird-icon-watermark.png') right center no-repeat;
	background-size: auto;
	max-width: 1068px;
	position: absolute;
	left: -300px;
	top: 50%;
}

.homeContent .dynamic-quote:before {
	top: -261px;
}


.quotes-holder {
	max-width: 1150px;
	margin: 0px auto;
	background: transparent;
	color: currentColor;
	position: relative;
	z-index: 11;
}

.homeContent .quotes-holder {
	max-width: 1025px;
}



.quoteContainer {
	background: transparent;
	color: currentColor;
	padding: 0;
}
.quoteContainer blockquote.quote-text {
	background: transparent;
	padding: 0;
	color: var(--blue);
}
.bodyContent blockquote.quote-text {
	padding: 0 25px;
}

blockquote:before {
	content: '“';
	font-size: 0px;
	width: 22px;
	height: 20px;
	display: block;
	color: currentColor;
	color: var(--red);
	font-size: 100px;
	line-height: 0.6;
	display: block;
	font-family: "minion-pro",serif;
	margin-bottom: 15px;
}

blockquote:after {
	content: '”';
	font-size: 0px;
	display: block;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	bottom: 30px;
	font-size: 100px;
	line-height: 0.6;
	color: var(--red);
	display: block;
	font-family: "minion-pro",serif;
}

.bodyContent blockquote:after {
	bottom: -70px;
}


.quoteContainer cite {
	color: var(--red);
	font-size: 12px;
	letter-spacing: 2.4px;
	line-height: 1.4;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	margin-bottom: 45px;
	font-family: "Lato", sans-serif;
	margin-top: 40px;
}

.bodyContent .quoteContainer .quote-cite {
	text-align: center;
	margin-top: 50px;
}

.quoteContainer .cycle-pager, .tic-pager {
}
.quoteContainer .cycle-pager span, .tic-pager span {
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--gray);
	opacity: 0.41;
	display: inline-block;
	margin: 0px 5px;
	cursor: pointer;
}

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



.dynamic-videos {
	margin: 0;
	padding: 70px 0 282px;
	position: relative;
}

.dynamic-videos:before {
	content: '';
	background-color: var(--gray);
	mask-image: url('images/video-border-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 630px;
	max-height: 665px;
	z-index: -1;
	position: absolute;
	display: block;
	left: -49px;
	top: 274px;
}


.section_title {
}
.section_title h2 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 50px;
	text-transform: inherit;
}

.dynamic-videos .section_title h2 {
	text-align: center;
}

.dynamic-videos .section_title h2:before {
	content: '';
	width: 103px;
	height: 70px;
	background: var(--gray);
	mask-image: url('images/icon.png');
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
	display: block;
	margin: 0px auto 24px;
}

.sn_yb_video_item {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	max-height: 700px;
    aspect-ratio: 16 / 9;
}


.sn_yb_video_item a {
	display: block;
	position: relative;
}


.sn_yb_video_item a:before {
	width: 100px;
    height: 100px;
	border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	background: var(--white);
	opacity: 0.5;
}
.sn_yb_video_item a:after {
	width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 23px solid var(--red);
    border-bottom: 14px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.sn_yb_video_item a:hover:before {
	background: var(--white);
	opacity: 1;
}

.sn_yb_video_item img {
	max-height: 700px;
	border-radius: 12px;
	object-fit: cover;
    aspect-ratio: 16 / 9;
}

.sn_yb_video_item:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}


.sn_yb_video_item a .video_name {
	max-width: 190px;
	width: 100%;
	text-align: center;
	background: var(--white);
	color: var(--red);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2.4px;
	line-height: 2;
	padding: 12px 15px;
	display: block;
	border-radius: 12px 0 0 12px;
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 11;
	text-transform: uppercase;
}

.sn_yb_video_item a:hover .video_name {
	background: var(--red);
	color: var(--white);
}



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

.dynamic-videos .owl-dots {
	padding-top: 75px;
}

.text-img-box img {
	margin-bottom: 20px;
}

.dynamic-text-image-carousel .welcomeBlockText-main {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.dynamic-text-image-carousel .welcomeBlockText-main h2 {
	margin-bottom: 20px;
}


.dynamic-text-image-carousel .welcomeBlockText-main .block_details {
	margin-bottom: 35px;
}
.dynamic-text-image-carousel .tic_next_prev {
	display: none;
}


/*.text-img-box .image-item {
	margin-left: calc(-50vw + 100%);
}
.text-img-box .image-item img {
	width: auto;
	max-width: 655px;
	margin: 0 0 0 auto;
}

.img-box .image-item {
	margin-left: calc(-50vw + 100%);
}

.img-box.image_on_right .image-item {
	margin-left: 0;
	margin-right: calc(-50vw + 100%);
}*/


.dynamic-text-image-carousel .container {
	max-width: 1312px;
}
.dynamic-text-image-carousel .text-img-box  {
	padding-top: 22px;
}


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

.dynamic-text-image-carousel .tic-pager {
	text-align: center;
}

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

.bodyContent .dynamic-callout {
	margin: 50px 0 50px;
}

.homeContent .dynamic-callout:before {
	content: '';
	background-color: var(--gray);
	mask-image: url('images/video-border-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 630px;
	max-height: 665px;
	z-index: -1;
	position: absolute;
	display: block;
	right: -11px;
	top: -220px;
	transform: rotate(180deg);
}





.dynamic-divider {
	margin: 52px 0;
} 


.dynamic-mini-pois {
	margin: 0;
	padding: 148px 0 175px;
}

.dynamic-mini-pois .container {
	max-width: 1200px;
}

.dynamic-mini-pois .section_title h2 {
	margin-bottom: 29px;
}



.mini_pois_item {
	text-align: center;	
}

.mini_pois_item .sn_mini-poi-details {
	max-width: 274px;
	margin: 0px auto;
}

.sn_mini_pois-img {
	margin-bottom: 28px;
}
.all_mini_pois_item {
	align-items: end;
}

.instagram-details {
	margin-bottom: 90px;
}
#sb_instagram {
	padding: 0 !important;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
}

.sbi_inner_wrap {
	background-color: var(--blue);
	mask-image: url('images/sheild-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 338px;

	overflow: hidden;
	margin: 0px auto 20px;
	position: relative;
}

.sbi_inner_wrap:before {
	content: '';
	padding-top: 107.8%;
	display: table;
}

#sb_instagram .sbi_photo_wrap {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#sb_instagram .sbi_photo {
	height: 100% !important;
}




.mini_pois_item h2 {
	margin-bottom: 23px;
	font-size: 60px;
	line-height: 1;
}
.mini_pois_item.clr-style2 .sn_mini_pois-img {
	padding-right: 30px;
}

.clr-style1 h2 {
	color: var(--red);
}
.clr-style2 h2 {
	color: var(--blue);
}
.clr-style3 h2 {
	color: var(--green);
}

.dynamic-instagram {
	margin: 0;
	padding: 98px 0 155px;
	position: relative;
}

.dynamic-instagram .instagram-feed-container {
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
	padding: 0 75px;
	text-align: center;
}
.dynamic-instagram .instagram-feed-container:before {
	content: '';
	width: 100%;
	height: 492px;
	display: block;
	background: var(--offwhite);
	position: absolute;
	left: 0;
	top: -98px;
	z-index: -1;
}


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


footer#footer {
	background-color: var(--blue);
	color: var(--white);
	width: 100%;
	margin-top: 378px;
	position: relative;
	padding: 1px 0 0;
}

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

footer#footer .footer_buttons {
}

footer#footer a.button {
	color: var(--white);
	border-color: var(--white);
	margin: 0px 8px;
}
footer#footer a.button:hover {
	color: var(--white);
	border-color: var(--red);
	background: var(--red);
}



footer#footer:after {
	width: 100%;
	height: 378px;
	content: '';
	display: block;
	background-color: var(--blue);
	mask-image: url('images/footer-bg.png');
    mask-position: center top;
    mask-repeat: no-repeat;
    mask-size: cover;	
	position: absolute;
	top: -377px;
	left: 0;
}

footer#footer > .container {
	margin-top: -246px;
	text-align: center;
}

footer#footer .container {
	max-width: 1280px;
	position: relative;
	z-index: 11;
}

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

footer#footer h2 {
	margin-bottom: 35px;
	font-size: 50px;
	line-height: 1;
	color: var(--white);
}
footer#footer .footer_address p {
	margin-bottom: 35px;
}

footer#footer .email-info {
	margin-bottom: 20px;
}



.footerLower {
	background: transparent;
	padding: 50px 0 40px;
	font-size: inherit;
}
.footer_bottom_logos {
	background: var(--white);
	padding: 32px 0;
	text-align: center;
}

.footer_bottom_logos img {
	margin: 15px 40px 0;
	max-height: 100px;
	object-fit: contain;
	width: auto;
}



footer#footer .footer-socials .socials {
	display: block;
	margin: 0 0 40px;
	padding: 0;
}
footer#footer .footer-socials .socials li {
	min-width: inherit;
}
footer#footer .footer-socials .socials li a {
	font-size: 16px;
}
.ft-col-1 {
}
.ft-col-2 {
	text-align: center;
}
.ft-col-2 a {
	margin: 0px 10px;
}


.dynamic-instagram:before {
	content: '';
	background-color: var(--gray);
	mask-image: url('images/poi-border-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 753px;
	max-height: 323px;
	z-index: -1;
	position: absolute;
	display: block;
	left: -340px;
	bottom: -45px;
}


.dynamic-callout .container {
	max-width: 1280px;
	transition: 300ms;
	padding-left: 0;
	padding-right: 0;
}
.dynamic-callout .withImage.container:hover {
	max-width: 100%;
	transition: 300ms;
	margin: 0px auto;
}

.video_block_image img {
	width: 100%;
    height: 100%;
    max-height: 806px;
}


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

.dynamicContent.dynamic-image {
	text-align: left;
	margin-bottom: 120px;
}

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

.dynamic-image img {
	object-fit: cover;
	max-height: 806px;
	border-radius: 12px;
}
.dynamic-image .image-item {
	overflow: hidden;
	max-width: 1280px;
	margin: 0px auto 35px;
}

.dynamic-image .video_title {
	color: var(--title_colour);
	font-size: 40px;
	line-height: 1;
	font-family: "minion-pro-display",serif;
	font-weight: 400;
	max-width: 1146px;
	margin: 0 auto;
	padding: 0 12px;
}

.dynamicContent.dynamic-video-block {
	margin-bottom: 150px;
	position: relative;
}

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


.dynamic-video-block .image-item img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	max-height: 806px;
	border-radius: 12px;
}
.dynamic-video-block .image-item {
	margin: 0px auto;
	max-width: 1280px;
	display: block;
	position: relative;
}
.dynamic-video-block a {
	display: block;
	position: relative;
}
.dynamic-video-block a:before {
	width: 100px;
    height: 100px;
	border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	background: var(--white);
	opacity: 0.5;
}
.dynamic-video-block a:after {
	width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 23px solid var(--red);
    border-bottom: 14px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.dynamic-video-block a:hover:before {
	background: var(--white);
	opacity: 1;
}


.dynamic-video-block .video_title {
	color: var(--title_colour);
	font-size: 40px;
	line-height: 1;
	font-family: "minion-pro-display",serif;
	font-weight: 400;
	max-width: 1146px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -71px;
	width: 100%;
	padding: 0 12px;

}


.dynamic-text {
	margin: 20px 0;
}

.dynamic-text .container {
	max-width: 1146px;
}

.container.body-container {
}




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


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



.dynamic-gallery {
	margin: 20px 0 70px;
}
.wpmf-gallery-icon {
	position: relative;
    border: 10px solid #ffffff;
    border-radius: 22px;
    overflow: hidden;
}

.dynamic-carousel a.image {
	border: 5px solid #ffffff;
    border-radius: 17px;
    overflow: hidden;
    display: block;
}

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


.dynamic-carousel {
	margin-bottom: 100px;
}


.bodyContent {
}



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

.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 6px;
    height: 6px;
    background: var(--black);
    position: absolute;
    left: 0px;
    border-radius: 12px;
    top: 14px;
}
.bodyContent .iub_container ul:not([class]) li:not([class]):before {
	display:none;
}


.dynamic-faq {
	margin: 20px 0 60px;
}

.dynamic-faq .sectionTitle {
	margin-bottom: 40px;
}


.faqs, .staffs {
}
.faqs .faq, .staffs .staff-accordion {
    border: none;
	margin-bottom: 13px;
	background: var(--offwhite);
	border-radius: 12px;
}
.faq-question, .staffs .staff-accordion .accordionTab {

	position: relative;
    margin: 0;
    padding: 12px 75px 12px 41px;
    background-color: var(--red);
    color: var(--white);
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1.8px;
	text-transform: uppercase;
    line-height: 2;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 600;
	border-radius: 12px;
	font-family: "Lato", sans-serif;

}
.faq.open .faq-question, .staffs .staff-accordion .accordionTab {
    background: var(--blue);
    color: var(--white);
    border: none;
}
.faq-question:hover, .staffs .staff-accordion .accordionTab:hover {
    background: var(--blue);
    color: var(--white);
    border: none;
}
.faq-question:after, .staffs .staff-accordion .accordionTab:after {
    display: block;
    width: 11px;
    height: 19px;
	line-height: 19px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 14px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    /*transition: 300ms;*/
    content: '\f062';
	font-size: 0px;

	background-color: currentColor;
	-webkit-mask-image: url("images/faq-arrow.png");
	mask-image: url("images/faq-arrow.png");
	mask-position: center center;
	mask-size: cover;
	mask-repeat: no-repeat;	
}

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

.faq .faq-question:hover:after {
}

.faq-answer {
    display: none;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
.ac-staff-answer {
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
.faq-answer .col-md, .ac-staff-answer .col-sm-12 {
    padding: 54px 53px 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;
}

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

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


a.document-link {

    padding: 12px 75px 12px 40px;
	position: relative;
	background: var(--red);
    color: var(--white);
    cursor: pointer;
	margin: 0px 0 20px;
	display: block;
	text-align: left;
	line-height: 2;

	font-size: 12px;
    letter-spacing: 2.4px;
	text-transform: uppercase;
	font-weight: 600;

}
a.document-link:hover {
	border: 1px solid var(--blue);
	background: var(--blue);
	color: var(--white);
}


.document {
}


.dynamicContent.dynamic-documents {
	margin-top: 10px;
	margin-bottom: 30px;
}

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


.dynamic-web-links {
}

.dynamic-web-links a {
    padding: 12px 75px 12px 40px;
	position: relative;
	background: var(--red);
    color: var(--white);
    cursor: pointer;
	margin: 0px 0 20px;
	display: block;
	text-align: left;
	line-height: 2;

	font-size: 12px;
    letter-spacing: 2.4px;
	text-transform: uppercase;
	font-weight: 600;

}
.dynamic-web-links a:hover {
	border: 1px solid var(--blue);
	background: var(--blue);
	color: var(--white);
}


.dynamic-text-image-block {
	margin: 0;
	padding: 90px 0;
}

.dynamic-text-image-block .image-text-banner-inner {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.dynamic-text-image-block .image-text-banner-inner h2 {
	margin-bottom: 23px;
	font-size: 40px;
	line-height: 1;
}
.dynamic-text-image-block .image-text-banner-inner .block_details {
	margin-bottom: 35px;
}

.bodyContent .dynamic-poi .section_title h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 105px;
}

.standard-staff-member:last-child {
	border: none !important;
	margin-bottom: 0 !important;
}
.standard-staff-member.staffMember {
	margin-bottom: 68px;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 47px;
}

.standard-staff-text {
	padding-top: 0px;
	padding-left: 65px;
}
.standard-staff-title-box {

}
.standard-staff-text h3 {
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 1;
}

.title-value-name {
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	color: var(--title_colour);
	margin-bottom: 35px;
	font-family: "minion-pro-display",serif;
}

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

.staff-meta .meta-value {
	margin-bottom: 15px;
}

.standard-staff-metas .staff-meta {
}

.staff-btn {
	font-size: 12px;
	letter-spacing: 2.4px;
	color: var(--red);
	text-transform: uppercase;
	font-weight: 600;
}
.staff-btn:hover {
	color: var(--blue);
}

.standard-staff-image {
	width: 100%;
	max-width: 362px;
}

.standard-staff-image img {

	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--blue);
	color:#fff;
	/*mask-image: url('images/sheild-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;*/
	height: 100%;
	width: 100%;
	max-width: 338px;
	max-height: 385px;
	object-fit: cover;

	display: block;
	z-index: 1;	

}


.dynamic-staff .style-featured, .dynamic-staff .style-simple, .dynamic-staff .style-standard {
	margin-bottom: 105px;
}

.dynamic-staff  {
	margin-bottom: 50px;
}
.dynamic-staff .staffs.accordionGroup {
	margin-bottom: 50px;
}

.dynamic-documents .sectionTitle, .dynamic-staff .sectionTitle {
	margin-bottom: 65px;
}

.head-content-main {
	max-width: 1146px !important;
	margin-bottom: 40px;
}


.dynamic-staff .container {
	max-width: 1146px;
}
.dynamic-faq .container, .dynamic-documents .container, .dynamic-web-links .container {
	max-width: 1146px;
}
.staff-biog {
	max-width: 725px;
}


.dynamic-staff .sectionTitle {
	margin-bottom: 120px;
}
.dynamic-staff .style-simple .sectionTitle {
	margin-bottom: 70px;
}


.dynamic-staff .featured-staff-text {
	padding-top: 20px;
}

.dynamic-staff .featured-staff-image .postThumb  {
	width: 236px;
}

.dynamic-staff .featured-staff-image img {
	border-radius: 12px;
	max-width: 199px;
}
.dynamic-staff .featured-staff-image .postThumb {
	text-align: left;
	margin-bottom: 0;
}
.dynamic-staff .featured-staff-member {
	padding-bottom: 25px;
	border-color: var(--gray);
	margin-bottom: 50px;
}
.dynamic-staff .featured-staff-member .meta-value {
	max-width: 335px;
}


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

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

}


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

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

	

	body.menuopen .main-headbox .container {
		max-width: 1140px;
		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: 0px;
		margin-top: 0px;
		z-index: 9999;
		bottom: 0;
		width: 100%;
		overflow-x: hidden;
		height: 100vh;
		max-height:  900px;

		width: 100%;
		max-width: 100%;
		background: var(--white);
		padding: 195px 0px 25px;
		color: var(--blue);

		border: none;
		box-shadow: none;
	}
	.main-headbox:before {
		content: '';
		width: 100%;
		height: 724px;
		background: url('images/bird-icon-watermark.png') right center no-repeat;
		background-size: auto;
		max-width: 1068px;
		position: absolute;
		left: -300px;
		top: 50%;
		transform: translateY(-50%);
	}


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

	body.admin-bar .main-headbox {
		top: 32px;
	}
	.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: 65%;
		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 20px;
		width: 100%;
		min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:start;

   }
	.menu-main-right-container ul li ul:before {
		width: 1px;
		height: 100%;
		background: var(--gray);
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}

	
	.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: 100%;
		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: 35px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--blue);
		padding: 19px 30px 19px 0px;
		text-transform: inherit;
		display: block;
		
		font-weight: 400;
		text-align: left;
		position: relative;
		overflow: hidden;
		font-family: "minion-pro-display",serif;

	}

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


	.menu-main-right-container ul li a span:after {
		content: '';
		width: 30px;
		height: 1px;
		display: inline-block;
		vertical-align: middle;


		content: '';
		position: absolute;
		left: calc(100% + 30px); /* start right after the text */
		bottom: 12px;
		background-color: var(--red);
		transition: all 0.3s ease;
		display: none;


	}
	.menu-main-right-container ul li a:hover span:after {
		background-color: var(--red);
		width: 500px; /* extend the bar further */
		display: none;
	}



	
	.menu-main-right-container ul ul li a {
		font-size: 12px;
		letter-spacing: 2.4px;
		line-height: 1.5;
		text-transform: uppercase;
		font-weight: 600;
		display: block;
		color: var(--red);
		padding: 11px 30px 11px 0;
		border: none;   
		font-family: "Lato", sans-serif;
	}

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


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

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



	 .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 > a:after {
		content: '';
		background-color:  var(--button_colour);
		-webkit-mask-image: url("images/faq-arrow.png");
		mask-image: url("images/faq-arrow.png");
	
		width: 18px;
		height: 24px;
		display: block;
		right: 13px;
		position: absolute;
		top: 24px;
		transform: rotate(-90deg);
	}*/
	

	.menu-main-right-container ul li:hover > a:after {
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
	}
	/*.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 : 99.9%;
		width: 100%;
		top: 12px;
		padding: 0px 0px 80px 60px !important;
	}
	
	.menu-main-right-container ul li:hover ul li ul{
		display: none;
	}
	
	.menu-main-right-container ul li ul li{
		position: static;
		text-align: left;
		display: block;
		padding: 0px 0px 0 0px;
		margin-bottom: 0;
	}
	.menu-main-right-container ul li ul ul li{
		position: relative;
		text-align: left;
		display: block;
		padding: 0px 0px;
	}
	.menu-main-right-container ul ul li:after {
		display: none;
	}

	
	.menu-main-right-container ul li ul li ul {
		left : 0 !important;
		padding-left: 0px !important;
		padding-top: 0 !important;
		position: absolute;
		width: 75%;
	}
	
	
	.menu-main-right-container ul li ul li:hover ul {
		left : 100% !important;
		display: block;

		display: flex;
		left : 99.9%;
		top: 0;
		padding: 0px 0px 80px 60px !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(--red);
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 4px;
	}

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

	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}
	/*.menuopen.home .headGroup {
		padding-top: 14px;
	}
	.menuopen.home .headGroup .mainLogo {
		max-height: 73px !important;
	}*/
	
	.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%;
	}


	.menuopen .headGroup, .menuopen.fixedHeader .headGroup  {
		padding: 9px 45px 9px 30px;
		background: var(--white);
		height: 89px;
	}
	.menuopen .headGroup .headerIcon .mainLogo {
		max-height: 71px;
	}

	.menuopen .headerSearch .searchSubmit {
		background: var(--green);
	}

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



	.bodyContent .dynamicContent.dynamic-poi + .dynamic-callout {
		margin-top: 290px;
	}

	.head-content-main + .dynamic-staff {
		margin-top: -75px;
	}

	.bodyContent .dynamicContent.dynamic-text + .dynamic-staff {
		margin-top: -94px;
	}
	.standard-staff-image img {
		min-height: 384px;
	}

}



@media only screen and (max-width : 1350px) {
	.headGroup, .fixedHeader .headGroup  {
		padding-left: 25px;
		padding-right: 25px;
	}
	.searchToggle {
		margin-left: 20px;
	}
	.headGroup .head-links .head-link {
		min-width: inherit;
	}
	.header-right .button.bg-video {
		padding-right: 35px;
	}
}

@media only screen and (max-width : 1199px) {
	.headGroup .head-links {
		display: none !important;
	}

	.welcomeBlock {
		padding: 183px 0 0px;
		margin: 0;
	}

}

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

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

	.headGroup, .fixedHeader .headGroup  {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 9px;
		padding-bottom: 9px;
		background: var(--white);
		height: 89px;
	}
	.headGroup .headerIcon .mainLogo {
		max-height: 71px;
	}

	.header-right {
		width: 25%;
		text-align: right;
		padding: 0;
	}
	.header-right .searchToggle {
		display: none;
	}
	.header-right .menu-main-container {
		display: none;
	}
	.menu-toggle {
		height: 20px;
		vertical-align: top;
	}
	.header-left {
		width: 75%;
		text-align: left;
		padding: 0;
	}
	.menu-toggle {
		display: block;
	}

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

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

	#homeBanner {	

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

	}
	.homeBanner .slideText {
		padding: 0px 25px;
		bottom: 50px;
	}
	.homeBanner .slideText .top-text-slide {
		font-size: 45px;
		line-height: 1.45;
	}
	h1, .h1 {
		font-size: 45px;
		line-height: 1.45;
	}

	.home-mainLogo, .menuopen .home-mainLogo {
		display: none !important;
	}
	
	.mainLogo, .menuopen .mainLogo {
		display: block !important;
	}
	.home:not(.fixedHeader):not(.menuopen) .home-mainLogo {
		display:block!important;
	}
	.home:not(.fixedHeader):not(.menuopen) .mainLogo {
		display:none!important;
	}
	.menu-toggle .toggleIcon span,
	.menu-toggle .toggleIcon span:before,
	.menu-toggle .toggleIcon span:after,
	.fixedHeader .menu-toggle .toggleIcon span,
	.fixedHeader .menu-toggle .toggleIcon span:before,
	.fixedHeader .menu-toggle .toggleIcon span:after{
		background-color: var(--green);
	}
	.menu-toggle:hover .toggleIcon span,
	.menu-toggle:hover .toggleIcon span:before,
	.menu-toggle: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(--red);
	}



	.welcomeBlock {
		padding: 100px 0 50px;
		text-align: center;
	}
	.welcomeBlockText h1 {
		font-size: 35px;
		line-height: 1.4;
	}
	.welcomeBlockText {
		--bs-gutter-x: 50px;
	}
	.welcome-buttons {
		max-width: 320px;
		margin: 0px auto;
	}
	.welcome-buttons .button {
		margin: 0 0 15px;
	}

	.welcomeImage {
		margin: 0px auto;
	}
	.welcomeImage-main {
		padding: 41px 25px 0;
	}

	.dynamic-poi {
		padding: 50px 0 50px;
	}
	.homeContent .dynamic-poi:before {
		max-width: 376px;
		max-height: 161px;
		top: -75px;
		right: -166px;
	}
	.dynamic-poi .owl-dots {
		margin-top: 40px;
	}
	.homeContent .dynamic-quote {
		padding: 80px 0 50px;
	}
	.quotes-holder {
		padding: 0px 25px;
	}
	blockquote {
		font-size: 25px;
		line-height: 1.875;
	}

	.dynamic-videos {
		padding: 50px 0 113px;
	}
	.dynamic-videos .section_title h2 {
		font-size: 35px;
		line-height: 1;
	}
	.sn_yb_video_item {
		margin: 0px 25px;
	}
	.sn_yb_video_item a:before {
		width: 43px;
		height: 43px;
	}
	.sn_yb_video_item a:after {
		border-top: 7px solid transparent;
		border-left: 12px solid var(--red);
		border-bottom: 7px solid transparent;
	}
	.sn_yb_video_item a .video_name {
		bottom: 10px;
	}
	.dynamic-videos:before {
		max-width: 315px;
		max-height: 333px;
		top: auto;
		bottom: 0;
		left: -16px;
		mask-size: cover;
	}
	.dynamic-text-image-carousel {
		padding: 100px 0 257px;
	}
	.text-img-box {
		order: 2;
		padding: 0;
	}
	.image-text-block-main {
		order: 1;
		padding: 0 25px;
		margin-bottom: 88px;
	}

	.section_title h2 {
		font-size: 35px;
		line-height: 1;
	}

	.dynamic-text-image-carousel .image-item img, .dynamic-text-image-block .image-item img {
		width: 150%;
		height: auto;
		max-width: inherit;
		margin-left: -25%;
	}

	.homeContent .dynamic-callout:before {
		max-width: 315px;
		max-height: 332px;
		right: -72px;
		top: -160px;
	}

	.dynamic-callout .container {
		padding-left: 0;
		padding-right: 0;
	}

	.home .calloutContent .col {
    	padding-left:0px!important;
	}
	
	.callout .calloutContent {
		padding-bottom: 280px;
	}

	.callout .calloutTitle h3 {
		font-size: 35px;
		line-height: 1;
		margin-bottom: 30px;
	}

	.dynamic-mini-pois img {
		width: auto !important;
		margin: 0px auto;
		max-height: 151px;
		object-fit:contain;
	}
	.dynamic-mini-pois .container {
		padding: 0 25px;
	}
	.dynamic-mini-pois {
		padding: 48px 0 100px;
	}
	.mini_pois_item .sn_mini-poi-details {
		margin-bottom: 75px;
	}
	.dynamic-mini-pois .owl-nav {
		display: none;
	}

	.dynamic-instagram .instagram-feed-container {
		padding: 0 5px;
	}
	.dynamic-instagram:before {
		max-width: 376px;
		max-height: 161px;
		left: -164px;
		bottom: 70px;
	}
	.dynamic-instagram {
		padding-bottom: 226px;
	}
	.footer_buttons {
		margin: 0 auto;
		max-width: 220px;
	}
	footer#footer a.button {
		margin: 0 0 20px;
	}

	.footer_bottom_logos img {
		margin: 12px 6px 0;
		max-height: 57px;
		width: auto;
	}

	#pageBanner,
	.bannerWrap {
		margin-bottom: 50px;
	}

	.head-content-main {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 50px;
	}
	.bodyContent .container, .dynamic-video-block .image-item {
		padding-left: 25px;
		padding-right: 25px;
	}
	.dynamic-image .video_title {
		padding: 0;
		font-size: 30px;
	}
	.dynamicContent.dynamic-image {
		margin-bottom: 60px;
	}
	.dynamic-text {
		margin: 60px 0;
	}
	.dynamic-video-block .video_title {
		font-size: 30px;
		padding-left: 0;
	}
	.dynamicContent.dynamic-video-block {
		margin-bottom: 120px;
	}
	.dynamic-text-image-block {
		margin: 0;
		padding: 50px 0;
	}

	.dynamic-text-image-block .img-box {
		order: 2 !important;
	}
	.dynamic-text-image-block .text-block-main {
		order: 1 !important;
		margin-bottom: 100px;
	}
	.bodyContent .dynamic-callout .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.bodyContent .dynamic-callout .container .container {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.bodyContent .dynamic-callout {
		margin: 0 0 60px;
	}
	.homeContent .dynamic-poi .col-lg-4 {
		padding: 0 13px;
	}
	.bodyContent .dynamic-poi .col-lg-4 {
		padding: 0;
	}
	.poiImage:before {
		padding-top: 117%;
	}
	.bodyContent .dynamic-quote {
		padding: 60px 0 60px;
	}
	.bodyContent blockquote:after {
		bottom: -50px;
	}
	.homeContent blockquote:after {
		bottom: 35px;
	}

	.bodyContent .dynamic-poi .section_title h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.dynamic-faq {
		margin: 0;
		padding: 40px 0 40px;
	}
	.dynamic-documents .sectionTitle, .dynamic-staff .sectionTitle {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.dynamic-gallery {
		margin: 60px 0;
	}
	.dynamic-carousel {
		margin-bottom: 100px;
	}

	.standard-staff-text {
		padding-left: 12px;
	}

	.standard-staff-text h3 {
		font-size: 30px;
	}
	.title-value-name {
		font-size: 30px;
	}


	.staff-meta {
		display: block;
	}
	h3, .h3 {
		font-size: 25px;
	}
	h2, .h2 {
		font-size: 30px;
	}

	.faq-answer .col-md, .ac-staff-answer .col-sm-12 {
		padding: 34px 38px 30px;
	}
	.ft-col-1, .ft-col-2, .ft-col-3 {
		text-align: center !important;
	}

	.homeContent .dynamic-quote:before {
		top: -20px;
		left: 0;
		background-size: cover;
		max-width: 335px;
		height: 361px;
	}



/*Menu Styles new */


	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--white);
		padding: 107px 0px 150px;
		color: var(--blue);
		top: 0px !important;
		border: none;
	}
	#navbar .menu-main-container{
		padding-bottom:60px;
   		overflow-x: hidden;
		position:relative;
		scrollbar-width: thin; /* For Firefox */
    	scrollbar-color: var(--red) 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: var(--red);
		border-radius: 10px;
		border: 2px solid transparent; /* Optional: for spacing inside track */
	}

	.menuopen .headGroup .headerIcon {
		display: block !important;
	}


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

	.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: 35px;
		border: none;
		line-height: 1;
		color: var(--blue);
		padding: 6px 60px 6px 0px;
		text-transform: inherit;
		display: block;
		font-weight: 400;
		font-family: "minion-pro-display",serif;

	}

	
	#menu-main li li.submenu_parent a {
		color: var(--red) !important;
	}	
	#menu-main li li.submenu_parent a:before {
		display: none !important;
	}



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


	#menu-main li a:before {
		content: "\f062";
		position: absolute;
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 9px;
		width: 43px;
		height: 28px;
		display: block;
		right: 0px;
		font-size: 0;
		background-color: currentColor;
		-webkit-mask-image: url("images/arrow-btn.png");
		mask-image: url("images/arrow-btn.png");
		mask-position: right bottom;
		mask-size: 100% 100%;
		mask-repeat: no-repeat;	
		display: none;
	}
	#menu-main li li.menu-item-has-children:hover > a:before {

	}


	#menu-main li a:hover {
		color: var(--red);
	}
	#menu-main li.current-menu-item > a {
		color: var(--red);
		background: transparent;
	}
	#menu-main li .sub-menu a:hover {
		color: var(--red);
	}
	#menu-main  .sub-menu  li.current-menu-item > a {
		color: var(--red);
	}
	.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: 2.4px;
		line-height: 1.5;
		font-size: 12px;
		color: var(--red);
		text-transform: uppercase;
		font-weight: 600;
		padding: 8px 28px 8px 0px;
		font-family: "Lato", sans-serif;
	}

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


	#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: var(--red);
	}

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

	#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: 12px;
		letter-spacing: 2.4px;
		margin-bottom: 0px !important;
		display: block;
		position: fixed;
		color: var(--red) !important;
		top: 105px;
		left: 25px;
		line-height: 1 !important;
		z-index: 99999999 !important;
		padding: 0 !important;
		border: none !important;
		text-transform: uppercase !important;
		font-family: "Lato", sans-serif;
		font-weight: 600 !important;

	}
	.back-to-main:hover {
		color: var(--blue) !important;
	}

	a.back-to-main:before {
		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 .header-right .searchToggle {
		display: none;
	}

	.menuopen .headGroup .head-links {
		display: block !important;
		position: fixed;
		left: 50%;
		transform: translate(-50%);
		bottom: 0;
		background: var(--white);
		width: 100%;
		padding: 11px 13px;
		max-width: 380px;
		text-align: center;
	}

	.menuopen .headGroup .head-links a.button {
		margin: 8px;
        min-width: 147px;
        padding: 10px 5px;
	}
	.menuopen .header-right .button.bg-video {
        padding-right: 10px;
        padding-left: 10px;
    }
	.menuopen .header-right .button.bg-video:after {
		display: none;
		min-width: 147px;
	}

	.main-headbox {
		display: none;
	}




	.bodyContent .dynamic-poi {
		margin-left: -15px;
		margin-right: -15px;
	}
	.bodyContent .dynamic-poi .col-lg-4 {
		padding: 0 15px;
	}





}

.sidebarSec {
	background: var(--red);
	color: var(--white);
    padding: 35px 25px 40px;
    position: relative;
	margin-top: 0px;
	font-size: 16px;
}
.sidebarSec a {
	color: var(--white);
    font-family: 'Perpetua';
}
.sidebarSec a:hover {
	text-decoration: underline;
}
.sidebarSec h2, .sidebarSec h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	color: var(--white);
}


.popupAlert.fancybox__content {
	width: 1156px;
	max-width: 100%;
	padding: 75px 10% 75px 10%;
	color: var(--body_colour);
	background: var(--white);
	text-align: left;
	position: relative;
	font-size: 20px;
	line-height: 1.7;
}

.popupAlert .noticeText {
	position: relative;
	z-index: 111 !important;
}


.popupAlert .popTitle {
    font-size: 60px;
    line-height: 1;
	font-family: "minion-pro-display",serif;
	
	font-weight: 400;
    margin-bottom: 23px !important;
	color: var(--blue);
	position: relative;
}	



.popupAlert.fancybox__content .noticeBody {
	padding: 0 !important;
}



.popupAlert .alert-btn {
	margin-top: 18px;
}
.popupAlert .alert-btn:hover {
}

.popupAlert.fancybox__content>.f-button.is-close-btn {
	top: 30px !important;
	right: 25px !important;
	color: var(--blue) !important;
	border-radius: 0px !important;
	background: transparent !important;
}

body.blog .side-menu-container {
	display: none;
}

.popupAlert.fancybox__content {
    color: var(--body_colour);
    font-size: 20px;
    line-height: 1.7;
}
.fancybox__container {
	background: rgba(0,0,0,0.65) !important;
}



.popupImg img {
	background: var(--blue);
	color:#fff;
	margin: 0 0 0 auto;
	mask-image: url('images/sheild-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	height: 100%;
	width: 100%;
	max-width: 338px;
	max-height: 385px;

	display: block;
	z-index: 1;
}

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

div.wpforms-container-full button[type=submit] {
    background-color: var(--blue)!important;
}

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

	.popupAlert.fancybox__content {
		padding: 75px 40px 75px 40px;
	}

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

}