/*
	Theme Name: Schoolcms
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 5.1

*/
:root {
	--body_colour : #1d1d1b;
	--title_colour : #16345f;
	--link_colour : #16345f;
	--link_colour_hover : #16345f;	
	--button_bg: #868686;
	--button_bg: #16345f;
	--button_colour: #ffffff;
	--button_bg_hover: #727272;
	--button_bg_hover: #73859f;
	--button_colour_hover: #ffffff;

	--light_blue: #d0d6df;
	


}



/*Content Wrapper*/

/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.scms-carousel .owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background:#999;
	border-radius:50%;
}
.scms-carousel .owl-nav {
	position:relative;
}
.scms-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.scms-carousel .owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.scms-carousel .owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.scms-carousel .owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.scms-carousel .owl-dots .owl-dot.active {
	opacity:1;
}
.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;
}


/*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;
	border-bottom: none;
	transition:300ms;
	padding-top: 1.625rem ;
	padding-bottom: 2rem;
	z-index:220;
	position: relative;
	width:100%;
	top:0;
	left:0;
}
.headGroup > *{
	position:relative;
}
.fixedHeader .headGroup {
	background: #16345f;
}


.socialDesktop {
	justify-content: end;
    display: flex;
}
@media (min-width:992px){
	body.home .headGroup {
		background-color:#17345f;
	}
}
@media (min-width:1200px){
	body.home .headGroup {
		height:120px;
		
	}
	/*body.home .headGroup:before {
		content:'';
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#17345f;
		clip-path: polygon(0 0,100% 0,100% calc(100% - 2rem),50% 100%,0 calc(100% - 2rem));		
	}*/
}
@media (min-width:1540px){
	/*body.home .headGroup:before {
        clip-path: polygon(0 0,100% 0,100% calc(100% - 3rem),50% 100%,0 calc(100% - 3rem))
	}*/
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	padding-right:40px;	
	display:inline-block;
	cursor:pointer;
	height:30px;	
    color: #ffffff;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:30px;
	height:30px;
	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: 26px;
    height: 1px;
    background-color: #ffffff;
    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: #000;
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:2px;
	margin-top:-.5px;	
}
.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;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	overflow-x: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}
@media only screen and (min-width: 40em) {
	#navbar {
		display:none!important;
	}
}
/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:801px;
	max-height:831px;
	margin-bottom: -12rem;
	padding-bottom: 12rem;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:600px;
	height:calc(100vh - 100px);
	max-height:820px;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 55.897%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
#homeBanner .homeBannerLeft{	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
}
#homeBanner .homeBannerRight{	
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:50%;
}
@media(min-width:768px){
	#homeBanner {
		/*max-height:861px;*/
		height:calc(100vh - 60px);
		max-height:880px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:56.08%;
	}
}
@media(min-width:992px){
	#homeBanner .homeBannerLeft{	
		top:0;
		left:0;
		width:50%;
		height:100%;
	}
	#homeBanner .homeBannerRight{	
		top:0;
		left:50%;
		width:50%;
		height:100%;
	}
}


#videoBanner .soundToggle {
	position:absolute;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:30px;
	right:15px;
	bottom:90px;
	color:#fff;
	cursor:pointer;	
    text-shadow: 0 0 10px black;
    z-index: 111;
}
#videoBanner .soundToggle:hover {
	color:#73859f;
}
#videoBanner .soundToggle:before {
	font-family:var(--fa-style-family,"Font Awesome 6 Free");
	content:'\f6a9';
	font-weight:900;
}
#videoBanner .soundToggle.unmuted:before {
	content:'\f028';
}
@media(min-width:992px){

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

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

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

.dynamicContent {
	margin-top:00px;
	margin-bottom:30px;
}
/*******Dividers******/
.dividera{
	clear: both;
    width: 100%;
	background:#868686;
    height: 1px;
   position:relative;
}
/*.dividera:before{
	content:'';
	width:100%;
	height:0px;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	
	background-image: url('images/bhs-crest-white.svg');
    background-position: center center;
	background-size: 50px;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color: #73859f;
}*/
.dividerb{
	clear: both;
    width: 100%;
	background:#868686;
    height: 1px;
   position:relative;
}



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

}
.faqs .faq{
	border-top: 1px solid #868686;
	padding:1.1875rem .25em 1.1875rem .5em;
    font-size: 1.875rem;
	position: relative;
}
.faqs .faq:last-child{
	border-bottom: 1px solid #868686;
}

.faq-question{
	position:relative;
	margin:0;
    padding-right: 1.325em;
	background: transparent;
	color: #16345f;
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
	cursor:pointer;

    line-height: 1.3;

	transition:300ms;

    -webkit-transform: translateX(-.5em);
    -ms-transform: translateX(-.5em);
    transform: translateX(-.5em);

}
.faq.open .faq-question, .faq.open, .faq.open:hover{
	background: transparent;
}
.faq:hover{
	background: rgba(255,255,255,.5);
}
.faq:hover .faq-question{
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.faq.open .faq-question, .faq.open:hover .faq-question {
    -webkit-transform: translateX(-.5em);
    -ms-transform: translateX(-.5em);
    transform: translateX(-.5em);
}

.faq:before, .faq:after {
    right: .25em;
    background-color: currentColor;
    content: '';
    height: 1px;
    line-height: 1px;
    margin-top: 0;
    position: absolute;
    top: 40px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

	transition:300ms;

    width: .825em;
}

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

.faq.open:after, .faq.open:before {
	content: '';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.faq-answer {
	font-size: 1.125rem;
    line-height: 1.55556;
}

.faq-answer .col-md {
	padding: 2.5rem 0 0;
}

/*.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{
}
/****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: 25px;
    transform: translateY(-50%);
}

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: #fff;
    background-color: var(--link_colour);
	font-size: 1em;
	overflow: hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	font-size:1em;
	margin:0.5em 0 1.5rem;
}
.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;	

	filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    mix-blend-mode: screen;

}

.callout .calloutContent {
	padding-bottom: 80px;
	padding-top: 80px;
}
.callout.hasbg .calloutContent {
	padding-bottom: 140px;
	padding-top: 140px;
}
/*.callout.hastext.hasbg .calloutContent {
	padding-bottom:35px;
	padding-top:100px;
}*/

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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background:#ffffff;
	color: #1d1d1b;
	margin-bottom: 0px;
	height: 100%;
	min-height: 18.625rem;
}

.poi.bg-style1 {
	background-color: #d0d6df;
}
.poi.bg-style3 {
	background-color: #ffffff;
}

.poi.bg-style5 {
	background-color: var(--link_colour);
	color: var(--button_colour);
}

.poi.bg-style5:hover {
	color: var(--button_colour);
}



.poi:hover  {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: border-radius .3sease-out, -webkit-transform .3sease-out;
    transition: transform .3sease-out, border-radius .3sease-out;
    transition: transform .3sease-out, border-radius .3sease-out, -webkit-transform .3sease-out;
}
.poiImage .poiImageBG {
	position:relative;
	width:100%;
	height:auto;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	max-height: 148px;
	object-fit:cover;
	position: relative;	
}


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

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size: 1.25rem;
	line-height: 1.4;
	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
	position:relative;
	padding:0px;
	text-transform: inherit;
	color: inherit;
}
.poi:hover {
	color: #132d52;
}
.poi .textOnlyBlock .poiTitle{
	margin: 0px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

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

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

.poiImage .poiText {
	padding: 1.5rem 1.125rem 2rem;
	position: relative;
	bottom: auto;
	left: auto;
	width:100%;	
	bottom: auto;
	transform: inherit;
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
/*.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom:50%;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0;
}*/
.poi:hover .poiImage .poiEx {
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}


.dynamic-poi .poiImage .poiText {
	padding: 1.5rem 1.5rem 2rem;
}

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

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	margin-top:0px;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}

#menu-side > li > a {
	color: #868686;
	font-size: 1.875rem;
    line-height: 1.3;
	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
	padding: 0;
	margin-bottom: .5rem;
}
#menu-side > li > a:hover {
	text-decoration: none;
}
#menu-side a {
	line-height: 1;
    text-decoration: none;
    display: block;
    padding: .5rem 0 .5rem;
	color: #16345f;
	font-size: 1.125rem;
}
#menu-side a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	color: #16345f;
}
/*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: #000;
	padding-left: 1.5rem;
	transition: 300ms;
}
#menu-side .sub-menu li.current-menu-item > a:hover{
	text-decoration: none;
}

#menu-side .sub-menu li.current-menu-item > a:before {
	content: '';
    display: inline-block;
    height: .8125rem;
    width: .8125rem;
    position: absolute;
	left: 0;
    top: 11px;
    margin-right: .6875rem;
    background: #868686;
    vertical-align: baseline;
	transition: 300ms;
}


#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: var(--link_colour);
}
#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: 76.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
}



footer#footer:before {
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1500 36'%3E%3Cpolygon points='1500 36 0 36 0 0 750 34 1500 0 1500 36' fill='%2316345f'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 2.25rem;
    position: relative;
    top: -2.125rem;
    width: 100%;
}

footer#footer {
	margin: 0;
	background-color: var(--link_colour);
    color: var(--button_colour);
    position: relative;
    width: 100%;
    z-index: 3;
	padding: 2rem 0 3rem;
}

footer#footer a, footer#footer h2,  footer#footer h3 {
    color: var(--button_colour);
}
footer#footer h3 {
	margin-top: .25rem;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: 1.375;
}

.address-info, .tel-info {
	display: block;
    font-style: normal;
    margin: 1rem 0 0;
}



footer#footer a:hover {
	text-decoration: underline;
}


footer#footer .ft-logo  {
	width: 350px;
	max-width: 63%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 3rem;
}

.ft-logo-2 {
	display: none;
}

.footersocial ul.socials {
	margin: 0;
	padding: 0;
}
.footersocial ul.socials li {
	min-width: inherit;
	padding: .5rem 1rem .5rem 0;
	margin: 0;
}
.footersocial ul.socials li a {
	border-radius: 50%;
    border: 1px solid;
    display: block;
    height: 2.75rem;
	line-height: 2.75rem;
    width: 2.75rem;
    overflow: hidden;
    padding: 0;
    transition: background-color .3s, border-color .3s, color .3s;
}

.footersocial ul.socials li a:hover {
    border-color:  var(--button_colour);
	background-color: var(--button_colour);
    color: var(--link_colour) !important;
}

.ft-menu {
	
}

.ft-menu ul {
	margin: 0;
	padding: 0;
}
.ft-menu ul li {
	margin: 0 0 .5rem;
	outline: 0;
}

.ft-menu ul li a {
	line-height: 1;
    text-decoration: none;
    display: block;
    padding: .5rem 0 .5rem;

	font-size: 1.5rem;

	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;

}

.ft-menu ul li a:hover {
	text-decoration: none !important;
}

.ft-low-1 span {
	margin-left: 1rem;
}
.footerLower {
	padding: 5rem 0 0;
	background: transparent;
}

/*.homeBanner:after {
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1500 36'%3E%3Cpolygon points='1500 36 0 36 0 0 750 34 1500 0 1500 36' fill='%23eceff2'/%3E%3C/svg%3E");
    content: '';
    height: 4rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:110;
}*/

