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

*/
:root {
	--body_colour : #162335;
	--title_colour : #162335;
	--link_colour : #707DBC;
	--link_colour_hover : #162335;	
	--button_bg: transparent;
	--button_colour: #162335;
	--button_bg_hover: transparent;
	--button_colour_hover: #707DBC;

	--white: #ffffff;
	--offwhite: #F9F8F4;
	--gray: #707070;
	--yellow: #F6E263;
	--purple: #707DBC;
	--light_purple: #737EB6;
	--navy: #162335;
	--blue: #4DA8D8;
	--pink: #dd488b;
	--light_yellow: #f6e472;
	--green: #009a91;


}
.screen-reader-text {
	display: none;
}
/*Content Wrapper*/


.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background: var(--navy);
	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-nav button {
	width: 65px;
	height: 65px;
	background: var(--navy) !important;
	border-radius: 50% !important;
	text-align: center;
	line-height: 65px;
}
.owl-nav button i {
	display: none;
}
.owl-nav button:hover {
	background: var(--purple) !important;
}

.owl-nav button:before {
	content: '';
	width: 40px;
	height: 18px;
		background-color: var(--white);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.owl-nav .owl-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);

}



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

.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:#ffffff;
	background: transparent;
	transition:300ms;
	padding-top:31px;
	padding-bottom:10px;
	padding-left: 32px;
	padding-right: 36px;
	z-index:220;
	position:fixed;
	height: 0px;
	width:100%;
	top:0;
	left:0;
    --link_colour: var(--navy);
    --link_colour_hover: var(--purple);
}

.fixedHeader .headGroup {
	padding-top: 26px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 36px;
}


.fixedHeader .headGroup {
	--link_colour: var(--navy);
    --link_colour_hover: var(--purple);
}
.fixedHeader .headGroup, .menuopen .headGroup {
	background: transparent;
}


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

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

.header-left {
}

.mainLogo svg,
.stickyLogo svg {
	max-width:100%;
	height:auto;
}

.mainLogo {
	display: block;
}
.fixedIcon .mainLogo {
	display: none;
}
.menuopen .mainLogo g path,
.menuopen .mainLogo g rect,
.home .mainLogo g path,
.home .mainLogo g rect,
body.bannerColour_blue .mainLogo g path,
body.bannerColour_blue  .mainLogo g rect,
.menuopen .stickyLogo g path,
.menuopen .stickyLogo g rect{
	fill:#fff;
}
.menuopen .headGroup,
.home:not(.fixedHeader) .headGroup {
	--link_colour : #fff;
	--link_colour_hover : var(--purple);
}
body.bannerColour_purple:not(.fixedHeader) .headGroup {
    --link_colour_hover: var(--white);
}

body.bannerColour_blue:not(.fixedHeader) .headGroup {
    --link_colour: var(--white);
}
.stickyLogo {
	display: none;
}
.fixedIcon .stickyLogo {
	display: block;
}


.headGroup .header-right {
	padding-top: 14px;
}
.fixedHeader .headGroup .header-right {
	padding-top: 0px;
}





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

.menu-toggle {
    position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	height:20px;
	width: 48px;
	margin-left: 35px;
	z-index: 111;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:48px;
	height:20px;
	right:0;
	top:0px;
	transition:300ms;
}
@media (min-width:992px){
	.menu-toggle .toggleText{
		display:inline-block;
	}
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 48px;
    height: 2px;
    background-color: var(--link_colour);
    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(--link_colour_hover);
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:0px;
	margin-top:-1px;	
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: var(--navy);		
	z-index: 9999;
	top: 0px;
	bottom:0;
	width: 100%;
	max-width:100%;
	transform:translateX(100%);
	display:flex;
	flex-direction:column;
	padding: 165px 77px 70px;
}

#navbar .menu-main-container {
	padding: 0px;	
	overflow-x: hidden;	
}
#navbar .navbarExtra {
	padding:10px 20px;
}
body.menuopen .headGroup{ 
	background: var(--navy);
	z-index: 999999;
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;

	padding-left: 63px;

}
#menu-main li{
	position:relative;
	max-width: 770px;
}	
#menu-main li a {
	display: block;
	text-decoration:none;
	line-height:1.25;
	font-size: 40px;
	position:relative;
	border-bottom:solid 1px rgba(255, 255, 255, 0.2);
	padding: 5px 65px 5px 28px;
	color: var(--white);
	font-weight: 400;
	font-family: "Lora", serif;
}
#menu-main li a:hover, #menu-main li:hover > a, #menu-main li.open > a {
	color: var(--purple);
}

#menu-main li.open > a {
	border-color: transparent;
}


#menu-main .sub-menu {
	padding: 30px 0 30px 28px;
	position:relative;
	display:none;
}
#menu-main .sub-menu .sub-menu {
	padding: 5px 0 5px 28px;
	position:relative;
	display:none;
}
#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:70px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right: 30px;
	top: 21px;
	width:40px;
	height:18px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
    left: 0px;
    top: 0px;

	transition: 300ms;
	content: '';
	width: 40px;
	height: 18px;
	text-align: center;

	background-color: var(--purple);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	margin-left: 0px;

	z-index: 11;
	display: block;
		
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

#menu-main li li.menu-item-has-children > .arrow {
	top: 14px;
	right: 70px;
    width: 28px;
    height: 12px;
}
#menu-main li li.menu-item-has-children > .arrow:after {
    width: 28px;
    height: 12px;
}


#menu-main li ul:after, #menu-main li:after {
	content: '';
	display: table;
	clear: both;
}
#menu-main li li {
	width: 50%;
	float: left;
	padding-right: 80px;
}

#menu-main li li li {
	width: 100%;
	float: none;
	padding-right: 0;
}


#menu-main li li a {
	padding: 8px 0px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border: none;
	font-family: "Inter", sans-serif;
}

#menu-main li li li a {
	padding: 6px 0px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
	border: none;
}
#menu-main li li li a:hover {
	color: var(--yellow);
}



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

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

	#navbar .menu-main-container::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.5);
	}

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



	/* Scroll bar move on left*/
	#navbar .menu-main-container {
		direction: rtl;         
	}
	
	#navbar .menu-main-container > * {
		direction: ltr;
	}





/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:900px;
	max-height:900px;
	background-color: var(--white);
}
#pageBanner {	
    --body_colour: var(--navy);
    --title_colour: var(--navy);
    --link_colour: var(--navy);
    --button_colour: var(--navy);
    --button_colour_hover: var(--navy);
	--ribbon_colour : var(--purple);
}
#pageBanner.bannerColour_blue {
	background: var(--navy);
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--button_colour: var(--white);
	--button_colour_hover: var(--purple);
	--ribbon_colour : var(--purple);
}
#pageBanner.bannerColour_purple {
	background: var(--purple);
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--button_colour: var(--white);
	--button_colour_hover: var(--navy);
	--ribbon_colour : var(--navy);
}
#pageBanner.bannerColour_lightblue {
	background: var(--blue);
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--button_colour: var(--white);
	--button_colour_hover: var(--navy);
	--ribbon_colour : var(--navy);
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:900px;
	max-height:100vh;
	background: var(--navy);
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--button_colour: var(--white);
	--button_colour_hover: var(--purple);
	--ribbon_colour : var(--purple);
}
#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:900px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
}

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

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

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

