/*
	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 : #103854;
	--title_colour : #245b77;
	--link_colour : #ce303e;
	--link_colour_hover : #245b77;	
	--button_bg: #ce303e;
	--button_colour: #ce303e;
	--button_bg_hover: #245b77;
	--button_colour_hover: #ffffff;
	--wpforms-field-size-font-size :21px;
    --wpforms-field-size-line-height: 1.23;
	--wpforms-label-size-font-size : 21px;
    --wpforms-label-size-line-height: 1.23;
}

@font-face {
    font-family: 'Thesignature';
    src: url('fonts/Thesignature.woff2') format('woff2'),
        url('fonts/Thesignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*Content Wrapper*/

#logocontainer{           
	width:100%;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: url('images/body-bg.jpg') center center repeat;*/
	background-color:#3f6d73;
	position:fixed;
	top:0;
	left:0;
    z-index: 9999;
}

#logocontainer .logo-animation{
	width:500px;
	height:500px;
	margin: auto;
}

/* clear */


body {
	background-color:#fff;
	background: url('images/body-bg.jpg') center center repeat;
}
.wrapper {
	/*background:#fff;*/
}

.well {
	padding:10px 15px;
	background:#eaeaea;
	border:solid 1px #ddd;
	margin:20px 0;
}
.owl-dots span {
	width:8px;
	height:8px;
	display:inline-block;
	background:#ccced4;
	border-radius:50%;
	border: 1px solid #ccced4;
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 4px;
	opacity:1;
}
.owl-dots .owl-dot.active {
	opacity:1;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	border-color: #ce303e;
	background: #ffffff;
}


.breadcrumbs {
	font-size:0.875rem;
	color:#676767;
	padding-bottom:1.25rem;
	position:relative;
	border-bottom:solid 1px #d7d9d9;
	margin-bottom:1.25rem;
}
.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
}
.searchform input.searchInput {
	border: 0;
	height:30px;
	width:100%;
	background:transparent;
	padding: 4px 10px;
    outline: 0;
}
.searchform .searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
    outline: 0;
}


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

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

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

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height: 0px;
	position:relative;
}
.headGroup {
	color:#ffffff;
	background: transparent;
	border-top: 8px solid #ce303e;
	transition:300ms;
	padding: 32px 57px 10px 60px;
	z-index:220;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0;
}
.fixedHeader .headGroup {
	background: #ffffff;
	padding: 10px 57px 10px 53px;
	border: none;
}

.headGroup .container {
	max-width: 100%;
}
.header-right {
	text-align: right;
	padding: 0;
}
.header-left {
	padding: 0;
}
.headerSearch {
	display: inline-block;
}
/*
.mainLogo {
	display: block;
}
.stickyLogo {
	display: none;
}

.fixedHeader .mainLogo {
	display: none;
}
.fixedHeader .stickyLogo {
	display: block;
}*/
body:not(.fixedHeader) .headerIcon img{
	filter: brightness(0) invert(1);
}
.fixedHeader .stickyLogo {
	max-height:80px;
	width:auto;
}
.head-links {
	display: inline-block;
	vertical-align: middle;
}

.head-links .head-link {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	margin: 0 18px;
}

.head-links .head-link:hover {
	color: #ce303e;
}

.fixedHeader .head-links .head-link {
	color: #103854;
}

.fixedHeader .head-links .head-link:hover {
	color: #ce303e;
}


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

.menu-toggle{
    position:relative;
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
	height:67px;	
}
.menu-toggle .toggleText{
	display:none;
	vertical-align:middle;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
    color: #ffffff;
}
.menu-toggle:hover .toggleText{
    color: #ce303e;
}

.fixedHeader .menu-toggle .toggleText{
    color: #103854;
}
.fixedHeader .menu-toggle:hover .toggleText{
    color: #ce303e;
}


.menu-toggle .toggleIcon {
	position:relative;
	width:67px;
	height:67px;
	border-radius: 50%;
	transition:300ms;
	border: 1px solid #ffffff;
	margin-left: 16px;
	display: inline-block;
	vertical-align: middle;
}
.menu-toggle:hover .toggleIcon {
	border: 1px solid #ce303e;
}
.fixedHeader .menu-toggle .toggleIcon {
	border: 1px solid #103854;
}

.fixedHeader .menu-toggle:hover .toggleIcon {
	border: 1px solid #ce303e;
}


@media (min-width:992px){
	.menu-toggle .toggleText{
		display:inline-block;
	}
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 36px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    transition:all 300ms;
	position:absolute;
}

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


.fixedHeader .menu-toggle .toggleIcon span,
.fixedHeader .menu-toggle .toggleIcon span:before,
.fixedHeader .menu-toggle .toggleIcon span:after {
    background-color: #103854;
}

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


.menu-toggle .toggleIcon span {
	top:50%;
	left:50%;
	transform: translateX(-50%);
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -9px;
}
.menu-toggle .toggleIcon span:after {
    top: 9px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}
#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	overflow-x: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top: 0px;
	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;
	background: #f6f6f6;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right: 70px;
}	
#menu-main li.toggleable > a .arrow {
	position:absolute;
	right: 20px;
	top: 20px;
	width:30px;
	height:30px;
}	
#menu-main li.toggleable > a .arrow:after {
	position:absolute;
	content: '\f054';
	display: block;
	width: 17px;
	height: 27px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(-90deg);
	transition: 300ms;
	font-size: 0;
	background-color: #ce303e;
    -webkit-mask-image: url("images/faq-icon.png");
    mask-image: url("images/faq-icon.png");	
}
#menu-main li.open.menu-item-has-children > a .arrow:after{
	transform:rotate(0deg);
}
#menu-main li li > .arrow, #menu-main li li > a .arrow:after {
	display: none;
}
#menu-main li li.menu-item-has-children > a .arrow {
	display: block;
}
#menu-main li li.menu-item-has-children > a .arrow:after {
	display: block;
}

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

.hero .slide .slideImage:before, #pageBanner .hero .slide:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,0.27);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#homeBanner .videoframe:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,0.27);
	background: linear-gradient(0deg, rgba(0,0,0,0.27) 0%, rgba(0,0,0,0.60) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height:100%;
	min-height:200px;
}
.homeBanner  .slideText {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
}
.homeBanner  .slideText .container {
	max-width: 680px;
}


.homeBanner  .slideText .top_text {
	font-size: 100px;
	line-height: 90px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
}

.homeBanner  .slideText .bottom_text {
	max-width: 420px;
	color: #ffffff;
	font-size: 21px;
	line-height: 26px;
	margin: 0px auto 57px;
}

.homeBanner  .slideText .banner_button {
	background: rgba(0,0,0,0.15);
	border-color: #ffffff;
	color: #ffffff;
	margin: 0px 12px;
}
.homeBanner  .slideText .banner_button:hover {
	background: rgba(0,0,0,0.5);
	border-color: #ffffff;
	color: #ffffff;
}

.homeBanner  .slideText .banner_button:after {
	width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    position: absolute;
    top: 20px;
    right: -30px;
    display: block;
}

.homeBanner  .slideText .banner_button:last-child:after {
	display: none;
}
.homeBanner  .slideText .videoButton {
	margin-top:20px;
}
.homeBanner  .slideText .videoButton .button{
	background:#ce303e;
    --button_colour: #fff;
}
.homeBanner  .slideText .videoButton .button:hover{
	background:#fff;
    --button_colour_hover: #ce303e;
}
.hero .bannerImage {
	object-position: 100%;
}

.banner_bottom_texts {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 60px 0;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0);
	z-index: 111;
}
.banner_bottom_texts.aos-animate {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	
}
.banner_bottom_texts:after {
	content: '';
	width: 1px;
	height: 0%;
	background: rgba(255, 255, 255, 0);
	transition:300ms;
    transition-delay: 1.2s;
	top: 0%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	display: block;
	margin: 0;
}
.banner_bottom_texts.aos-animate:after {
	top:0;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}
.banner_bottom_texts .banner_bottom_text {
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	margin: 0px 43px;
	position: relative;
}

.banner_bottom_texts .banner_bottom_text:after {
	content: '';
	width: 1px;
	height: 25px;
	background: #ce303e;
	position: absolute;
	display: block;
	right: -46px;
	top: 16px;
}

.banner_bottom_texts .banner_bottom_text:last-child:after{
	display: none;
}
/*
#homeBanner .banner_bottom_texts .banner_bottom_text:nth-child(2):after {
	display:none;
}*/
@media (max-width:400px){
	.homeBanner .slideText .banner_button {
		display:block;
		margin:10px auto 0;
	}
	.homeBanner .slideText .banner_button:after {
		display:none;
	}
}


/*------------------------------------*\ 
    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: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:58px;
	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: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



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

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

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

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


/******Staff********/
.staffMember {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #eee;
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
	font-weight:700;
}
.staff-meta.featured-staff-metas .staff-meta > *{
	display:inline-block;
}
.staff-meta a.email-value{
	font-size: 0;
    color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.staff-meta a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
	transition:300ms;
}
.staff-meta a.email-value:hover:before{
	background-color:#ccc;
}
.staffLightbox {
	width:768px;
	max-width:100%;
}
.staffLightbox .bodyContent {
	margin-bottom:0;
}
.staffLightbox .bodyContent .body-text{
	max-height: 32vh;
	overflow-y: auto;
	margin-bottom:30px;
    padding: 0 15px 0 0;
}
.staffLightbox .staff-meta .meta-value {
	font-size:1em;
}
.staffLightbox .body-text::-webkit-scrollbar {
	 width: 4px;
	background-color: #fff;
}
.staffLightbox .body-text::-webkit-scrollbar-thumb {
	background-color: #7c7e8d;
}
.staffLightbox .body-text::-webkit-scrollbar-track {
	background-color: var(--main-color);
	-webkit-box-shadow: inset 0 0 0px 1px #fff;
	box-shadow: inset 0 0 0px 1px #fff;
}
a.button.loading {
	background:#000!important;
	color:#fff!important;
}
.returnPage {
	margin:0 0 40px;
}
/*****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 {
	margin: 0;
}
.callout .calloutTitle:before {
	content: '';
	width: 58px;
	height: 67px;
    display: block;
    background-color: #ffffff !important;
    -webkit-mask-image: url("images/icon.png");
    mask-image: url("images/icon.png");
	margin: 0px auto 20px;
}
.callout .calloutTitle h3 {
	line-height: 90px;
	font-size: 80px;
	margin-bottom: 40px;
}
.callout .calloutText {
	margin-bottom: 45px;
}

.callout .button {
	border-color: #ffffff;
	color: #ffffff;
	background: rgba(0,0,0,0.27);
}

.callout .button:hover {
	border-color: rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	background: rgba(0,0,0,0.5);
}

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

.callout.hasbg .calloutContent {
	padding-bottom: 195px;
	padding-top: 195px;
}
.callout.hastext.hasbg .calloutContent {
	padding-bottom: 195px;
	padding-top: 195px;
}

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

.poi {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background: #ce303e;
	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,
.poiImage .poiImageBG video{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	left: 0;
	top: 0;
}
.poiImage .poiImageBG video{
	opacity:0;
	transition:300ms;
}

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

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


.textOnlyBlock .poiText {
	position:relative;
	padding: 40px 0px 120px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size:45px;
	font-weight:400;
	position:relative;
	padding:0px;
	text-transform: inherit;
	line-height: 49px;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

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

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

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

.poiImage .poiText {
	padding:20px 0px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:0;
	text-align:center;
	width:100%;
	transition:300ms;
	min-height: 91px;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom:0;
	min-height: 100%;
	transition:300ms;
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.poi:hover .poiImage .poiImageBG video{
	opacity:1;
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

.poi .textOnlyBlock .poiText .poi-button {
	display: block !important;
}

@media (max-width:768px){
	.poiImage .poiImageBG video{ 
		display:none!important;	
	}
}
/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
.welcomeBlock {
	margin-bottom:40px;
}
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/

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

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

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

}
/*Animation*/