.homeBanner .hero .slide .slideImage:before, .page-banner .slide:before {
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	width: 100%;
	height: 50%;
	max-height: 186px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 5;
}
.homeBanner .hero .slide .slideImage:after {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	display: block;
	z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}
.homeBanner .slideText, .page-banner-title {
	position: absolute;
	z-index: 5;
	width: 100%;
	max-width: 100%;
	text-align: left;
	bottom: 50%;
	transform: translateY(50%);
	left: 0px;
}
 .page-banner-title {
	z-index: 111;	 
 }
.homeBanner .slideText .top-text, .page-banner-title h1.page-title {
	margin: 0 0 2.5rem;
	font-size: 3rem;
    line-height: 1.125;
	text-shadow: 0 0 20px rgba(0, 0, 0, .5);
	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
	color: var(--button_colour);
}

.page-banner-title h1.page-title span {
	display: block;
}




.homeBanner .slideText {
	text-align:center;
	--link_colour:#fff;
	--link_colour_hover:#d0d6df;
}
.homeBanner .slideText .slideAge{
	margin: 1rem 0 .5rem;
	font-size: 1.5rem;
    line-height: 1.125;
	text-shadow: 0 0 20px rgba(0, 0, 0, .5);
	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;	
	--link_colour:#fff;
	--link_colour_hover:#d0d6df;
}
@media (min-width:40em){
	.homeBanner .slideText {
		padding-right:50px;		
	}
}
@media (min-width:992px){
	.homeBanner .slideText {
		padding-left:50px;
		padding-right:50px;		
		bottom: 5rem;
		transform: translate(0);
		top: calc(50% - 10vh);
	}
	.homeBanner .slideText .container {
		display:flex;
		height:100%;
		flex-wrap:wrap;
	}
	.homeBanner .slideText .container > *{
		width:100%;
	}
	.homeBanner .slideText .container .slideAge{
		align-self:end;
	}
}
@media (max-width:991.5px){
	.homeBanner .slideText .top-text {
		margin: 0rem 0 1rem;	
	}
.homeBanner .homeBannerRight .slideText {
	transform:translateY(0%);
    bottom: auto;
	top:30px;
}
.homeBanner .homeBannerLeft .slideText {
	transform:translateY(0%);
    bottom: 30px;
}
}