.dynamicContent {
	margin-top:30px;
	margin-bottom:00px;
}
@media (min-width:992px){
	.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:transparent;
}
.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: 50px 0 0;
}


.dynamic-faq .sectionTitle {
	text-align: center;
}


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

.faq-question{
	position:relative;
	margin:0;
	padding: 13px 50px 13px 20px;
	cursor:pointer;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0px;
	font-weight: 700;
	display: block;
	text-transform: inherit;
	background: var(--purple);
	color: var(--white);
	font-family: "Inter", sans-serif;
}


.faq.open .faq-question{
	background: var(--navy) !important;
	color: var(--white) !important;
}
.faq-question:hover{
	background: var(--navy) !important;
	color: var(--white) !important;
}
.faq-question:after {
    content: '+';
    display: block;
	text-align:center;
    position: absolute;
    right: 30px;
    top: 14px;
	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;
	background: var(--white);
	padding-top:50px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
}


.bodyContent .faq-answer .col-md {

}


.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:700;
	padding:0 15px 15px;
}
/****Documents******/
a.button.document-link {
	padding-right:50px;
	width:100%;
}
a.button.document-link:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f56d";
	display:block;
	position:absolute;
	top:50%;	
    right: 10px;
    transform: translateY(-50%);
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: #fff;
	--link_colour: var(--purple);
	--link_colour_hover: #fff;
    background: var(--navy);
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	margin: 0;
}
.callout .calloutTitle h3 {
	margin-bottom: 15px;
	font-size: 40px;
}

.callout .calloutSubtitle {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}



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

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




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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: inherit;
	color:#fff;
	margin-bottom:0px;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:relative;
	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;
	border: 40px solid var(--white);
	left: 0;
	top: 0;
}


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

}
.poiImageBG:before {
	content:'';
	display:block;
	width:100%;
	padding-top:154.34%;
}
.textOnlyBlock .poiText {
	position:relative;
	padding: 0px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;
}
.poi .textOnlyBlock {
	background: var(--purple);	
	color: var(--white);
	--body_colour: #fff;
	--title_colour: #fff;
	padding: 127px 65px 130px;
}

.poi .poiTitle {
	display:block;
	font-size:40px;
	font-weight:400;
	position:relative;
	padding:0;
	text-transform: inherit;
	margin-bottom: 16px;
	text-align: left;
	font-family: "Lora", serif;
	color: var(--title_colour);
}

.poi .textOnlyBlock .poiTitle {
	font-size: 70px;
	line-height: 1.14;
	margin-bottom: 25px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

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

.poi:hover .textOnlyBlock {
	background-color: var(--blue);
	text-decoration:none;
}

.poiImage .poiText {
	padding:20px 40px 0;
	position:relative;
	bottom:auto;
	left: auto;
	width:100%;	
	text-align:left;
	width:100%;
	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;
}


.dynamic-poi {
	margin-top:60px
}

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


.dynamic-poi .poi .button {
	color: var(--purple);
}

.dynamic-poi .poi:hover .button:after {
	margin-left: 35px;
	background-color: var(--purple);
}

.poi .textOnlyBlock .poiEx {
	margin-bottom: 40px;
}

.poi .textOnlyBlock .button {
	color: var(--navy);
}
.poi .textOnlyBlock .button:hover {
	color: var(--white);
}

.poi .textOnlyBlock .button:after {
	background-color: var(--white);
}

.poi:hover .textOnlyBlock .button:after {
	background-color: var(--white);
}


/*------------------------------------*\
    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:991.99px){
	.side-menu-container {
		display:none;
	}
}

/*Blog sidebar*/
#blognav ul {
	list-style:none;
}
.sidebarSec {	
    padding:0px 15px 15px;
	margin:0 auto 10px;
}
.sidebarSec .textwidget > *:last-child {
	margin-bottom:0;
}
@media (min-width:1200px){

}
/*Animation*/


.hideme {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.hideme.active {
	opacity:1;
	top:0;
}

.container {
	max-width: 1294px;
}

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


	.container {
		max-width: 1320px;
	}


}






footer#footer {
	background: var(--navy);
	padding: 92px 0 30px;
	color: var(--white);
	--body_colour: #fff;
	--title_colour: #fff;
	--link_colour: #fff;
	--link_colour_hover: var(--yellow);
	--button_colour: var(--purple);

	margin: 0;
}
footer#footer:before {
	content: '';
	background: url('images/ft-shape.png') left top no-repeat;
	width: 100%;
	max-width: 1017px;
	height: 451px;
	position: absolute;
	right: 0;
	bottom: 0;
}


footer#footer h2 {
	font-size: 100px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 40px;
}

footer#footer h3 {
	color: var(--purple);
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	margin-bottom: 20px;
}

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


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


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


}

.footer-logo {
	margin-bottom: 25px;
}

.footerLower .container {
	z-index: 11;
}


.footerLower {
	padding: 100px 0 0;
	background: transparent;
	font-size: 18px;
}

.footer-address {
	max-width: 200px;
}

.ft-low-2 a {
	margin-left: 7px;
	margin-right: 7px;
}
.ft-low-2 a:first-child {
	margin-left: 0px;
}
.ft-low-2 a:last-child {
	margin-right: 0px;
}

.contact-info {
	margin-bottom: 45px;
} 

.footersocial {
	margin-bottom: 40px;
}
.footersocial ul.socials li {
	min-width: inherit;
	padding: 0 9px;
}
.footersocial ul.socials li:first-child {
	padding-left: 0;
}
.footersocial ul.socials li:last-child {
	padding-right: 0;
}

.footersocial ul.socials li a {
	font-size: 25px;
}

.footersocial ul.socials li a:hover {
	color: #DCCCE6;
}



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


footer#footer .button:after {
	background-color: var(--white);
}
footer#footer .button:hover:after {
	background-color: var(--yellow);
}
footer#footer .button:hover {
	color: var(--yellow);
}


.seq-icon-left {
	position: absolute;
	left: 78px;
	bottom: 20px;
}

.seq-icon-right {
	position: absolute;
	right: 28px;
	bottom: 20px;
}


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

	footer#footer {
		padding-bottom: 159px;
	}

}


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

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

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



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

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

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

.searchToggle .searchform.openSearch {
	top : -1px;
}

.searchToggle .searchform.openSearch input.s {
}

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

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

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

	background-color: var(--link_colour);

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

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


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

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


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