.hideme {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.hideme.active {
	opacity:1;
	top:0;
}
@media (min-width:1400px){
.container {
	max-width: 1140px;
}
}





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

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

.searchToggle .searchform {
	width: 30px;
	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: #ce303e;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 5px 10px;
	height: 36px;
	font-size: 18px;
	letter-spacing: 0px;
}

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

.fixedHeader .headerSearch .searchSubmit {
	background: url("images/search-icon-sticky.png") center center no-repeat;
}
.fixedHeader .headGroup .searchSubmit:hover {
	background: url("images/search-icon-hover.png") center center no-repeat;
}

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

.header-right .searchInput.s::placeholder {
	color: #ffffff;
}


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


.welcomeBlock {
	padding: 74px 0 62px;
	margin: 0;
	text-align: center;
	position: relative;
}
.welcomeBlock:before {
	content: '';
	width: 1px;
	height: 50px;
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}


.welcome-logo {
	margin: 0px auto 50px;
}

.welcomeBlock .welcome-content {
	max-width: 640px;
	margin: 0px auto;
}

.welcome_cite, .spec_style, .calloutSubtitle, .dynamic-map-section .block_details span {
	font-size: 60px;
	line-height: 90px;
    font-family: 'Thesignature';
	margin: 30px 0 0;
	display: block;
}
.spec_style {
	margin-bottom: 25px;
}
.calloutSubtitle {
	margin: 0;
	line-height: 60px;
}
.dynamic-poi {
	margin: 0;
}
.dynamic-poi .container-fluid{
	margin: 0;
	max-width:1500px;
	margin:0 auto;
}
.poi-button {
	position: absolute;
	bottom: 33px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	border: 1px solid #ffffff;
	background: rgba(0,0,0,0.24);
	color: #ffffff;
}

.poi:hover .poi-button {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
}

/*.dynamic-poi .pois .poi .poiImage:before{
	display: none;
}
.dynamic-poi .pois .poi .poiImage .poiImageBG,
.dynamic-poi .pois .poi .poiImage .poiImageBG img{
	min-height: 300;
	position: relative;
}*/

.dynamic-poi .pois .poi {
	width: 100%;
	height: 100%;
}



@media only screen and (min-width : 992px) {
	
	.dynamic-poi .pois{
		display: grid;
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		grid-gap : 20px;
	}
	.dynamic-poi .pois .poi {
		margin-bottom: 0;
	}

	.dynamic-poi .poi-col-1 {
		grid-row: 1/3;
	}
	.dynamic-poi .poi-col-1 .poi .poiImage:before {
		padding-top: 100%;
	}

	.homeDynamic.dynamic-poi .poi-col-2 {
		
	}

	.homeDynamic.dynamic-poi .poi-col-3 {
		
	}
	

}

.homeDynamic.dynamic-text-image-block {
	padding: 135px 0 144px;
}

.dynamic-text-image-block {
	margin: 0;
	position: relative;
}



.section_title {
}
.section_title h2 {
	color: #245b77;
	font-size: 80px;
	line-height: 80px;
}
.section_title h2 span {
	display: block;
	font-size: 60px;
	line-height: 70px;
    font-family: 'Thesignature';
	margin: 0px 0 0;
	display: block;
	color: #245b77;
}
.section_title h2 em {
	color: #ce303e;
}

.dynamic-text-image-block .block_details {
	max-width: 360px;
	margin-bottom: 70px;
}

.dynamic-text-image-block .img-box.image_on_right {
	padding-left: 33px;
}
.dynamic-text-image-block .text-block-main img {
	width: 100%;
	max-width: inherit;
}
.dynamic-text-image-block .img-box.image_on_left {
	padding-right: 33px;
}
.dynamic-text-image-block .img-box {
	position: relative;
}
.dynamic-text-image-block .img-box:before {
	position: absolute;
	top: 30px;
	content: '';
	height: 230px;
	background: #ce303e;
	display: block;
	width: 20px;
}

.dynamic-text-image-block .img-box.image_on_left:before {
	right: 13px;
}
.dynamic-text-image-block .img-box.image_on_left {
	text-align:right;
}
.dynamic-text-image-block .img-box.image_on_right:before {
	left: 13px;
}
.dynamic-text-image-block .img-box.image_on_right {
	text-align:left;
}

.dynamic-news {
	background: #f6f6f6;
	padding: 104px 0 119px;
	margin: 0;
}
.dynamic-news .full-container {
	max-width:1500px;
	margin:0 auto;
}
.dynamic-news .news_single_item {
	width: 100%;
	padding: 0;
}

.dynamic-news .news_content {
	display: flex;
	flex-wrap: wrap;
}

.dynamic-news .news_content_details {
	width: 100%;
	max-width: 58.8%;
	background: #ffffff;
	padding: 60px 40px;
	color: #245b77;
}
.dynamic-news .news_content_details .date {
	color: #245b77;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 40px;
}
.dynamic-news .news_content_details .date a {
	color: #245b77;
}

.dynamic-news .news_content_details h3 {
	color: #245b77;
	font-size: 45px;
	line-height: 50px;
	margin: 0;
	max-width: 300px;
}
.dynamic-news .news_content_details h3 a {
	color: #245b77;
}

.dynamic-news .news_img_content {
	width: 100%;
	max-width: 41.2%;
}
.dynamic-news .news_img_content .sliderThumb {
	position:relative;
	height:100%;
}
.dynamic-news .news_single_item img {
	max-width: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 337px;
	object-position: top center;
}

.dynamic-news .news_single_item:nth-child(1) img {
	max-height: 694px;
}
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content {
	display: block;
	position: relative;
	height: 100%;
}
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content .news_img_content {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content .sliderThumb {
	height: 100%;
}
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	z-index: 11;
	background: transparent;
	color: #ffffff;
	padding: 55px 12%;
}

.news_content_text_first_post {
	padding-top: 25px;
	max-width: 230px;
}

.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details .date, 
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details .date a,
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details h3, 
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details h3 a {
	color: #ffffff;
}

.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_info_details {
	position: absolute;
	left: 12%;
	bottom: 65px;
	width: 100%;
	max-width: 270px;
}
.dynamic-news .info_grid_news_section {
	margin: 0;
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-gap : 10px;
}
.dynamic-news .info_grid_news_section .news_single_item:nth-child(1){
    grid-column: 1 / 3;
}
@media only screen and (min-width : 992px) {
	
	
	.dynamic-news .info_grid_news_section {
		grid-template-columns: calc(43.3% - 10px) calc(56.7% - 10px);
	}
	

	.dynamic-news .info_grid_news_section .news_single_item:nth-child(1){
		grid-row: 1/3;
		grid-column: 1;
	}



}



.dynamic-logos {
	text-align: center;
	margin: 0;
	padding: 135px 0 120px;
	position: relative;
}

.dynamic-logos:before {
	content: '';
	width: 1px;
	height: 0px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	z-index: 1;
	left: 50%;
	display: block;
	top: -78px;
	transform: translateX(-50%);
	transition:500ms;
	opacity:0;
}
.dynamic-logos.active:before {
	height: 155px;
	opacity:1;
}
.dynamic-logos .logo_container {
	max-width: 890px;
	margin: 0px auto;
}

.dynamic-logos .logo_item.item img {
	max-width: 100%;
	width: auto;
	object-fit: contain;
    max-height: 180px;
	margin: 0 auto;
}
.dynamic-logos  .owl-carousel .owl-stage {
	display:flex;
	align-items:center;
}
.dynamic-logos .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -68px;
	text-align: center;
}

.dynamic-logos .section_title h2 {
	margin-bottom: 35px;
	color: #416e74;
}

.dynamic-logos .section_details {
	max-width: 580px;
	margin: 0px auto 110px;
}