.welcomeBlock {
	padding: 3.5rem 0;
	margin: 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.welcomeBlock .container {
	font-size: 1.75rem;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.welcomeBlockText {
	font-size: 1.75rem;
	margin-bottom: 0;
}

.welcomeBlockText h1 {
	font-size: 2rem;
	line-height: 1.3125;
	color: #868686;
	margin-top: 0;
	margin-bottom: .5rem;
}
.welcomeBlockText p {
	margin-bottom: 1em;
}


.dynamic-poi {
	margin: 0;
	padding: 3.5rem 0;
}


.dynamic-image .image-item img {
	max-height: 512px;
	object-fit: cover;
}


.dynamic-text-image-block {
	margin: 0;
	padding: 3.5rem 0;
}


.dynamic-text-image-block .img-box {
	padding: 0;
}
.dynamic-text-image-block .img-box .image-item {
	height: 100%;
}

.dynamic-text-image-block .img-box .image-item.itSection_hasVideo {
	height: auto;
	margin-top: 4.25rem;
}
.dynamic-text-image-block .img-box {
	background: transparent !important;
}

.dynamic-text-image-block .img-box .image-item img {
	height: auto;
	min-height: 100%;
	object-fit: cover;

    display: inline-block;
    vertical-align: middle;
    max-width: 100%;

}

.dynamic-text-image-block .img-box .image-item.itSection_hasVideo img {
	max-height: 270px;
}




.dynamic-text-image-block .text-block-main {
	padding: 3rem 3.5rem 4rem;
	background: #ffffff;
	margin-bottom: 2.25rem;
    margin-top: 2.25rem;
}

.dynamic-text-image-block .text-block-main {
	position: relative;
}
.dynamic-text-image-block .text-block-main:before {
	position: absolute;
    left: -40%;
    top: 0;
    height: 100%;
    width: 40%;
    display: block;
    content: '';
    background-color: #ffffff;
    z-index: -1;
}




.text-block-main.bg-blue {
	background-color: var(--light_blue);
    color: var(--link_colour);
}
.text-block-main.bg-blue:before {
	background-color: var(--light_blue);
}

.image-text-banner-inner .section_title {
	margin:0;
}
.image-text-banner-inner .section_title h2 {
	font-size: 5rem;
	line-height: 1.125;
	color: #16345f;
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: .25em;
	margin-top:0;
    display: block;
}



.poi.bg-style2 .poiImage .poiText {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 35, 65, .75);
    background-image: linear-gradient(0deg, #16345f, rgba(22, 52, 95, 0) 50%, transparent);
	color: #ffffff;
}

.poi.bg-style2 .poiImage .poiText:before {
    content: '“';
    display: block;
    font-family: "didot", serif;
    font-size: 7.125rem;
    font-weight: 600;
    height: .45em;
    left: -.04em;
    line-height: .65;
    position: relative;
    color: #d0d6df;
    margin: 0;
}

.poi.bg-style2 .poiImage .poiText .poiTitle:after {
	content: '”';
    display: block;
    font-family: "didot", serif;
    font-size: 3.75rem;
    font-weight: 600;
    height: .3em;
    line-height: .65;
    position: relative;
    color: #d0d6df;
    margin: 1.125rem 0 0;
}

.poi.bg-style2 .poiImage .poiText .poiEx {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.38889;
    margin: 1em 0 0;
    font-weight: 400;
}


.poi.bg-style2 {
	background: #1b2341;
}
.poi.bg-style2 .poiImage .poiImageBG {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.poi.bg-style2 .poiImage .poiImageBG img {
	max-height: 100%;
	min-height: 100%;
	display: block;


    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    mix-blend-mode: screen;

}


.poi.bg-style4 .poiImage .poiText {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background-image: linear-gradient(0deg, #16345f, rgba(22, 52, 95, 0));
    min-height: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.poi.bg-style4 {
	background: #1b2341;
}
.poi.bg-style4 .poiImage .poiImageBG {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.poi.bg-style4 .poiImage .poiImageBG img {
	max-height: 100%;
	min-height: 100%;
	display: block;
}

.poi.bg-style4 .poiImage .poiText .poiTitle {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #ffffff;
}



.homeContent {
	position: relative;
	padding-bottom: 2.25rem;
	min-height: 32.25rem;
}

.homeContent:after {
    background-color: #eceff2;
    background-image: linear-gradient(180deg, transparent, rgba(22, 52, 95, .15));
    bottom: 0;
    content: '';
    height: 30rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
	width: 100%;
}



.homeDynamic.dynamic-text {
	margin: 0;
	padding: 3.5rem 0;
	text-align: center;
}

.homeDynamic.dynamic-text .body-text p:last-child {
	margin-bottom: 0;
}


.section_title h2 {

    font-size: 3rem;
    line-height: 1.125;
	margin-bottom: .5rem;

}
.section_title {
	margin-bottom: 3rem;
}
.homeDynamic.dynamic-text {

}

.dynamic-news {
	margin: 0;
	padding: 3.5rem 0 10.75rem;
	text-align: center;
}


.news_content {
	height: 100%;
	display: block;
	transition:all 300ms;
}

.news_content:hover  {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: border-radius .3sease-out, -webkit-transform .3sease-out;
    transition: transform .3sease-out, border-radius .3sease-out;
    transition: transform .3sease-out, border-radius .3sease-out, -webkit-transform .3sease-out;
}



.news_single_item {
	padding: 1rem;
}

.bg-gray {
	background-color: #d0d6df;
	color: #1d1d1b;
}
.bg-gray:hover {
	color: #132d52;
}
.bg-simple {
	background-color: #ffffff;
	color: #1d1d1b;
}
.bg-simple:hover {
	color: #132d52;
}
.bg-navy {
	background-color: #16345f;
	color: #ffffff;
}
.bg-navy:hover {
	color: #ffffff;
}

.bg-light-blue {
	background-color: #73859f;
    color: #fff;
}
.bg-light-blue:hover {
	color: #ffffff;
}

.bg-mustard, .bg-dark-gray {
	background-color: #868686;
    color: var(--button_colour);
}
.bg-mustard:hover, .bg-dark-gray:hover {
    color: var(--button_colour);
}





.news_title {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem 1.5rem 2rem;
}

.news_title h3 {
	font-size: 1.25rem;
	line-height: 1.4;
	border: 0;
    color: inherit;
    margin: 0 0 .1em;
    padding: 0;
}

.news_title h3 a {
    color: inherit;
}


.bodyContent .dynamic-text-image-block .container {
	max-width: 100%;
	padding: 0;
}

.main-content-col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
}
.side-bar-col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
}

.sidebar {
	/*max-height: 100vh;*/
    overflow: auto;
	position: relative;
    z-index: 5;
    width: 100%;

	margin-top: 0em;
    top: 0px;
    bottom: auto;
		
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}


.container.body-container {
	margin-top: 0;
	position: relative;
}
.container.body-container > .row {
	margin-top: 0;
	padding-top: 3rem;
	margin-bottom: 7rem;
}


.page-banner:after {
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1500 36'%3E%3Cpolygon points='1500 36 0 36 0 0 750 34 1500 0 1500 36' fill='%23eceff2'/%3E%3C/svg%3E");
    content: '';
    height: 4rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:110;
}

.page-content-main {
	
}

.page-content-main {
	position: relative;
	z-index: 111;
    padding-bottom: 2.25rem;
    min-height: 32.25rem;
}

.page-content-main:after {
    background-color: #eceff2;
    background-image: linear-gradient(180deg, transparent, rgba(22, 52, 95, .15));
    bottom: 0;
    content: '';
    height: 30rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}


.page-content-main:before {
    background-color: #eceff2;
    content: '';
    left: .5rem;
    right: .5rem;
    max-width: 79.25rem;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 12rem;
}

.page-content-main .breadcrumbs {
	display: none;
}


.first_paragraph_large {
	color:  var(--link_colour);
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.26667;
    margin-bottom: 1em;
}
.bodyContent .image-text-banner-inner .section_title {
	margin-bottom: .25em;
}
.bodyContent .image-text-banner-inner .section_title h2 {
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: .25em;
}
.bodyContent .dynamic-text-image-block .text-block-main {
    padding: 1.5rem;
}
.bodyContent .dynamic-text-image-block .text-block-main .button {
	background-color:  var(--link_colour);
}
.bodyContent .dynamic-text-image-block .text-block-main .button:hover {
	background-color:  #73859f;
}


.bodyContent .dynamic-poi .row {

	margin-top: 0;
    margin-bottom: 0;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.bodyContent .dynamic-poi .row .col-md-4, .bodyContent .dynamic-poi .row .col {
	margin: 1rem;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-width: 16.75rem;
    max-width: 16.75rem;
	width: auto;
	padding: 0;
}




table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0;
    background-color: #ffffff;
}
tbody, tfoot, thead {
    border: 1px solid #f2f2f2;
}

tbody tr:nth-child(even) {
    border-color: #ffffff;
    background-color: #f2f2f2;
}
tbody td, tbody th {
    padding: .5rem .625rem .625rem;
}
table th, table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

/*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: 400;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}*/

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

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

/*.bodyContent .body-text {
	margin-bottom: 50px;
}*/

.bodyContent {
	margin-bottom: 0;
}
.bodyContent .dynamicContent {
	margin-bottom: 0px;
	padding: 20px 0;
}
.bodyContent .dynamic-text {
}


.bodyContent ul:not([class]) {
	margin-left: 1.6em;
	list-style-type: disc;
    padding-left: 0px;
	list-style-position: outside;
    line-height: 1.55556;
	margin-bottom: 25px;
}
.bodyContent ul:not([class]) li {
    position: relative;
    margin-bottom: 0px;
	padding-left: 0;
	margin-top: .33333em;
}

/*.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #DFA054;
    position: absolute;
    left: 0px;
    border-radius: 10px;
    top: 13px;
}*/





.dynamic-quote .quoteContainer {
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: left;

}

.dynamic-quote {
	margin: 0;
	padding: 0px 0;
	padding-top: .25rem;
    padding-bottom: .5rem;
	position: relative;
}
.quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0 0 0 1em;
	padding-top: .25rem;
    padding-bottom: .5rem;
	position: relative;
	text-align: left;
	margin: 0px auto;
}

.quote-cite {
	display: block;
	margin-top: 30px;
	text-align: left;
	padding: 0;
}

.quoteContainer .cycle-pager {
	display: none;
}




.callout.hasbg .coimg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(27, 35, 65, .75);*/
    background-image: linear-gradient(0deg, #16345f, rgba(22, 52, 95, 0) 50%, transparent);
	color: #ffffff;
}


.first-php {
	color: #16345f;
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.26667;
}



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

.dynamic-callout .video_callout {
	max-width: 1055px;
	margin: 0px auto 50px;
	overflow: visible;
}
.dynamic-callout .video_callout.callout .coimg img {
	min-height: inherit;
	max-height: inherit;
}

.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 0;
	left: 0;
	top: auto;
	transform: inherit;
    padding: 0;
	width: 100%;
	height: 100%;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 0px;
	bottom: -75px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 52px;
	color: #06357A;
	text-transform: inherit;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 40px;
	line-height: 52px;
	color: #06357A;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	display: block;
	font-family: "freight-big-pro",serif;
	font-weight: 600;
	
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0;
	background: transparent;
	min-width: inherit;
	border: none;
	line-height: 0px;
	width: 60px;
	height: 60px;
	margin: 0px auto;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.dynamic-callout .video_callout .button:after {
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-left: 50px solid rgba(255, 255, 255, 1);
	border-bottom: 29px solid transparent;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .button:hover:after {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: transparent;
	border: none;
}

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


/*.sidebar .callout .calloutContent {
	padding: 100px 25px 100px;
}
.bodyContent .callout .calloutContent {
	padding: 100px 25px 100px;
}
*/


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

.calloutTitle {
	font-size: 42px;
	margin-bottom: 15px;
}
*/


.dynamic-callout .video_callout .calloutTitle h3 {
	color: #06357A;
}



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



.gallery-item img {
	width: 100%;
}


.journey_content_area .section_details {
	max-width: 404px;
	margin-bottom: 34px;
}




.dynamic-staff {
}

.dynamic-staff h2.sectionTitle {
}


.standard-staff-image {
	width: 320px;
	padding-right: 0px;
}

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

.standard-staff-text {
	padding: 40px 55px 40px;
	background-color: #f2f2f2;
}

.standard-staff-text h3 {
	margin: 0;
}
.standard-staff-text .meta-value.position-text {
	font-size: 1.25rem;
    line-height: 1.4;
}
.standard-staff-text .staff-meta {
	margin-bottom: 13px;
}

.standard-staff-text .staff-title, .staffContent .staff-title {
	margin-bottom: 15px;
}
.standard-staff-text .staff-title span, .staffContent .staff-title span {
	display: inline-block;
	font-family: "WiesbadenSwingProBold";
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}
.standard-staff-text .staff-readmore {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.standard-staff-text .staff-title span:before {
	display: inline-block;
	width: 8px;
	height: 2px;
	background: #0e0e0e;
	content: '';
	margin-right: 10px;
	vertical-align: middle;
}

.standard-staff-text .staff-meta .meta-label {
	float: left;
	margin-right: 10px;
}

.standard-staff-text .staff-biog p {
	margin-bottom: 10px;
}




.bodyContent .dynamicContent.dynamic-documents {
	padding: 0;
	margin: 0;
}
.bodyContent .blockButton.greyButton {
    --button_bg: #868686;
    --button_bg_hover: #727272;
}
.button.alternate {
    --button_bg: #868686;
    --button_bg_hover: #727272;
}
.document {
	margin-bottom: 27px;
}

a.document-link {

	color: #16345f;
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.25;
    border-bottom: 1px solid #868686;
    border-top: 1px solid #868686;
    display: block;
    margin: 0;
    padding: .5em .25em;
    padding-right: 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: 300ms;
	overflow: hidden;

}

a.document-link+a.document-link {
	border-top: 0;
    margin-top: 0;
}

a.document-link:hover {
    background: #fff;
    text-decoration: none;
}
a.document-link:before {

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cline x1='20' y1='33' x2='20' y2='1' fill='none' stroke='%2316345f' stroke-miterlimit='10'/%3E%3Cpolyline points='5.86 18.86 20 33 34.14 18.86' fill='none' stroke='%2316345f' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1em;
    opacity: 1;
	top: .625em;
}
a.document-link:after, a.document-link:before {
    content: '';
    display: block;
    position: absolute;
    right: .25em;
    top: .625em;
    width: 1em;
}
a.document-link:after {
    margin-top: .8em;
    height: .2em;
    border: 1px solid;
    border-top: 0;
}


a.document-link:hover:before {
	-webkit-animation: iconFromBottomToTop .3s forwards linear;
	animation: iconFromBottomToTop .3s forwards linear;
}


/*
a.document-link {
	

	position: relative;
    padding: .8em 1.6em .86667em;
    background-color:  var(--link_colour);
    color:  var(--button_colour);
    cursor: pointer;
    font-size: .9375rem;
    letter-spacing: 0;
	text-transform: inherit;
    line-height: 1.25;
    overflow: hidden;
    border: none;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	
	margin: 0px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 1.25rem;

}

a.document-link:hover {
    background-color: #73859f;
    color:  var(--button_colour);
	border: 0;
}

a.document-link:focus {
    background-color: #73859f;
    color:  var(--button_colour);
	border: 0;
}

a.document-link:after {
    display: block;
    width: 12px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 15px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background-color:  var(--button_colour);
    -webkit-mask-image: url("images/download-icon.png");
    mask-image: url("images/download-icon.png");
	mask-size: cover;
}
a.document-link:hover:after {
}
*/
#body:not(.single-post) .bodyContent .dynamicContent.dynamic-web-links {
	margin: 0;
	padding: 0;
}


.sn_web_link {

	position: relative;
    padding: .8em 3.6em .86667em 1.6em;
    background-color:  var(--link_colour);
    color:  var(--button_colour);
    cursor: pointer;
    font-size: .9375rem;
    letter-spacing: 0;
	text-transform: inherit;
    line-height: 1.25;
    overflow: hidden;
    border: none;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 1.25rem;
	margin: 0px 0 27px;


}

.sn_web_link:hover {
    background-color: #73859f;
    color:  var(--button_colour);
	border: 0;
	text-decoration: none;
}

.sn_web_link:focus {
    background-color: #73859f;
    color:  var(--button_colour);
	border: 0;
	text-decoration: none;
}

.sn_web_link:after {

	content: '';
	background-color:  var(--button_colour);
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
	mask-size: cover;
	width: 18px;
	height: 18px;
	display: block;
	right: 23px;
	position: absolute;
	top: 13px;

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


.itSection_hasVideo.show_video img{
    display : none !important;
}

.itSection_hasVideo.show_video .video_embed_code{
    display: block !important;
	height: 100%;
}
.itSection_hasVideo.show_video .video_embed_code iframe {
	height: 100%;
	width: 100%;
}



.itSection_hasVideo img{
    display : block !important;
}

.itSection_hasVideo .video_embed_code{
    display : none !important;
}

.itSection_hasVideo:after {
    background-color: rgba(208, 214, 223, .75);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpolygon points='54 30 13 6.08 13 54 54 30' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 50%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
    content: '';
    height: 7.5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7.5rem;
    transition: 300ms;
}

.itSection_hasVideo:hover:after {
	background-color: rgba(22, 52, 95, .9);
	box-shadow: 0 0 2rem #fff;
    transition: 300ms;
}
.itSection_hasVideo.show_video:after {
	display: none;
}


/**** Menu Style *****/


.menu-main-container {
    display: inline-block;
    z-index: 10;
}

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#menu-main-top li {
    display: inline-block;
    padding: 0px;
    margin: .5rem .725rem;
    vertical-align: middle;
    position: relative;
}

#menu-main-top li:first-child {
	margin-left: 0;
}
#menu-main-top li:last-child {
	margin-right: 0;
}
#menu-main-top li:last-child:before {
	display: none;
}




#menu-main-top li li:before {
	display: none;
}



#menu-main-top li li {
    position: relative;
    margin: 0px;
}
#menu-main-top li a {
	font-size: 1.125rem;
    font-weight: 700;
    text-transform: inherit;
    position: relative;
    color: #ffffff;
    letter-spacing: 0px;
	line-height: 1;
	
}