.header-right {
	text-align: right;
}
.slider-container {
	padding: 124px 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.slider-container .container {
	position: relative;
	height: 100%;
}
.slider-container .videoLink {
	position: absolute;
	bottom:0;
	right:0;
	width:100%;
	text-align: center;
	z-index: 110;
}
.slider-container .videoLink a{
	display: inline-block;
    color: #fff;
    background: var(--purple);
    text-decoration: none;
    line-height: 1;
    padding: 0;
    position: relative;
    transition: 300ms;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 20px;
}
.slider-container .videoLink a:hover {
    background: var(--navy);
}
.slider-container .hero {
	max-width: 469px;
	max-height: 652px;
	position: absolute;
	right: 0;
	left: auto !important;
	top: 0;
	border: 41px solid var(--white);
	z-index: 11;
}

.slider-container:before {
	width: 100%;
	height: 100%;
	max-width: 83.5%;
	max-height: 900px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';

	background-color: var(--ribbon_colour);

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

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

	font-size: 0;
}


.slider-container:after{
	width: 100%;
	height: 100%;
	max-width: 60%;
	max-height: 241px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';

	background-color: var(--ribbon_colour);

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

	mask-position: left top;
	mask-size: cover;

	font-size: 0;
	z-index: 12;
}
.slider-container.noRibbon:before,
.slider-container.noRibbon:after {
	display: none;
}
.slider-container .videoframe {
	opacity: 0.7;
}


.slideText {
	position: absolute;
	left: 60px;
	bottom: 100px;
	z-index: 111;
	max-width: 535px;
}

.slideText h1 {
	font-size: 110px;
	line-height: 1.1;
	margin-bottom: 45px;
}

.bottom_text.slide_banner {
	max-width: 480px;
}

.bottom_text.slide_banner .button:after {
	background-color: var(--white);
}
.bottom_text.slide_banner .button:hover:after {
	background-color: var(--purple);
}


@media (min-width:992px){
	.slider-container .videoLink {
		right:5%;
		bottom:5px;
		width:auto;
		text-align: right;
	}
	.slider-container .videoLink a {
		padding:20px 20px;
		font-size:24px;
	}
}
@media (min-width:1200px){
	.slider-container .videoLink {
		right:60px;
		bottom:25px;
	}
}

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

	.slider-container:before {
		max-width: 1300px;
	}
	.slider-container:after {
		max-width: 933px;
	}

}

.homeContent .dynamic-text_image .bg-lightgray .text-section-it-inner .button.text_image_button {
	padding-right: 65px;
}
.homeContent .dynamic-text_image .bg-lightgray .text-section-it-inner .button.text_image_button:after {
	position: absolute;
	right: 0;
	top: 0;
}
.homeContent .dynamic-text_image .bg-lightgray .text-section-it-inner .button.text_image_button:hover:after {
	right: -10px;
}



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

.dynamic-text_image {
	margin: 0;
}
.dynamic-text_image .text-image-content {
	padding: 70px 0 60px;
}
.dynamic-text_image .bg-lightgray {
	background-color: var(--offwhite);
}
.dynamic-text_image .bg-purple {
	background-color: var(--purple);
	color: var(--white);
	position: relative;
}


.dynamic-text_image .text-section-it-inner {
	max-width: 683px;
}

.dynamic-text_image .image-pos-right .text-section-it-inner {
	text-align: center;
}

.tsi_show_icon {
	width: 95px;
	height: 95px;
	content: '';

	background-color: var(--purple);

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

	mask-position: center top;
	mask-size: cover;

	display: block;

	margin: 0 auto 38px;

}

.dynamic-text_image .image-section-it .image-section-it-inner {
	border: 41px solid var(--white);
	max-width: 453px;
	display: block;
}
.dynamic-text_image .image-pos-right .image-section-it .image-section-it-inner {
	margin: 0 0 0 auto;
}
.dynamic-text_image .image-section-it img {
	display: block;
}

.dynamic-text_image .image-pos-left .text-section-it-inner {
	padding-left: 50px;
}


.dynamic-text_image .text-section-it-inner h2 {
	font-size: 100px;
	line-height: 1.3;
}

.dynamic-text_image .text-section-it-inner h3 {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}

.dynamic-text_image .bg-purple .text-section-it-inner h3 {
	color: var(--white);
}


.dynamic-text_image .bg-purple  .text-section-it-inner .button {
	color: var(--white);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}
.dynamic-text_image .bg-purple  .text-section-it-inner .button:after {
	background-color: var(--navy);
	margin-left: 15px;
}


.dynamic-text_image .bg-purple  .text-section-it-inner .button:hover {
	color: var(--white);
}
.dynamic-text_image .bg-purple  .text-section-it-inner .button:hover:after {
	margin-left: 25px;
	background-color: var(--white);
}

.dynamic-text_image .bg-purple:before {
	width: 100%;
	height: 100%;
	max-width: 620px;
	max-height: 900px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';

	background-color: var(--navy);

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

	mask-position: right center;
	mask-size: 100% auto;

	font-size: 0;
}


.dynamic-classes-carousel {
	position: relative;
	margin: 0;
	padding: 105px 0 0;
}

.dynamic-classes-carousel .section_title h2 {
	color: var(--purple);
	font-size: 100px;
	line-height: 1.28;
	margin-bottom: 25px;
}


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


.dynamic-classes-carousel .item {

	display: block;
	height: 100%;
	padding: 50px 0px 126px 50px;
	width: 100%;
}

.st-class-dark {
	background-color: var(--navy);
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
	--link_colour: var(--white);
	--button_colour: var(--purple);
	--button_colour_hover: var(--purple);
}
.st-class-light {
	background-color: transparent;
}
.dynamic-classes-carousel .item .cc_image {
	text-align: right;
}
.dynamic-classes-carousel .item img {
	max-width: 510px;
	border: 30px solid var(--white);
	max-height: 344px;
	object-fit: cover;
	width: 100%;
	display: block;
	margin: 0 0 0 auto;
}

.dynamic-classes-carousel .class_title {
	font-size: 70px;
	line-height: 1.14;
	margin-bottom: 15px;
	font-family: "Lora", serif;
}

.dynamic-classes-carousel .class_sub_title {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: 700;
}

.dynamic-classes-carousel .class_details {
	margin-bottom: 20px;
}

.dynamic-classes-carousel .cc_image {
	margin-top: 80px;
	display: block;
}
.st-class-dark .button:after {
	background-color: var(--white);
}
.st-class-dark .button:hover:after {
	background-color: var(--purple);
}


.st-class-light .button {
	color: var(--purple);
}
.st-class-light .button:hover:after {
	background-color: var(--purple);
}




.dynamic-classes-carousel .owl-nav, .dynamic-classes-carousel .owl-dots {
	display: none;
}

