/*
	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 : #324592;
	--title_colour : #324592;
	--link_colour : #EABB70;
	--link_colour_hover : #324592;	
	--button_bg: #84A98C;
	--button_colour: #FFFFFF;
	--button_bg_hover: #EABB70;
	--button_colour_hover: #FFFFFF;


	--green: #84A98C;
	--dark-green: #49804E;
	--yellow: #EABB70;
	--blue: #324592;
	--light-blue: #96B4DB;
	--white: #FFFFFF;
	--offwhite: #FAFAFA;
	--gray: #4F4F4F;



}

/*Content Wrapper*/


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



/* clear */

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

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


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


/*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: 30px;
	height: auto;
	min-height: 30px;
	margin-left: 0px;
	margin-right: 20px;
}


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

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

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	width: 190px;
	height: 79px;
}	

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

.searchToggle .searchform.openSearch input.s {
	background: #84A98C;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 36px;
	font-size: 16px;
	letter-spacing: 0.8px;
}

.headerSearch .searchSubmit {
	width: 30px !important;
	height: 30px !important;
	background: url("images/search-white-new.png") center center no-repeat !important;
	font-size: 0 !important;
}

.headGroup .searchSubmit:hover {
	background: url("images/search-green-new.png") center center no-repeat !important;
}

.fixedHeader .headGroup .searchSubmit {
	background: url("images/search-green-new.png") center center no-repeat !important;
}

.fixedHeader .headGroup .searchSubmit:hover {
	background: url("images/search-blue-new.png") center center no-repeat !important;
}

.searchform .searchSubmit {
	right: 0;
}
.headGroup .searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
	color: #ffffff;
}

.headGroup .searchInput.s::placeholder {
	color: #ffffff;
}

@media only screen and (min-width : 768px) {
	.searchform.openSearch {
		width: 250px;
	}	
}

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


/*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(--body_colour);
	transition:300ms;
	padding-top:32px;
	padding-bottom:10px;
	padding-left: 45px;
	padding-right: 65px;
	z-index:220;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
	background: var(--white);
	padding-top:10px;
	padding-bottom:10px;
}
.headGroup .mainLogo {
	display: none;
}

.headGroup .mainLogo-main {
	display: block;
}
.fixedHeader .headGroup .mainLogo {
	display: block;
}
.fixedHeader .mainLogo-main {
	display: none;
}
.headGroup .logo {
	filter: brightness(0) invert(1);
}
.fixedHeader .headGroup .logo,
.menuopen .headGroup .logo {
	filter: none;
	height:80px;
	width:133px;
}

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

.menu-toggle{
    position:relative;
	display:inline-block;
	cursor:pointer;
	height:80px;
	width: 79px;	
    color: var(--white);

	background-color: var(--light-blue);
	mask-image: url('images/menu-toggle.png');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;	


}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:24px;
	height:16px;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	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: 24px;
    height: 2px;
    background-color: var(--white);
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
    background-color: var(--white);
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-1px;	
}
.menu-toggle .toggleIcon span:before {
    top: -8px;
}
.menu-toggle .toggleIcon span:after {
    top: 8px;
}
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;
}

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


#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: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
#navbar .menu-main-container {
	overflow-x: hidden;	
}
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);
}
/* portal icon */
.header_col_3 {
	display: flex;
    align-items: center;
}
.topMenuSide {
	position:relative;
	/*display:none;*/
}	
.fixedHeader .topMenuSide {
	display:inline-block;
}
.topMenuSide .portalToggle >a{
	display:block;
    font-size: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer;
    color: #ffffff;
    width: 41px;
    height: 30px;
    line-height: 22px;
    background: url("images/portal-icon-white-new.png") left center no-repeat;
}

.topMenuSide:hover .portalToggle > a:hover {
	background: url("images/portal-icon-green-new.png") left center no-repeat;
}

.fixedHeader .topMenuSide .portalToggle > a {
	background: url("images/portal-icon-green-new.png") left center no-repeat;
}

.fixedHeader .topMenuSide .portalToggle > a:hover {
	background: url("images/portal-icon-blue-new.png") left center no-repeat;
}
.topMenuSide .topMenu{
	position:absolute;
	top:100%;
	right:-90px;
	width:240px;
	background:var(--light-blue);
	--link_colour:var(--blue);
	--link_colour_hover:var(--white);
	margin-top:20px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}

.topMenuSide .topMenu li{
	padding:5px 15px;
}

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

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

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

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

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

.dynamicContent {
	margin-top:60px;
}
/*******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-dividera.png);
    background-position: center center;
    background-size: contain;
    height: 46px;
    width: 105px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -50px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon-divider.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



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

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

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

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


/******Staff********/
.staffMember {
	padding-bottom: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:700;
	padding-top: 22px;
	font-style: normal;
	display: block;
}
/****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: #fff;
    background: #969696;
	font-size:1em;
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	font-size:1em;
	margin:0.5em 0;
}
.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;	
}



.calloutText {
	margin: 0px auto 30px;
	max-width: 740px;
}


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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: transparent;
	margin-bottom:30px;
}
.poi:hover  {
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:inherit;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
	padding: 34px 19px 30px 37px;

	
	background-color: var(--white);
	mask-image: url('images/poi-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 469px;
	height: 100%;
	max-height: 472px;


}

.poiImage .poiImageBG img {
	width:100%;
	object-fit:cover;


	background-color: var(--white);
	mask-image: url('images/poi-img-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 415px;
	height: 100%;
	max-height: 408px;

}


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

}
/*.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}*/
.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;
	font-family: "palatino-linotype",sans-serif;
}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size:50px;
	line-height: 1;
	font-weight: 700;
	position:relative;
	text-transform:uppercase;
	color: var(--white);
}
.poi:hover .poiTitle {
	color: var(--yellow);
}
.poi .textOnlyBlock .poiTitle {
}

.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

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

.poi:hover .textOnlyBlock {
	color:#fff;
	text-decoration:none;
}

.poiImage .poiText {
	padding:10px 20px;
	width:100%;	
	text-align:center;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

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

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	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: 1140px;
}





.button.bg-btn-green {
	background: var(--green);
	color: var(--white);
}
.button.bg-btn-lite-blue, .button.alternate-button {
	background: var(--light-blue);
	color: var(--white);
}
.button.bg-btn-blue {
	background: var(--blue);
	color: var(--white);
}

.button.alternate-button:hover, .button.bg-btn-green:hover, .button.bg-btn-blue:hover, .button.bg-btn-lite-blue:hover {
	background: var(--yellow);
}


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



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


.welcomeBlock {
	padding: 40px 0 155px;
	margin: 0;
	position: relative;
	background: transparent;
}
.leaf-1 {
	width: 142px;
	height: 156px;
	background-color: var(--green);
	mask-image: url('images/border-leaf.png');
    mask-position: center center;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2;
}
.leaf-2 {
	width: 155px;
	height: 167px;
	background-color: var(--yellow);
	mask-image: url('images/border-leaf-2.png');
    mask-position: center center;
	display: block;
	position: absolute;
	right: 75px;
	top: 60px;
	z-index: 2;
}



.welcomeBlock:before {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 423px;

	background-color: var(--white);
	mask-image: url('images/shape-1.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	position: absolute;
	left: 0;
	top: -128px;

	z-index: 1;
	
}

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

.welcomeBlockText {
	padding-top: 43px;
	padding-right: 40px;
}

.welcomeBlockText-inner {
	max-width: 614px;
	text-align: center;
}

.welcomeBlockText h1 {
	max-width: 377px;
	text-align: center;
	margin: 0px auto 26px;
}

.welcomeBlockText h1 span {
	display: block;
	font-family: 'Playlist';
	color: var(--yellow);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
}
.welcomeBlockText h1 span:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--light-blue);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}

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

.welcome-btn-bar .button {
	margin: 0px 17px;
}
.welcome-btn-bar .button:first-child {
	margin-left: 0;
}
.welcome-btn-bar .button:last-child {
	margin-right: 0;
}




.welcome-img-main {
	padding-left: 70px;
}

.welcome-img-main .welcomeImage {
	max-width: 385px;
	max-height: 561px;
	position: relative;
}