#menu-main-top .sub-menu li {
    padding: 0px;
}

#menu-main-top .sub-menu li a {
    padding: .5rem 1.5rem;
    display: block;
    font-weight: 400;
	font-size: 1.125rem;
    color: var(--link_colour);
    line-height: 1;
	width: 100%;
	height: auto;
}

/*#menu-main-top .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu li.current-menu-parent > a {
    text-decoration: underline;
}*/
#menu-main-top .sub-menu li a:hover {
    text-decoration: underline;
}

#menu-main-top .sub-menu .sub-menu li a {
    padding: 5px 42px 5px 42px;
    font-size: 14px;
    display: block !important;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 28px !important;
	width: 100%;
	text-transform: uppercase;
}

#menu-main-top .sub-menu .sub-menu li a:hover {
    background: transparent;
    text-decoration: underline;
}


#menu-main-top li a {
    line-height: 30px;
    position: relative;
    display: block;
	padding-bottom: 20px;
	margin-bottom: -20px;
}
body.fixedHeader #menu-main-top li a {
    line-height: 30px;
}
#menu-main-top .sub-menu li a {
	margin-bottom: 0px;
}


#menu-main-top li a:hover {
	text-decoration: underline;
}
#menu-main-top li:hover > a {
	text-decoration: underline;
}

#menu-main-top li.menu-item-has-children a:hover:before {
	width: 0;
	height: 0;
	border: 1.25rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #dedede;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
#menu-main-top li li a:hover:before {
	display: none;
}

#menu-main-top li:hover > a {
	text-decoration: underline;
}
#menu-main-top li.menu-item-has-children:hover > a:before {	
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 17px solid #dedede;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
#menu-main-top li li:hover > a:before {
	display: none;
}




#menu-main-top .sub-menu li:hover > a {
	color: var(--link_colour);
    background: transparent;
	text-decoration: underline;
}



#menu-main-top .sub-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    background: #dedede;
    padding: 1rem 0;	
    /*min-height: 80vh;*/
    width: 100%;
    min-width: 248px;
    text-align: left;
	line-height: 1.55556;
}

#menu-main-top .sub-menu .sub-menu {
    margin-left: 0;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
}

body.fixedHeader #menu-main-top li a {
}
body.fixedHeader #menu-main-top li a:hover {
}

body.fixedHeader #menu-main-top .sub-menu li a {
}
body.fixedHeader #menu-main-top li:hover > a {
}
body.fixedHeader #menu-main-top .sub-menu li:hover > a {
}


#menu-main-top .sub-menu li {
    display: block;
}

#menu-main-top .sub-menu li.menu-item-has-children > a {
    position: relative;
}

#menu-main-top .sub-menu li.menu-item-has-children > a:after {

	position:absolute;

	    content: '\f054';

		display: block;

		width: 11px;

		height: 15px;
        line-height: 15px;

		position: absolute;

		right: 20px;

		top: 10px;

		font-weight: 700;

		font-family: "Font Awesome 5 Free";

		transform: rotate(0deg);

		transition: 300ms;
        
		display: none;
        

}

#menu-main-top .sub-menu li.menu-item-has-children:hover > a:after {
}

#menu-main-top .sub-menu li:last-child {
	text-align: center;
	margin: 1.25rem 0 1rem;
}


#menu-main-top .sub-menu li:last-child a{
	display: inline-block;
    vertical-align: middle;
    /*margin: 0 0 1.5rem 0;*/
	margin: 0;
	padding: .8em 1.6em .86667em;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    transition: 300ms;
    font-size: .9375rem;
    line-height: 1;
    text-align: center;
 	background-color: var(--link_colour);
	color: var(--button_colour);
	width: auto;
}
#menu-main-top .sub-menu li:last-child a:hover {
	background-color: var(--button_bg_hover);
	color: var(--button_colour);
	text-decoration: none;
}


#menu-main-top li:hover > .sub-menu {
    display: block;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	color: var(--link_colour);
}

#menu-main-top .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
    width: 100%;
	transform:translateY(0px);
    display: none;
    line-height: 28px;
    padding: 0px;
    background: #dedede;
    height: auto;
	min-width:0;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
    display: none;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
	display: block;
}
/**** End Menu Style *****/

.headGroup .container {
	padding-left: .5rem;
	padding-right: .5rem;
}

.header-left, .header-right {
	width: calc(50% - 6.75rem);
}

.header-left {
	padding-right: 1rem;
	padding-left: 0;
}
.header-right {
	padding-left: 1rem;
	padding-right: 3rem;
}


.header-logo {
	max-width: 13.5rem;
	width: 13.5rem;
	padding: 0;
}
.header-logo a {
    display: inline-block;
	-webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
	max-width: 13.5rem;
	width: 13.5rem;
}

