/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 5.1.0



*/

:root {

	--body_colour : #3C405B;

	--title_colour : #0033a0;

	--link_colour : #c29846;

	--link_colour_hover : #29688f;	

	--button_bg: #c29846;

	--button_colour: #fff;

	--button_bg_hover: #1D4D8D;

	--button_colour_hover: #fff;

}


/*Fonts --------------------------------------------- */

/*Content Wrapper*/

body {
	font-family: azo-sans-web, 'Open Sans',sans;
	background-color:#fbf9f1;
}

/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;
	border:solid 1px #ddd;

	margin:20px 0;

}

.scms-carousel .owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.scms-carousel .owl-nav {

	position:relative;

}

.scms-carousel .owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.scms-carousel .owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}
.dynamic-carousel .scms-carousel .item {
	padding-top:100%;
	position:relative;
}
.dynamic-carousel .scms-carousel .item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.scms-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.scms-carousel .owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.scms-carousel .owl-dots .owl-dot.active {

	opacity:1;

}

.breadcrumbs {

	font-size:0.875rem;

	color:#676767;

	padding-bottom:1.25rem;

	position:relative;

	border-bottom:solid 1px #d7d9d9;

	margin-bottom:1.25rem;

}

.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input.searchInput {

	border: 0;

	height:30px;

	width:100%;

	background:transparent;

	padding: 4px 10px;

    outline: 0;

}

.searchform .searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}

.searchform input.searchInput::placeholder {
	color:#fff;
	font-style:italic;
	font-weight:300;
}



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


}


.headGroup {

	color:#ffffff;

	background: transparent;

	transition:300ms;

	padding-top:0px;

	padding-bottom:0px;

	z-index:210;

	position:absolute;

	height: auto;

	width:100%;

	bottom:0;
	top: auto;

	left:0;

}

.fixedHeader .headGroup {
	position: fixed;
	top: 0;
	bottom: auto;
	width: 100%;
	left: 0;
}

.socialDesktop {

	justify-content: end;

    display: flex;

}

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

    Navigation

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



.menu-toggle{

    position:relative;

	padding-right:40px;	

	display:inline-block;

	cursor:pointer;

	height:30px;	

    color: #ec3822;

}

.menu-toggle .toggleText{

	display:none;

	vertical-align:middle;

	font-size:14px;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	height:30px;

	right:0;

	top:0px;

	transition:300ms;

}

@media (min-width:992px){
	
	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

	content:'';

}

.menu-toggle .toggleIcon span,

.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

    width: 32px;

    height: 3px;

    background-color: #ffffff;

    display: block;

    transition:all 300ms;

	position:absolute;

}



.menu-toggle:hover .toggleIcon span,

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

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

    background-color: #000;

}

.menu-toggle .toggleIcon span {

	top:50%;

	left:2px;

	margin-top:-.5px;	

}

.menu-toggle .toggleIcon span:before {

    top: -8px;

}

.menu-toggle .toggleIcon span:after {

    top: 8px;

}

body.menuopen .menu-toggle .toggleIcon span {

    background-color: transparent!important;

}

body.menuopen .menu-toggle .toggleIcon span:before {

    transform: rotate(135deg);

    top: 0px;

}

body.menuopen .menu-toggle .toggleIcon span:after {

    transform: rotate(-135deg);

    top: 0px;

}

#navbar{

	position: fixed;

	left: 0;

	transition: transform 500ms;

	background-color: #fff;		

	z-index: 9999;

	top: 0;

	bottom:0;

	width: 100%;

	max-width:100%;

	transform:translateY(-100%);

	overflow-x: hidden;	

	padding:20px 20px;

	border-left:1px solid #676767;

}

body.menuopen .headGroup{ 

	border-bottom-color:#676767;	
	z-index: 9999999;

}

body.menuopen  #navbar{ 

	transform:translateY(0%);

	z-index: 9999;

}	

#menu-main{

	margin-bottom:30px;

	margin-top:20px;

	clear:both;

}

#menu-main li{

	position:relative;

}	

#menu-main li a{

	display: block;

	text-decoration:none;

	color:#ec3822;

	line-height:1.35;

	position:relative;

	border-bottom:solid 1px #676767;

	padding:10px 10px;

}

#menu-main li a:hover{

	text-decoration:none;

	color:#000;

}

#menu-main .sub-menu {

	padding-left:40px;

	position:relative;

	display:none;

	border-bottom:solid 1px #676767;

}

#menu-main .sub-menu li:last-child > a{		

	border-bottom:none;

}

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

	display:block;

}

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

	padding-right:35px;

}	

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

	position:absolute;

	right:0;

	top:5px;

	width:30px;

	height:30px;

}	

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 25px;

    left: 10px;

    top: 3px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}

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

	transform:rotate(90deg);

}



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

    Banner

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

#pageBanner,
.bannerWrap {
	position: relative;
	height: 30vw;
}

#homeBanner {	

	position: relative;

	overflow: visible;

	min-height:480px;

	height:100vh;
    max-height: 700px;
}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top:56.08%;

}

@media(min-width:768px){

	#homeBanner {

		height:100vh;		
    max-height: 880px;
	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}

@media (max-width:991px){
	#pageBanner, .bannerWrap {
			/*height: 38vw;*/
			height: 60vw;
	}
}

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

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

}
.dynamicContent.homeDynamic {

}
/********External Link Carousel*****/

.home .dynamic-external_link_carousel {
    margin-bottom: 40px;
    margin-top: 0;
}

.home .dynamic-external_link_carousel .owl-item {
    padding:20px;
}

/*******Dividers******/

.dividera{

	clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size: 60px;

	height:80px;

	width:100px;

	top:50%;

	left:50%;

	margin-top:-40px;

	margin-left:-50px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fbf9f1;

}

.dividerb {

    clear: both;

    width: 100%;

    height: 80px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:60px;

}







/*******FAQS*****/

.faqs{



}

.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:0.625rem 1.5rem;

    padding-right: 2em;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 1.5em;

    height: 1.5em;

    line-height: 1.5em;

	text-align:center;

    position: absolute;

    right: 5px;

    top:0.625rem;

	font-size:0.8em;

	font-weight:700;

	font-family: "Font Awesome 6 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



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

	border-bottom:solid 1px #a2a6a9;

}

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

	border-color:#969696;	

}





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

.staffMember {

	padding-bottom:15px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:400;
	display: inline-block;
    margin-right: 10px;
	color: #000000;

}
.staff-meta .meta-value {
	display: inline-block;
	font-weight:400;
}
.staff-meta .meta-value a {
	color: #c29846;
	text-decoration: none;
}



.staff-meta.featured-staff-metas .staff-meta > *{

	display:inline-block;

}

.staff-meta a.email-value{

	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;

	display: none;

}

.staff-meta a.email-value:hover:before{

	background-color:#ccc;

}

/*****Quotes******/

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:18px;

}

.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: rgba(0, 51, 160, 0.6);

	font-size:1em;

	overflow:hidden;

}

.callout .calloutContent {

	position:relative;

	text-align:center;

}

.callout .calloutTitle {

	font-size:1em;

	margin:0.5em 0;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/***POIS****/

.row.pois {

    --bs-gutter-y: 1.5rem;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

}

.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: "";
    transition: all .3s ease;
    background: linear-gradient(180deg, rgba(0, 35, 91, 0), #000 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;

}

.poi:hover .poiImage .poiImageBG:after {
    opacity: .6;
 }

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 85.2%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display: inline-block;

	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.3;

}
.poi .poiTitle:before {
	content: "";
    background: #c29846;
    height: 3px;
    width: 50%;
    display: block;
    margin: 0 auto 10px;
}


.poi .poiTitle span {
	color: #c29846;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:50%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:1;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}

.staffCategorySection {
	margin-top:40px;
}
.staffCategorySection .featuredStaffTitle {
	font-weight:300;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.featuredStaffBlock {
	background:#F9F9F9;
	color:#767676;
	font-size:16px;
	height:100%;
}

.staffBlock .featuredImage{
	position:relative;
	background-color:#ebece7;
	width:100%;
}
.staffBlock .featuredImage:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.staffBlock .featuredImage img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.featuredStaffBlock .featuredText{
	padding:13px 20px 16px;
	text-align:center;
}
.featuredText .staffTitle{
	font-size:1em;
	text-transform:uppercase;
	font-weight:300;
	margin:0;
}
.staffAccordion .staffAccordionTitle {
	font-size: 24px;
    line-height: 30px;
    color: #fff;
    background: #0133A0;
    padding: 12px 75px 13px 24px;
	margin:0;
    position: relative;
	text-transform:uppercase;
	cursor:pointer;
}
.staffAccordion .staffAccordionTitle:before {
    content: '\f054';
	display: block;
    width: 21px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 16px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(90deg);
    transition: 300ms;
}
.staffAccordion.open .staffAccordionTitle:before {
    transform: rotate(-90deg);	
}
.staffAccordion .staffAccordionContent {
	display:none;
}
.staffAccordion .staffAccordionContent .featuredText{
	padding:20px 20px 30px;
}
.staffAccordion .staffAccordionContent .featuredText .staffContent .position,
.staffAccordion .staffAccordionContent .featuredText .staffContent .qualifications {
	margin-bottom:1.25rem;
}
.staffAccordion .staffAccordionContent .featuredText .staffTitle {
	margin-top:12px;
	margin-bottom:16px;
}
.staffAccordion .staffAccordionContent .featuredText .staffTitle:after {
	content:'';
	display:block;
	width:60px;
	height:1px;
	border-top:solid 1px;
	margin-top:18px;
}
.staffAccordionContent.fullAccordion {
	background:#F9F9F9;
}
.staffAccordionContent.fullAccordion .staffBlock{
	border-top:solid 1px #707070;
}
.staffAccordionContent.fullAccordion .staffBlock:first-child {
    border-top: none;
}
.staffAccordionContent .accordionContentTable {
	padding:1rem;
}
.staffAccordionContent .accordionContentTable > .row {
	--bs-gutter-x: 0.5rem;
	margin-left:0;
	margin-right:0;
	border-bottom:solid 1px #0033A0;
}
.staffAccordionContent .accordionContentTable >  .row > *{
	padding-top:13px;
	padding-bottom:13px;
}

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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}
.welcomeBlock h1 span {
	display:block;
	font-size:22px;
	color:#c29846;
    margin-top: 12px;
}

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

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

	top: 11px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(90deg);

	transition: 300ms;

}



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

	transform:rotate(-90deg);


}

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

}

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

}



.welcomeBlock {
	margin-bottom: 0;
	padding: 55px 0px 20px;
	text-align: center;
	position: relative;
	z-index: 11;
}

.welcomeBlock .container {
	max-width: 1246px;
}



.welcomeSocial {
	text-align: center;
	padding-bottom: 15px;
}
.welcomeSocial ul.socials {
	display: block;
	padding: 0;
	margin: 0;
}
.welcomeSocial ul.socials li {
	min-width: inherit;
	padding:0 5px;
	margin: 0;
}
.welcomeSocial ul.socials li a {
	border-radius:50%;
	background-color:#c29846;
	color:#fff;
	height:38px;
	width:38px;
	line-height:38px;
	display:flex;
	text-decoration: none;
	justify-content:center;
	align-items:center;
	font-size:18px;
	transition:background .2s ease-out;
}
.welcomeSocial ul.socials li a:hover {
	color:#fff;
	background:#c29846;
}


.video_container iframe {
	width: 100% !important;
    height: 396px !important;
}




footer#footer {
	margin: 0;
}
.map-area {
	position: relative;
	display: block;
}
.map-area img {
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 325px;
 	max-height: 325px;
}


footer#footer .map-address-details {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    padding: 34px 35px 34px 25px;
    width: 350px;
    position: absolute;
    left: 5vw;
    max-width: 350px;
    background: #fff;
	width: 100%;
}

footer#footer .map-flex {
    margin-bottom: 10px;
    display: flex;
}

footer#footer .map-flex i {
    width: 36px;
    color: #c29846;
    font-size: 14px;
    line-height: 20px;
    flex-shrink: 0;
}
footer#footer .map-flex span {
	font-size: 14px;
}
footer#footer .map-flex span a {
	color: #000000;
	text-decoration: none;
}
footer#footer .map-flex span a:hover {
	color: #c29846;
}

footer#footer .map-address-details .visit-us {
	background:#14359a;
	color:#fff;
	position:absolute;
	left:calc(50% + 82px);
	bottom:50%;
	text-transform:uppercase;
	transform: rotate(-90deg);
	transform-origin:bottom;
	width:100%;
	padding:8px 0;
	width:calc(50% + 48px);
	text-align:center;
	font-size:20px;
	font-weight:300;
	letter-spacing:2px;
}

.map-area-main {
	position: relative;
}

.footerLower {
	position: relative;
    z-index: 1;
    width: 100%;
    background: #1D4D8D;
	padding: 20px 0;
	color: #ffffff;
    font-size: .75rem;
}

.footerLower p, .footerLower a {
	margin: 0;
	color: #ffffff;
}
.footerLower a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footerLower .container {
	max-width: 95%;
	padding-left: 15px;
	padding-right: 15px;
}

.ft-col-1 {
	color: #fff;
    font-weight: 300;
}
.ft-content strong {
	font-weight: 400;
}
.ft-content span {
	/*display: block;*/
}
.ft-col-1 .ft-content {
	max-width: 500px;
}



.ft-col-2 {
	padding: 0;
}



