/*

	Theme Name: Schoolcms - Elmhurst School

	Author: Innermedia

Author URI: https://www.innermedia.co.uk

Description: 

Requires at least: WordPress 4.9.6

Version: 5.0.2



*/

:root {

	--body_bg : #FCFCFC;
	--body_colour : #405160;
	--title_colour : #00274A;
	--link_colour : #7F98AF;
	--link_colour_hover : #405160;
	--button_bg: #FFE471;
	--button_colour: #00274A;
	--button_bg_hover: #406688;
	--button_colour_hover: #F7F8FA;

	--white: #FFFFFF;
	--offwhite: #F2F2F2;
	--limewhite: #FCFCFC;

	--ghost-white: #F7F7F8;
	--morning-mist: #E5EAEE;
	--cute_silver: #E5E7E9;

	--skyblue: #CCD6DF;
	--lightblue: #7F98AF;
	--darkblue: #00274A;
	--blue: #406688;
	--navy: #003361;
	--gray: #707070;
	--lightgray: #7F8A94;
	--darkgray: #405160;
	--yellow: #FFE471;
	



}



/*Content Wrapper*/



/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width: 16px;

	height: 16px;

	display: inline-block;

	background: var(--blue);

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

.scms-carousel .owl-nav .owl-prev,
.dynamic-poi-carousel  .owl-nav .owl-prev{

	position:absolute;

	left:0;

	bottom:-80px;

}

.scms-carousel .owl-nav .owl-next,
.dynamic-poi-carousel  .owl-nav .owl-next{

	position:absolute;

	right:0;

	bottom:-80px;

}

@media (min-width:992px){
.scms-carousel .owl-nav .owl-prev,
.dynamic-poi-carousel  .owl-nav .owl-prev{
	bottom:unset;
	top:0;

}

.scms-carousel .owl-nav .owl-next,
.dynamic-poi-carousel  .owl-nav .owl-next{
	bottom:unset;
	top:0

}
}

.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 6px;

	opacity:0.26;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.breadcrumbs {

	font-size:0.875rem;

	color:#676767;

	padding-bottom:1.25rem;

	position:relative;

	border-bottom:solid 1px #d7d9d9;

	margin-bottom:1.25rem;

}

.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input.searchInput {

	border: 0;

	height:30px;

	width:100%;

	background:transparent;

	padding: 4px 10px;

    outline: 0;

}

.searchform .searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 20px;

	position:absolute;

	color:#fff;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}


.admissionsEnquiry .text-muted, .modal-school-group .text-muted, .modal-confirm .text-muted {
	--bs-secondary-color :#fff;
}


/*news*/

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}



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

    Header

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

header.mainHeader {

	height:0px;

	position:relative;

}

.headGroup {

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

	transition:300ms;

	padding-top: 40px;

	padding-left: 25px;
	padding-right: 25px;

	padding-bottom:0px;

	z-index:220;

	position:fixed;

	height: 88px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {
	padding: 24px 25px;
	background: var(--limewhite);
	color: var(--darkblue);
}
.menuopen.fixedHeader .headGroup {
	padding-top: 40px;

	padding-left: 25px;
	padding-right: 25px;

	padding-bottom:0px;
	background: transparent;
	color: var(--ghost-white);
}

.socialDesktop {

	justify-content: end;

    display: flex;

}

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

    Navigation

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



.menu-toggle{

    position:relative;
	vertical-align: middle;

	padding-right: 0px;	
	margin-left: 30px;

	display:inline-block;

	cursor:pointer;

	height:12px;
	width: 18px;

    color: var(--white);

}

.menu-toggle .toggleText{

	display:none;

	vertical-align:middle;

	font-size:14px;

}

.menu-toggle .toggleIcon {


	width:18px;

	height:12px;

	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: 18px;

    height: 2px;

    background-color: var(--ghost-white);

    display: block;

    transition:all 300ms;

	position:absolute;

}



.menu-toggle:hover .toggleIcon span,

.menu-toggle:hover .toggleIcon span:before,

.menu-toggle:hover .toggleIcon span:after{

    background-color: var(--yellow);

}

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

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





.menu-toggle .toggleIcon span {

	top:50%;

	right:0px;

	margin-top:-1px;	

}

.menu-toggle .toggleIcon span:before {

    top: -6px;

}

.menu-toggle .toggleIcon span:after {

    top: 6px;
	width: 14px;
	right: 0;
}

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;

	width: 100%;

}

#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 {


}	

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

	position:absolute;

	right:0;

	top:10px;

	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(-180deg);

}



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

    Banner

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

#pageBanner,

.bannerWrap {

	position: relative;

	overflow:hidden;

	min-height:300px;

	max-height:680px;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	min-height:540px;
	max-height:100vh;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 43.6%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top: 70%;

}

@media(min-width:768px){

	#homeBanner {

		max-height: 1080px;
		min-height: 900px;

	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top: 70%;

	}

}



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

    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{


	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: 60px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #252829;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{
	content: '';
    display: block;
    background-image: url(images/icon.png);
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -50px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: var(--body_bg);

}

.dividerb{

    clear: both;

    width: 100%;

    height: 60px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size: 50px;

}







/*******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);

}





/******Staff********/

.staffMember {

	padding-bottom:15px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom: 0px;

}

.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: 0 0 32px;

	text-align: left;

	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;



}

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

	font-weight: 200;

	padding:0;
	display: block;

	font-size: 20px;
	color: var(--skyblue);
	margin-top: 32px;
	font-style: normal;

}

/****Documents******/

a.button.document-link {

	padding-right:50px;

	width:100%;

}

a.button.document-link:after {

	font-family: "Font Awesome 6 Free";

	font-weight: 900;

	content: "\f56d";

	display:block;

	position:absolute;

	top:50%;	

    right: 10px;

    transform: translateY(-50%);

}



/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

	--body_colour: #fff;

	--title_colour: #fff;

    background: var(--darkblue);

	font-size:1em;

	overflow:hidden;

}

.callout .calloutContent {

	position:relative;

	text-align:center;

}

.bodyContent .callout .calloutContent {
	text-align: left;
}

.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: 166.5%;

    bottom: -35%;

    position: absolute;

    left: -62.5%;

    height: 166.5%;

	background: transparent radial-gradient(closest-side at 50% 50%, var(--800-00274a) 0%, #00274A00 100%) 0% 0% no-repeat padding-box;
	background: transparent radial-gradient(closest-side at 50% 50%, #00274A 0%, #00274A00 100%) 0% 0% no-repeat padding-box;

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.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: var(--orange);
	color: var(--white);
	margin-bottom: 40px;
}
.poi:hover  {
	color: var(--white);
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}

.poiImage .poiImageBG:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(bottom,rgba(0, 39, 74, 1) 0%,rgba(0,39,74,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0,39,74, 1) 0%,rgba(0,39,74,0) 100%);
    background: linear-gradient(to top,rgba(0,39,74, 1) 0%,rgba(0,39,74,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.9;
	mix-blend-mode: multiply;
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	transition:all 300ms;
}

.poi:hover .poiImage .poiImageBG img {
	transform: scale(1.25);
}

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

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 100%;
}

.homeContent .poiImage:before {
}


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

.poi .textOnlyBlock .poiTitle {
	margin:0 0 37px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

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

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

.poiImage .poiText {
	padding:0px 20px;
	position:absolute;
	left:0;
	width:100%;	
	bottom:50px;
	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: 50px;
}
.poi:hover .poiImage .poiImageBG {
	opacity: 1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}




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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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



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

    Sidebar

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

.sidebar {

	margin-top:0px;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	text-decoration:none;

	padding:0.5rem 1rem;

}

#menu-side a:hover {

	text-decoration:none;

}

/*Top level item*/

#menu-side > li > .sub-menu{

	margin: 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 .arrow {

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

#menu-side .sub-menu li .arrow:before {

	position:absolute;

	content: '\f054';

	display: block;

	position: absolute;

	right: 0px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	font-size: 0;

	transition: 300ms;

}



#menu-side .sub-menu li.open > .arrow:before {

	transform:rotate(0deg);

}

#menu-side .sub-menu li a:hover {

    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;

}

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

}



.mainLogo {
	max-width: 267px;
	width: 100%;
	height: auto;
}

.container {
	max-width: 1163px;
}

.headGroup .sticky-logo {
	display: none;
}