.header-logo .mainLogo {
    display: block;
	-webkit-filter: drop-shadow(0 0 20px #000);
    filter: drop-shadow(0 0 20px #000);
}

.header-logo .stickyLogo {
    display: inline-block;
}


.fixedHeader .headGroup {
	display: none;
}

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


/*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: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: auto;
	min-height: 3rem;
}


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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

.searchToggle .searchform.openSearch input.s {
	background: var(--link_colour);
	color:  var(--white_colour);
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
	margin: 0;
}

.headerSearch .searchSubmit {
	width: 3rem;
	height: 3rem;
	font-size: 0;

	background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    color: inherit;
    height: 3rem;
    position: absolute;
    transition: 300ms;
    width: 3rem;


}

.headerSearch .searchSubmit:hover {
	background: var(--link_colour);
}



.headerSearch .searchSubmit i {
	display: none;
}

.headerSearch .searchSubmit:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    transition: background-color .25sease-out, border-color .25sease-out;
	box-shadow: none;
    width: .4375rem;
    height: .125rem;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(45deg) translateX(.5rem);
    -ms-transform: rotate(45deg) translateX(.5rem);
    transform: rotate(45deg) translateX(.5rem);
    margin-top: -3px;
	background: #ffffff;
}
.headerSearch .searchSubmit:before {
	width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    transition: background-color .25sease-out, border-color .25sease-out;
}


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

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


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





/*Search Icon ----- start -- */

.header_search.searchSubmit {
		width: 3rem;
		height: 3rem;
		font-size: 0;

		background-color: rgba(255, 255, 255, 0);
		border-radius: 50%;
		color: inherit;
		height: 3rem;
		position: absolute;
		transition: 300ms;
		width: 3rem;
		cursor: pointer;


	}

	.header_search.searchSubmit:hover {
		background: var(--link_colour);
	}



	.header_search.searchSubmit i {
		display: none;
	}

	.header_search.searchSubmit:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -1px;
		transition: background-color .25sease-out, border-color .25sease-out;
		box-shadow: none;
		width: .4375rem;
		height: .125rem;
		-webkit-transform-origin: center left;
		-ms-transform-origin: center left;
		transform-origin: center left;
		-webkit-transform: rotate(45deg) translateX(.5rem);
		-ms-transform: rotate(45deg) translateX(.5rem);
		transform: rotate(45deg) translateX(.5rem);
		margin-top: -3px;
		background: #ffffff;
	}
	.header_search.searchSubmit:before {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		border: 2px solid #ffffff;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -1px;
		transition: background-color .25sease-out, border-color .25sease-out;
	}


	.header_search.searchSubmit {
		right: 0;
	}

/*Search Icon ----- start -- */




.view_all_news {
	text-align: center;
	margin-top: 4rem;
}

.floating_buttons {

	position: fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.float-button {
	border-radius: 0;


    font-size: 1.125rem;
    line-height: 1.5;
    min-height: 2.5em;
    margin: 0;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    transition: 300ms;

	display: block;

}

.float-button:hover {
	background: var(--button_colour);
	color: var(--link_colour);
}



.where-next-area {
	text-align: center;
	padding: 3rem 0 7rem;
}

.where-next-area .pois {
	justify-content: center;
}


.where-next-area .container {
	max-width: 868px;
	padding-left: .5rem;
    padding-right: .5rem;
}
.footer_above_title {
	margin-bottom: 3rem;
}
.footer_above_title h2 {
	font-size: 3rem;
    line-height: 1.125;
    color: #868686;
}

.wobi-Logo {
	display: none;
}

body.error404 .wobi-Logo, body.search .wobi-Logo, body.blog .wobi-Logo, body.single .wobi-Logo, body:not(.tribe-events-page-template).archive .wobi-Logo, .page-template-full-page-without-banner .wobi-Logo {
	display: block;
}
body.error404 .mainLogo, body.search .mainLogo, body.blog .mainLogo, body.single .mainLogo, body:not(.tribe-events-page-template).archive .mainLogo, .page-template-full-page-without-banner .mainLogo {
	display: none;
}
body.error404 .page-content-main, body.search .page-content-main, body.blog .page-content-main, body.single .page-content-main, body:not(.tribe-events-page-template).archive .page-content-main, body.page-template-full-page-without-banner .page-content-main {
    padding-top: 160px;
}


body.error404 h1.entry-title, body.search h1.entry-title, body.blog h1.entry-title, body.single h1.entry-title, body:not(.tribe-events-page-template).archive h1.entry-title, body.page-template-full-page-without-banner .page-title h1 {
    padding: 1.5rem 0;
	margin: 0 0 3rem;
	font-size: 3rem;
    line-height: 1.125;

}

body.error404 #menu-main-top li a, body.search #menu-main-top li a, body.blog #menu-main-top li a, body.single #menu-main-top li a, body:not(.tribe-events-page-template).archive #menu-main-top li a, .page-template-full-page-without-banner #menu-main-top li a {
	color: var(--link_colour);
}

body.error404 .header_search.searchSubmit:before, body.search .header_search.searchSubmit:before, body.blog .header_search.searchSubmit:before, body.single .header_search.searchSubmit:before, body:not(.tribe-events-page-template).archive .header_search.searchSubmit:before, .page-template-full-page-without-banner .header_search.searchSubmit:before {
	border-color: var(--link_colour);
}
body.error404 .header_search.searchSubmit:after, body.search .header_search.searchSubmit:after, body.blog .header_search.searchSubmit:after, body.single .header_search.searchSubmit:after, body:not(.tribe-events-page-template).archive .header_search.searchSubmit:after, body.page-template-full-page-without-banner .header_search.searchSubmit:after  {
	background-color: var(--link_colour);
}

body.page-template-full-page-without-banner .header_search.searchSubmit:hover:before,
body.error404 .header_search.searchSubmit:hover:before,
body.search .header_search.searchSubmit:hover:before, 
body.blog .header_search.searchSubmit:hover:before, 
body.single .header_search.searchSubmit:hover:before, 
body:not(.tribe-events-page-template).archive .header_search.searchSubmit:hover:before {
	border-color: var(--button_colour);
}



body.page-template-full-page-without-banner .header_search.searchSubmit:hover:after,
body.error404 .header_search.searchSubmit:hover:after,
body.search .header_search.searchSubmit:hover:after, 
body.blog .header_search.searchSubmit:hover:after, 
body.single .header_search.searchSubmit:hover:after, 
body:not(.tribe-events-page-template).archive .header_search.searchSubmit:hover:after  {
	background-color: var(--button_colour);
}

.main_site_search {
	position: fixed;
	top: -300px;
	width: 100%;
	height: 300px;
	z-index: 999;
	transition: 300ms;

    box-shadow: 0 0 10px #000;
    padding: 3rem 0;
    color: #ffffff;
	backface-visibility: hidden;
    background: var(--link_colour);	
}

.main_site_search .search_container {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-height: 400px;
    max-width: 680px;
    padding: 0 2rem;
    width: 100%;
}
.main_site_search .search_container .searchform {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #fff;
    color: #16345f;
    font-size: 1.25rem;
    height: 3.25rem;
	padding: 0;


    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}


.main_site_search .search_container .searchform input {
    border: 0;
    font-size: inherit;
    height: 100%;
    line-height: 1.5;
    padding: .625rem 1rem .75rem;
    background-color: #fff;
}

.main_site_search .searchform .searchSubmit {
	padding: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    background-color: transparent;
    position: relative;
    box-shadow: none;

	width: 3.25rem;
    height: 3.25rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

.main_site_search .searchform .searchSubmit i {
	display: none;
}

.main_site_search .searchform .searchSubmit:after, .main_site_search .searchform .searchSubmit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: background-color .25s ease-out, color .25s ease-out, border-color .25s ease-out;
}

.main_site_search .searchform .searchSubmit:before {
    height: 1.75rem;
    width: 1.75rem;
    border: 3px solid currentColor;
    border-radius: 50%;
    margin: -.125rem 0 0 -.125rem;



}
.main_site_search .searchform .searchSubmit:after {
    height: 3px;
    width: .8rem;
    background-color: currentColor;
    margin: .5rem 0 0 .5rem;
    -webkit-transform: translate(1px, -3px) rotate(40deg);
    -ms-transform: translate(1px, -3px) rotate(40deg);
    transform: translate(1px, -3px) rotate(40deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;

}




.main_site_search .close-search-button {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 1em;
	right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
	position: absolute;
    z-index: 10;
    cursor: pointer
}

.posts_row .col-lg-3 {
	padding: 1rem;
}

.posts_row .poiImageBG {
	min-height: 9.125rem;
}
.posts_row .poiImageBG img {
	display: block;
    object-fit: cover;
	object-position: top;
    width: 100%;
}

body.single .row.body-text {
	margin-left: auto;
    margin-right: auto;
    max-width: 44.5rem;
}


body.single h1.entry-title, body.single .date {
	margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 55.625rem;
	display: block;
}

.dynamic-text-image-block .text-block-main blockquote {
	border: none;
	padding: 0 !important;
	font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
	text-align: left;
}

.dynamic-text-image-block .text-block-main blockquote:before {
	content: '“';
    display: block;
    font-family: "didot", serif;
    font-size: 7.125rem;
    font-weight: 600;
    height: .45em;
    left: -.04em;
    line-height: .65;
    position: relative;
    color: #868686;
}

.first_paragraph_large:after {
	display: table;
	clear: both;
	content: '';
}

.apply-buttons-bar .button {
	margin: .5em .5em 0 0;
}

.body-text .col-md>:first-child {
	margin-top: 0;
}

.bodyContent .image-text-banner-inner .section_title h2 {
	margin-top: 0;
}

.dynamic-text-image-multiple-blocks .image-text-banner-inner .block_details {
	margin: 1rem auto;
    line-height: 1.2;
    max-width: 22em;
}




.dynamic-html .video-inner {
	width: 100%;
    position: relative;
    padding: 0;
	padding-top: 56.25%;
}

.dynamic-html .video-inner iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.simple-quotes {
}

.simple-quotes blockquote {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.55556;
    border: 0;
    color: inherit;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0;
	text-align: left;
	border: none;
	padding: 0 !important;
}

.simple-quotes blockquote p:before {
    content: '“';
}

.simple-quotes blockquote p:after {
    content: '”';
}


.simple-quotes .col {
	padding: 1rem;
}
.simple-quotes cite {
	display: block;
}
.simple-quotes cite:before {
	margin-right: 2px;
}
.download {

	color: #16345f;
    font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.25;
    border-bottom: 1px solid #868686;
    border-top: 1px solid #868686;
    display: block;
    margin: 1.75rem 0 0 0;
    padding: .5em .25em;
    padding-right: 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: 300ms;

}

.download+.download {
	border-top: 0;
    margin-top: 0;
}

.download:hover {
    background: #fff;
    text-decoration: none;
}
.download:before {

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cline x1='20' y1='33' x2='20' y2='1' fill='none' stroke='%2316345f' stroke-miterlimit='10'/%3E%3Cpolyline points='5.86 18.86 20 33 34.14 18.86' fill='none' stroke='%2316345f' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1em;
    opacity: 1;
	top: .625em;
}
.download:after, .download:before {
    content: '';
    display: block;
    position: absolute;
    right: .25em;
    top: .625em;
    width: 1em;
}
.download:after {
    margin-top: .8em;
    height: .2em;
    border: 1px solid;
    border-top: 0;
}
.download:hover:before {
	-webkit-animation: backgroundIconFromTopToBottom .5s forwards;
    animation: backgroundIconFromTopToBottom .5s forwards;
}


.top-row-news .poi .poiTitle {
	font-size: 1.875rem;
    line-height: 1.3;
	color: var(--link_colour);
}

.top-row-news .poi:hover .poiTitle {
	color: var(--link_colour);
}


.page-template-template-page_wide .page-content-main:before {
	/*display: none;*/
}


.dynamic-simple-text-image-block .image_caption {
	padding: 4rem 3rem 4.5rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.4;
}

.dynamic-simple-text-image-block {
	margin-top: 6rem;
}

.dynamic-simple-text-image-block .block_details {
	font-size: 1.5rem;
    line-height: 1.375;
	max-width: 30.4375rem;
}

.dynamic-simple-text-image-block .block_details p {
	margin: 0;
}

.dynamic-simple-text-image-block .container {
	padding-left: 1rem;
	padding-right: 1rem;
}

.smp_image-text-banner-inner {
	padding: 1rem 0;
}

.smp_image-text-banner-inner h2 {
	margin-top: 0;
}

.dynamic-simple-text-image-block .image-item img {
	width: 100%;
    height: auto;
    max-height: 330px;
    object-fit: cover;
}


body.single .container.body-container > .row > .col-lg-12 {
	padding: 0;
}


.dynamic-image h4 {
	margin-top: 20px;
    margin-bottom: 20px;
}



.faq-answer .alignright {
	float: right;
	margin-left: 2rem;
	width: calc(50% - 1rem);
	object-fit: cover;
}






@media only screen and (min-width : 80.25em) {

	.page-content-main:before {
		left: 50%;
		margin-left: -39.625rem;
	}

}

@media only screen and (min-width : 40em) {



	.top-row-news .poi .poiTitle {
		font-size: 2.5rem;
        line-height: 1.3;
	}
	


	.floating_buttons {
		bottom: auto;
		left: auto;
		top: 25vh;
	}
	.float-button {
		line-height: 3.5;
		min-width: 4em;
		min-height: 4em;
		padding: .25em;
		border-radius: 0;
	}	
	.footer_above_title h2 {
		font-size: 5rem;
		line-height: 1.125;	
	}
	body.error404 h1.entry-title, body.search h1.entry-title, body.blog h1.entry-title, body.single h1.entry-title, body:not(.tribe-events-page-template).archive h1.entry-title, body.page-template-full-page-without-banner .page-title h1 {
		padding: 2.5rem 0;
		font-size: 5rem;
        line-height: 1.125;
		margin: 0 0 3rem;
	}

	body.page-template-full-page-without-banner .container.body-container > .row,
	body.error404 .container.body-container > .row,
	body.search .container.body-container > .row, 
	body.blog .container.body-container > .row, 
	body.single .container.body-container > .row, 
	body:not(.tribe-events-page-template).archive .container.body-container > .row {
		padding-top: 0;
	}
		
	.image-text-banner-inner .section_title h2 {
		font-size: 5rem;
		line-height: 1.125;
	}
	.section_title h2 {
		font-size: 5rem;
		line-height: 1.125;
	}
	.side-bar-col {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33.33333% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0;
        max-width: 16.25rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
		padding: 0;
    }	


    .main-content-col {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(62.5% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }


	.container.body-container > .row {
		margin-top: 3rem;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 1rem;
	}	


	#menu-side > li > a {
		color: #868686;
		font-size: 2.5rem;
        line-height: 1.3;
	}	



	.homeBanner .slideText .top-text, .page-banner-title h1.page-title {
		font-size: 5rem;
		font-size: 4rem;
		line-height: 1.125;
	}	
	.homeBanner .slideText .slideAge{
		font-size: 2.5rem;		
	}
	.page-banner-title h1.page-title {
		font-size: 5rem;
		line-height: 1.125;
	}	



}


@media only screen and (min-width : 64em) {
	.main-content-col {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(71.31113% - 2rem);
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		max-width: 50rem;
	}

	.side-bar-col {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }



	.header-left {
		text-align: right;
	}
	.header-right {
		text-align: left;
		position: relative;
	}
	
	.header-left #menu-main-top li:nth-child(5), 
	.header-left #menu-main-top li:nth-child(6),
	.header-left #menu-main-top li:nth-child(7), 
	.header-left #menu-main-top li:nth-child(8) {
		display: none;
	}
	.header-left #menu-main-top ul li:nth-child(5),
	.header-left #menu-main-top ul li:nth-child(6), 
	.header-left #menu-main-top ul li:nth-child(7), 
	.header-left #menu-main-top ul li:nth-child(8) {
		display: block;
	}
	
	.header-right #menu-main-top li:nth-child(1), 
	.header-right #menu-main-top li:nth-child(2), 
	.header-right #menu-main-top li:nth-child(3), 
	.header-right #menu-main-top li:nth-child(4) {
		display: none;
	}
	.header-right #menu-main-top ul li:nth-child(1), 
	.header-right #menu-main-top ul li:nth-child(2), 
	.header-right #menu-main-top ul li:nth-child(3),
	.header-right #menu-main-top ul li:nth-child(4) {
		display: block;
	}



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

	.header-logo .stickyLogo {
		display: block;
	}
	.header-logo .mainLogo {
		display: none;
	}
	.header-left, .header-right {
		width: calc(50% - 2rem);
	}
	
	.header-logo, .header-logo a {
		max-width: 3.875rem;
		width: 3.875rem;
	}


	body.error404 .wobi-Logo, body.search .wobi-Logo, body.blog .wobi-Logo, body.single .wobi-Logo, body:not(.tribe-events-page-template).archive .wobi-Logo {
		display: none;
	}	
	body.error404 .stickyLogo, body.search .stickyLogo, body.blog .stickyLogo, body.single .stickyLogo, body:not(.tribe-events-page-template).archive .stickyLogo {
		display: none;
	}	
	body.error404 .menuLogo, body.search .menuLogo, body.blog .menuLogo, body.single .menuLogo, body:not(.tribe-events-page-template).archive .menuLogo {
		display: block;
	}




}

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

	.dynamic-text-image-block .image_text_section_container .row {
		margin: 0;
	}
	
	.dynamic-text-image-block .text-block-main {
		width: 40%;
	}
	.dynamic-text-image-block .img-box {
		width: 60%;
	}


	.dynamic-poi .col {
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.menu-toggle {
		display: none;
	}


}


