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

*/
:root {
	--body_colour : #000000;
	--title_colour : #000000;
	--link_colour : #ef9f00;
	--link_colour_hover : #000000;	
	--button_bg: #ef9f00;
	--button_colour: #ffffff;
	--button_bg_hover: rgba(65, 65, 65, 0.17);
	--button_colour_hover: #2a2929;


	--lightgray: #dfdfdf;
	--gray: #414141;
	--darkgray: #2a2929;
	--dimgray: #666666;
	--white: #ffffff;
	--black: #000000;
	--orange: #ef9f00;
	

}

/*Content Wrapper*/


.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width:7px;
	height:7px;
	display:inline-block;
	background: var(--orange);
	border-radius:5px;
	transition: 300ms;
}
.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-nav button {
	border: 2px solid !important;
	border-color: currentColor;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: block;
	margin-top: -25px;
}
.owl-nav button i {
	display: none;
}
.owl-nav button:before {
	content: '';
	width: 28px;
	height: 18px;
	background-color: var(--black);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
}

.owl-nav .owl-next:before {
	transform: rotate(180deg) translate(50%, 50%);
}

.owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 6px;
	opacity:0.3;
}
.owl-dots .owl-dot.active {
	opacity:1;
}

.owl-dots .owl-dot.active span {
	width: 20px;
}


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

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

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

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

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color: var(--black);
	background: transparent;
	transition:300ms;
	padding-top:36px;
	padding-bottom:24px;
	padding-left: 50px;
	padding-right: 50px;
	z-index:220;
	position:fixed;
	height:98px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup, .menuopen .headGroup {
	background: var(--white);
	color: var(--gray);
	padding-top:24px;
	padding-bottom:24px;
}


.headGroup .container {
	max-width: 100%;
}
.head-links {
	text-align: left;
}
.head-links .head-link {
	margin: 0px 14px;
	background-color: rgba(65, 65, 65, 0.17);
	border-color: var(--white);
}

.fixedHeader .head-links .head-link, .menuopen .head-links .head-link {
	display: inline-block;
	vertical-align: middle;
	color: var(--black);
	transition: 300ms;
}
.head-links .head-link:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.fixedHeader .head-links .head-link:hover, .menuopen .head-links .head-link:hover {
	color: var(--white);
}

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

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

.header-left {
}

.sticky-logo {
	display: none;
}
.mainLogo {
	display: block;
}
.mainLogo {
    filter: brightness(0) invert(1);	
}
.fixedHeader .mainLogo {
 	filter: initial;
}
/*
.fixedHeader .sticky-logo, .menuopen .sticky-logo {
	display: block;
}
.fixedHeader .mainLogo, .menuopen .mainLogo {
	display: none;
}

.fixedHeader .sticky-logo {
	display: block;
}*/


.headerIcon {
	display: block;
	text-align: center;
}

.headerIcon a {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}



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

.menu-toggle{
    position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	height:18px;
	width: 29px;
	margin-left: 36px;
	z-index: 111;
}
.menu-toggle .toggleText {
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:29px;
	height:18px;
	right:0;
	top:0px;
	transition:300ms;
}
@media (min-width:1200px){
	.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: 29px;
    height: 2px;
    background-color: var(--white);
    display: block;
    transition:all 300ms;
	position:absolute;
}

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

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

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


.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-1px;	
}
.menu-toggle .toggleIcon span:before {
    top: -9px;
}
.menu-toggle .toggleIcon span:after {
    top: 9px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	border-left:1px solid #676767;
	display:flex;
	flex-direction:column;
}

#navbar .menu-main-container{
	padding:20px 20px;	
	overflow-x: hidden;	
}
#navbar .navbarExtra {
	padding:10px 20px;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}
#menu-main li.menu-item-has-children.open > a {
	color: var(--orange);
}
#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: '+';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 8px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
	color: var(--black);
	text-align: center;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	color: var(--orange);
	content: '-';
	font-size: 39px;
	line-height: 25px;
	top: 3px;
}

#menu-main li li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: "\f107";
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 1px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
	font-size: 15px;
}
#menu-main li li.open.menu-item-has-children > .arrow:after{
	transform:rotate(180deg);
	content: "\f107";
	font-size: 15px;
}

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

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

