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

*/
:root {
	--body_colour : #0e0e0e;
	--title_colour : #0e0e0e;
	--link_colour : #eb7120;
	--link_colour_hover : #23567e;	
	--button_bg: #eb7120;
	--button_colour: #fff;
	--button_bg_hover: #23567e;
	--button_colour_hover: #fff;
}

/*Content Wrapper*/


@font-face {
	font-family: "WiesbadenSwingProBold";
	src: url('fonts/font.woff2') format('woff2'), 
			url('fonts/font.woff') format('woff');
}



/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span, .sbi-owl-dots .sbi-owl-dot span {
	width:13px;
	height:13px;
	display:inline-block;
	background:#ffffff;
	border-radius:50%;
	border: 1px solid #eb7120;
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.owl-dots {
	padding-left:45px;
	padding-right:45px;
	text-align:center;
}
.owl-dots .owl-dot, .sbi-owl-dots .sbi-owl-dot {
	display:inline-block;
	margin:0 8px;
	opacity:1;
}
.owl-dots .owl-dot:first-child {
	margin-left: 0;
}
.owl-dots .owl-dot:last-child {
	margin-right: 0;
}



.owl-dots .owl-dot.active, .sbi-owl-dots .sbi-owl-dot.active {
	opacity:1;
}
.owl-dots .owl-dot.active span, .sbi-owl-dots .sbi-owl-dot.active span {
	background: #eb7120;
}


.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: 72px;
	position:relative;
}
body.home header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color:#ffffff;
	background: #23567e;
	transition:300ms;
	padding-top:9px;
	padding-bottom:9px;
	z-index:220;
	position:fixed;
	height: 72px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
}
.socialDesktop {
	justify-content: end;
    display: flex;
}
.headGroup .translateBlock {
	display:inline-block;
	position:relative;
}
.headGroup .translateBlock .gtranslateDropdown{
	position:absolute;
	top:100%;
	right:0;
    width: 200px;
    padding: 5px;
    background: #23567e;
}
.headGroup .translateBlock .gtranslateDropdown .goog-te-gadget-simple{
	width:100%;
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	padding-right: 36px;	
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
	height:22px;	
    color: #ffffff;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:36px;
	height: 22px;
	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: 36px;
    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: #eb7120;
}
.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;
	z-index: 9999;
	top: 0px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	/*overflow-x: hidden;	*/
	overflow:hidden;
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

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

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

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

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

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

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



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

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

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

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


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

/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
	--body_colour: #fff;
	--title_colour: #fff;
    background: #969696;
	font-size:1em;
	overflow:hidden;
}
.callout .calloutContent {
	position:relative;
	text-align:center;
}
.callout .calloutTitle {
	font-size:1em;
	margin:0.5em 0;
}
.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.callout.hasbg .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.callout .coimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}

.callout.hasbg .calloutContent {
	padding-bottom: 120px;
	padding-top:120px;
}
.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:#23567e;
	color:#ffffff;
	margin-bottom:30px;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:0.2;
}


.bodyContent .poiImage .poiImageBG, .homeContent .poiImage .poiImageBG {
	opacity: 1;
}

.bodyContent .poi:hover .poiImage .poiImageBG, .homeContent .poi:hover .poiImage .poiImageBG {
	opacity: 0.2;
}



.poiImage .poiImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
    height: 40%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.7;
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}


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

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top: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:30px;
	line-height: 40px;
	font-weight:400;
	position:relative;
	padding: 0 21px;
	text-transform: inherit;
	text-align: left;
	position: relative;
}

.poi .poiTitle:after {
	content: '\f054';
	font-size: 14px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #eb7120;
	border-radius: 50%;



    display: block;
    position: absolute;
    right: 20px;
    top: 6px;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	transition:300ms;


}


.poi .textOnlyBlock .poiTitle {
	margin:5px;
	text-align: center;
}
.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: 0px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom: 12px;
	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: 12px;
}
.poi:hover .poiImage .poiImageBG {
	opacity: 1;
}
.bodyContent .poi:hover .poiImage .poiImageBG {
	opacity: 0.2;
}

.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

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

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

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

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

}
/*Animation*/


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

.container {
	max-width: 1140px;
}


body.home .headGroup {
	background: transparent;
	padding-top: 26px;
}
body.fixedHeader.home .headGroup {
	background: #23567e;
	padding-top: 9px;
}

.headGroup {
	padding-left: 20px;
	padding-right: 20px;
}

.headGroup .row.align-items-center {
	align-items: center !important;
}
.home .headGroup .row.align-items-center {
	align-items: start !important;
}
.fixedHeader.home .headGroup .row.align-items-center {
	align-items: center !important;
}

.headerIcon .homeLogo {
	display: none;
}
body.home .headerIcon .homeLogo {
	display: block;
	margin-top: 5px;
}

body.fixedHeader.home .headerIcon .homeLogo {
	display: none;
}



body.home .headerIcon .mainLogo {
	display: none;
}
.fixedHeader.home .headerIcon .mainLogo {
	display: block;
}


.menu-toggle .toggleIcon {
    width: 36px;
    height: 22px;
    transition: 300ms;
}

.menu-toggle .toggleIcon span {
	width: 29px;
	height: 2px;
	left: 7px;
}
.menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
	width: 36px;
	left: -7px;
	height: 2px;
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}

.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
	background: #eb7120;
}




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



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

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: auto;
	min-height: 23px;
	margin-left: 24px;
	margin-right: 30px;
}


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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

.searchToggle .searchform.openSearch input.s {
	background: #1b2d4b;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 32px;
	font-size: 12px;
	letter-spacing: 0.8px;
	right:0;
}

.headerSearch .searchSubmit {
	width: 23px;
	height: 23px;
	font-size: 0;
	background-color: #ffffff;
    -webkit-mask-image: url("images/search-icon.png");
    mask-image: url("images/search-icon.png");
}

.headGroup .searchSubmit:hover {
	background-color: #eb7120;
}



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

.headGroup .searchInput.s::placeholder {
	color: #ffffff;
}
@media (max-width:991.5px){	
	.searchToggle .searchform.openSearch input.s {
		right:-80px;
	}
}

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






.homeBanner .slideText {
	position: absolute;
	z-index: 111;
	width: 100%;
	max-width: 530px;
	text-align: left;
	bottom: 200px;
	left: 58px;
}

.homeBanner .slideText .top_text {
	font-size: 80px;
	line-height: 90px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 40px;
	letter-spacing: -3px;
	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
	font-family: "Open Sans", sans-serif;
}

.homeBanner .slideText .top_text span {
	font-size: 70px;
	line-height: 70px;
	color: #ffffff;
	font-family: "WiesbadenSwingProBold";
	display: block;
	letter-spacing: 3.5px;
    font-weight: 400;
}


.homeBanner .hero .slide .slideImage:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.7;
	z-index: 11;
}

#pageBanner .slide_Text {
	font-size: 70px;
	line-height: 80px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 0px;
	letter-spacing: -1px;
	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
	position: absolute;
	left: 45px;
	bottom: 47px;
	z-index: 111;
	display: block;
}




.homeDynamic.dynamic-poi {
	margin: 0;
	padding: 0;
}


.homeDynamic.dynamic-poi .poi_container .col-lg-4 {
	padding: 0;
}


.homeDynamic.dynamic-poi .poi {
	max-height: 370px;
	min-height: 370px;
	margin-bottom: 0;
}

.homeDynamic.dynamic-poi .poi_links_section {
	padding: 50px 55px 10px;
}

.homeDynamic.dynamic-poi .poi_links_section .poi_links {
	max-width: 265px;
}

.homeDynamic.dynamic-poi .poi_links_section .poi_links a {
	display: block;
	line-height: 19px;
	margin-bottom: 13px;
	color: #0e0e0e;
	font-size: 16px;
	position: relative;
	padding-right: 25px;
}
.homeDynamic.dynamic-poi .poi_links_section .poi_links a:after {
	content: '\f054';
	font-size: 10px;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #eb7120;
	color: #ffffff;
	border-radius: 50%;

	display: block;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	transition:300ms;

	opacity: 0.2;

}

.homeDynamic.dynamic-poi .poi_links_section .poi_links a:hover:after {
	opacity: 1;
}