.welcome-img-main .welcomeImage:before {
	content: '';
	background-color: var(--yellow);
	mask-image: url('images/frame.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	width: 395px;
	height: 574px;
	display: block;
	left: -30px;
	position: absolute;
	top: -30px;
	z-index: 1;
}



.welcome-img-main .welcomeImage img {
	background-color: var(--white);
	mask-image: url('images/welcome-img-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	width: 100%;
	height: 100%;
	max-width: 385px;
	max-height: 561px;
}





.leaf-4-poi {
	width: 211px;
	height: 200px;
	background-color: var(--blue);
	mask-image: url('images/leaf-4-poi.png');
    mask-position: center center;
	display: block;
	position: absolute;
	right: 21px;
	bottom: 110px;
	z-index: 2;
}

.leaf-3 {
	width: 162px;
	height: 169px;
	background-color: var(--green);
	mask-image: url('images/border-leaf-3.png');
    mask-position: center center;
	display: block;
	position: absolute;
	right: 138px;
	top: 20px;
	z-index: 2;
}




/*
.quotes-holder:before {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 423px;

	background-color: var(--offwhite);
	mask-image: url('images/shape-1.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	position: absolute;
	left: 0;
	top: -128px;

	z-index: 1;
	
}

.quotes-holder:after {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 423px;

	background-color: var(--offwhite);
	mask-image: url('images/shape-2.png');
    mask-position: left bottom;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	position: absolute;
	left: 0;
	bottom: -141px;

	z-index: 1;
	
}
*/


.quotes-holder {
	padding: 70px 13px 70px;
	margin-bottom: 0;
	position: relative;
	background: var(--offwhite);
	color: var(--gray);
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
.dynamic-poi + .dynamic-quote,
.dynamic-callout + .dynamic-quote {
		margin-top: -60px;
	}
@media (min-width:992px){
	.quotes-holder {
		padding: 120px 13px 800px;
		mask-size:100% 300px,100% calc(100% - 590px),100% 300px;
		mask-position: top right, 0 295px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-quote,
	.dynamic-callout + .dynamic-quote {
		margin-top: -100px;
	}
}
@media (min-width:1200px){
	.quotes-holder {
		padding: 200px 13px 110px;
		mask-size:100% 460px,100% calc(100% - 910px),100% 460px;
		mask-position: top right, 0 455px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-quote,
	.dynamic-callout + .dynamic-quote {
		margin-top: -150px;
	}
}

@media (min-width:1400px){
	.quotes-holder .container{
		max-width: 1254px;	
	}
}
.quotes-holder .quoteContainer {
	padding: 245px 5% 120px;
	width: 100%;
	max-width: 1254px;
	margin: 0px auto 116px;
	position: relative;


	
    background-size: cover;

	z-index: 11;

	background-color: transparent;
	color: var(--gray);


}

.quotes-holder .quoteContainer:before {
	content:'';
	display:block;
	width:auto;
	height:100%;
	aspect-ratio:120/67;
	background-image: url('images/bg-quote.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.quotes-holder .quoteContainer > *{
	min-height:340px;
}
.quoteContainer blockquote.quote-text {
	padding: 0;
	color: inherit;
}

.quotes-holder .quoteContainer blockquote p {
	position: relative;
	margin: 0;
}

.quoteContainer .slider-initialized .singleQuote.cycle-slide {
    top: 50% !important;
	transform:translateY(-50%);
}
blockquote em {
	color: var(--yellow);
    font-family: 'Playlist';
	font-weight: 400;
	font-size: 60px;
	line-height: 1.1725;
	font-style: normal;
}

.quotes-holder .cycle-pager {
	width:100%;
	margin:0;
	padding:0 15px;
	text-align:center;
	height: 14px;
	position: absolute;
    bottom: -178px;
}
.quotes-holder .cycle-pager span{
	cursor:pointer;
	display:inline-block;
	margin:0 8px;
	width:12px;
	height: 12px;
	text-align:center;
	opacity:0.14;
	font-size: 0px;
	background: var(--gray);
	border-radius: 50%;
	vertical-align: top;
}
.quotes-holder .cycle-pager span.cycle-pager-active, .quotes-holder .cycle-pager span:hover {
	opacity:1;
	background: var(--yellow);
}


.quotes-holder .testmonials-link {
	margin: 0px auto;
    position: relative;
    z-index: 11;
    display: block;
    max-width: 275px;
}




.dynamic-poi {	
	padding: 70px 13px 160px;
	background: var(--blue);
	color: var(--white);
	position: relative;
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
.bodyContent .dynamic-text-cta-box + .dynamic-poi {
	margin-top:-60px;
}
@media (min-width:992px){
	.dynamic-poi {	
		padding: 150px 13px 200px;
		mask-size:100% 300px,100% calc(100% - 590px),100% 300px;
		mask-position: top right, 0 295px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.bodyContent .dynamic-text-cta-box + .dynamic-poi {
		margin-top:-100px;
	}
}
@media (min-width:1200px){
	.dynamic-poi {	
		padding: 250px 13px 220px;
		mask-size:100% 460px,100% calc(100% - 910px),100% 460px;
		mask-position: top right, 0 455px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.bodyContent .dynamic-text-cta-box + .dynamic-poi {
		margin-top:-200px;
	}
}
.homeContent .dynamic-poi .container {
	position: relative;
	z-index: 11;
	max-width: 1070px;
}


.homeContent .dynamic-poi .col:last-child {
	margin-top: 205px;
}

.poi {
	max-width: 469px;
	display: block;
}

.poi-title-main {
	position: absolute;
	width: 100%;
	max-width: 500px;
	right: 0;
	top: -80px;
}

.poi-title-main h2 {
	font-size: 109px;
	line-height: 1.22;
	color: var(--white);
    font-family: 'Playlist';
	font-weight: 400;
	text-align: right;
	letter-spacing: 3px;
	text-transform: inherit;
}


.poi-title-main h2 span {
	margin-right: -70px;
	display: block;
}



.mask-icon-4 {
	width: 172px;
	height: 181px;
	background-color: var(--light-blue);
	mask-image: url('images/border-leaf-4.png');
    mask-position: center center;
	display: block;
	position: absolute;
	left: 9%;
	bottom: 90px;
	z-index: 2;
}

.mask-icon-5 {
	width: 164px;
	height: 256px;
	background-color: var(--light-blue);
	mask-image: url('images/mask-icon-4.png');
    mask-position: center center;
	display: block;
	position: absolute;
	left: 33%;
	bottom: 90px;
	z-index: 2;
}




.dynamic-mini-pois {
		
}
.mini_pois_carousel_item_inner {
	max-width: 311px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.mini_pois-img {
	transition:300ms;
	opacity:1;
	background-color: var(--blue);
	mask-image: url('images/poi-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 311px;
	height: 313px;

	text-align: center;
	line-height: 313px;

	display: block;
	margin-bottom: 25px;

}

.style-bg-blue .mini_pois-img {
	background-color: var(--blue);
}
.style-bg-blue:hover .mini_pois-img {
	background-color: var(--light-blue);
}

.style-bg-yellow .mini_pois-img {
	background-color: var(--yellow);
}
.style-bg-yellow:hover .mini_pois-img {
	background-color: var(--gray);
}

.style-bg-green .mini_pois-img {
	background-color: var(--green);
}
.style-bg-green:hover .mini_pois-img {
	background-color: var(--dark-green);
}







.mini_pois-img img {
	width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block !important;
}


.dynamic-mini-pois .owl-nav {
	display: none;
}
.dynamic-mini-pois .owl-dots {
	margin-top: 80px;
}

.circle-arrow-button {
	display: inline-block;
	font-size: 18px;
	line-height: 1.45;
	color: var(--gray);
	font-family: "palatino-linotype",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.mini_pois_carousel_item:hover .circle-arrow-button {
	color: var(--gray);
}



.dynamic-logos {

}



/*
.dynamic-logos .logo_container:before {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 423px;

	background-color: var(--green);
	mask-image: url('images/shape-1.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	position: absolute;
	left: 0;
	top: -128px;

	z-index: 1;
	
}

.dynamic-logos .logo_container:after {
	content: '';
	width: 100%;
	height: 100%;

	background: url('images/white-wave-bg.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0px;

	z-index: 2;
	
}*/

.dynamic-logos .logo_container {
	padding: 70px 13px 160px;
	background: var(--green);
	color: var(--white);
	position: relative;
	margin: 0;
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
.bodyContent .dynamic-text-cta-box + .dynamic-logos .logo_container  {
	margin-top:-60px;
}
@media (min-width:992px){
	.dynamic-logos .logo_container  {	
		padding: 150px 13px 200px;
		mask-size:100% 300px,100% calc(100% - 590px),100% 300px;
		mask-position: top right, 0 295px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.bodyContent .dynamic-text-cta-box + .dynamic-logos .logo_container  {
		margin-top:-100px;
	}
}
@media (min-width:1200px){
	.dynamic-logos .logo_container  {	
		padding: 250px 13px 220px;
		mask-size:100% 460px,100% calc(100% - 910px),100% 460px;
		mask-position: top right, 0 455px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.bodyContent .dynamic-text-cta-box + .dynamic-logos .logo_container  {
		margin-top:-200px;
	}
}


.dynamic-logos .container {
	position: relative;
	z-index: 11;
	max-width: 1360px;
}

.dynamic-logos .button {
	background: var(--blue);
}
.dynamic-logos .button:hover {
	background: var(--yellow);
}


.destination_content_inner {
	max-width: 504px;
	text-align: center;
	margin: 0px auto;
}

.logo_container .top_title {
	display: block;
	font-family: 'Playlist';
	color: var(--white);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
}
.logo_container .top_title:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--white);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}

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


.logo_container .logo_item img {
	width: auto;
	max-width: 100%;
	margin: 0px auto;
}

.destination_logos_col {
	padding-top: 85px;
}

.logo_container .owl-nav {
	display: none;
}

.logo_container .owl-dot span {
	background: var(--white);
	opacity: 0.26;
}

.logo_container .owl-dot.active span {
	background: var(--yellow);
	opacity: 1;
}




.mask-icon-6 {
	width: 142px;
	height: 156px;
	background-color: var(--green);
	mask-image: url('images/border-leaf.png');
    mask-position: center center;
	display: block;
	position: absolute;
	right: 16.5%;
	top: -288px;
	z-index: 4;

	-moz-transform: scaleX(-1) rotate(-10deg);
	-o-transform: scaleX(-1) rotate(-10deg);
	-webkit-transform: scaleX(-1) rotate(-10deg);
	transform: scaleX(-1) rotate(-10deg);
	filter: FlipH;
	-ms-filter: "FlipH";

}

.mask-icon-7 {
	width: 241px;
	height: 226px;
	background-color: var(--green);
	mask-image: url('images/tree-icon.png');
    mask-position: center center;
	display: block;
	position: absolute;
	left: 16%;
	top: -225px;
	z-index: 5;
}

.yellow-circle {
	width: 465px;
	height: 465px;
	background: var(--yellow);
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -343px;
	top: -330px;
	z-index: 6;
}




.dynamic-logos .owl-dots {
	margin-top: 50px;
}

.dynamic-instagram {
	position: relative;
	padding-bottom: 40px;
}

.dynamic-instagram:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 423px;
    background-color: var(--white);
    mask-image: url(images/shape-1.png);
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1;
}

.dynamic-instagram .container {
	position: relative;
	z-index: 11;
}
.homeDynamic.dynamic-instagram .container {
	top:-80px;
}



.sbi_item {
	position:inherit;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
	padding: 28px 14px 25px 25px !important;

	
	background-color: var(--light-blue);
	mask-image: url('images/instagram-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 370px;
	height: 100%;
	max-height: 372px !important;


}

.sbi_inner_wrap {
	width:100%;
	object-fit:cover;


	background-color: var(--white);
	mask-image: url('images/poi-img-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 342px;
	height: 100%;
	max-height: 342px;
}
.dynamic-instagram .sbi_item:first-child {
	background-color: var(--yellow);
}
.dynamic-instagram .sbi_item:nth-child(3) {
	background-color: var(--dark-green);
}
.homeDynamic.dynamic-instagram .sbi_item:first-child {
	background-color: var(--yellow);
	position: relative;
	top: -84px;
}
.homeDynamic.dynamic-instagram .sbi_item:nth-child(3) {
	background-color: var(--dark-green);
	position: relative;
	top: 84px;
}

.sbi {
	padding-bottom: 0 !important;
}

.sbi_follow_btn a {
	display: inline-block;
    color: var(--button_colour);
    background: var(--yellow);
	text-decoration:none;
    line-height: 1.55 !important;
    padding: 18px 30px 18px 30px !important;
    position: relative;
    transition: 300ms;
	border-radius: 30px !important;
	min-width: 275px;
	font-size: 16px !important;
	font-weight: 700;
	text-align: center;
	font-family: "palatino-linotype",sans-serif;
	text-transform: uppercase;
	border: none;
	margin-top: 40px !important;
}

.sbi_follow_btn a:hover {
	background-color: var(--blue) !important;
	box-shadow: none !important;
}

.sbi_follow_btn a svg {
	display: none !important;
}



.dynamic-text-image-special-block {
	padding: 240px 0px 20px;
	margin: 0;
}
.dynamic-text-image-special-block .image_text_special_section_container {
	position: relative;
	z-index: 11;
}


.dynamic-quote + .dynamic-text-image-special-block{
	margin-top:0px;
}
.dynamic-text-image-special-block{
	margin-top:330px;
}

.spec-image-item-outer {
	width:100%;

	background-color: var(--yellow);
	mask-image: url('images/dolphin-shape-1.png');
    mask-position: right top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 546px;
	height: 573px;
	padding-bottom: 30px;

	margin-top: -330px;

}

.spec-image-item-outer .spec-image-item {
	width:100%;

	background-color: var(--yellow);
	mask-image: url('images/dolphin-shape-1.png');
    mask-position: right top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 546px;
	height: 543px;
}

.spec-image-item-outer .spec-image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}




.image-text-special-banner-inner {
	max-width: 504px;
	text-align: center;
	margin: 0px auto;
}

.image-text-special-banner-inner .top_title {
	display: block;
	font-family: 'Playlist';
	color: var(--yellow);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
}
.image-text-special-banner-inner .top_title:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--light-blue);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}

.image-text-special-banner-inner .section_title h2 {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 21px;
	color: var(--title_colour);
}
.bodyContent .image-text-special-banner-inner .section_title h2 {
	font-size: 50px;
	line-height: 1.2;
}

.info-text-special-banner-inner {
	max-width: 344px;
	margin: 0px;
	color: var(--gray);
}


.info-text-special-banner-inner .block_details {
	margin: 0px 0 23px;
}

.info-text-special-banner-inner .button {
	background-color: var(--light-blue);
}
.info-text-special-banner-inner .button:hover {
	background-color: var(--yellow);
}





footer#footer {
	padding: 70px 13px 20px;
	background: var(--blue);
	color: var(--white);
	position: relative;
	margin: 240px 0 0;
	margin: 140px 0 0;
	mask-image: url(images/shape-1.png), linear-gradient(to bottom, #000, #000);
    mask-size: 100% 130px, 100% calc(100% - 125px);
    mask-position: top right, 0 125px;
    mask-repeat: no-repeat, no-repeat;
}
@media (min-width:992px){
	footer#footer {
		padding: 150px 13px 50px;
		mask-size:100% 300px,100% calc(100% - 295px);
		mask-position: top right, 0 295px;
		mask-repeat:no-repeat,no-repeat;
	}
}
@media (min-width:1200px){
	footer#footer {
		padding: 250px 13px 50px;
		mask-size:100% 460px,100% calc(100% - 455px);
		mask-position: top right, 0 455px;
		mask-repeat:no-repeat,no-repeat;
	}
	
}
body.home footer#footer {
	margin: 0;
}
/*
.mask-icon-8 {
	width: 241px;
	height: 226px;
	background-color: var(--blue);
	mask-image: url('images/tree-icon.png');
    mask-position: center center;
	display: block;
	position: absolute;
	left: 16%;
	top: -225px;
	z-index: 5;
}

footer#footer:before {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 423px;

	background-color: var(--blue);
	mask-image: url('images/shape-1.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	position: absolute;
	left: 0;
	top: -128px;

	z-index: 1;
	
}*/

footer#footer:after {
	content: '';
	width: 100%;
	height: 136%;

	background: url('images/white-wave-bg.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -128px;

	z-index: 2;
	
}


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

.footer-title {
}
.footer-title h2 {
	color: var(--white);
	font-size: 60px;
	line-height: 1;
	margin-bottom: 58px;
}

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

.footerLower {
	padding: 60px 0 0;
	background: transparent;
}

.lwt-text {
	text-align: right;
	font-family: 'Playlist';
	font-size: 60px;
	line-height: 1.5;
	color: var(--yellow);
}

.footer-left {
	margin-bottom: 55px;
}

.button-bar-footer {
}
.button-bar-footer .button {
	margin-right: 28px;
}

.button-bar-footer .button:last-child {
	margin-right: 0px;
	background: var(--light-blue);
}

.button-bar-footer .button:hover, .button-bar-footer .button:last-child:hover {
	background: var(--yellow);
	color: var(--white) !important;
}





.dynamic-video-block, .dynamic-image  {
	margin-bottom: 80px;
}


.dynamic-video-block img,
.dynamic-image .image-item img.size-landscape{
	object-fit: cover;
	aspect-ratio:62/35;
}
.dynamic-image .image-item img {
	object-fit: cover;	
}

.dynamic-video-block .video_title, .dynamic-image .video_title  {
	color: var(--title_colour);
	font-size: 50px;
	line-height: 1.2;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
/*
.dynamic-image .image-item, .dynamic-video-block .image-item .videoframe {
	background-color: var(--white);
	mask-image: url('images/video-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 638px;
	margin-bottom: 45px;
	position: relative;
}*/
.dynamic-video-block .image-item .videoframe,
.dynamic-image .image-item {
	background-color:var(--offwhite);
	position: relative;
	margin:0;
	width:100%;
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
	margin-bottom:40px;
}
@media (min-width:992px){
	.dynamic-video-block .image-item .videoframe,
	.dynamic-image .image-item {	
		mask-size:100% 200px,100% calc(100% - 390px),100% 200px;
		mask-position: top right, 0 195px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
}
@media (min-width:1200px){
	.dynamic-video-block .image-item .videoframe,
	.dynamic-image .image-item {
		mask-size:100% 260px,100% calc(100% - 510px),100% 260px;
		mask-position: top right, 0 255px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
}
.dynamic-video-block .image-item .videoframe {	
	max-height: 630px;
}
/*
.dynamic-text-cta-box .text-cta-box-container {	
	padding: 70px 13px 160px;
	background: var(--green);
	color: var(--white);
	position: relative;
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
    margin-top: -60px;
}
@media (min-width:992px){
	.dynamic-text-cta-box .text-cta-box-container {	
		padding: 150px 13px 200px;
		mask-size:100% 300px,100% calc(100% - 590px),100% 300px;
		mask-position: top right, 0 295px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
		margin-top: -100px;
	}
}
@media (min-width:1200px){
	.dynamic-text-cta-box .text-cta-box-container {	
		padding: 250px 13px 220px;
		mask-size:100% 460px,100% calc(100% - 910px),100% 460px;
		mask-position: top right, 0 455px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
		margin-top: -200px;
	}
}*/

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




.breadcrumbs {
    font-size: 16px;
    line-height: 1.375;
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 25px 25px 10px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 55px;
    min-height: 32px;
    font-weight: 700;
	display: block;
	position: relative;
	border: none;
	font-family: "palatino-linotype",sans-serif;
}
/*
.breadcrumbs .container {
	max-width: 1256px;
}*/

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

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

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

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





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

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

.intro-text-inner-page {
	text-align: justify;
	margin-bottom: 40px;
}

.intro-text-inner-page h1, .intro-text-inner-page h2, .intro-text-inner-page h3, .bodyContent .body-text h1, .bodyContent .body-text h2, .bodyContent .body-text h3 {
	text-align: left;
}

.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: 14px;
    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 {
	text-align: justify;
}
.bodyContent .body-text iframe{
	max-width:100%;
}
.bodyContent .body-text p a:not([class]),
.bodyContent .body-text li:not([class]) a:not([class]){
	font-weight:700;
}

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


.bodyContent {
}
.bodyContent ul {
	margin-top:20px;
	margin-bottom:20px;
}
.bodyContent ul li {
	margin-bottom: 12px;	
}
/*
.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin: 20px 0;
}
.bodyContent ul li {
    padding-left: 17px;
    position: relative;
	line-height: 1.5;
	margin-bottom: 12px;
}

.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 3px;
    height: 3px;
    background: var(--body_colour);
    position: absolute;
    left: 0px;
    border-radius: 7px;
    top: 17px;
}*/
.body-container {
	margin-top: 0;
}
.bodyContent .dynamic-poi .mask-icon-5 {
	left: auto;
	bottom: auto;
	right: 9%;
	top: -40px;
}
.bodyContent .dynamic-poi:last-child {
	margin-bottom:-240px;
}
.bodyContent .dynamic-poi .container {
	max-width: 1280px;
	position: relative;
	z-index: 11;
}
.bodyContent .poi {
	max-width: 312px;
	margin: 0 auto;
}
.bodyContent .poiImage .poiImageBG {
	padding: 25px 12px 23px 22px;
	margin-bottom: 20px;
}
.bodyContent .poi .poiTitle {
	font-size: 18px;
	line-height: 1.5;
}

.bodyContent .dynamic-mini-pois {
	
}
@media (min-width:992px){
	.bodyContent .dynamic-poi:last-child {
		margin-bottom:-290px;
	}
}
@media (min-width:1200px){
	.bodyContent .dynamic-poi:last-child {
		margin-bottom:-330px;
	}
}


.dynamic-quote {
	position: relative;
}


.dynamic-quote .mask-icon-4 {
	left: auto;
	right: 8.7%;
	top: -25px;
	top: 45px;
	bottom: auto;
	width: 162px;
    height: 169px;
    background-color: var(--gray);
    mask-image: url(images/border-leaf-3.png);
}

.dynamic-quote .mask-icon-5 {
	right: 13.5%;
	left: auto;
	background-color: var(--green);
	bottom: 50px;
}


.dynamic-callout {
	margin: 100px 0 150px;
}

.callout {
	background-color: var(--blue);	
	width: 100%;
	max-width: 1140px;
	height: 100%;
	margin: 0px auto 45px;
    padding-bottom: 180px;
    padding-top: 180px;
}

.callout {	
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 180px,100% calc(100% - 250px),100% 180px;
    mask-position: top right, 0 175px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
@media (min-width:992px){
	.callout {	
		padding-bottom: 200px;
		padding-top: 200px;
		mask-size:100% 200px,100% calc(100% - 490px),100% 200px;
		mask-position: top right, 0 195px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
}
@media (min-width:1200px){
	.callout {	
		padding-bottom: 240px;
		padding-top: 240px;
		mask-size:100% 240px,100% calc(100% - 470px),100% 240px;
		mask-position: top right, 0 235px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	
}


.dynamic-faq {
	margin: 0 0 150px;
	padding: 0px 25px 0px;
}

.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 15px;
	background: var(--offwhite);
	border-radius: 40px 40px 40px 40px;
}
.faq-question {

	position: relative;
    padding: 15px 68px 15px 30px;
	background: var(--blue);
	color: var(--white);
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0px;
	text-transform: uppercase;
    line-height: 2;
    overflow: hidden;
    border: none;
	font-weight: 700;

	margin: 0px;
		width: 100%;
	display: block;
	text-align: left;
	border-radius: 40px 40px 40px 40px;
	font-family: "palatino-linotype",sans-serif;
	

}

.faq.open .faq-question {
	border-radius: 40px 40px 0 0;
    background-color: var(--yellow);
    color: var(--white);
}


.faq:hover .faq-question {
    background-color: var(--yellow);
    color: var(--white);
}


.faq-question:after {
    display: block;
    width: 17px;
    height: 17px;
	line-height: 17px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 21px;
    transform:  rotate(-90deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '+';
	font-size: 16px;
	font-family: "palatino-linotype",sans-serif;
}
.faq.open {
	border-radius: 40px 40px 0 0;
}
.faq.open .faq-question:after {
    transform: inherit;
    content: '-';
}

.faq:hover .faq-question:after {
    transform: inherit;
}


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

.faq-answer {
    display: none;
    padding: 0px;
    background: transparent;
    border: none;
    margin-bottom: 0px;
	padding: 50px 5% 55px;
	overflow-y:hidden;
}
.faq-answer .col-md {
    
}


.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-documents + .dynamic-documents {
	margin-top:0;
}

.document {
	margin-bottom: 20px;
}
.dynamic-documents .sectionTitle{
	margin-top:60px;
}



a.document-link.button {
	margin: 0px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 40px;
	background-color: var(--blue);
}

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

	background-color: currentColor;
    -webkit-mask-image: url("images/download-icon.png");
    mask-image: url("images/download-icon.png");	
}
a.document-link:hover {
	background-color: var(--yellow);
}

.dynamic-documents + .dynamic-web-links,
.dynamic-web-links + .dynamic-web-links,
.dynamic-web-links + .dynamic-documents {
	margin-top: 0;
}

.sn_web_link {
    padding: 17px 68px 17px 30px;
	margin-bottom: 20px;
	width: 100%;
	text-align:left;
	border-radius: 40px;
	background-color: var(--blue);
}

.sn_web_link:after {

	content: '';
	background-color: currentColor;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
	mask-size: cover;
	width: 17px;
	height: 17px;
	display: block;
	right: 30px;
	position: absolute;
	top: 27px;

}
.sn_web_link:hover:after {
	background-color: currentColor;
}

.sn_web_link:hover {
	background-color: var(--yellow);
}


.image_text_section_container {
	margin-bottom: 85px;
}

.image_text_section_container .text-block-main {
	padding-top: 30px;
}

.image_text_section_container .image-text-banner-inner {
	max-width: 614px;
	text-align: center;
	text-align: justify;
	position: relative;
}




.image_text_section_container.text-image-style1 .image-text-banner-inner:before {
	content: '';
	width: 142px;
    height: 156px;
    background-color: var(--green);
    mask-image: url(images/border-leaf.png);
    mask-position: center center;
    display: block;
    position: absolute;
	left: -150px;
    top: -43px;
    z-index: 2;
}
.image_text_section_container.text-image-style1 .image-pos-left .image-text-banner-inner:before {
	left: auto;
    top: -60px;
	right: -120px;
}


.image_text_section_container.text-image-style3 .image-text-banner-inner:before {
	content: '';
	width: 142px;
    height: 156px;
    background-color: var(--green);
    mask-image: url(images/border-leaf.png);
    mask-position: center center;
    display: block;
    position: absolute;
	left: -150px;
    top: -43px;
    z-index: 2;

	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";


}


.image_text_section_container.text-image-style3 .image-pos-left .image-text-banner-inner:before {
	left: auto;
    top: -60px;
	right: -120px;
}


.image_text_section_container .image-pos-left .image-text-banner-inner {
	margin: 0 0 0 auto;
}
.image_text_section_container.text-image-style2 .image-text-banner-inner:before {
	width: 155px;
    height: 167px;
    background-color: var(--yellow);
    mask-image: url(images/border-leaf-2.png);
    mask-position: center center;
    display: block;
    position: absolute;
    right: -120px;
	left: auto;
    top: -60px;
    z-index: 2;
	content: '';
}

.image_text_section_container.text-image-style2 .image-pos-right .image-text-banner-inner:before {
	left: -150px;
    top: -43px;
	right: auto;
}


.image_text_section_container .image-text-banner-inner h2 {
	max-width: 377px;
	text-align: center;
	margin: 0px auto 26px;
}

.image_text_section_container .image-text-banner-inner h2 span {
	display: block;
	font-family: 'Playlist';
	color: var(--yellow);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
}
.image_text_section_container .image-text-banner-inner h2 span:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--light-blue);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}

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

.welcome-btn-bar .button {
	margin: 0px 17px;
}
.welcome-btn-bar .button:first-child {
	margin-left: 0;
}
.welcome-btn-bar .button:last-child {
	margin-right: 0;
}

.welcomeBlock .welcome-btn-bar .button {
	font-size: 18px;
}






.image_text_section_container .img-box {
	padding: 0;
}

.image_text_section_container .img-box .image-item {
	min-height:450px;
	max-width: 385px;
	max-height: 561px;
	position: relative;
	height:100%;
}

.image_text_section_container .img-box .image-item:before {
	content: '';
	background-color: var(--yellow);
	mask-image: url('images/frame.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	width: 100%;
	height: 100%;
	max-width: 395px;

	display: block;
	left: -30px;
	position: absolute;
	top: -30px;
	z-index: 1;
}



.image_text_section_container .img-box .image-item img {
	background-color: var(--white);
	mask-image: url('images/welcome-img-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	width: 100%;
	height: 100%;
	max-width: 385px;
	max-height: 561px;
	object-fit:cover;
}


.bodyContent .dynamic-text-image-special-block {
	margin-bottom: 150px;
}


@media (min-width:992px){
	.bodyContent .dynamic-text-image-special-block {
		margin-bottom: 250px;
	}
}




.staff-meta .meta-label {
	display: inline;
	font-weight: 700;
}
.staff-meta .meta-value {
	display: inline;
}

.standard-staff-image-inner {
	max-width: 100%;

	padding: 25px 12px 23px 22px;

	
	background-color: var(--blue);
	mask-image: url('images/poi-bg.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 312px;
	height: 100%;
	max-height: 313px;


}
.standard-staff-image img {
	width:100%;
	object-fit:cover;


	background-color: var(--blue);
	mask-image: url('images/poi-img-mask.png');
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;	

	width: 100%;
	max-width: 415px;
	height: 100%;
	max-height: 408px;
} 



.poiImage .poiImageBG img {


}




.standard-staff-text h3 {
	margin-bottom: 15px;
}



.standard-staff-text {
	padding-top: 15px;
	font-size: 18px;
	line-height: 1.3334;
	padding-left: 25px;
}
.staff-meta .meta-label {
	font-size: 18px;
	color: var(--body_colour);
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: inherit;
	line-height: 1.3334;
	font-family: "League Spartan", sans-serif;
}

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

.staff-btn {
	font-size: 16px;
	letter-spacing: 0px;
	color: var(--yellow);
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-family: "palatino-linotype",sans-serif;
}
.staff-btn:hover {
	color: var(--dark-bg);
}
.staffMember {
	border-bottom: 1px solid var(--blue);
	padding-bottom: 46px;
	margin-bottom: 46px;
}

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



.dynamic-carousel {
	margin: 0;
	padding: 80px 0;
}

.dynamic-staff .sectionTitle {
	margin-bottom: 65px;
}
.title-value-name {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
}
.staff-meta {
	margin-bottom: 20px;
}


.bodyContent .dynamic-text-image-special-block {
	padding-top: 100px;
}

.dynamic-text-cta-box {	
	margin-top: 330px;
	margin-bottom: 0px;
	margin-top: 60px;
}

.dynamic-text-cta-box .text-cta-box-container {	
	padding: 70px 13px 160px;
	background: var(--green);
	color: var(--white);
	position: relative;
	mask-image:url(images/shape-1.png),linear-gradient(to bottom,#000,#000),url(images/shape-1b.png);
	mask-size:100% 130px,100% calc(100% - 250px),100% 130px;
    mask-position: top right, 0 125px, 0  bottom;
	mask-repeat:no-repeat,no-repeat, no-repeat;
}
.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
    margin-top: -60px;
}
@media (min-width:992px){
	.dynamic-text-cta-box .text-cta-box-container {	
		padding: 150px 13px 200px;
		mask-size:100% 300px,100% calc(100% - 590px),100% 300px;
		mask-position: top right, 0 295px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
		margin-top: -100px;
	}
}
@media (min-width:1200px){
	.dynamic-text-cta-box .text-cta-box-container {	
		padding: 250px 13px 220px;
		mask-size:100% 460px,100% calc(100% - 910px),100% 460px;
		mask-position: top right, 0 455px, 0 bottom;
		mask-repeat:no-repeat,no-repeat, no-repeat;
	}
	.dynamic-poi + .dynamic-text-cta-box .text-cta-box-container {	
		margin-top: -200px;
	}
}


.dynamic-text-cta-box .text-cta-box.row  {
	align-items: center;
}





.dynamic-text-cta-box .text-cta-box-container:after {
	content: '';
	width: 100%;
	height: 100%;

	background: url('images/white-wave-bg.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0px;

	z-index: 3;
	
}

.dynamic-text-cta-box .container {
	position: relative;
	z-index: 11;
}
.dynamic-text-cta-box .button {
	background: var(--blue);
}
.dynamic-text-cta-box .button:hover {
	background: var(--yellow);
}
.dynamic-text-cta-box .heading_content .section_title {
	max-width: 325px;
	text-align: center;
	margin-bottom: 25px;
}


.dynamic-text-cta-box .section_title h2 {
	color: var(--white);
	font-size: 50px;
	line-height: 1.2;
}

.dynamic-text-cta-box .section_title h2 span {
	display: block;
	font-family: 'Playlist';
	color: var(--white);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
}
.dynamic-text-cta-box .section_title h2 span:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--white);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}
.dynamic-text-cta-box .tiv-button-new {
	text-align: center;
	max-width: 325px;
}

.head-links.hide-on-desktop {
	display: none;
}


@media only screen and (max-width : 1501px) {
	.head-link {
		margin: 0px 10px;
		min-width: 220px;
	}
	.poi-title-main {
		right: 5%;
	}
}

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

	.head-link {
		margin: 0px 5px;
		min-width: 180px;
	}
	.headGroup {
		padding-left: 25px;
		padding-right: 25px;
	}

	.dynamic-quote .mask-icon-4 {
		right: 25px;
		top: 25px;
	}

	/*.dynamic-text-image-special-block .spec-img-box {
		width: 50%;
	}
	.dynamic-text-image-special-block .spec-text-block-main {
		width: 50%;
	}
	.dynamic-text-image-special-block .spec-text-block-main {
		width: 50%;
	}*/

	.welcome-img-main .welcomeImage:before {
		width: 100%;
		height: 100%;
	}
	.welcome-btn-bar .button {
		max-width: 275px;
		display: block;
		margin: 0px auto 32px;
	}
	.welcome-btn-bar .button:first-child {
		margin-left: auto;
	}
	.welcome-btn-bar .button:last-child {
		margin-right: auto;
	}

	.spec-image-item-outer {
		width: 456px;
		height: 503px;
		margin-top: -300px;
	}
	.spec-image-item-outer .spec-image-item {
		width: 100%;
		height: auto;
	}
	.image-text-special-banner-inner .section_title h2 {
		text-transform: uppercase;
		font-size: 50px;
	}
	.button-bar-footer .button {
		min-width: 220px;
	}
	.poi-title-main {
		right: 10%;
	}
	.poi-title-main h2 {
		font-size: 89px;
		line-height: 1.1;
	}

}

.poiTextSvg {
	display: none;
}

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

	.head-link {
		min-width: 275px;
	}
	.button-bar-footer .button {
		min-width: 275px;
	}


	#homeBanner {	
		max-height: 640px;
        height: 100%;
        min-height: 640px;
	}
	.headGroup {
		padding-left: 5px;
		padding-right: 5px;
	}
	.header_col_3 {
		text-align: right;
	}

	.header_col_1 {
		
		text-align: left;
	}

	.header_col_2 {
		
	}


	
	.dynamic-video-block .video_title, .dynamic-image .video_title {
		font-size: 40px;
	}
	.dynamic-video-block, .dynamic-image {
		margin-bottom: 100px;
	}

	.image_text_section_container .img-box {
		padding-left: 50px;
		padding-right: 25px;
		margin-bottom: 20px;
	}
	.image_text_section_container .image-text-banner-inner:before {
		display: none!important;
	}
	.image_text_section_container .text-block-main {
		padding-left: 25px;
		padding-right: 25px;
	}
	.image_text_section_container .image-pos-left .image-text-banner-inner:before {
		display: none;
	}
	.dynamic-text .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.welcomeBlock:before, .dynamic-poi:before, .dynamic-logos .logo_container:before, footer#footer:before, .quotes-holder:before, .dynamic-text-cta-box:before {
		max-height: 97px;
		top: -80px;
	}
	.dynamic-instagram:before, .dynamic-text-cta-box:after {
		max-height: 97px;
	}
	.quotes-holder:after {
		max-height: 97px;
		bottom: -80px;
	}
	.dynamic-text-cta-box:after {
		bottom: 0;
	}
	.bodyContent .dynamic-poi .owl-dots span {
		background: var(--white);
	}	
	.dynamic-quote .mask-icon-4 {
		mask-size: 100% 100%;
		width: 85px;
		height: 81px;
		top: 15px;
	}
	.bodyContent .quotes-holder {
		padding-bottom: 50px;
	}
	.bodyContent .dynamic-quote {
		margin-bottom: 140px;
	}
	.leaf-1 {
		width: 71px;
		height: 78px;
		mask-size: cover;
	}
	.dynamic-faq {
		margin: 0 0 150px;
		padding: 0px 13px 0px;
	}
	
	.standard-staff-image {
		width: 100%;
		text-align: center;
	}
	.dynamic-staff .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.calloutText {
		margin: 0px auto 30px;
		max-width: 740px;
		height: 104px;
		overflow: hidden;
	}

	.bodyContent .dynamic-mini-pois {
		
	}
	.leaf-2 {
		width: 78px;
		height: 84px;
		mask-size: cover;
		left: 53px;
		right: auto;
		top: auto;
		bottom: 125px;
	}

	.welcomeBlockText h1 {
		max-width: 290px;
	}

	h1, .h1 {
		font-size: 40px;
		line-height: 1.12;
	}
	.welcomeBlockText {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 25px;
	}

	.welcome-btn-bar .button {
		max-width: 275px;
		display: block;
		margin: 0px auto 32px;
	}
	.welcome-btn-bar .button:first-child {
		margin-left: auto;
	}
	.welcome-btn-bar .button:last-child {
		margin-right: auto;
	}

	.welcome-img-main .welcomeImage:before {
		width: 100%;
		height: 100%;
		left: -25px;
		top: -25px;
	}

	.welcome-img-main {
		padding-left: 50px;
		padding-right: 25px;
	}

	.welcomeBlock {
		padding: 40px 0 260px;
	}

	.poi-title-main {
		position: relative;
		top: auto;
		right: auto;
		max-width: 307px;
	}
	.poi-title-main h2 {
		font-size: 66px;
		line-height: 1.2;
		text-align: left;
		margin-bottom: 70px;
	}
	
	.poi-title-main h2 span {
		margin-right: 0;
		margin-left: 65px;
	}
	.homeContent .dynamic-poi .col:last-child {
		margin-top: 35px;
	}
	.mask-icon-4 {
		width: 86px;
		height: 91px;
		mask-size: cover;
	}
	.mask-icon-5 {
		width: 82px;
		height: 128px;
		mask-size: cover;
		left: auto;
		right: 25px;
	}
	.dynamic-quote .mask-icon-5 {
		right: 25px;
		left: auto;
		background-color: var(--green);
		bottom: 70px;
	}
	.quotes-holder {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 220px;
		padding-top: 70px;
	}

	.quotes-holder .quoteContainer {
		padding: 150px 16px 80px;
		margin-bottom: 100px;
	}

	blockquote {
		font-size: 33px;
		line-height: 1.4;
	}
	blockquote em {
		font-size: 38px;
		line-height: 1.1725;
	}

	blockquote span {
		display: block;
	}

	.quoteContainer .quote-cite {
		display: block;
	}

	.quotes-holder .cycle-pager {
		bottom: -145px;
	}
	.spec-image-item-outer {
		width: 90%;
		height: auto;
	}
	.spec-image-item-outer .spec-image-item {
		width: 100%;
		height: auto;
	}


	.image-text-special-banner-inner .section_title h2, .logo_container .section_title h2 {
		font-size: 40px;
		line-height: 1.12;
	}

	.dynamic-text-image-special-block .spec-img-box {
		margin-bottom: 35px;
	}
	.image-text-special-banner-inner {
		max-width: 320px;
	}

	.spec-text-block-main {
        padding: 0px 37px;
		text-align: center;
    }

	.mini_pois-img {
		width: 100%;
		max-width: 311px;
		height: auto;
	}
	.mask-icon-7 {
		top: -160px;
		width: 121px;
		height: 113px;
		mask-size: cover;
	}
	.mask-icon-6 {
        width: 102px;
        height: 94px;
        mask-size: 100% 100%;
        top: -174px;
		right: 18%;
    }
	.yellow-circle {
		width: 233px;
		height: 233px;
		background: var(--yellow);
		border-radius: 50%;
		display: block;
		position: absolute;
		right: -160px;
		top: -190px;
		z-index: 6;
	}


	.dynamic-logos .logo_container {
		padding: 110px 13px 320px;

	}

	.dynamic-instagram:before {
		top: -10px;
	}
	.dynamic-instagram {
		padding-left: 13px;
		padding-right: 13px;
	}

	.dynamic-instagram .container {
		top: -165px;
	}
	.sbi_item:first-child {
		top: 0px;
	}
	.sbi_item:nth-child(3) {
		top: 0px;
	}
	.sbi_item {
		max-height: 342px !important;
	}


	.mask-icon-8 {
		width: 120px;
		height: 113px;
		left: 60px;
		top: -160px;
		mask-size: 100% 100%;
	}
	footer#footer {
		text-align: center;
	}
	.footer-title h2 {
		font-size: 40px;
		line-height: 1.1;
	}
	.footer-left {
		margin-bottom: 55px;
		padding: 0px 25px;
	}
	.button-bar-footer {
		/*margin-bottom: 230px;*/
		margin-top:40px;
	}
	.button-bar-footer .button {
		max-width: 275px;
		display: block;
		margin: 0px auto 32px;
	}
	.button-bar-footer .button:first-child {
		margin-left: auto;
	}
	.button-bar-footer .button:last-child {
		margin-right: auto;
	}
	/*.footer-right {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: -330px;

	}*/
	footer#footer .row {
		position: relative;
	}
	.lwt-text {
		text-align: center;
		font-size: 40px;
	}

	.ft-low-1, .ft-low-2, .ft-low-3 {
		text-align: center;
	}


	.dynamic-logos .section_title {
		max-width: 310px;
		margin: 0 auto;
	}
	
 	.upper-text {
		text-transform: uppercase;
		font-weight: 400;
		text-shadow: 0px 0px 20px #000000;
	}
	body.home .poi .poiTitle {
		display: none;
	}
	body.home .poiTextSvg {
		display: block;
		position: absolute;
		bottom: 75px;
		left: 0;
		width: 100%;
		text-align: center;
	}	
	body.home .row.pois {
		display: block;
	}



	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--blue);
		padding: 130px 0px 90px;
		color: var(--body_colour);
		top: 0px;
		border: none;
		height: 100vh;
	}

	#navbar:before {
		content: '';
		width: 100%;
		height: 100%;

		background: url('images/white-wave-bg.png') center center no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0px;

		z-index: 1;
	}
	#navbar.menu-level-2 {
		padding-top: 200px;
	}

	#navbar.menu-level-3 {
		padding-top: 200px;
	}
	.menu-main-container {
		position: relative;
		z-index: 11;
	}
	.menuopen {
		margin: 0;
	}
	#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>a {
		display: none!important;
	}
	#navbar.menu-level-2 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-2 #menu-main li.open > a, #menu-main li.submenu_parent > a {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 0px;
		color: var(--gray);
		padding: 0px 30px 0px 0px;
		text-transform: inherit;
		display: block;
		font-weight: 400;
		margin-bottom: 0px;
	}
	#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;
        height: 100%;
	}
	#navbar.menu-level-3 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-3 #menu-main li li.open > a {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 0px;
		color: var(--gray);
		padding: 0px 30px 0px 0px;
		text-transform: inherit;
		display: block;
		font-weight: 400;
		margin-bottom: 15px;
	}

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

	.main-navigation .back-to-main {
		display:none !important;
	}
	.main-navigation.menu-level-2 .back-to-main, nav.main-navigation.menu-level-3 .back-to-main {
		display:block !important;
	}	


	
	#menu-main li {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 40px;
		line-height: 1;
		text-shadow: none;
		padding: 12px 0px 12px 0px;
		display: block;
		position: relative;
		letter-spacing: 0px;
		font-style: normal;
		border-bottom: none;
		border-radius: 0px;
		text-decoration: none;
		text-transform: uppercase;
		
		font-weight: 700;
		color: var(--white);
		font-family: "League Spartan", sans-serif;

	}

	#menu-main li:last-child a {
		border: none;
	}


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

	#menu-main li.menu-item-has-children > a:after {
			content: '';
			position: absolute;
			right: 0;
			top: 32px;
			display: block;
			width: 40px;
			height: 13px;

			background-color: var(--white);
			mask-image:url('images/btn-arrow.png');
			mask-position:right;
			mask-repeat:no-repeat;
			mask-size: 100% 100%;

			transition: 300ms;

			display: none;
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li.open:hover > a:after {
	}

	#menu-main li > a:after {
		display: inline-block;
		vertical-align: middle;
	}

	#menu-main li a:hover {
		color: var(--yellow);
	}
	#menu-main li.current-menu-item > a {
		color: var(--yellow);
		background: transparent;
	}

	.menu-main-container {
		padding: 0px 25px;
	}

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

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

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 18px;
		line-height: 1.5;
		text-shadow: none;
		padding: 7px 50px 7px 0px;
		display: block;
		position: relative;
		letter-spacing: 0px;
		font-style: normal;
		border-bottom: none;
		border-radius: 0px;
		text-decoration: none;
		
		font-weight: 700;
		color: var(--white);
		
		font-family: "palatino-linotype",sans-serif;

		text-transform: uppercase;

	}

	#menu-main .sub-menu li.menu-item-has-children > a:after, #menu-main .sub-menu li a:after {
		display: none;
	}

	


	/*#menu-main .sub-menu li.menu-item-has-children > a:after {
		content: "\f054";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 12px;
		width: 22px;
		height: 11px;
		line-height: 11px;
		transform: rotate(0deg);
		display: none !important;
		right: 0px;
		font-size: 14px;
		display: none;
	}
	#menu-main .sub-menu li.menu-item-has-children a:hover:after {
	}*/

	/*#menu-main .sub-menu li li a {
		position: relative;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.02px;
		line-height: 24px;
		font-family: "din-2014",sans-serif;
	}
	#menu-main .sub-menu li li a:after {
		display: none;
	}

	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #58B7DD;
	}*/

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

    #menu-main li.open > .sub-menu {
        display: flex;
    }


	#menu-main .sub-menu {
		padding: 0;
		border: none;
        flex-direction: column;
		justify-content: start;
		height: 100%;
        width: 100%;

	}
	#menu-main .sub-menu .sub-menu {
		padding: 0;
		border: none;
        flex-direction: column;
		justify-content: start;
		height: 100%;
        width: 100%;
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		display: block;
		position: fixed !important;
		top: 150px;
		left: 25px;
		z-index: 99999999 !important;

		text-transform: uppercase !important;

		font-size: 18px !important;
		font-weight: 700 !important;
		color: var(--light-blue) !important;
		opacity: 1 !important;
		letter-spacing: 0px !important;

		padding: 0 !important;
		line-height: 22px;

		border: none !important;

		font-family: "League Spartan", sans-serif !important;

	}
	a.back-to-main:before,
	#menu-main a.back-to-main:before {
		content: '<';
		position: relative;
		margin-right: 5px;
		display: inline-block !important;
		vertical-align: middle;
		color: var(--light-blue);
		transition: 300ms;
		margin-top: -2px;
	}


	.back-to-main:hover {
	}




	.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;
		margin-right: -20px;
        padding-right: 10px;
	}
	#navbar.menu-level-3 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		margin-right: -20px;
        padding-right: 10px;
	}

	.header_navigation, .main-headbox {
		display: none !important;
	}
	.menuopen .headGroup, .menuopen.home .headGroup, .menuopen.fixedHeader .headGroup, .menuopen.home.fixedHeader .headGroup {
		z-index: 999999999;
		background: var(--white);
	}


	

	




	.head-links.hide-on-desktop {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 100px;
		width: 100%;
		transform: translateX(-50%);
		max-width: 275px;
	}
	.head-links.hide-on-desktop .button {
		margin: 10px 0 0px;
	}


	.leaf-4-poi {
		width: 105px;
		height: 100px;
		background-color: var(--blue);
		mask-image: url('images/leaf-4-poi.png');
		mask-position: center center;
		mask-size: 100% 100%;
		display: block;
		position: absolute;
		right: 16px;
		bottom: 75px;
		z-index: 2;
	}

	.info-text-special-banner-inner {
		margin: 0px auto;
	}
	#sb_instagram #sbi_images {
		display: block !important;
	}
	.dynamic-instagram .owl-nav {
		display: none;
	}
	.dynamic-instagram .owl-dots {
		padding-top: 40px;
	}
	
	#sb_instagram #sbi_images .sbi_item, #sb_instagram.sbi_carousel_2_row #sbi_images.sbi_carousel .sbi_item {
		margin: 0px auto !important;
		display: block;
	}
	.poi {
		margin-right: auto;
		margin-left: auto;
	}
	.welcomeBlockText-inner {
		margin: 0 auto;
	}
	.welcome-img-main .welcomeImage {
		margin: 0 auto;
	}
	.image_text_section_container .image-text-banner-inner, .image_text_section_container .image-pos-left .image-text-banner-inner {
		margin: 0 auto 50px;
	}
	.image_text_section_container .img-box .image-item {
		margin: 0 auto;
	}
	.dynamic-text-cta-box .heading_content .section_title, .dynamic-text-cta-box .tiv-button-new {
		margin: 0 auto 25px;
	}
	.bodyContent .dynamic-poi .col-md-4 {
		width: 100%;
	}
	.bodyContent .dynamic-poi .poi {
		margin: 0 auto;
	}


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

	.menuopen .headGroup {
		padding-top: 10px;
	}


}