.owl-nav button {
	width: 82px;
	height: 82px;
	background: #efefef !important;
	border-radius: 50%;
	font-size: 0 !important;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.owl-nav button:hover {
	background-color: #245b77 !important;
}

.owl-nav button:before {
	content: '';
	width: 27px;
	height: 18px;

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

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
}

.owl-nav button:hover:before {
	background: #efefef !important;
}

.owl-nav button.owl-next {
	margin-right: auto;
	margin-left: 15px;
}
.owl-nav button.owl-next:before {
	transform: translate(-50%, -50%) rotate(180deg);
}


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

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

.dynamic-logos .owl-nav button {
	margin-top: -41px;
}
.dynamic-logos .owl-nav button.owl-prev {
	left: -120px;
}
.dynamic-logos .owl-nav button.owl-next {
	right: -120px;
}

.dynamic-logos .logos {
	margin-bottom: 185px;
}

.logos_bottom_buttons .button {
	margin: 0px 12px;
	padding-top: 14px;
    padding-bottom: 14px;
}







/* Inner Page Styles ------------------------ */


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

.breadcrumbs {
    font-size: 22px;
    line-height: 25px;
    color: #ce303e;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 25px 15px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 75px;
    border-bottom: none;
    min-height: 25px;
    font-weight: 400;
	display: inline-block;
}

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

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

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

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


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


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

.bodyContent table td ,
.bodyContent table th {
    /*border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}
.bodyContent table th {
	background-color: #f0f0f0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.bodyContent table h3,
.bodyContent table h4 {
    margin: 0px !important;
	font-weight:inherit!important;
}


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


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


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



.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    padding-left: 16px;
    position: relative;
}
/*.dynamic-text  ul li {
	display: inline-block;
}*/

.bodyContent ul:not([class]) li:before,
.bodyContent ul:not([class]) li:not([class]):before {
    content: '';
    font-size: 0;
    width: 5px;
    height: 5px;
    background: #103854;
    position: absolute;
    left: 0px;
    border-radius: 5px;
    top: 12px;
}


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


.dynamic-image {
}

.dynamic-image .image-item {
	margin: 0;
}


.bodyContent .image-text-banner-inner h2 {
	font-size: 45px;
	line-height: 50px;
}
.bodyContent .dynamic-text-image-block .container .image-text-banner-inner h2 {
	max-width: 440px;
}
.bodyContent .dynamic-text-image-block .container .text-block-main {
	padding-top: 60px;
}



.bodyContent .dynamic-text-image-block .block_details {
	max-width: 100%;
}
.bodyContent .image-text-block.row {
	--bs-gutter-x: 3rem;
}
.bodyContent .dynamic-text-image-block .container .block_details {
	margin-bottom: 55px;
}

.dynamic-carousel .owl-nav {
	display: none !important;
}
.dynamic-carousel .owl-dots {
	margin-top: 25px;
}
.bodyContent .dynamic-carousel {
	margin: 0;
	padding-bottom: 100px;
}
.bodyContent .dynamic-carousel .owl-nav {
	display: block !important;
	margin-top: 20px;
    max-width: 180px;
    position: absolute;
    right: 15%;
    width: 100%;
}
.bodyContent .dynamic-carousel .owl-dots {
	display: none;
}
.bodyContent .dynamic-poi .section_title h2 {
	color: #ce303e;
}

/*.dynamic-text-image-block {
	margin: 0 !important;
	padding: 48px 0;
}

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


.dynamic-text-image-block .text-block-main.image-pos-right {
	padding-right: 6%;
}
.dynamic-text-image-block .text-block-main.image-pos-left {
	padding-left: 6%;
}

.dynamic-text-image-block .img-box .image-item {
	border-top-left-radius: 100px 100px;
	border-bottom-right-radius: 100px 100px;
	overflow: hidden;
}
*/

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

	position: relative;
    margin: 0;
    padding: 5px 68px 5px 30px;
    background-color: #245b77;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 22px !important;
    line-height: 32px !important;
    overflow: hidden;
    border: none;
	font-weight: 400;

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

}
.faq.open .faq-question {
    background: #38415b;
    color: #ffffff !important;
    border: none;
}
.faq-question:hover {
    background: #38415b;
    color: #ffffff !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 17px;
    height: 27px;
	line-height: 27px;
    text-align: center;
    position: absolute;
	background-color: #ffffff;
    -webkit-mask-image: url("images/faq-icon.png");
    mask-image: url("images/faq-icon.png");
    right: 30px;
    top: 6px;
    transform:  rotate(0deg);
    transition: 300ms;
	font-size: 0;
}

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

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

.faq-answer {
    display: none;
    padding: 0px !important;
    background: #f6f6f6;
    border: none !important;
    margin-bottom: 0px;
}
.faq-answer .col-md {
    padding: 50px 55px 80px !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 {
	margin-bottom: 17px;
}
.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 5px 68px 5px 30px;
    background-color: transparent;
    color: #ce303e;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 0px;
	text-transform: inherit;
    line-height: 31px;
    overflow: hidden;
    border: 1px solid #ce303e;
	font-weight: 400;
	text-decoration: none !important;

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

}



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

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

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

	background-color: #ce303e !important;
    -webkit-mask-image: url("images/download-icon.png");
    mask-image: url("images/download-icon.png");
	
}
.dynamic-documents a.document-link:hover:after {
	background-color: #ffffff !important;
}


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

	position: relative;
    margin: 0;
    padding: 5px 68px 5px 30px;
    background-color: transparent;
    color: #ce303e;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 0px;
	text-transform: inherit;
    line-height: 31px;
    overflow: hidden;
    border: 1px solid #ce303e;
	font-weight: 400;
	text-decoration: none !important;

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


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #ce303e;
    color: #ffffff;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #ce303e;
    color: #ffffff;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {

	display: block;
    width: 25px;
    height: 25px;
	line-height: 25px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 8px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;

	background-color: #ce303e !important;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");

}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
	background-color: #ffffff !important;
}




.sn_web_link {

	position: relative;
    margin: 0;
    padding: 5px 68px 5px 30px;
    background-color: transparent;
    color: #ce303e;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 0px;
	text-transform: inherit;
    line-height: 31px;
    overflow: hidden;
    border: 1px solid #ce303e;
	font-weight: 400;
	text-decoration: none !important;

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


}

.sn_web_link:hover {
    background: #ce303e;
    color: #ffffff;
    border: 1px solid #ce303e;
}

.sn_web_link:focus {
    background: #ce303e;
    color: #ffffff;
    border: 1px solid #ce303e;
}


.sn_web_link:after {

	display: block;
    width: 25px;
    height: 25px;
	line-height: 25px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 8px;
    transform:  rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 0px;

	background-color: #ce303e !important;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");

}
.sn_web_link:hover:after {
	background-color: #ffffff !important;
}





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

	position: relative;
    margin: 0;
    padding: 5px 68px 5px 30px;
    background-color: transparent;
    color: #ce303e;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 0px;
	text-transform: inherit;
    line-height: 31px;
    overflow: hidden;
    border: 1px solid #ce303e;
	font-weight: 400;
	text-decoration: none !important;

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

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #ce303e;
    color: #ffffff;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #ce303e;
    color: #ffffff;
}

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

	background-color: #ce303e !important;
    -webkit-mask-image: url("images/weblink-icon.png");
    mask-image: url("images/weblink-icon.png");
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
	background-color: #ffffff !important;
}


/*.poi .textOnlyBlock {
	padding: 75px 35px 58px;
}
.textOnlyBlock .poiText {
	padding: 0;
}

.poi .textOnlyBlock .poiTitle {
	padding: 0;
	margin: 0 0 34px;
	text-shadow: none;
}

.poi .textOnlyBlock .button {
	color: #ffffff;
	background: transparent !important;
}

.poi:hover .textOnlyBlock .button {
	color: #dbcea5;
	background: transparent !important;
}

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

.bodyContent .callout.notext .calloutContent, .sidebar .callout.notext .calloutContent {
	padding: 100px 60px;
}

.bodyContent .callout.notext .calloutContent .col, .sidebar .callout.notext .calloutContent .col {
	max-width: 460px;
	margin: 0px auto;
}

.bodyContent .callout.notext .calloutContent .calloutSubtitle, .sidebar .callout.notext .calloutContent .calloutSubtitle {
	margin-bottom: 25px;
}

.bodyContent .callout.notext .calloutContent .button, .sidebar .callout.notext .calloutContent .button {
	color: #ffffff;
	background: transparent;
}
.bodyContent .callout.notext .calloutContent .button:hover, .sidebar .callout.notext .calloutContent .button:hover {
	color: #dbcea5;
	background: transparent;
}


.standard-staff-image img {
	max-width: 100%;
	width: 360px;
} 
.standard-staff-text {
	padding-top: 0px;
	position: relative;
}


.staff-meta {
	display: block;
	margin-bottom: 15px;
}
.staff-meta .meta-label {
	font-size: 16px;
	color: #414042;
	font-weight: 400 !important;
	margin-bottom: 0px;
	text-transform: inherit;
	display: none;
}
.staff-meta .meta-value {
	display: block;
	font-size: 22px;
	color: #245b77;
}
.staffSlider .body-text {
	margin-bottom:0;
}

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

.staff-button {
	font-size: 14px;
	letter-spacing: 2px;
	color: #677445;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.staffMember {
	border-bottom: 1px solid #ce303e;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.staffMember h3 {
	margin-bottom: 0;
	font-size: 45px;
	line-height: 45px;
	text-transform: inherit;
}
.staff-biog {

}
.staff-btn {	

}

.position_meta_value {
	display: block;
	font-size: 24px;
	line-height: 34px;
	text-transform: inherit;
	color: #677445;
	font-weight: 300;
}

.bodyContent .dynamic-carousel img {
}

#gallery-1 .wpmf-gallery-item img {
	border: transparent 10px solid !important;
}

.dynamic-gallery .wpmf-gallery-item:first-child, .dynamic-gallery .wpmf-gallery-item:last-child {
	width: 66.66667%;
}
.dynamic-gallery .wpmf-gallery-item:first-child img, .dynamic-gallery .wpmf-gallery-item:last-child img {
	max-height: 50%;
}

.bodyContent .dynamic-image {
	padding: 0px 15px;
}
.bodyContent .dynamic-image .image-item{
	margin:0 auto;
	max-width:1500px;
}

.image-item.videoItem {
    display: inline-block;
	position:relative;
}
.image-item.videoItem iframe {
	max-width: 100%;
}
.homeDynamic .image-item.videoItem iframe {
	max-width: 100%;
    width: auto;
    height: 60vh;
    aspect-ratio: 1 / 1.8;
}
.image-item.videoItem a.video_image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.image-item.videoItem a.video_image img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.image-item a.video_image:before{	
    width: 110px;
    height: 110px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    display: block;
    background: #ffffff;
	transform:translate(-50%,-50%);
	transition:300ms;
	z-index:2;
}
.image-item a.video_image:after{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #ce303e;
    border-bottom: 15px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
	transition:300ms;
	z-index:3;
}
.image-item a.video_image:hover:before{
    background: #ce303e;

}
.image-item a.video_image:hover:after{
    border-left: 25px solid #fff;
}

.c_community_carousel .image-item.videoItem {
	display: block;
    width: 100%;
    position: relative;
    height: 100%;
	background:#000;
}
.c_community_carousel .image-item.videoItem iframe{
	display: block;
    width: 100%;
    position: relative;
    height: 100%;
    aspect-ratio: auto;
}
/*Video Callout Styles ------------------------------------------- Start ----- */
.dynamic-callout {
	padding: 0px 50px;
}
.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !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: 110px !important;
	height: 110px !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;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 25px solid #ce303e;
	border-bottom: 15px solid transparent;
	content: '';
	position: absolute;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .button:before {
	width: 110px;
	height: 110px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	display: block;
	background: #ffffff;
}