.footerSocial ul.socials {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
.footerSocial ul.socials li {
	min-width: inherit;
	padding: 0px 10px;
}
.footerSocial ul.socials li a {
	text-decoration: none;
    color: #fff;
    font-size: 1.4375rem !important;
    transition: all .3s ease-out;
}

.footerSocial ul.socials li a:hover {
	color: #c29846;
}

.ft-col-4 {
	text-align: right;
	padding: 0;
}

.ft-col-4 a {
	display: inline-block;
}

.ft-col-4 a:first-child {
	margin: 0;
}
.ft-col-4 img.footer-right-logo-bottom {
	height:38px;
	width:auto;
	max-width:100%;
	object-fit:container;
	margin-left: 13px;
}

.home_image_item {
	margin: 10px 0;
}
.home_image_item img {
	margin: 0px auto;
	display: block;
}

.down-arrow {
	margin: 30px auto;
	display: inline-block;
	animation: bounce 1.5s linear infinite;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.down-arrow img {
	display: block;
	margin: 0px auto;
}




.dynamic-video_carousel {
	margin: 0;
    padding: 55px 0 130px;
}

.section_title h2 {
	text-align: center;
    letter-spacing: 0;
    margin: 0 auto 30px;
    line-height: 1.3;
    padding: 0 15px;

}
.section_title h2 span {
	color: #c29846;
    display: block;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
}


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


.homeDynamic.dynamic-poi {
	margin-bottom: 0;
	margin-top: 0;
	background: #14359a;
	color: #ffffff;
}
@media (min-width:768px){
.homeDynamic.dynamic-poi .container {
	padding: 60px 80px;
	max-width: 1800px;
}
}

.bodyContent .dynamic-poi {
	margin-bottom: 0;
	padding: 60px 80px;
	background: #14359a;
	color: #ffffff;
}




.homeDynamic.dynamic-poi .pois, .bodyContent .dynamic-poi .pois {
	justify-content: space-between;
}

.homeDynamic.dynamic-poi .pois .col, .bodyContent .dynamic-poi .pois .col {
	background: #14359a;
	padding: 30px;
	padding: 30px;
	border: 1px solid #2b49a4;
	margin-right: 30px;
	margin-top: 0;
}
.homeDynamic.dynamic-poi .pois .col:first-child, .bodyContent .dynamic-poi .pois .col:first-child {
	width: 100%;
	max-width: 40%;
}
.homeDynamic.dynamic-poi .pois .col:last-child, .bodyContent .dynamic-poi .pois .col:last-child {
	width: 100%;
	max-width: 60%;
}
.homeDynamic.dynamic-poi .pois .col:last-child .poiImage:before, .bodyContent .dynamic-poi .pois .col:last-child .poiImage:before {
	padding-top: 58.6%;
}

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





/*
.homeDynamic.dynamic-poi .pois .poi .poiImage:before {
	display: none;
}
.homeDynamic.dynamic-poi .poiImage .poiImageBG {
	position: relative;
	left: auto;
	top: auto;
}
.homeDynamic.dynamic-poi .poiImage .poiImageBG img {
	position: relative;
	left: auto;
	top: auto;
}
*/




.homeDynamic.dynamic-quote {
	margin: 0;
	padding: 2rem 0 80px;
}

.homeDynamic.dynamic-quote .quoteContainer {
	padding: 60px;
	background: #fff;
	position: relative;
    display: block;	
	width: 80%;
	max-width: 1250px;
	margin: 0px auto;
}

.homeDynamic.dynamic-quote .quote-image {
	padding-left: 0;
	padding-right: 20px;
}

.homeDynamic.dynamic-quote .quote-image img {
	width: 100%;
	min-height: 400px;
	max-height: 400px;
	object-fit: cover;
}

.homeDynamic.dynamic-quote .quote-cite {
	font-size: 35px;
	color: #c29846;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
	line-height: 1.6;
	display: block;
	text-align: left !important;
	padding: 0;
	font-style: normal;
}



.homeDynamic.dynamic-quote .quote-content {
	padding: 30px 45px 5px 25px;
	text-align: left !important;
}
.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text {
	padding: 0;
	text-align: left !important;
}

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

	.homeDynamic.dynamic-quote .cycle-pager {
		display: block !important;
		position: absolute;
		left: 42%;
		bottom: 0px;
		width: auto;
		z-index: 111;
	}

	.homeDynamic.dynamic-quote .quoteContainer .cycle-pager span {
		width: 10px;
		height: 10px;
		line-height: 10px;
		background: #c29846;
		display: inline-block;
		margin: 0px 3px;
		border-radius: 10px !important;
		font-size: 0 !important;
		opacity:0.2;
	}
	.homeDynamic.dynamic-quote .quoteContainer .cycle-pager span.cycle-pager-active {
		opacity:0.7;
	}

}



.homeBanner .slideText {
	position: absolute;
	text-align: left;
	left: 10%;
	bottom: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 400;
	z-index: 111;
	width: 80%;
}

.homeBanner .slideText .top_text {
    font-size: 32px;
    padding-right: 0;
	line-height: 1.4;
	text-shadow: 3px 3px 20px #000;
	letter-spacing: 0px;
	color: #ffffff;
}

.homeBanner .slideText .bottom_text {
	font-size: 38px;
	line-height: 1.2;
	text-shadow: 3px 3px 20px #000;
	padding-right: 20px;
	margin-bottom: 35px
}


.dynamic-info-grid {
	padding: 32px 0 0px;
}

@media (min-width:768px){
.dynamic-info-grid {
	padding: 32px 0 80px;
	margin: 0;
	background: #f9f7f3;
}
}	
@media (min-width:1200px){
.homeDynamic.dynamic-info-grid .container {
	max-width: 1800px;
	padding: 0px 80px;
}
}
.dynamic-info-grid .Instagram, .dynamic-info-grid .Instagram2,  .dynamic-info-grid .Instagram3  {
	width: 30%;
	flex-shrink: 0;
	background: #fff;
	padding: 45px 30px;
}

.dynamic-info-grid .News {
	flex-grow: 1;
    background: #c29846;
	padding: 45px 30px;
	color: #ffffff;
	--button_bg: #fff;
    --button_colour: #c29846;
    --button_bg_hover: #c29846;
    --button_colour_hover: #fff;
}

.dynamic-info-grid .News .news_content .sliderThumb {
	margin-bottom: 1rem;
	height: 340px;
}
.dynamic-info-grid .News .news_content .sliderThumb img {
	min-height: 340px;
	max-height: 340px;
	object-fit: cover;
}


.dynamic-info-grid .News .date {
	color: #fff;
	font-size: 18px;
    line-height: 20px;
}
.dynamic-info-grid .News .txt {
	margin-top: 10px;
    padding-top: 20px;
    width: 100%;
    border-top: 2px solid #cdbc9d;
    /*color: #000;*/
    font-size: 20px;
    margin-bottom: 20px;
}

.dynamic-info-grid .Event {
	width: 30%;
	padding: 45px 30px;
	background: #ffffff;
}

.dynamic-info-grid .Event .eventDate {
	font-size: 18px;
    color: #c29846;
    line-height: 20px;

}
.dynamic-info-grid .Event .eventDate span {
	color: #c29846;
    font-size: 30px;
	display: block;
	line-height: 45px;
}

.dynamic-info-grid .Event h2 {
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
	border-top: 2px solid #c29846;
	color: #000;
	font-size: 20px;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
}

.dynamic-info-grid .Event h2 a {
	color: #000;
	text-decoration: none;
	font-weight:200;
}

.dynamic-info-grid .eventTime {
	display: block;
    color: #c29846;
    font-size: 12px;
    text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 20px;
}



.text-image-section-content {
	width: 100%;
    display: flex;
    position: relative;
    background: rgba(194, 152, 70, 0.2);
	padding-top: 0px;
}

.text-image-section-content .text-content-left, .text-image-section-content .text-content-right {
	background: #c29846;
    box-sizing: border-box;
    color: #ffffff;
    padding: 5vw 3.5vw;
    outline-color: #c29846;
    outline-style: solid;
    outline-offset: calc(1.5vw - 1px);
    outline-width: 1px;
    position: relative;
    z-index: 1;
    width: 40%;
	/*font-size: 1.2vw;*/
	font-size:20px;
    line-height: 1.25;
}

.text-image-section-content .text-content-left h1, .text-image-section-content .text-content-right h1 {
	color: #ffffff;
	font-size: 48px;
	line-height: 1.4;
	margin-bottom: .5rem;
	font-weight: 300;
	text-transform: inherit;
}

.text-image-section-content .text-content-left h2, .text-image-section-content .text-content-right h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.text-image-section-content .text-content-left a, .text-image-section-content .text-content-right a {
	color: #ffffff;
	text-decoration: none;
	font-weight:400;
}


.text-image-section-content .text-content-left .mobileImage, .text-image-section-content .text-content-right .mobileImage {
	display: none;
}




.text-image-section-content .text-content-image {

	width: 60%;
    display: flex;
    flex-direction: column;
    z-index: 2;
	position: relative;
	--title_colour: #3C405B;

}

.text-image-section-content .text-content-image img {
	max-width: inherit;
}

.text-image-section-content .text-content-image img.wp-post-image {
	height: calc(50% - 3vw);
    width: auto;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}






.text-image-section-content .text-content-image h2 {
	padding: 37px 27px 0;
	text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
	font-size: 4.4vw;
    line-height: 4.4vw;
	text-align: center;
}
.text-image-section-content .text-content-image h2 span {
    font-size: 2.9vw;
    line-height: 2.9vw;
	display: block;
}
.text-image-section-content .text-content-image .image_above_text {
	text-transform: none;
	text-align: Center;
    font-size: 1vw;
    line-height: 1vw;
	color: #c29846;
	padding-bottom: 27px;
	margin-bottom: 30px;
}


.dynamic-text-image-section {
	padding: 70px 0 70px 1.5vw;
	margin: 0;
}
#column_content_1.dynamic-text-image-section {
	padding: 70px 1.5vw 70px 0;
}
#column_content_2.dynamic-text-image-section {
	padding: 70px 1.5vw 70px 0;
}
#column_content_4.dynamic-text-image-section {
	padding: 70px 1.5vw 70px 0;
}


.dynamic-text-image-section .section_background {
	background: none !important;
}
.dynamic-text-image-section  .postThumb {
	margin: 0;
}
.dynamic-text-image-section  .postThumb img {
	height: calc(90% - 3vw);
	width: auto;
}

.dynamic-text-image-section .section_background img {
	position: absolute;
    top: 1.5vw;
	width: auto;
}

.dynamic-text-image-section .section_background img {
    max-width: inherit;
    height: calc(100% - 3vw);
	width: auto;
}


.dynamic-text-image-section .section_background.section_background_left img {
	left: 2rem;
}
.dynamic-text-image-section .section_background.section_background_right img {
	right: 2rem;
	
}

#column_content_1.dynamic-text-image-section .postThumb img {
 	max-width: inherit;
	height: calc(90% - 3vw);
	position: absolute;
    max-width: unset;
    top: auto;
	left: 50%;
	transform: translateX(-50%);
}



.page-template-template-page_wide .container.body-container section.admission-first-section {
	padding: 0 0 0 1.5vw;
}



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

	#column_content_1.dynamic-text-image-section .postThumb {
		margin-bottom: -130px;
	}
	#column_content_1.dynamic-text-image-section .postThumb img {
		max-width: inherit;
	}


	.page-template-template-fullwidth .container.body-container {
		max-width: 100%;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 30px;
	}

	
}


.page_quote {
	max-width: 440px;
	margin: 0px auto;
	font-size: 20px;
	font-weight: 400;
	color: #c29846;
    display: block;
    font-style: italic;
	text-align: center;
}



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

.headGroup {
	padding: 0;
}
.home .headGroup {
}
.fixedHeader .headGroup {
	height: auto !important;
}

.header-links {
	position: absolute;
    top: 0px;
    right: 8vw;
    background: hsla(0, 0%, 100%, .7);
    background: rgba(251, 249, 241, 0.7);
    z-index: 111;
	display: block;
	font-weight:300;
}

.header-links ul {
	list-style: none;
	display: flex;
    align-items: center;
    padding: .5em;
	flex-wrap: nowrap;
	margin-bottom: 0;
	font-size: 13px;
	line-height:1.4;
}

.header-links ul li {
	justify-content: center;
	list-style-type: none;
	display: flex;
    align-items: center;	
    padding: 0 .4em;
}

.header-links ul li:nth-child(1) a {
	font-size: 0;
	background: url('/wp-content/uploads/2024/05/friends-of-holmewood-logo-menu.webp') no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    min-width: 86px;
    height: 28px;
    padding: 0;
    color: transparent;
}

.header-links ul li a {
	color: #0033a0;
	text-decoration: none;
}
.header-links ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}


.headerIcon-main {	
	display: block;
    position: absolute;
    left: 5%;
    height: auto;
    bottom: 12%;
    z-index: 110;
    width: 100px;
}
.home .headerIcon-main {
	bottom: 410px;
    width: 40%;
}
.headerIcon-right {	
    display: block;
    position: absolute;
    right: 10%;
    height: auto;
    bottom: 17%;
    z-index: 110;
    width: 80px;
}	
.home .headerIcon-right {
	bottom: unset;
	top: 15%;
	width: 120px;
}
@media screen and (min-width: 768px) {
    .headerIcon-main {
        width: auto;
        bottom: 18%;
        left: 10%;
    }
    .headerIcon-right {
        width: auto;
        bottom: 24%;
        width: 220px;
    }		
	.hero.home .header-overlay {
		bottom: 350px;
		width: 180px;
	}
}
@media (min-width:991px){
	.headerIcon-main {
		position: absolute;
		left: 10%;
		bottom: 105px;
		z-index:105;
		width:auto;
	}
	.home .headerIcon-right {
		bottom: 13%;
		top: unset;
		width: 160px;
	}	
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
	.home .headerIcon-right {
    	right: 3%;
	}
	body:not(.home) .headerIcon-right {        
        bottom: 32%;        
    }	
}	
@media (min-width:1200px){
	.headerIcon-main {
		bottom: 150px;
	}
	.home .headerIcon-main {
		bottom: 400px;
        width: auto;
	}	
}
.nav-bar-banner:before {
	content: " ";
    position: absolute;
    top: -10px;
    background: #c29846;
    height: 10px;
    left: 5%;
    width: 90%;
}

