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

*/
:root {
	--body_colour : #58595b;
	--title_colour : #000000;
	--link_colour : #000000;
	--link_colour_hover : #e21f1d;	
	--button_bg: #e21f1d;
	--button_colour: #fff;
	--button_bg_hover: #000;
	--button_colour_hover: #fff;
}

/*Content Wrapper*/

/* 
	font-family: "liberation-sans",sans-serif;
	font-family: "EB Garamond", serif;
*/

/* clear */

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.scms-carousel .owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background:#999;
	border-radius:50%;
}
.scms-carousel .owl-nav {
	position:relative;
}
.scms-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.scms-carousel .owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.scms-carousel .owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.scms-carousel .owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
	opacity:0.8;
}
.scms-carousel .owl-dots .owl-dot.active {
	opacity:1;
}
.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
}
.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
}
.searchform input.searchInput {
	border: 0;
	height:30px;
	width:100%;
	background:transparent;
	padding: 4px 10px;
    outline: 0;
}
.searchform .searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}


/*news*/
.list-item{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.list-item-image{
	text-align:center;
}
.list-item-image a{
	display:block;
	padding:10px 0;
}
.list-item-text{

}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align:center;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color:#ffffff;
	background: transparent;
	transition:300ms;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index:990;
	position:fixed;
	height: 68px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
	border-bottom-color:#676767;
}
.socialDesktop {
	justify-content: end;
    display: flex;
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.menu-toggle{
    position:relative;
	padding-right:27px;	
	display:inline-block;
	cursor:pointer;
	height:15px;
    color: #ffffff;
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:27px;
	height:15px;
	right:0;
	top:0px;
	transition:300ms;
}
@media (min-width:992px){
	.menu-toggle .toggleText{
		display:inline-block;
	}
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 27px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
    background-color: #000;
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:2px;
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -8px;
}
.menu-toggle .toggleIcon span:after {
    top: 8px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 980;
	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%);
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after{
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

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

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

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

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

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

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



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

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

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

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


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

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

.callout.hasbg .coimg:before {
	content: '';
    display: block;
    width: 15%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;

    background: -moz-linear-gradient(left,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.8;

	z-index: 1;
	

}

.callout .coimg img{
	width:100%;
	height:100%;
	max-height: 900px;
	object-fit:cover;
	position:relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.home .callout .coimg img {
	min-height: 900px;
}

.bodyContent .callout .coimg img {
	min-height: 570px;
}


.callout.hasbg .calloutContent {
	/*padding-bottom:75px;
	padding-top:150px;*/
	position: absolute;
	top: 48%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	z-index: 11;
}
.callout.hastext.hasbg .calloutContent {
	/*padding-bottom:75px;
	padding-top:150px;*/
}

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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: #e21f1d;
	color:#fff;
	margin-bottom:30px;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}

/*.poiImage .poiImageBG:after {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	background:rgba(0,0,0,0.3);
}*/
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
}


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

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display: block;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	padding: 0px 0px;
	text-transform: uppercase;
}

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

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

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

.poiImage .poiText {
	padding:20px 25px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:0;
	text-align:center;
	width:100%;
	transition:300ms;
	background: #e21f1d;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom:50%;
	transform:translateY(50%);
}
.poi:hover .poiImage .poiImageBG {
	opacity:0;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

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

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

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

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

}
/*Animation*/


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

.container {
	max-width: 1140px;
}

footer#footer {
	margin: 0;
}
.footersocial {

}
.footersocial ul li {
	min-width: inherit;
	padding: 0px 5px;
}
.footersocial ul li:last-child {
	padding-right: 0;
}
.footersocial ul li:first-child {
	padding-left: 0;
}


/*Header Styles Css ------------------------- Start --------------- */

.headGroup {
	padding: 0 !important;
	background: transparent !important;
	height: 68px;
}
.fixedHeader .headGroup {
	padding: 0 !important;
	background:  #e21f1d !important;
}
.headGroup .container {
	max-width: 100%;
}

.head-left {
	padding: 0;
}
.headGroup .headerIcon {
	margin-left: 46px;
	margin-top: 37px;
	margin-bottom: -132px;
}


.menuopen .headGroup .headerIcon,
.fixedHeader .headGroup .headerIcon {
	margin-left: 46px;
	margin-top: 5px;
	margin-bottom: 0px;
	max-height: 58px;
    overflow: hidden;
}
.menuopen .headGroup .headerIcon .mainLogo,
.fixedHeader .headGroup .headerIcon .mainLogo {
	max-height: 75px;
	width:auto;
	object-fit:contain;
}



.headGroup .ceop-icon-logo {
	display: inline-block;
	margin-right:10px;
}

.headGroup .socialDesktop {
	display: inline-block;
	margin: 0 36px;
}
.headGroup ul.socials {
	margin: 0;
	padding: 0;
}
.headGroup ul.socials li {
	padding: 0px 5px;
	min-width: inherit;
}
.headGroup ul.socials li:first-child {
	padding-left: 0;
}
.headGroup ul.socials li:last-child {
	padding-right: 0;
}
.headGroup ul.socials li a {
	font-size: 16px;
}




.head-right {
	text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
	padding-right:0px;
	padding-left:0px;
}
.head-left {
	text-align: left;
	padding-right:0px;
}

.head-right-inner {
	text-align: right;
    display: inline-block;
	padding: 12px 30px 12px 20px;
	background: #e21f1d;
}
.head-right-inner .headRightMain {
	display:inline;
}
.head-right-inner a {
	color: #ffffff !important;
}
.head-right-inner a:hover {
	color: #000000 !important;
}