.dynamic-callout .video_callout .button:hover:after {
	border-left: 25px solid #ffffff !important;
}
.dynamic-callout .video_callout .button:hover:before {
	background: #ce303e;
}


.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 {
	position: relative;
	background: #f6f6f6;
	padding: 75px 20px;
}

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


.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 0px;
	margin: 0 auto;
	max-width: 940px;
}


.bodyContent .quoteContainer blockquote.quote-text:before {
	content: '';
	width: 58px;
	height: 67px;
    display: block;
    background-color: #ce303e !important;
    -webkit-mask-image: url("images/icon.png");
    mask-image: url("images/icon.png");
	margin: 0px auto 35px;
}
.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0px 0px;
	position: relative;
	text-align: center;
}

.bodyContent .quote-cite {
	text-align: center;
	display: block;
	font-size: 22px;
	color: #103854;
	line-height: 24px;
	padding: 0;
	margin-top: 60px;
	font-weight: 400;
}


.bodyContent .dynamic-text-image-block .sec-bg-gray  {
	background: #f6f6f6;
}

.bodyContent .dynamic-text-image-block .wide-container {
	padding: 100px 0;
}

.bodyContent .dynamic-text-image-block .wide-container .row {
	align-items: center;
}

.bodyContent .dynamic-text-image-block .wide-container .img-box:before {
	display: none;
}

.bodyContent .dynamic-text-image-block .wide-container .img-box {
	padding: 0px 12px;
}

@media (min-width:992px){

.bodyContent .dynamic-text-image-block .wide-container .image-text-banner-inner {
	max-width: 545px;
}

.bodyContent .dynamic-text-image-block .wide-container .image-pos-right .image-text-banner-inner {
	margin: 0px 0px 0px auto;
}
.bodyContent .dynamic-text-image-block .wide-container .text-block-main.image-pos-left {
	padding-left: 65px;
}
.bodyContent .dynamic-text-image-block .wide-container .text-block-main.image-pos-right {
	padding-right: 65px;
}
}

.bodyContent .dynamic-text-image-block .wide-container .block_details {
	margin-bottom: 20px;
}

.text-image-video-button {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #103854;
}

.text-image-video-button:hover {
	color: #245b77;
}

.text-image-video-button:before {
	position: relative;
	width: 108px;
	height: 108px;
	content: '';
	border: 1px solid #103854;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 32px;
}

.text-image-video-button:hover:before {
	background: #245b77;
	border-color: #245b77;
}

.text-image-video-button:after {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 25px solid #103854;
	border-bottom: 15px solid transparent;
	content: '';
	position: absolute;
	left: 48px;
    top: 40px;
}
.text-image-video-button:hover:after {
	border-left: 25px solid #ffffff !important;
}

.dynamic-mini-pois {
	margin: 0;
	padding: 195px 50px 100px;
	text-align: center;
}

.dynamic-mini-pois .section_title {
	margin-bottom: 90px;
}
.dynamic-mini-pois .section_title h2 {
	color: #3f6d73;
}
.dynamic-mini-pois .section_title span {
	margin: 0;
}

.dynamic-mini-pois .miniPoi a {
	display: block;
	width: 100%;
	height: 100%;
	background: #e2e2e2;
	padding: 77px 40px 65px;
}
.dynamic-mini-pois .miniPoi a img {
	margin-bottom: 55px;
}
.dynamic-mini-pois .miniPoi .mini-poi-title {
	color: #103854;
}
.dynamic-mini-pois .miniPoi .mini_poi_title {
	font-size: 45px;
	line-height: 50px;
	color: #103854;
	max-width: 390px;
	margin: 0px auto 15px;
}

.dynamic-mini-pois .miniPoi a:hover .mini-poi-title, .dynamic-mini-pois .miniPoi a:hover .mini_poi_title {
	color: #ce303e;
}

.link_block {
	border-top: 1px solid rgba(206, 48, 62,0.2);
	max-width: 505px;
	margin-top: 70px;
	margin-right: 55px;
}
.link_block br {
	display: none;
}
.link_block a {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 50px;
	padding: 10px 40px 10px 5px;
	border-bottom: 1px solid rgba(206, 48, 62,0.2);
	color: #103854;
}

.link_block a:before {
    display: block;
    width: 17px;
    height: 27px;
	line-height: 27px;
    text-align: center;
    position: absolute;
	background-color: #103854;
    -webkit-mask-image: url("images/faq-icon.png");
    mask-image: url("images/faq-icon.png");
    right: 0px;
    top: 21px;
	content: '';
    transition: 300ms;
}

.link_block a:hover:before {
	background-color: #ce303e;
}

.link_block a:hover {
	color: #ce303e;
}

.dynamic-carousel .section_title h2 {
	line-height: 50px;
	font-size: 45px;
	color: #3f6d73;
}
.dynamic-carousel .carousel_top_row {
	margin-bottom: 100px;
}


.bodyContent .dynamic-poi {
}

.bodyContent .dynamic-poi .poi_top_row {
	padding: 100px 0;
	text-align: center;
}

.bodyContent.homeDynamic .dynamic-poi .poi_top_row:before {
	background: url('images/welcome-icon.png') center center no-repeat;
	width: 244px;
	height: 245px;
	background-size: cover;
	display: block;
	margin: 0px auto 50px;
	content: '';
}

.bodyContent .dynamic-poi .poi_top_row .section_details p {
    max-width: 350px;
    margin: 0px auto 0px;
}


.bodyContent .dynamic-text-image-block {
	margin: 0;
}
.bodyContent .dynamic-text-image-block .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.bodyContent .body-text h2 {
	color: #ce303e;
}


footer#footer {
	background: #ce303e;
	padding: 170px 0 55px;
	color: #ffffff;
	position: relative;
	margin: 0;
}
footer#footer:after,
footer#footer:before {
	content:'';
	display:block;
	width:calc(50% + 0.5px);
	top:0;
	height:54px;
	position:absolute;
    border: solid 0;
	border-color:#fff;
	transition:500ms ease-in-out;
	transition-delay:400ms;
}
footer#footer:after{
	right:0;
	border-left-width:1px;
	border-bottom-width:1px;
	transform:translateX(100%);
}
footer#footer:before {
	left:0;
	border-right-width:1px;
	border-bottom-width:1px;
	transform:translateX(-100%);
}
footer#footer.aos-animate:after {
	transform:translateX(0%);	
}
footer#footer.aos-animate:before {
	transform:translateX(0%);	
}
footer#footer a {
	color: #ffffff;
}
footer#footer a:hover {
	color: rgba(255, 255, 255, 0.6);
}

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

.ft-col-1 {
}
.footer-icon {
}
.join-text {
	font-size: 60px;
	line-height: 60px;
    font-family: 'Thesignature';
	margin: 0px 0 5px;
	display: block;
}
.journey-text {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 20px;
	max-width: 275px;
	padding-left: 5px;
}

.footer-button-bar {
}
.footer-button-bar .button {
	border-color: #ffffff;
	color: #ffffff;
}
.footer-button-bar .button:hover {
	border-color: #ffffff !important;
	background: rgba(0,0,0,0.24);
	color: #ffffff !important;
}
footer#footer .footersocial {
}
footer#footer .footersocial ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
footer#footer .footersocial li {
	padding: 0px 12px;
	min-width: inherit;
	display: inline-block;
}
footer#footer .footersocial ul li a {
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #ffffff;
	font-size: 30px;
	display: inline-block;
}

footer#footer .footersocial ul li a:hover {
	background: #ffffff;
	color: #ce303e !important;
}

footer#footer h3 {
	font-size: 45px;
	line-height: 55px;
	color: #ffffff;
	margin-bottom: 30px;
}

.address-info p {
	margin-bottom: 40px;
}

.tel-info {
	line-height: 35px;
}
.email-info {
	line-height: 35px;
	margin-bottom: 80px;
}

footer#footer .ft-button {
	margin-right: 25px;
	padding: 14px 35px;
	margin-top:10px;
}
footer#footer .ft-button:last-child {
	margin-right: 0;
}
.footerLower {
	background: transparent;
	padding: 20px 0 0;
	color: #ffffff;
	font-size: 21px;
	line-height: 30px;
}
.footerLower .container {
	max-width: 100% !important;
	padding: 0 50px;
}


.ft-low-1 {
	text-align: left;
}
.ft-low-2 {
	text-align: right;
}
.ft-low-2 img {
	margin: 15px 11px 0;
	padding: 0;
}
.ft-low-2 img:first-child {
	margin-left: 0;
	margin-right: 20px;
}
.ft-low-2 img:last-child {
	margin-right: 0;
	margin-left: 0;
}

.copy-text {
	display: inline-block;
	margin-right: 50px;
}

.copy-links {
	display: inline-block;
	margin-right: 50px;
}

.copy-links em {
	font-style: normal;
	display: inline-block;
	margin: 0px 10px;
}

.branding-link {
	display: inline-block;
}


.dynamic-why-broomfield-numbers {
	background: #fff;
	padding: 115px 50px 152px;
	margin: 0;
	position: relative;
	transition:background 500ms 400ms;
}
.dynamic-why-broomfield-numbers .full-container {
	max-width:1500px;
	margin: auto;
}
.dynamic-why-broomfield-numbers:before {
	content: '';
	width: 1px;
	height: 0px;
	background: #3b4257;
	position: absolute;
	z-index: 1;
	left: 50%;
	display: block;
	top: -78px;
	transform: translateX(-50%);
	transition:500ms;
	opacity:0;
}
.dynamic-why-broomfield-numbers.active:before {
	height: 155px;
	opacity:1;
}
.dynamic-why-broomfield-numbers.active {
	background: #f6f6f6;	
}
.dynamic-why-broomfield-numbers .why-top-section {
	text-align: center;
}
.dynamic-why-broomfield-numbers .main_column .why_content .icon {
	display:flex;
    flex-wrap: wrap;
}
.dynamic-why-broomfield-numbers .main_column .why_content .icon img {
	max-height:70px;
	max-width:70px;
	object-fit:contain;
    align-self: center;
}
.dynamic-why-broomfield-numbers .why-top-section .section_title h2 {
	margin: 0 0 60px;
	color: #3f6d73;
}
.dynamic-why-broomfield-numbers .why-top-section .section_title h2 span {
	color: #245b77;
}
.dynamic-why-broomfield-numbers .main_column.why_column_1 {
	padding-top: 178px;
}
.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_image {
	margin-bottom: 20px;
}
.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content {
	padding: 67px 58px 45px;
	background: #416e74;	
	color: #ffffff;
}