.fixedHeader .nav-bar-banner:before {
	display: none;
}


.nav-bar-banner {
	width: 84%;
	left: 8%;
	bottom: 0;
	top: auto;

	position: absolute;
	box-shadow: none;
	line-height: 58px;

	height: 83px;
	background: rgba(29,77,141,.9);
	color: #ffffff;

	padding: 13px 76px 13px 78px;
	transition: all .25s ease;
}

.fixedHeader .nav-bar-banner  {
	left: 0;
	width: 100%;
	bottom: auto;
	top: 0;
	background: rgba(29,77,141,1);
}


.nav-bar-banner a.home-logo-icon {
	display: block;
	font-weight: 600;
	color: #ffffff;
	position: absolute;
	top: 13px;
	left: 20px;
	line-height: 58px;
	width: 58px;
	text-align: center;
}
.nav-bar-banner a.home-logo-icon:before {
	content: "\e3af";
	display: inline-block;
    font-size: 18px;
	font-family: "Font Awesome 6 free";
	color: #c7a86d;
}


.nav-bar-banner a.home-logo-icon:hover {
	color: #c7a86d;
}
.fixedHeader .nav-bar-banner a.home-logo-icon {
	font-size: 0;
	position: absolute;
    content: " ";
    background-image: url('images/navlogo.png');
    background-size: 100% auto;
    background-position: top;
	background-repeat: no-repeat;
    top: 50%;
	transform: translateY(-50%);
    left: 20px;
    opacity: 1;
    width: 58px;
    height: 58px;
    transition: width .3s ease-out, opacity .3s ease-out;
    overflow: hidden;
}
.fixedHeader .nav-bar-banner a.home-logo-icon:hover {
	background-position: bottom;
}
.fixedHeader .nav-bar-banner a.home-logo-icon:before {
	display: none;
}





/*Menu Styles Show    ----------------------------------- */

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

ul#menu-main-top {

	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	width: 100%;

}

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

#menu-main-top li li {
    position: relative;
    margin: 0px;
}
#menu-main-top li a {
    font-size: 14px;
    font-weight: 300;
    text-transform: inherit;
    position: relative;
    color: #ffffff;
    letter-spacing: 1.5px;
	padding-bottom: 12px !important;
	margin-bottom: -12px !important;
}
#menu-main-top li a span{
	line-height:1.4;
	display:inline-block;
	vertical-align:middle;
}
#menu-main-top .sub-menu li {
    padding: 0px;
}

#menu-main-top .sub-menu li a {
    padding: 3px 22px 3px 50px;
    font-size: 14px;
    display: inline-block !important;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 29px !important;
	width: 100%;
	height: auto;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	text-align: left;
}

#menu-main-top .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu li.current-menu-parent > a {
	color: #c29846 !important;
    text-decoration: none;
}
#menu-main-top .sub-menu li a:hover {
	color: #c29846 !important;
    text-decoration: none;
}

#menu-main-top .sub-menu .sub-menu li a {
    padding: 0px 22px;
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 35px;
}

#menu-main-top .sub-menu .sub-menu li a:hover {
	color: #c29846 !important;
    text-decoration: none;
}


#menu-main-top li a {
    
	text-transform: uppercase;
    transition: all .3s ease-out;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: none;
	padding: 0;
	display: block;

}
body.fixedHeader #menu-main-top li a {
    line-height: 58px;
}
body.fixedHeader #menu-main-top .sub-menu li a {
    line-height: 29px !important;
	margin-bottom: 0px;
}


#menu-main-top li a:hover {
	color: #c29846;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #c29846;
	text-underline-offset: 5px;
}
#menu-main-top li:hover > a {
    color: #c29846;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #c29846;
	text-underline-offset: 5px;
}
#menu-main-top .sub-menu li:hover > a {
	color: #c29846 !important;
	text-decoration: none;
}

#menu-main-top .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    line-height: 35px;
    padding: 30px 0px 50px;	
    /*min-height: 80vh;*/
    width: 100%;
    min-width: 294px;
    background: rgba(29,77,141,1.0);
    text-align: left;
}
#menu-main-top .sub-menu .sub-menu {
    margin-left: 0;
}
/*
body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
	display: none;
}

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

body.fixedHeader #menu-main-top .sub-menu .sub-menu {
	display: none;
}
body.fixedHeader #menu-main-top .sub-menu li:hover .sub-menu {
	display: block;
}
*/
body.fixedHeader #menu-main-top li a {
}
body.fixedHeader #menu-main-top li a:hover {
}

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


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

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

#menu-main-top .sub-menu li.menu-item-has-children > a:after {
	    position: absolute;
    content: '\f054';
    display: block !important;
    width: 11px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;

}




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

#menu-main-top .sub-menu .sub-menu {
    top: -15px;
    left: 100%;
    width: 100%;
	transform:translateY(0px);
    display: none;
    line-height: 35px;
    padding: 15px 0px 15px 0px;
    background: rgba(29,77,141,1);
    color: #ffffff;
    height: auto;
	min-width:0;
}

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










.nav-bar-banner .menu-main-container {
	display: block;
	width: 100%;
}




/*Search Toggle Css    ----------------------  START  ------------------------------ */
.searchToggle {
	position: absolute;
	right: 40px;
	top: 30px;
}

form.openSearch {
	padding-right : 12px;
	top : 0px;
	z-index: 9;
}

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

.searchToggle {
	width: 21px;
	height: auto;
	min-height: 22px;
	margin-left: 0px;
}

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

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

.searchToggle .searchform.openSearch input.s {
	background: #6d9cff;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 5px 25px 5px 10px;
	height: 34px;
	font-size: 14px;
	letter-spacing: 0px;
	font-style: italic;
}

.headGroup .searchform .searchSubmit {

	width: 21px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;

	background: url('images/search-icon-new.png') center center no-repeat !important;
	font-size: 0 !important;
}

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



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

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


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


.header_search_icon {
	font-size: 0;
	width: 21px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;

	background: url('images/search-icon-new.png') center center no-repeat !important;
	font-size: 0 !important;	
	position: absolute;
	right: 40px;
	top: 30px;
}
.header_search_icon:hover {
	background: url('images/search-icon-hover.png') center center no-repeat !important;
}



.bannerSearch {
    height: 56px;
	opacity: 1;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 51, 160, .8);
    position: absolute;
    right: 0;
    top: 83px;
    padding: 0 20px;
	line-height: 30px;
}
.bannerSearch .searchform {
	padding-right: 0;
}
.bannerSearch .searchInput.s {
	width: 100%;
    opacity: 1;
    overflow: hidden;
    border-radius: none;
    border: none;
    box-shadow: none;
    background: #6d9cff;
    color: #fff;
    font-weight: 300;
    top: 0;
    right: 0;
    position: relative;
    padding: .3125rem 1.375rem .3125rem .625rem;
    font-style: normal;
	line-height: 30px;
}
.bannerSearch .searchform .searchSubmit {
	display: none;
}





.footer-inner-poi.dynamic-poi {
	margin: 0px;
	padding: 0px;
}

.footer-inner-poi.dynamic-poi .pois {
	padding: 0;
	margin: 0;
}

.footer-inner-poi.dynamic-poi .col-md-4 {
	padding: 0;
}

.footer-inner-poi.dynamic-poi .poiImage:before {
	padding-top: 61%;
}
.footer-inner-poi.dynamic-poi .poiImage .poiText, .footer-inner-poi.dynamic-poi .poi:hover .poiImage .poiText {
	bottom: 60px;
}

.footer-inner-poi.dynamic-poi .poi .poiTitle:before {
	display: none;
}
@media (min-width:992px){
.footer-inner-poi.dynamic-poi .poi .poiTitle {
	font-size:1.5vw;
}
.footer-inner-poi.dynamic-poi .poi:hover .poiTitle {
	font-size:2.2vw;
	transition:all .2s ease;
}
}

.footer-inner-poi.dynamic-poi .poi {
	transition:all .2s ease;
	
}

.footer-inner-poi.dynamic-poi .poiImage .poiImageBG img {
	width: 100%;
    position: relative;
    overflow: hidden;
	height: 100%;
	transform:scale(1.05);
	transition:all .2s ease;
}
.footer-inner-poi.dynamic-poi .poi:hover .poiImage .poiImageBG img {
	transform:scale(1);
}


.footer_info_grid {
	padding: 0 14px;
}

.footer_info_grid .event-item {
	height: 100%;
}

.footer_info_grid .c1.Event .events_text_section {
	height: 100%;
}
.footer_info_grid .c1.Event a {
	background: #767676;
	font-size: 24px;
	padding: 24px 24px 72px;
	color: #ffffff;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	position: relative;
}

.footer_info_grid .c1.Event .date {
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
	color: #ffffff;
}

.footer_info_grid .c1.Event a:after {
	font-family: "Font Awesome 6 Free";
    position: absolute;
    content: "\f105";
    color: hsla(0, 0%, 100%, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    font-size: 40px;
    right: 16px;
    bottom: 16px;
    line-height: 30px;
	font-weight: 600;
}

.footer_info_grid .c1.Event .eventDate {
	font-size: 24px;
	margin-bottom: 10px;
}
.footer_info_grid .c1.Event h2 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0px;
}
.footer_info_grid .c1.Event .eventTime {
	color: #ffffff;
	font-size: 18px;
}

.footer_info_grid .news_posts_container {
	height: 100%;
}

.footer_info_grid .news_posts_container .news-block {
	background: #c29846;
    width: 100%;
    position: relative;
    transition: all .2s;
	height: 100%;
	padding: 24px 24px 72px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.footer_info_grid .news_posts_container .news-block:hover {
	background: #bd9e6c;
	color: #ffffff;
}
.footer_info_grid .info_grid_news_section {
	height: 100%;
}

.footer_info_grid .news_posts_container .news-block:after {
	font-family: "Font Awesome 6 Free";
    position: absolute;
    content: "\f105";
    color: hsla(0, 0%, 100%, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    font-size: 40px;
    right: 16px;
    bottom: 16px;
    line-height: 30px;
	font-weight: 600;
}
.footer_info_grid .news_posts_container:hover {
}
.footer_info_grid .info_grid_news_section {
	color: #ffffff;
}
.footer_info_grid .info_grid_news_section h3 {
	color: #ffffff;
	font-size: 24px;
	padding-right: 30px;
}

.footer_info_grid .info_grid_news_section .date {
	font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
	color: #ffffff;
}
.footer_info_grid .info_grid_news_section .txt {
	color: #ffffff;
}


.footer_info_grid .infoBlock.instagram_section {
	background: #c29846;
	height: 100%;
}
.footer_info_grid #sb_instagram #sbi_images {
	padding: 0 !important;
}

.footer_info_grid .sbi_info_wrapper {
	display: none !important;
}
.footer_info_grid #sbi_load {
	display: none !important;
}
.footer_info_grid .infoBlock.instagram_section .icon {
	display: none !important;
}


.footer_info_grid .c4.Facebook .infoBlock {
	padding: 15px;
    margin: 0;
    background: rgba(255, 255, 255, .5);
    border: none;
	background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);

	height: 99%;

	color: #000000 !important;

}

.footer_info_grid .c4.Facebook .infoBlock .icon {
	display: none;
}

.footer_info_grid .c4.Facebook #cff .cff-item {
	border: none !important;
}




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

	.text-image-section-content .text-content-left .mobileImage {
		display: block;
	}


}




#column_content_2.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: left;
	margin-left: 5%;
	text-transform: uppercase;
}
.dynamic-text-image-section .text-image-section-content .text-content-image img {

	height: calc(100% - 3vw);
    margin-top: 0;
    margin-right: 0%;
}
#column_content_2.dynamic-text-image-section .text-image-section-content .text-content-image img {

    margin-top: 7%;
}

.dynamic-text-image-section .text-image-section-content .text-content-image .postThumb img {
	position: absolute;
	left: 2rem;
	top: 1.5vw;
}
#column_content_3.dynamic-text-image-section .text-image-section-content .text-content-image .postThumb img {
	left: auto;
	right: 2rem;
}

#column_content_2.dynamic-text-image-section .text-content-left-inner {
	padding-top: 20%;
    padding-bottom: 62.5%;
}

#column_content_3.dynamic-text-image-section .text-content-left-inner {
	padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 30%;
}

#column_content_4.dynamic-text-image-section .text-content-left-inner {
	padding-top: 1%;
    padding-bottom: 4%;
    padding-left: 12%;
    padding-right: 0%;
}
#column_content_4.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
	font-size: 40px;
	line-height: 40px;
	color: #c29846;
	text-align: center;
}


.container.body-container {
	margin-right: auto;
    margin-left: auto;
	max-width: 100%;
    position: relative;
}

@media (min-width:992px){
	.container.body-container > .row {
		--bs-gutter-x:3.75rem;
		--bs-gutter-y: 3.75rem;
	}
}
.page-template-template-page_wide .container.body-container {
	width: 84%;
    margin: 0px auto;
	padding-top: 130px;
	padding-left: 0;
	padding-right: 0;
}