.fixedHeader .headGroup .sticky-logo {
	display: block;
}
.fixedHeader .headGroup .mainLogo {
	display: none;
}
.menuopen.fixedHeader .headGroup .mainLogo {
	display: block;
}
.menuopen.fixedHeader .headGroup .sticky-logo {
	display: none;
}

.welcomeBlock .container {
	position: relative;
	z-index: 2;
}
.welcomeBlock {
	background: transparent;
	padding: 0px;
	position: relative;
	z-index: 111;
	margin-bottom: 0;
	position: relative;
}

.welcomeBlock:before {
	background-color: var(--darkblue);
	background-image: url('images/welcome-pattren.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}



.welcomeBlock .welcome-top-block {
	max-width: 1163px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 80px 85px;
	background: var(--limewhite);
	top: -140px;
}

.welcomeBlockContent {
	text-align: left;
}

.welcomeBlockContent p {
	letter-spacing: 1.2px;
}


.welcomeBlockContent h1 {
	font-size: 60px;
	line-height: 1.2;
	color: var(--darkblue);
	margin-bottom: 24px;
}
.welcomeImage {
	border-radius: 50%;
}

.welcomeImage a {
	display: block;
	position: relative;
}
.welcomeImage img {
}
.welcomeBlockLeft {
	padding-right: 35px;
}
.welcomeBlockRight {
	padding-left: 55px;
    padding-right: 20px;
}
.welcome-btn-bar {
	margin-top: 48px;
}

.welcomeBlock .quote_content {
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	color: var(--white);
	margin-bottom: 40px;
	font-family: "baker-signet-web",serif;
	position: relative;
}
.welcomeBlock .quote_content:before {
	content: '';
	width: 26px;
	height: 19px;
	background: url('images/collan-start.png') center center no-repeat;
	display: block;
	margin-bottom: 15px;
}
.welcomeBlock .quote_content:after {
	content: '';
	width: 26px;
	height: 19px;
	background: url('images/collan-end.png') center center no-repeat;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.head-name {
	font-size: 14px;
	line-height: 1.3334;
	font-weight: 400;
	margin-top: 17px;
	text-align: left;
}


.welcome_below_image, .form_section_image {
	max-width: 471px;
	margin: 0 0 0 auto;
	position: relative;
}
.welcome_below_image:before, .form_section_image:before {
	content: '';
	display: table;
	padding-top: 100%;
}
.welcome_below_image img, .form_section_image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.welcome_below_content h3 {
	color: var(--yellow);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	margin-bottom: 16px;
}

.welcome_below_content p {
	font-size: 60px;
	line-height: 1.2;
	color: var(--ghost-white);
	margin-bottom: 48px;
	max-width: 565px;
}


.admissions_row {
}

.admissionBlockRight {
	padding-left: 0;
}


.welcome_quotes_container {
	padding: 80px;
	background: var(--darkblue);
	color: var(--ghost-white);
	--body_colour: var(--ghost-white);
	--title_colour: var(--yellow);
	position: relative;
	bottom: -170px;
	background: radial-gradient(circle at 89% 10%, #003361, #00274A), radial-gradient(closest-side at 89% 10%, #003361, #00274A);
}

.welcome_quotes_container h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	margin-bottom: 32px;
}
.welcome-quote-cite {
	font-size: 20px;
	line-height: 1;
	font-weight: 200;
	font-style: normal;
	margin-top: 32px;
	color: var(--skyblue);
}
.welcome-quote-cite span {
	font-weight: 200;
}

.welcome_quotes_container blockquote {
	padding: 0;
	margin-bottom: 48px;
}


.welcome_quote_pager {
	text-align: left;
	width: 100%;
	display: block;
	z-index: 111;
	height: 20px;
}


.welcome_quote_pager span {
	width: 20px;
	height: 20px;
	display:inline-block;
	background: var(--blue);
	margin: 0 8px;
    border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

.welcome_quote_pager span.cycle-pager-active, .welcome_quote_pager span:hover {
	background: var(--yellow);
	opacity: 1;
}

.welcome_quote_pager span:first-child {
	margin-left: 0;
}
.welcome_quote_pager span:last-child {
	margin-right: 0;
}



.welcomeBlock .button {
}

.welcomeBlock .button:hover {
}

/*.down-arrow {
	width: 61px;
	height: 61px;
	background: #cd9f51;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left:-30px;
	color: #252829;
	overflow: hidden;
	z-index: 112;
	top: -84px;
	display: none;
}
.down-arrow .down-link {
	display: block;
	width: 61px;
	height: 61px;
	position: relative;
}
.down-arrow i {
	display: none;
}
.down-arrow .down-link:before {
	content: '';
	width: 21px;
	height: 35px;
	background: url('images/down-arrow.png') center center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}*/

@media (min-width:768px){
	.down-arrow {
		top: -162px;		
	}
	.welcomeBlock .welcome_top_block {
		margin: -131px auto 60px;
	}
	.welcomeBlock .welcome_top_block .highlight_heading {	
		font-size: 60px;	
}
}

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


}

.section_title {
	text-align: left;
	margin-bottom: 24px;
}

.homeDynamic .section_title h2 {
	margin: 0 !important;
	font-size: 60px;
	line-height: 1;
}


/*
.bodyContent .section_title h2 {
	margin: 0 !important;
	font-size: 20px;
	line-height: 1;
	font-weight: 200;
}
.bodyContent .sectionTitle {
	font-size: 20px;
	line-height: 1;
	font-weight: 200;
}*/


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

.dynamic-poi .poiImage .poiImageBG {
	margin-bottom: 20px;
}

.homeDynamic.dynamic-callout {
	margin: 0;
	position: relative;
}
.homeDynamic.dynamic-callout .callout {
	width: 100%;
	max-height: 1071px;
	min-height: 1051px;
}
.homeDynamic.dynamic-callout .callout:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.homeDynamic.dynamic-callout .callout .calloutContent {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 161px;
	padding: 0px;
	text-align: left;
	width: 100%;
	max-width: 1164px;
}

.callout .calloutContent .calloutTitle h3 {
	margin: 0 0 16px !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	color: var(--yellow);
}

.callout .calloutContent .calloutSubtitle {
	max-width: 640px;
	margin-bottom: 32px;
	font-size: 60px;
	line-height: 1.2;
}


.bodyContent .callout .calloutContent .calloutSubtitle {
	font-size: 32px;
	line-height: 1.25;
}



/*.homeDynamic.dynamic-callout .owl-nav {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.homeDynamic.dynamic-callout .owl-nav .owl-prev {
	left: 195px;
	top: -22.5px;
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-prev:hover {
	background-color: #1b2d4b !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-next {
	right: 195px;
	top: -22.5px;
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.homeDynamic.dynamic-callout .owl-nav .owl-next:hover {
	background-color: #1b2d4b !important;
}*/

@media (min-width:768px){
	.homeDynamic.dynamic-callout .callout:before {
		padding-top: 57.823%;
	}
}


.dynamic-poi-carousel {
	padding: 120px 0 110px;
	margin: 0;
}

.dynamic-poi-carousel .section_title {
	margin-bottom: 120px;
}

.dynamic-poi-carousel .owl-dots {
	position: absolute;
	top: -85px;
	left: 0;
	width: 100%;
	text-align: center;
}
.owl-nav button {
}
.owl-nav button:hover {
}
.owl-nav button i {
	display: none;
}
.owl-nav button:before {
	content: '';
	content: '\f054';
	font-size: 18px;
	height: 16px;
	width: 21px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: translate(-50%, -50%) rotate(-180deg);
}
.owl-nav button.owl-next:before {
	transform: translate(-50%, -50%) rotate(0deg);
}

@media (min-width:992px){

	.dynamic-poi-carousel .owl-nav {
		position: absolute;
		top: 50%;
		height: 1px;
		left: 0;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
	}


	.dynamic-poi-carousel .owl-nav button.owl-prev {
		left: -70px;
	}
	.dynamic-poi-carousel .owl-nav button.owl-next {
		right: -70px;
	}

	.dynamic-poi-carousel .item {
		padding: 90px 0;
		opacity: 0.5;
		transition:400ms;
	}
	.dynamic-poi-carousel .owl-item.active {
		z-index: -1;
	}
	.dynamic-poi-carousel .owl-item.active.center {
		z-index: initial;
	}
	.dynamic-poi-carousel .owl-item.active.center .item {
		transform: scale(1.5) translateY(18%) !important;
		opacity: 1;
		padding: 0;
		z-index: 1;
		
	}	
}

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


.dynamic-poi-carousel .poi {
	margin: 0 !important;
}

.dynamic-poi-carousel .poi .poiText {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.dynamic-poi-carousel .poi .poiTitle {
	color: var(--white);
}

.dynamic-poi-carousel .poi .poiTitle:after {
	display: none;
}
.dynamic-poi-carousel .poiImage .poiImageBG {
	margin-bottom: 0px;
}

.home .dynamic-poi-carousel .poiImage .poiImageBG:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    border-radius:50%;
}

.dynamic-poi-carousel .big .poiImage .poiImageBG:after {
	display: block !important;
}

.dynamic-destinations-logos {
	margin: 0;
	padding: 80px 0px 90px;
	position: relative;
    z-index: 111;
}
.dynamic-destinations-logos img {
	margin: 0 auto;
	max-width: 100% !important;
	width: auto !important;
}
.dynamic-destinations-logos .section_title {
	margin-bottom: 40px;
}
.dynamic-destinations-logos .section_details {
	max-width: 1040px;
	text-align: center;
	margin: 0px auto 80px;
}


.dynamic-destinations-logos .owl-nav {
	display: none;
}
.dynamic-destinations-logos .owl-dots {
	margin-top: 0px;
}



.bg-dark .container {
	position: relative;
	z-index: 2;
}


.bg-dark {
	background: #252829 !important;
	color: var(--white);
	position: relative;
}
.bg-dark:before {
	background: url('images/footer-top-shape.png') center top no-repeat;
	content: '';
	width: 100%;
	height: 131px;
	display: block;
	position: absolute;
	left: 0;
	top: -130px;
}


.bg-dark .section_title {
	color: var(--white);
}






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

	.bg-dark:before {
		background-size: 100% 100%;
	}

}
.bg-dark-inner {
	position: relative;
}

.bg-dark .section_title {
	margin-bottom: 40px;
}
.bg-dark .section_title h2 {
	color: var(--white);
}


.dynamic-info-grid {
	position: relative;
    z-index: 111;
	margin: 0;
	padding: 15px 0 100px;
}

.dynamic-info-grid .section_title {
	margin-bottom: 40px;
}

.dynamic-info-grid .section_details {
	text-align: center;
	margin-bottom: 60px;
}


.dynamic-info-grid .sliderThumb {
	max-width: 455px;
	position:relative;
}
.dynamic-info-grid .sliderThumb:before {
	content:'';
	display:block;
	padding-top:100%;
}
.dynamic-info-grid .sliderThumb img {
	border-radius: 50%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.dynamic-info-grid .date {
}

.dynamic-info-grid .date a {
	color: #252829;
}
.dynamic-info-grid .date a:hover {
	color: #cd9f51;
}

.dynamic-info-grid .news_content {
	padding-right: 6.5%;
}

.dynamic-info-grid .news_content h3 {
	color: #252829;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700 !important;
	font-family: "Raleway", sans-serif;
	margin-bottom: 20px;
}

.dynamic-info-grid .news_content h3 a {
	color: #252829;
}

.dynamic-info-grid .news_content .txt {
	margin-bottom: 30px;
}


.dynamic-info-grid .news_content span {
	display: block;
	margin: 20px 0 10px;
}

.dynamic-info-grid .news_content .readmore-news {
	color: #a12242;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.dynamic-info-grid .news_content .readmore-news:hover {
	color: #cd9f51;
}


.c3.Facebook {
}
.facebook_content.infoBlock{	
	color: #252829;
	max-width: 455px;
	margin:0 auto;
	position: relative;
	height: 100%;
	background: #cd9f51;
	border-radius: 50%;
}
.facebook_content.infoBlock:before {
    padding-top: 100%;
    content: '';
    display: block;
    width: 100%;
}
.facebook_content.infoBlock .infoBlock_inner{
	padding: 90px 30px 30px; 
	overflow: hidden;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.facebook_content.infoBlock .icon {
	position: absolute;
	top: 25px;
	right: 50%;
	color: #252829;
	transform: translateX(50%);
	font-size: 28px;
}

.facebook_content.infoBlock a {
	color: #252829;
}
.facebook_content.infoBlock a:hover {
	color: var(--white);
	text-decoration: underline;
}
.instagram_content.infoBlock{
	max-width:455px;
	margin:0 auto;
}
#cff .cff-meta-wrap .cff-view-comments-wrap {
	display: none;
}
#cff .cff-post-links {
	margin-top: 0 !important;
	float: none !important;
}
#cff .cff-meta-wrap {
	margin: 0 !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
	width: auto;
}
#cff .cff-item {
	position: relative;
	padding: 0 !important;
}
#cff .cff-meta-wrap .cff-viewpost-facebook {
	font-size: 18px;
	text-transform: inherit;
	letter-spacing: 0px;
	font-weight: 700;
	padding-right: 0px;
	text-decoration: underline;
}
#cff .cff-author, #cff-lightbox-wrapper .cff-author {
	margin-bottom: 5px !important;
}