.head-right-inner .searchToggle {
	display: inline-block;
}




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

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top : 2px;
	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: 16px;
	height: auto;
	min-height: 24px;
	margin-left: 25px;
}


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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

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

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

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



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

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


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



/*Header Styles Css ----------------------------------------------------------------- END --------------------------------------- */



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


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




.homeBanner .slideText {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 50px;
	z-index: 111;
	line-height: 30px;
}

.homeBanner .slideText .slideText-top {
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: "EB Garamond", serif;

	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
}
.homeBanner .slideText .slideText-bottom {
	margin: 0px auto;
	text-shadow: 0px 0px 40px #000000, 0px 0px 50px #000000, 0px 0px 60px #000000, 0px 0px 80px #000000;
	color: #ffffff;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 16px;
	max-width: 1140px;
}

.welcomeBlock {
	padding: 115px 0 65px;
	margin-bottom: 0;
}

.welcome-img-bg {
	padding-right: 0;
}
.welcomeBlock .welcomeBlockText {
	padding-left: 65px;
    padding-right: 0;
}

.welcomeBlock .welcomeBlockText h1 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 30px;
}


.welcomeImage {
	margin-bottom: 25px;
}

.welcome_video_icon {
	display: inline-block;
	padding-left: 66px;
	line-height: 48px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
	background: url("images/play-icon.png") left top no-repeat;
	font-weight: 700;
}

.welcome-buttons {
	padding-top: 8px;
}



.callout-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -286px;
}

.callout .calloutTitle h3 {
	font-size: 70px;
	line-height: 55px;
	color: #ffffff;
	margin: 0;

	text-shadow: 0px 0px 60px #000000, 0px 0px 70px #000000, 0px 0px 90px #000000, 0px 0px 100px #000000;
	
}


.homeDynamic.dynamic-poi {
	margin: 0;
	position: relative;
	padding: 55px 0 150px;
}

.homeDynamic.dynamic-poi .row.pois {
	margin-top: 0;
}

.homeDynamic.dynamic-poi:before {
	width: 100%;
	height: 100%;
	max-height: 600px;
	content: '';
	background: #f7f7f7;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
}

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

.homeDynamic.dynamic-poi .mini_pois_container {
	margin-bottom: 63px;
}

.homeDynamic.dynamic-poi .miniPoi {
	text-align: center;
}

.homeDynamic.dynamic-poi .miniPoi a {
	display: inline-block;
	margin: 0px auto;
}

.homeDynamic.dynamic-poi .miniPoi .minipoiImg  {
	margin-bottom: 25px;
}

.homeDynamic.dynamic-poi .miniPoi a img {
	width: auto;
	max-width: 100%;
}

.homeDynamic.dynamic-poi .miniPoi a .poiText {
	font-size: 18px;
	color: #58595b;
}
.homeDynamic.dynamic-poi .miniPoi a .mini-poi-title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
}

.homeDynamic.dynamic-poi .miniPoi a:hover .mini-poi-title {
	color: #e21f1d;
}


.callout_container {
	position: relative;
}

.callout_carousel_pager {
	position: absolute;
	left: 43px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
}

.callout_carousel_pager span {
	width: 3px;
	height: 19px;
	background: #d8d7d6;
	margin: 8px 0px;
	display: block;
	font-size: 0;
	cursor: pointer;
}

.callout_carousel_pager span.cycle-pager-active {
	background: #e21f1d;
}

.homeDynamic.dynamic-callout {
	margin: 0;
}


.dynamic-news-events {
	margin: 0;
	padding: 130px 0 155px;
}

.dynamic-news-events .section_title {
	text-align: center;
}

.dynamic-news-events .section_title h2 {
	font-size: 70px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 90px;
}

.news_section.container {
	position: relative;
	margin-bottom: 90px;
}
.news_section.container .site-cycle-pager {
	position: absolute;
	left: -50px;
	top: 142px;
	z-index: 111;
}

.news_section.container .site-cycle-pager span {
	width: 3px;
	height: 19px;
	background: #d8d7d6;
	margin: 8px 0px;
	display: block;
	font-size: 0;
	cursor: pointer;
}

.news_section.container .site-cycle-pager span.cycle-pager-active {
	background: #e21f1d;
}


.news_image_slide img {
	min-height: 422px;
	object-fit: cover;
	width: 100%;
	max-width: auto !important;
}

.newsitem {
	padding-right: 0;
}

.newsItemImage {
    padding-left: 88px;
}
.news-details-box {
	padding-top: 10px;
}
.news-details-box .date {
	font-size: 14px;
	color: #808285;
	line-height: 20px;
	margin-bottom: 5px;
}

.news-details-box .date a {
	color: #808285;
}
.news-details-box .date a:hover {
	color: #000000;
}

.news-details-box .newsTitle {
	font-size: 50px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 15px;
}

.news_readmore_link {
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 37px;
	position: relative;
	margin-bottom: 40px;
}

.news_readmore_link:hover {
	color: #e21f1d;
}

.news_readmore_link:after {
	content: '';
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background:  url("images/arrow-button-hover.png") center center no-repeat;
}


.events_section.container {
	position: relative;
	padding: 0;
}
.eventsBlock {
	background: #f6f6f6;
	padding: 60px 35px 80px;
	position: relative;
	display: block;
	color: #8b8181;
	font-size: 18px;
	line-height: 26px;
}