.section_title {
	margin: 0 0 50px;
}
.section_title h2 {
	font-size: 80px;
	line-height: 70px;
	font-family: "WiesbadenSwingProBold";
	margin: 0;
}



@media only screen and (min-width : 992px) {
	.homeDynamic.dynamic-poi .poi_links_section {
		width: 28.85%;
	}
	.homeDynamic.dynamic-poi .poi_container {
		width: 71.15%;
	}
	.sbi-owl-dots {
		display: none;
	}
	.dynamic-video-carousel a.video_carousel {
		margin-left: -97px;
		margin-right: 97px;
	}
	
}

.homeDynamic.dynamic-quote {
	margin: 0;
}
.homeDynamic.dynamic-quote .quoteContainer {
	padding: 35px 370px 35px 56px;
	background: transparent;
	position: relative;
	text-align: left;
}

.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text {
	width: 100%;
	padding: 0 139px 0 0;
	position: relative;

	font-size: 54px;
	line-height: 60px;
	font-weight: 400;
	color: #eb7120;
	font-family: "WiesbadenSwingProBold";
	letter-spacing: -0.5px;

	font-style: normal;

	text-align: left;

}

.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text p {
	margin-bottom: 15px;
}


.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text .quote-cite {
	position: absolute;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #eb7120;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	right: 0px;
	top: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
}

.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text .quote-cite:before {
	display: inline-block;
	width: 17px;
	height: 1px;
	background: #eb7120;
	content: '';
	vertical-align: middle;
	margin-right: 14px;
}


.homeDynamic.dynamic-quote .quoteContainer .quote_button {
	position: absolute;
	right: 86px;
	top: 35px;
}

.dynamic-image_text_positioning_style {
	position: relative;
	margin: 0 0 80px;
}

.dynamic-image_text_positioning_style .ps_img-box img {
	max-height: 529px;
	min-height: 529px;
	object-fit: cover;
	max-width: inherit;
	object-position: top;
	width: 100%;
}

.dynamic-image_text_positioning_style .ps_text-block-main {
	width: 31.5%;

}
.dynamic-image_text_positioning_style .ps_img-box {
	width: 68.5%;
}

.dynamic-image_text_positioning_style .ps_text-block-main {
	padding: 38px 0 0 67px ;
}

.dynamic-image_text_positioning_style .ps_text {
	position: absolute;
	bottom: 77px;
	left: 0;
	width: 100%;
}
.dynamic-image_text_positioning_style .block_details {
	max-width: 555px;
	width: 100%;
	padding: 48px 45px 47px 30px;
	background: #ffffff;
}
.dynamic-image_text_positioning_style .text-image-button {
	margin-left: 22px;
}

.dynamic-location_section {
	background: #23567e;
	--button_bg_hover : #4f7898;
	margin: 0;
	position: relative;
	color: #ffffff;
}

.dynamic-location_section .section_title h2 {
	color: #ffffff;
}
.dynamic-location_section .ps_text-block-main {
	padding: 38px 12% 0 67px ;
}





.dynamic-logos {
	padding: 40px 0 110px;
	position: relative;
	margin: 0;
}

.dynamic-logos:before {
	content: '';
	width: 100%;
	max-width: 575px;
	max-height: 787px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	background: url('images/bg-icon.png') left top no-repeat;
	z-index: -1;
	opacity: 0.05;
}


.dynamic-logos .section_title {
	padding-left: 55px;
	margin-bottom: 40px;
}

.dynamic-logos .logo_item img {
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0px auto;
	height: auto;
	max-height: 180px;
}

.dynamic-logos .logo_container {
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
}

.dynamic-logos .logo_container .logos {
	position: static;
}



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

.dynamic-logos .owl-dots {
	position: absolute;
	right: 67px;
	bottom: 70px;
}

footer#footer {
	background: #23567e;
	color: #ffffff;
	padding: 85px 0 70px; 
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
footer#footer .wpforms-field.wpforms-field-email {
	padding-right: 189px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
}

footer#footer div.wpforms-container-full .wpforms-form label.wpforms-error, footer#footer div.wpforms-container-full .wpforms-form em.wpforms-error { 
	color: #ffffff;
	position: absolute;
	bottom: -30px;
}



footer#footer div.wpforms-container-full {
	margin: 15px 0;
}

footer#footer .wpforms-field.wpforms-field-email input {
	height: 72px;
    border: none;
    border-radius: 0;
	padding: 0px 23px;
}
footer#footer .wpforms-submit-container .wpforms-submit {
	position: absolute;
	top: -82px;
	right: 0;
	border-radius: 0;
}


.wpforms-submit {

	display: inline-block;
    color: var(--button_colour,#fff);
    border: solid 1px var(--button_bg,#000) !important;
    background: var(--button_bg,#000) !important;
	text-decoration:none;
    line-height: 30px;
    padding: 21px 20px !important;
    transition: 300ms;
	min-width: 189px;
	text-align: center; 
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
	font-size: 18px;
	height: 72px !important;
	font-family: "Open Sans", sans-serif;

}
.wpforms-submit:hover {
	background: #4f7898 !important;
	color:var(--button_colour,#fff);
	border-color:  #4f7898 !important;
}


.footer-title {
	color: #ffffff;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 300 !important;
}


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

footer#footer .tel-info {
	color: #ffffff;
}

footer#footer .email-info {
	margin-bottom: 30px;
}
footer#footer .email-info a {
}
footer#footer .email-info a:hover {
}
.footersocial {
	margin-bottom: 40px;
}
.footersocial ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footersocial ul li {
	min-width: inherit;
	padding: 0 3px;
}
.footersocial ul li:first-child {
	padding-left: 0;
}
.footersocial ul li:last-child {
	padding-right: 0;
}

.footersocial ul li a {
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #23567e !important;
	display: inline-block;
}
.footersocial ul li a:hover {
	background: #eb7120;
	color: #ffffff !important;
}

footer#footer .button {
	margin-right: 16px;
}
footer#footer .button:last-child {
	margin-right: 0px;
}

footer#footer .button {
	border-color: #ffffff;
	background: transparent; 
	color: #ffffff;
}
footer#footer .button:hover {
	border-color: #eb7120;
	background: #eb7120; 
	color: #ffffff;
	text-decoration: none;
}


footer#footer .container {
	max-width: 1328px;
}

.footerLower {
	padding: 80px 0 0;
	background: transparent;
	font-size: 14px;
}
.footerLower p, .footerLower ul {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
}
.footerLower a {
	color: rgba(255, 255, 255, 0.5) !important;
}
.footerLower a:hover {
	color: #eb7120 !important;
}

.footerLower .ft-low-2 img {
	margin: 0px 14px;
}
.footerLower .ft-low-2 img:last-child {
	margin-right: 0px;
}
.footerLower .ft-low-2 img:first-child {
	margin-left: 0px;
}

.footerLower .ft-low-3 a {
	margin-top: 22px;
    display: inline-block;
}

.ft-low-1 a {
	margin: 0px 9px;
	position: relative;
}
.ft-low-1 a:after {
	width: 1px;
	height: 18px;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -10px;
	top: 0;
	display: block;
}


.ft-low-1 a:first-child {
	margin-left: 0;
}
.ft-low-1 a:last-child {
	margin-right: 0;
}
.ft-low-1 a:last-child:after {
	display: none;
}

footer-nav {
	margin-bottom: 30px;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-nav li {
	display: block;
	line-height: 19px;
	margin-bottom: 13px;
}
.footer-nav li a {
	padding-right: 25px;
	position: relative;
	line-height: 19px;
	display: block;
}
.footer-nav li a:after {
	content: '\f054';
	font-size: 10px;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #ffffff;
	color: #23567e;
	border-radius: 50%;

	display: block;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	transition:300ms;

	opacity: 0.2;

}

.footer-nav li a:hover:after {
	background: #eb7120;
	color: #ffffff;
	opacity: 1;
}
.footer-nav li a:hover{
	color: #ffffff !important;
	text-decoration: none !important;
}
.ft-nav-1 {
	padding-right: 130px;
}
.ft-nav-2 {
	padding-right: 20px;
	padding-left: 0;
}

.ft-col-2 .footer-nav {
	margin-bottom: 20px;
}

.ft-col-2 h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: "WiesbadenSwingProBold";
}

.ft-col-2 h2:after {
	display: none;
}



.dynamic-info-grid {
	background: #23567e;
	color: #ffffff;
	margin: 0;
	padding: 60px 0 0 0;
}