#cff .cff-author .cff-author-text, #cff-lightbox-wrapper .cff-author .cff-author-text {
}

#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none;
}

#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date, #cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin: 0 !important;
	color: #252829;
	letter-spacing: 0px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

#cff .cff-author a, #cff-lightbox-wrapper .cff-author a {
	font-size: 18px;
	text-transform: inherit;
	font-weight: 700 !important;
	color: #252829;
	line-height: 32px;
	letter-spacing: 0px;
}

.facebook_content .cff-post-text {
	margin: 0 !important;
	line-height: 32px !important;
	font-size: 18px;
	display: block;
	height: 102px;
	overflow: hidden;
	color: #252829;
}


.info_grid_news_section {
	margin-bottom: 85px;
}


.twitter_content.infoBlock {
	width: 100%;
	max-width: 455px;
	height: 100%;
	background: #252829;
	color: var(--white);
	border-radius: 50%;
	display: block;
	position: relative;
	margin:0 auto;
}
.twitter_content.infoBlock:before {
	padding-top:100%;
	content:'';
	display:block;
	width:100%;
}
.twitter_content.infoBlock .infoBlock_inner{
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	transform:translate(0%,-50%);
}
.twitter_content .infoBlock_inner a {
	color: var(--white);
}

.twitter_content .infoBlock_inner a:hover {
	color: #cd9f51;
}

.twitter_content .infoBlock_inner .follow_us_link {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	position: absolute;
	bottom: 53px;
	left: 50%;
	transform: translateX(-50%);
}
.twitter_content .infoBlock_inner .follow_us_link:hover {
	color: #cd9f51;
}


.twitter_content .infoBlock_inner .icon {
	font-size: 0;
	background: url('images/twittter-icon-main.png') center center no-repeat;
	width: 41px;
	height: 42px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.instagram_content .blockTitle.instaTitle {
	display: none;
}
.instagram_content .icon {	    
    position: absolute;
    top: 25px;
    right: 50%;
    color: #fff;
    transform: translateX(50%);
    font-size: 28px;
}
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play, .sbi_carousel_vid_first .svg-inline--fa.fa-play {
    display: none!important;
}
.sbi_images {
	padding: 0 !important;
}
.sbi.sbi_mob_col_1 {
	border-radius: 50%;
	overflow: hidden;
}

#sbi_images {
	padding: 0 !important;
}
.dynamic-info-grid .sbi-theme:not(.sbi-modern,.sbi-overlap) #sb_instagram .sbi_hover_bottom, .dynamic-info-grid .sbi-theme:not(.sbi-modern,.sbi-overlap) #sb_instagram .sbi_hover_top, .dynamic-info-grid .sbi-theme:not(.sbi-modern,.sbi-overlap)#sb_instagram .sbi_hover_bottom, .dynamic-info-grid .sbi-theme:not(.sbi-modern,.sbi-overlap)#sb_instagram .sbi_hover_top {
	transform:translateY(-50%);
	top:50%;
	width:100%;
}

#footer {
	background-color: var(--darkblue);
	padding: 162px 0 84px;
	position: relative;

	margin: 0;
	color: var(--ghost-white);
	--title_colour: var(--ghost-white);
	--link_colour: var(--limewhite);
	--link_colour_hover: var(--yellow);
	--body_colour: var(--ghost-white);

}

.footer-lower-col-3  {
	color: var(--limewhite);
}

#footer .socials a {
	color: var(--white);
}
#footer .socials a:hover {
	color: var(--yellow);
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {

}

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


.footer_col_1 {
	position: relative;
}