#footer{
	margin-top:2rem;
}
#menu-useful {
	list-style:none;
	padding:0;
}
.footerLower {
	background:#000;
	color:#dddedf;
	--link_colour:#dddedf;
	padding:20px 0;
	font-size:14px;
	text-align:center;
}
.footerLower p,
.footerLower ul{
	margin:10px 0;
}
.footerLower a{
	text-decoration:none;
}
#footer .footerSponsor {
	color:#ef9f00;
	font-size:14px;
	margin-top:10px;
}
#footer .footerSponsor img{
	margin-left:10px;
	width:80px;
	height:80px;
}
.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;
}
footer#footer .text-sml {
	text-align: left;
	font-size: 12px;
}
@media (min-width:768px){
	.footerLower {
		text-align:initial;
		padding:50px 0;
	}
	#footer .footerSponsor {
		
	}
}
@media (min-width:1200px){
	.footerInfo {
		margin-bottom:70px;
	}
}

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

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

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



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

.dynamic-faq .sectionTitle {
	text-align: left;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.5;
}


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

.faq-question {
	position:relative;
	margin:0;
	padding: 12px 50px 12px 30px;
	cursor:pointer;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 2px;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	background: var(--orange);
	color: var(--white);
	border-radius: 5px;
}


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

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


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


.bodyContent .faq-answer .col-md {
    padding: 30px 80px 40px 65px;
}


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

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

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


/******Staff********/
.staffMember {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #eee;
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
	font-weight:700;
}
.staff-meta.featured-staff-metas .staff-meta > *{
	display:inline-block;
}
.staff-meta a.email-value{
	font-size: 0;
    color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.staff-meta a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
	transition:300ms;
}
.staff-meta a.email-value:hover:before{
	background-color:#ccc;
}
/*****Quotes******/
.quoteContainer .quotesTitle { 
	margin:10px 0 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 15px 15px;
	font-style:normal;
}
/****Documents******/
a.button.document-link {
	padding-right:50px;
	width:100%;
}
a.button.document-link:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f56d";
	display:block;
	position:absolute;
	top:50%;	
    right: 10px;
    transform: translateY(-50%);
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: var(--orange);
    background: var(--gray);
	font-size:1em;
	overflow:hidden;
}

.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	margin: 0;
}
.callout .calloutTitle h3 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 25px;
	font-weight: 400;
}
.homeContent .callout .calloutTitle h3 {
	font-size: 36px;
	line-height: 1.13334;
	margin-bottom: 35px;
	font-weight: 700;
}
.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.55);
}
.callout .coimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}

.callout .calloutContent {
	padding-bottom:116px;
	max-width: 1164px;
	padding-top:130px;
}
.callout.hasbg .calloutContent {
	padding-bottom:116px;
	padding-top:130px;
	max-width: 1164px;
}
.homeContent .callout.hasbg .calloutContent {
	max-width: 870px;
	padding-bottom:149px;
	padding-top:149px;
}
.callout .calloutText {
	margin-bottom: 40px;
}
.callout .calloutText span {
	font-weight: 700;
}

.callout_buttons .button {
	min-width: 190px;
	border-color: var(--white);
	background: var(--white);
	color: var(--black);
	margin: 0px 14px;
}

.callout_buttons .button:first-child {
	margin-left: 0;
}
.callout_buttons .button:last-child {
	margin-right: 0;
}

.callout_buttons .button:hover {
	border-color: var(--orange);
	background: var(--orange);
	color: var(--white);
}

.sn_callout_item .calloutText {
	max-width: 535px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:992px){
	.col-lg-6 .callout {
		height: 100%;
	}
}
/***POIS****/
.row.pois {
    --bs-gutter-y: 1.5rem;
}

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: var(--orange);
	color: var(--white);
	margin-bottom: 10px;
}
.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;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.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: 55.51%;
}

.homeContent .poiImage:before {
}


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

.poi .textOnlyBlock .poiTitle{
	margin:5px;
}
.textOnlyBlock {
	padding:10px 30px;
	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:10px 20px;
	position:absolute;
	left:0;
	width:100%;	
	bottom:50%;
	transform:translateY(50%);
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom:50%;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0.3;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

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

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	display:inline-block;
	text-decoration:none;
	padding:0.5rem 1rem;
}
#menu-side a:hover {
	text-decoration:none;
}
/*Top level item*/
#menu-side > li > .sub-menu{
	margin:10px 0;
}
/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a{	
}
#menu-side .sub-menu li.current-menu-item > a{
	
}
#menu-side .sub-menu li.menu-item-has-children > .arrow {
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 27px;
	position: absolute;
	left: 12px;
	top: 10px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
	transform:rotate(90deg);
}
#menu-side .sub-menu li a:hover{
	color:#676767;
}
#menu-side .sub-menu .sub-menu {
	background:rgba(0,0,0,0.1);
	padding-bottom:10px;
	display:none;
}
#menu-side .sub-menu .sub-menu li{
	margin:0;
}
#menu-side .sub-menu li.open > .sub-menu {
	display:block;
}
@media (max-width:1199.98px){
	.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: 1460px;
}