.dynamic-info-grid .section_title {
	padding: 0px 0 0 55px;
	margin-bottom: 130px;
	position: relative;
}
.dynamic-info-grid .section_title h2 {
	color: #ffffff;
}

.dynamic-info-grid .section_title .footersocial {
	position: absolute;
	right: 65px;
	bottom: -5px;
	margin: 0;
}
.dynamic-info-grid .section_title .footersocial ul li a {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    color: #eb7120 !important;
    display: inline-block;
}

.dynamic-info-grid .section_title .footersocial ul li a:hover {
	color: #23567e !important;
}


#sb_instagram #sbi_images {
	padding: 0;
}

.sbi_item.sbi_type_image  {
	opacity: 1 !important;
}
.sbi_item.sbi_type_image:hover  {
	opacity: 0.2 !important;
}

#sb_instagram .sbi_link {
	background: transparent !important;
}







.dynamic-events {
	margin: 0;
}
.dynamic-events .events_section_container {
	position: relative;
	background-size: cover !important;
	padding: 60px 0 50px 0;
}
.dynamic-events .events_section_container:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.83);
	position: absolute;
	left: 0;
	top: 0;
}

.dynamic-events .events_block {
	position: relative;
	z-index: 11;
}
.event-text-block-main {
	padding-left: 67px;
}

.evet-text-inner {
	max-width: 415px;
}

.evet-text-inner .button {
	margin-top: 20px;
}

.events_carousel {
	padding-top: 45px;
}
.events_carousel  .owl-carousel.events_carousel {
	max-width: 712px;
	position: relative;
}

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

.events_carousel .owl-dots {
	position: absolute;
	left: 30px;
	bottom: -37px;
	display: block;
	z-index: 11;
}
.events_carousel .owl-dots span {
	background: transparent;
}
.events_carousel .item {
}
.events_carousel .events_image {
	width: 100%;
	max-width: 598px;
	min-height:96px;
}


.events_carousel .blockTitle {
	background: #ffffff;
	right: auto;
	padding: 25px 40px;
	position: relative;
	bottom: inherit;
	width: 100%;
	max-width: 458px;
	margin: -96px 0 0 auto;
}

.events_carousel .blockTitle .newsTitle {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #0e0e0e;
}

.events_carousel .blockTitle .newsTitle a {
	color: #0e0e0e;
}
.events_carousel .blockTitle .newsTitle a:hover {
	color: #eb7120;
}


.events_carousel .blockTitle .newsTitle {
	margin-bottom: 15px;
}

.events_carousel .blockTitle label {
	max-width: 65px;
	width: 100%;
	display: inline-block;
	font-weight: 700;
}

.location_inner_content {
	max-width: 485px;
	margin: 0px 0 0 auto;
}
.location_inner_content .location_title {
}

.location_inner_content .location_title h3 {
	line-height: 70px;
	font-size: 80px;
	color: #ffffff;
	font-weight: 300 !important;
	letter-spacing: -1px;
	margin-bottom: 35px;
}

.location_inner_content .block_details {
	margin-bottom: 45px;
}

.ps_text-block-main .section_title {
	margin-bottom: 40px;
}


.map_image {
	position: relative;
    margin-right: calc((50vw - 100%)* -1);
}
.map_image img {
	height: 615px;
	object-fit: cover;
	width: 100%;
	max-width: inherit;
}

.map_pin {
	display: none;
    width: 67px;
    height: 82px;
	line-height: 67px;
    text-align: center;
    content: '';

	background-color: #eb7120;
    -webkit-mask-image: url("images/pin-icon-bg.png");
    mask-image: url("images/pin-icon-bg.png");
	font-size: 0;

	cursor: pointer;
}

.map_pin:before {
	width: 37px;
	height: 36px;
	content: '';
	background: url(images/pin-icon.png) center center no-repeat;
	display: block;
	position: absolute;
	left: 15px;
	top: 13px;
}


.poi .poi-button:after {
	content: '\f054';
	font-size: 14px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #eb7120;
	border-radius: 50%;



    display: block;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	transition:300ms;
	margin: 10px auto 0;


}
.poi:hover .poi-button:after {
	background: #23567e;
	color: #ffffff;
}


.bg-orange:hover {
	background: #eb7120;
	color: #ffffff;
}

.bg-orange:hover .poi-button {
	color: #ffffff;
}
.bg-orange:hover .poi-button:after {
	display: block;
	background: #ffffff;
	color: #eb7120;
}

.bg-blue:hover {
	background: #23567e;
	color: #ffffff;
}
.bg-grey:hover {
	background: #f6f6f6;
	color: #0e0e0e;
}

.bg-grey:hover .textOnlyBlock .poiTitle {
	color: #0e0e0e;
}
.bg-grey:hover .poi-button {
	color: #eb7120;
}
.bg-grey:hover .poi-button:after {
	display: block;
	background: #eb7120;
	color: #ffffff;
}
.bg-grey:hover .poi-button:after {
	display: block;
	background: #23567e;
	color: #ffffff;
}

.bg-grey:hover .textOnlyBlock {
	color: #0e0e0e;
}




.poi .textOnlyBlock {
	padding: 76px 20px 24px;
	display: block;
}

.poi.bg-orange .textOnlyBlock {
	background: #eb7120;
	color: #ffffff;
}

.poi.bg-orange .textOnlyBlock .poi-button {
	color: #ffffff;
}
.poi.bg-orange .textOnlyBlock .poi-button:after {
	display: block;
	background: #ffffff;
	color: #eb7120;
}

.poi.bg-blue .textOnlyBlock {
	background: #23567e;
	color: #ffffff;
}
.poi.bg-grey .textOnlyBlock {
	background: #f6f6f6;
	color: #0e0e0e;
}

.poi.bg-grey .textOnlyBlock .poiTitle {
	color: #0e0e0e;
}
.poi.bg-grey .textOnlyBlock .poi-button {
	color: #eb7120;
}
.poi.bg-grey .textOnlyBlock .poi-button:after {
	display: block;
	background: #eb7120;
	color: #ffffff;
}
.poi.bg-grey .textOnlyBlock .poi-button:after {
	display: block;
	background: #23567e;
	color: #ffffff;
}

.poi.bg-grey .textOnlyBlock {
	color: #0e0e0e;
}



.poi .textOnlyBlock .poiText {
	padding: 0;
}
.poi .textOnlyBlock .poiEx {
	padding: 0 30px;
	margin-bottom: 30px;
}

.poi .textOnlyBlock .poiTitle {
	padding: 0;
	margin: 0 0 20px;
}
.poi .textOnlyBlock .poiTitle:after {
	display: none;
}



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

.breadcrumbs {
    font-size: 14px;
    line-height: 26px;
    color: #0e0e0e;
    text-transform: inherit;
    letter-spacing: 2px;
    padding: 25px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 20px;
    border-bottom: none;
    min-height: 26px;
    font-weight: 400;
	display: inline-block;
	text-align: left;
}

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

.breadcrumbs a {
    color: #0e0e0e;
	text-decoration: none;
}

.breadcrumbs span > span {
    color: #0e0e0e;
}

.breadcrumbs a:hover {
    color: #1b2d4b;
}


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

.bodyContent h1 {
	margin-bottom: 40px;
}

.bodyContent table {
    display: inline-block;
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

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

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

.body-text iframe {
	max-width:100%;
}
.body-text .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top:30px;
}

.bodyContent .body-text {
	margin-bottom: 0px;
}
.bodyContent .body-text p a:hover {
	text-decoration: underline;
	color: #eb7120;
}

.bodyContent .body-text a.button:hover {
	text-decoration: none;
	color: #ffffff;
}


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




.staff-meta a.email-value:before {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background: #e50b7d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #1b2d4b;
}




.bodyContent {
}
.bodyContent .dynamicContent {
	margin-top: 50px;
	margin-bottom:0;
}



.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 42px;
    position: relative;
	line-height: 30px;
}
.dynamic-text ul li {
	
}

.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #eb7120;
    position: absolute;
    left: 8px;
    border-radius: 7px;
    top: 13px;
}
.bodyContent #iubenda_policy ul:not([class]) li:not([class]):before {
	display:none;
}