.footer_col_2 {
	padding-left: 40px;
}


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

	#footer:before {
		background-size: 100% 100%;
	}

}


#footer a {
}
#footer a:hover {
}

#footer h2 {
	margin-bottom: 16px;
	line-height: 1;
	font-size: 60px;
	color: var(--ghost-white);
	font-weight: 200;
}
.footer-bottom-title {
	color: var(--yellow);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	margin-bottom: 48px;
	display: block;
}

.footerLower {
	padding: 107px 0 0;
	background: transparent;
	font-size: 20px;
}

#footer ul {
	margin-bottom: 20px;
}
#footer .tel-info {
	margin-bottom: 30px;
}
#footer .socials {
	margin-bottom: 0px !important;
}

#footer .socials a {
	font-size: 24px;
}

.footer_address {
	max-width: 728px;
}

.footer-lower-col-3 {
	font-size: 13px;
}
.footerLower .link-ft {
	margin: 0 4px;
}

.footerLower .link-ft:first-child {
	margin-left: 0;
}
.footerLower .link-ft:last-child {
	margin-right: 0;
}

.footer-lower-col-4 a {
	font-size: 18px;
}





.homeBanner .slideText {
	position: absolute;
	left: 0;
	top: 285px;
	width: 100%;
	z-index: 111;
	color: var(--ghost-white);
	padding: 0px 20px;
}

.homeBanner .slideText .container {
	max-width: 1086px;
}

.homeBanner .slide_top_text {
	max-width: 620px;
	font-size: 88px;
	line-height: 1.1;
	margin-bottom: 52px;
}

.homeBanner .slide_top_text span {
	color: var(--yellow);
	display: block;
	margin-top: 16px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 3.2px;
}


.homeBanner .slide_bottom_text {
	max-width: 485px;
	letter-spacing: 1.2px;
	margin-bottom: 48px;
}








/*.homeBanner .slideText:after {
		width: 62px;
		height: 1px;
		background: #cd9f51;
		display: block;
		margin: 15px auto 0;
		content: '';
}*/
	
.homeBanner .hero:before {
	content:'';
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 111;
	opacity: 0.7;
	height:60%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}









/*Inner Page Area Styles Css --------------------------------------------------- Start */



/*Breadcrumb Area Css --------------------------------------------------- Start */
.breadcrumbs .share {
	display: none;
}
.breadcrumbs br {
	display: none;
}
.breadcrumbs {
    font-size: 16px;
    line-height: 1;
	font-weight: 200;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: 44px 0px 10px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 50px;
    border-bottom: none;
    min-height: 16px;
	display: block;
	border-bottom: none;
}

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

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

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

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


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

.bodyContent table {   
    display: table;
}

.bodyContent table th {
    background-color: rgba(0,0,0,0.01);
	border-width: 1px;
    font-size: 20px;
    line-height: 1.3;
    padding: 16px 10px;
    vertical-align: top;
}

.bodyContent table td {
	border-width: 1px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0.01);
}

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


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


/*.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: var(--white);
    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: var(--white);
    background: #1b2d4b;
}

.gallery_default {
	margin: 0;
}

.wpmf-gallery-icon {
	overflow: hidden;
}

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



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



.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 36px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.dynamic-text  ul li {
	display: inline-block;
}


.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 16px;
    height: 16px;
    background: var(--yellow);
    position: absolute;
    left: 0px;
    border-radius: 10px;
    top: 7px;
}

.privacy-policy .bodyContent ul li:before, .page-id-4865 ul li:before {
    content: none!important;
}

.dynamic-quote .cycle-pager {
	text-align: left;
	width: 100%;
	display: block;
	z-index: 111;
	height: 20px;
	padding: 0;
	margin-top: 48px;
}


.dynamic-quote .cycle-pager span {
	width: 20px;
	height: 20px;
	display:inline-block;
	background: var(--blue);
	margin: 0 8px;
    border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

.dynamic-quote .cycle-pager span.cycle-pager-active, .dynamic-quote .cycle-pager span:hover {
	background: var(--yellow);
	opacity: 1;
}

.dynamic-quote .cycle-pager span:first-child {
	margin-left: 0;
}
.dynamic-quote .cycle-pager span:last-child {
	margin-right: 0;
}







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

	position: relative;
    margin: 0;
    padding: 13px 75px 13px 32px;
    background-color: var(--yellow);
    color: var(--darkblue);
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 4px !important;
	text-transform: inherit;
    line-height: 1.5 !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 400 !important;

}
.faq.open .faq-question {
    background: var(--blue);
    color: var(--ghost-white);
    border: none;
}
.faq-question:hover {
    background: var(--blue);
    color: var(--ghost-white);
    border: none;
}
.faq-question:after {
    display: block;
    width: 16px;
    height: 21px;
	line-height: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 16px;
    transform:  rotate(90deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;

	content: '\f054';
	color: currentColor;


}

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

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


.faq-answer {
    display: none;
    margin-bottom: 0px !important;
	transition: none;
}


.faq-answer {
    display: none;
    padding: 0px;
	border-top: none;
    margin-bottom: 0px;
	background: #E5EAEF;
}

.faq-answer .col-md {
    padding: 45px 4% 20px 4%;
}

.bodyContent .faq-answer .col-md {
    padding: 45px 6% 20px 6%;
}

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

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

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

.faq.open .faq-answer {
	border-color: transparent;
}


.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 13px 75px 13px 24px;
    background-color: var(--yellow);
    color: var(--darkblue);
    cursor: pointer;
    font-size: 20px !important;
    letter-spacing: 4px !important;
	text-transform: uppercase;
    line-height: 1.5 !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 400 !important;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;
	text-align: left;	
}



.dynamic-documents .document {
	width: 100%;
}

.dynamic-documents a.document-link:hover {
    background: var(--blue);
    color: var(--ghost-white);
    border: none;
}

.dynamic-documents a.document-link:focus {
    background: var(--blue);
    color: var(--ghost-white);
    border: none;
}

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

	background-color: currentColor;

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

	mask-size: cover;
	mask-position: center bottom;
	mask-repeat: no-repeat;
	
}
.dynamic-documents a.document-link:hover:after {
}


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


	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color: #e50b7d;
    color: var(--white);
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-decoration: none;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;	


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #cd9f51;
    color: var(--white);
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #cd9f51;
    color: var(--white);
    border: none;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
    width: 23px;
    height: 23px;
	line-height: 23px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
	font-size: 0px;
	background: url('images/weblink-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: 10px 75px 10px 24px;
    background-color: #e50b7d;
    color: var(--white);
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
    line-height: 25px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-decoration: none;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;	

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #0055a1;
    color: var(--white);
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #0055a1;
    color: var(--white);
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 11px;
    height: 15px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 15px;
	display: none;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}






/*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.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none !important;
	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 !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: var(--white);
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: var(--white);
	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 !important;
	background: #cd9f51 !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 62px !important;
	height: 62px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
	border-radius: 50%;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 6px solid transparent !important;
	border-left: 12px solid #252829 !important;
	border-bottom: 6px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.dynamic-callout .video_callout .button:hover:after {
	border-left: 12px solid #cd9f51 !important;
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: #a12242 !important;
	border: none !important;
}

.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: 130px 24px 130px;
}
.bodyContent .callout .calloutContent {
	padding: 130px 40px 130px;
}

.dynamic-callout .video_callout h3 {
	display: none !important;
}



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


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

.bodyContent .dynamic-quote {
}

.bodyContent .dynamic-quote .quoteContainer {
	padding: 80px;
	background: var(--darkblue);
	color: var(--ghost-white);
	--body_colour: var(--ghost-white);
	--title_colour: var(--yellow);
	position: relative;

	margin: 0;
	max-width: 100%;
	position: relative;
}

.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0 !important;

	position: relative;
}

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

.staffMember h3 {
	margin: 0px 0 22px;
	font-size: 30px;
	font-weight: 700;
}
.staffMember h3 span {
	font-weight: 200 !important;
}
.staffContent  {
	margin-top:30px;
	margin-bottom:30px;
}
.staff-meta .meta-label {
	font-size: 18px;
	font-weight: 700;
	color: #252829;
	text-transform: inherit;
	letter-spacing: 0px;
}
.staff-meta .meta-value {
	text-transform: inherit;
	letter-spacing: 0px;
	margin-bottom: 16px;
}
.dynamic-carousel .owl-nav {
	position: absolute;
    width: 100%;
    max-width: 300px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.dynamic-carousel .owl-dots {
	padding-top: 25px;
}


.callout.hasbg .calloutContent:before {
	display: none;
}

.body-container {
	margin: 0 auto;
}


.body-container .poi {
}




div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    width: 80%!important;
    margin: 5px 0 0 20px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    background-color: #cd9f51!important;
  }

/*Sidebar Menu Css --------------------------------------------- Start ------------------ */