.content-menu-box  {
	padding-left: 0;
	width:30%;
}



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

.breadcrumbs {
	font-size: 14px;
    line-height: 21px;
    color: #5a585a;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 15px 0px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 0px;
    border-bottom: none;
    min-height: 21px;
    font-weight: 300;

	text-align: right;
    justify-content: flex-end;
    margin-top: 0;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

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

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

.breadcrumbs a i {
	font-size: 11px;
}

.breadcrumbs > span {
	margin-left:0;
}
.breadcrumbs span > span {
    color: #c29846;
}

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


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



.bodyContent table tbody tr:first-child td, .bodyContent table tbody tr:nth-child(2n) td:first-child {
   background: rgba(194, 152, 70, 0.2);
    /*text-transform: uppercase;*/
}


.bodyContent table {
	display: table;
    width: 100%;
    border: none;
   /* border-top: 3em solid #fff;*/
    table-layout: fixed;
    margin-bottom: 1.4375rem;
}

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

.bodyContent table tbody tr td {
    border: 4px solid #fff;
    text-align: left;
    vertical-align: center;
    padding: 10px 15px;
    font-size: 1em;
    line-height: 1.2em;
}

.bodyContent table tbody tr:nth-child(2n) td {
    background-color: #e5e5e5;
}
.bodyContent table tbody tr:not(:first-child) td {
	border-top: none;
}

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


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

.body-text strong {
	font-weight: 400;
}

.bodyContent .body-text ul {
    list-style: none;
    padding-left: 0px;

    margin: 0 0 0 50px;	
}
.bodyContent .body-text ul li {
    padding-left: 0px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 21px;
}

.bodyContent .body-text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c29846;
    display: block;
    position: absolute;
    left: -18px;
    top: 9px;
}


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




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

.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none !important;
	z-index: 1;
}
.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 23px solid transparent !important;
	border-left: 40px solid rgba(255, 255, 255, 0.6) !important;
	border-bottom: 23px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.dynamic-callout .video_callout .button:hover:after {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: transparent !important;
	border: none !important;
}

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


.sidebar .callout .calloutContent {
	padding: 100px 24px 100px;
}
.bodyContent .callout .calloutContent {
	padding: 130px 40px 130px;
}

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



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
















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