footer#footer {
	margin: 0;
	background: var(--gray);
	padding-top: 65px;
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--link_colour_hover: var(--orange);

	--button_bg_hover: var(--white);
	--button_colour_hover:  var(--darkgray);

}
.footer-col-1 {
	padding-top: 70px;
	text-align: center;
}
.footer-col-1 img {
	/* The two badges sit side by side, not stacked – the column is centred, so
	   inline-block keeps them as one row at every width. */
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
    /* Both badges render at the same size – the warranty badge is 79px square,
       so the Luton badge (400px source) is capped to match it. max-width is
       explicit so a 400px source can't render full size if the global img rule
       in typography.css is ever deferred or dropped (Feedbucket #938208). */
    max-height: 80px;
    max-width: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Social icons – bare glyphs, no box, spaced with gap rather than a trailing
   padding so the row centres on its true optical middle.

   Font Awesome draws each brand mark to a different ink height, so a single
   font-size renders them visibly unequal. Measured from the loaded font,
   fonts/fontawesome/webfonts/fa-brands-400.ttf (6.4.0, 512upm): facebook-f
   fills 1em, instagram and linkedin-in 0.875, x-twitter 0.8125, vimeo-v 0.758,
   youtube 0.75. Each mark therefore declares its own --ink ratio and is scaled
   by it, so every icon renders exactly --social-size tall whichever ones the
   Theme Settings switch on.

   FA's ascent/descent (448/-64 of 512) puts the content box centre 0.375em
   above the baseline – exactly where each glyph's ink centre sits – so
   line-height 1 in a centred flex box aligns the marks with no per-icon nudge.
   linkedin-in is the one exception, its ink centred 0.0625em high. */
#footer ul.socials {
	--social-size: 24px;
	gap: 20px;
	align-items: center;
}
#footer ul.socials li {
	padding: 0;
	min-width: 0;
}
#footer ul.socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--social-size);
}
#footer ul.socials i {
	--ink: 1;
	display: block;
	line-height: 1;
	font-size: calc(var(--social-size) / var(--ink));
}
#footer ul.socials .fa-instagram,
#footer ul.socials .fa-linkedin-in {
	--ink: 0.875;
}
#footer ul.socials .fa-x-twitter {
	--ink: 0.8125;
}
#footer ul.socials .fa-vimeo-v {
	--ink: 0.758;
}
#footer ul.socials .fa-youtube {
	--ink: 0.75;
}
#footer ul.socials .fa-linkedin-in {
	transform: translateY(calc(var(--social-size) * 0.0625 / var(--ink)));
}

@media (min-width:1200px) {
	/* The icons centre on the column and drop to its bottom edge, so all four
	   columns share one row. The band stays the full .button height – 14px at
	   line-height 2, plus 10px of padding and a 1px border each side – and the
	   30px marks centre inside it, level with the buttons alongside. */
	.footer-col-1 {
		position: relative;
		padding-bottom: 50px;
	}
	#footer .footer-col-1 ul.socials {
		--social-size: 30px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		min-height: 50px;
		gap: 28px;
		justify-content: center;
	}
}

.footer_main_logo {
	margin-bottom: -55px;
}
footer#footer h3 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
footer#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer#footer .menu-footer-menu-container ul li {
	display: block;
	position: relative;
}
footer#footer .menu-footer-menu-container ul li a:before {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--white);
	margin-right: 7px;
	content: '';
}

.menu-footer-menu-container {
	margin-bottom: 45px;
}

.footer_address p {
	margin-bottom: 0;
}

.footer_address {
	margin-bottom: 90px;
}

.footer-col-2, .footer-col-3, .footer-col-4 {
	padding-bottom: 50px;
	position: relative;
}
.footer-col-2 {
	padding-left: 25px;
}
.footer-col-2 .button {
	position: absolute;
	left: 25px;
	bottom: 0;
}

.footer-col-3 .button, .footer-col-4 .button {
	position: absolute;
	left: 12px;
	bottom: 0;
}
.footerLower {
	padding-top: 83px;
	padding-top: 23px;
	padding-bottom: 20px;
	background: transparent;
	font-size: 14px;
}
.footerLower .container {
	border-top: 1px solid var(--white);
	padding-top: 10px;
}

.footer-bottom-logos {
	background: var(--white);
	text-align: center;
	padding: 47px 0 72px;
}

.footer-bottom-logos .footer_logo_switch {
}
.footer-bottom-logos .row {	
    --bs-gutter-x: 38px;
    --bs-gutter-y: 38px;
}
.footer-bottom-logos img {
	max-width: 100%;
	height: auto;
	width:auto;
	max-height:70px;
	max-width:200px;
	object-fit: contain;
}




.info-contact {
	display: inline-block;
	vertical-align: middle;
}