.dynamic-info-grid {
	margin: 0;
	background: var(--yellow);
	padding: 126px 0 0;
}


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

	.dynamic-classes-carousel .owl-carousel .owl-stage {
		display: flex;
	}
	.bodyContent .dynamic-poi .col-md-4 {
		position: relative;
		margin-top: 90px;
	}
	.bodyContent .dynamic-poi .col-md-4:nth-child(2) {
		position: relative;
		margin-top: 0px;
	}



}

.st-class-light:before {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';

	background-color: var(--navy);

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

	mask-position: left bottom;

	font-size: 0;
	z-index: -1;
}


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

	.st-class-light:before {
		mask-size: cover;
	}

}






.info_grid {
	display: grid;
	grid-template-columns: repeat(36, 1fr);
	grid-auto-rows: minmax(160px, auto);
	gap: 0;
	margin: 0 auto;
}

/* Top left yellow */
.grid_item_1 {
grid-column: 1 / 21;
grid-row: 1 / 2;
}

/* Top right image/news */
.grid_item_2 {
grid-column: 21 / 37;
grid-row: 1 / 3;
}

/* Bottom left purple */
.grid_item_3 {
grid-column: 1 / 11;
grid-row: 2 / 5;
}

/* Bottom middle results */
.grid_item_4 {
grid-column: 11 / 21;
grid-row: 2 / 5;
position: relative;
}

/* Bottom right yellow links */
.grid_item_5 {
grid-column: 21 / 37;
grid-row: 3 / 5;
}

.st-yellow {
	background: var(--yellow);
}

.st-light_purple {
	background: var(--purple);
	color: var(--white);
}

.st-simple {
	background: var(--white);
}

.grid_item_content {
	padding: 40px 48px;
	height: 100%;
	box-sizing: border-box;
}

.home_news_image img,
.result_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: 302px;
}

.home_news_image img {
	border: 40px solid var(--white);
	max-height: 545px;
}




.grid_item_2 .grid_item_content,
.grid_item_4 .grid_item_content {
	padding: 0;
}

.result_content {
	background: var(--white);
	padding: 45px 25px;
	text-align: center;
}

.result_number {
	font-size: 100px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--purple);
	margin-bottom: 20px;
	font-family: "Lora", serif;
}

.result_text {
	font-size: 24px;
	color: var(--navy);
	font-weight: 700;
}

.grid_item_5 .links {
	display: flex;
	flex-direction: column;
}

.info_box_link {
	display: block;
	padding: 30px 120px 32px 0;
	border-bottom: 1px solid var(--gray);
	text-decoration: none;
	color: var(--navy);
	font-weight: 700;
	display: block;
	font-size: 26px;
}

.info_box_link:after {
	right: 0;
	position: absolute;
	top: 30px;
}
.info_box_link:hover:after {
	right: 50px;
}

.info_box_link:last-child {
	border: none;
}


.grid_item_1.st-yellow.Text {
	padding: 35px 124px 180px 30px;
}
.grid_item_1.st-yellow.Text .grid_item_content {
	padding: 0px;
	max-width: 590px;
	margin: 0 0 0 auto;
}

.grid_item_1.st-yellow.Text .grid_item_content p:last-child {
	margin-bottom: 0;
}

.grid_item_1.st-yellow.Text .grid_item_content h2 {
	font-size: 70px;
	line-height: 1.15;
	margin-bottom: 25px;
}





.home_news_content {
	padding: 0 39px 38px;
}

.home_news_content h2 {
	margin: 0px 0 16px;
	font-size: 40px;
	line-height: 1.25;
}

.home_news_content .date {
	margin-bottom: 12px;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
}

.home_news_content .date a {
	font-weight: 400;
	color: var(--navy);
}
.home_news_content .date a:hover {
	color: var(--purple);
}
.home_news_link {
	display: inline-block;
	color: var(--purple);
}

@media (max-width: 991px) {
	.info_grid {
		grid-template-columns: 1fr;
	}

	.info_grid > div {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	.grid_item_content {
		padding: 32px 0;
	}

}

.grid_item_3 .grid_item_content {
	padding: 127px 62px 50px;
}
.grid_item_3 h2 {
	font-size: 70px;
	line-height: 1.14;
	color: var(--white);
	max-width: 310px;
	margin-bottom: 30px;
}

.grid_item_3 .button:after {
	background-color: var(--white);
}

.grid_item_3 p {
	margin-bottom: 0;
	max-width: 310px;
}

.grid_item_3 .button {
	color: var(--navy);
}
.grid_item_3 .button:hover:after {
	background-color: var(--navy);
}
.grid_item_3 .box_link {
	margin-top: 40px;
}




.logos_tab .logo_tab.active {
	text-decoration : underline;
}

.destination_section {
	display: none;
}

.destination_section.active {
	display: block;
}


.dynamic-logos .owl-carousel .owl-item img {
	max-width: 100%;
	width: inherit;
}


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

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

.dynamic-logos {
	margin: 40px 0 34px;
	text-align: center;
}

.dynamic-logos .logos_tab {
	margin-bottom: 0px;
}

.dynamic-logos .logos_tab a {
	font-size: 26px;
	line-height: 1.1;
	margin: 0 25px;
	position: relative;
	text-transform: inherit;
	color: var(--navy);
	opacity: 0.4;
}

.dynamic-logos .logos_tab a:first-child {
	margin-left: 0;
}
.dynamic-logos .logos_tab a:last-child {
	margin-right: 0;
}



.dynamic-logos .logos_tab a:hover, .dynamic-logos .logos_tab a.active {
	color: var(--navy);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1.5px;
	text-decoration-color: var(--purple);
	opacity: 1;
}


.dynamic-logos .logos_tab a:before {
	height: 14px;
	width: 1px;
	right: -28px;
    top: 3px;
	position: absolute;
	display: block;
	content: '';
	background: var(--darkgray);
}


.dynamic-logos .logos_tab a:last-child:before {
	display: none;
}

.destination_section {
	padding-top: 100px;
}
.destination_section.quotes-holder {
	padding-top: 47px;
}





.dynamic-logos .logo_item img {
	display: block;
	margin: 0 auto;
}


.main_logo_details_container {
	max-width: 1120px;
	margin: 0 auto 60px;
}

.main_logo_details_container h2 {
	font-size: 100px;
	line-height: 1;
	margin-bottom: 45px;
}


.dynamic-logos {
	margin: 145px 0 120px;
	position: relative;
}


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


.destination_content_logo {
	max-width: 948px;
	margin: 0 auto;
}










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

.breadcrumbs {
    font-size: 20px;
    line-height: 1.2;
	font-weight: 700;
    color: var(--navy);
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 40px 0px 10px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 90px;
    margin-bottom: 50px;
    border-bottom: none;
    min-height: 22px;
	display: block;
	border-bottom: none;
}

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

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

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

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


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


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



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

.bodyContent h1 span {
	display: block;
}


.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;
}
table td, table th {
    padding: 10px 10px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1);
}
.bodyContent table td {
    font-size: 16px;
    line-height: 1.3;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: rgba(112,125,188, 0.3);
}

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