.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .icon {
	max-width: 110px;
	position: relative;
}


.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .icon:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	margin-top: 20px;
}
.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .icon:before {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	margin-bottom: 20px;
}
.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .why_sub_title {
	font-size: 22px;
}


.dynamic-why-broomfield-numbers .full_why_content_container {
	position: relative;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 {
	margin-bottom: 36px;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content {
	position: absolute;
	left: -15px;
	bottom: -94px;
	background: #245b77;
	padding: 30px 26px;
	width: 100%;
	z-index: 1;
	max-width: 435px;
}

.dynamic-why-broomfield-numbers .why_content .why_title {
	font-size: 45px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 0px;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .why_title {
	margin-bottom: 20px;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .why_sub_title {
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
}



.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .why_number {
	font-size: 75px;
	line-height: 112px;
	color: #ffffff;
	margin-bottom: 40px;
	width: 60%;
	position: relative;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .why_number:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 12px;
	top: 0;
}
.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .why_number:before {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 12px;
	bottom: 0;
}

.dynamic-why-broomfield-numbers .why_column_inner_2 .why_image img {
	display: block;
	margin: 0 0 0 auto;
}


.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content .icon {
	text-align: right;
	padding-right: 40px;
	justify-content:end;
	margin-bottom: 40px;
}


.dynamic-why-broomfield-numbers .main_column.why_column_1 {
	width: 48%;
	padding-left: 18px;
	padding-right: 18px;
}

.dynamic-why-broomfield-numbers .main_column.why_column_2 {
	width: 52%;
	padding-left: 18px;
	padding-right: 18px;
}

.why_column_inner_3 .why_image{
	text-align:right;
}
.why_column_inner_3 .why_content {
	width: 90%;
	margin: -103px 0 0 auto;
	display: block;
	background: #38415b;
	padding: 65px 50px 48px;
	position: relative;
}

.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_number {
	font-size: 75px;
	line-height: 112px;
	color: #ffffff;
	margin-bottom: 0px;
	max-width: 110px;
	position: relative;
}
.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_number:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 12px;
	top: 0;
}
.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_number:before {
	content: '';
	width: 70px;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 12px;
	bottom: 0;
}
.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_title {
	max-width: 260px;
}
.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_sub_title {
	font-size: 22px;
}
.dynamic-why-broomfield-numbers .full-container {
	position: relative;
}
.dynamic-why-broomfield-numbers .why_top_items {
	position:relative;
	width:100%;
	overflow:hidden;
}
.dynamic-why-broomfield-numbers .why_top_items .sn_why_top_item {
	width:100%;
	position:relative;
}

.dynamic-why-broomfield-numbers .wbn_site_nav {
	position: absolute;
	width: 45%;
	left: 0;
	text-align: right;
	bottom: 27px;
	z-index: 111;
	
}


.dynamic-why-broomfield-numbers .wbn_site_nav a {
	width: 82px;
	height: 82px;
	background: #efefef !important;
	border-radius: 50%;
	font-size: 0 !important;
	display: inline-block;
	position: relative;
	margin: 0 15px;
}
.dynamic-why-broomfield-numbers .wbn_site_nav a:hover {
	background-color: #245b77 !important;
}

.dynamic-why-broomfield-numbers .wbn_site_nav a:before {
	content: '';
	width: 27px;
	height: 18px;

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

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
}

.dynamic-why-broomfield-numbers .wbn_site_nav a:hover:before {
	background: #efefef !important;
}

.dynamic-why-broomfield-numbers .wbn_site_nav a.wbn_Next:before {
	transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width:992px){
.dynamic-why-broomfield-numbers .full_why_content_container{
	position:relative;
}
.dynamic-why-broomfield-numbers .full_why_content_container.why_column_inner_2 {
	position:relative;
	z-index:2;
}
.dynamic-why-broomfield-numbers .full_why_content_container .why_image{	
	transition:750ms;
	opacity:0;
	transform:translate(-50%, 0);
}
.dynamic-why-broomfield-numbers .full_why_content_container .why_content{	
	transition:500ms;
	transition-delay:450ms;
	opacity:0;
	transform:translate(0%, 50%);
}
.dynamic-why-broomfield-numbers .full_why_content_container.why_column_inner_2 .why_image{	
	transform:translate(50%, -50%);
	transition-delay:850ms;
}
.dynamic-why-broomfield-numbers .full_why_content_container.why_column_inner_2 .why_content{	
	transform:translate(100%, 0);
	transition-delay:600ms;
}
.dynamic-why-broomfield-numbers .full_why_content_container.why_column_inner_3 .why_image{	
	transform:translate(50%, 0);
	transition-delay:1050ms;
}
.dynamic-why-broomfield-numbers .full_why_content_container.why_column_inner_3 .why_content{	
	transform:translate(75%, 25%);
	transition-delay:1200ms;
}

.dynamic-why-broomfield-numbers.active .sn_why_top_item .full_why_content_container .why_image{
	transform:translate(0,0);
	opacity:1;
}
.dynamic-why-broomfield-numbers.active .sn_why_top_item .full_why_content_container .why_content{
	transform:translate(0,0);
	opacity:1;
}
.dynamic-why-broomfield-numbers .sn_why_top_item {
	visibility:hidden;
}
.dynamic-why-broomfield-numbers .cycle-slide.cycle-slide-active .sn_why_top_item {
	visibility:visible;
}
.dynamic-why-broomfield-numbers.active .sn_why_top_item:not(.cycle-slide-active) .full_why_content_container .why_image{
	transition-delay:0ms;
}
.dynamic-why-broomfield-numbers.active .sn_why_top_item:not(.cycle-slide-active) .full_why_content_container .why_content{
	transition-delay:0ms;
}

.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_image img{
	aspect-ratio:68/37;
	object-fit:cover;
	max-width:678px;
}
.dynamic-why-broomfield-numbers .main_column .why_column_inner_3 .why_image img{
	aspect-ratio:37/42;
	object-fit:cover;
	max-width:372px;
}
.dynamic-why-broomfield-numbers .main_column .why_column_inner_3 .why_image img{
	aspect-ratio:74/42;
	object-fit:cover;
	max-width:730px;;
}
}
@media (max-width:991.5px){
	.dynamic-why-broomfield-numbers .main_column .why_image img{
		width:100%;
		height:370px;
		object-fit:cover;
	}
}

@media (max-width:768px){	
	
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_image,	
	.dynamic-why-broomfield-numbers .main_column.why_column_2 .why_image,
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content,
	.dynamic-why-broomfield-numbers .main_column.why_column_2 .why_content{
		width:100%;
	}
	
}

.dynamic-gallery {
	padding: 90px 15px 116px;
	padding: 50px 15px 50px;
	margin: 0;
	text-align: center;
	background: #f6f6f6;
}
.dynamic-gallery .full-container {
	max-width:1500px;
	margin:0 auto;
}
.dynamic-gallery .section_title h2 {
	color: #416e74;
	margin-bottom: 50px;
}
.gallery_tabs {
	margin-bottom: 80px;
}
.gallery_tabs .gallery_tab_title {
	display: inline-block;
	color: #245b77;
	margin: 0px 18px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
}

.gallery_tabs .gallery_tab_title:hover, .gallery_tabs .gallery_tab_title.active {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.gallery_tabs .gallery_tab_title:before {
	width: 1px;
	height: 22px;
	background: #245b77;
	position: absolute;
	right: -20px;
	top: 4px;
	content: '';
	display: block;
}

.gallery_tabs .gallery_tab_title:last-child:before {
	display: none;
}
.main_gallery_content .row {
    --bs-gutter-y: 18px;
    --bs-gutter-x: 18px;
}
.main_gallery_content .owl-nav{
	height:100px;
    margin-top: 10px;
    margin-bottom: 0px;
	width:190px;
	position:absolute;
	right:0;
	bottom:0%;
	z-index:5;
}
.main_gallery_content .owl-dots{ 
    margin-top: 0px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    height: 120px;
    padding: 30px 210px 20px 20px;
}

   
.main_gallery_content a {
	display: block;
	width:100%;
	position:relative;
}
.main_gallery_content .gallery_single_image a:before {
	content:'';
	display:block;
	padding-top:50%;
	width:100%;
}
.main_gallery_content .gallery_single_image.col-lg-8 a:before {
	
}
.main_gallery_content a img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}
@media (min-width:992px){
	.main_gallery_content .gallery_single_image a:before {
		padding-top:100%;
	}
	.main_gallery_content .gallery_single_image.col-lg-3 a:before {
		padding-top:calc(100% - 9px);
	}
	.main_gallery_content .gallery_single_image.col-lg-4 a:before {
		padding-top:calc(70% - 9px);
	}
	.main_gallery_content .gallery_single_image.col-lg-5 a:before {
		padding-top:calc(60% - 9px);
	}
	.main_gallery_content .gallery_single_image.col-lg-6 a:before {
		padding-top:calc(50% - 18px);
	}
	.main_gallery_content .gallery_single_image.col-lg-7 a:before {
		padding-top:calc(43.5% - 18px);
	}
	.main_gallery_content .gallery_single_image.col-lg-8 a:before {
		padding-top:calc(35% - 18px);
	}
}
.dynamic-community-carousel {
	padding: 110px 0 182px;
}
.dynamic-community-carousel .section_title {
	text-align: center;
}

.dynamic-community-carousel .community_owl_section .item {
	/*padding-top: 83px;
	padding-bottom: 167px;*/
}

.dynamic-community-carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


.dynamic-map-section {
	margin: 0;
	padding: 150px 0 60px;
	position: relative;
}

.dynamic-map-section:before {
	content: '';
	width: 1px;
	height: 0px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	z-index: 1;
	left: 50%;
	display: block;
	top: -78px;
	transform: translateX(-50%);
	transition:500ms;
	opacity:0;
}
.dynamic-map-section.active:before {
	height: 155px;
	opacity:1;
}
.dynamic-map-section .container {
	position: relative;
}
.dynamic-map-section .text-block-main .section_title {

}

.dynamic-map-section .text-block-main .block_details {
	margin-bottom: 40px;
}
.dynamic-map-section .text-block-main .block_details p {
	padding-right: 25px;
}


.dynamic-map-section .image-item {
	position: absolute;
	right: -40px;
	bottom: -25px;
	z-index: -1;
	width: 66.66667%;
}

.dynamic-map-section .image-item img {
	max-width: 100%;
	width: auto;
}
.dynamic-map-section .block_details {
	max-width: 415px;
	padding-top: 20px;
}
.dynamic-map-section .block_details span {
	margin-top: 90px;
}
.dynamic-map-section .block_details p {
}

@media (min-width:1400px){
	.dynamic-map-section .container {
        max-width: 1320px;
	}
}

#navbar {
	width: 100%;
	max-width: 360px;
	background: #ffffff; 
	color: #103854;
	top: 0px !important;
	border: none;
	padding: 0px 0px 80px;
	height: 100vh;
}

@media (min-width:992px){
.community_text_section {
	padding-right: 0;
}
.bodyContent .body-text {
	margin-bottom: 50px;
}
}

.community_text_section .community_carousel_content .community_carousel_sn_content{
	background: #f6f6f6;
	padding: 50px 80px 40px;
	margin: 0px 0px 0px auto;
	height: 100%;
}

.community_text_section .community_carousel_content .owl-stage{
    display: flex
}

.community_text_section .community_carousel_content .owl-item{
	height:auto;
}
.community_text_section .community_title {
	font-size: 45px;
	line-height: 40px;
	color: #416e74;
	margin-bottom: 35px;
}

.community-top-section .section_title h2 {
	margin-bottom: 90px;
}

.community_text_block .button {
	margin-top: 65px;
}
.c_community_carousel {
	height: 100%;
}
.c_community_carousel a.videoLink:before{	
    width: 110px;
    height: 110px;
    content: '';
    position: absolute;
    left: 50%;
    top: 80%;
    border-radius: 50%;
    display: block;
    background: #ffffff;
	transform:translate(-50%,-50%);
	transition:300ms;
	z-index:2;
}
.c_community_carousel a.videoLink:after{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #ce303e;
    border-bottom: 15px solid transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
	transition:300ms;
	z-index:3;
}
.c_community_carousel a.videoLink:hover:before{
    background: #ce303e;

}
.c_community_carousel a.videoLink:hover:after{
    border-left: 25px solid #fff;
}
.cc_bottom_section {
	padding-top: 30px;
	position: relative;
}

.cc_bottom_section:before {
	width: 70px;
	height: 1px;
	background: #ce303e;
	display: block;
	content: '';
	margin-bottom: 25px;
}

.cc_bottom_section .sp_font.clr_red {
	color: #ce303e;
	font-size: 60px;
	line-height: 70px;
    font-family: 'Thesignature';
	margin: 0px 0 15px;
	display: block;
}

.cc_bottom_section div {
	font-size: 30px;
}
.community_text_block .cc_bottom_section:last-child:after {
	width: 70px;
	height: 1px;
	background: #ce303e;
	display: block;
	content: '';
	margin-top: 25px;
}

.community_owl_section {
	padding-left: 0;
}

.featured_staff_sn_content{

}
.fstaff_carousel .owl-stage {
	/*padding-left: 110px;*/
}

.fstaff_carousel .owl-item {
	position: relative;
	overflow: visible;
}
/*.fstaff_carousel .owl-item.scaled {
	transform: scale(1.5); 
	transition: transform 0.3s ease-in-out;
	z-index: 2;
}*/

.c_community_carousel .owl-item {
	position: relative;
	overflow: visible;
}
/*.c_community_carousel .owl-item.scaled {
	transform: scale(1.5); 
	transition: transform 0.3s ease-in-out;
	z-index: 2;
}*/

.dynamic-staff .full-container {
	padding: 85px 0 100px;
	background: #f6f6f6;
}

.dynamic-staff .section_title {
	text-align: center;
}
.featured_staff_text_section {
	padding: 0;
}
.staff_owl_section {
	padding: 0;
}
.featured_staff_sn_content {
    background: #ffffff;
    padding: 50px 80px 40px;
    margin: 0px 0px 0px auto;
	height: 100%;
}

.featured_staff_sn_content h3 {
    font-size: 45px;
    line-height: 40px;
    color: #416e74;
}

.featured_staff_sn_content .staff-meta {
    display: block;
    margin-bottom: 20px;
}
@media (min-width:992px){
	.staffSlider {
		max-width: 478px;
		background: #fff;
		margin: 0 0 0 auto;
		height: 100%;
	}
}
@media only screen and (max-width : 991px) {


	.c_community_carousel .owl-item.scaled {
		transform: none; 
		transition: transform 0.3s ease-in-out;
		z-index: 2;
	}
	.fstaff_carousel .owl-item.scaled {
		transform: none; 
		transition: transform 0.3s ease-in-out;
		z-index: 2;
	}
		


	.headGroup {
		padding: 16px 18px 10px 18px;
	}
	.mainLogo {
		display: block;
		max-height: 83px;
		width:auto;
	}

	.headGroup .menu-toggle .toggleIcon {
		margin-left: 0;
	}

	.cc_bottom_section .sp_font.clr_red {
		font-size: 40px;
		line-height: 45px;
	}	
	.community_text_section .community_title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.fixedHeader .headGroup {
		padding: 9px 36px 9px 36px;
		height: 79px;
		background: #ce303e;
		color: #ffffff;
	}
	.fixedHeader .headGroup .stickyLogo {
		max-height: 61px;
		display: none;
	}
	.fixedHeader .headGroup .mainLogo {
		max-height: 61px;
		display: block;
		filter: brightness(0) invert(1);
	}

	.fixedHeader .headGroup .menu-toggle .toggleIcon {
		border: 1px solid #ffffff;
		margin-left: 0;
		width: 44px;
		height: 44px;
	}
	.fixedHeader .menu-toggle .toggleIcon span, .fixedHeader .menu-toggle .toggleIcon span:before, .fixedHeader .menu-toggle .toggleIcon span:after {
		width: 24px;
		background: #ffffff !important;
	}
	.fixedHeader .menu-toggle .toggleIcon span:before {
		top: -7px;
	}
	.fixedHeader .menu-toggle .toggleIcon span:after {
		top: 7px;
	}

	.header-left {
		width: 80%;
	}
	.header-right {
		width: 20%;
	}

	#homeBanner {
		
	}
	.homeBanner .slideText {
		padding: 0px 24px;
	}

	.header-right .head-links {
		display: none;
	}
	.header-right .searchToggle {
		display: none;
	}
	.banner_bottom_texts {
		display: none;
	}
	.homeBanner  .slideText .top_text {
		font-size: 50px;
		line-height: 50px;
		color: #ffffff;
		font-weight: 400;
		margin-bottom: 25px;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.homeBanner  .slideText {
		top: auto;
		bottom: 66px;
		transform: inherit;
	}
	.homeBanner  .slideText .bottom_text {
		max-width: 260px;
		font-size: 16px;
		line-height: 20px;
	}

	.homeBanner  .slideText .banner_button:first-child {
		margin-left: 0;
	}
	.homeBanner  .slideText .banner_button:last-child {
		margin-right: 0;
	}
	.homeBanner  .slideText .banner_button {
		font-size: 18px;
		min-width: 138px;
	}
	.homeBanner  .slideText .container {
		max-width: 680px;
		padding: 0;
	}

	.welcomeBlock:before {
		top: 14px;
		height: 46px;
	}
	.welcome-logo {
		margin: 0px auto 35px;
		max-width: 168px;
	}

	.welcomeBlock .container {
        max-width: 400px;
        width: 80%;
	}
	h1, .h1 {
		font-size: 45px;
		line-height: 50px;
		color: #ce303e;
		margin: 0px 0 25px;
	}

	.welcomeBlock .welcome-content {
		font-size: 16px;
		line-height: 21px;
	}
	.welcome_cite, .spec_style, .calloutSubtitle {
		font-size: 45px;
		line-height: 60px;
	}

	.welcomeBlock {
		padding: 74px 0 42px;
	}

	.dynamic-poi {
		padding: 0 0px;
		margin: 0;
	}
	.poi .poiTitle {
		display: block;
		font-size: 24px;
	}

	.dynamic-text-image-block .img-box.image_on_right {
		order: 2;
	}	
	.homeDynamic.dynamic-text-image-block {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.bodyContent .dynamic-text-image-block .container .block_details {
		margin-bottom:0;
	}
	.bodyContent .dynamic-text-image-block .container {
		padding-top:40px;
		padding-bottom:40px;
	}
	.bodyContent .dynamic-text-image-block .container .text-block-main {
		padding-top:0px;
	}
	.dynamic-text-image-block .text-block-main {
		/*text-align: center;*/
        margin-bottom: 40px;
        padding-top: 0;
	}
	.dynamic-text-image-block .wide-container .text-block-main .image-text-banner-inner{
		padding-left:40px;
		padding-right:40px;
	}
	.dynamic-text-image-block .block_details {
		margin-bottom: 35px;
		/*margin:0 auto;*/
	}
	body {
		font-size: 18px;
	}
	.section_title h2 span {
		font-size: 45px;
		line-height: 55px;
	}
	.section_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.dynamic-why-broomfield-numbers .main_column.why_column_1 {
		
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
		padding-bottom: 30px;

	}
	.dynamic-why-broomfield-numbers .main_column.why_column_2 {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.dynamic-why-broomfield-numbers {
		background: #f6f6f6;
		padding: 60px 0px 70px;
	}
	.dynamic-why-broomfield-numbers .why-top-section {
		max-width: 260px;
		margin: 0px auto;
	}

	.dynamic-why-broomfield-numbers .why-top-section .section_title h2 span {
		font-size: 40px;
		line-height: 55px;
	}

	.sn_why_top_item {
		width: 100%;
	}
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content {
		padding: 28px 35px 28px;
	} 
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .icon {
		max-width: 37%;
		position: relative;
		display:block;
	}
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_content .why_title {
		width: 63%;
	}
	.dynamic-why-broomfield-numbers .why_content .why_title {
		font-size: 24px;
		line-height: 30px;
	}

	.dynamic-why-broomfield-numbers .why_column_inner_2 .why_content {
		position: relative;
		left: auto;
		bottom: auto;
		order: 2;
		flex: 1 0 0%;
		max-width:100%;
	}
	.dynamic-why-broomfield-numbers .why_column_inner_2 .why_image {
		order: 1;
		margin-bottom: 10px;
        flex: 0 0 auto;
	}
	.dynamic-why-broomfield-numbers .why_column_inner_2 {
		margin-bottom: 31px;
		display: flex;
		flex-wrap: wrap;
	}
	.why_column_inner_3 .why_content {
		margin: 0;
		width: 100%;
	}
	.why_column_inner_3 .why_image {
        margin-bottom: 10px;
    }


	.dynamic-why-broomfield-numbers .wbn_site_nav {
		position:relative;
		width:100%;		
		margin-top:10px;
		top:0;
		text-align:center;
	}
	.why_column_inner_3 .why_content {
        padding: 28px 35px 28px;
    }
	.dynamic-why-broomfield-numbers .main_column.why_column_1 .why_image {
		margin-bottom: 10px;
	}
	.dynamic-why-broomfield-numbers .why_column_inner_3 .why_content .why_number {
		margin-bottom: 0;
	}
	
	.dynamic-gallery {
		padding: 55px 0px 50px;
	}
	.dynamic-gallery .why-top-section {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.gallery_tabs .gallery_tab_title {
		margin: 0;
		display: block;
	}
	.gallery_tabs .gallery_tab_title:before {
		display: none;
	}

/*
	.main_gallery_content .col-lg-3 {
		width: 25%;
	}
	.main_gallery_content .col-lg-4 {
		width: 33.3334%;
	}
	.main_gallery_content .col-lg-9 {
		width: 75%;
	}
	.main_gallery_content .col-lg-8 {
		width: 66.6667%;
	}
	.main_gallery_content .col-lg-6 {
		width: 50%;
	}
	.main_gallery_content .col-lg-5 {
		width: 41.66666667%;
	}
	.main_gallery_content .col-lg-7 {
		width: 58.33333333%;
	}*/
	.gallery_single_image {
		
	}
	.main_gallery_content .row {
		--bs-gutter-y: 10px;
		--bs-gutter-x: 10px;
	}	
	.menu-toggle {
		height: 66px;
		padding: 0px 5px;
	}
	.fixedHeader .menu-toggle {
		height: 44px;
	}

	.main_gallery_content img {
		min-height: 315px;
		object-fit: cover;
	}

	.dynamic-map-section {
		padding: 70px 0 40px;
		margin: 0;
	}
	.dynamic-why-broomfield-numbers.active:before,	.dynamic-map-section.active:before, .dynamic-logos.active:before {
		height: 80px;
		top: -40px;
	}
	/*
	.dynamic-map-section .section_title {
		max-width: 260px;
		margin: 0px auto;
	}*/
	.dynamic-map-section .text-block-main .section_title, .dynamic-map-section .text-block-main .block_details p {
		padding-right: 0px;
	}	
	.dynamic-map-section .text-block-main {
        /*text-align: center;*/
        padding: 0px 40px;
    }
	.dynamic-map-section .block_details span {
		margin-top: 30px;
	}
	.dynamic-map-section .image-item {
		position: relative;
		right: auto;
		bottom: auto;
		width: 120%;
        margin-left: -40px;
	}
	/*
	.dynamic-map-section .text-block-main .block_details {
		margin-bottom: 10px;
		margin:0 auto;
	}*/
	.welcome_cite, .spec_style, .calloutSubtitle, .dynamic-map-section .block_details span {
		font-size: 40px;
		line-height: 50px;
	}

	.dynamic-news {
		padding: 70px 12px 60px;
	}

	
	.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) {
		width: 100%;
	}
	.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details {
		padding: 20px;
	}
	.dynamic-news .news_single_item img {
		min-height: 315px;
	}
	.dynamic-news .info_grid_news_section .news_single_item .news_content_details {
		position: absolute;
		width: 100%;
		max-width: 100%;
 		height: 100%;
		left: 0px;
		bottom: 0px;
		display: block;
		z-index: 11;
		background: transparent;
		color: #ffffff;
		padding: 20px 15px;
	}
	.dynamic-news .info_grid_news_section .news_single_item .news_info_details {
		left: 20px;
	}
	.dynamic-news .info_grid_news_section .news_single_item .news_content_details h3, .dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_content_details h3 a {
		font-size: 24px;
		line-height: 30px;
	}

	.dynamic-news .news_img_content {
		width: 100%;
		max-width: 100%;
	}
	
	.dynamic-news .news_content {
		display: block;
		position: relative;
	}
	
	.dynamic-news .news_content_details {
		width: 100%;
		max-width: 100%;
		padding: 0px;
		color: #ffffff;
	}
	.dynamic-news .news_content_details .date {
		color: #ffffff;
		font-size: 18px;
		line-height: 35px;
	}
	.dynamic-news .news_content_details .date a {
		color: #ffffff;
	}
	
	.dynamic-news .news_content_details h3 {
		color: #ffffff;
		margin: 0;
	}
	.dynamic-news .news_content_details h3 a {
		color: #ffffff;
	}
	.dynamic-news .news_single_item {
		width: 100%;
	}	
	.news_content_text_first_post {
		padding-top: 10px;
		max-width: 100%;
	}
	.dynamic-news .info_grid_news_section .news_single_item:nth-child(1) .news_info_details, .dynamic-news .info_grid_news_section .news_single_item .news_info_details {
		position: absolute;
		left: 0px;
		padding: 0px 20px;
		bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	.dynamic-news .news_img_content:before {
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		z-index:2;
	}

	.dynamic-logos {
		padding: 60px 25px 60px;
	}
	.dynamic-logos .section_title h2 {
		line-height: 40px;
	}
	
	.dynamic-logos .section_details {
		max-width: 310px;
		margin: 0px auto 80px;
		padding: 0px 20px;
	}

	.logos_bottom_buttons .button {
		margin: 0px 6px;
	}

	.logos_bottom_buttons .button:first-child {
		margin-left: 0;
	}
	.logos_bottom_buttons .button:last-child {
		margin-right: 0;
	}
	.dynamic-logos img {
		max-width: 80%;
	}

	.dynamic-logos .owl-nav {
		position: relative;
		left: auto;
		top: auto;
		transform: inherit;
		width: 100%;
		bottom: -150px;
		max-width: 190px;
		margin: 0 auto;
	}
	.dynamic-logos .owl-nav button.owl-prev {
		left: 0;
	}
	.dynamic-logos .owl-nav button.owl-next {
		right: 0;
	}


	.blockButton > a, .button {
		font-size: 18px;
		min-width: 144px;
	}


	footer#footer {
		padding: 80px 25px 30px;
		text-align: center;
		line-height: 21px;
		font-size: 18px;
	}

	.join-text {
		font-size: 40px;
		line-height: 40px;
	}
	.journey-text {
		font-size: 40px;
		line-height: 40px;
		max-width: 275px;
		padding-left: 0px;
		margin: 0px auto 30px;
	}
	.ft-col-1 {
		margin-bottom: 60px;
	}

	.footer-button-bar {
		max-width: 286px;
		margin: 0px auto;
	}
	footer#footer .ft-button {
		margin-right: 0px;
		padding: 14px 10px;
		margin-bottom: 15px;
		min-width: 133px;
	}
	footer#footer .ft-button:last-child {
		display: block;
		width: 100%;
	}

	footer#footer .ft-button:first-child {
		margin-right: 15px;
	}


	.ft-low-1 {
		text-align: center;
		order: 2;
	}
	.ft-low-2 {
		text-align: center;
		order: 1;
		margin-bottom: 30px;
	}
	.copy-links, .copy-text {
		display: block;
		margin: 0;
	}
	.footerLower .container {
		max-width: 100%;
		padding: 0 0px;
	}

	.address-info {
		max-width: 260px;
		text-align: center;
		margin: 0px auto;
	}
	.address-info p {
		margin: 0 0 15px;
	}

	.tel-info span {
		display: none;
	}
	.email-info span {
		display: none;
	}
	.dynamic-logos .logos {
		margin-bottom: 250px;
	}
	.email-info {
		margin-bottom: 35px;
	}

	footer#footer img {
		max-width: 100%;
		width: auto;
		margin: 0px auto;
	}
	.dynamic-community-carousel {
		padding: 60px 25px 40px;
	}
	.community_text_section .community_carousel_content .community_carousel_sn_content{
		padding: 55px 30px 50px;	
	}
	.community_owl_section {
		padding-left: 12px;
	}

	.dynamic-community-carousel .owl-dots {
		display: none;
	}
	.dynamic-community-carousel .owl-nav, .dynamic-staff .full-container .owl-nav {		
		position: relative;
		padding: 20px 0 0px;
		background:#f6f6f6;
		text-align:center;
	}
	.dynamic-community-carousel .owl-nav .owl-prev, .dynamic-staff .full-container .owl-nav .owl-prev,
	.dynamic-community-carousel .owl-nav .owl-next, .dynamic-staff .full-container .owl-nav .owl-next {
		position:relative;
	}

	footer#footer .owl-nav {
		display: none;
	}

	footer#footer .owl-dots {
		text-align: center;
	}
	footer#footer .owl-dots span {
		background: rgba(255, 255, 255, 0.4);
		border-color: rgba(255, 255, 255, 0.4);
	}
	footer#footer .owl-dots .active span, footer#footer .owl-dots .owl-dot span:hover {
		background: rgba(255, 255, 255, 0);
		border-color:  rgba(255, 255, 255, 1);
	}
	footer#footer .footersocial {
		margin-bottom: 40px;
	}


	.dynamic-community-carousel .section_title {
		max-width: 260px;
		margin: 0px auto;
	}
	.community-top-section .section_title h2 {
		margin-bottom: 35px;
	}

	#navbar {
		max-width: 100%;
	}
	.featured_staff_sn_content,
	.community_text_section .community_carousel_content .community_carousel_sn_content{
        padding: 30px 20px 20px;
    }
	.community_text_section .community_title {
		margin-bottom: 15px;
	}
	.community_text_block .button {
		margin-top: 15px;
	}
	
	.cc_bottom_section:before, .community_text_block .cc_bottom_section:last-child:after {
		margin-left: auto;
		margin-right: auto;
	}	
	.c_community_carousel .owl-stage, .fstaff_carousel .owl-stage {
		padding-left: 0;
	}
	.dynamic-staff .full-container {
		padding: 50px 35px 50px;
		background: #f6f6f6;
	}

	.dynamic-callout {
		padding: 0px 20px;
	}
	.bodyContent .dynamic-quote {
		padding: 50px 20px;
	}
	blockquote {
		font-size: 30px;
		line-height: 40px;
	}
	.dynamic-mini-pois {
		padding: 60px 20px 50px;
	}
	.dynamic-gallery .owl-dots {
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.dynamic-mini-pois .miniPoi .mini_poi_title {
		font-size: 30px;
		line-height: 40px;
	}
	.dynamic-mini-pois .miniPoi {
		margin-bottom: 30px;
	}
	.bodyContent .dynamic-text-image-block .wide-container {
		padding: 50px 0;
	}
	.bodyContent .dynamic-text-image-block:nth-child(2) .wide-container {
		padding-top:20px;
	}
	.bodyContent .dynamic-text-image-block .wide-container .image-item {
		/*margin-bottom: 30px;*/
	}


	.dynamic-gallery .owl-nav {
		max-width: 180px;
        margin: 0px auto;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
	}


	.parent_button {
		padding-bottom: 70px !important;
	}
	




	
}