.wpforms-submit {
	display: inline-block !important;
    background: #0033a0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    min-width: 250px !important;
    text-align: center !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: 2px solid #0033a0 !important; 
    font-weight: 400 !important;
	text-decoration:none !important;
    line-height: 18px !important;
    padding: 5px 10px!important;
    position: relative !important;
    transition: 300ms !important;
	min-width: 215px !important;
	font-size: 14px !important;
	text-align: center !important;
	letter-spacing: 1px !important; 
	text-transform: uppercase !important;
	position: relative !important;	
	height: auto !important;
	border-radius: 0 !important;
}
.wpforms-submit:hover {
    background: var(--button_bg_hover,#000) !important;
    border: 2px solid var(--button_bg_hover,#000) !important; 
}




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

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


.sidebar {
    padding-left: 0px;
	padding-top: 0;
	padding-bottom: 40px;
}
.side-menu-container {
    padding: 0px 0px 0px;
    position: relative;
	overflow: hidden;
	background: #fbf9f1;
	margin-bottom: 40px;
}

.sidebarSec {
	color: #0033a0;
    border: 1px solid #c29846;
    padding: 15px 60px;
    position: relative;
	margin: 0;
	border-top: 0;
}
.sidebarSec h2 {
	font-size: 28px;
	color: #0033a0;
	text-transform: uppercase;
	display: block;
	font-size: 21px;
	line-height: 30px;
    font-weight: 400;
	padding: 63px 40px 30px;
}

.sidebarSec:last-child {
	border-top: 0;
}

.sidebarSec:first-child {
    border: none;
    padding: 0px;
}
.sidebarSec:nth-child(2) {
    border: none;
    padding: 0px;
}




.sidebarSec a {
	color: #c29846;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding: 15px 60px;
    display: block;
    cursor: pointer;
    z-index: 3;
    transition: all .3s ease-out;
    background: #f9f5f1;
    border: 1px solid #c29846;
	text-decoration: none;
}
.sidebarSec a:hover {
	color: #fff;
    background: #c29846;
}

.sidebarSec a:before {

	display: inline-block;
    height: 12px;
    width: 40px;
	left: 10px;
	position: absolute;
	top: 21px;

	font-size: 14px;


	content: '\f054';
    display: block;
    line-height: 12px;
	text-align:center;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
    transform: rotate(0deg);
	transition:300ms;

}
.sidebarSec a:hover:before {
	left: 0px;
}
.sidebarSec .a2a_kit.addtoany_list a:before {
	display: none !important;
}



.sidebarSec .its, .sidebarSec .title {
	font-weight: 300;
    text-transform: uppercase;
    color: #c29846;
    margin-bottom: 5px;
	font-size: 16px;
}

.sidebarSec .date {
	color: #000000;
}

.sidebarSec .date .icon {
	color: #0033a0;
}
.sidebarSec .time {
	color: #000000;
}
.sidebarSec .time .icon {
	color: #000000;
}




#menu-side > li {
	border: none;
}

#menu-side > li > a {
	font-size: 28px;
	color: #0033a0;
	text-transform: uppercase;
	display: block;
	font-size: 21px;
	line-height: 30px;
    font-weight: 400;
	padding: 3em 3vw 30px;
    border-bottom: 1px solid #0033a0;
}
/*
#menu-side > li > a > span {
}

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





#menu-side .sub-menu li {
	position: relative;
    line-height: 1;
    border-bottom: 1px solid #0033a0;
    z-index: 5;
    width: 100%;
    transition: all .25s ease;
}


#menu-side .sub-menu li.open .sub-menu li {
	border: none;
}



#menu-side .sub-menu li.current-menu-item > a span {
}

#menu-side > li > a:hover span {
}

#menu-side li a span {
 
}
#menu-side li a:hover span {
}

#menu-side a {

	color: #3C405B;
    text-transform: uppercase;
    position: relative;
    padding: 15px 3vw;
    display: block;
    line-height: 1.2em;
    transition: all .3s ease-out;

}

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

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

#menu-side .sub-menu li:hover a {
    color: #fff;
    background: rgba(0, 51, 160, .7);
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
}
#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before {
}
#menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
	top: 6px;
}


#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow {
}



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


#menu-side .sub-menu li li a {
    padding: 10px 10px 10px 4.5vw;
    line-height: 25px;
	color: #3C405B;
	display: block;
    line-height: 1.2em;
    transition: all .3s ease-out;
}

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

#menu-side .sub-menu li.open li {
	color: #3C405B;
    background: rgba(0, 51, 160, 0.1);
}

#menu-side .sub-menu li.open li:hover a {
    color: #fff;
    background: rgba(0, 51, 160, 0.6);
}

#menu-side .sub-menu li:hover > .arrow, #menu-side .sub-menu li.open:hover > .arrow {
    color: #fff;
}


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

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: rgba(0, 51, 160, 0.9);
}

#menu-side .sub-menu li.open .arrow {
	color: #0033a0;
}
#menu-side .sub-menu li.current-menu-item .arrow, #menu-side .sub-menu li.open:hover .arrow {
	color: #ffffff;
}


#menu-side .sub-menu li.open > a {
    color: #ffffff;
    background: rgba(0, 51, 160, 0.7);
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #ffffff;
    background: rgba(0, 51, 160, 0.7);
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #ffffff;
    background: rgba(0, 51, 160, 1);
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
}


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

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

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

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

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

}


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

.bodyContent .dynamic-documents .document, .sidebar .dynamic-documents .document {
    padding: 0px 15px !important;
    max-width: 100%;
	margin-bottom: 4px;
	width: 100%;
}
.dynamic-documents .documnets_top {
	padding: 0 5px 8px 15px;
    color: #000;
    font-size: 12px;
	line-height: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.dynamic-documents .documnets_top span {
	display: block;
	float: right;
}
.dynamic-documents .documnets_top:after {
	display: table;
	content: '';
	clear: both;
}

.dynamic-documents a.document-link:before {
	display: none;
}
.dynamic-documents a.document-link {

	position: relative;
    margin: 0;
    padding: 10px 75px 10px 15px;
    background-color: #dee0eb;
    color: #0033a0;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: inherit;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 300;

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



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

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

.dynamic-documents a.document-link:after {
    display: block;
    width: 70px;
    height: 50px;
	line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f019';
	font-size: 18px;
	border-left: 3px solid #ffffff;
}
.dynamic-documents a.document-link:hover:after {
}



.bodyContent .dynamic-quote {

}

.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 70px 0px 20px;
	margin: 0;
	max-width: 100%;
	color: #004a99;
	position: relative;
	border-bottom: 1px solid #0033a0;
}

.bodyContent .dynamic-quote .quoteContainer:after {
	opacity: 1;
	content:open-quote;
    color: #0033a0;
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
    display: block;
    height: 54px;
    text-align: center;
    width: 54px;
    background: #fbf9f1;
    position: absolute;
    z-index: 3;
    left: calc(50% - 27px);
	top: 0;
}
.bodyContent .dynamic-quote .quoteContainer:before {
	position: absolute;
    opacity: 1;
    content: " ";
    width: 100%;
    height: 1px;
    background: #0033a0;
    top: 26px;
    left: 0;
    z-index: 2;
}



.bodyContent .quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	padding-top:20px;
}








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

	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color: #dee0eb;
    color: #0033a0;
    cursor: pointer;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	text-transform: inherit;
    line-height: 30px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	font-weight: 400;
}
.faq.open .faq-question {
    background: #1D4D8D;
    color: #ffffff;
    border: none;
}
.faq-question:hover {
    background: #1D4D8D;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    display: block;
    width: 21px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 16px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform:  rotate(90deg);
    transition: 300ms;
}

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

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

.faq-answer {
    display: none;
    padding: 45px 55px 45px;
    background: #dee3e7;
    border: none !important;
    margin-bottom: 0px;
}
.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-staff-section select {
	color: #0033a0;
    width: 100%;
    font-size: 16px;
    background-color: #1D4D8D;
    border: 0;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-transform: uppercase;
	max-width: 302px;
	position: relative;
	padding: 0px 15px;
	margin-bottom: 0px;
}

.dynamic-staff-section select option {
}

.top_staff_row {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.875rem;
}

.top_staff_row .reset {
	margin-right: 30px;
	color: #85152a;
	font-weight: 300;
	text-decoration: underline;
}
.top_staff_row .staff_Filter_title {
	margin-right: 20px;
}
.top_staff_row .news-filter__label {
	width: auto;
}

.bodyContent .staff_row {

    width: 100%;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    max-width: none !important;

}

.bodyContent .staff_row h2 {
	margin-bottom: 30px;
}


.bodyContent .staff-content {
	position: relative;
    background-color: hsla(0, 0%, 100%, .8);
    width: 100%;
    height: auto;
    padding: .625rem 0;
    border-bottom: 3px solid #999;
    transition: all .3s ease-out;
}

.bodyContent .staff_container {
	font-size: 16px;
	margin-bottom: 30px;
	cursor: pointer;
}

.bodyContent .staff_container .title {
	margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
	color: #0033a0;
    line-height: 1.2;
    margin-bottom: .5em;
	font-weight: 300;
}

.bodyContent .staff_container .staff-position {
	color: #767676;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.3;
    overflow: hidden;
}

.bodyContent .staff_container .staff-image {
	position: relative;
}

.bodyContent .staff_container .staff-image:before {
	opacity: 0;
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(194, 152, 70, .7);
    transition: all .3s ease-out;
}

.bodyContent .staff_container:hover .staff-image:before {
	opacity: 1;
}

.dynamic-staff-section .staff-image img {
    max-width: 100%;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.staff-subject-block .subjContent {
	padding-top: 15px;
}
.staff-subject-block .subjContent h2.title {
	text-align: center;
	font-size: 16px;
}
.staff-subject-block .subjContent .staff-position {
	text-align: center !important;
	font-weight: 500 !important;
	text-transform: uppercase !important; 
	margin-bottom: 30px !important;
	font-size: 16px;
}
 


.homeDynamic.dynamic-images {
	margin: 0;
	padding-bottom: 40px;
	background-image: url('/wp-content/uploads/2024/05/hh-watermark.webp');
	background-position: 90% 100%;
	background-repeat: no-repeat;
    background-size: auto;
	position: relative;
}

.homeDynamic.dynamic-images .container {
	max-width: 1246px;
}


.homeDynamic.dynamic-quote .quote_cycle_pager {
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 1px;
}

.homeDynamic.dynamic-quote .quote-cycle-prev {
    height: 70px;
    width: 70px;
	display: block;
	background: url('images/scroll-left-arrow.png') center center no-repeat #c29846;
	font-size: 0 !important;
	background-size: 20px !important;
	position: absolute;
	left: -50px;
	top: -35px;
	cursor: pointer;
}
.homeDynamic.dynamic-quote .quote-cycle-next {
    height: 70px;
    width: 70px;
	display: block;
	background: url('images/scroll-right-arrow.png') center center no-repeat #c29846;
	background-size: 20px !important;
	font-size: 0 !important;
	position: absolute;
	right: -50px;
	top: -35px;
	cursor: pointer;
}


.landing_nav {
	position: absolute;
    left: 102%;
    top: 50%;
    padding: 0 .5vw;
    transform: translateY(-50%);
    text-align: center;
}

.landing_nav div {
    color: #c29846;
    white-space: nowrap;
    padding: 1em;
    font-size: 20px;
}

.landing_nav button {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 60px auto;
    position: relative;
    transition: all .05s;
	display: block;
	background: transparent;
}
.landing_nav button:before {
    content: "";
    display: block;
    width: 16px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.landing_nav button.down:before {
	background: url('data:image/svg+xml;utf8,<svg width="16" height="65" viewBox="0 0 16 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.21182 64.536C7.60235 64.9265 8.23551 64.9265 8.62604 64.536L14.99 58.1721C15.3805 57.7815 15.3805 57.1484 14.99 56.7578C14.5995 56.3673 13.9663 56.3673 13.5758 56.7578L7.91893 62.4147L2.26208 56.7578C1.87155 56.3673 1.23839 56.3673 0.847865 56.7578C0.457341 57.1484 0.457341 57.7815 0.847865 58.172L7.21182 64.536ZM6.91895 0.117187L6.91893 63.8289L8.91893 63.8289L8.91895 0.117188L6.91895 0.117187Z" fill="#3C405B"/></svg>') no-repeat;
	transform: translate(-50%, -100%);
}



.landing_nav button {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 60px auto;
    position: relative;
    transition: all .25s;
	display: block;
	background: transparent;
}
.landing_nav button:before {
    content: "";
    display: block;
    width: 16px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.landing_nav button.up:before {
	background: url('data:image/svg+xml;utf8,<svg width="16" height="65" viewBox="0 0 16 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75204 0.526978C8.36151 0.136452 7.72835 0.136452 7.33782 0.526977L0.973862 6.89094C0.583337 7.28146 0.583337 7.91463 0.973861 8.30515C1.36439 8.69568 1.99755 8.69568 2.38808 8.30515L8.04493 2.6483L13.7018 8.30515C14.0923 8.69568 14.7255 8.69568 15.116 8.30515C15.5065 7.91463 15.5065 7.28146 15.116 6.89094L8.75204 0.526978ZM9.04492 64.9458L9.04493 1.23409L7.04493 1.23408L7.04492 64.9458L9.04492 64.9458Z" fill="black"/></svg>') no-repeat;
	transform: translate(-50%);
}

#navbar {
	display: none;
}


@media (min-width:767px){
	.homeBanner .slideText .top_text {		
	font-size: 60px;
	padding-right: 52px;
	}	
	.homeBanner .slideText {
		bottom: 140px;
	}
}
@media only screen and (max-width : 766px) {
	.header-links {
		right: 0;
		width: 100%;
	}
	.header-links ul li {

	}
	.header-links ul li a {
		font-size: 12px;
	}
	
	.homeBanner .slideText .bottom_text {
		font-size: 22px;
		line-height: 1.2;
		padding-right: 0;
	}

	


	.home_image_item {
		width: 50%;
	}
	.homeDynamic.dynamic-images {
		background-position: 100% 100%;
	}


	.homeDynamic.dynamic-poi, .bodyContent .dynamic-poi {
		padding: 30px 18px;
	}
	.homeDynamic.dynamic-poi .pois .col:first-child, .homeDynamic.dynamic-poi .pois .col, .homeDynamic.dynamic-poi .pois .col:last-child, .bodyContent .dynamic-poi .pois .col:last-child, .bodyContent .dynamic-poi .pois .col, .bodyContent .dynamic-poi .pois .col:first-child {
		margin: 0 0 30px;
		width: 100%;
		max-width: 100%;
	}
	.homeDynamic.dynamic-poi .pois, .bodyContent .dynamic-poi .pois {
		display: block;
		margin: 0;
		margin-bottom:-30px;
	}
	.homeDynamic.dynamic-poi .pois .poiImage:before, .homeDynamic.dynamic-poi .pois .col:last-child .poiImage:before, .bodyContent .dynamic-poi .pois .col:last-child .poiImage:before, .bodyContent .dynamic-poi .pois .poiImage:before {
		padding-top: 85%;
	}
	.homeDynamic.dynamic-poi .pois .col, .bodyContent .dynamic-poi .pois .col {
		padding: 0;
		border: none;
	}


	.dynamic-info-grid .row.info_grid  {
	}
	.dynamic-info-grid .row.info_grid .col-lg-4  {
		width: 100%;
		max-width: 100%;
	}
	.homeDynamic.dynamic-quote .quote-image {
		display: none;
	}


	.dynamic-video_carousel .owl-nav, .dynamic-video_carousel .owl-dots {
		display: none;
	}

	.homeDynamic.dynamic-quote .quoteContainer {
		padding: 15px 15px 30px;
	}
	.homeDynamic.dynamic-quote .quote-cite {
		font-size: 24px;
		line-height: 1.2;
	}
	footer#footer .map-address-details {
		display: none;
	}
	.ft-col-1, .ft-col-2, .ft-col-3, .ft-col-4 {
		width: 100%;
		margin-top: 30px;
		text-align: left !important;
	}
	.footerSocial ul.socials {
		text-align: left !important;
	}
	.ft-col-2 {
		padding-left: 12px;
	}


	.dynamic-text-image-section .text-image-section-content {
		flex-wrap: wrap;
		max-width: 100%;
	}

	.text-image-section-content .text-content-left, .text-image-section-content .text-content-right {
		width: 100%;
		padding-bottom: 0;
		order: 2;
		font-size:14px;
	}
	
	.text-image-section-content .text-content-left h1, .text-image-section-content .text-content-right h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.text-image-section-content .text-content-image {
		width: 100%;
		order: 1;
		margin-bottom: 5px;
	}
	.text-image-section-content .text-content-image img {
		display: none;
	}
	.text-image-section-content .text-content-image {
		display: none;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image {
		display: block;
		    padding: 2vw;
	}
	.dynamic-text-image-section .section_background {
		display: none !important;
	}
	.text-content-left-inner p {
		text-align: left !important;
	}
	#column_content_4.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_3.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_2.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_1.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}

	.text-image-section-content .text-content-image .image_above_text {
		line-height: 1.4;
		font-size: 16px;
		padding-bottom: 0;
	}
	.dynamic-text-image-section {
		margin-bottom: 0 !important;
	}
	.dynamic-text-image-section {
		padding: 50px 0 30px;
	}
	#column_content_2.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
		color: #c29846 !important;
		font-size: 24px !important;
		margin: 0px auto 20px !important;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image h2 br {
		display: none !important;
	}

	.footer_info_grid .col-lg-3 {
		margin-top: 30px;
	}
	.text-image-section-content .text-content-left .mobileImage, .text-image-section-content .text-content-right .mobileImage {
		display: block;
	}
	#column_content_1.dynamic-text-image-section .postThumb img {
		width: 100% !important;
		object-fit: cover;
	}

	.footerSocial ul.socials li:first-child {
		padding-left: 0;
	}
	


}

@media only screen and (min-width : 767px) and (max-width : 991px) {
	.header-links {
		right: 0;
	}
	.header-links ul li {
		padding: 0px 7px;
	}
	.header-links ul li a {
		font-size: 12px;
	}


	
	.homeBanner .slideText {
		bottom: 100px;
	}
	.homeBanner .slideText .top_text {
		font-size: 44px;
		padding-right: 0;
	}
	.homeBanner .slideText .bottom_text {
		font-size: 30px;
		padding-right: 0;
	}

	.home_image_item {
		width: 50%;
	}

	.homeDynamic.dynamic-images {
		background-position: 100% 100%;
	}
	
	.dynamic-video_carousel .owl-nav, .dynamic-video_carousel .owl-dots {
		display: none;
	}

	.homeDynamic.dynamic-poi .pois .col:first-child, .homeDynamic.dynamic-poi .pois .col, .homeDynamic.dynamic-poi .pois .col:last-child, .bodyContent .dynamic-poi .pois .col:last-child, .bodyContent .dynamic-poi .pois .col, .bodyContent .dynamic-poi .pois .col:first-child {
		margin: 0 0 30px;
		width: 100%;
		max-width: 100%;
	}
	.homeDynamic.dynamic-poi .pois, .bodyContent .dynamic-poi .pois {
		display: block;
	}
	.homeDynamic.dynamic-poi .pois .poiImage:before, .homeDynamic.dynamic-poi .pois .col:last-child .poiImage:before, .bodyContent .dynamic-poi .pois .col:last-child .poiImage:before, .bodyContent .dynamic-poi .pois .poiImage:before {
		padding-top: 55%;
	}

	.dynamic-info-grid .row.info_grid  {
	}
	.dynamic-info-grid .row.info_grid .col-lg-4  {
		width: 100%;
		max-width: 100%;
	}

	.homeDynamic.dynamic-quote .quote-image {
		display: none;
	}
	.ft-col-1, .ft-col-2, .ft-col-3, .ft-col-4 {
		width: 50%;
		margin-top: 30px;
	}
	.ft-col-2 {
		text-align: right;
	}
	.ft-col-3, .footerSocial ul.socials {
		text-align: left;
	}
	.footer_info_grid .col-lg-3 {
		width: 50%;
		margin-top: 30px;
	}






	.dynamic-text-image-section .text-image-section-content {
		flex-wrap: wrap;
		max-width: 100%;
	}

	.text-image-section-content .text-content-left, .text-image-section-content .text-content-right {
		width: 100%;
		padding-bottom: 0;
		order: 2;
		font-size:14px;
	}
	
	.text-image-section-content .text-content-left h1, .text-image-section-content .text-content-right h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.text-image-section-content .text-content-image {
		width: 100%;
		order: 1;
		margin-bottom: 5px;
	}
	.text-image-section-content .text-content-image img {
		display: none;
	}
	.text-image-section-content .text-content-image {
		display: none;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image {
		display: block;
	}
	.dynamic-text-image-section .section_background {
		display: none !important;
	}
	.text-content-left-inner p {
		text-align: left !important;
	}
	#column_content_4.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_3.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_2.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}
	#column_content_1.dynamic-text-image-section .text-content-left-inner {
		padding: 0 !important;
	}

	.text-image-section-content .text-content-image .image_above_text {
		line-height: 1.4;
		font-size: 16px;
		padding-bottom: 0;
	}
	.dynamic-text-image-section {
		margin-bottom: 0 !important;
	}
	.dynamic-text-image-section {
		padding: 30px 0;
	}
	#column_content_2.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
		color: #c29846 !important;
		font-size: 24px !important;
		margin: 0px auto 20px !important;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image h2 br {
		display: none !important;
	}

	.footer_info_grid .col-lg-3 {
		margin-top: 30px;
	}

	.text-image-section-content .text-content-left .mobileImage, .text-image-section-content .text-content-right .mobileImage {
		display: block;
	}

	#column_content_1.dynamic-text-image-section .postThumb img {
		width: 100% !important;
	}




	
}

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

	.ft-col-1, .ft-col-2, .ft-col-3, .ft-col-4 {
		width: 50%;
		margin-top: 30px;
	}
	.ft-col-2 {
		text-align: right;
	}
	.ft-col-3, .footerSocial ul.socials {
		text-align: left;
	}
	.footer_info_grid .col-lg-3 {
		width: 50%;
		margin-top: 30px;
	}
	.nav-bar-banner {
		left: 0;
		width: 100%;
	}
	#menu-main-top li {
		margin: 0px 6px;
	}
	.header-links {
		right: 2vw;
	}

	.dynamic-info-grid .row.info_grid  {
	}
	.dynamic-info-grid .row.info_grid .col-lg-4  {
		width: 100%;
		max-width: 100%;
	}

	.dynamic-text-image-section .text-image-section-content .text-content-image .postThumb img, .dynamic-text-image-section .section_background.section_background_left img {
		left: 0;
	}

	.homeBanner .slideText .top_text {
		padding-right: 0 !important;
	}



}

@media only screen and (min-width : 1200px) and (max-width : 1350px) {
	.ft-col-1 {
		width: 50%;
	}
	.ft-col-2 {
		width: 25%;
	}
	.ft-col-3 {
		width: 25%;
	}
	.footerSocial ul.socials {
		text-align: right;
	}

	.ft-col-4 {
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

}


.menu-toggle {
	display: none;
}
.head-phone {
	display: none;
}

@media only screen and (max-width : 991px) {
	.wrapper {
		padding-top:51px;
	}
	.nav-bar-banner {
		position: fixed;
		bottom: auto;
		top: 0;
		width: 100%;
		left: 0;
		height: 51px;
		padding: 8px 0;
		z-index: 99999;
		border-bottom: 3px solid #e8edec;
		transition: all .25s ease;
	}
	.menu-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 8px;
	}
	.head-phone {
		display: block;
		color: #ffffff;
		font-size: 18px;
		line-height: 33px;
		position: absolute;
		right: 80px;
		top: 8px;
	}
	
	.nav-bar-banner a.home-logo-icon {
		font-size: 0 !important;
		position: absolute !important;
		content: " " !important;
		background-image: url('images/navlogo.png') !important;
		background-size: 100% auto !important;
		background-position: top !important;
		background-repeat: no-repeat !important;
		top: 9px !important;
		left: 20px !important;
		opacity: 1 !important;
		width: 32px !important;
		height: 32px !important;
		transition: width .3s ease-out, opacity .3s ease-out !important;
		transform:none!important;
		overflow: hidden !important;
	}
	.nav-bar-banner a.home-logo-icon:hover {
		background-position: bottom;
	}
	.nav-bar-banner a.home-logo-icon:before {
		display: none;
	}
	
	.nav-bar-banner .menu-main-container {
		display: none !important;
	}
	.nav-bar-banner .searchToggle {
		display: none !important;
	}

	.menuopen .nav-bar-banner {
		border: none !important;
	}

	#navbar .searchform {
		padding-left: 40px !important;
		padding-right: 0 !important;
	}

	#navbar {
		width: 100%;
		max-width: 100%;
		padding: 52px 0px 10px;
		color: #ffffff;
		top: 0px !important;
		border: none;
		background: #0033a0;
		max-height: calc(80vh - 48px);
		display: block;
	}

	#navbar .headerSearch {
		margin-top: 20px;
		padding: 0px 20px 0px 20px;
		position: relative;
	}
	#navbar .headerSearch .searchform input.searchInput {
		background: #6d9cff;
		height: 38px;
		padding: 0 10px;
		color: #ffffff;
	}
	#navbar .searchform .searchSubmit {
		right: auto !important;
		left: 0px !important;
		top: 5px !important;
	}


	#menu-main li {
		margin-bottom: 0;
		border-bottom: 1px solid #607799;
	}

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

	#menu-main li a {
		color: #fff;
		font-weight: 300;
		letter-spacing: 1px;
		padding: 10px 40px 10px 20px !important;
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		border: none;
	}

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

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

	#menu-main li a:hover {
		color: #ffffff;
	}
	#menu-main li.current-menu-item > a {
		color: #ffffff;
	}

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

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

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

	#menu-main .sub-menu {
		padding-left: 0;
		background: #3a79ff;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		text-transform: uppercase;
		position: relative;
		color: #ffffff;
		font-weight: 300;
		padding: 5px 40px 5px 30px !important;
		display: block;
	}
	/*#menu-main .sub-menu li.menu-item-has-children > a:before {
		content: "\f062";
		position: absolute;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 12px;
		width: 14px;
		height: 12px;
		transform: rotate(0deg);
		display: block !important;
		right: 0px;
		font-size: 0;
		background: url('images/arrow-next-blue.png') center center no-repeat;
		background-size: cover !important;
	}
	#menu-main .sub-menu li.menu-item-has-children a:hover:before {
		background: url('images/arrow-next-lightblue.png') center center no-repeat;
	}*/

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


	#menu-main .sub-menu li a:hover, #menu-main .sub-menu li.open > a {
		color: #ffffff;
	}

	#menu-main .sub-menu .sub-menu li a:hover {
		color: #ffffff;
	}
	
	#menu-main .sub-menu li a:before { 
	}

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

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


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

	#menu-main {
		margin: 0;
	}

	.homeDynamic.dynamic-quote .quote_cycle_pager {
		display: none !important;
	}
	.homeDynamic.dynamic-quote .cycle-pager {
		display: block !important;
	}
	
	.homeDynamic.dynamic-quote .quoteContainer .cycle-pager span {
		width: 10px;
		height: 10px;
		line-height: 10px;
		background: #f1ede5;
		display: inline-block;
		margin: 0px 3px;
		border-radius: 10px !important;
		font-size: 0 !important;
	}
	.homeDynamic.dynamic-quote .quoteContainer .cycle-pager span.cycle-pager-active {
		background: #ddd2bd;
	}


	.landing_nav {
		left: auto;
		top: 100%;
		padding: 0;
		transform: unset;
		right: 0;
		z-index: 10;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.landing_nav button.up:before {
		content: "\f062";
		background-image: none;
		transform: translate(-50%, -50%);
		font-family: "Font Awesome 6 Free";
        height: 16px;
		line-height: 16px;
		font-weight: 600;
	}
	.landing_nav button.down:before {
        content: "\f063";
        background-image: none;
        transform: translate(-50%, -50%);
		font-family: "Font Awesome 6 Free";
        height: 16px;
		line-height: 16px;
		font-weight: 600;
    }
	.landing_nav button {
        width: 30px;
        height: 30px;
        margin: 0;
    }

	.inner_sidebar_menu_bottom {
		display: none !important;
	}
	
	.page-template-template-page_wide .container.body-container {
		padding-top: 35px;
	}
	.text-image-section-content .text-content-image {
		display: block;
	}

	.text-image-section-content {
		flex-wrap: wrap;
	}	

	.text-image-section-content .text-content-image h2 {
		font-size: 40px;
        line-height: 40px;
	}	
	.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
		font-size: 40px;
        line-height: 40px;
		padding: 0;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image h2 span {
		font-size: 25px;
        line-height: 25px;
	}

	#column_content_4.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
		font-size: 25px;
        line-height: 25px;
	}
	#column_content_2.dynamic-text-image-section .text-image-section-content .text-content-image h2 {
		font-size: 25px;
        line-height: 25px;
		padding: 0;
		color:#fff!important;
	}
	.dynamic-text-image-section .text-image-section-content .text-content-image h2 br {
		display: block !important;
	}
	.header_search_icon {
		display: none;
	}


}