.info-contact a {
	color: var(--white);
	font-weight: 700;
	font-size: 18px;
	margin: 0 33px;
	position: relative;
}

.fixedHeader .info-contact a, .menuopen .info-contact a {
	color: var(--darkgray);
}

.info-contact a:hover, .fixedHeader .info-contact a:hover, .menuopen .info-contact a:hover {
	color: var(--orange);
}


.info-contact a:before {
	content: '';
	width: 1px;
	background: rgba(255,255,255,0.7);
	height: 20px;
	position: absolute;
	right: -35px;
	top: 2px;
	display: block;
}
.fixedHeader .info-contact a:before {
	background: rgba(0, 0, 0, 0.7);
}

.tel-info {
	letter-spacing: 2px;
}

.email-info {
	letter-spacing: 1px;
}

.info-contact a:last-child {
	margin-right: 0;
}
.info-contact a:first-child {
	margin-left: 0;
}


.info-contact a:last-child:before {
	display: none;
}





.page-banner .hero .slide: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.9;
	z-index: 101;
	mix-blend-mode: multiply;
}

.page-banner .hero .slide:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 101;
	mix-blend-mode: multiply;
	background: rgba(0, 0, 0, 0.4);
}




.homeBanner .hero .slide .slideImage: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.9;
	z-index: 102;
	mix-blend-mode: multiply;
}
.homeBanner .hero .slide .slideImage:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 101;
	mix-blend-mode: multiply;
	background: rgba(0, 0, 0, 0.4);
}


.slideText {
	position: absolute;
	left: 62px;
	z-index: 111;
	width: 100%;
	max-width: 680px;
	display: block;
}
.homeBanner .slideText {
	bottom: 113px;
}
.page-banner .slideText {
	bottom: 48px;
}
.page-banner .slideText h1 {
	color: var(--white);
}
.page-banner .slideText h1 span {
	display: block;
}
.homeBanner .slideText .top_text {
	font-size: 60px;
	line-height: 1.16667;
	color: var(--white);
	margin-bottom: 35px;
	text-align: left;
	font-weight: 700;
}
.homeBanner .slideText .top_text span {
	display: block;
}
.homeBanner .slideText .top_text strong {
	font-weight: 700;
}
.homeBanner .cycle-slide .slideText .banner-btn,
.homeBanner .cycle-slide .slideText .top_text {
	transition: 500ms;
	transform:translateX(-100%);
	opacity: 0;
}
.homeBanner .cycle-slide .slideText .banner-btn{
	transition-delay: 200ms;
}
.homeBanner .cycle-slide.cycle-slide-active  .slideText .banner-btn,
.homeBanner .cycle-slide.cycle-slide-active  .slideText .top_text {
	transform:translateX(0%);
	opacity: 1;
}

.slideText .button {
	background: rgba(65, 65, 65, 0.17);
	border-color: var(--white);
	color: var(--white);
}

.slideText .button:hover {
	background: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}


.welcomeBlock {
	padding: 78px 0 0;
	margin-bottom: 78px;
	display: block;
}
.welcomeBlockText-inner {
	max-width: 610px;
}

.welcomeBlockText-inner .button {
	min-width: 240px;
}

.welcomeBlockText-inner h1 {
	font-size: 36px;
	line-height: 1.13334;
	margin-bottom: 35px;
	font-weight: 700;
}
.welcome-image-area {
	padding-left: 28px;
	padding-right: 0;
}
.welcome-btn-bar {
	padding-top: 10px;
}

.homeContent .dynamic-poi .col-md-6:nth-child(odd) {
	padding-right: 28px;
	padding-left: 0;
}

.homeContent .dynamic-poi .col-md-6:nth-child(even) {
	padding-left: 28px;
	padding-right: 0;
}




.welcomeImage {
  display: grid;
  grid-template-columns: minmax(240px, 382px) minmax(200px, 283px);
  grid-template-rows: 1fr 1fr;
  gap: 38px;
}

/* Imagify's picture-tag mode wraps each img in a <picture>, so the grid
   children may be either element – size both so the layout holds */
.welcomeImage img,
.welcomeImage picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* First image: full height on the left */
.welcomeImage > :first-child {
  grid-row: 1 / span 2;
}

.homeContent .dynamic-text_image {
	margin-top: 50px;
}
.dynamic-text_image + .dynamic-text_image {
	margin-top: 0px;
}

.dynamic-text_image .text-area-tim h2 {
	font-size: 36px;
	line-height: 1.13334;
	margin-bottom: 35px;
	font-weight: 700;
}

.dynamic-text_image .text-area-tim-inner {
	max-width: 610px;
}


.text-area-tim {
	padding-left: 30px;
}


.dynamic-callout {
	margin-top: 40px;
}