.bodyContent .quoteContainer .cycle-pager {
	width: 100%;
	text-align: center;
	position: relative;
	left: auto;
	bottom: auto;
	text-align: center;
	z-index: 111;
}

.bodyContent .quoteContainer .cycle-pager span {
	font-size: 0;
	opacity: 1;
	margin: 0px 5px;
	cursor: pointer;

	width:13px;
	height:13px;
	display:inline-block;
	background: transparent;
	border-radius:50%;
	border: 1px solid #eb7120;

}

.bodyContent .quoteContainer .cycle-pager span.cycle-pager-active, .bodyContent .quoteContainer .cycle-pager span:hover {
	background: #eb7120;
}





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

/*

.bodyContent .dynamic-quote .cycle-pager {
   display: none;
}




.homeDynamic.dynamic-quote {
	margin-top: -69px;
}

.homeDynamic.dynamic-quote .cycle-pager {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 0;
}
.dynamic-quote .cycle-pager span {
	width: 10px;
	height: 10px;
	border: 1px solid #a39161;
	background: #a39161;
	display: block;
	margin: 6px 0;
	font-size: 0;
	border-radius: 50%;
}
.dynamic-quote .cycle-pager span.cycle-pager-active {
	border: 1px solid #a39161;
	background: transparent;
} 


*/



.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 9px;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 31px;
    background-color: #23567e;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
	text-transform: inherit;
    line-height: 32px;
    overflow: hidden;
    border: none;
	font-weight: 400;

	margin: 0px 0 0px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 0px;

}
.faq.open .faq-question {
    background-color: #eb7120;
    color: #ffffff;
	border-radius: 0;
}
.faq-question:hover {
    background-color: #eb7120;
    color: #ffffff;
	border-radius: 0;
}
.faq-question:after {
    display: block;
    width: 18px;
    height: 24px;
	line-height: 24px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 23px;
    transform: rotate(90deg);
    font-weight: 700;
    transition: 300ms;
}

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

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

.faq-answer {
    display: none;
    padding: 0px !important;
    background: #f6f6f6;
    border: none !important;
    margin-bottom: 0px;
}
.faq-answer .col-md {
    padding: 45px 31px 40px !important;
	position: relative;
}

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

.faqs .faq.open:last-child .faq-answer .row {
	margin: 0;
}


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

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

.dynamic-documents .document {
	margin-bottom: 15px;
}
.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 31px;
    background-color: #eb7120;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
	text-transform: inherit;
    line-height: 32px;
    overflow: hidden;
    border: none;
	margin: 0px;
	font-weight: 400;

	margin: 0px 0 0px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 0px;

}

.dynamic-documents a.document-link:hover {
    background-color: #23567e;
    color: #ffffff;
	border-radius: 0;
}

.dynamic-documents a.document-link:focus {
    background-color: #23567e;
    color: #ffffff;
	border-radius: 0;
}

.dynamic-documents a.document-link:after {
    display: block;
    width: 13px;
    height: 20px;
	line-height: 20px;
    text-align: center;
    position: absolute;
    right: 27px;
    top: 25px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/download-icon.png") center center no-repeat ;
}
.dynamic-documents a.document-link:hover:after {
}


.quicklink>a, a>.quicklink, a.quicklink {

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 31px;
    background-color: #eb7120;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
	text-transform: inherit;
    line-height: 32px;
    overflow: hidden;
    border: none;
	font-weight: 400;

	margin: 0px 0 10px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 0px;

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background-color: #23567e;
    color: #ffffff !important;
	text-decoration: none!important;
	border-radius: 0;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background-color: #23567e;
    color: #ffffff;
	text-decoration: none;
	border-radius: 0;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
    width: 20px;
    height: 20px;
	line-height: 20px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 23px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/share-icon.png") center center no-repeat;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




.linkbutton>a, a>.linkbutton, a.linkbutton {

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 31px;
    background-color: #eb7120;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
	text-transform: inherit;
    line-height: 32px;
    overflow: hidden;
    border: none;
	font-weight: 400;

	margin: 0px 0 10px;
	width: 100%;
	display: block;
	text-align: left;
	border-radius: 0px;


}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background-color: #23567e;
    color: #ffffff !important;
	text-decoration: none !important;
	border-radius: 0;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background-color: #23567e;
    color: #ffffff;
	text-decoration: none;
	border-radius: 0;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 20px;
    height: 20px;
	line-height: 20px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 25px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/share-icon.png") center center no-repeat;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}



a.video_carousel {
	position: relative;
	display: block;
}
a.video_carousel:before {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
}

a.video_carousel: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%);
	z-index: 2;
}




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

.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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.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;
}
*/
.dynamic-callout .video_callout h3 {
	display: none !important;
}


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

.calloutTitle {
	font-size: 42px;
	margin-bottom: 15px;
}
*/
.dynamic-callout .callout:not(.hasbg) .button {
	border-color: #ffffff;
	background: transparent; 
	color: #ffffff;
}

.dynamic-callout .callout:not(.hasbg) .button:hover {
	border-color: #eb7120;
	background: #eb7120; 
	color: #ffffff;
	text-decoration: none;
}


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


.bodyContent .dynamic-quote {
	position: relative;
}

.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 0px 0 60px;
	margin: 0 auto;
	max-width: 1140px;
	border-bottom: 1px solid #eb7120;
}

.bodyContent .dynamic-quote {
	margin: 0;
	padding: 0px 0;
}
.bodyContent .quoteContainer blockquote.quote-text:before {
	width: 41px;
	height: 37px;
	content: '';
	background: url('images/quotes-icon.png') center center no-repeat;
	display: block;
	margin-bottom: 30px;
	margin: 0px auto 20px;
}
.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 50px 0px 40px;
	position: relative;
	text-align: center;
}

.bodyContent .quote-cite {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #0e0e0e;
	line-height: 24px;
	padding: 0;
	font-weight: 400;
}

.download-btn a, .download-btn a:hover {
    color:#fff!important;
}

.download-btn:after {
	content: '';
	margin-left: 30px;
	background: url('images/download-icon.png') center center no-repeat;
	width: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}


.callout {
	background: #23567e;
}


.inner-bg {
	position: relative;
}

.inner-bg:before {
	content: '';
	width: 100%;
	max-width: 575px;
	max-height: 787px;
	height: 100%;
	position: absolute;
	right: -70px;
	top: -15px;
	display: block;
	background: url('images/bg-icon.png') left top no-repeat;
	z-index: -1;
	opacity: 0.05;
}


.callout.notext .calloutContent {
	padding-bottom: 120px;
	padding-top:120px;
	padding-left: 60px;
	padding-right: 60px;
}

.callout.notext .calloutContent .calloutTitle {
	margin-bottom: 40px;
	margin-top: 0;
}

.callout.notext .calloutContent .calloutTitle h3 {
	margin-bottom: 20px;
}


.dynamic-carousel .owl-nav {
	/*max-width: 225px;*/
	margin: 0 auto;
}
.dynamic-video-carousel .video_carousel_navigation {
	position: absolute;
	bottom: 30px;
	right: 87px;
}


.owl-nav button, .dynamic-video-carousel .video_carousel_navigation a, .dynamic-image_text_positioning_style_carousel .video_carousel_navigation a {
	width: 28px !important;
	height: 28px !important; 
	text-align: center;
	line-height: 28px !important;
	font-size: 14px !important;
	color: #ffffff !important;
	background: #eb7120 !important;
	border-radius: 50px !important; 
	display: inline-block;
}

.owl-nav button:hover, .dynamic-video-carousel .video_carousel_navigation a:hover, .dynamic-image_text_positioning_style_carousel .video_carousel_navigation a:hover {
	background: #4f7898 !important;
	color: #ffffff !important;
}

.dynamic-carousel .owl-stage {
	margin-bottom: 50px;
}

.bodyContent .dynamic-text-image-block .itbi_title h2 {
	line-height: 45px;
	letter-spacing: -1px;
}
.bodyContent .dynamic-text-image-block .itbi_title h2:after {
	display: none;
}

.bodyContent .dynamic-text-image-block .img-box .image-item img {
    min-height: 546px;
    max-height: 546px;
	object-fit: cover;
}

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

.bodyContent .dynamic-text-image-block .text-block-main {
	padding-top: 25px;
}

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

.bodyContent .dynamic-callout > .container {
	max-width: 940px;
	padding: 0;
}