.sidebar {
    padding-left: 0px;
	padding-top: 15px;
}
.side-menu-container {
    color: var(--limewhite);
    padding: 50px 23px 40px;
    position: relative;
	overflow: hidden;
	background: var(--darkblue);
	margin-bottom: 40px;
}
.page-id-246 .side-menu-container {
	display:none;
}
.sidebarSec {
    background: var(--darkblue);
    color: var(--ghost-white);
    padding: 40px 35px 40px;
    position: relative;
}
.sidebarSec h2 {
	color: var(--ghost-white);
	text-transform: uppercase;
	font-weight: 400;
}

.sidebarSec a {
    color: var(--ghost-white);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3334;
    display: block;
	letter-spacing: 2.4px;
	font-weight: 700;
    padding: 10px 0px 10px 0px;
	text-decoration: none;
}
.sidebarSec a:hover {
    color: var(--yellow);
}

.sidebarSec .wp-block-search__button {
	background: var(--yellow) !important;
	color: var(--darkblue) !important;
	border-color: var(--yellow) !important;
}
.sidebarSec .wp-block-search__button:hover {
	background: var(--blue) !important;
	color: var(--ghost-white) !important;
	border-color: var(--blue) !important;
}




#menu-side > li > a {
   
}
#menu-side > li > a > span {
    display: none;
}

#menu-side > li > a:after {
    text-transform: inherit;
    font-size: 14px;
    line-height: 50px;
    content: 'Section Menu';
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--white);
    margin-bottom: 30px;
    display: none;
}
#menu-side > li {
}


#menu-side .sub-menu li:last-child a {
	border: none;
}



#menu-side a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}


#menu-side .sub-menu li.current-menu-item > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#menu-side .sub-menu li.open.current-menu-item > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side > li > a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}


#menu-side a {
    color: var(--ghost-white);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2;
    display: block;
	font-weight: 700;
	letter-spacing: 2.4px;
    padding: 14px 35px 14px 0px;
}



#menu-side .sub-menu .sub-menu li a {
    font-size: 18px;
	padding: 0;
	line-height: 40px;
}
#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
}

#menu-side li a:hover {

	color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

#menu-side .sub-menu li .arrow:before {
    width: 16px;
    height: 21px;
	line-height: 21px;
	transform: rotate(-90deg);
	top: 19px;
    font-size: 0;
	content: '';
	
	background-color: currentColor;

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

	mask-size: cover;
	mask-position: right bottom;
	mask-repeat: no-repeat;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    width: 16px;
    height: 21px;
	line-height: 21px;
	transform: rotate(-90deg);
	top: 9px;
    font-size: 0;
	
	background-color: currentColor;

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

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



}


#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    height: 40px;
}



#menu-side li {
    margin: 0px;
}

#menu-side .sub-menu li.open li {
	margin-bottom: 5px;
}
#menu-side .sub-menu li.open li a {
    color: var(--ghost-white);
    line-height: 40px;
	text-transform: inherit;
    padding: 0px;
	border: none !important;
	font-weight: 200 !important;
}

#menu-side .sub-menu li.open li a span {
	padding: 0;
}

#menu-side .sub-menu li.open li a:hover {
    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	border: none !important;
    background: transparent;
}

#menu-side .sub-menu li.open li a:before {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--yellow);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 12px;
	margin-top: -4px;
}



#menu-side .sub-menu .sub-menu {
    padding: 5px 35px 5px 10px;
    background: transparent;
	margin-left: 0px;
	margin-right: 0px;
}

#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 5px 35px 5px 10px;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: var(--white);
}
#menu-side .sub-menu li.open > a {
    color: var(--white);
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: var(--white);
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: var(--yellow);
    content: '';
	display: none;
}


/*
#menu-side .sub-menu li .sub-menu li > .arrow:before {
    display: none;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children > .arrow:before {
    display: block;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children.open > .arrow:before {
    display: block;
}
*/

#menu-side .sub-menu .sub-menu .sub-menu a > span {
}

#menu-side .sub-menu li.open > .sub-menu {

}


/*Sidebar Menu Css --------------------------------------------- End ------------------ */

.poi {
	position: relative;
}
.poi .textOnlyBlock {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	background: var(--darkblue);
}

.poi:hover .textOnlyBlock {
	background: var(--lightblue);
}


.poi .textOnlyBlock:before {
	content: '';
	padding-top: 100%;
	display: block;
}

.poi .textOnlyBlock .poiTitle {
}

.poi .textOnlyBlock .poiText {
	position: absolute;
	transform: translateY(-50%);
	padding: 40px;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}

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



.standard-staff-text h2 {
	font-size: 18px !important;
}
.standard-staff-text h2 span {
	font-weight: 300 !important;
}
.staff-meta .meta-value {
}
.staff-meta .meta-value strong {
	font-weight: 700 !important;
}


.standard-staff-text .staff-biog p {
	height: 96px;
	overflow: hidden;
	margin-bottom: 16px;
}

.standard-staff-image {
	width: 38%;
}
.standard-staff-image img {
	width: 100%;
	height: auto;
	max-width: none;
	overflow: hidden;
}

.read-link-poi {
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--darkblue);
	font-weight: 700;
}
.read-link-poi:hover {
	color: var(--yellow);
}





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



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

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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

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

	background-color: var(--ghost-white);

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

	font-size: 0;
	top: 0px;
	min-width: inherit;
}
.fixedHeader .headerSearch .searchSubmit {
	background-color: var(--darkblue);
}
.fixedHeader .headerSearch .searchSubmit:hover {
	background-color: var(--yellow);
}
.menuopen .headGroup .searchSubmit, .menuopen.fixedHeader .headGroup .searchSubmit {
	background-color: var(--ghost-white);
}
.menuopen .headGroup .searchSubmit:hover, .headerSearch .searchSubmit:hover {
	background-color: var(--yellow);
}


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

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


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


.homeBanner .videoframe:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45%;

	background: transparent linear-gradient(0deg, #00274A00 0%, #00274AFB 71%, var(--800-00274a) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(0deg, #00274A00 0%, #00274AFB 71%, #00274A 100%) 0% 0% no-repeat padding-box;

	opacity: 1;
	z-index: 101;
}


.homeBanner .videoframe:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;

	background: transparent linear-gradient(180deg, #00274A00 0%, #00274AFB 76%, var(--800-00274a) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #00274A00 0%, #00274AFB 76%, #00274A 100%) 0% 0% no-repeat padding-box;

	opacity: 1;
	z-index: 101;
}
.page-banner .hero:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;

	background: transparent linear-gradient(0deg, #00274A00 0%, var(--800-00274a) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(0deg, #00274A00 0%, #00274A 100%) 0% 0% no-repeat padding-box;

	opacity: 1;
	z-index: 101;
}



/*
Portal Menu Css
*/

.topMenuSide {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 111;
	margin: 0px 0 0 55px;
}

.topMenuSide .portalToggle {
	padding: 0;
	white-space:nowrap;
	position:relative;
	cursor:pointer;


    color: var(--ghost-white);
	text-transform: uppercase;
	position: relative;
	height: 20px;

}

.topMenuSide .portalToggle span {
    display: block;
    transition: 300ms;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
}
.topMenuSide .portalToggle span:after {
	content: '';
	width: 22px;
	height: 19px;
	line-height: 19px;

	background-color: currentColor;

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

	mask-size: cover;
	mask-position: left top;
	mask-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	margin-top: -3px;

}


.fixedHeader .topMenuSide .portalToggle {
	color: var(--darkblue);
}
.menuopen .topMenuSide .portalToggle, .menuopen.fixedHeader .topMenuSide .portalToggle {
	color: var(--ghost-white);
}
.menuopen.fixedHeader .topMenuSide .portalToggle {
	color: var(--ghost-white);
}
.menuopen.fixedHeader .topMenuSide .portalToggle, .menuopen.fixedHeader .topMenuSide .portalToggle {
	color: var(--ghost-white);
}