.homeContent .dynamic-text {
	margin: 90px 0 102px;
	position: relative;
	text-align: center;
}
.homeContent .dynamic-text h2 {
	font-size: 36px;
	line-height: 1.13334;
	margin-bottom: 35px;
	font-weight: 700;
}

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

.homeContent .dynamic-text p {
	max-width: 845px;
	margin-left: auto;
	margin-right: auto;
}


.dynamic-mini-pois {
	margin: 0;
	background: var(--gray);
	color: var(--white);
	--body_colour: #fff;
	--title_colour: var(--white);
	--link_colour: var(--white);
	--link_hover_colour: var(--orange);
	padding: 170px 0 205px;
	text-align: center;
}

.dynamic-mini-pois a {
	margin: 0 auto;
	display: inline-block;
}
.dynamic-mini-pois .sn_mini-poi-title {
	font-size: 20px;
	line-height: 1;
	margin-top: 35px;
	font-weight: 700;
	text-transform: uppercase;
}



.homeDynamic.dynamic-quote {
	margin: 0;
	background: var(--orange);
		--title_colour: var(--white);
	--link_colour: var(--white);
	--link_hover_colour: var(--orange);
	padding: 93px 0 206px;
	position: relative;
	text-align: center;
}
.homeDynamic.dynamic-quote:before {

	content: '';
	width: 100%;
	height: 100%;
	max-width: 713px;

	background-color: #ef9200;

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

	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: left bottom;

	display: block;
	position: absolute;
	right: 0;
	bottom: 0;

}

.homeDynamic.dynamic-quote h2 {
	margin-bottom: 90px;
	font-size: 36px;
	line-height: 1.13334;
	font-weight: 700;
}

.homeDynamic.dynamic-quote blockquote {
	padding: 25px 40px;
	background: var(--white);
	border-radius: 5px;
	position: relative;
	color: var(--dimgray);
	margin: 0;
}

.homeDynamic.dynamic-quote blockquote:before {
	content: '';
	width: 14px;
	height: 11px;
	background-color: var(--black);

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

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

	display: block;
	margin: 0 auto 5px;
	
}
.homeDynamic.dynamic-quote .owl-carousel .owl-stage {
	display: flex;
}


.homeDynamic.dynamic-quote .item {
	display: block;
	height: 100%;
}

.homeDynamic.dynamic-quote blockquote {
	display: block;
	height: 100%;
}

.homeDynamic.dynamic-quote .quotes-container {
	padding: 0px 150px;
	position: relative;
	z-index: 11
	;
}

.homeDynamic.dynamic-quote .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.homeDynamic.dynamic-quote .owl-nav button {
	border-color: var(--white) !important;
}
.homeDynamic.dynamic-quote .owl-nav button:before {
	background-color: var(--white);
}
.homeDynamic.dynamic-quote .owl-nav .owl-prev {
	left: -140px;
}

.homeDynamic.dynamic-quote .owl-nav .owl-next {
	right: -140px;
}



.homeDynamic.dynamic-quote .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: -100px;
}


.homeDynamic.dynamic-quote .owl-dots span {
	background-color: var(--white);
}






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

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

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

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

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


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



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


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

.bodyContent h1 span {
	display: block;
}




.body-text .welcome_button {
}



.dynamic-carousel {
	margin: 85px 0 0px;
}

.dynamic-gallery .container {
}


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

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

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

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

.bodyContent {
	display: flex;
    flex-direction: column;
	margin: 0;
}
.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin-top: 0px;
}
.bodyContent ul li {
    padding-left: 15px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 8px;
}


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

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


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

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


.bodyContent .body-text .welcome-btn {

}

.bodyContent > .container > .body-text h2 {
	margin-bottom: 30px;
}
.bodyContent > .container > .body-text .welcome-btn {
	padding-top: 40px;
}
.bodyContent > .container > .body-text .welcome-btn .button {
	min-width: 240px;
}
 

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

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

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

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

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

.dynamic-video-block .container {
}

.dynamic-video-block a .image-item-inner {
	position: relative;
}
.dynamic-video-block a .image-item-inner:before {
	width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-left: 94px solid var(--orange);
    border-bottom: 55px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	margin-left: 3px;
}

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

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

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


.dynamic-text_image {
	margin-top: 60px;
}

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

.image-area-tim img {
	max-width: inherit;
	width: 100%;
	height: auto;
}





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

.dynamic-gallery .container {
}


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

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


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

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



.document {
}


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

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

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


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

.bodyContent .dynamic-poi .container {
}

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

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

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

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


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


.dynamic-web-links {
	margin-top: 70px;
}