@media (max-width:767.5px){
	.dynamic-news .news_single_item {
		grid-column: 1 / 3;
		
	}
	.main_gallery_content img {
		min-height: 0;
		object-fit: cover;
	}
}

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


.menuopen:before {
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0,0.4);
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1111;
}


#navbar .header-right .searchToggle {
	margin: 21px 0 0;
	display: block;
	float: left;
}

#navbar .menu-toggle {
}

#navbar .menu-toggle .toggleText {
	color: #103854 !important;
}

#navbar .searchToggle .searchform.openSearch input.s {
	right: -89%;
}

#navbar .menu-toggle .toggleIcon {
	width: 64px;
	height: 64px;
	border-color: #103854;
}

#navbar .menu-toggle span, #navbar .menu-toggle:hover span {
	background-color: #103854;
	width: 36px !important;
}

#navbar .header-right {
	width: 100%;
	padding: 16px 18px 10px 18px;
	margin-bottom: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

#navbar .menu-main-container {
	margin-top: 150px;
	display: block;
	height: calc(100vh - 235px);;
	overflow-x: hidden;
	overflow-y: visible;
}

#menu-main li {
	margin-bottom: 0;
}
#menu-main li a {
	font-size: 20px;
	border: none;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #103854;
	padding: 20px 70px 20px 25px;
	text-transform: inherit;
	display: block;
}
#menu-main .sub-menu li a {
	font-size: 20px;
	border: none;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #103854;
	padding: 5px 70px 5px 0px;
	text-transform: inherit;
	display: block;
}	
#menu-main li a:hover {
	background: #f6f6f6;
}