@media only screen and (max-width : 480px) {
	body.home .poiImage .poiImageBG {
		padding: 25px 15px 23px 23px;
	}
	blockquote {
		font-size: 25px;
		line-height: 1.4;
	}
	blockquote em {
		font-size: 30px;
		line-height: 1.1725;
	}



}


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


    body.menuopen .main-headbox {
        right: 0;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }

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

    .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;
        padding: 200px 0 140px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		height: 80vh;
		max-height:  950px;
		border: none !important;
		background-color: var(--blue);
		mask-image: url('images/menu-shape.png');
		mask-position: left bottom;
		mask-repeat: no-repeat;
		mask-size: 100% 100%;	

	}
    .main-headbox:before {
		content: '';
		width: 100%;
		height: 100%;

		background: url('images/white-wave-bg.png') center center no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0px;

		z-index: 2;
		
	}


	

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

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

    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0px !important;
        float: none;
        position: relative;
		height: 100%;
		width: 80%;
		background: transparent;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
		position: static;
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: none;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 0px 0px 0px 50px !important;
        width: 85%;
		/*top: 50%;
		transform: translateY(-50%);*/
        left: 100%;
		background: transparent;
		height: 100%;
        top: 0;
        left: 100%;
   }

   .menu-main-right-container li:hover > ul {
		display: block;
   }

   .headmenu-box {
	padding: 0;
   }
	
	.main-headbox .col-lg-6 {
    	width: 35%;
	}
	
    .menu-main-right-container ul li ul ul {
        padding: 0px 0px 0px 0px !important;
        z-index: 115;
        width: 100%;
		min-width: inherit;
		flex-direction: column;
		justify-content: center;
		background: transparent;
		height: 100%;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
		position: static;
        padding: 0px;
	}
    
    .menu-main-right-container ul li{
		margin-bottom: 0px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 40px;
        font-size: 30px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--white);
		padding: 7px 40px 7px 0px;
		text-transform: uppercase;
		display: block;
		font-weight: 700;	
		opacity: 1;
		position: relative;
		margin-right: 10px;
		font-family: "League Spartan", sans-serif;
	}
	
    .menu-main-right-container ul ul li a {
        font-size: 32px;
        font-size: 18px;
		line-height: 1;
		text-shadow: none;
		padding: 7px 0px 7px 0px;
		display: block;
		position: relative;
		letter-spacing: 0px;
		font-style: normal;
		border-bottom: none;
		border-radius: 0px;
		text-decoration: none;
		margin-right: 0;
		
		font-weight: 300;
		color: var(--white);
		
		font-family: "gill-sans-nova",sans-serif;
		text-transform: inherit;
	}


    .menu-main-right-container ul ul ul li a {
        font-size: 18px;
		line-height: 1.3;
	}

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

	 .menu-main-right-container ul ul ul li a:hover {
		color:  var(--yellow);
		text-decoration: underline;
 	}


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

	.menu-main-right-container ul li > a:after {
		content: '\f054';
		font-style: normal !important;
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		right: 0;
		top: 5px;
		font-size: 30px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
	}
	.menu-main-right-container ul li:hover > a:after {
	}

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

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



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

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

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


    .menu-main-right-container ul ul li {
        float: none;
    }
    
    #navbar {
        display: none;
    }
	.menuopen .headGroup {
		z-index: 99999;
		background:  var(--white);
	}
	.main-menu-right {
		height: 100%;
	}
	.menu-main-right-container {
		height: 100%;
	}


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

	.menuopen .headGroup {
		padding-top: 10px;
	}




}