.topMenuSide:hover .portalToggle, .fixedHeader .topMenuSide:hover .portalToggle, .menuopen.fixedHeader .topMenuSide:hover .portalToggle, .menuopen .topMenuSide:hover .portalToggle {
	color: var(--yellow);
}



.topMenuSide .menu {
	position:absolute;
	background: var(--darkblue);
	color: var(--ghost-white);
	list-style:none;
	margin:0;
	padding:10px 20px;
	right:0;
	top:125%;
	display:none;
	list-style: none;
}
.topMenuSide .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topMenuSide .menu li {
	border-bottom:solid 1px var(--ghost-white);
	padding: 10px 0 10px 0;
	line-height:24px;
	width: 220px;
    text-align: left;
}

.topMenuSide .menu li:last-child {
	border-bottom:0;
}

.topMenuSide .menu li a {
	letter-spacing: 0.9px;
	color: var(--ghost-white);	
	text-transform:uppercase;
	font-size: 14px;
}

.topMenuSide .menu a:hover {
	color: var(--yellow);	
}

/*
	End Portal Menu Css
*/



.head-links {
	text-align: right;
	display: inline-block;
}
.head-links .head-link {
	margin: 0px 32px;
	display: inline-block;
	color: var(--ghost-white);
	vertical-align: middle;
	transition: 300ms;
	font-size: 14px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	position: relative;
}

.head-links .head-link:after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: var(--lightblue);
	position: absolute;
	right: -33px;
	top: 3px;
	display: block;
}


.fixedHeader .head-links .head-link {
	color: var(--darkblue);
}
.menuopen.fixedHeader .head-links .head-link, .menuopen .head-links .head-link {
	display: inline-block;
	vertical-align: middle;
	color: var(--ghost-white);
	transition: 300ms;
}
.head-links .head-link:hover {
	color: var(--yellow);
}
.fixedHeader .head-links .head-link:hover, .menuopen .head-links .head-link:hover {
	color: var(--yellow);
}

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



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


.dynamic-faq {
	margin-bottom: 80px;
}

.homeContent .dynamic-faq {
	padding: 173px 0;
	margin: 0;
}

.homeContent .dynamic-faq .container {
	max-width: 1028px;
}

.homeContent .dynamic-faq .sectionTitle {
	font-size: 60px;
	line-height: 1.2;
	color: var(--darkblue);
	margin-bottom: 32px;
}
.homeContent .dynamic-faq .sectionTitle span {
	color: var(--blue);
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
}

.homeContent .dynamic-faq .sectionDetails {
	max-width: 893px;
	letter-spacing: 1.2;
	margin-bottom: 20px;
}
.homeContent .dynamic-faq .faq {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.homeContent .dynamic-faq .faq-question {
	background: transparent;
	color: var(--darkblue);
	padding: 44px 60px 44px 0;
	font-size: 32px !important;
	font-weight: 200 !important;
}


.homeContent .dynamic-faq .faq.open .faq-question {
	background: transparent;
	color: var(--lightblue);
	border-color: transparent;
}
.homeContent .dynamic-faq .faq-question:hover {
	background: transparent;
	color: var(--lightblue);
	border-color: transparent;
}
.homeContent .dynamic-faq .faq-question:after {
	content: '';
	width: 11px;
	height: 20px;
	color: currentColor;
	text-align: center;
	display: block;
	line-height: 14px;
	font-size: 18px;
	content: '\f054';
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 35px;
	top: 55px;
	transform: rotate(90deg);
	background: none;
}

.homeContent .faq.open .faq-question:after {
	transform: rotate(-90deg);
}
.homeContent .faq:hover .faq-question:after {
}
.homeContent .faqs .faq {
	margin-bottom: 0;
}

.homeContent .faqs .faq.open {
	border-bottom-color: transparent;
}


.dynamic-form-section {
	background: var(--morning-mist);
	padding: 345px 0 173px;
	position: relative;
}

.dynamic-form-section .section_title {
}

.dynamic-form-section .frm_input {
	border: 1px solid var(--darkblue);
	background: transparent;
	height: 62px;
	padding: 0 10px 0 10px;
	border-radius: 0;
	color: var(--darkblue);
	text-align: center;
}
.form_row.form_row_1 {
	display: flex;
	justify-content: space-between;
	max-width: 446px;
}
.dynamic-form-section .frm_input.frm_month {
	width: 100%;
	max-width: 122px;
}
.dynamic-form-section .frm_input.frm_year {
	width: 100%;
	max-width: 122px;
}
.dynamic-form-section .frm_input.frm_day {
	width: 100%;
	max-width: 75px;
}


.dynamic-form-section .form-submit-btn {
	width: 64px;
	height: 64px;
	background: var(--yellow);
	border: 0;
	position: relative;
	border: none;
	padding: 0;
	font-size: 0;
	min-width: 64px;
}

.dynamic-form-section .form-submit-btn:hover {
	background: var(--blue);
}


.dynamic-form-section .form-submit-btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 20px;
	height: 24px;
	background-color: var(--darkblue);

	-webkit-mask-image: url("images/down-arrow.png");
	mask-image: url("images/down-arrow.png");	
    mask-size: cover;
    mask-position: bottom right;
}


.dynamic-form-section .form-submit-btn:hover:before {
	background-color: var(--ghost-white);
}

.dynamic-form-section .section_details {
	max-width: 446px;
	margin-bottom: 50px;
}

.dynamic-form-section .form_right_col {
	padding-left: 0;
}

.dynamic-news {
	background-color: var(--darkblue);
	position: relative;
	margin: 0;
}
.dynamic-news .news_top_section {
	display: flex;
    justify-content: space-between;
	align-items: end;
	margin-bottom: 64px;
}

.dynamic-news .post_container {
	margin-top: -207px;
	position: relative;
    z-index: 111;
}
.dynamic-news .section_title {
	margin-bottom: 0 !important;
}
.dynamic-news .section_title h2 {
	color: var(--ghost-white);
	margin-bottom: 0 !important;
}

.dynamic-news .section_title h2 span {
	color: var(--yellow);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	margin-bottom: 16px;
	display: block;
}
.news_item {
	padding: 0;
	max-width: 333px;
	margin:0 auto;
}
.news_item_inner {
	background: var(--white);
	width: 100%;
	height:100%;
}
.home_news_content {
	padding: 32px 24px 32px;
}

.news_item_inner:hover {
	background: var(--yellow);
	width: 100%;
}



.home_news_content .date, .home_news_content .date a {
	color: var(--lightgray);
	font-size: 16px;
	text-transform: inherit;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 16px;
	display: block;
}

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

.news_item_inner:hover .home_news_content h2 {
	color: var(--navy);
}
.news_item_inner:hover .home_news_content .date a {
	color: var(--darkblue);
}

#news-content {
	justify-content: space-between;
}

.home_news_image {
}
.home_news_image a {
	display: block;
	overflow: hidden;
}
.home_news_image a img {
	width: 100%;
	height: 100%;
	max-height: 292px;
	object-fit: cover;
	min-height: 292px;
	transition: 300ms;
}

.home_news_image a:hover img {
	transform: scale(1.25);
}



.dynamic-video-block {
	margin: 80px 0 0;
	position: relative;
}
.dynamic-video-block .container {
	padding: 0;
}

.dynamic-video-block a .image-item-inner {
	position: relative;
}
.dynamic-video-block a .image-item-inner:before {
	width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 14px solid var(--darkblue);
    border-bottom: 9px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	margin-left: 3px;
}
.dynamic-video-block a .image-item-inner:after {
	width: 48px;
    height: 48px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
	background: var(--yellow);
	border-radius: 50%;
}


.dynamic-video-block a:hover .image-item-inner:after {
	background: var(--blue);
}

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

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



.dynamic-web-links {
}


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

.bodyContent .dynamic-poi .container, .bodyContent .dynamic-gallery .container {
	padding: 0;
}

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

a.document-link.button {
	margin-bottom: 18px;
	text-align: left;
	display: block;
	padding: 13px 80px 13px 32px;
}


.dynamic-web-links .container {
	padding: 0;
}

.dynamic-web-links a.button {
	margin-bottom: 18px;
	text-align: left;
	display: block;
	padding: 13px 80px 13px 32px;
}
.dynamic-web-links a:hover {
}

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

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

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


.info-contact {
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	color: var(--limewhite);
}

.info-contact span {
	display: block;
}

.info-contact a {
	color: var(--limewhite);
}
.info-contact a:hover {
	color: var(--yellow);
}