.dynamic-web-links a {
	margin-bottom: 20px;
	text-align: left;
	padding: 12px 75px 12px 30px;
	line-height: 1.5;
	display: block;
	background: var(--darkgray);
	border-color: var(--darkgray);
	color: var(--white);
}
.dynamic-web-links a:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}

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

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

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

.bodyContent .dynamic-poi {
	margin-top: 85px;
}

.standard-staff-text {
	padding-left: 48px;
	padding-top: 40px;
}

.standard-staff-text h3 {
	margin-bottom: 0;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
}
.title-value-name {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--title_colour);
	margin-bottom: 25px;
	display: block;
}
.staff-meta strong {
	font-weight: 400;
}
.staff-biog {
    margin-bottom: 0px;
    margin-top: 27px;
}

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

.staff-btn {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--orange);
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: underline;
}
.staff-btn:hover {
	color: var(--green);
	text-decoration: underline;
}
.standard-staff-image {
	width: 384px;
	position: relative;
}

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


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

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


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

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


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

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

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



.bodyContent .dynamic-quote {
	margin-top: 90px;
}

.bodyContent .quoteContainer {
	background: transparent;
	color: currentColor;
	padding: 0;
	max-width: 1438px;
	margin: 0 auto;
}
.bodyContent .quoteContainer blockquote.quote-text {
	background: transparent;
	padding: 0;
	color: var(--dimgray);
	max-width: 100%;
}

.bodyContent blockquote:before {
	content: '“';
	color: var(--dimgray);
	display: block;
	letter-spacing: 2.1px;
	font-size: 100px;
	line-height: 0.6;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: center;
	height: 40px;
}



.bodyContent blockquote.quote-text {
	padding: 0;
	text-align: center;
	letter-spacing: 0px;
	font-size: 36px;
	line-height: 1.3;
	color: var(--dimgray);
}

.bodyContent .quoteContainer cite {
	color: var(--black);
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 85px;
	font-style: normal;
}

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