.dynamic-video-carousel {
	margin: 55px 0;
	padding: 45px 0;
}

.dynamic-video-carousel .container {
	max-width: 940px;
	padding-top: 85px;
	padding-bottom: 85px;
	padding-left: 0;
	padding-right: 0;
	background: #23567e;
	position: relative;
}
.dynamic-video-carousel .container:before {
	width: 800%;
	height: 100%;
	right: -799.99%;
	top: 0;
	position: absolute;
	display: block;
	content: '';
	background: #23567e;
}

.dynamic-video-carousel .video_carousel_item {
	width: 100% !important;
}


.dynamic-video-carousel .cycle-pager-vc {
	position: absolute;
	right: 36px;
	bottom: 50%;
	transform: translateY(50%);
	z-index: 111;
}

.dynamic-video-carousel .cycle-pager-vc span {
	font-size: 0;
	opacity: 1;
	margin: 20px 0px;
	cursor: pointer;

	width:13px;
	height:13px;
	display: block;
	background: transparent;
	border-radius:50%;
	border: 1px solid #ffffff;

}

.dynamic-video-carousel .cycle-pager-vc span.cycle-pager-active, .dynamic-video-carousel .cycle-pager-vc span:hover {
	background: #eb7120;
	border-color: #eb7120;
}
.dynamic-video-carousel .video_carousel_navigation a {
	margin: 0 10px;
}

.standard-staff-image {
	width: 332px;
	padding-right: 60px;
}

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

.standard-staff-text {
	padding: 20px 30px 20px;
	background: #f6f6f6;
}

.standard-staff-text .staff-title, .staffContent .staff-title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
	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: 18px;
	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;
}





.dynamic-image_text_positioning_style_carousel {
	position: relative;
	padding: 80px 0 80px;
	margin: 0;
}

.dynamic-image_text_positioning_style_carousel:before {
	height: 100%;
	max-height: 486px;
	width: 100%;
	content: '';
	background: #23567e;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.dynamic-image_text_positioning_style_carousel .section_title h2 {
	color: #ffffff;
}

.dynamic-image_text_positioning_style_carousel .ps_img-box img {
	max-height: 529px;
	min-height: 529px;
	max-width: inherit;
	width: 100%;
	object-fit: cover;
}

.dynamic-image_text_positioning_style_carousel .ps_text-block-main {
	width: 31.5%;

}
.dynamic-image_text_positioning_style_carousel .ps_img-box {
	width: 68.5%;
}

.dynamic-image_text_positioning_style_carousel .ps_text-block-main {
	padding: 38px 0 0 67px ;
}

.dynamic-image_text_positioning_style_carousel .ps_text {
	position: absolute;
	bottom: 97px;
	left: 0;
	width: 100%;
}
.dynamic-image_text_positioning_style_carousel .block_details {
	max-width: 555px;
	width: 100%;
	padding: 48px 45px 47px 30px;
	background: #ffffff;
}
.dynamic-image_text_positioning_style_carousel .text-image-button {
	min-width: 220px;
}

.dynamic-image_text_positioning_style_carousel .ps_image_text_section_container_outer {
	width: 100%;
}



.dynamic-image_text_positioning_style_carousel .cycle-pager-vc {
	position: absolute;
	left: 70px;
	top: 30%;
	z-index: 111;
}

.dynamic-image_text_positioning_style_carousel .cycle-pager-vc span {
	font-size: 0;
	opacity: 1;
	margin: 20px 0px;
	cursor: pointer;

	width:13px;
	height:13px;
	display: block;
	background: transparent;
	border-radius:50%;
	border: 1px solid #ffffff;

}

.dynamic-image_text_positioning_style_carousel .cycle-pager-vc span.cycle-pager-active, .dynamic-image_text_positioning_style_carousel .cycle-pager-vc span:hover {
	background: #eb7120;
	border-color: #eb7120;
}



.dynamic-image_text_positioning_style_carousel .video_carousel_navigation {
	position: absolute;
	bottom: 80px;
	left: 24%;
	z-index: 111;
}


.dynamic-image_text_positioning_style_carousel .video_carousel_navigation a {
	margin: 0px 5px;
}






.language_link {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 38px;
	line-height: 25px;
	height: 25px;
	margin-right: 35px;
	position: relative;
}
.language_link:hover {
	display: inline-block;
	color: #eb7120;
}

.language_link:after {
	content: '';
	width: 28px;
	height: 25px;
	background-color: #ffffff;
    -webkit-mask-image: url("images/translate-icon.png");
    mask-image: url("images/translate-icon.png");
	position: absolute;
	left: 0px;
    top: 0px;
}

.language_link:hover:after {
	background-color: #eb7120;
}

.language_link:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #eb7120;
	position: absolute;
	right: -17px;
    top: 6px;
}


.head-links {
	display: inline-block;
}
.head-links .head-link {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 25px;
	margin: 0px 16px;
}
.head-links .head-link:hover {
	color: #eb7120;
}


.dynamic-curricular-section {
	margin: 0;
	padding: 50px 0 125px;
	background: #23567e;
	color: #ffffff;
	--title_colour:#fff;
}

.dynamic-curricular-section .section_title {
	padding: 0 30px 0px 67px;
	margin-bottom: 42px;
}


.cs-top-links {
	text-align: center;
	margin: 0;
	padding-top: 15px;
}
.cs-top-links button {
	max-width: 220px;
	width: 100%;
	padding: 20px 20px;
	border: 1px solid #39678b;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background: #39678b;
	color: rgba(255, 255, 255, 0.5);
	box-shadow: none;
	margin: 0px 17px;
	position: relative;
}

.cs-top-links button.active {
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
}

.cs-top-links button.active:after {
	content: '';
	width: 1px;
	height: 42px;
	background: #eb7120;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	display: block;
	z-index: 11;
}

.cs-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}


.left-panel  {
	
}
.left-panel .left-panel-inner {
	max-width: 540px;
	margin: 0 auto;
}

.left-panel .left-panel-inner a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-align:center;
}
.left-panel .left-panel-inner a span {
	width: 70px;
	height: 60px;
	background-color: currentColor;
	display: block;
	margin: 10px auto 10px;
	vertical-align: middle;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.left-panel .left-panel-inner a.active, .left-panel .left-panel-inner a:hover {
	color: #eb7120;
}




.cs-section {
	display: none; /* Initially hide */
}

.visible {
	display: block; /* Show element */
}

.cs-content {
	display: none; /* Initially hide all content */
}

.cs-content.visible {
	display: block; /* Show selected content */
}
select {
	background-color: #fff;
	background-image: url('images/select-arrow.png');
	background-position: 95% center;
	background-repeat: no-repeat;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #23567e;
}

select:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #eb7120;
	position: absolute;
	right: -17px;
    top: 6px;
}


.cs_image {
	
}
.cs_image img {
	width: 100%;
	height: auto;
	max-height: 277px;
	max-width: inherit;
	object-fit: cover;
}
.cs_details {
	max-width: 90%;
	padding: 20px 5% 30px;
	background: #ffffff;
	color: #0e0e0e;
	margin:-30px auto 10px;
	position: relative;
	--title_colour:#0e0e0e;
}
.cs_details .button {
    position: absolute;
    left: 5%;
    bottom: -36px;
    height: 74px;
}

.left-panel .dropdown-items {
	display: none;
}

.left-panel-inner .dropdown {
	display: none;
}