@media only screen and (min-width : 40em) and (max-width : 63.9988em) {

	.headGroup {
		display: block;
		position: relative;
	}


	.header-left {
		display: none;
	}

	.header-right {
		width: 100%;
		padding-left: 5.125rem;
		padding-right: 3rem;
		position: relative;
	}

	.header-logo {
		left: 1rem;
		position: absolute;
		top: 1.625rem;
		z-index: 11;
	}
	.searchToggle {
		right: 20px;
	}


	.header-logo .stickyLogo {
		display: block;
	}
	.header-logo .mainLogo {
		display: none;
	}


	body.error404 .wobi-Logo, body.search .wobi-Logo, body.blog .wobi-Logo, body.single .wobi-Logo, body:not(.tribe-events-page-template).archive .wobi-Logo {
		display: none;
	}	
	body.error404 .stickyLogo, body.search .stickyLogo, body.blog .stickyLogo, body.single .stickyLogo, body:not(.tribe-events-page-template).archive .stickyLogo {
		display: none;
	}	
	body.error404 .menuLogo, body.search .menuLogo, body.blog .menuLogo, body.single .menuLogo, body:not(.tribe-events-page-template).archive .menuLogo {
		display: block;
	}	

	body.error404 .menu-toggle .toggleIcon span, body.search .menu-toggle .toggleIcon span, body.blog .menu-toggle .toggleIcon span, body.single .menu-toggle .toggleIcon span, body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span, 
	body.error404 .menu-toggle .toggleIcon span:before, body.search .menu-toggle .toggleIcon span:before, body.blog .menu-toggle .toggleIcon span:before, body.single .menu-toggle .toggleIcon span:before, body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span:before, 
	body.error404 .menu-toggle .toggleIcon span:after, body.search .menu-toggle .toggleIcon span:after, body.blog .menu-toggle .toggleIcon span:after, body.single .menu-toggle .toggleIcon span:after,  body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span:after {
		background: var(--link_colour);
	}

	body.error404 .menu-toggle:hover .toggleIcon span, body.search .menu-toggle:hover .toggleIcon span, body.blog .menu-toggle:hover .toggleIcon span, body.single .menu-toggle:hover .toggleIcon span, body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span, 
	body.error404 .menu-toggle:hover .toggleIcon span:before, body.search .menu-toggle:hover .toggleIcon span:before, body.blog .menu-toggle:hover .toggleIcon span:before, body.single:hover .menu-toggle .toggleIcon span:before, body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span:before, 
	body.error404 .menu-toggle:hover .toggleIcon span:after, body.search .menu-toggle:hover .toggleIcon span:after, body.blog .menu-toggle:hover .toggleIcon span:after, body.single:hover .menu-toggle .toggleIcon span:after,  body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span:after {
		background: var(--button_colour);
	}

	body.error404 .page-content-main, body.search .page-content-main, body.blog .page-content-main, body.single .page-content-main, body:not(.tribe-events-page-template).archive .page-content-main {
		padding-top: 60px;
	}





	.header-logo, .header-logo a {
		max-width: 3.875rem;
		width: 3.875rem;
	}


	.menu-toggle {
		display: none;
	}

	.row.pois .col, .row.pois .col-md-4, .posts_row .col-lg-3 {
		align-self: stretch;
		min-width: 16.75rem;
		max-width: 16.75rem;
		flex: 1 1 0%;
		width: auto;
	}
	.row.pois, .info_grid_news_section {
		justify-content: center;
	}
	.container {
		padding-left: .625rem;
		padding-right: .625rem;
	}
	.news_single_item, .posts_row .col-lg-3 {
		align-self: stretch;
		min-width: 16.75rem;
		max-width: 16.75rem;
	}
	.homeBanner .slideText .container, .page-banner-title .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.ft-main-logo {
		text-align: center;
	}
	.ft-3 {
		display: none;
	}
	.ft-2, .ft-4, .ft-5 {
		width: auto;
	}

	.ft-6 {
		display: block;
        padding-top: 3rem;
        text-align: center;
	}


	.ft-top-row {
		justify-content: space-evenly;
	}
	footer#footer .container {

		padding-left: 2rem;
		padding-right: 2rem;
		
	}

	.dynamic-simple-text-image-block {
		margin-top: 3rem;
	}

}

.menuLogo {
	display: none;
}

@media only screen and (max-width : 40em) {

	.headGroup {
		display: block;
		position: relative;
	}

	.page-template-template-page_wide .bodyContent {
		padding-top: 8rem;
	}
	.dynamic-simple-text-image-block {
		margin-top: 3rem;
	}
	
	.page-template-template-page_wide .page-content-main:before {
		/*display: none;*/
    }

	.smp_img-box {
		order: 2;
	}
	.smp_text-block-main {
		order: 1;
	}


	.header-left {
		display: none;
	}
	
	.header-right {
		width: 100%;
		padding-left: 5.125rem;
		padding-right: 1rem;
		position: relative;
		text-align: right;
	}
	
	.header-logo {
		left: 1rem;
		position: absolute;
		top: 1.625rem;
		z-index: 11;
	}
	.searchToggle {
		right: auto;
		top: auto;
		position: relative;
	}
	
	
	.header-logo .stickyLogo {
		display: block;
	}
	.header-logo .mainLogo {
		display: none;
	}
	
	body.error404 .wobi-Logo, body.search .wobi-Logo, body.blog .wobi-Logo, body.single .wobi-Logo, body:not(.tribe-events-page-template).archive .wobi-Logo {
		display: none;
	}	
	body.error404 .stickyLogo, body.search .stickyLogo, body.blog .stickyLogo, body.single .stickyLogo, body:not(.tribe-events-page-template).archive .stickyLogo {
		display: none;
	}	
	body.error404 .menuLogo, body.search .menuLogo, body.blog .menuLogo, body.single .menuLogo, body:not(.tribe-events-page-template).archive .menuLogo {
		display: block;
	}	

	body.error404 .menu-toggle .toggleIcon span, body.search .menu-toggle .toggleIcon span, body.blog .menu-toggle .toggleIcon span, body.single .menu-toggle .toggleIcon span, body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span, 
	body.error404 .menu-toggle .toggleIcon span:before, body.search .menu-toggle .toggleIcon span:before, body.blog .menu-toggle .toggleIcon span:before, body.single .menu-toggle .toggleIcon span:before, body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span:before, 
	body.error404 .menu-toggle .toggleIcon span:after, body.search .menu-toggle .toggleIcon span:after, body.blog .menu-toggle .toggleIcon span:after, body.single .menu-toggle .toggleIcon span:after,  body:not(.tribe-events-page-template).archive .menu-toggle .toggleIcon span:after {
		background: var(--link_colour);
	}

	body.error404 .menu-toggle:hover .toggleIcon span, body.search .menu-toggle:hover .toggleIcon span, body.blog .menu-toggle:hover .toggleIcon span, body.single .menu-toggle:hover .toggleIcon span, body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span, 
	body.error404 .menu-toggle:hover .toggleIcon span:before, body.search .menu-toggle:hover .toggleIcon span:before, body.blog .menu-toggle:hover .toggleIcon span:before, body.single:hover .menu-toggle .toggleIcon span:before, body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span:before, 
	body.error404 .menu-toggle:hover .toggleIcon span:after, body.search .menu-toggle:hover .toggleIcon span:after, body.blog .menu-toggle:hover .toggleIcon span:after, body.single:hover .menu-toggle .toggleIcon span:after,  body:not(.tribe-events-page-template).archive .menu-toggle:hover .toggleIcon span:after {
		background: var(--button_colour);
	}

	body.error404 .page-content-main, body.search .page-content-main, body.blog .page-content-main, body.single .page-content-main, body:not(.tribe-events-page-template).archive .page-content-main {
		padding-top: 60px;
	}

	.menu-main-container.main-menu-right {
		display: none;
	}


	.header-logo, .header-logo a {
		max-width: 3.875rem;
		width: 3.875rem;
	}

	.menu-toggle {
		background-color: rgba(255, 255, 255, 0);
		border-radius: 50%;
		color: inherit;
		height: 3rem;
		position: relative;
		transition: 300ms;
		width: 3rem;
		vertical-align: middle;
	}
	.menu-toggle:hover {
		background: var(--link_colour);
	}
	.menu-toggle .toggleIcon {
		right: 30px;
		right: 10px;
		top: 9px;
	}
	.header_search.searchSubmit {
		right:70px;
	}

	#homeBanner {
		/*min-height: 795px;
		max-height: 795px;*/
	}
	
	.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
		background-color: var(--button_colour);
	}


	.homeBanner .slideText .container, .page-banner-title .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.welcomeBlock {
		padding: 1.25rem 0;
	}


	.row.pois .col, .row.pois .col-md-4 {
		align-self: stretch;
		min-width: 16.75rem;
		max-width: 16.75rem;
		flex: 1 1 0%;
		width: auto;
	}
	.row.pois, .info_grid_news_section {
		justify-content: center;
	}

	.section_title h2 {
		margin-top: 0;
	}

	.container {
		padding-left: .625rem;
		padding-right: .625rem;
	}
	.news_single_item {
		align-self: stretch;
		min-width: 16.75rem;
		max-width: 16.75rem;
	}


	.image-text-banner-inner .section_title h2 {
		font-size: 3rem;
		line-height: 1.125;
	}

	.dynamic-text-image-block .container {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}

	.news_single_item {
		align-self: stretch;
		min-width: 16.75rem;
		max-width: 16.75rem;
	}

	.ft-logo {
		display: none;
	}
	.ft-logo-2 {
		display: block;
		margin: 0 0 2rem;
	}
	footer#footer .container {

		padding-left: 2rem;
		padding-right: 2rem;
		

	}
	.footerLower {
		padding: 0;
		text-align: left;
	}
	.ft-low-1 span {
		margin: 0;
	}



	.menuopen .menuLogo {
		display: block;
	}
	.menuopen .stickyLogo {
		display: none;
	}
	body.menuopen {
	overflow:hidden;
}
	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--button_colour); 
		padding: 115px 0px 100px;
		color: var(--link_colour);
		top: 0px;
		border: none;
		height: 100vh;
	}

	#navbar.menu-level-2 {
		padding: 115px 0px 100px;
	}
	#navbar.menu-level-3 {
		padding: 115px 0px 100px;
	}

	.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 {
		font-size: 38px;
		border: none;
		line-height: 30px;
		letter-spacing: 0px;
		color: #eb7120;
		padding: 10px 30px 10px 0px;
		text-transform: inherit;
		display: none !important;
		font-weight: 400;
	}
	#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: 38px;
		border: none;
		line-height: 30px;
		letter-spacing: 0px;
		color: #eb7120;
		padding: 10px 30px 10px 0px;
		text-transform: inherit;
		display: none !important;
		font-weight: 400;
		text-decoration: none;
		font-family: "WiesbadenSwingProBold";
	}

	#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: 1.5rem;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--link_colour);
		padding: .625rem 0;
		text-transform: inherit;
		display: block;
		font-weight: 400;
		text-align: left;
	}


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

	#menu-main li.menu-item-has-children > a:after {
	}
	#menu-main li.menu-item-has-children > a {
		font-weight: 700;
		padding-right: 2.5rem;
	}
	#menu-main li.menu-item-has-children > a:after {
		/*position:absolute;
		content: '\f054';
		display: block;
		width: 11px;
		height: 25px;
		line-height: 25px;
		right: 15px;
		top: 10px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
		transform: rotate(0deg);*/
		transition: 300ms;
		content: '';


		width: .75rem;
		height: .75rem;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #16345f #16345f transparent transparent;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		position: absolute;
		top: .625rem;
		margin-top: .16667em;
		right: .5rem;


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

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

	#menu-main li a:hover {
		color: var(--link_colour);
	}
	#menu-main li.current-menu-item > a {
		color: var(--link_colour);
		background: transparent;
		font-weight: 700;
		display: none;
	}

	.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: 1.5rem;
		letter-spacing: 0px;
		line-height: 1;
		text-transform: inherit;
		font-weight: 400;
		display: block;
        color: var(--link_colour);
		padding: .625rem 0;
	}


	#menu-main .submenu_parent a {
		font-weight: 700 !important;
	}



	/*#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 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: center;
		height: 100%;
        width: 100%;
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		display: block;
		position: fixed;
		bottom: 50px;
        left: 20px;
		z-index: 99999999 !important;

		text-transform: inherit !important;

		font-size: 1.5rem !important;
		font-weight: 400 !important;
		color: var(--link_colour) !important;
		opacity: 1 !important;

		padding: 0 !important;
		line-height: 1;

	}
	.back-to-main:hover {
	}

	.menu-main-container {
		padding: 0px 18px 0px;
		position: relative;
		height: 100%;
		width: 100%;
	}

	#menu-main {
		margin: 0;
	}


	#navbar.menu-level-2 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}
	#navbar.menu-level-3 #menu-main {
		margin: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	.header_navigation, .main-headbox {
		display: none !important;
	}
	.menuopen .headGroup {
		z-index: 999999999;
		background: #ffffff;
		margin-top:0!important;
	}

	.menuopen .headGroup .menu-toggle, .menuopen .headGroup .menu-toggle:hover {
		background: #ffffff;
	}

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

	.menuopen .searchToggle {
		display: none;
	}

	.floating_buttons {

		flex-wrap: wrap;
		display: flex;
		flex-direction: row;
	}
	.floating_buttons .float-button {
		width: 33.3334%;
	}	


	.sidebar {
		position: relative !important;
	}
	.page-content-main:before {
		height: 22rem;
	}


}

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

	.row.pois .col, .row.pois .col-md-4, .news_single_item {
		padding-left: 0;
		padding-right: 0;
	}

}

/*
.admin-bar .headGroup, .admin-bar .fixedItem, .admin-bar #navbar {
    margin-top: 0px !important;
}*/