@media only screen and (max-width : 991px) {
	header.mainHeader {
		height:72px;
	}
	.headGroup  {
		height: 72px;
		background: var(--darkblue);
		padding: 16px 30px 16px 15px;
	}
	.fixedHeader .headGroup, .menuopen.fixedHeader .headGroup {
		padding: 16px 30px 16px 15px;
	}
	.headGroup .headerIcon {
		text-align: center;
		text-align: left;
	}

	.headGroup .headerIcon img {
		max-height: 41px;
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.headGroup .container > .row {
		flex-wrap: nowrap;
		column-gap: 20px;
	}
	.header_left {
		width: auto;
		flex: 1 1 auto;
		min-width: 0;
	}
	.header-right {
		width: auto;
		flex: 0 0 auto;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 22px;
	}
	.head-links {
		display: none;
	}
	.topMenuSide {
		position: relative;
		right: auto;
		top: auto;
		margin: 0;
		order: 2;
	}

	.topMenuSide .portalToggle span {
		font-size: 0;
		width: 22px;
		height: 19px;
	}
	.topMenuSide .portalToggle span:after {
		margin: 0;
		position: absolute;
		left: 0;
	}
	.searchToggle {
		margin-left: 0;
		margin-right: 0;
		order: 1;
	}
	.menu-toggle {
		margin-left: 0;
		order: 3;
	}

	#homeBanner {	

		position: relative;

		overflow:hidden;

		height:645px;
	}

	.homeBanner .slideText {
		bottom: 40px;
		max-width: 360px;
		padding: 0px 18px;
		top: auto;
	}

	.homeBanner .slide_top_text  {
		font-size: 44px;
		line-height: 1.175;
		margin-bottom: 24px;
	}
	.homeBanner .slide_top_text span {
		margin-top: 8px;
		font-size: 15px;
	}
	.homeBanner .slide_bottom_text span {
		font-size: 18px;
		line-height: 1.3334;
	}

	.down-arrow {
		display: none;
	}

	.welcomeBlock:before {
		background-position: center center;
		background-size: auto;
		background-repeat: no-repeat;
	}

	.welcomeBlock {
		padding-left: 0px;
		padding-right: 0px;
		background: radial-gradient(circle at 89% 10%, #003361, #00274A), radial-gradient(closest-side at 89% 10%, #003361, #00274A);
	}
	.welcomeBlock .welcome-top-block {
		top: 0;
		background-color: var(--morning-mist);
	}

	.welcomeBlock .container {
		padding: 0 10px;
	}

	.welcomeBlockLeft {
		padding: 0 30px 40px;
		order: 2;
	}
	.welcomeBlockRight {
		padding: 38px 30px 63px;
		order: 1;
	}
	.welcomeBlockContent h1 {
		font-size: 36px;
		line-height: 1.25;
		margin-bottom: 20px;
	}
	body {
		font-size: 20px;
		line-height: 1.3;
	}
	.welcomeImage {
		position: relative;
	}
	.welcomeImage:before {
		content: '';
		padding-top: 100%;
		display: table;
	}
	.welcomeImage img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.admissionBlockLeft {
		padding: 65px 15px 0px;
		margin-bottom: 90px;
	}
	.welcome_below_content p {
		font-size: 30px;
		font-size: 26px;
		line-height: 1.25;
		margin-bottom: 32px;
	}

	.admissionBlockRight {
		padding: 0px 15px 0px;
		margin-bottom: 56px;
	}
	.welcome_quotes_container {
		bottom: -100px;
        padding: 40px 32px;
        margin-top: -100px;
	}
	.bodyContent .dynamic-quote .quoteContainer {
        padding: 40px 32px;
	}
	.dynamic-form-section {
		padding: 160px 0px 80px;
		margin: 0;
	}
	.dynamic-form-section .container {
		padding: 0px 25px;
	}
	
	.form_left_col {
		margin-bottom: 36px;
	}
	.dynamic-form-section .form_right_col {
		padding-left: 12px;
	}
	.homeContent .dynamic-faq {
		padding: 80px 18px;
	}
	.homeContent .dynamic-faq .sectionTitle {
		font-size: 36px;
		line-height: 1.25;
		margin-bottom: 32px;
	}
	.homeContent .dynamic-faq .faq-question {
		padding: 36px 60px 32px 0;
		letter-spacing: 0 !important;
	}
	.homeContent .dynamic-faq .faq-question:after {
		right: 20px;
	}

	.homeContent .dynamic-faq {
		margin-bottom: 0;
		padding-bottom: 80px;
	}
	.dynamic-news .post_container {
		padding-left: 36px;
		padding-right: 36px;
	}
	.dynamic-news .news_top_section {
		display: block;
		align-items: inherit;
	}

	.callout.hasbg .coimg:after {
		background: transparent linear-gradient(180deg, var(--800-00274a) 0%, #00274A00 100%) 0% 0% no-repeat padding-box;
		background: transparent linear-gradient(180deg, #00274A 0%, #00274A00 100%) 0% 0% no-repeat padding-box;
	}	
	.homeDynamic.dynamic-callout .callout .calloutContent {
		padding: 0px 30px;
		top: 80px;
	}
	.callout .calloutContent .calloutSubtitle {
		font-size: 36px;
		line-height: 1.25;
	}
	.callout.hasbg .coimg:after {
		bottom: auto;
		top: 0;
		left: 0;
		height: 125%;
		width: 100%;
	}
	.dynamic-news .section_title h2 {
		font-size: 36px;
		line-height: 1;
	}
	.dynamic-news .news_top_section {
		margin-bottom: 48px;
	}
	.dynamic-news .section_title {
		margin-bottom: 32px !important;
	}
	.dynamic-news .post_container {
		margin-top: -255px;
	}
	.dynamic-news .owl-nav {
		display: none;
	}
	.dynamic-news .owl-dots {
		margin-top: 22px;
		text-align: center;
	}
	.dynamic-news .owl-dots .owl-dot {
		opacity: 1;
	}

	.row.owl-carousel .owl-stage {
		padding: 0 !important;
		display: flex;
	}
	.row.owl-carousel {
		margin: 0 !important;
	}
	.news_item {
		height: 100%;
	}
	.faq-answer .col-md {
		padding: 45px 10% 20px 10%;
	}

	.dynamic-carousel .owl-nav {
		display: none;
	}
	.bodyContent .callout .calloutContent .calloutSubtitle {
    	font-size: 24px;
		line-height: 1.25;
	}



	footer#footer {
		padding-top: 115px;
    }
	#footer h2 {
		font-size: 36px;
		line-height: 1.25;
		margin-bottom: 20px;
	}
	.footer-logo {
		margin-bottom: 55px;
	}
	footer#footer .container {
		position: relative;
		z-index: 11;
		padding: 0px 25px;
	}
	.footer-bottom-title {
		margin-bottom: 40px;
	}
	.footerLower {
        text-align: left;
        padding-top: 55px;
    }
	.footer-lower-col-1 {
		padding-right: inherit;
		font-size: 0;
		max-width: 140px;
		margin: 0 0 32px;
	}

	.footerLower .link-ft {
		font-size: 20px;
		line-height: 1;
		margin: 0 0 16px !important;
		display: block;
	}

	.footer_col_2 {
		padding-left: 12px;
	}

	.footerLower {
		text-align: left;
		padding-top: 55px;
	}
	ul.socials li:first-child {
		padding-left: 0;
	}
	.footersocial {
		margin-bottom: 20px;
	}
	.footer-lower-col-3 {
		margin-bottom: 20px;
	}

	blockquote {
		font-size: 20px;
		line-height: 1.4;
	}
	.welcome-quote-cite {
		font-size: 18px;
	}
	.section_title h2 {
		font-size: 36px;
		line-height: 1.25;
	}
	.section_title {
		text-align: left;
		margin-bottom: 18px;
	}




	/*Menu Styles new */


	#navbar {
		width: 100%;
		max-width: 100%;
		background: radial-gradient(circle at 89% 10%, #003361, #00274A), radial-gradient(closest-side at 89% 10%, #003361, #00274A);
		padding: 93px 0px 150px;
		color: var(--limewhite);
		top: 0px !important;
		border: none;
	}
	#navbar .menu-main-container {
		padding-bottom: 60px;
   		overflow-x: hidden;
		position:relative;
	}
	.menuopen .headGroup .headerIcon {
		display: block !important;
	}


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

	#menu-main {
		margin: 0;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}



	#menu-main li {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 24px;
		border: none;
		line-height: 1;
		letter-spacing: 4.8px;
		color: var(--limewhite);
		padding: 13px 28px 13px 0px !important;
		text-transform: uppercase;
		display: block;
		font-weight: 200;
	}

	#menu-main li.menu-item-has-children > .arrow:after {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 3px;
		width: 16px;
		height: 21px;
		line-height: 21px;
		transform: rotate(-90deg);
		display: block;
		right: 0px;
		font-size: 0;

		background-color: var(--yellow);

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

		mask-size: cover;
		mask-position: right bottom;
		mask-repeat: no-repeat;
		
	}

	#menu-main li a:hover {
		color: var(--yellow);
	}
	#menu-main li.open > a {
		color: var(--yellow);
	}
	.menu-main-container #menu-main {
		padding: 0px 30px;
	}


	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 1;
		text-transform: inherit;
		font-weight: 200;
		padding: 10px 28px 10px 0;
	}

	#menu-main .sub-menu .sub-menu li a {
		font-weight: 200;
		border-bottom: none;
	}
	#menu-main .sub-menu .sub-menu {
		padding-left: 20px;
	}

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


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

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

	#menu-main .sub-menu li a:before { 
	}

	#menu-main .sub-menu {
		padding: 0;
		border: none;
	}


	.info-contact {
		position: fixed;
		bottom: 80px;
		padding: 0 30px;
		left: 0;
	}



	.main-headbox {
		display: none !important;
	}






}
@media only screen and (max-width : 767px) {
	.form_row.form_row_1 {
		flex-wrap: wrap;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        max-width: 200%;
	}
	.dynamic-form-section .frm_input.frm_day {
		max-width:100%;
		width:calc(50% - 20px);
		margin:10px 10px 0;
	}
	.dynamic-form-section .frm_input.frm_month {
		width:calc(50% - 20px);
		max-width:100%;
		margin:10px 10px 0;
	}
	.dynamic-form-section .frm_input.frm_year {
		width: auto;
		max-width:calc(100% - 20px);
		margin:10px 10px 0;
        flex: 1;
	}
	.dynamic-form-section .form-submit-btn{
		margin:10px 10px 0;
	}
}