#menu-main .sub-menu .sub-menu li a {
	line-height: 25px;
}

#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.menu-item-has-children.open > a {
	color: #ce303e;
}

#menu-main li.current-menu-item > a, #menu-main li.menu-item-has-children.open > a {
	background: #f6f6f6;
}
.menuopen .menu-toggle .toggleIcon span, .menuopen .menu-toggle .toggleIcon span:before, .menuopen .menu-toggle .toggleIcon span:after {
	width: 36px !important;
	background: #103854 !important;
}

#menu-main .sub-menu .sub-menu li a:hover {
	color: #103854;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}



#menu-main li li.menu-item-has-children > .arrow {
	top: 7px;
}

#menu-main .sub-menu .sub-menu {
	padding-left: 15px;
}
.parent_button {
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 20px 25px;
	background: #ffffff;
}
.menu-btn {
}

.fstaff_carousel {
	height: 100%;
}

#navbar .header-right {
	background: #ffffff;
}

@media only screen and (min-width : 992px) {
	
	#navbar .header-right {
		padding: 60px 25px 10px 25px;
		background: #ffffff;
	}

	.ft-col-2 {
		position: relative;
		padding-left: 62px;
		padding-top: 11px;
	}
	.join-text {
		margin: 0px 0 5px 25px;
	}
	.journey-text {
		padding-left: 35px;
		max-width: 315px;
	}
	.footer-icon {
		margin-left: 10px;
	}	

	footer#footer .footersocial {
        /*position: absolute;
        right: 55px;
        top: 61px;*/
        width: 66px;
        float: right;
    }	
	footer#footer .footersocial li {
		display: block !important;
		margin-top: 30px;
		padding: 0;
	}
	footer#footer .footersocial li:first-child { 
		margin-top:0;
	}
	.dynamic-community-carousel .owl-dots, .dynamic-staff .full-container .owl-dots {
		display: none;
	}
	.dynamic-community-carousel .owl-nav, .dynamic-staff .full-container .owl-nav {
		position: absolute;
		width: 180px;
		left: 58%;
		bottom: 130px;
		z-index: 111;
	}
	.fstaff_carousel {
		height: 100%;
	}

	.c_community_carousel, .c_community_carousel .owl-stage, .fstaff_carousel .owl-stage {
		height: 100%;
	}
	.c_community_carousel, .c_community_carousel .owl-stage-outer, .fstaff_carousel .owl-stage-outer{
		height: 100%;		
	}

	
	.community_text_section .community_carousel_content {	
		max-width:468px;
		margin:0 0 0 auto;
		height:100%;
		background: #f6f6f6;
	}
	.c_community_carousel .owl-item, .fstaff_carousel .owl-item {
		position: relative;
		overflow: visible;
		height: 100%;
	}
	.c_community_carousel .owl-item .item, .fstaff_carousel .owl-item .item {
		transition: all 0.3s ease-in-out;
		position:relative;
		height:calc(90% - 200px);
		top:10%;
	}
	.c_community_carousel .owl-item .item img, .fstaff_carousel .owl-item .item img {
		height: 100%;
		object-fit: cover;
	}
	.c_community_carousel .owl-item.scaled .item, .fstaff_carousel .owl-item.scaled .item{
		height: 100%;
		z-index: 2;
		top:0;
	}
	.fstaff_carousel .owl-item.scaled {
		height: 100% !important;
	}
	.c_community_carousel .owl-item.scaled img, .fstaff_carousel .owl-item.scaled img {
		height: 100%;
	}	
	


}