.body-text .welcome_button {
}




.dynamic-gallery .container {
}


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

.dynamic-gallery .gallery-icon img {
	width: 100%;
	max-width: inherit;
	object-fit: cover;
}

.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: 25px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 20px;
}


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

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


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

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


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

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

.bodyContent .dynamic-image img {
	object-fit: cover;
	margin: 0px auto 25px;
	border: 40px solid var(--white);
}
.bodyContent .dynamic-image .image-item {
	overflow: hidden;
	margin: 0;
}

.bodyContent .dynamic-image .video_title {
	color: var(--title_colour);
	font-size: 40px;
	line-height: 1.25;
	font-family: "Lora", serif;
}

.bodyContent .dynamic-text {
	/*margin: 100px 0 0;*/
	display: block;
}
/*
.dynamic-divider {
	margin-bottom: 0;
	margin-top: 50px;
}*/
/*
.bodyContent .dynamic-divider + .dynamic-text {
	margin: 75px 0 0;
	display: block;
}*/

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

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

.dynamic-video-block a .image-item-inner {
	position: relative;
}
.dynamic-video-block a .image-item-inner:before {
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid var(--navy);
    border-bottom: 15px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	margin-left: 3px;
}
.dynamic-video-block a .image-item-inner:after {
	width: 112px;
    height: 112px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}


.dynamic-video-block a:hover .image-item-inner:after {
	background: rgba(255, 255, 255, 1);
}

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


.dynamic-video-block .image-item img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	border: 40px solid var(--white);
}
.dynamic-video-block .image-item {
	display: block;
	position: relative;
}
.dynamic-video-block a {
	display: block;
	position: relative;
}


.dynamic-video-block .video_title {
	color: var(--title_colour);
	font-size: 40px;
	line-height: 1.25;
	font-family: "Lora", serif;
}




.bodyContent .dynamic-text_image {
	margin-top: 60px;
}
.bodyContent .dynamic-text_image .st-simple {
	background: transparent;
}

.bodyContent .dynamic-text_image .st-with-shape {
	position: relative;
}
.bodyContent .dynamic-text_image .st-with-shape:before {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 384px;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	content: '';

	background-color: var(--purple);

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

	mask-position: left center;
	mask-size: auto;

	font-size: 0;
}
.bodyContent .dynamic-text_image .st-with-shape.image-pos-right:before {
	-webkit-transform: scaleX(-1) translateY(50%);
	transform: scaleX(-1) translateY(50%);
}
@media only screen and (min-width : 992px) {

	.bodyContent .dynamic-text_image .image-pos-right .image-with-border, .bodyContent .dynamic-text_image .image-pos-right .image-without-border {
		padding-left: 0;
	}
	.bodyContent .dynamic-text_image .image-pos-left .image-with-border, .bodyContent .dynamic-text_image .image-pos-left .image-without-border {
		padding-right: 0;
	}

	.bodyContent .dynamic-text_image .image-pos-right .main-content-tmc {
		padding-right: 38px;
	}
	.bodyContent .dynamic-text_image .image-pos-left .main-content-tmc {
		padding-left: 38px;
	}


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

	.bodyContent .dynamic-text_image .st-with-shape:before {
		mask-size: 100% 100%;
	}

}

.bodyContent .dynamic-text_image + .dynamic-text_image {
	margin-top: 56px;
}

.bodyContent .dynamic-text_image .main-content-tmc h2 {
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 15px;
}
.bodyContent .dynamic-text_image .main-content-tmc h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Inter", sans-serif;
}


.bodyContent .dynamic-text_image .image-with-border img {
	border: 40px solid var(--white);
	width: 100%;
	display: block;
}
.bodyContent .dynamic-text_image .image-without-border img {
	width: 100%;
	display: block;
}



.bodyContent .dynamic-text_image .main-content-tmc .ti_button {
	padding: 14px 20px;
	background: var(--purple);
	color: var(--white);
}
.bodyContent .dynamic-text_image .main-content-tmc .ti_button:hover {
	background: var(--navy);
	color: var(--white);
}
.bodyContent .dynamic-text_image .main-content-tmc .ti_button:after, .bodyContent .dynamic-text_image .main-content-tmc .ti_button:hover:after {
	background-color: currentColor;
	margin-left: 33px;
}


.callout .calloutContent .button {
	padding: 14px 20px;
	background: var(--purple);
	color: var(--white);
}
.callout .calloutContent .button:hover {
	background: var(--navy);
	color: var(--white);
}
.callout .calloutContent .button:hover:after, .callout .calloutContent .button:after {
	background-color: currentColor;
	margin-left: 33px;
}

.callout .calloutContent {
	max-width: 955px;
}

.calloutText {
	margin-bottom: 33px;
}




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

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

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

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


.quoteContainer cite {
	color: var(--navy);
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 1.1;
	text-transform: inherit;
	display: block;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 35px;
	font-style: normal;
	padding: 0;
	font-family: "Inter", sans-serif;
}

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



.quoteContainer .cycle-pager, .testimonials_pager {
	text-align: center;
	margin-top: 35px;
	height: 10px;
}
.quoteContainer .cycle-pager span, .testimonials_pager span {
	width: 10px;
	height: 10px;
	display:inline-block;
	background: var(--navy);
	margin: 0 5px;
    border-radius: 50%;
	opacity: 0.2;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
	transition: 300ms;
}

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


.dynamic-poi .section_title h2 {
	margin-bottom: 25px;
	text-align: center;
}

.bodyContent .dynamic-poi + .dynamic-poi {

}

.bodyContent .dynamic-poi .row {
	margin: 0;
}
.bodyContent .dynamic-poi .col-md-4 {
	padding: 0 10px;
}




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

.dynamic-gallery .container {
}


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

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


.dynamic-gallery a img {
    border: 5px solid var(--white) !important;
	width: 100%;
	max-width: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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



.document {
}


.dynamic-documents {

}

.dynamic-documents .sectionTitle {
	text-align: center;
}

.dynamic-web-links {

}


.bodyContent .dynamic-web-links + .dynamic-documents, 
.bodyContent .dynamic-documents + .dynamic-documents,
.bodyContent .dynamic-documents + .dynamic-web-links,
.bodyContent .dynamic-web-links + .dynamic-web-links  {
	margin: 0 !important;
}
.bodyContent .dynamic-web-links + .dynamic-documents .sectionTitle, 
.bodyContent .dynamic-documents + .dynamic-documents .sectionTitle,
.bodyContent .dynamic-documents + .dynamic-web-links .sectionTitle,
.bodyContent .dynamic-web-links + .dynamic-web-links .sectionTitle{
	margin-top:30px;
}
.bodyContent .dynamic-poi .container {
}

a.document-link {
	margin-bottom: 20px;
	text-align: left;
	padding: 13px 75px 13px 40px;
	line-height: 1.2;
	display: block;
	background: var(--purple);
	color: var(--white);
}
a.document-link:hover {
	background: var(--navy);
	color: var(--white);
}

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

a.document-link:after, a.document-link.button:after {
    display: block;
    width: 16px;
    height: 22px;
	line-height: 22px;
    text-align: center;
    position: absolute;
    right: 30px;
    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/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: 30px;
}

.dynamic-web-links a {

	margin-bottom: 20px;
	text-align: left;
	padding: 13px 75px 13px 40px;
	line-height: 1.2;
	display: block;
	background: var(--purple);
	color: var(--white);

}
.dynamic-web-links a:hover {
	background-color: var(--navy);
	color: var(--white);
}

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

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

}
.dynamic-web-links a:hover:after {
	background-color: currentColor;
}