.eventsBlock .news_readmore_link {
	position: absolute;
	right: 33px;
	bottom: 25px;
	margin-bottom: 0;
}

.eventsBlock .newsTitle {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0px;
	display: block;
	margin-bottom: 15px;
	font-weight: 400;
}

.eventsBlock .eventDate {
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}


.events_section.container .owl-nav {
	display: none;
}

.events_section.container .owl-dots {
	position: absolute;
	left: -50px;
	top: -8px;
	z-index: 111;
}
.events_section.container .owl-dots .owl-dot {
	display: block !important;
}
.events_section.container .owl-dots span {
	width: 3px;
	height: 19px;
	background: #d8d7d6;
	margin: 8px 0px;
	display: block;
	font-size: 0;
	cursor: pointer;
	border-radius: 0 !important;
}

.events_section.container .owl-dots .active span {
	background: #e21f1d;
}

.events_section.container .events_link.button {
	margin: 55px auto 0;
	display: block;
	max-width: 270px;
}

.footer-top-area {
	position: relative;
	background: #f6f6f6;
	padding: 90px 0 70px;
	color: #8b8181;
	line-height: 26px;
}
.ft-main-img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 36.3334%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


footer#footer h3 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	color: #000000;
}

.footer-top-area a {
	color: #8b8181;
}
.footer-top-area a:hover {
	color: #000000;
}

.footer-top-area .email-info {
	margin-bottom: 22px;
}


.footersocial ul {
	padding: 0;
	margin: 0 0 33px;
}

.footersocial ul li {
}

.footersocial ul li a {
	font-size: 16px;
	color: #e21f1d;
	text-decoration: none;
}
.footersocial ul li a:hover {
	color: #000000;
}

.ft-col-2 {
	padding-left: 4.3%;
}

.ft-col-2 .menu-footer-menu-container {
	margin-bottom: 81px;
}

.footer-top-area .news_readmore_link {
	color: #000000 !important;
	margin-bottom: 15px !important;
}
.footer-top-area .news_readmore_link:hover {
	color: #e21f1d !important;
}

.footer_bottom_logos {
	padding: 75px 0 60px;
	text-align: center;
	background: #ffffff;
}

.footer_bottom_logos img {
	margin: 0 38px;
}
.footer_bottom_logos img:first-child {
	margin-left: 0;
}
.footer_bottom_logos img:last-child {
	margin-right: 0;
}


.footerLower {
	padding: 10px 0;
	background: #ffffff;
	color: #58595b;
	font-size: 14px;
	line-height: 26px;
	opacity: 0.5;
}

.footerLower a {
	color: #58595b !important;
}
.footerLower a:hover {
	color: #e21f1d !important;
}

.footerLower .col-sm-4.text-sm-center a {
	margin: 0px 10px;
}
.footerLower .col-sm-4.text-sm-center a:first-child {
	margin-left: 0px;
}
.footerLower .col-sm-4.text-sm-center a:last-child {
	margin-right: 0px;
}



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




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

.breadcrumbs {
    font-size: 14px;
    line-height: 32px;
    color: #e21f1d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 25px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 45px;
    border-bottom: none;
    min-height: 32px;
    font-weight: 700;
	display: inline-block;
}

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

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

.breadcrumbs span > span {
    color: #000000;
}

.breadcrumbs a:hover {
    color: #000000;
}


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

.bodyContent table {
    position: relative;
    border-style: hidden;
    display: table;
}

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

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

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

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


.bodyContent .body-text {
	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: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

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




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



.bodyContent ul {
    /*list-style: none;
    padding-left: 0px;*/
}
.bodyContent ul li {
    /*padding-left: 17px;
    position: relative;
	line-height: 30px;*/
}

.embedVid {
	height:200px;
}
/*
.bodyContent ul:not[class] li:not[class]:before {
    content: '';
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #58595b;
    position: absolute;
    left: 0px;
    border-radius: 7px;
    top: 12px;
}*/




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

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

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






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

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 25px;
    background-color: #e21f1d;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
	text-transform: uppercase;
    line-height: 28px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;
	font-family: "liberation-sans",sans-serif;

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

}
.faq.open .faq-question {
    background: #e21f1d;
    color: #ffffff;
    border: none;
}
.faq-question:hover {
    background: #000000;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    display: block;
    width: 22px;
    height: 11px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 28px;
    transform:  rotate(-90deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;

	background-color: #ffffff !important;
    -webkit-mask-image: url("images/arrow-button.png");
    mask-image: url("images/arrow-button.png");


}

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

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

.faq-answer {
    display: none;
    padding: 0px !important;
    background: #f1f2f2;
    border: none !important;
    margin-bottom: 0px;
}
.faq-answer .col-md {
    padding: 50px 50px 55px !important;
}


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

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

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

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

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 25px;
    background-color: #e21f1d;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
	text-transform: uppercase;
    line-height: 28px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;
	font-family: "liberation-sans",sans-serif;

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

}



.dynamic-documents a.document-link:hover {
    background: #000000;
    color: #ffffff;
    border: none;
}