.bodyContent .quoteContainer .cycle-pager {
	text-align: center;
	display: none;
}
.bodyContent .quoteContainer .cycle-pager span {
	width: 11px;
	height:11px;
	display:inline-block;
	background: var(--gray);
	margin: 0 2px;
    border-radius: 0;
	opacity: 0.5;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

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




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

	.dynamic-carousel .container {
		padding: 0;
	}

	.dynamic-text_image .image_left .text-area-tim-inner {
		margin: 0 0 0 auto;
	}
	.dynamic-text_image .image_left .image-area-tim {
		padding-left: 0;
		padding-right: 28px;
	}
	.dynamic-text_image .image_right .image-area-tim {
		padding-right: 0;
		padding-left: 28px;
	}







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

	body.menuopen .main-headbox > .container {
		position: relative;
		z-index: 11;
		border-top: 1px solid var(--orange);
		border-bottom: 1px solid var(--orange);
		min-height: 100%;
		padding: 150px 10% 50px;
	}
	body.menuopen .main-headbox .headmenu-box {
	}    

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

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

		width: 100%;
		max-width: 100%;
		padding: 52px 0px 100px;
		color: var(--darkgray);
		background: var(--white);

		border: none;
		box-shadow: none;
	}

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

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

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

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

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

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

	.menu-main-right-container ul li.menu-item-has-children > a:after {
		content: '+';
		width: 31px;
		height: 1px;
		color: currentColor;
		position: absolute;
		right: 0;
		top: 13px;
		display: block;
	}
	.menu-main-right-container ul li.menu-item-has-children:hover > a:after {
		content: '-';
		color: currentColor;
	}

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

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

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



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

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

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

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

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

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

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

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


}
@media only screen and (max-width : 1385px) {
	.headGroup {
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-contact a {
		margin: 0 13px;
	}
	.info-contact a:before {
		right: -14px;
	}
	.head-links .head-link {
		padding-left: 15px;
		padding-right: 15px;
		min-width: inherit;
	}
	.menu-toggle {
		margin-left: 16px;
	}
	.blockButton > a, .button {
		padding: 10px 20px;
	}
	footer .button {
        padding: 10px 15px;
    }


}
@media only screen and (max-width : 1199.98px) {
	.headGroup {
		padding: 17px 15px;
		height: 64px;
	}
	.fixedHeader .headGroup, .menuopen .headGroup {
		padding: 17px 15px;
	}
	.header-branding {
		width: 75%;
		padding: 0;
	}
	.header-branding .headerIcon {
		text-align: left;
	}
	.header-right {
		width: 25%;
		padding: 0;
		text-align: right;
	}
	.header-left {
		display: none;
	}
	.info-contact {
		display: none;
	}
	.headGroup .head-links {
		display: none;
	}
	.footer_main_logo {
		margin-bottom: 25px;
	}


}

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


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

	.headGroup .row {
	}

	.slideText, .homeBanner .slideText {
		padding: 0px 25px;
		bottom: 56px;
		text-align: center;
		max-width: 300px;
		left: 50%;
		transform: translateX(-50%);
	}
	.homeBanner .slideText .top_text, .slideText h1 {
		font-size: 30px;
		line-height: 1.3334;
		text-align: center;
	}
	
	
	#homeBanner {	
		position: relative;
		overflow:hidden;
		height:640px;
	}
	.welcomeBlockText {
		padding: 0 15px;
		margin-bottom: 44px;
	}
	.welcomeBlock {
		padding: 40px 0 0;
	}
	.welcomeBlockText-inner h1 {
		font-size: 30px;
		line-height: 1.3334;
		margin-bottom: 20px;
	}
	.welcome-image-area {
		padding: 0 15px;
	}
	.welcomeImage {
		grid-template-columns: minmax(180px, 282px) minmax(133px, 150px);
		gap: 18px;
	}
	.homeContent .dynamic-poi .col-md-6:nth-child(odd), .homeContent .dynamic-poi .col-md-6:nth-child(even), .homeContent .dynamic-poi .col-md-6 {
		padding: 0px 15px;
	}
	.poiImage:before {
		padding-top: 69.095%;
	}
	.poiImage .poiText, .poi .poiTitle {
		text-align: right;
	}

	.poiImage .poiText, .poi:hover .poiImage .poiText {
		transform: inherit;
		bottom: 15px;
		padding: 0 20px;
	}
	.poi .poiTitle {
		font-size: 20px;
	}
	.text-area-tim {
		padding: 0 15px;
		margin-bottom: 48px;
	}
	.image-area-tim {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	.dynamic-text_image .text-area-tim h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.blockButton > a, .button {
		padding: 10px 20px;
	}
	.homeContent .callout.hasbg .calloutContent {
		padding-top: 115px;
		padding-bottom: 56px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.callout_buttons .button {
		margin: 0 0 28px;
	}
	.homeContent .callout .calloutTitle h3 {
		font-size: 30px !important;
	}
	.homeContent .dynamic-text {
		margin: 70px 0 76px;
	}
	.homeContent .dynamic-text h2 {
		font-size: 30px;
		line-height: 1.3334;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.homeContent .dynamic-text .col-md {
		padding: 0 15px;
	}

	.dynamic-mini-pois .owl-carousel .owl-item img {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}

	.dynamic-mini-pois .owl-nav {
		display: none;
	}
	.dynamic-mini-pois .owl-dots {
		padding-top: 30px;
	}
	.dynamic-mini-pois {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.homeDynamic.dynamic-quote .quotes-container {
		padding: 0px 15px;
	} 
	.homeDynamic.dynamic-quote h2 {
		font-size: 30px;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}

	.homeDynamic.dynamic-quote:before {
		max-width: 300px;
	}
	.homeDynamic.dynamic-quote {
		padding: 60px 0 132px;
	}
	.homeDynamic.dynamic-quote .owl-dots {
		bottom: -75px;
	}
	.dynamic-mini-pois .owl-dots span {
		background: var(--white);
	}

	.welcomeBlockText-inner, .text-area-tim-inner {
		max-width: 100%;		
	}
	.welcomeImage {
		justify-content: center;
	}

	


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


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

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

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

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

	
	.menuopen .headGroup {
		z-index: 99999;
	}
	.menuopen .header-left {
		display: block;
		position: fixed;
		top: 64px;
		left: 0;
		width: 100%;
		background: var(--gray);
		color: var(--white);
		padding: 10px;
	}
	.menuopen .header-left .head-links {
		display: block;
		text-align: center;
	}

	.menuopen .header-left .button {
		border: none;
		padding: 0;
		background-color: transparent;
		color: var(--white);
		display: inline-block;
		vertical-align: middle;
		min-width: inherit;
	}
	.menuopen .header-left .button:hover {
		color: var(--orange);
	}

	.menuopen .header-left .button:before {
		content: '';
		width: 1px;
		background: rgba(255,255,255, 1);
		height: 18px;
		position: absolute;
		right: -15px;
		top: 5px;
		display: block;
	}

	.menuopen .header-left .button:last-child:before {
		display: none;
	}

	#menu-main li a {
		letter-spacing: 2px;
		line-height: 1.5;
		font-size: 30px;
		color: var(--black);
		text-transform: uppercase;
		font-weight: 400;
		padding: 5px 28px 5px 0px;
		border: none;
	}

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

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

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

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



	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		letter-spacing: 0px;
		line-height: 1.5;
		font-size: 20px;
		color: var(--black);
		text-transform: inherit;
		font-weight: 400;
		padding: 5px 28px 5px 0px;
	}

	#menu-main .sub-menu .sub-menu li a {
		letter-spacing: 2px;
		line-height: 2;
		font-size: 14px;
		color: var(--black);
		text-transform: uppercase;
		font-weight: 700;
		padding: 6px 28px 6px 0px;
	}


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

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

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

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

	#menu-main .sub-menu {
		padding: 0 0 0 10px;
		border: none;
	}
	#menu-main .sub-menu .sub-menu {
		padding: 0 0 0 20px;
		border: none;
	}
	.menu-main-container {
		/*padding: 0px 32px 0px;*/
		position: relative;
		height: 100%;
		width: 100%;
	}

	#menu-main {
		margin: 0;
	}

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

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


	.main-headbox {
		display: none;
	}

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

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

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



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

	.bodyContent .quoteContainer {
		padding: 0 15px;
	}




	

	.poi {
		margin-bottom: 12px;
	}
	.homeContent .dynamic-poi .col-md-6:nth-child(odd), .homeContent .dynamic-poi .col-md-6:nth-child(even), .homeContent .dynamic-poi .col-md-6 {
		margin-top: 0;
	}


	.menuopen .headerSearch-menu {
	}
	.menuopen .headerSearch-menu {
        display: block;
        max-width: 100%;
        width: 100%;
        border-bottom: none;
		padding: 0px 15px;
		position: absolute;
		top: 20px;
		left: 0;
    }

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

	.menuopen  .searchInput.s::placeholder {
		color: var(--black) !important;
		opacity: 0.51 !important;
	}
	.headerSearch .searchSubmit {
		width: 20px;
		height: 20px;

		background-color: var(--black);

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

		font-size: 0;
		top: 5px;
	}	


}












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