.dynamic-staff {

}

.standard-staff-text h3 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--purple);
	font-family: "Lora", serif;
}
.standard-staff-text {
	padding-left: 42px;
}
.title-value-name {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--purple);
	margin-bottom: 38px;
	display: block;
	font-family: "Lora", serif;
}

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

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

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

.staff-btn {
	font-size: 24px;
	text-transform: inherit;
	color: var(--purple);
	font-weight: 500;
}
.staff-btn:hover {
	color: var(--green);
}
.standard-staff-image {	
	position: relative;
}

.standard-staff-image img {
	border: 10px solid var(--white);
	position: absolute;
	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%;
}
.staffContent  {
	margin-bottom:30px;
}
@media (min-width:992px){
	.standard-staff-image img {
		border: 40px solid var(--white);
	}
	.standard-staff-image-inner {
		width: 477px;
	}
}

.dynamic-staff .sectionTitle {

}



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

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

.dynamic-staff {

}





.dynamic-text-icon-carousel .owl-dots {
	display: none;
}

.dynamic-text-icon-carousel .owl-item img {
	width: auto;
	max-width: 401px;
	margin: 0 auto;
    display: block;
}

.dynamic-text-icon-carousel .item {
	padding: 80px 50px 74px;
	height: 100%;
}

.dynamic-text-icon-carousel .st-bg-blue {
	background-color: var(--blue);
	--title_colour: var(--white);
}

.dynamic-text-icon-carousel .st-bg-simple {
	background-color: var(--white);
}

.dynamic-text-icon-carousel .st-bg-purple {
	background-color: var(--purple);
	--title_colour: var(--white);
}

.dynamic-text-icon-carousel .st-bg-pink {
	background-color: var(--pink);
	--title_colour: var(--white);
}

.dynamic-text-icon-carousel .st-bg-yellow {
	background-color: var(--light_yellow);
	--title_colour: var(--white);
}

.dynamic-text-icon-carousel .st-bg-green {
	background-color: var(--green);
	--title_colour: var(--white);
}

.dynamic-text-icon-carousel .tic_title {
	font-size: 70px;
	line-height: 1.3;
	margin-bottom: 83px;
	text-align: center;
	font-family: "Lora", serif;
}

.dynamic-text-icon-carousel .st-bg-blue .tic_title {
	color: var(--white);
}


.dynamic-text-icon-carousel .tic_details {
	max-width: 395px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto 58px;
	text-align: center;
}

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

	.standard-staff-text {
		padding-left: 42px;
		padding-right: 75px;
		padding-top: 47px;
	}
	.dynamic-classes-carousel .owl-stage {
		margin-left: -112px;
	}
	.dynamic-text-icon-carousel .owl-stage {
		margin-left: -112px;
		display: flex;
	}


}

.dynamic-callout {

}

.bodyContent .dynamic-callout + .dynamic-callout {

}



.dynamic-links {
	margin: 50px 0 0;
}
.sn-links-content {
	padding: 40px 48px;
    height: 100%;
	background-color: var(--yellow);
}

.sn_link_container {
	border-bottom: 1px solid var(--gray);
}

.sn-links-content a {
	display: block;
	padding: 30px 120px 32px 0;
	text-decoration: none;
	color: var(--navy);
	font-weight: 700;
	display: block;
}

.sn-links-content a:after {
	right: 0;
	position: absolute;
	top: 30px;
}
.sn-links-content a:hover:after {
	right: 50px;
}

.sn_link_container:last-child {
	border: none;
}

.sn-heading-content {
	position: relative;
}
.sn-heading-content .section_title {
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}

.sn-heading-content .section_title h2 {
	font-size: 110px;
	line-height: 1.35;
	margin: 0;
}


.sn-heading-content .section_title:before {
	content: '';
	width: 350px;
	height: 306px;
	background: url(images/torch-icon.png) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 72%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

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

	.sn-links-content {
		width: 55%;
	}
	.sn-heading-content {
		width: 45%;
	}

}



.page-banner .slideText {
	max-width: 44.5%;
	bottom: 50%;
    transform: translateY(50%);
}

.page-banner .slideText h1 {
	font-size: 80px;
	line-height: 1;
	margin-bottom: 0;
}

.page-banner .slider-container .hero {
	max-width: 50%;
    max-height: 630px;
}



.dynamic-text-icon-carousel .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dynamic-text-icon-carousel .owl-nav button {
	margin-top: -32.5px;
}

.dynamic-text-icon-carousel .owl-nav .owl-next {
	right: 84px;
}
.dynamic-text-icon-carousel .owl-nav .owl-prev {
	left: 84px;
}




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

	.bodyContent .dynamic-text_image .st-with-shape:before {
		mask-position: center center;
	}

	.dynamic-text-icon-carousel .owl-item img {
		max-width: 300px;
	}

	.grid_item_1.st-yellow.Text {
		padding: 35px 10% 20% 10%;
	}
	.grid_item_3 .grid_item_content {
		padding: 20% 10% 10%;
	}
	.main_logo_details_container {
		padding: 0px 25px;
	}







}