/* Home Page Slider Styles -------------------------------------------- */



.horizontal-accordion .accordion-slider {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: auto;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider {
    height: 625px;
    flex-direction: row;
    flex-wrap: nowrap;
}
}@media screen and (min-width:62em) {
    .horizontal-accordion .accordion-slider {
    height: 680px;
}
}@media screen and (min-width:75em) {
    .horizontal-accordion .accordion-slider {
    height: 750px;
}
}@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider.layout-1 .accordion-slider-content {
    margin-right: calc(-100% - -65px);
    width: calc(100% - 65px);
}
.horizontal-accordion .accordion-slider.layout-2 .accordion-slider-content {
    margin-right: calc(-100% - -130px);
    width: calc(100% - 130px);
}
}.horizontal-accordion .accordion-slider .accordion-slider-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
    background-color: #fff;
    color: #7f8787;
    width: 100%;
    height: 65px;
    font-size: 15px;
    transition: background-color .3s ease;
    display: none;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider .accordion-slider-select {
    display: block;
    margin-bottom: -65px;
    margin-right: -65px;
    width: 65px;
    height: 100%}
}.horizontal-accordion .accordion-slider .accordion-slider-title {
    position: relative;
    background-color: var(--button_bg);
    color: #fff;
    text-transform: uppercase;
    height: 65px;
    width: 100%;
    font-size: 15px;
    transition: background-color .3s ease;
    display: flex;
    text-align: center;
    align-items: center;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider .accordion-slider-title {
    width: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}.horizontal-accordion .accordion-slider .accordion-slider-title:not(:nth-last-child(2)):after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid transparent;
    border-right-color: #fff;
}
.horizontal-accordion .accordion-slider .accordion-slider-title span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider .accordion-slider-title span {
    transform: rotate(-90deg) translateY(50%);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: top left;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
}.horizontal-accordion .accordion-slider .accordion-slider-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin .3s ease .1s;
    color: #7f8787;
    height: 100%;
    margin-bottom: 0;
    margin-right: calc(-100% - -195px);
    width: 100%;
    background-color: #c29846;
    background-size: cover;
    background-position: 50%;
    padding: 40px 5vw 30px;
    display: flex;
    align-items: center;
    min-height: 80vw;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .accordion-slider .accordion-slider-content {
    width: calc(100% - 195px);
    height: 100%;
    padding: 50px 5vw 90px;
    min-height: 0;
}
}.horizontal-accordion .accordion-slider .accordion-slider-content:before {
    content: "";
    transition: all .3s ease;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.horizontal-accordion .accordion-slider .accordion-slider-select:checked + .accordion-slider-title + .accordion-slider-content {
    margin-bottom: 0;
    margin-right: 0;
}
@media screen and (min-width:36em) {
.horizontal-accordion .accordion-slider .accordion-slider-select:checked + .accordion-slider-title, .horizontal-accordion .accordion-slider .accordion-slider-select:hover + .accordion-slider-title {
    background: var(--button_bg_hover);
	color: var(--button_colour_hover);
}
}.horizontal-accordion .horizontal-accordion-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    position: relative;
}
@media screen and (min-width:36em) {
    .horizontal-accordion .horizontal-accordion-inner {
    flex-direction: row;
}
}.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item {
    width: 100%}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details {
    color: #7f87a2;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .title-wrapper {
    border-left: 3px solid #c29846;
    padding-left: 15px;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .title-wrapper .horizontal-accordion-item-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 34px;
}
@media screen and (min-width:36em) {
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .title-wrapper .horizontal-accordion-item-title {
    font-size: 38px;
    line-height: 46px;
}
}.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .title-wrapper .horizontal-accordion-item-subtitle {
    color: #c29846;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .horizontal-accordion-item-summary {
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    margin: 15px 0 22px;
    max-width: 450px;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .horizontal-accordion-item-button {
    padding-left: 18px;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .horizontal-accordion-item-button a {
    font-size: 16px;
    font-weight: 300;
    color: var(--button_colour);
    text-transform: uppercase;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
    background: var(--button_bg);
    padding: 12px 20px;
    transition: background .2s ease-out;
	text-decoration: none;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .horizontal-accordion-item-button a span {
    display: inline-block;
    background-image: url(images/right-video-arrow.png);
    height: 12px;
    width: 8px;
}
.horizontal-accordion .horizontal-accordion-inner .horizontal-accordion-item .horizontal-accordion-item-details .horizontal-accordion-item-button a:hover {
    background: var(--button_bg_hover);
	color: var(--button_colour_hover);
}


.dynamic-horizontal-accordion {
	margin: 0 !important;
}



/* Home Page Slider Styles ----------------------------------- END ---------------------------------- */


.cky-revisit-bottom-left {
	right: 16px !important;
	bottom: 16px !important;
	left: auto !important;
}
.dynamic-video-carousel-gallery  {
	padding: 0px 15px 50px;
}
@media (min-width:768px){
	.dynamic-video-carousel-gallery  {
		padding: 0px 0 50px;
	}
}	
.dynamic-video-carousel-gallery .video_container{
	position:relative;
	max-height: 450px 
}
@media (min-width:1400px){
.dynamic-video-carousel-gallery .container {
	max-width:1140px;
}
}
.dynamic-video-carousel-gallery .video_container:before{
	content:'';
	display:block;
	padding-top:56.25%;
	position:relative;
}
.dynamic-video-carousel-gallery img {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	object-fit:cover;
	width: 100%;
}
.dynamic-video-carousel-gallery .video_title {
	vertical-align: top;
    max-width: 100%;
    font-size: 21px;
	line-height: 40px;
    padding-left: 50px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	left: 12px;
	top: 12px;
	display: block;
	z-index:5;
}
.dynamic-video-carousel-gallery .video_title:before {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	background: url('images/icon.png') center center no-repeat #ffffff;
	background-size: cover;
}

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


.dynamic-video-carousel-gallery .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 30px;
	color: #403f3f;
}

.dynamic-video-carousel-gallery .owl-nav .owl-prev {
	left: -6%;
	line-height: 24px !important;
	margin-top: -12px;
}
.dynamic-video-carousel-gallery .owl-nav .owl-next {
	right: -6%;
	line-height: 24px !important;
	margin-top: -12px;
}
@media (min-width:768px){
	.dynamic-video-carousel-gallery .owl-nav .owl-prev {
		left: -5%;
	}
	.dynamic-video-carousel-gallery .owl-nav .owl-next {
		right: -5%;
}	
}

.fixed-floating-button{
	position: fixed;
	z-index: 700;
	display: none;
	flex-direction: column;
	background-color: #fff;
	overflow: hidden;
	background: var(--button_bg);
	color: #fff;
	padding: 8px 20px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 50%;
	right: 0;
	transform: translateX(-50%) rotate(-90deg);
	text-align: center;
	right: -203px;
	width: 226px;
	cursor: pointer;
	transition: all .3s ease-out;
}

.fixed-floating-button:hover {
    background-color: var(--button_bg_hover);
}

.fixed-floating-form-container {
    position: fixed;
    top: 50%;
    right: -420px;
    transform: translateY(-50%);
    z-index: 110;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
    width: 420px;
    transition: right .3s ease-out;
	padding: 40px;
}

.fixed-floating-form-container.opened {
    right: 0;
}

.fixed-floating-form-container .the-close-button {
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.wpforms-form h2 {
	color: #0033a0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    margin-bottom: 24px !important;
    font-size: 20px !important;
}

.fixed-floating-form-container .wpforms-form h2 {
	color: #0033a0 !important;
    font-size: 31px !important;
	line-height: 1.3 !important;
	margin-bottom: 8px !important;
	margin-top: 0 !important;
}


.wpforms-container .wpforms-field-label {
	color: #0033a0 !important;
    font-weight: 200 !important;
	display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0;
}

.wpforms-container input {
	background: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    color: #0033a0 !important;
	font-size: 15px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 8px !important;
	border-radius: 0px !important;
	/*max-width: 410px !important;
	width: 100% !important;*/
}

.wpforms-container textarea {
	max-width: 410px !important;
	padding: 8px !important;
}

.wpforms-field-sublabel, .wpforms-container .wpforms-field-label-inline, .wpforms-container .wpforms-field-label-inline {
	font-weight:200!important;
}

.wpforms-form ul {
	margin-left :0!important;	
}

.wpforms-form ul li:before {
	content:none!important;
}

@media screen and (min-width: 75em) {
    .fixed-floating-button {
        display: block;
    }
}

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

	.dynamic-info-grid .info_grid {
		flex-wrap: nowrap;
		gap: 15px;
		display: flex;
	}

	.content-menu-box {
		max-width: 430px;
	}
	.content-main-box {
		max-width: 70%;
	}



}

.body-text.has_logo_background {
	text-align: center;
}

.bodyContent .dynamic-text {
	margin-bottom: 0 !important;
}

.bodyContent .dynamic-text .body-text.has_logo_background {
	margin-bottom: 0 !important;
	margin: 0;
	padding: 25px 35px 170px;
	background-image: url('/wp-content/uploads/2024/05/hh-watermark.webp');
	background-position: 90% 100%;
	background-repeat: no-repeat;
    background-size: auto;
	position: relative;
}

body.search .container.body-container {
	max-width: 93%;
	margin-bottom: 60px;
}
body.search .container.body-container .well {
	max-width: 500px;
}

.well .searchform {
	overflow: visible;
}
.well .searchform .searchSubmit {
	right: -50px;
}


body.search .list-item {
	padding: 20px 0;
	margin: 0;
}
body.search .list-item h2 {
	margin: 0;
	font-size: 20px;
    font-weight: 300;
}
body.search .list-item h2 a {
	color: #0033a0;
}
body.search .list-item h2 a:after {
	content: "\f0a9";
    font-size: 1rem;
    margin-left: .625rem;
	font-family: FontAwesome;
}



.inner_sidebar_menu_bottom {
	width: 100%;
	position: absolute;
	top: 0;
	width: 100%;

}
.inner_sidebar_menu_bottom .side-menu-container {
	margin: 0;
	position: relative;
}

.inner_sidebar_menu_bottom .side-menu-container ul {
	display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;

	position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_sidebar_menu_bottom .side-menu-container ul.sub-menu {
    border-bottom: none;
}


.inner_sidebar_menu_bottom .side-menu-container ul.menu > li > a, .inner_sidebar_menu_bottom .side-menu-container ul.menu > li .arrow {
	display: none;
}
.inner_sidebar_menu_bottom .side-menu-container ul li {
	flex: 0 1 auto;
    font-size: 13px;
    width: auto;
    border-bottom: 0;
    transition: all .25s ease;
}
.inner_sidebar_menu_bottom .side-menu-container ul li a {
	color: #7c7c7c;
    padding: 16px;
    text-align: center;

    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: block;
    line-height: 1.2em;
    transition: all .3s ease-out;
	text-decoration: none;

}

.inner_sidebar_menu_bottom .side-menu-container ul.sub-menu li:hover {
	color: #fff;
    background: rgba(0, 51, 160, .7);
}
.inner_sidebar_menu_bottom .side-menu-container ul.sub-menu li:hover a {
	color: #fff;
}


h2.title-home-section {
	max-width: 480px !important;
	font-size: 38px !important;
	text-align: center !important;
 font-weight: 300;

    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    margin: 0 auto 30px !important;
    line-height: 1.3 !important;
    padding: 0 15px !important;
}













.news-list__heading {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.875rem;
}
@media screen and (max-width:47.9375em) {
    .news-list__heading {
    flex-direction: column;
    align-items: flex-start;
}
}.news-list__title {
    margin-bottom: 0;
}
.news-list .btn {
    color: #0033a0;
    letter-spacing: 0;
    background: #1D4D8D;
    border: 1px solid #1D4D8D;
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 15px);
    transition: all .3s ease-out;
    font-size: 16px;
}
.news-list .btn i {
    margin-right: 10px;
}
.news-list .btn:hover {
    background-color: #999;
    color: #fff;
}
.news-list__nothing h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3.125rem;
    display: block;
}
.news-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 1.25rem;
    background-color: #c7a86d;
    color: #fff;
    width: 100%;
    transition: background .2s ease;
    min-height: 228px;
}
.news-item .news-item__thumb {
    display: none;
}
.news-item:hover {
    background-color: #b99248;
}
@media screen and (min-width:36em) {
    .news-item {
    width: 48%}
}.news-item--nothing {
    height: 100px;
    background-color: #fff!important;
    color: #000;
}
.news-item__sizer {
    width: 100%}