@media only screen and (min-width : 992px) {
	.dynamic-curricular-section {
		position:relative;
		--title_colour:#000;
	}
	.dynamic-curricular-section:before {
		content:'';
		display:block;
		width:50%;
		height:100%;
		top:0;
		left:0;
		position:absolute;
		background-color:#f7f7f7;
	}	
	
	.dynamic-curricular-section > *{
		position:relative;
	}
}
@media only screen and (min-width : 1201px) and (max-width : 1400px) {

	.homeBanner .slideText {
		bottom: 100px;
	}

}


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

	.homeBanner .slideText {
		bottom: 50px;
	}
	.ft-nav-1 {
		padding-right: 100px;
	}
	
}



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


	.cs-top-links {
		background: #39678b;
		padding: 10px 0;
		line-height: 36px;
		text-align: center;
		width: 100%;
	}
	.cs-top-links button {
		background: transparent;
		text-align: center;
		padding: 0;
		margin: 0px 10px;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.5);
		line-height: 36px;
		min-width: inherit;
		width: auto;
		max-width: inherit;
		border: none !important;
		position: relative;
	}

	.cs-top-links button.active {
		color: #ffffff;
	}

	.cs-top-links button:first-child:before {
		content: '';
		width: 1px;
		height: 14px;
		display: block;
		position: absolute;
		right: -12px;
		top: 13px;
		background: rgba(255, 255, 255, 0.5);
	}

	.cs-top-links button.active:after {
		height: 20px;
		bottom: -22px;
	}

	.cs-container {
		display: block;
	}

	.left-panel.panel {
		padding: 0;
	}

	.left-panel.panel {
		padding: 0;
	}
	.left-panel.panel .left-panel-inner > a {
		display: none;
	}
	.cs_image {
		width: 100%;
	}
	.cs_details {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding: 12px 12px 20px;
	}
	.cs_details .cs_button {
		left:12px;
		bottom:-46px;
	}
	.dynamic-info-grid .section_title .footersocial {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 35px 0 0;
		text-align: center;
	}
	.homeDynamic.dynamic-poi .owl-nav {
		display: none;
	}
	.homeDynamic.dynamic-poi .poi_links_section .poi_links {
		max-width: 94%;
	}	


	.left-panel  .dropdown-items {
		display: none;
		width: 100%;
		height: 45px;
		padding: 0px 12px;
	}
	.panel {
		width: 100%;
	}

	.left-panel {
	}
	.left-panel .left-panel-inner {
		width: 100%;
		max-width: 100%;
	}


	.left-panel-inner .dropdown {
		position: relative;
		display: block;
		width: 100%;
		padding: 0px;
	}

	.left-panel-inner .dropdown-btn {
		padding: 5px 23px;
		background-color: #ffffff;
		border: 1px solid #ddd;
		cursor: pointer;
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #23567e !important;
		font-size: 18px;
		height: 45px;
	}

	.left-panel-inner .dropdown-content {
		display: none;
		position: absolute;
		background: #ffffff;
		min-width: 100%;
		border: 1px solid #ddd;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
		z-index: 1;
		max-height: 200px;
		overflow-y: auto;
	}

	.left-panel-inner .dropdown-item {
		padding: 10px 23px;
		cursor: pointer;
		display: flex;
		align-items: center;

		display: block;
		color: #23567e !important;
		line-height: 32px;
		font-size: 18px;
		margin-bottom: 0px;
		
	}

	.left-panel-inner .dropdown-item:hover {
		background-color: #f1f1f1;
	}

	.left-panel-inner .dropdown .arrow {
		border-top: 10px solid #eb7120;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		display: inline-block;
		width: 0px;
		height: 0px;
	}

	/* Show dropdown when clicking the button */

	.left-panel-inner .dropdown-btn:focus + .dropdown-content,
	.left-panel-inner .dropdown-btn:active + .dropdown-content,
	.left-panel-inner .dropdown-btn:hover + .dropdown-content,
	.left-panel-inner .dropdown-content:hover {
		display: block;
	}
	/*
	.dropdown-btn:focus + .dropdown-content,
	.dropdown-btn:active + .dropdown-content,
	.dropdown-btn:hover + .dropdown-content,
	.dropdown-content:hover {
		display: block;
	}*/


	.left-panel-inner .dropdown-content .dropdown-item span, .left-panel-inner .dropdown-btn .dropdown-text span {
		width: 35px;
		height: 30px;
		background: #23567e !important;
		display: inline-block;
		margin-right: 15px;
		vertical-align: middle;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
	}

	








	#homeBanner {	
		max-height:640px;
		height: 100%;
		min-height: 640px;
	}
	.homeBanner .slideText {
		max-width: 270px;
		bottom: 40px;
		width: 100%;
		left: 10px;
	}

	.homeBanner .slideText .top_text {
		font-size: 40px;
		line-height: 50px;
		font-weight: 300;
		color: #ffffff;
		margin-bottom: 25px;
		letter-spacing: -1px;
		text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
	}

	.homeBanner .slideText .top_text span {
		font-size: 50px;
		line-height: 60px;
		letter-spacing: 2px;
		font-weight: 400;
	}
	.headGroup, .home .headGroup, .fixedHeader .headGroup, .home.fixedHeader .headGroup {
		padding-left: 2px;
		padding-top: 15px;
		padding-right: 2px;
		padding-bottom: 15px;
		height: 68px;
	}
	header.mainHeader {
		height: 68px;
	}
	body.home .headerIcon .homeLogo {
		margin-top: 0px;
	}
	body.home .header-right {
		padding-top: 8px;
		text-align: right;
	}
	body.home.fixedHeader .header-right {
		padding-top: 0px;
	}

	.headerIcon a img {
		width: 223px;
	}

	
	.searchToggle {
		display: none;
	}

	.homeDynamic.dynamic-poi .poi_links_section {
		padding: 35px 24px 30px;
		width: 100%;
	}
	.homeDynamic.dynamic-poi .poi_container {
		width: 100%;
	}
	.poi_links {
		padding-left: 15px;
	}
	.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text .quote-cite {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
	}
	.homeDynamic.dynamic-quote .quoteContainer .quote_button {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
	}

	.homeDynamic.dynamic-quote .quoteContainer {
		padding: 45px 12px 55px 12px;
		background: transparent;
		position: relative;
		text-align: center;
	}
	.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text {
		padding: 0;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text p {
		margin-bottom: 0px;
	}

	.dynamic-image_text_positioning_style .ps_text-block-main, .dynamic-image_text_positioning_style_carousel .ps_text-block-main {
		width: 100%;
		padding: 28px 0 0 24px;
	}
	.dynamic-image_text_positioning_style .ps_img-box, .dynamic-image_text_positioning_style_carousel .ps_img-box {
		width: 100%;
	}
	.ps_text-block-main .section_title {
		margin-bottom: 28px;
	}
	.dynamic-image_text_positioning_style .ps_img-box img, .dynamic-image_text_positioning_style_carousel .ps_img-box img {
		min-height: inherit;
	}
	.dynamic-image_text_positioning_style .ps_text, .dynamic-image_text_positioning_style_carousel .ps_text {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		text-align: center;
	}

	.dynamic-image_text_positioning_style .block_details, .dynamic-image_text_positioning_style_carousel .block_details {
		max-width: 100%;
		width: 100%;
		padding: 28px 0px 35px 0px;
		background: #ffffff;
		text-align: left;
	}
	.location_inner_content {
		max-width: 275px;
		margin: 0;
	}
	.dynamic-image_text_positioning_style .text-image-button, .dynamic-image_text_positioning_style_carousel .text-image-button {
		margin: 0px auto;
	}
	.dynamic-image_text_positioning_style, .dynamic-image_text_positioning_style_carousel {
		margin: 0;
		padding-bottom: 55px;
	}
	.dynamic-location_section .ps_text-block-main {
		padding: 38px 55px 62px 24px;
	}
	.location_inner_content .location_title h3 {
		line-height: 45px;
		font-size: 40px;
		color: #ffffff;
		font-weight: 300;
		letter-spacing: -1px;
		margin-bottom: 25px;
		max-width: 250px;
	}
	.location_inner_content .block_details {
		margin-bottom: 25px;
	}
	.evet-text-inner {
		max-width: 100%;
	}
	.map_image img {
		height: 100%;
		max-height: 360px;
		min-height: inherit;
		object-fit: cover;
		min-height: 360px;
	}
	.map_image {
		margin-right: 0px;
	}
	.event-text-block-main {
		padding-left: 24px;
		padding-right: 24px;
	}

	.event-text-block-main .evet-text-inner {
		text-align: center;
	}

	.event-text-block-main .evet-text-inner .section_title {
		text-align: left;
	}
	.event-text-block-main .evet-text-inner .event_details {
		text-align: left;
	}


	.dynamic-events .events_section_container {
		padding: 40px 0 50px 0;
	}	
	
	.evet-text-inner .button {
		margin: 20px auto 0;
	}
	.events_carousel {
		padding-top: 48px;
	}
	.events_carousel .events_image {
		width: 100%;
		max-width: 83%;
	}
	.events_carousel .events_carousel {
		padding: 0 12px;
	}
	.events_carousel .owl-dots {
		position: absolute;
		right: 20px;
		top: 20px;
		left: auto;
		bottom: auto;
		display: block;
		z-index: 11;
	}
	.events_carousel .owl-dots .owl-dot {
		display: block;
		margin: 8px 0;
	}
	.events_carousel .blockTitle {
		min-height:45px;
	}
	.events_carousel .blockTitle {
		margin: -45px 0 0;
		padding: 30px 25px;
		max-width: 83%;
	}


	.events_carousel  .owl-carousel.events_carousel {
		max-width: 100%;
		position: relative;
	}	
	.bodyContent .dynamic-image_text_positioning_style_carousel .video_carousel_navigation {
		left: 30%;
		z-index: 11;
	}
	.dynamic-info-grid .section_title {
		padding: 0px 0 0 12px;
		margin-bottom: 35px;
	}

	.sbi-owl-dots {
		margin-top: 2px;
		padding: 15px;
	}
	.sbi-owl-dots span {
		margin-left: 0 !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		background: transparent !important;
		border-color: #ffffff !important;
	}
	.sbi-owl-dots .active span {
		background: #eb7120 !important;
		border-color: #eb7120 !important;
	}

	.dynamic-logos .section_title {
		padding-left: 12px;
		margin-bottom: 50px;
	}
	.dynamic-logos {
		padding: 60px 0 130px;
		position: relative;
		margin: 0;
	}
	.dynamic-logos .owl-dots {
		position: absolute;
		right: 0;
		bottom: 50px;
		width: 100%;
	}

	footer#footer {
		text-align: center;
		padding: 45px 0 50px;
	}
	.footersocial ul {
		display: block;
	}
	footer#footer .button {
		margin: 0 auto 20px;
		display: block;
		max-width: 189px;
	}
	footer#footer .button:last-child {
		margin: 0 auto 20px;
	}	
	.footer-button-bar {
		margin: 0 0 50px;
	}
	.ft-nav-1, .ft-nav-2 {
		padding: 0px 15px;
		text-align: left;
	}
	.ft-col-2 .footer-nav {
		margin-bottom: 40px;
	}

	.ft-col-2 h2 {
		font-size: 54px;
		line-height: 50px;
		font-weight: 400;
		margin-bottom: 15px;
		color: #ffffff;
		font-family: "WiesbadenSwingProBold";
		letter-spacing: -0.5px;
	}

	.ft-low-1 {
		order: 2;
	}
	.ft-low-2 {
		order: 1;
		margin-bottom: 40px;
	}
	.ft-low-3 {
		order: 3;
	}

	.footerLower p {
		margin-bottom: 20px;
	}

	.footerLower p span {
		display: block;
	}

	.footerLower .ft-low-3 a {
		margin: 0;
	}
	.footerLower .ft-low-2 img {
		margin: 0px 14px 25px;
	}

	.head-links{
		display: none;
	}
	.footerLower {
		text-align: center;
	}
	.ft-low-3 {
		text-align: center !important;
	}

	.page-banner .slide_Text {
		font-size: 40px;
		line-height: 40px;
	}	

	.bodyContent .dynamic-poi .col-md-4 {
		width: 100%;
	}


	.menu-toggle:hover .toggleIcon span, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
		background: #ffffff !important;
	}
	


	#navbar {
		width: 100%;
		max-width: 100%;
		background: #23567e; 
		padding: 130px 0px 50px;
		color: #ffffff;
		top: 0px;
		border: none;
	}

	#navbar.menu-level-2 {
		padding: 180px 0px 50px;
	}
	#navbar.menu-level-3 {
		padding: 180px 0px 50px;
	}

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

		font-family: "WiesbadenSwingProBold";
		
	}


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

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

	#menu-main li li.menu-item-has-children > a:after {
		content: '\f054';
		font-size: 10px;
		width: 19px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		background: #7b9ab2;
		border-radius: 50%;
		position: absolute;
		right: 25px;
		top: 14px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
		transition: 300ms;
		display: block;
		color: #23567e;
	}
	#menu-main li li.menu-item-has-children > a:hover:after {
		background: #eb7120;
		color: #23567e;
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li li.menu-item-has-children:hover > a:after {
	}

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

	#menu-main li a:hover {
		color: #eb7120;
	}
	#menu-main li.current-menu-item > a {
		color: #eb7120;
		background: transparent;
		font-weight: 400;
	}

	.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: 16px;
		letter-spacing: 0px;
		line-height: 25px;
		text-transform: inherit;
		font-weight: 400;
		display: block;
        color: #ffffff;
		padding: 10px 30px 10px 0;

		font-family: "Open Sans", sans-serif;
		
	}



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

	#menu-main .sub-menu li li a {
		position: relative;
		font-weight: 400;
	}


	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #eb7120;
		text-decoration: underline;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: #eb7120;
		text-decoration: underline;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
	}
	
	#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 {
	}

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

		text-transform: lowercase !important;

		font-size: 18px !important;
		font-weight: 700 !important;
		color: #ffffff !important;
		opacity: 0.4 !important;

		font-family: "Open Sans", sans-serif;

	}
	.back-to-main:hover {
	}

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

	#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, .menuopen.home .headGroup {
		z-index: 999999999;
		background: #23567e;
	}

	.menuopen .head-links {
		display: block;
		top: 68px;
		position: fixed;
		left: 0;
		width: 100%;
		text-align: center;
		background: #23567e;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.menuopen .header-left {
		display: none !important;
	}
	.menuopen .header-right {
		width: 100%;
	}
	.menuopen .searchToggle {
		display: inline-block !important;
	}

	.menuopen .language_link {
		float: left;
		display: block;
	}

	.menuopen .mobile_search {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		padding: 0px 22px 0px 12px;
	}
	.menuopen .mobile_search .searchform input.searchInput  {
		border-bottom: 2px solid #ffffff;
	}

	.headGroup .mobile_search .searchInput.s::-ms-input-placeholder { /* Edge 12-18 */
		color: transparent;
	}
	
	.headGroup .mobile_search .searchInput.s::placeholder {
		color: transparent;
	}
	.dynamic-carousel .owl-nav {
		max-width: 300px;
		margin: 0 auto;
	}
	footer#footer .wpforms-field.wpforms-field-email {
		padding-right: 72px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		
	}
	
	footer#footer .wpforms-submit-container .wpforms-submit {
		width: 72px !important;
		min-width: 72px !important;
		text-align: center !important;
		font-size: 0 !important;
	}
	footer#footer .wpforms-submit-container .wpforms-submit:after {
		content: '\f054';
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		width: 72px;
		height: 72px;
		text-align: center;
		line-height: 72px;
		font-size: 20px;
		position: absolute;
		left: 0;
		top: 0;
		display: block !important;
	}

	.dynamic-curricular-section .section_title {
		padding: 0 25px 0px 25px;
		margin-bottom: 30px;
		width: 100%;
	}
	.dynamic-curricular-section {
		margin: 0;
		padding: 30px 0 125px;
		padding: 30px 0 80px;
	}





}










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


	body.menuopen .menu-toggle .toggleIcon {
	}
	
	
	body.menuopen .main-headbox {
		left: 0;
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
	}
	/*.main-headbox:after {
		content: "";
		font-size: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url('images/footer-top-img.png') left bottom no-repeat;
		background-size: cover !important;
		height: 100%;
		max-height:416px;
		width: 100%;
		z-index: -1;
	}*/
	
	
	
	body.menuopen .main-headbox .container {
		position: relative;
		z-index: 11;
		max-width: 1280px;
	}    
	
	.main-headbox .headimage-box {
		position: relative;
		padding-top: 0px;
		margin: 0px;
	}
	
	.menuopen .headGroup {
		padding-top: 9px !important;
	}
	
	
	.menuopen .homeLogo {
		display: none !important;
	}
	.menuopen .mainLogo {
		display: block !important;
	}
	
	.menuopen .head-2 {
		top: 4px;
	}
	
	
	.main-headbox {
		position: fixed;
		right: -100%;
		transition: right 1000ms;
		top: 0px;
		margin-top: 0px;
		padding: 135px 0 110px;
		z-index: 9999;
		bottom: 0;
		width: 100%;
		overflow-x: hidden;
		height: 100vh;
		max-height:  100vh;
		background: #23567e;
		border: none !important;
	}
	
	

	
	body.admin-bar .main-headbox {
		top: 32px;
	}
	
	body.menuopen .headGroup {
		z-index: 99999 !important;
	}
	
	
	
	.main-headbox .row {
		margin: 0px;
		padding-top: 0px;
	}
	.main-menu-right {
	}
	
	.menu-main-right-container ul {
		list-style: none;
		margin: 0px !important;
		padding: 0px 0px 0px !important;
		float: none;
		width: 80%;
		position: relative;
		height: 100%;
		background: transparent;
	}
	
	.menu-main-right-container ul li {
		display: block;
		padding: 0px;
		float: none;
		/*position: relative;*/
		position: static;
	}
	.menu-main-right-container ul li:after {
	}
	.menu-main-right-container ul li:last-child:after {
	}
	.menu-main-right-container ul li ul {
		display: none;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0px 0px 0px !important;
		width: 105%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		background: #23567e;
		height: 100%;
		flex-direction: column;
		justify-content: center;
	}
	
	.menu-main-right-container ul li:hover ul {
		display: block;
	}
	
	.menu-main-right-container ul ul:after {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(228, 224, 215, 0.2);
		display: block;
	}
	
	.menu-main-right-container ul li ul li ul:after {
	}
	
	.headmenu-box {
		padding: 0;
	}
	
	.menu-main-right-container ul li ul ul {
		padding: 0px 0px 0px 0px !important;
		z-index: 115;
		width: 90%;
		min-width: inherit;
		flex-direction: column;
		justify-content: center;
		background: #23567e;
		height: 100%;
	}
	.menu-main-right-container ul li ul li {
		background: transparent;
		position: static;
		padding: 0px 40px 0px 50px;
	}
	
	.menu-main-right-container ul li{
		margin-bottom: 0px;
	}
	.menu-main-right-container ul li:last-child a {
		border: none;
	}
	.menu-main-right-container ul li a {
		font-size: 80px;
		border: none;
		line-height: 60px;
		letter-spacing: 0px;
		color: rgba(255, 255, 255, 1);
		padding: 10px 0px 10px 0px !important;
		text-transform: inherit;
		font-family: "WiesbadenSwingProBold";
		display: block;
		font-weight: 400;	
		opacity: 1;
		position: relative;
		margin-right: 30px;
	}
	
	.menu-main-right-container ul ul li a {
		font-size: 20px;
		border: none;
			line-height: 25px;
		letter-spacing: 0px;
		color: rgba(255, 255, 255, 1);
		padding: 10px 28px 10px 0px !important;
		text-transform: inherit;
		display: block;
		font-weight: 400;	
		opacity: 1;
		margin-right: 0;
		font-family: "Open Sans", sans-serif;
	}
	
	
	.menu-main-right-container ul ul ul li {
		position: relative;
		z-index: 1111;
	}
	
	.menu-main-right-container ul li a:hover {
		color: #eb7120;
		opacity: 1;
	}
	.menu-main-right-container ul li:hover > a {
		color: #eb7120;
		opacity: 1;
	}
	
	.menu-main-right-container ul ul li a:hover {
		color: #eb7120;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	 }
	.menu-main-right-container ul ul li:hover > a {
		color: #eb7120;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	 }
	
	
	
	 .menu-main-right-container ul li span {
		display: none;
	}
	.menu-main-right-container ul li > a:after {
	}
	
	.menu-main-right-container ul li > a:after {
		content: '\f054';
		font-size: 10px;
		width: 19px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		background: #7b9ab2;
		border-radius: 50%;
		display: block;
		position: absolute;
		right: 0px;
		top: 14px;
		font-weight: 700;
		font-family: "Font Awesome 6 Free";
		transition: 300ms;
		display: none;
		color: #23567e;
	}
	.menu-main-right-container ul li:hover > a:after {
		vertical-align: middle;
		display: none;
	}
	
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		display: block;		
	}
	.menu-main-right-container ul li li li a:after {
		display: none;		
	}
	.menu-main-right-container ul li li li.menu-item-has-children > a:after {
		display: block;		
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:hover:after {
		background: #eb7120;
		color: #23567e;
	}
	.menu-main-right-container ul li li:hover > a:after {
	}
	
	
	
	
	.menu-main-right-container ul li.menu-item-has-children:hover ul {
		display: block;
		left : 100%;
		top: 0;
		z-index: 11;
		height: 100%;
	
		display: flex;
		z-index: 2;
	
	
	}
	.menu-main-right-container ul li.menu-item-has-children:hover ul:before {
		content: '';
		right: -199%;
		top: 0;
		width: 200%;
		height: 100%;
		position: absolute;
		display: block;
		background: #23567e;
		z-index: -1;
	}
	
	.menu-main-right-container ul li li.menu-item-has-children:hover ul:before {
		display: none;
	}
	
	.menu-main-right-container ul li.menu-item-has-children:hover ul li ul{
		display: none;
	}
	
	.menu-main-right-container ul li ul li.menu-item-has-children:hover ul{
		display: flex;
		width: 100%;
	}
	
	.menu-main-right-container ul li ul li ul {
		left : 0 !important;
		position: absolute;
		display: none;
	}
	
	
	.menu-main-right-container ul ul li.menu-item-has-children:hover  ul {
		height: 100%;
		left : 100% !important;
		top: 0 !important;
		display: flex;
	}	
	
	.menu-main-right-container ul ul ul li a {
		display: block;
		margin: 0px !important;		
		border-bottom: none;		
	}
	
	.menu-main-right-container ul ul ul li a {
		font-weight: 400 !important;
	}
	
	
	.menu-main-right-container ul ul li {
		float: none;
	}
	
	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}
	.main-menu-right {
		height: 100%;
	}
	.menu-main-right-container {
		height: 100%;
	}
	
	
		.welcome-top-text-mb {
			display: none;
		}
	
		.menuopen .open_menu_social {
			display: block;
			position: fixed;
			right: 85px;
			color: #ffffff;
			bottom: 45px;
		}
	
		.menuopen .open_menu_social span {
			font-size: 16px;
			color: #ffffff;
			font-weight: 700;
			display: inline-block;
			vertical-align: middle;
		}	
		.menuopen .open_menu_social ul {
			padding: 0;
			margin: 0;
			margin-left: 15px;
			display: inline-block;
			vertical-align: middle;
		}
	
		.menuopen .open_menu_social li {
			min-width: inherit;
		}
		.menuopen .open_menu_social a {
			font-size: 20px;
			color: #ffffff;
		}	
	
	
	
	
}