@media (min-width:1200px){
	.dynamic-community-carousel .c_community_carousel .owl-stage, .fstaff_carousel .owl-stage {
		margin-left : -55px;
	}
	.c_community_carousel .owl-stage {
		padding-left: 110px;
	}
}







.popupAlert.fancybox__content {
	width: 680px;
	max-width: 100%;
	padding: 40px 30px 40px;
	color: #103854;
	background: #ffffff;
	text-align: left;
	position: relative;
	font-size: 16px;
}

.popupAlert.fancybox__content:before {
	background: url('images/welcome-icon.png') center center no-repeat;
	width: 244px;
	height: 245px;
	background-size: cover;
	display: block;
	content: '';
	position: absolute;
	opacity: 0.15;
	right: -60px;
	bottom: -40px;
}
.popupAlert .noticeText .popTitle span {
	font-size: 0.8em;
	line-height: 1;
    font-family: 'Thesignature';
	margin: 0px 0 10px;
	display: block;
}	
.popupAlert .noticeText .popTitle {
	color: #103854;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	text-transform: inherit;
	padding-bottom: 5px;
}

.popupAlert .noticeText .popTitle em {
	color: #ce303e;
}

.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: #103854 !important;
	border-radius: 0px !important;
	background: transparent !important;
}

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

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

.sidebarSec h2, .sidebarSec h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}






body.menuopen .menu-main-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}

body.menuopen .menu-main-container::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

body.menuopen .menu-main-container::-webkit-scrollbar-thumb {
	background-color: #ce303e;
}


@media only screen and (min-width : 992px) {
	.ft-low-2 .row.carouselSwitch{
		align-items: baseline;
		justify-content: right;
	}
	.ft-low-2 img{
		max-height: 100%;
	}
	.ft-low-2 {
		padding: 0;
	}
}


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

	.c_community_carousel .owl-item .item, .fstaff_carousel .owl-item .item {
		position: relative;
	}
	.c_community_carousel .owl-item .item:before, .fstaff_carousel .owl-item .item:before {
		display: table;
		content: '';
		padding-top: 100%;
	}
	.c_community_carousel .owl-item .item img, .fstaff_carousel .owl-item .item img,
	.c_community_carousel .owl-item .item .image-item.videoItem {
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: center top;
	}


}

/* Entry checker */

.form_block {
    margin: 0px auto;
    padding: 25px 0;
    text-align: left;
    font-size: 26px;
}

.form_block select {
    width: 140px;
    padding: 0px 25px 0px 5px;    
    height: 44px !important;
    text-align: center !important;
    vertical-align: inherit !important;
    border: solid 1px var(--button_bg,#000);
}

.text-birth {
    display: inline-block;
    padding: 10px 25px 10px 0;
    line-height: 24px;
    font-size: 16px;
    vertical-align: top;
}

@media only screen and (max-width: 991px) {
.text-birth {
    margin-bottom: 10px;
}
.form_block select {
    margin-bottom: 10px;
}
.form_block h2 span {
    font-size: 30px;
}
}
.first-row-select {
    vertical-align: top;
    margin-bottom: 20px;
}


.slider-caption-top a, .slider-caption-top-posttype a {
    display: inline-block;
    padding: 35px 15px;
    background: #245b77;
    color: #fff;
    line-height: 22px;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-caption-top a.cycle-pager-active, .slider-caption-top a:hover, .slider-caption-top-posttype a.cycle-pager-active, .slider-caption-top-posttype a:hover {
    background: #38415b;
    color: #ffffff;
}

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

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

.dynamic-entry-checker .container {
    max-width: 92%;
}



.dynamic-entry-checker .time_line_single {
    padding: 40px 0;
    font-size: 16px;    
}


.dynamic-entry-checker .time_line_single_inner {
    text-align: left;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.dynamic-entry-checker .time_line_single_inner:after {
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
    width: 100%;
    content: '';
    margin: 20px auto;
    display: block;
}
.dynamic-entry-checker .time_line_single_inner:before {
    background: #061A37;
    height: 40px;
    width: 40px;
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    border-radius: 2px;
    top: 21px;
    transform: rotate(-45deg);
}



.dynamic-entry-checker .time_line_single_inner .years_column {
    color: #061A37;
    font-weight: 300;    
}
.dynamic-entry-checker .time_line_single_inner .title_column {
    color: #061A37;    
    font-size: 20px;
    font-weight: 500;
}
.dynamic-entry-checker .time_line_single_inner .details_column {
    line-height: 24px;    
}