@media screen and (min-width:36em) {
    .news-item__sizer {
    width: 48%}
}.news-item__gutter {
    width: 5%}
.news-item--without-thumb {
    height: 220px;
}
.news-item--without-thumb .news-item__inner+.news-item__summary {
    padding-top: 0;
}
.news-item--without-thumb.news-item--without-summary {
    height: 165px;
}
.news-item__thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 500px;
    order: 1;
}
@media screen and (min-width:75em) {
    .news-item__thumb {
    height: 475px;
}
}.news-item__inner {
    flex: 0 0 auto;
    padding: 20px 30px 28px;
    order: 2;
}
.news-item__meta {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    line-height: 30px;
}
.news-item__meta .date {
    padding: 0 10px 0 5px;
 font-weight: 300;
}
.news-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 18px;
    text-transform: uppercase;
}
.news-item__title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
}
.news-item__title>a {
    color: inherit;
}
.news-item__summary {
    flex: 1 0 auto;
    order: 3;
}
.news-item__summary>p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.news-item__thumb{
	display: none;
}

.news-item:nth-child(18n+1), 
.news-item:nth-child(18n+5), 
.news-item:nth-child(18n+7), 
.news-item:nth-child(18n+11), 
.news-item:nth-child(18n+13), 
.news-item:nth-child(18n+17) {
    min-height: 475px;
}

.news-item:nth-child(18n+1) .news-item__thumb, 
.news-item:nth-child(18n+5) .news-item__thumb, 
.news-item:nth-child(18n+7) .news-item__thumb, 
.news-item:nth-child(18n+11) .news-item__thumb, 
.news-item:nth-child(18n+13) .news-item__thumb, 
.news-item:nth-child(18n+17) .news-item__thumb {
    display: block;
    order: 1;
}

.news-item:nth-child(18n+1) .news-item__inner, .news-item:nth-child(18n+5) .news-item__inner, .news-item:nth-child(18n+7) .news-item__inner, .news-item:nth-child(18n+11) .news-item__inner, .news-item:nth-child(18n+13) .news-item__inner, .news-item:nth-child(18n+17) .news-item__inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px 28px;
    background: rgba(0, 51, 160, .8);
    transition: all .3s ease-out;
}
.news-item:nth-child(18n+1) .news-item__meta, .news-item:nth-child(18n+5) .news-item__meta, .news-item:nth-child(18n+7) .news-item__meta, .news-item:nth-child(18n+11) .news-item__meta, .news-item:nth-child(18n+13) .news-item__meta, .news-item:nth-child(18n+17) .news-item__meta {
    margin-left: 0;
    background: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.news-item:nth-child(18n+1) .news-item__title, .news-item:nth-child(18n+5) .news-item__title, .news-item:nth-child(18n+7) .news-item__title, .news-item:nth-child(18n+11) .news-item__title, .news-item:nth-child(18n+13) .news-item__title, .news-item:nth-child(18n+17) .news-item__title {
    color: #fff;
}
.news-item:nth-child(18n+1) .news-item__summary, .news-item:nth-child(18n+5) .news-item__summary, .news-item:nth-child(18n+7) .news-item__summary, .news-item:nth-child(18n+11) .news-item__summary, .news-item:nth-child(18n+13) .news-item__summary, .news-item:nth-child(18n+17) .news-item__summary {
    padding: 5px 0 0;
}
.news-item:nth-child(18n+1) .news-item__summary p, .news-item:nth-child(18n+5) .news-item__summary p, .news-item:nth-child(18n+7) .news-item__summary p, .news-item:nth-child(18n+11) .news-item__summary p, .news-item:nth-child(18n+13) .news-item__summary p, .news-item:nth-child(18n+17) .news-item__summary p {
    color: #fff;
}
.news-item:nth-child(18n+1):hover, .news-item:nth-child(18n+5):hover, .news-item:nth-child(18n+7):hover, .news-item:nth-child(18n+11):hover, .news-item:nth-child(18n+13):hover, .news-item:nth-child(18n+17):hover {
    transition: all .3s ease-out;
}
.news-item:nth-child(18n+1):hover .news-item__inner, .news-item:nth-child(18n+5):hover .news-item__inner, .news-item:nth-child(18n+7):hover .news-item__inner, .news-item:nth-child(18n+11):hover .news-item__inner, .news-item:nth-child(18n+13):hover .news-item__inner, .news-item:nth-child(18n+17):hover .news-item__inner {
    background: #0033a0;
    margin-top: -3em;
}
.news-item:nth-child(9n+3), .news-item:nth-child(9n+6), .news-item:nth-child(9n+9) {
    background-color: #d9d9d9;
}
.news-item:nth-child(9n+3) .news-item__meta, .news-item:nth-child(9n+3) .news-item__meta h3, .news-item:nth-child(9n+6) .news-item__meta, .news-item:nth-child(9n+6) .news-item__meta h3, .news-item:nth-child(9n+9) .news-item__meta, .news-item:nth-child(9n+9) .news-item__meta h3 {
    color: #0033a0;
}
.news-item:nth-child(9n+3) .news-item__summary>p, .news-item:nth-child(9n+6) .news-item__summary>p, .news-item:nth-child(9n+9) .news-item__summary>p {
    color: #000;
}
.news-item:nth-child(9n+3):hover, .news-item:nth-child(9n+6):hover, .news-item:nth-child(9n+9):hover {
    background-color: silver;
}
.news-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width:35.9375em) {
    .news-filter {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}@media screen and (max-width:47.9375em) {
    .news-filter {
    margin-top: 1.25rem;
}
}.news-filter__title {
    color: #0033a0;
    font-size: 16px;
    margin-right: .9375rem;
    font-weight: 300;
}
@media screen and (max-width:35.9375em) {
    .news-filter__title {
    display: block;
    margin-bottom: .3125rem;
}
}.news-filter .reset {
    font-weight: 300;
    color: #85152a;
    text-decoration: underline;
    margin-right: 30px;
    order: 3;
    margin-top: 10px;
}
@media screen and (min-width:36em) {
    .news-filter .reset {
    margin-top: 0;
    order: 0;
}
}.news-filter__label {
    position: relative;
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width:35.9375em) {
    .news-filter__label:not(:last-child) {
    margin-bottom: .625rem;
}
}
@media screen and (min-width:36em) {
    .news-filter__label {
    width: 170px;
}
.news-filter__label:not(:last-child) {
    margin-right: 1.25rem;
}
}.news-filter__label:after, .news-filter__label:before {
    color: #0033a0;
    font-family: FontAwesome;
    position: absolute;
    right: .5rem;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1rem;
	z-index: 11;
}
.news-filter__label:before {
    content: "\f0d8";
    top: 38%}
.news-filter__label:after {
    content: "\f0d7";
    bottom: 0;
}
.news-filter__select {
    color: #0033a0;
    width: 100%;
    font-size: 16px;
    background-color: #1D4D8D;
    border: 0;
    height: 40px;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
}
.news-filter__select option {
    font-weight: 300;
}
.news-filter__select[disabled] {
    cursor: not-allowed;
}
.news-filter__select:focus {
    outline: none;
}
.news-filter__select::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.news-filter__select::placeholder {
    color: #333;
    opacity: 1;
}
.news-filter__select::-ms-expand {
    display: none;
}


#load-more-container button {
    color: #0033a0;
    letter-spacing: 0;
    background: #1D4D8D;
    border: 1px solid #1D4D8D;
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 15px);
    transition: all .3s ease-out;
    font-size: 16px;
	margin-bottom: 40px;
}

#load-more-container button:hover {
	background-color: #999;
    color: #fff;
}

body.page-template-foh-page .hero .slide:before {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom left, hsla(0, 0%, 100%, .01) 0, #fff);
    opacity: .8;
}

body.page-template-foh-page .nav-bar-banner {
    background-color: rgba(0, 105, 137, .8);
}
body.page-template-foh-page #menu-main-top .sub-menu, body.page-template-foh-page #menu-main-top .sub-menu li .sub-menu {
    background-color: rgba(0, 105, 137, .8);
}

body.page-template-foh-page .nav-bar-banner:before {
	background: #78cbf0;
}

body.page-template-foh-page #menu-main-top li a:hover {
	color: #78cbf0 !important;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #78cbf0 !important;
	text-underline-offset: 5px;
}
body.page-template-foh-page #menu-main-top li:hover > a {
	color: #78cbf0 !important;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #78cbf0 !important;
	text-underline-offset: 5px;
}
body.page-template-foh-page #menu-main-top .sub-menu li:hover > a {
	color: #78cbf0 !important;
	text-decoration: none;
}

body.page-template-foh-page .container.body-container h1, body.page-template-foh-page .container.body-container h2, body.page-template-foh-page .container.body-container h3, body.page-template-foh-page .container.body-container h4, body.page-template-foh-page .container.body-container h5   {
	color: #006989 !important;
}

body.page-template-foh-page #menu-side .sub-menu li {
	border-bottom-color: #006989;
}
body.page-template-foh-page #menu-side .sub-menu li:hover a {
	background: rgba(0,105,137,.7);
}
body.page-template-foh-page #menu-side .sub-menu li:hover a:hover {
	background: rgba(0,105,137,.9);
}


body.page-template-foh-page #menu-side > li > a {
	border-bottom-color: #006989;
	color: #006989 !important;
}

body.page-template-foh-page .breadcrumbs span > span {
	color: #78cbf0 !important;
}
body.page-template-foh-page .breadcrumbs a {
	color: #006989 !important;
}
body.page-template-foh-page #menu-side .sub-menu li.current-menu-item > a, 
body.page-template-foh-page #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, 
body.page-template-foh-page #menu-side .sub-menu .sub-menu li.current-menu-item > a {
	background: #006989 !important;
}

body.page-template-foh-page #menu-side .sub-menu li.open > a {
	background: #006989 !important;
}