.list-item h2.list-item-title:after {
	display: none;
}

.sidebarSec {
	background: #f7f7f7;
    color: #0e0e0e;
    padding: 35px 25px 40px;
    position: relative;
	margin-bottom: 35px;
}

.sidebarSec h2, .sidebarSec h3 {
    color: #0e0e0e;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
}


.popupAlert.fancybox__content {
	width: 600px;
	max-width: 100%;
	padding: 90px 60px 90px 60px;
	color: #0e0e0e;
	background: #ffffff;
	text-align: left;
	position: relative;
	font-size: 16px;
	line-height: 24px;

}

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


.popupAlert .popTitle {
	font-family: "WiesbadenSwingProBold";
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 30px;
    font-weight: 400 !important;
	color: #0e0e0e;
}	

.popupAlert .popTitle:after {
	content: '';
	width: 107px;
	height: 1px;
	background: #eb7120;
	display: block;
	margin-top: 24px;
}


.popupAlert .noticeText .section_title h2, .popupAlert .noticeText .section_title h2 span {
}

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



.popupAlert .alert-button {
	margin-top: 30px;
}

.popupAlert.fancybox__content>.f-button.is-close-btn {
	top: 30px !important;
	right: 25px !important;
	color: #23567e !important;
	border-radius: 0px !important;
	background: transparent !important;
}

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


.popupAlert.fancybox__content {
    color: #505457;
    font-size: 16px;
    line-height: 28px;
}





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

	.full_poi_contianer, .homeDynamic.dynamic-quote .quoteContainer, .ps_image_text_section_container, .location_section_container {
		max-width: 1560px;
		margin-left: auto;
		margin-right: auto;
	}
	.dynamic-curricular-section .row, .dynamic-events .events_block, .dynamic-info-grid .section_title, .dynamic-logos .section_title, .dynamic-curricular-section #section-container {
		max-width: 1560px;
		margin-left: auto;
		margin-right: auto;
	}

}