.headerSearch {
	display: none;
}
.headGroup .headerSearch {
	display: block;
}



	.bodyContent .dynamic-image {
		margin-bottom: 0;
		margin-top: 60px;
	}
	.dynamic-text {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.dynamic-video-block {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.dynamic-text_image {
		margin-top: 50px;
	}

	.bodyContent .dynamic-quote {
		margin-top: 50px;
	}
	.bodyContent .dynamic-faq {
		margin-top: 50px;
	}
	.dynamic-documents {
		margin-top: 50px;
	}
	.dynamic-gallery, .dynamic-carousel, .dynamic-staff {
		margin-top: 50px;
	}


@media only screen and (max-width : 991px) {
		.bodyContent .dynamic-poi {
		margin-top: 50px;
	}
	.hide-for-large {
		display: block;
	}
	.hide-for-mobile {
		display: none;
	}



	.header-right, .headGroup .header-right {
		width: 35%;
		text-align: right;
		padding: 0;
	}
	
	.header-left {
		width: 65%;
		text-align: left;
		padding: 0;
	}

	.menu-toggle {
		margin: 0;
	}


	.headGroup, .home.fixedHeader .headGroup, .fixedHeader .headGroup, .home .headGroup {
		height: 50px;
		background: var(--navy);
		--link_colour : var(--white);
		--link_colour_hover : var(--purple);
		padding: 4px 25px;
		color: var(--white);
	}

	.mainLogo {
		display: none;
	}
	.stickyLogo {
		display: block;
		max-width: 30px;
	}
	.mainLogo g path,
	.mainLogo g rect,
	.stickyLogo g path,
	.stickyLogo g rect{
		fill:#fff;
	}
	.searchToggle {
		display: none;
	}
	


	.image-section-it {
		order: 2;
		padding: 0px 25px;
	}
	.text-section-it {
		order: 1;
		padding: 0px 25px;
	}
	.dynamic-text_image .text-image-content {
		padding: 130px 0 78px;
	}
	body {
		font-size: 18px;
		line-height: 1.55;
	}
	.bottom_text.slide_banner p:last-child {
		margin-bottom: 0;
	}

	.dynamic-text_image .text-image-content .text-section-it .text-section-it-inner {
		margin-bottom: 54px;
	}



	.dynamic-text_image .text-image-content.bg-purple {
		padding-top: 24px;
	}

	.dynamic-text_image .text-image-content.bg-purple .image-section-it {
		order: 1;
		padding: 0px 25px;
		margin-bottom: 65px;
	}
	.dynamic-text_image .text-image-content.bg-purple .text-section-it {
		order: 2;
		padding: 0px 25px;
	}

	.dynamic-text_image .image-section-it .image-section-it-inner {
		border-width: 30px;
	}
	.dynamic-text_image .image-pos-left .text-section-it-inner {
		padding-left: 0;
		max-width: 100%;
	}
	.dynamic-text_image .text-image-content.bg-purple .text-section-it-inner h2 {
		font-size: 60px;
		line-height: 1.3;
	}
	.dynamic-text_image .text-image-content.bg-purple .text-section-it-inner h3 {
		font-size: 26px;
	}



	.dynamic-text_image .bg-purple:before {
		max-height: 580px;
		position: absolute;
		bottom: auto;
		top: 0;
		mask-position: left top;
		mask-size: 105% auto;
		mask-repeat: no-repeat;
	}
	.dynamic-text_image .text-image-content.bg-purple {
		padding-bottom: 52px;
	}

	.dynamic-classes-carousel {
		padding: 102px 0 94px;
	}
	.classes-carousel-container .container {
		padding: 0px 25px;
	}
	.dynamic-classes-carousel .section_title h2 {
		font-size: 60px;
		line-height: 1.28;
	}


	.dynamic-classes-carousel .class_title {
		font-size: 40px;
		line-height: 1.25;
	}

	.dynamic-classes-carousel .class_sub_title {
		font-size: 26px;
		line-height: 1;
	}
	.dynamic-classes-carousel .item {
		padding: 50px 25px 25px 25px;
	}
	.dynamic-classes-carousel .section_details {
		margin-bottom: 58px;
	}

	.dynamic-classes-carousel .owl-dots {
		display: block;
		margin-top: 26px;
	}

	.dynamic-info-grid {
		padding: 0;
	}
	.grid_item_1.st-yellow.Text {
		padding: 50px 25px 100px 25px;
	}
	.grid_item_1.st-yellow.Text .grid_item_content {
		max-width: 100%;
	}
	.grid_item_1.st-yellow.Text .grid_item_content h2 {
		font-size: 40px;
		line-height: 1.25;
	}
	.home_news_image img {
		border: 30px solid var(--white);
	} 

	.home_news_content {
		padding: 0 25px 27px;
	}
	.home_news_content h2 {
		max-width: 310px;
		margin-bottom: 29px;
	}
	.grid_item_3 .grid_item_content {
		padding: 127px 25px 138px;
	}
	.grid_item_3 h2 {
		font-size: 60px;
		max-width: 280px;
	}
	.grid_item_content {
        padding: 42px 25px;
    }
	.result_text {
		font-size: 20px;
	}
	.result_content {
		padding: 45px 25px 80px;
	}
	.dynamic-logos {
		margin: 100px 0 95px;
		position: relative;
	}
	.main_logo_details_container h2 {
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 32px;
	}
	.main_logos_container {
		padding: 0px 25px;
	}
	.dynamic-logos .logos_tab a {
		font-size: 20px;
	}
	.main_logo_details_container {
		margin-bottom: 100px;
	}
	.destination_section {
		padding-top: 115px;
	}
	.dynamic-logos .owl-dots {
		margin-top: 95px;
	}

	footer#footer {
		padding: 92px 13px 159px;
	}
	footer#footer h2 {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 45px;
	}
	footer#footer h3 {
		font-size: 26px;
		margin-bottom: 19px;
	}

	.footerLower {
		padding-top: 90px;
	}
	.ft-col-1 {
		margin-bottom: 80px;
	}

	.ft-col-2 {
		margin-bottom: 90px;
	}
	.footer-logo {
		margin-bottom: 45px;
	}
	.footerLower p, .footerLower ul {
		margin: 20px 0;
	}

	.breadcrumbs {
		margin-bottom: 40px;
	}
	.bodyContent .dynamicContent {
		margin-top: 50px !important;
	}
	.bodyContent .dynamic-text_image .image-with-border img {
		border-width: 30px;
	}
	.image-with-border, .image-without-border {
		margin-bottom: 45px;
	}
	.sn-heading-content {
		margin-bottom: 150px;
	}
	.sn-links-content {
		padding: 25px;
	}

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

	.dynamic-text-icon-carousel .owl-nav .owl-prev {
		left: 25px;
	}
	.dynamic-text-icon-carousel .owl-nav .owl-next {
		right: 25px;
	}


	.dynamic-text-icon-carousel .item {
		padding: 80px 25px 74px;
		height: 100%;
	}
	.dynamic-text-icon-carousel .owl-item img {
		max-width: 340px;
	}
	.quoteContainer blockquote.quote-text {
		padding: 0 25px;
	}
	.dynamic-poi .section_title h2, .bodyContent .dynamic-poi + .dynamic-poi .section_title h2 {
		margin-bottom: 45px;
	}
	.dynamic-poi .owl-nav {
		display: none;
	}
	.poi .textOnlyBlock {
		padding: 70px 25px 70px;
	}
	.standard-staff-text {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
	}

	#navbar {
		padding: 65px 10px 50px;
	}
	#menu-main {
		margin-bottom: 0px;
		margin-top: 0px;
		clear: both;
		padding-left: 13px;
		padding-right: 15px;
	}
	#menu-main li.menu-item-has-children > .arrow {
		right: 0;
	}
	#menu-main li a {
		font-size: 20px;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 12px;
	}
	#menu-main li.menu-item-has-children > .arrow {
		top: 14px;
	}
	#menu-main li li {
		width: 100%;
		float: none;
		padding-right: 50px;
	}
	#menu-main .sub-menu {
		padding: 15px 0 30px 0px;
	}
	#menu-main li li.menu-item-has-children > .arrow {
		right: 50px;
	}
	#menu-main li li a {
		padding: 11px 0px;
		font-size: 16px;
	}
	#menu-main li li.menu-item-has-children > a {
		padding-right: 35px;
	}
	.headGroup .row {
		align-items: center;
	}
	#menu-main .sub-menu .sub-menu {
		padding: 5px 0 10px 28px; 
	}
	.sn-heading-content .section_title h2 {
		font-size: 80px;
	}
	.headerSearch {
		display: block;
		width: 100%;
		border-bottom:solid 1px rgba(255, 255, 255, 0.2);
	}
	.headerSearch-menu {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.headerSearch .searchform input.searchInput {
		color: var(--white);
	}
	.dynamic-text_image .image-pos-right .image-section-it .image-section-it-inner {
		margin: 0 auto;
	}
	.dynamic-text_image .image-section-it img {
		width: 100%;
	}
	.dynamic-text_image .image-pos-left .image-section-it .image-section-it-inner {
		margin: 0 auto;
	}

	
	.breadcrumbs {
		margin-bottom: 50px;
	}

	.info_box_link {
		font-size: 20px;
	}

	footer#footer h2, .grid_item_1.st-yellow.Text .grid_item_content h2 {
		max-width: 280px;
	}
	.st-class-light:before {
		bottom: -85px;
		mask-size: 100% auto;
	}

	.dynamic-classes-carousel .owl-carousel .owl-stage-outer {
		overflow: visible !important;
	}

	.slideText h1, .page-banner .slideText h1 {
		font-size: 60px;
		line-height: 1.1;
	}
	.slideText {
		position: absolute;
		left: 60px;
		bottom: 100px;
		z-index: 111;
		max-width: 280px;
	}
	.slider-container .hero {
		max-width: 430px;
		right: 0px;
	}


}








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