.dynamic-documents a.document-link:focus {
    background: #000000;
    color: #ffffff;
    border: none;
}

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


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

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 25px;
    background-color: #e21f1d;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
	text-transform: uppercase;
    line-height: 28px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;
	font-family: "liberation-sans",sans-serif;

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

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #000000;
    color: #ffffff;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #000000;
    color: #ffffff;
    border: none;
}


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




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

	position: relative;
    margin: 0;
    padding: 20px 68px 20px 25px;
    background-color: #e21f1d;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
	text-transform: uppercase;
    line-height: 28px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 700;
	font-family: "liberation-sans",sans-serif;

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

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #000000;
    color: #ffffff;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #000000;
    color: #ffffff;
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 22px;
    height: 11px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 28px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;
	background: url("images/arrow-button.png") center center no-repeat;
}
.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: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 73px solid transparent !important;
	border-left: 123px solid rgba(255, 255, 255, 1) !important;
	border-bottom: 73px 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 {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: transparent !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: 100px 25px 100px;
}
.bodyContent .callout .calloutContent {
	padding: 100px 25px 100px;
}
*/
.dynamic-callout .video_callout h3 {
	display: none !important;
}


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

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


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

.bodyContent .dynamic-quote {
}

.bodyContent .dynamic-quote .quoteContainer {
	background: #f7f7f7;
	padding: 0px;
	margin: 0;
	max-width: 100%;
}

.quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 70px 50px 80px;
	position: relative;
}

.quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: inherit;
	font-weight: 700;
	color: #e21f1d;
	font-style: normal;
	text-align: center;
	padding-bottom: 0 !important;
	
}

.dynamic-text-image-section {
	margin: 0;
	padding: 50px 0;
}

.dynamic-text-image-section .text_section_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dynamic-text-image-section .text_section_image .video_link {
	display: block;
	position: relative;
}

.dynamic-text-image-section .text_section_image .video_link:before {
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	background: url('images/video-play-icon.png') center center no-repeat;
	border-radius: 60px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	content: '';
	transform: translate(-50%, -50%);
	z-index: 1;
}

.dynamic-text-image-section .text_section_image .video_link:after {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.staffMember {
	margin-bottom: 50px;
	border-bottom: 2px solid #e0dbde;
}

.staffMember h3 {
	margin: 0px 0 15px;
}
.staffContent  {
	margin-top:30px;
	margin-bottom:30px;
}
.staff-meta .meta-label {
}
.staff-meta .meta-value {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	text-transform: inherit;
}

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

.dynamic-carousel .owl-nav {
	position: relative;
}

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

.dynamic-carousel .owl-nav button {
	background: url("images/arrow-button-hover.png") center center no-repeat !important;
	width: 22px;
	height: 11px;
	display: block;
	top: 15px !important;
}

.dynamic-carousel .owl-nav button.owl-prev {
	transform: rotate(180deg);
}



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

.body-container {
	margin: 0 auto;
}


.body-container .poi {
	height: 100%;
}


.wpforms-submit {
	display: inline-block !important;
    color: var(--button_colour,#fff) !important;
    border: none !important;
    background: var(--button_bg,#000) !important;
	text-decoration:none !important;
    line-height: 25px !important;
    padding: 10px 20px !important;
    position: relative !important;
    transition: 300ms !important;
	min-width: 165px !important;
	font-size: 12px !important;
	text-align: center !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important; 
	text-transform: uppercase !important;
	position: relative !important;	
	height: auto !important;
	border-radius: 0 !important;
}
.wpforms-submit:hover {
    background: var(--button_bg_hover,#000) !important;
}



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

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


.sidebar {
    padding-left: 0px;
	padding-top: 100px;
}
.side-menu-container {
    color: #000000;
    padding: 45px 40px 50px;
    position: relative;
	overflow: hidden;
	background: #f7f7f7;
	margin-bottom: 40px;
}

.sidebarSec {
	background: #f7f7f7;
    color: #000000;
    padding: 45px 40px 50px;
    position: relative;
}

.sidebarSec h2, .sidebarSec h3 {
	color: #000000;
	font-size: 30px;
	line-height: 40px;
}



.sidebarSec a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding: 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}
.sidebarSec a:hover {
	color: #e21f1d;
	text-decoration: underline;
}


/*
#menu-side > li > a {
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	font-family: "georgiapro",sans-serif;
	text-transform: inherit;
	font-weight: 400;
	display: none;
}
#menu-side > li > a > span {
}

#menu-side > li > a:after {
}
#menu-side > li {
}*/





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

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

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

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

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

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

#menu-side a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
	font-weight: 700;
	letter-spacing: 1.5px;
    padding: 15px 0px 15px 0px;
	background: transparent;
}

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

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

#menu-side .sub-menu li a:hover {
    color: #e21f1d;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 22px;
    height: 11px;
	line-height: 11px;
	top: 22px;
	font-size: 0 !important;
	background: url("images/arrow-button-hover.png") center center no-repeat;
	transform: rotate(0deg);
}
#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before {
}
#menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    /*width: 22px;
    height: 11px;
	line-height: 11px;
	top: 25px;
	font-size: 0 !important;
	background: url("images/arrow-button-hover.png") center center no-repeat;
	transform: rotate(0deg);*/
}


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



#menu-side li {
    margin: 0px;
}
#menu-side > li > a {
	font-size: 0;
	display: none;
}


#menu-side .sub-menu li li a {
    color: #e21f1d;
    line-height: 25px;
    padding: 10px 0;
}

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

#menu-side .sub-menu li.open li a:hover {
    color: #e21f1d;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#menu-side .sub-menu .sub-menu {
    padding: 0px 0px 0px;
    background: transparent;
}
#menu-side .sub-menu .sub-menu a {
	padding-left: 0px;
}
#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 10px 0px 10px 80px;
}