@media print,screen and (min-width:40em) {
	.course-overview__image {
		float:right;
		margin-left:2rem;
		width:calc(50% - 1rem);
	}
}
.steps-list {
	margin-left:auto;
	margin-right:auto;
	max-width:52.75rem;
	padding:.5625rem 0 0;
	position:relative;
	width:100%;
}
.steps-list:after,
.steps-list:before {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	background-color:#868686;
	z-index:-1;
}
.steps-list:before {
	height:100%;
	width:1px;
}
.steps-list:after {
	border-radius:50%;
	height:1.125rem;
	width:1.125rem;
	margin-left:-.5625rem;
}
.step-by-step__item {
	background-color:#fff;
	margin:4rem auto 0;
	padding:3rem 4rem 3.25rem;
	position:relative;
}
.step-by-step__title {
	margin:0 0 .75em;
}
.step-by-step__return-to-start {
	border-radius:50%;
	display:block;
	position:relative;
}

.back-to-first-step {
	height:4rem;
	margin:4rem auto 0;
	padding:1.25rem;
	width:4rem;
	overflow:hidden;
	border-radius: 50%;
    display: block;
    position: relative;
	font-size: 0;
	transform: rotate(180deg);
}

.back-to-first-step:before {
	content: '';

		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cline x1='20' y1='33' x2='20' y2='1' fill='none' stroke='%23ffffff' stroke-miterlimit='10'/%3E%3Cpolyline points='5.86 18.86 20 33 34.14 18.86' fill='none' stroke='%23ffffff' stroke-miterlimit='10'/%3E%3C/svg%3E");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	color:inherit;
	fill:currentColor;
	height:100%;
	width:100%;
	display: block;
}


.back-to-first-step:hover:before {
	-webkit-animation: iconFromBottomToTop .3s forwards linear;
	animation: iconFromBottomToTop .3s forwards linear;
}


@-webkit-keyframes iconFromBottomToTop{
	49% {
		-webkit-transform:translateY(-150%);
		transform:translateY(-150%);
		opacity:1;}
	50% {
		-webkit-transform:translateY(150%);
		transform:translateY(150%);
		opacity:0;
	}
	51% {
		opacity:1
	}
}
@keyframes iconFromBottomToTop {
	49% {
		-webkit-transform:translateY(-150%);
		transform:translateY(-150%);
		opacity:1;
	}
	50% {
		-webkit-transform:translateY(150%);
		transform:translateY(150%);
		opacity:0;
	}
	51% {
		opacity:1;
	}
}

.dynamic-text-image-multiple-blocks .image_text_section_container .row {
	margin: 0;
	height: 100%;
}
.dynamic-text-image-multiple-blocks .image_text_section_container .img-box {
	padding: 0;
}

.dynamic-text-image-multiple-blocks .image_text_section_container {
	padding: 1rem;
	margin-bottom: 7rem
}

.dynamic-text-image-multiple-blocks .text-block-main {
	padding: 4rem 3rem 4.5rem;
	text-align: center;
}

.dynamic-text-image-multiple-blocks .text-block-main h2 {
	color: currentColor;
}

.dynamic-text-image-multiple-blocks .text-block-main .button {
	color: currentColor;
	border: 1px solid currentColor;
	background: transparent;
}

.dynamic-text-image-multiple-blocks .text-block-main .button:hover {
	background: var(--link_colour);
	color: var(--button_colour);
}


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

.sidebar-menu h3 {
	color: #868686;
	font-size: 2.5rem;
	line-height: 1.3;
	font-family: "didot", serif;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    margin-bottom: .5rem;
	margin-top: 0;
}
.sidebar-menu .sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu .sidebar-nav > li {
	display: none;
	margin-top: .33333em;
}
.sidebar-menu .sidebar-nav > li.current-page {
	display: block;
}

.sidebar-menu .sidebar-nav a {
	line-height: 1;
    text-decoration: none;
    display: block;
    padding: .5rem 0 .5rem;
    color: var(--link_colour);
    font-size: 1.125rem;
}

.sidebar-menu .sidebar-nav a:hover {
    color: var(--link_colour);
	text-decoration: underline;
	/*padding-left: 1.5rem;
	transition: 300ms;*/
}

.sidebar-menu .sidebar-nav .active_class_page > a{
	color: #000;
	padding-left: 1.5rem;
	transition: 300ms;
	position: relative;
}
.sidebar-menu .sidebar-nav .active_class_page > a:hover{
	text-decoration: none;
}

.sidebar-menu .sidebar-nav .active_class_page > a:before {
	content: '';
    display: inline-block;
    height: .8125rem;
    width: .8125rem;
    position: absolute;
	left: 0;
    top: 11px;
    margin-right: .6875rem;
    background: #868686;
    vertical-align: baseline;
	transition: 300ms;
}



.page-template-full-page {

}
.page-template-full-page .page-content-main:before {
	/*display: none;*/
}

.body-container .posts_row {
	justify-content: center;
}

.body-container .top-row-news {
	margin-bottom: 5rem;
}
.body-container .posts_row .col-lg-6 {
	padding: 1rem;
}

.body-container .top-row-news .poiImageBG img {
	min-height: 9.125rem;
	max-height: inherit;
}
.body-container .top-row-news .poiImage .poiText {
	padding: 4rem 3rem 4.5rem;
}

body.single .dynamicContent {
	margin-left: auto;
    margin-right: auto;
    max-width: 44.5rem;
}