.popupAlert {
	max-width: 1350px !important;
	padding: 120px 120px 120px 72px !important;
	color: var(--body_colour);
	background: var(--offwhite) !important;
	text-align: left !important;
	border-radius: 0px;
}

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

.noticeBody {
	padding: 0 !important;
}
.popupAlert .noticeText {
	padding: 0px 12px 0 0px !important;
	order: 1;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	font-size: 100px;
	line-height: 1.28;
	color: var(--purple);
	margin-bottom: 25px;
	font-weight: 400;
	position: relative;
	text-align: left;
	font-family: "Lora", serif;
}
.alert-btn-bar {
	padding-top: 40px;	
}

.alert-btn-bar .button {
}
.alert-btn-bar .button:hover {
}


a:-webkit-any-link:focus-visible {
	outline-offset: 0px;
}
:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}


.popupAlert .f-button.is-close-btn {
	top: 10px !important;
	right: 10px !important;
	color: var(--navy) !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
}



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

.sidebarSec ul {
	padding: 0;
	margin: 0;
}
.sidebarSec ul li {
	padding-bottom:15px
}

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

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

.popupAlert .popupImg {
	padding: 0 0 0 50px !important;
	order: 2;
}

.popupAlert .popupImg img {
	max-height: 501px;
	object-fit: cover;
	object-position: center top;
	border: 40px solid var(--white);
}


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






	.page-banner .slider-container .hero {
		max-width: 100%;
		min-height: 630px;
		max-height: 630px;
	}



	.slider-container {
		padding: 0;
	}
	.slider-container .hero {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		border: none;
	}
	#homeBanner {
		min-height: 640px;
		max-height: 640px;
	}
	#pageBanner, .bannerWrap {
		min-height: 630px;
		max-height: 630px;
		--body_colour: var(--white);
		--title_colour: var(--white);
		--link_colour: var(--white);
		--button_colour: var(--white);
		--button_colour_hover: var(--white);
		--ribbon_colour: var(--purple);
	}
	.slideText h1, .page-banner .slideText h1 {
		font-size: 60px;
		line-height: 1.1;
	}

	.slideText, .page-banner .slideText {
		bottom: 69px;
        max-width: 600px;
		width:auto;
		right:25px;
		left: 25px;
		transform: inherit;
	}
	.slider-container:after, .page-banner .slider-container:after {
		max-width: 75%;
		mask-position: left bottom;
		mask-size: 170% auto;
		mask-repeat: no-repeat;
	}
	.slider-container:before, .page-banner .slider-container:before {
		max-width: 100%;
		z-index: 12;
		mask-position: 30% bottom;
        mask-size: 180% auto;
        mask-repeat: no-repeat;
		display: none;
	}
		.slider-container .hero:before {
		position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
}



}




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


}




.dynamic-entry_checker .time_line_single {
    padding: 1px 20px 20px 10px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;  
}

.time_lime h3 {
	font-size: 1.75rem;
}
.time_lime h2 {
	font-size: 2rem;
    line-height: 1.4;
}

.time_line p {
    font-size: 16px;
    text-align: left;
}

.dobEntryText {
	font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.textCarousel .owl-stage {
	display: flex;
}
.textCarItem {
	padding:20px 10px;
	font-size:16px;
    height: 100%;
}
.textCarItem p{
	margin-bottom:1em;
}
.textCarItem .title_container{
	margin-top:20px;
}
.textCarItem .textCarTitle{
	position: relative;
	text-align: center;
	padding-bottom:20px;
}
.textCarItem .textCarTitle:after{
    transition: 300ms;
    content: '';
    width: 20px;
    height: 11px;
    text-align: center;
    background-color: currentColor;
    -webkit-mask-image: url(images/arrow-icon.png);
    mask-image: url(images/arrow-icon.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    z-index: 11;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
}
.textCarItem .textCarItemContent {
	margin-top:20px;
	margin-bottom:40px;
}
.textCarItem.purple {
    background-color:var(--purple);
	color:#fff;
	--title_colour : #fff;
	--link_colour:#dedede;
}
.textCarItem.blue  {
    background-color:var(--blue);
	color:#162335;
	--title_colour : #162335;
	--link_colour:#000;
}
.textCarItem.grey {
    background-color:var(--gray);
	color:#fff;
	--title_colour : #fff;
	--link_colour:#dedede;
}
.textCarItem.light_purple {
    background-color:var(--light_purple);
	color:#fff;
	--title_colour : #fff;
	--link_colour:#dedede;
}
.textCarItem.yellow {
    background-color:var(--yellow);
	color:#162335;
	--title_colour : #162335;
	--link_colour:#000;
}
@media (min-width:1200px){
	.textCarItem {
		padding-left:20px;
		padding-right:20px;
	}
}