#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: #e21f1d;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
#menu-side .sub-menu li.open > a {
    color: #000000;
	background: transparent;
	text-decoration: none;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #e21f1d;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #e21f1d;
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

#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: #ffffff;
    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 ------------------ */


.standard-staff-image img {
	max-width: 100%;
	width: 230px;
} 

.standard-staff-text {
	padding-top: 5px;
}
.staff-meta .meta-label {
	font-size: 30px;
	color: #e21f1d;
	font-weight: 400 !important;
	margin-bottom: 10px;
	text-transform: inherit;
	line-height: 35px;
	font-family: "EB Garamond", serif;
}

.standard-staff-metas .staff-meta:last-child {
}

.staff-button {
	font-size: 14px;
	letter-spacing: 1px;
	color: #e21f1d;
	text-transform: uppercase;
	font-weight: 700;
}

.staffMember {
	border-bottom: 1px solid #000000;
	padding-bottom: 40px;
	margin-bottom: 30px;
}


.bodyContent .callout .calloutTitle h3 {
	margin-bottom: 50px;
}

.sidebar .callout .calloutTitle h3 {
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 55px;
}



.bodyContent .callout, .sidebar .callout {
	background: #f7f7f7;
	padding: 60px 45px;
	color: #58595b;
}

.bodyContent .callout .calloutTitle h3, .sidebar .callout .calloutTitle h3 {
	color: #000000;
	text-shadow: none;
}


.bodyContent .callout .calloutContent.container, .sidebar .callout .calloutContent.container {
	padding: 0;
}



.bodyContent .callout.hasbg, .sidebar .callout.hasbg {
	background: #f7f7f7;
	color: #ffffff;
	padding: 0 !important;
}


.bodyContent .callout.hasbg .calloutTitle h3, .sidebar .callout.hasbg .calloutTitle h3 {
	color: #ffffff;
}

.bodyContent .callout .button, .sidebar .callout .button {
	background: transparent;
	color: #e21f1d;
	

    border: none;
    background: transparent;
    text-decoration: none;
    line-height: 27px;
    font-size: 14px;
    padding: 0;
    position: relative;
    transition: 300ms;
    min-width: inherit;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.bodyContent .callout .button:hover, .sidebar .callout .button:hover {
	color: #000000;
}


.bodyContent .callout.hasbg .button, .sidebar .callout.hasbg .button {
	background: #e21f1d;
	color: #ffffff;
	

    border: solid 1px var(--button_bg, #000);
    background: var(--button_bg, #000);
    text-decoration: none;
    line-height: 27px;
    font-size: 14px;
    padding: 20px 65px 20px 25px;
    position: relative;
    transition: 300ms;
    min-width: 270px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;

}


.bodyContent .callout.hasbg .button:hover, .sidebar .callout.hasbg .button:hover {
	background: #000000 !important;
	color: #ffffff !important;
	border-color: #000000 !important;
}


.bodyContent .callout .calloutSubtitle, .sidebar .callout .calloutSubtitle {
	margin-bottom: 40px;
}

.bodyContent .poi {
	margin: 0;
}

.poi .textOnlyBlock {
	background: #f7f7f7;
	padding: 60px 45px;
	display: block;
	height: 100%;
	color: #58595b;
}

.poi .textOnlyBlock .poiText {
	padding: 0 !important;
}

.poi .quick-link-poi {
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #e21f1d;
	text-transform: uppercase;
	font-weight: 700;
}

.poi:hover .quick-link-poi {
	color: #ffffff;
}

.poi .textOnlyBlock .poiTitle {
	font-size: 50px;
	color: #000000;
	line-height: 55px;
	margin-bottom: 25px;
	font-family: "EB Garamond", serif;
	text-transform: inherit;
    font-weight: 400;
}

.poi:hover .textOnlyBlock .poiTitle {
	color: #ffffff;
}

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










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

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

	

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

	body.menuopen.home .headGroup {
	}

	.main-headbox .headimage-box {
		position: relative;
		padding-top: 0px;
		margin: 0px;
	}

	
	
	.main-headbox {
		position: fixed;
		left: -100%;
		transition: left 1000ms;
		top: 68px;
		z-index: 980;
		bottom: 0;
		width: 100%;
		overflow-x: hidden;
		height: calc(100vh - 68px);
		max-height:  100vh;
		border: none !important;
		background: transparent;
		border: none !important;
		box-shadow: none !important;
	}


	body.menuopen .main-headbox:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.3) !important;
		height: 100%;
		width: 100%;
		display: block;
		z-index: -1;
	}




	.menu_image_box {
		padding: 0;
		display: none;
	}
	.menu_image_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.menuopen .headGroup {
		width: 100%;
		background: #e21f1d !important;
	}
	.menuopen .headGroup .row.align-items-center {
		align-items: center !important;
	}

	body.admin-bar .main-headbox {
		margin-top: 32px;
	}
	
	body.menuopen .headGroup {
	}



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

	.menu-main-right-container ul {
		list-style: none;
		margin: 0px !important;
		padding: 60px 0px 50px 0 !important;
		float: none;
		width: 100%;
		position: relative;
		height: 100%;
		background: #e21f1d;
	}
	
	.menu-main-right-container ul li {
		display: block;
		padding: 0px 0px 0px 5%;
		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 20px !important;
		width: 100%;
		min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:start;

   }
	
	.menu-main-right-container ul li ul ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 20px !important;
		width: 100%;
		min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:start;
	}
	.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 a {
		border: none;
	}
	.menu-main-right-container ul li a {
		font-size: 50px;
		color: #ffffff;
		line-height: 50px;
		text-shadow: none;
		padding: 15px 40px 15px 20px;
		display: block;
		position: relative;
		text-transform: inherit;
		margin-right: 50px;
		letter-spacing: 0px;
		font-style: normal;
		border-bottom: none;
		border-radius: 0px;
		text-decoration: none;

		font-family: "EB Garamond", serif;
		
	}
	
	.menu-main-right-container ul ul li a {
		line-height: 25px;
		padding: 15px 35px 15px 0px;
		color: #000000;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border-bottom: none;
		font-style: normal;
		font-family: "liberation-sans",sans-serif;
		
	}

	.menu-main-right-container ul li a:hover {
		color: #000000;
	}
	.menu-main-right-container ul li:hover > a {
		color: #000000;
	}
	
	.menu-main-right-container ul ul li a:hover {
		color: #e21f1d;
		text-decoration: none;
	 }
	.menu-main-right-container ul ul li:hover > a {
		color: #e21f1d;
		text-decoration: none;
	 }



	 .menu-main-right-container ul li span {
		display: none;
	}
	.menu-main-right-container ul li > a:after {
		content: "\f105";
		position: absolute;
		right: 10px;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 19px;
		width: 22px;
		height: 11px;
		font-size: 0;
		background: url(images/arrow-menu.png) center center no-repeat;
		display: none;
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		background: url(images/arrow-button-hover.png) center center no-repeat;
		display: block;
	}

	.menu-main-right-container ul li li > a:after {
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
	}
	/*.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 : 99.9%;
		width: 105%;
		top: 0;
		background: #f7f7f7;
		padding: 140px 0px 40px 110px !important;
		padding:  70px 0px 40px 5% !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;
		margin-bottom: 0;
	}
	.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 {
		left : 100% !important;
		display: block;

		display: flex;
		left : 99.9%;
		top: 0;
		background: #f7f7f7;
		padding: 70px 0px 40px 5% !important;

	}	

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

   .menu-main-right-container ul ul ul li a {
		color: #e21f1d;
	}

	.menu-main-right-container ul ul ul li a:hover {
		color: #e21f1d;
		text-decoration: underline;
		text-underline-offset: 4px;
		text-decoration-thickness: 1px;
	}

	.menu-main-right-container ul ul li {
		float: none;
	}
	
	.mobile-menu-box, body.menuopen .mobile-menu-box {
		display: none;
	}
	

	#navbar {
		display: none;
	}
	.menuopen .headGroup {
		
	}
	/*.menuopen.home .headGroup {
		padding-top: 14px;
	}
	.menuopen.home .headGroup .mainLogo {
		max-height: 73px !important;
	}*/
	
	.menu_custom_image_box {
		height: 100%;
	}
	.menu-main-right-container ul li .menu_image_container {
		display: none;
	}
	.menu-main-right-container ul li:hover .menu_image_container {
		position: absolute;
		left: 100%;
		top: 0;
		width: 200%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.menu-main-right-container ul li .menu_image_container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}
	.main-menu-right {
		height: 100%;
		/*max-height: 770px;*/
	}
	.menu-main-right-container {
		height: 100%;
	}

	
	.slideText-bottom-2 {
		color: #ffffff;
	}

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

}