body .gform_wrapper.gravity-theme {
	color:#16345f;
}
body .gform_wrapper.gravity-theme .gfield_label {
	color:#16345f;
	font-family:"didot",serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.55556;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
	font-family:inherit;
	font-size:1.125rem;
	padding:.75rem;
}
body .gform_wrapper.gravity-theme select {
	padding-right:2.25rem;
}
body .gform_wrapper.gravity-theme textarea {
	resize:vertical;
}
body .gform_wrapper.gravity-theme [type=file] {
	margin-bottom:0;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
	color:inherit;
	padding-top:6px;
}
body .gform_wrapper.gravity-theme .gf_progressbar_title {
	color:#16345f;
	font-size:1rem;
	line-height:1.5;
}
body .gform_wrapper.gravity-theme .gf_progressbar {
	border-radius:.5rem;
	margin-bottom:1.5rem;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage {
	border-radius:.5rem;
	color:#d0d6df;
	height:2.5rem;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius:.5rem 0 0 .5rem;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
	line-height:2.5;
	font-size:1rem;
}
body .gform_wrapper.gravity-theme .gf_progressbar_blue {
	background:#d0d6df;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background:#16345f;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
	margin-bottom:0;
}
body .gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-family:"Source Sans Pro",sans-serif;
	font-size:1.125rem;
	line-height:1.5;
}body .gform_wrapper.gravity-theme .gform_validation_errors {
	border-radius:0;
	border-width:0 0 0 5px;
	box-shadow:none;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-family:inherit;
	font-size:1.125rem;
	line-height:1.55556;
}
body .gform_wrapper.gravity-theme .gfield_description.validation_message.gfield_validation_message,
body .gform_wrapper.gravity-theme .gfield_validation_message {
	border-width:0 0 0 3px;
	line-height:1.5;
	padding:.8125rem 1rem;
}
body .gform_wrapper.gravity-theme .gfield_consent_description {
	padding-top:5px;
	padding-bottom:7px}body .gform_wrapper.gravity-theme .gform_ajax_spinner {
		padding-left:8px;
		margin-bottom:8px;
}
body .gform_wrapper.gravity-theme .grecaptcha-badge {
	opacity:0;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
	display:none;
}







[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.125rem;
    margin: 0 0 1.5rem;
    padding: .75rem;
    border: 1px solid #d0d6df;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #16345f;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}








.nav-links {
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	width: 100%;
	margin: 4rem 0;
}
.nav-links .page-numbers { 
	font-family:"Source Sans Pro",sans-serif;
	font-size:1.125rem;
	line-height:1.55556;
	background-color:transparent;
	border-radius:50%;
	display:block;
	line-height:2rem;
	margin:.25rem;
	min-height:2rem;
	min-width:2rem;
	padding:0;
	text-align:center;
	text-decoration:none;
	transition:background-color .25s ease-out,border-color .25s ease-out,color .25s ease-out;
}
.nav-links .page-numbers.current {
	color:#73859f;
}
.nav-links .page-numbers:focus,
.nav-links .page-numbers:hover {
	background-color:#fff;
	color:#16345f;
	text-decoration:none;
}
.nav-links .next.page-numbers, .nav-links .prev.page-numbers {
	background-color:#16345f;
	color:#fff;
	height:4rem;
	margin:.25rem 1rem;
	position:relative;
	width:4rem;
	font-size: 0;
}
.nav-links .next.page-numbers:before, .nav-links .prev.page-numbers:before {
	border-color:currentColor currentColor transparent transparent;
	border-style:solid;
	border-width:1px;
	content:'';
	display:block;
	height:.8rem;
	position:absolute;
	right:33.3333%;
	top:50%;
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	transform-origin:center center;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	-ms-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	width:.8rem;
}
.nav-links .next.page-numbers:after, .nav-links .prev.page-numbers:after {
	background-color:currentColor;
	content:'';
	display:block;
	height:1px;
	left:50%;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:40%;
}
.nav-links .next.page-numbers.disabled, .nav-links .prev.page-numbers.disabled {
	background-color:#d0d6df;
	color:#eceff2;
}
.nav-links .next.page-numbers:focus, .nav-links .prev.page-numbers:focus,
.nav-links .next.page-numbers:hover, .nav-links .prev.page-numbers:hover {
	background-color:#fff;
	color:#16345f;
	text-decoration:none;
}
.nav-links .prev.page-numbers {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.page-template-template-page_wide .bodyContent {
	padding-top: 10rem;
}

.page-template-template-page_wide .breadcrumbs {
	display: none;
}

.dynamic-carousel .owl-carousel .owl-item img {
	max-height: 480px;
	object-fit: cover;
}


.dynamic-carousel .owl-nav {
	position: absolute;
	right: -40px;
	top: 50%;
	width: 80px;
	transform: translateY(-50%);
}

.dynamic-carousel .owl-nav button {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;

	display: block;
	margin: 10px 0;
	border-radius: 50%;
	height: 2.5rem;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	width: 2.5rem;


	background-color: #d0d6df !important;
    color: #16345f !important;
    opacity: 1;
    overflow: hidden;
    transition: background-color .3s, color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, color .3s, opacity .3s, transform .3s, -webkit-transform .3s;


}
.dynamic-carousel .owl-nav button:hover svg {
	-webkit-animation: toRightFromLeft .3s forwards linear;
	animation: toRightFromLeft .3s forwards linear;
}

.dynamic-carousel .owl-nav button.owl-prev:hover svg {
	-webkit-animation: toLeftFromRight .3s forwards linear;
	animation: toLeftFromRight .3s forwards linear;
}


@-webkit-keyframes toRightFromLeft {
	
	49% {
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	51% {
		opacity:1;
	}
}
@keyframes toRightFromLeft {
	49% {
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	51%{opacity:1;
	}
}
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	51% {
		opacity:1;
	}
}
@keyframes toLeftFromRight {
	49% {
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	51% {
		opacity:1;
	}
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	51% {
		opacity:1;
	}
}
@keyframes toBottomFromTop {
	49% {
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
	}
	50% {
		opacity:0;
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	51% {
		opacity:1;
	}
}



.dynamic-carousel .owl-nav button:hover {
	background-color: #ffffff !important;
	color: #16345f !important;
}


.dynamic-carousel .owl-nav button svg {
	position: absolute;
    left: 31.25%;
    top: 31.25%;
    width: 37.5%;
    height: 37.5%;
	content: '';
	fill: currentColor;
}

.dynamic-carousel .owl-nav button i {
	display: none;
}
.dynamic-carousel .owl-dots {
	display: none;
}

@media print,screen and (min-width:40em) {
	.dynamic-carousel .owl-nav button {
		height: 5rem;
		width: 5rem;
	}
	
}




.dynamicContent, .welcomeBlock, .slideText  .container, .page-banner-title .container/*, .where-next-area*/ {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .dynamicContent.visible, .welcomeBlock.visible, .slideText  .container.visible, .page-banner-title .container.visible/*, .where-next-area.visible*/ {
	opacity: 1;
	transform: translateY(0);
  }



body.page-template-full-page-without-banner .body-text {
    width: calc(71.31113% - 2rem);
    max-width: 50rem;
}


body.single .bodyContent .postThumb img.attachment-news-post-image {
	width: 100%;
	max-width: inherit;
	object-fit: cover;
	max-height: 640px;
}


/* tribe events calendar */

.tribe-events-before-html a.button,
.tribe-common a:not(.tribe-common-anchor--unstyle).button{
	color:#fff;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #16345f!important;
   color:#fff!important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #16345f!important;
    color: #16345f!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #16345f!important;
   color:#fff!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #16345f!important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #999!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 300px!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.tribe-events ul li:before {
	content: none;
}
.tribe-events ul li::marker, .tribe-events ul li::-webkit-details-marker  {
	display: none;
	color: transparent;
}

/* Entry checker */


/* Entry checker */

.form_block select {
    width: 160px;
    display: block;
	border:solid 1px;
    color: #16345f;
	background: transparent url(/wp-content/themes/schoolcms/images/down-arrow-small.png) 90% center no-repeat;
    border-color: #16345f;
	border-radius:10px;
	text-decoration:none;
	text-transform:uppercase;
    line-height: 1rem;
    padding: 1rem 2rem 1rem;
    position: relative;
    transition: 300ms;
	letter-spacing:0.5px;
	border-radius:0;
	margin:1rem auto 0;
}

.text-birth {
    display: block;   
	margin:1rem 0;
}

@media only screen and (min-width: 768px) {
	.form_block select {
		display:inline-block;
	}
}
.first-row-select {
    vertical-align: top;
    margin-bottom: 20px;
}

.form_block .button {
    display: inline-block;
    color: #fff;
    background: #16345f;
	text-decoration:none;
	font-size: .9375rem;
    line-height: 1rem;
    padding: 0.8125rem 2rem 0.8125rem;
    position: relative;
    transition: 300ms;	
	margin-top:25px;
    border: 0;
}
.form_block .button:before {
    content: "";
    width: 30px;
    height: 23px;
    display: block;
    position: absolute;
    top: -18px;
    right: 60%;
    transform: rotate(-100deg);
}
.slider-caption-top a, .slider-caption-top-posttype a {
    display: inline-block;
    color: #fff;
    background: #73859f;
	text-decoration:none;
	font-size: .9375rem;
    line-height: 1rem;
    padding: 35px 15px;
    position: relative;
    transition: 300ms;
	margin: 0px 5px 10px 5px;
    border: 0;
	min-width: 120px;
}

.slider-caption-top a.cycle-pager-active, .slider-caption-top a:hover, .slider-caption-top-posttype a.cycle-pager-active, .slider-caption-top-posttype a:hover {
	background: #16345f;
    border-color: #16345f;
}

.dynamic-entry-checker {
    padding: 65px 0px 0px;
    position: relative;
    text-align: center;
    margin: 0px;
}

.dynamic-entry-checker #registration_timeline {
    margin-top: 40px !important;
}


.dynamic-entry-checker h4 {
	font-size: 1.5rem;
	text-align: center;
}

.dynamic-entry-checker .time_line_single {
    padding: 1px 15px 20px 15px;
    font-size: 16px;
    background-color: #fff;
    margin-top: 20px;
    width: 100%;  
}

.time_lime h3 {
	font-size: 1.75rem;
}

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

.dynamic-entry-checker .time_line_single_inner {
    text-align: left;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.dynamic-entry-checker .time_line_single_inner:after {
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
    width: 100%;
    content: '';
    margin: 20px auto;
    display: block;
}
.dynamic-entry-checker .time_line_single_inner:before {
    background: #061A37;
    content: '';
    display: block;
    position: absolute;
	margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 0px;
    background-color: #16345f;
    transition: background-color 300ms;
    vertical-align: middle;
	left:-20px;
}




@media only screen and (max-width: 991px) {
.dynamic-entry-checker .time_line_single_inner:before {
    left: -22px;
}
}

/* calendarize events calendar */

.fullCalendar table tr:nth-child(odd) {
    background-color: #fff!important;
}

.fc-button.fc-state-default, .fbd-dialog-controls .fbd-button-primary, .fbd-dialog-controls .fbd-button-secondary {
    background-color: #16345f!important;
}

.fc-button.fc-state-active {
    box-shadow: none;
    background-color: #16345f!important;
}

.fullCalendar .fc-state-highlight, .fullCalendar table tr:hover td.fc-state-highlight {
    background: #f1f1f1!important;
}