.callout-pager {
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	z-index: 111;
	width: 100%;
	text-align: center;
}
.callout-pager span {
	font-size: 0;
	line-height: 6px;

	width: 6px !important;
	margin: 0px 5px;
	
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	height: 6px !important;

	border-radius: 6px;

}
.callout-pager span.cycle-pager-active, .callout-pager span:hover {
	background: rgba(255, 255, 255, 1);
}




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








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

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

	body.menuopen .headGroup {
		padding-top: 44px;
	}

	.main-headbox .headimage-box {
		position: relative;
		padding-top: 0px;
		margin: 0px;
	}
	
	.main-headbox {
		position: fixed;
		right: -100%;
		transition: right 1000ms;
		top: 0px;
		margin-top: 0px;
		z-index: 9999;
		width: 100%;
		height: 100vh;
		max-height: 1000px;
		/*max-height:  900px;*/

		width: 100%;
		max-width: 100%;
		padding: 150px 0px 45px;
		color: var(--white);
		background: radial-gradient(circle at 89% 10%, #003361, #00274A), radial-gradient(closest-side at 89% 10%, #003361, #00274A);

		border: none;
		box-shadow: none;
        display: flex;
        flex-direction: column;
	}
	.main-headbox .headboxInner{
		overflow-x: hidden;
		position: relative;
        height: 100%;
	}


	.headbox-fixed-btm {		
		width: 100%;
		z-index: 111;
		margin-top:20px;
	}





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

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

	.menu-main-right-container ul {
		list-style: none;
		margin: 0px;
		padding: 0;
		float: none;
		width: 80%;
		position: relative;
		height: 100%;
	}
	
	.menu-main-right-container ul li {
		display: block;
		padding: 0px 0px 0px 0px;
		float: none;
		/*position: relative;*/
	}
	.menu-main-right-container ul li:after {
	}
	.menu-main-right-container ul li:last-child:after {
	}
	.menu-main-right-container ul li ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 29px;
		width: 100%;
		max-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:center;
   }

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

	.menu-main-right-container ul li a {
		font-size: 32px;
		border: none;
		line-height: 1;
		letter-spacing: 6.4px;
		color: var(--offwhite);
		padding: 17px 30px 17px 0px;
		text-transform: uppercase;
		font-weight: 200;
		display: block;
		text-align: left;
		position: relative;
		overflow: hidden;

		transition: 300ms;

	}

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

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


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



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



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

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

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

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

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

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

	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		z-index: 99999;
	}











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

}


ol.wp-block-latest-comments {
	padding: 0;
}



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

.popupAlert {
	max-width: 1163px !important;
	padding: 80px 90px !important;
	color: var(--body_colour);
	background: var(--limewhite) !important;
	text-align: left !important;
}
.popupAlert .noticeText {
	order: 2;
	padding: 0 0 0 60px !important;
}
.popupAlert .popupImg {
	order: 1;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	color: var(--title_colour);
	font-size: 60px;
	line-height: 1.2;
	margin: 0px;

	text-align: left;
	position: relative;

	margin-bottom: 20px;
	font-weight: 200;
}


.popTitle span { 
	display: block;
}

.popupAlert svg path {
}

.alert-button-container {
	margin-top: 50px;	
}


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


.popupAlert .f-button.is-close-btn {
	top: 0px !important;
	right: 0px !important;
	color: var(--darkblue) !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
}
.popupAlert .popupImg {
    padding: 0px 12px !important;
	max-width: 320px;
}
.popupAlert .popupImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bodyContent {
	margin-bottom: 40px;
}


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

	.bodyContent {
		margin-bottom: 20px;
	}
	


	.bodyContent .dynamic-poi .owl-dots, .sidebar .dynamic-poi .owl-dots {
		text-align: center;
	}

	.bodyContent .dynamic-poi .owl-nav, .sidebar .dynamic-poi .owl-nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 15px;
		width: 300px;
	}
	.bodyContent .dynamic-poi .owl-nav .owl-prev, .sidebar .dynamic-poi .owl-nav .owl-prev {
		position: absolute;
		left: 0;
	}
	.bodyContent .dynamic-poi .owl-nav .owl-next, .sidebar .dynamic-poi .owl-nav .owl-next {
		position: absolute;
		right: 0;
	}
	.bodyContent .dynamicContent {
	}

}

@media only screen and (max-width : 567px) {
	.popupAlert .popupImg {
		padding: 30px 5px;
		text-align: center;
		margin: auto;
		width: 100%!important;
		display: none;
	}

	.popTitle {
		font-size: 40px;
		line-height: 50px;
	}

	.popupAlert {
		padding: 20px !important;
	}
	.welcomeBlock:after {
		background-image: url('images/mobile-creator-bg.png');
		background-repeat:no-repeat;
		background-position:top left;
		background-size: 100% auto;
		width: 100%;
		height: 100%;
	}
	.bg-dark .bg-dark-inner:before {
		background: url('images/mobile-creator-bg.png') left top no-repeat;
		background-size: 100% auto;
		width: 100%;
		max-width:100%;
		height: 100%;
		max-height: 100%;
	}

	.bg-dark .bg-dark-inner:after {
		display: none;
	}

	.popupAlert .noticeText {
		padding: 0 !important;
	}

}

body.error404 #pageBanner {
	margin-bottom: 50px;
}



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


	.head-links .head-link {
		margin: 0px 15px;
	}
	.head-links .head-link:after {
		right: -16px;
	}

	.menu-main-right-container ul li a {
		font-size: 24px;
		padding: 11px 30px 11px 0px;
	}


}

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

	/* reclaim the outer edges only - the gap between logo and icons is kept below */
	.headGroup,
	.fixedHeader .headGroup,
	.menuopen.fixedHeader .headGroup {
		padding-left: 15px;
		padding-right: 15px;
	}

	.headGroup .container > .row {
		margin-left: 0;
		margin-right: 0;
		column-gap: 24px;
	}

	.header_left,
	.header-right {
		padding-left: 0;
		padding-right: 0;
	}

}

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

	.headGroup .headerIcon img {
		max-height: 32px;
	}

	.header-right {
		gap: 16px;
	}

}

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

	.headbox-fixed-btm {
		bottom: 60px;
	}
	.menu-main-right-container ul li a {
		font-size: 26px;
		padding: 12px 30px 12px 0px;
	}


}