.sidebar {
	margin-top: 30px;
}

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

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

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

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


/* The footer's own tablet rules. Kept as a separate block from the main
   max-width 1199px one purely so they stay grouped – the footer is the one
   area whose grid also moved to the xl tier (col-md-6 col-xl-3 in footer.php),
   because four columns at 1024px wrapped the headings and phone numbers. */
@media only screen and (max-width : 1199.98px) {
	.footer_main_logo {
		margin-bottom: 0;
	}
	.footer-col-1 {
		order: 4;
	}
	.footer-col-4 {
		order: 3;
	}
	.footer-col-2 {
		order: 1;
	}
	.footer-col-3 {
		order: 2;
	}

	.footer-col-logo {
		margin-bottom: 30px;
	}
	footer#footer h3 {
		margin-bottom: 20px;
	}
	.footer-col-2, .footer-col-3, .footer-col-4 {
		padding: 0px 15px;
		margin-bottom: 50px;
	}
	.footer-col-2 .button, .footer-col-3 .button, .footer-col-4 .button {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
	}
	.footer_address {
		margin-bottom: 30px;
	}
	.menu-footer-menu-container, .footer-col-4 .email-info {
		margin-bottom: 30px;
	}
	.footer-col-1 {
		padding-top: 0px;
		text-align: center;
	}
	.footer-col-1 img {
		display: inline-block;
		vertical-align: middle;
		margin: 0 40px 0 0;
	}
	.footer_logo_switch img {
		max-height: 34px;
		object-fit: cover;
		width: auto;
	}
	.footerLower .row {
		align-items: center;
	}
	.footerLower .container {
		border-top: 1px solid var(--white);
		padding: 10px 0 0 0;
		margin: 0px 15px;
		width: auto;
	}
	.footer-col-1 {
		text-align: left;
	}
	.footerLower {
		padding-top: 58px;
		padding-top: 28px;
	}
	.footer-bottom-logos {
		padding: 20px 0 24px;
	}
	footer#footer .button {
		min-width: 240px;
	}
}


/* iPad / tablet – the footer runs two columns wide (col-md-6) instead of one
   long stack, and the footerLower sits as a single row. */
@media only screen and (min-width : 768px) and (max-width : 1199.98px) {
	.footer-col {
		margin-bottom: 40px;
	}
	/* The logo spans the full width above the two columns, so it centres on the
	   footer rather than hugging the left edge, and clears the column headings
	   below it (30px from the block above was too tight). */
	.footer-col-logo {
		text-align: center;
		margin-bottom: 50px;
	}
	.footerLower {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.footerLower p {
		margin: 0;
	}
}

@media only screen and (max-width : 767.98px)  {
	.footerLower .col-md-4 {
		text-align: left !important;
	}

	.popupAlert {
		padding: 90px 50px 50px !important;
	}
	.popupAlert .noticeText {
		padding: 0 !important;
	}
	.popTitle { 
		font-size: 30px;
		line-height: 1.2;
	}


}