@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
}
.ft-copyright-links span {
	display: block;
}

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

	.footerLower .row {
		align-items: center;
        justify-content: flex-start;

        display: flex;
        width: 100%;
        flex-wrap: wrap;

	}


	.ft-col-1 {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 500px;
        flex-wrap: wrap;
	}

	.ft-col-2 {
		width: auto;
        justify-content: center;
        flex-grow: 1;

		border-top: none;
        flex-direction: row;
        display: flex;
        align-items: center;
	}

	.ft-col-3 {
		width: auto;
		flex-shrink: 0;
	}

	.ft-col-4 {
		justify-content: flex-end;
		align-items: center;
		flex-shrink: 0;
		width: auto;
		margin: 0;
	}


}



/*.fixed-floating-button.hide-button {
    right: -255px;
}*/

.fancybox__content {
	width: 100%;
	max-width: 580px;
	border-bottom:  7px solid #c29846;
}
.fancybox__content .detail-staff-image {
	text-align: center;
}

.fancybox__content .staff-subject-block .subjContent {
	padding: 40px;
}

.staff-subject-block .subjContent p strong {
	font-weight: 400;
}

.error404 section.error-message {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.error404 section.error-message h1 {
    color: #c29846;
	text-transform: unset;
	font-weight: 300;
	font-size: 3rem;
}

.pagination {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.pagination .screen-reader-text {
	display: none;
}

.nav-links {
	position: relative;
}
.nav-links .prev.page-numbers {
	position: absolute;
	left: 0;
	top: 0;
}
.nav-links .next.page-numbers {
	position: absolute;
	right: 0;
	top: 0;
}
.nav-links .next.page-numbers:after {
	content: "\f061";
    margin-left: .3125rem;
	font-family: FontAwesome;
}
.nav-links .prev.page-numbers:before {
	content: "\f060";
    margin-right: .3125rem;
	font-family: FontAwesome;
}



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

	.bodyContent table {
		overflow-x: auto;
		display: block;
	}
	.bodyContent table tbody tr td h2 {
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 0;
		margin-bottom: .5em;
		font-size: 20px;
	}

}

/* transitions */

.in-left {
    position: relative;
    opacity: 0;
    left: -100px; 
	right: 100px; 
	transform: translateX(-100px);
    transition: all 800ms;
}

.in-right {
    position: relative;
    opacity: 0;
    left: 100px; 
	right: -100px; 
	transform: translateX(100px);
    transition: all 800ms;
}

.in-down {
    position: relative;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 800ms;
}

.in-up {
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: all 800ms;
}

.in-fade {
    position: relative;
    opacity: 0;
    transition: all 800ms;
}

.in-delay {
    transition-delay: 500ms;
}

.in-view {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
	left: 0px;
	right: 0px;
}
	
/*#menu-main-top .sub-menu {
    height: 0;
    left: 0;
    opacity: 0;
    transition: all 1000ms ease;	
}

#menu-main-top > li:hover > .sub-menu {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}*/

/* mobile header button */

.mob-button {
	position: absolute;
    top: 9px;
    left: 80px;
   /* transform: translateX(-50%);*/
    margin: 0;
    padding: 5px 12px;
    background-color: var(--button_bg);
    color: #fff;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
}
@media (min-width:768px){
.mob-button {
	display: none;
}
}	
.body-text .mandatory {
	 background: #c29846;
	 color: #fff;
	 padding: 7px 12px;
	 font-size: 14px !important;
	 margin-bottom: 20px;
	 width: 140px;
	 text-align: center;
}
 .body-text .gform_wrapper .gform_heading {
	 display: none;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield {
	 padding-left: 0;
	 padding-right: 0;
}

 .body-text .gform_wrapper ul.gform_fields li.gfield select {
	 background: #e5e5e5;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield:before {
	 display: none;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.gsection {
	 padding-left: 1em;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 background: #0033a0;
	 margin-right: 0;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.gsection.no-title {
	 display: none !important;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield .next {
	 height: 40px !important;
	 line-height: 40px !important;
	 background: #0033a0 !important;
	 color: #fff !important;
	 text-transform: uppercase !important;
	 min-width: 250px !important;
	 text-align: center !important;
	 display: inline-block !important;
	 cursor: pointer;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.section-title {
	 font-size: 1em;
	 padding-left: 1em;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 background: #0033a0;
	 margin-right: 0;
	 color: #fff !important;
	 text-transform: uppercase;
	 position: relative;
}


 .body-text .gform_wrapper ul.gform_fields li.gfield.section-title.editable h2:after {
	 content: "";
	 position: absolute;
	 right: 0;
	 padding-right: 32px;
	 top: 0;
	 color: #fff;
	 cursor: pointer;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 font-size: 14px;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper ul.gform_fields li.gfield.section-title.editable h2:after {
		 padding-right: 24px;
		 content: "Change";
	}
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.section-title.editable h2:before {
	 content: "\f040";
	 font-family: FontAwesome;
	 position: absolute;
	 right: 10px;
	 top: 0;
	 color: #c29846;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper ul.gform_fields li.gfield.section-title.editable h2:before {
		 right: 0;
	}
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.child-heading {
	 background: rgba(0, 51, 160, 0.1);
	 color: #d5d5d5;
	 padding-left: 16px;
	 padding-top: 8px !important;
	 padding-bottom: 8px !important;
}
 .body-text .gform_wrapper ul.gform_fields li.gfield.no-left-padding {
	 padding-left: 0 !important;
}
 .body-text .gform_wrapper .gfield_required {
	 color: #0033a0;
}
 .body-text .gform_wrapper .gform_wrapper input.error {
	 border: 1px solid #790000 !important;
}
 .body-text .gform_wrapper label.gfield_label {
	 font-weight: 400 !important;
	 color: #0033a0 !important;
}
 .body-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	 background: rgba(194, 152, 70, 0.2);
	 border: 0px solid #e5e5e5 !important;
	 color: #0033a0 !important;
}
.body-text .gform_wrapper ul.gform_fields textarea.medium {
	background: rgba(194, 152, 70, 0.1);
	border-width:0px;
}
 .body-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	 color: #0033a0 !important;
}
 .body-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).error {
	 border: 1px solid #790000 !important;
}
 .body-text .gform_wrapper .gfield_checkbox li {
	 display: flex;
	 align-items: center;
}
 .body-text .gform_wrapper .gfield_checkbox li input {
	 margin-top: 0 !important;
	 display: none !important;
}
 .body-text .gform_wrapper .gfield_checkbox li input:checked + label {
	 font-weight: 400 !important;
}
 .body-text .gform_wrapper .gfield_checkbox li input + label {
	 position: relative;
	 cursor: pointer;
	 padding: 0;
}
 .body-text .gform_wrapper .gfield_checkbox li input + label:before {
	 content: '';
	 margin-right: 10px;
	 display: inline-block;
	 vertical-align: text-top;
	 width: 20px;
	 height: 20px;
	 background: #e5e5e5;
}
 .body-text .gform_wrapper .gfield_checkbox li input:hover + label:before {
	 background: #e5e5e5;
}
 .body-text .gform_wrapper .gfield_checkbox li input:focus + label:before {
	 box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
 .body-text .gform_wrapper .gfield_checkbox li input:checked + label:before {
	 background: #e5e5e5;
}
 .body-text .gform_wrapper .gfield_checkbox li input:disabled + label {
	 color: #b8b8b8;
	 cursor: auto;
}
 .body-text .gform_wrapper .gfield_checkbox li input:disabled + label:before {
	 box-shadow: none;
	 background: #ddd;
}
 .body-text .gform_wrapper .gfield_checkbox li input:checked + label:after {
	 content: '';
	 position: absolute;
	 left: 5px;
	 top: 11px;
	 background: #0033a0;
	 width: 2px;
	 height: 2px;
	 box-shadow: 2px 0 0 #0033a0, 4px 0 0 #0033a0, 4px -2px 0 #0033a0, 4px -4px 0 #0033a0, 4px -6px 0 #0033a0, 4px -8px 0 #0033a0;
	 transform: rotate(45deg);
}
 .body-text .gform_wrapper select {
	 border: none !important;
	 color: #0033a0 !important;
	 padding: 5px 4px !important;
	 height: 35px !important;
}
 .body-text .gform_wrapper select option {
	 
}
 .body-text .gform_wrapper select.error {
	 border: 1px solid #790000 !important;
}
 .body-text .gform_wrapper input[type="submit"] {
	 background: #0033a0 !important;
	 color: #fff !important;
	 text-transform: uppercase !important;
	 min-width: 250px !important;
	 text-align: center !important;
	 display: inline-block !important;
	 cursor: pointer;
	 border: 2px solid #0033a0;
	 font-weight: 300;
}
 @media screen and (min-width: 40em) {

}
 .body-text .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	 color: #fff !important;
	 font-size: 0 !important;
}
 .body-text .gform_wrapper .ginput_container_repeater-end {
	 display: flex;
	 flex-wrap: wrap;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper .ginput_container_repeater-end {
		 flex-wrap: nowrap;
	}
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_add {
	 background: rgba(0, 51, 160, 0.1);
	 color: #d5d5d5;
	 height: 40px !important;
	 line-height: 40px !important;
	 text-transform: uppercase !important;
	 min-width: 250px !important;
	 text-align: center !important;
	 display: block !important;
	 cursor: pointer;
	 position: relative;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_add {
		 display: inline-block !important;
	}
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_add:before {
	 content: "Add another child";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_add img {
	 display: none;
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_remove {
	 margin-left: 0 !important;
	 background: rgba(121, 0, 0, 0.1);
	 color: #d5d5d5;
	 height: 40px !important;
	 line-height: 40px !important;
	 text-transform: uppercase !important;
	 min-width: 250px !important;
	 text-align: center !important;
	 display: block !important;
	 cursor: pointer;
	 position: relative;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_remove {
		 display: inline-block !important;
		 margin-left: 10px !important;
	}
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_remove:before {
	 content: "Remove this child";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .body-text .gform_wrapper .ginput_container_repeater-end .gf_repeater_remove img {
	 display: none;
}
 .body-text .gform_wrapper .no-margin {
	 margin: 0 !important;
}
 .body-text .gform_wrapper .no-margin .ginput_container {
	 display: none !important;
}
 .body-text .gform_wrapper .no-top-margin {
	 margin-top: 0 !important;
}
 .body-text .gform_wrapper .no-bottom-margin {
	 margin-bottom: 0 !important;
}
 .body-text .gform_wrapper .flex {
	 display: flex;
	 flex-wrap: wrap !important;
}
 .body-text .gform_wrapper .flex .gfield_description {
	 width: auto;
}
 @media screen and (min-width: 40em) {
	 .body-text .gform_wrapper .flex .gfield_description {
		 margin-left: 10px;
	}
}
 .body-text .gform_wrapper .flex .ginput_container {
	 width: 100%;
}
 .body-text .gform_wrapper .other-field {
	 margin-top: 0 !important;
}
 .body-text .gform_wrapper .other-field label {
	 display: none !important;
}
 .body-text .gform_wrapper .other-field .ginput_container {
	 margin-top: 0 !important;
}
 .body-text .gform_wrapper .other-field .ginput_container input {
	 max-width: 200px !important;
}
 .body-text .gform_wrapper .gform_footer {
	 padding-top: 0 !important;
	/*display: none;
	*/
}
 .body-text .gform_wrapper .next-button {
	 height: 40px !important;
	 line-height: 40px !important;
	 background: #0033a0 !important;
	 color: #fff !important;
	 text-transform: uppercase !important;
	 min-width: 250px !important;
	 text-align: center !important;
	 display: inline-block !important;
	 cursor: pointer;
	 border: none;
	 font-weight: 300;
}
 .body-text .ui-datepicker-year, .body-text .ui-datepicker-month {
	 width: auto !important;
}

.body-text  .gform_wrapper {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 28px;
	
}
.body-text  .gform_wrapper div.validation_error {
			font-weight: 300;
		}
.body-text  .gform_wrapper ul.gform_fields li.gfield {
			padding-left: 0;
			padding-right: 0;
}
.body-text  .gform_wrapper ul.gform_fields li.gfield  div.ginput_container {
				margin-top: 4px;
			}
.body-text  .gform_wrapper ul.gform_fields li.gfield.gfield_error {
				border: 0 !important;
				background: 0;
				padding-bottom: 0 !important;
				margin-bottom: 0 !important;
				padding-top: 0 !important;
}
.body-text  .gform_wrapper ul.gform_fields li.gfield input[type="text"].medium {
					border: 1px solid $red !important;
				}
.body-text  .gform_wrapper ul.gform_fields li.gfield  .gfield_description {
					padding-top: 5px;
					color: $red;
					font-weight: 400;
					display: none;
				}
.body-text  .gform_wrapper ul.gform_fields li.gfield  label.gfield_label {
					margin-top: 0;
				}
.body-text  .gform_wrapper ul.gform_fields  textarea.medium {
			width: 100% !important;
		}
.body-text  .gform_wrapper ul.gform_fields  .gform_footer {
			display: block !important;
}
.body-text  .gform_wrapper ul.gform_fields  .gform_footer  input[type="submit"] {
				margin-left: 0 !important;
				margin-top: 10px;
		}
.body-text  .gform_wrapper ul.gform_fields   .gform_wrapper input.error {
			border: 1px solid $red !important;
		}
.body-text  .gform_wrapper ul.gform_fields   label.gfield_label {
			font-weight: 400 !important;
			color: #0033a0 !important;
		}

.tax-im-newsletter-type .post-password-form, .im-newsletter-template-default .post-password-form {
    margin-top: 50px;
    text-align: center;
	position: relative;
}

/* iubenda */

.floatable-wrapper {
	left: 16px!important;
}