@media only screen and (min-width : 1400px) {
	.menu-main-right-container ul li {		
		padding-left:110px;
	}
	.menu-main-right-container ul li:hover ul {
		padding-left:110px!important;
	}
	.menu-main-right-container ul li ul li:hover ul {
		padding-left:110px!important;
	}
	
}

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

	.headGroup .socialDesktop, .headGroup .ceop-icon-logo {
		display: none;
	}
	.head-right-inner {
		
	}
	
	.headGroup .headerIcon {
		margin-top: 11px;
		margin-left: 19px !important;
	}
	.headGroup .headerIcon img {
		max-width: 94px;
	}

	#homeBanner {
		min-height: 640px;
	}
	.homeBanner .slideText {
		padding: 0px 24px;
	}
	.homeBanner .slideText .slideText-top {
		padding: 0px 15px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		font-size: 50px;
		line-height: 55px;
		font-weight: 400 !important;
	}

	.welcomeBlock {
		padding: 30px 0 72px;
	}
	.welcomeBlock .welcome-img-bg {
		padding: 0;
		margin-bottom: 55px;
	}

	.welcome_video_icon {
		margin-left: 25px;
	}

	.welcomeBlock .welcomeBlockText {
		padding: 0px 25px;
	}

	.homeDynamic.dynamic-poi .row.pois {
		display: block;
	}

	.homeDynamic.dynamic-poi .row.pois .col {
		padding: 0;
	}
	.dynamic-poi .row.pois .poi {
		margin-bottom: 35px;
	}

	.home .callout .coimg img {
		min-height: 640px;
	}
	.callout .calloutTitle h3 {
		font-size: 50px;
		line-height: 55px;
		padding: 0px 35px;
	}

	.homeDynamic.dynamic-poi {
		padding-bottom: 0;
	}
	
	.callout-btn {
		position: relative;
		left: auto;
		transform: inherit;
		bottom: auto;
		margin-top: 40px;
	}
	.callout.hasbg .coimg:before {
		width: 100%;
	}

	.callout_carousel_pager {
		top: auto;
		transform: inherit;
		width: 100%;
		text-align: center;
		bottom: 58px;
		left: 0;
	}

	.callout_carousel_pager span {
		width: 19px;
		height: 3px;
		background: #d8d7d6;
		margin: 0px 5px;
		display: inline-block;
		font-size: 0;
		cursor: pointer;
	}

	.dynamic-news-events {
		margin: 0;
		padding: 80px 0 100px;
	}

	.dynamic-news-events .section_title h2{
		font-size: 70px;
		line-height: 75px;
		text-align: left;
		padding-left: 18px;
		padding-right: 18px;
	}

	.news_section.container {
	}

	.news_image_slide img {
		width: 100%;
		min-height: inherit;
	}
	.newsitem {
		padding: 0px 25px;
		margin-bottom: 30px;
	}

	.dynamic-news-events .section_title h2 {
		margin-bottom: 70px;
	}
	.newsItemImage {
		padding: 0px 25px;
	}

	.news_section.container {
		margin-bottom: 60px;
	}
	.events_section.container, .events_section.container .container {
		padding: 0;
	}
	.events_section.container .events_link.button {
		margin: 90px auto 0;
	}
	.events_section.container .owl-dots {
        position: relative;
        left: auto;
        top: 25px;
        z-index: 111;
    }
	.events_section.container .owl-dots .owl-dot {
		display: inline-block !important;
	}
	.events_section.container .owl-dots span {
		width: 19px;
		height: 3px;
		background: #d8d7d6;
		margin: 0px 5px;
		display: inline-block;
		font-size: 0;
		cursor: pointer;
	}

	.ft-main-img {
		top: auto;
		position: relative;
		right: auto;
		max-width: 100%;
		width: 100%;
		height: auto;
		max-height: 330px;
		object-fit: cover;
		display: block;
	}

	.ft-col-1 {
		padding: 0px 25px;
		margin-bottom: 40px;
	}
	.ft-col-2 {
		padding: 0px 25px;
		margin-bottom: 70px;
	}
	.ft-col-2 .menu-footer-menu-container {
		margin-bottom: 35px;
	}
	.footer-top-area {
		padding-bottom: 0;
	}

	.footer_bottom_logos .container {
		padding: 0px 25px;
	}
	.footer_bottom_logos img {
        margin: 0 10px 35px !important;
    }

	.footerLower, .footerLower .col-sm-4 {
		text-align: left !important;
		width: 100% !important;
	}
	.footer_bottom_logos {
		padding: 50px 0 0px;
	}
	.footerLower .col-sm-4 {
		padding: 0px 25px;
	}





	#navbar {
		width: 100%;
		max-width: 100%;
		background: #e21f1d; 
		padding: 80px 0px 60px;
		color: #ffffff;
		top: 0px !important;
		border: none;
	}

	#navbar.menu-level-2 {
		background: #f7f7f7;
		padding-top: 180px;
	}
	#navbar.menu-level-3 {
		background: #f7f7f7;
		padding-top: 180px;
	}

    .menuopen .mainLogo {
        display: none;
    }





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

    
    
    .menuopen.menu-level-third .menu-toggle .toggleIcon span, 
    .menuopen.menu-level-third .menu-toggle .toggleIcon span:before, 
    .menuopen.menu-level-third .menu-toggle .toggleIcon span:after, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span:before, 
    .menuopen.menu-level-second .menu-toggle .toggleIcon span:after {
        background: #ffffff;
    }


	.menuopen .headGroup {
		z-index: 99999;
		width: 100%;
		background: transparent !important;
		padding-top: 0px !important;
		color: #ffffff !important;
	}

	/*.menuopen .headGroup .row.align-items-center {
		align-items: start !important;
	}*/

	.menuopen {
		margin: 0;
	}
	/*
	.menuopen .header-buttons {
		display: block !important;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		padding: 15px 25px;
        line-height: 25px;
		margin: 0;
		z-index: 11;
        background: #c81d4a;
	}
	.menuopen .headGroup .button, body.home.menuopen .headGroup a.button {
        padding: 0 !important;
        margin: 0px 10px !important;
        background: transparent !important;
        min-width: inherit;
	}

    .menuopen .headGroup .searchToggle {
        margin-right: 5px;
    }

	.menuopen .topMenuSide {
        margin: 0px 10px;
	}
	.menuopen .menu-toggle .toggleText {
		display: none;
	}

	.menuopen .header-right .header-links .header-link:last-child {
	}

	.menuopen #navbar.menuLevel1 .headerRight .header-links {
	}

	#navbar.menuLevel1 .headerRight .header-links {
	}
	#navbar.menuLevel1 .headerRight .header-links {
	}


	#navbar .headGroup .headerIcon {
	}*/

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

	#navbar.menu-level-2 #menu-main li {
		display: none;
	}
	#navbar.menu-level-2 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-2 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-2 #menu-main li.open li.open > a {
		display: block !important;
	}

	#navbar.menu-level-2 #menu-main li.open li {
		display: block;
	}


	#navbar.menu-level-3 #menu-main li {
		display: none;
	}
	#navbar.menu-level-3 #menu-main li.open {
		display: block;
        height: 100%;
	}
	#navbar.menu-level-3 #menu-main li.open > a {
		display: none !important;
	}
	#navbar.menu-level-3 #menu-main li.open li.open > a {
		display: none !important;
	}

	#navbar.menu-level-3 #menu-main li.open li.open li {
		display: block;
	}


	.main-navigation.menu-level-3 ul.sub-menu a.back-to-main{
		display : none !important;
	}
	
	.main-navigation.menu-level-3 ul.sub-menu ul.sub-menu a.back-to-main{
		display : block !important;
	}	

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


	
	#menu-main li {
		margin-bottom: 0;
	}
	#menu-main li a {
		font-size: 50px;
		border: none;
		line-height: 70px;
		letter-spacing: 0px;
		color: #ffffff;
		padding: 0px 35px 0px 0px;
		text-transform: inherit;
		display: block;
		font-family: "EB Garamond", serif;
	}


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


	#menu-main li.menu-item-has-children > a:before {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 30px;
		width: 22px;
		height: 11px;
		transform: rotate(0deg);
		display: block;
		right: 0px;
		font-size: 0;
		background: url('images/arrow-button.png') center center no-repeat;
	}
	#menu-main li.menu-item-has-children > a:hover:before {
	}
	#menu-main li li a:before {
		display: none !important;
	}
	#menu-main li li.menu-item-has-children:hover > a:before {
	}

	#menu-main li li.menu-item-has-children > a:before {
		top: 16px;
		right: 35px;
	}

	#menu-main li a:hover {
		color: #ffffff;
	}
	#menu-main li.current-menu-item > a {
		color: #ffffff;
		background: transparent;
		display: inline-block;
	}

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

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

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

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
        color: #000000;
		padding-right: 40px;

		font-family: "liberation-sans",sans-serif;
		
	}
	#menu-main .sub-menu li.menu-item-has-children > a:before {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 12px;
		width: 22px;
		height: 11px;
		transform: rotate(0deg);
		display: block !important;
		right: 15px;
		font-size: 0;
		background: url('images/arrow-button-hover.png') center center no-repeat;
		background-size: cover !important;
	}
	#menu-main .sub-menu li.menu-item-has-children a:hover:before {
	}

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


	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #e21f1d;
		text-decoration: none;
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: #e21f1d;
		text-decoration: none;
	}
	
	#menu-main .sub-menu li a:before { 
	}

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


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

	}
	#menu-main .sub-menu .sub-menu {
	}

	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		margin-bottom: 0px !important;
		display: block;
		position: fixed;
		color: #000000 !important;
		top: 117px;
		left: 25px;
		font-weight: 700;
		line-height: 35px !important;
		z-index: 99999999 !important;

		font-family: "liberation-sans",sans-serif;

	}
	.back-to-main:hover {
		color: #ffffff !important;
	}

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


	#navbee.menu-main-container {
		display: block;
	}

	#menu-main {
		margin: 0;
	}


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

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


	.menuopen .head-left {
		display: none;
	}

	.menuopen .head-right {
		text-align: right;
		width: 100%;
	}
	.menuopen .head-right-inner {
		width: 100%;
		display:flex;
		align-items:center;
        justify-content: space-between;
	}
	.menuopen .menu-toggle {
		margin-left: 50px;
	}

	.menuopen .headGroup .socialDesktop, .menuopen .headGroup .ceop-icon-logo {
		display: inline-block;
		vertical-align: middle;
	}




	.homeDynamic.dynamic-poi .miniPoi a img {
		margin: 0px auto;
	}
	.homeDynamic.dynamic-poi .mini_pois_container .owl-nav {
		display: none;
	}
	.homeDynamic.dynamic-poi .mini_pois_container .owl-dots {
		position: relative;
		left: 0px;
		top: 35px;
		z-index: 111;
		width: 100%;
		text-align: center;
	}
	.homeDynamic.dynamic-poi .mini_pois_container .owl-dots .owl-dot {
		display: inline-block !important;
	}
	.homeDynamic.dynamic-poi .mini_pois_container .owl-dots span {
		width: 19px;
		height: 3px;
		background: #d8d7d6;
		margin: 8px;
		display: block;
		font-size: 0;
		cursor: pointer;
		border-radius: 0 !important;
	}
	
	.homeDynamic.dynamic-poi .mini_pois_container .owl-dots .active span {
		background: #e21f1d;
	}

	.callout.hasbg .calloutContent {
		top: auto;
		transform: none;
		bottom: 143px;
	}


	.hide-on-mobile	{
		display: none;
	}

	.slideText-bottom-2 {
		text-align: center;
		padding: 25px 25px 0;
		color: #58595b;
		width: 100%;
	}

}












.popupAlert.fancybox__content {
	width: 652px;
	max-width: 100%;
	padding: 50px 68px 68px;
	color: #58595b;
	background: #ffffff;
	text-align: left;
	position: relative;
	font-size: 18px;
	line-height: 26px;
}
	
.popupAlert .noticeText .popTitle {
	color: #000000;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	margin-bottom: 30px !important;
	text-transform: inherit;
	
	font-family: "EB Garamond", serif;
}

.popupAlert .alert-btn-bar {
	margin-top: 45px;
	position: relative;
}

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

.popupAlert .button-alert .button:after {
	display: none;
}
.popupAlert.fancybox__content>.f-button.is-close-btn {
	top: 0 !important;
	right: 0px !important;
	color: #e21f1d !important;
	border-radius: 0px !important;
	background: transparent !important;
}

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


body.home .callout {
	width: 100%;
}

.popupAlert.fancybox__content {
    padding: 25px 25px 68px;
    color: #58595b;
    font-size: 16px;
    line-height: 26px;
}


.popupAlert .noticeText .popTitle {
	font-size: 40px;
    line-height: 44px;
}