@media only screen and (min-width : 1300px) {
	
	
	.menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0px !important;
        float: none;
        position: relative;
		height: 100%;
		width: 100%;
		background: transparent;
	}
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
		position: static;
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: none;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 0px 0px 0px 0px !important;
        width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
        left: 100%;
		background: transparent;
		height: 100%;
        top: 0;
        left: 100%;



   }

   .menu-main-right-container li:hover > ul {
		display: block;
   }

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

    .menu-main-right-container ul ul li a {        
        font-size: 22px;
	}


	
}



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

body.blog .sidebar, body.single-post .sidebar, body.archive .sidebar {
	padding-top: 110px;
}


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

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



@media only screen and (min-width : 1680px) {
	.headGroup .container {
		max-width: 1560px;
	}
}





.popupAlert.fancybox__content {
	width: 864px;
	max-width: 100%;
	padding: 109px 90px 109px 90px;
	color: var(--body_colour);
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height:1.35;
	background-color: var(--white);
	mask-image: url('images/shape-alert.png');
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
	

}

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



.popupAlert .popTitle {
	max-width: 377px !important;
	text-align: center;
	margin: 0px auto 26px !important;
	color: var(--title_colour);
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "League Spartan", sans-serif;
}

.popupAlert .popTitle span {
	display: block;
	font-family: 'Playlist';
	color: var(--yellow);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	text-transform: none;
	font-weight: 400;
}
.popupAlert .popTitle span:after {
	content: '';
	width: 61px;
	height: 18px;

	background-color: var(--light-blue);
	mask-image: url('images/title-icon.png');
    mask-position: center center;

	display: block;
	margin: 9px auto 20px;

}



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


.popupAlert .alert-btn:hover {
}

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


.popupAlert.fancybox__content {
    color: var(--body_colour);
	font-size: 18px;
	line-height:1.35;

}
.fancybox__container {
	background: rgba(0,0,0,0.36) !important;
}

.button-bar-alert {
	padding-top: 20px;
}



.fcmodal-content {
    margin: 10px 0;
}

.fcmodal-header {
    font-size: 1.2em;
    margin-top: 5px;
}

.fc button.fc-button:hover {
    background-color: #e5bb3c;
}

.fc .fc-button-group button:hover {
    background: #00918f
}

.fc-day-grid-event {
    margin-bottom: 8px;
}

.fc-day-grid-event .fc-content {
    white-space: initial;
    padding: 5px;
    line-height: 1.4;
}

@media (max-width:991.5px){
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
	display:block;
}
}




