/*
Theme Name: Schoolcms
Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Version: 5.1.0

*/
:root {
	--body_colour : #595A5B;
	--title_colour : #95C11F;
	--link_colour : #6E3B8F;
	--link_colour_hover : #95C11F;	
	--button_bg: #6E3B8F;
	--button_colour: #FFFFFF;
	--button_bg_hover: #3E2564;
	--button_colour_hover: #FFFFFF;


	--black: #000000;
	--white: #FFFFFF;
	--lightgreen: #95C11F;
	--green: #1A5B28;
	--lightpurple: #6E3B8F;
	--purple: #3E2564;
	--yellow: #F7E333;
	--gray: #595A5B;
	--lightgray: #00000029;
	--darkgray: #00000095;
	--dimewhite: #F8F8F8;
	--offwhite: #F9F9F9;

}
@keyframes leaf_sway{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(10deg);}
    75%{transform: rotate(-10deg);}
    100%{transform: rotate(0deg);}
}

/*Content Wrapper*/

/* clear */

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

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background:var(--lightgreen);
}



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


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

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

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

/*------------------------------------*\
    Header
\*------------------------------------*/
header.mainHeader {
	height:0px;
	position:relative;
}
.headGroup {
	color:#ffffff;
	background: transparent;
	transition:300ms;
	padding-top:33px;
	padding-bottom:12px;
	padding-left: 39px;
	padding-right: 47px;
	z-index:220;
	position:fixed;
	height: 0px;
	width:100%;
	top:0;
	left:0;
}

.fixedHeader .headGroup {
	padding-top: 0;
}


.fixedHeader .headGroup, .menuopen .headGroup {
	background: transparent;
}


.headGroup .container {
	max-width: 100%;
}
.head-links {
	display: inline-block;
}
.head-links .head-link {
	margin: 0px 6px;
}

.fixedHeader .head-links {
	display: none;
}
.menuopen.fixedHeader .head-links {
	display: inline-block;
}
.menuopen .head-links .head-link {
	color: var(--white);
}
.head-links .head-link:hover {
	color: var(--white);
}
.menuopen .head-links .head-link:hover {
	color: var(--white);
}

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

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

.header_left {
	padding: 0;
}
.header-center {
	padding-top: 29px;
}

.mainLogo {
}

.fixedHeader .mainLogo {
	display: none;
}

.menuopen.fixedHeader .mainLogo {
	display: inline-block;
}

.socialDesktop {
	justify-content: end;
    display: flex;
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/

.fixedHeader .menu-toggle {
	position: fixed;
	right: 47px;
	top: 43px;
}

.menuopen.fixedHeader .menu-toggle {
	position: relative;
	right: auto;
	top: auto;
}




.menu-toggle {
    position:relative;
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
	height:84px;
	width: 84px;	
	background: var(--lightgreen);
	border-radius: 50%;
	margin-left: 0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.menu-toggle:hover {
	background: var(--green);
}

.menu-toggle .toggleText {
	display:none;
	vertical-align:middle;
	font-size:14px;
}
.menu-toggle .toggleIcon {
	position:absolute;
	width: 70px;
	height: 70px;
	right: 7px;
	top: 7px;
	transition:300ms;
	border-radius: 50%;
}

.menu-toggle:hover .toggleIcon {
}

@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: 29px;
    height: 3px;
    background-color: var(--white);
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
    background-color: var(--white);
}
.menu-toggle .toggleIcon span {
	top:50%;
	left: 22px;
	margin-top:-1.5px;
}
.menu-toggle .toggleIcon span:before {
    top: -10px;
}
.menu-toggle .toggleIcon span:after {
    top: 10px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}

#navbar{
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;		
	z-index: 9999;
	top: 119px;
	bottom:0;
	width: 480px;
	max-width:100%;
	transform:translateX(100%);
	overflow-x: hidden;	
	padding:20px 20px;
	border-left:1px solid #676767;
}
body.menuopen .headGroup{ 
	border-bottom-color:#676767;	
}
body.menuopen  #navbar{ 
	transform:translateX(0%);
	z-index: 9999;
}	
#menu-main{
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}
#menu-main li{
	position:relative;
}	
#menu-main li a{
	display: block;
	text-decoration:none;
	color:#ec3822;
	line-height:1.35;
	position:relative;
	border-bottom:solid 1px #676767;
	padding:10px 10px;
}
#menu-main li a:hover{
	text-decoration:none;
	color:#000;
}
#menu-main .sub-menu {
	padding-left:40px;
	position:relative;
	display:none;
	border-bottom:solid 1px #676767;
}
#menu-main .sub-menu li:last-child > a{		
	border-bottom:none;
}
#menu-main li.open > .sub-menu {
	display:block;
}
#menu-main li.menu-item-has-children > a {
	padding-right:35px;
}	
#menu-main li.menu-item-has-children > .arrow {
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:30px;
}	
#menu-main li.menu-item-has-children > .arrow:after {
	position:absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 25px;
    left: 10px;
    top: 3px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	transform: rotate(0deg);
	transition: 300ms;
}
#menu-main li.open.menu-item-has-children > .arrow:after{
	transform:rotate(90deg);
}

/*------------------------------------*\ 
    Banner
\*------------------------------------*/
#pageBanner,
.bannerWrap {
	position: relative;
	overflow:hidden;
	min-height:440px;
	max-height: 707px;
	border-radius:  0 0 0 58px;
}
#homeBanner {	
	position: relative;
	overflow:hidden;
	min-height:480px;
	max-height:100vh;
	border-radius: 0 0 0 58px;
}
#pageBanner:before,
.bannerWrap:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 37.35%;
}
#homeBanner:before {
	content:'';
	display:block;
	padding-top:56.08%;
}
@media(min-width:768px){
	#homeBanner {
		max-height:900px;
	}
	#homeBanner:before {
		content:'';
		display:block;
		padding-top:58.08%;
	}
}

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

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

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

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

.dividera:after{
	content:'';
	display:block;
	 background-image: url(images/icon.png?time=2);
    background-position: center center;
	background-size: auto 95px;
	height:110px;
	width:280px;
	top:50%;
	left:50%;
	margin-top:-55px;
	margin-left:-140px;
    background-repeat: no-repeat;
	position:absolute;
	background-color:#fff;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



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

.dynamic-faq {
	margin: 50px 0 0;
}

.faqs{
}
.faqs .faq{
	margin-bottom: 14px;
	border-radius: 10px;
	background: var(--dimewhite);
}

.faq-question {
	border-radius: 10px;
	position:relative;
	margin:0;
	padding: 10px 50px 10px 20px;
	cursor:pointer;
	font-size: 20px;
	line-height: 1.4;

	font-weight: 400;
	display: block;
	text-transform: inherit;
	background: var(--lightpurple);
	color: var(--white);
}

.faq.open .faq-question{
	background: var(--purple) !important;
	color: var(--white) !important;
}
.faq-question:hover{
	background: var(--purple) !important;
	color: var(--white) !important;
}
.faq-question:after {
    content: '+';
    display: block;
	text-align:center;
    position: absolute;
    right: 25px;
    top:11px;
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
	transition:300ms;

	width: auto;
    height: auto;
    background: transparent;
    margin: 0;
}

.faq.open .faq-question:after {
    content: '';
	top: 22px;
    font-size: 0;
	width: 16px;
	height: 2px;
	background: var(--white);
	content: '';
	display: block;
}

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


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


.bodyContent .faq-answer .col-md {
    padding: 40px 33px 42px;
}


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

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

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





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

/*Callout*/
/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: var(--white);
	--body_colour: var(--white);
	--title_colour: var(--white);
    background-color: var(--lightgreen);
	overflow:hidden;
	border-radius: 58px;
}




.callout:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 100%;
	max-width: 523px;
	height: 380px;
	text-align: center;

	background-color: var(--dimewhite);

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

	mask-position: center bottom;
	mask-repeat: no-repeat;
	display: block;
}


.callout .calloutContent {
	position:relative;
	text-align:left;

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

.callout .calloutContent {
	max-width: 1160px;
    padding: 162px 80px 170px;
    margin: 0;
}

.callout.hasbg .calloutContent {
	max-width: 1020px;
    padding: 190px 80px 209px;
    margin: 0 auto;
	text-align: center;
}

.callout .calloutContent .button {
	border-color: var(--white);
	background: transparent;
}


.callout .calloutContent .button:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--purple);
}



.callout .calloutText {
	margin-bottom: 32px;
	line-height: 1.3334;
    font-weight: 400;
}

.callout.hasbg .calloutText {
	height: 99px;
	overflow: hidden;
}



/*.callout.hasbg .calloutContent {
	padding-bottom:210px;
	padding-top:190px;
}*/

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

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

.bodyContent .poiImage .poiImageBG:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}
.poiImage .poiImageBG img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;	
	transition:300ms;
}


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

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:99.5%;
}
.textOnlyBlock .poiText {
	position:relative;
}

.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;
}
.poi:hover .textOnlyBlock:before{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	display: block;
}

.poi:hover .textOnlyBlock .button{
	background:  var(--white);
	color: var(--purple);
	border-color: var(--white);
}

.poi .poiTitle {
	display:block;
	font-size: 30px;
	line-height: 1.3334;
	font-weight: 700;
	position: relative;
	padding: 0px 25px;
	text-transform: inherit;
	margin-bottom: 11px;
}

.poi .textOnlyBlock .poiTitle{
	margin-bottom: 19px;
}
.textOnlyBlock {
	padding: 70px 35px;
	transition:300ms;
}

.textOnlyBlock .poiText{
	display:block;	
	text-align:center;
	max-width: 370px;
	margin: 0 auto;
}
.textOnlyBlock .poiEx {
	margin-bottom: 25px;
}
.textOnlyBlock .poiText .button {
	background: transparent;
	border-color: var(--white);
	color: var(--white);
}

.poi:hover .textOnlyBlock {
}

.poiImage .poiText {
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	width:100%;	
	bottom: 58px;
	text-align:center;
	width:100%;
	transition:300ms;
	max-width: 340px;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:18px;
	transition:300ms;
}
.poi:hover .poiImage .poiText {
	bottom: 58px;
}
.poi:hover .poiImage .poiImageBG {
	opacity:1;
}
.poi:hover .poiImage .poiImageBG img {
	scale: 1.1;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}


.bg-lightgreen {
	background-color: var(--lightgreen);
}
.bg-lightpurple {
	background-color: var(--lightpurple);
}
.bg-purple {
	background-color: var(--purple);
}



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

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

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

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

}
/*Animation*/


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

.container {
	max-width: 1280px;
}






.slideText {
    display: block;
    text-align: center;
    position: absolute;
    left: 46px;
    width: 60%;
	max-width: 940px;
    z-index: 111;
    bottom: 50px;
    text-align: left;
    transform: none;
	color: var(--white);
}



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

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

.banner-box {
	width: 35%;
	max-width: 573px;
	height: 100%;
	max-height: 541px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 111;
	display: block;

	background-color: var(--green);

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

	mask-size: cover;
	mask-repeat: no-repeat;
	display: block;
	margin: 0;	

	padding: 160px 50px 0 128px;

}


.banner-box img {
	display: block;
	object-fit: cover;
}



.welcomeBlock {
	/*margin-top: -85px;*/
	padding: 180px 0 100px;
	background: var(--dimewhite);
	position: relative;
	margin-bottom: 0;
}

.welcomeBlockText {
	padding-left: 20px;
}
.welcomeBlockText-inner {
	max-width: 736px;
	text-align: center;
}
.welcomeBlock h1 {
	font-size: 80px;
	line-height: 1.35;
	margin-bottom: 25px;
	position: relative;
}



.welcomeImage {
	width: 100%;
	position: relative;
}
.welcomeImage a {
	display: block;
	position: relative;
}
.welcomeImage a:before {
	width: 71px;
    height: 71px;
    content: '';
	background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	border-radius: 50%;
}


.welcomeImage a:after {
	width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 23px solid rgba(255, 255, 255, 1);
    border-bottom: 14px solid transparent;
    content: '';
    position: absolute;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 3;
}

.welcomeImage a:hover:after {
	border-left-color: var(--white);
}
.welcomeImage a:hover:before {
	background-color: var(--purple);
}



.welcomeImage span.welcomeImage-shape {
	width: 100%;

	max-width: 416px;
	height: 100%;
	max-height: 350px;
	display: block;

	background-color: var(--green);

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

		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);

	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;


}

.welcomeImage span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 350px;
	transform: scaleX(-1);
}

.welcome-btn-bar {
	padding-top: 15px;
}


.welcome_video_title {
	position: absolute;
	left: -40px;
    bottom: 55px;
	transform: matrix(0.81, 0.59, -0.59, 0.81, 0, 0);
	display: block;
	font-size: 30px;
	line-height: 1.3334;
	font-weight: 700;
	color: var(--lightgreen);
}

.welcomeImage a:hover .welcome_video_title {
	color: var(--lightpurple);
}

.welcome-btm-img {
	position: relative;
	padding-top: 153px;
	margin: 0px auto;
	max-width: 1390px;
}

.leaf-1 {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	left: 52%;
	top: 23px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
}


.leaf-2 {
	width: 55px;
	height: 45px;
	display: block;
	position: absolute;
	right: 12%;
	top: 72px;
	background-color: var(--green);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
}



.leaf-3 {
	width: 65px;
	height: 80px;
	display: block;
	position: absolute;
	left: 5.5%;
	top: 23px;
	background-color: var(--lightgreen);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
}

.homeContent {
    display: flex;
    flex-direction: column;
}


.homeContent .dynamic-poi {
	background: transparent;
	padding: 110px 0 306px;
	position: relative;
	margin: 0;
}



.leaf-1-poi {
	width: 83px;
	height: 71px;
	display: block;
	position: absolute;
	left: 18%;
	bottom: 108px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;
	z-index: 2;
}


.leaf-2-poi {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	left: 64%;
	bottom: 31px;
	background-color: var(--yellow);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

	transform: rotate(-70deg) scaleX(-1);
	z-index: 2;
}



.leaf-3-poi {
	width: 65px;
	height: 80px;
	display: block;
	position: absolute;
	right: 13%;
	bottom: 107px;
	z-index: 2;
	background-color: var(--lightgreen);

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

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




.homeContent {
    display: flex;
    flex-direction: column;
}





.welcomeBlock:before {

	position: absolute;
	left: 0;
	top: -90px;
	background: url('images/gray-bg-main.jpg')  no-repeat;
	background-position: -221px bottom;
	content: '';
	display: block;
	width: 100%;
	height: 2150px;
	z-index: -1;

}





.homeContent .dynamic-poi .container {
	position: relative;
	z-index: 11;
}


.vidBlock .buttton {
	display: none;
}


.homeContent .dynamic-poi .col-lg-4 {
	padding: 0 8px;
}

.homeContent .poi {
	background: transparent;
	padding-bottom: 10px;
}


.homeContent .poi .poi_icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.homeContent .poi .button {
	display: none;
}

.homeContent .poi .poiTitle {
	display: none;
}

.homeContent .poi .poiImage {
	width: 100%;

	max-width: 416px;
	height: 100%;
	max-height: 350px;
	display: block;

	background-color: var(--green);

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

	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;


}



.homeContent .poiImage .poiImageBG {
	
}
.homeContent .poiImage .poiImageBG:before {
	width: 71px;
    height: 71px;
    content: '';
	background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	border-radius: 50%;
}


.homeContent .poiImage .poiImageBG:after {
	width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 23px solid rgba(255, 255, 255, 1);
    border-bottom: 14px solid transparent;
    content: '';
    position: absolute;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 1;
}










.bodyContent .dynamic-image {
	text-align: left;
	margin-top: 80px;
	margin-bottom: 0;
}

.bodyContent .dynamic-image .container {
}

.bodyContent .dynamic-image img {
	object-fit: cover;
	max-height: 675px;
	margin: 0px auto 0px;
}
.bodyContent .dynamic-image .image-item {
	overflow: hidden;
	margin: 0;
	border-radius: 58px;
}

.bodyContent .dynamic-image .video_title {
	color: var(--white);
	font-size: 40px;
	line-height: 1.3;
	padding: 0px 37px;
	display: block;
	position: absolute;
	width: 100%;
	font-weight: 700;
	bottom: 33px;
}



.dynamic-video-block {
	margin: 83px 0 0px;
	position: relative;
}


.homeContent .dynamic-video-block {
	margin: 85px 0 85px;
	position: relative;
}


.dynamic-video-block  .video-block  {
	border-radius: 58px;
	overflow: hidden;
}

.dynamic-video-block .container {
	position: relative;
	margin-bottom: 100px;
}
.dynamic-video-block a .image-item-inner {
	position: relative;
}
.dynamic-video-block a .image-item-inner:before {
	width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 44px solid rgba(255, 255, 255, 1);
    border-bottom: 25px solid transparent;
    content: '';
    position: absolute;
    left: 50.25%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
.dynamic-video-block a .image-item-inner:after {
	width: 135px;
    height: 135px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}


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



.dynamic-video-block .image-item img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	max-height: 667px;
}


.homeContent .dynamic-video-block .image-item img {
	max-height: 904px;
	margin-bottom: 0;
}




.dynamic-video-block .image-item {
	display: block;
	position: relative;
}
.dynamic-video-block a {
	display: block;
	position: relative;
	border-radius: 58px;
    overflow: hidden;
}


.dynamic-video-block .video_title {
	color: var(--white);
	font-size: 40px;
	line-height: 1.3;
	padding: 0px 37px;
	display: block;
	position: absolute;
	width: 100%;
	font-weight: 700;
	bottom: 33px;
}



.homeContent .dynamic-video-block .image-item img {
	margin-bottom: 0;
}



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


.dynamic-logos:before {
	content: '';
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 21.5%;
	bottom: 130px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
  
}

.dynamic-logos:after {
	width: 75px;
	height: 56px;
	display: block;
	position: absolute;
	left: 18.5%;
	bottom: 120px;
	background-color: var(--yellow);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-110deg);

	content: '';
}

.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.section_title h2 {
	margin-bottom: 0;
	font-size: 80px;
	line-height: 1.3;
}

.dynamic-logos .owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}



.leaf-1-ds-logo {
	width: 75px;
	height: 56px;
	display: block;
	position: absolute;
	left: 22.35%;
	top: -10px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-70deg) scaleX(-1);

	z-index: 2;
}

.leaf-2-ds-logo {
	width: 64px;
	height: 80px;
	display: block;
	position: absolute;
	left: 58.5%;
	top: -58px;
	background-color: var(--purple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-100deg);

	z-index: 2;
}


.leaf-3-ds-logo {
	width: 44px;
	height: 51px;
	display: block;
	position: absolute;
	right: 21%;
	top: 80px;
	background-color: var(--green);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

	z-index: 2;
}


.leaf-4-ds-logo {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 21.5%;
	top: -208px;
	background-color: var(--yellow);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
}


.leaf-5-ds-logo {
	width: 58px;
	height: 53px;
	display: block;
	position: absolute;
	left: 35.7%;
	top: -196px;
	background-color: var(--lightgreen);

			-webkit-mask-image: url("images/ft-leaf-5.png");
			mask-image: url("images/ft-leaf-5.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

	transform: rotate(180deg);

}



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

.dynamic-logos .owl-dots {
	display: block;
	margin-top: 75px;
}


.dynamic-news {
	padding: 60px 0 172px;
	position: relative;
	margin: 0;
}


.home_news_image {
	border-radius: 37px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.home_news_image:before {
	padding-top: 100%;
	display: table;
	content: '';
}
.home_news_image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 300ms;
}
.home_news_image:hover img {
	scale: 1.1;
}
.home_news_content .date {
	font-size: 20px;
	line-height: 1.3;
	color: var(--purple);
	margin-bottom: 10px;
}
.home_news_content .date a {
	color: var(--purple);
}

.home_news_content h2 {
	font-size: 30px;
	line-height: 1.3334;
	font-weight: 700;
}

.home_news_content h2 a {
	color: var(--lightgreen);
}


.section_link_container {
	padding-top: 100px;
	text-align: center;
}

.dynamic-news .owl-dots {
    position: absolute;
    left: 0;
    bottom: -128px;
	padding: 0;
	display: block;
}


.dynamic-news .owl-nav {
    position: absolute;
    right: 0;
    bottom: -166px;
	width: 100%;
	max-width: 200px;
	height: 84px;
}

.owl-nav button {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
	font-size: 27px !important;
	color: var(--purple) !important;
	background: var(--yellow) !important;
	display: block !important;
	border-radius: 50%;
}

.owl-nav button span {
	font-family: "din-2014",sans-serif !important;
	font-size: 27px !important;
}

.owl-nav button:hover {
	background-color: var(--lightpurple) !important;
	color: var(--yellow) !important;
}

footer#footer {
	background: var(--lightgreen);
	color: var(--white);
	padding: 255px 0 15px;
	margin: 0;
	border-radius: 0 58px 0 0;
	position: relative;
}

footer#footer .container {
	position: relative;
	z-index: 11;
}

footer#footer h3, footer#footer h2 {
	color: var(--white);
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 22px;
}
footer#footer:before {
	content: '';
	width: 42%;
	height: 110%;
	position: absolute;
	left: 0;
	bottom: 0;

	background-color: var(--green);

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

	mask-size: 100% 100%;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;

}



footer#footer a {
	color: var(--white);
}
footer#footer a:hover {
	color: var(--gold);
}

.fax-info {
	margin-bottom: 35px;
}

.email-info a {
}
.email-info a:hover, .tel-info a:hover {
	text-decoration: underline;
	color: var(--white);
}



footer#footer .button {
	border-color: var(--white);
	background: transparent;
	color: var(--white);
	margin-right: 15px;
}
footer#footer .button:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--purple);
}


.footerLower {
	padding: 135px 0 0;
	background: transparent;
	color: var(--white);
	font-size: 24px;
}

.footerLower .container {
	max-width: 1394px;
}
.footer-lower-col-1 {
	padding-right: 0;
}


.footer-col-2 {	
}
.ft-shape-icon-1 {
	position: absolute;
	right: 45px;
	top: -12px;
	max-width: 227px;
	max-height: 412px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--white);

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

		mask-position: bottom right;
		mask-repeat: no-repeat;
		display: block;

		mask-size: cover;
}


.ft-shape-icon-2 {
	position: absolute;
	right: 16.5%;
	bottom: 0;
	max-width: 481px;
	max-height: 474px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--white);

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

		mask-position: left top;
		mask-repeat: no-repeat;
		display: block;

		mask-size: 100%;
}


.ft-shape-icon-3 {
	width: 102px;
	height: 74px;
	display: block;
	position: absolute;
	right: 22.35%;
	top: 305px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.ft-shape-icon-4 {
	width: 48px;
	height: 77px;
	display: block;
	position: absolute;
	left: 58.5%;
	top: 258px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(20deg) scaleX(-1);

}


.ft-shape-icon-5 {
	width: 41px;
	height: 62px;
	display: block;
	position: absolute;
	left: 39.5%;
	top: 126px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(82deg);

}



.ft-shape-icon-6 {
	width: 40px;
	height: 44px;
	display: block;
	position: absolute;
	left: 51%;
	top: 75px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-2.png");
			mask-image: url("images/ft-leaf-2.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.ft-shape-icon-7 {
	width: 25px;
	height: 35px;
	display: block;
	position: absolute;
	right: 22.35%;
	top: 65px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-2.png");
			mask-image: url("images/ft-leaf-2.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(15deg);

}


.ft-shape-icon-8 {
	width: 25px;
	height: 35px;
	display: block;
	position: absolute;
	right: 7%;
	bottom: 335px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-2.png");
			mask-image: url("images/ft-leaf-2.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-15deg);

}



.ft-shape-icon-9 {
	width: 44px;
	height: 51px;
	display: block;
	position: absolute;
	right: 6.3%;
	bottom: 162px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-4.png");
			mask-image: url("images/ft-leaf-4.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.ft-shape-icon-10 {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	left: 67.3%;
	top: 127px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}



.ft-shape-icon-11 {
	width: 35px;
	height: 30px;
	display: block;
	position: absolute;
	left: 46%;
	top: 380px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-5.png");
			mask-image: url("images/ft-leaf-5.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.ft-shape-icon-12 {
	width: 40px;
	height: 44px;
	display: block;
	position: absolute;
	left: 68.3%;
	bottom: 225px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

	transform: rotate(-20deg);

}



.body-container {
	position: relative;
	padding-top: 202px;
	margin-top: -100px;
	margin-bottom: 0;
	background: url('images/gray-bg-main.jpg')  no-repeat;
	background-position: -221px top;
}




.body-container .dynamic-callout + .dynamic-callout:before {
	position: absolute;
	left: 0px;
	top: -265px;
	background: url('images/callout-gray-bg.png')  no-repeat;
	background-position: center bottom;
	content: '';
	display: block;
	width: 100%;
	height: 1796px;
	z-index: -1;
}





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

.breadcrumbs {
    font-size: 16px;
    line-height: 1.4;
	font-weight: 600;
    color: var(--darkgray);
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 18px 0px 10px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 90px;
    border-bottom: none;
    min-height: 22px;
	display: block;
	border-bottom: none;
}

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

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

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

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

.mobile_banner_text {
	display: none;
}
/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */


.body-container .bodyContent > .container {
	margin-bottom: 0px;
	position: relative;
}

.body-container .bodyContent > .container:before {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 40px;
	top: -63px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
	content: '';
}

.body-container .bodyContent > .container:after {
	content: '';
	width: 55px;
	height: 45px;
	display: block;
	position: absolute;
	right: -50px;
	top: -17px;
	background-color: var(--green);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
	mask-size: 100%;
}





.body-container {
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.bodyContent h1 span {
	display: block;
}


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

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

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

.bodyContent table td h4 {
    margin: 0px !important;
}
.bodyContent tr:nth-child(2n) {
    background: #f0f0f0;
}

.body-text .welcome_button {
	margin-top: 44px;
}




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



.dynamic-carousel {
	margin: 100px 0 0;
	position: static;
}

.dynamic-carousel:before {
	position: absolute;
	left: 0;
	bottom: -410px;
	background: url('images/gray-bg-main.jpg')  no-repeat;
	background-position: right bottom;
	transform: scale(-1) rotate(-90deg);
	content: '';
	display: block;
	width: 100%;
	height: 2650px;
	z-index: -1;
	background-size: auto 100%;
}




.dynamic-carousel:before {
	position: absolute;
	left: 0;
	bottom: -410px;
	background: url('images/gray-bg-main.jpg')  no-repeat;
	background-position: right bottom;
	transform: scale(-1) rotate(-90deg);
	content: '';
	display: block;
	width: 100%;
	height: 2650px;
	z-index: -1;
	background-size: auto 100%;
}





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

	.dynamic-gallery .container {
		background-size: 100% 100%;
	}

}


.gallery-icon a {
	position: relative;
    border-radius: 0px;
    overflow: hidden;
	display: block;
}

.gallery-icon img {
	width: 100%;
	max-width: inherit;
}

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

.dynamic-carousel .owl-nav {
	display: none;
}
.dynamic-carousel .owl-dots {
	margin-top: 35px;
}

.bodyContent {
	display: flex;
    flex-direction: column;
	margin: 0;
}
.bodyContent ul {
    list-style: none;
    padding-left: 0px;
	margin-top: 10px;
}
.bodyContent ul li {
    padding-left: 45px;
    position: relative;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.dynamic-text ul li {
	display: block;
}

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



.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 25px;
    height: 25px;
    background: var(--yellow);
    position: absolute;
    left: 0px;
    top: 4px;
	border-radius: 50%;
}

.bodyContent {
	display: flex;
    flex-direction: column;
}


.dynamic-callout .with-icon:before {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 50px;
	bottom: -75px;
	background-color: var(--yellow);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
	content: '';
}

.dynamic-callout .with-icon:after {
	width: 64px;
	height: 80px;
	display: block;
	position: absolute;
	left: 30px;
	bottom: -96px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-180deg);

	z-index: 2;
	content: '';
}

.dynamic-poi .owl-dots {
	margin-top: 30px;
}


.dynamic-callout .simple:before {
	width: 44px;
	height: 50px;
	display: block;
	position: absolute;
	right: 53px;
	bottom: 215px;
	background-color: var(--green);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(108deg);
	content: '';

}


.dynamic-callout .simple:after {
	width: 64px;
	height: 80px;
	display: block;
	position: absolute;
	left: 70px;
	bottom: -96px;
	background-color: var(--lightgreen);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(-100deg);

	z-index: 2;
	content: '';
}
















.dynamic-text .container {
	position: relative;
}

.dynamic-text .container:before {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 20px;
	top: -63px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
	content: '';
}

.dynamic-text .container:after {
	content: '';
	width: 58px;
	height: 53px;
	display: block;
	position: absolute;
	right: 235px;
	top: -55px;
	background-color: var(--lightgreen);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
	mask-size: 100%;
}





.dynamic-text_image {
	margin: 100px 0 20px;
	position: relative;
}

.dynamic-text_image .container {
	position: relative;
}

.dynamic-text_image .image-section-it-inner {
	position: relative;
	border-radius: 58px;
	overflow: hidden;
	max-width: 632px;
	border: 1px solid var(--text_image_border_color);
}
.dynamic-text_image .image-section-it-inner:before {
	content: '';
	padding-top: 86.195%;
	display: table;
}
.dynamic-text_image .image-section-it-inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	object-fit: cover;
}

.dynamic-text_image .text-section-it-inner {
	max-width: 632px;
	padding: 0;
	position: relative;
}
.dynamic-text_image .text-section-it-inner:before {
	
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 100%;
	max-width: 488px;
	height: 100%;
	max-height: 520px;
	text-align: center;

	background-color: var(--dimewhite);

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

	mask-position: center bottom;
	mask-repeat: no-repeat;
	mask-size: cover;
	display: block;
	z-index: -1;

}
.dynamic-text_image .image-pos-left .text-section-it-inner {
	margin: 0 0 0 auto;
}


.callout {
	width: 100%;
}

.dynamic-callout {
	margin: 100px 0 0;
	position: relative;
}

.bodyContent .dynamic-callout + .dynamic-callout {
}

.bodyContent .sectionTitle, .bodyContent .section_title {
	margin-bottom: 32px;
}

.standard-staff-text h3 {
	margin-bottom: 7px;
	display: block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 1;
	color: var(--lightgreen);
}
.standard-staff-text {
	padding-left: 12px;
	padding-top: 10px;
}
.title-value-name {
	font-size: 30px;
	line-height: 1.3334;
	color: var(--lightpurple);
	margin-bottom: 15px;
	display: block;
	font-weight: 700;
}

.staff-biog {
    margin-bottom: 0px;
    margin-top: 15px;
}

.staff-biog p {
	margin-bottom: 20px;
}

.staff-btn {
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--black);
}

.standard-staff-image {
	width: 484px;
	position: relative;
}

.standard-staff-image img {

	max-width: 416px;
	height: 100%;
	max-height: 350px;
	display: block;

	background-color: var(--green);

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

		/*-webkit-transform: scaleX(-1);
		transform: scaleX(-1);*/

	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;

	object-fit: cover;


}




.staffMember {
	border: 0;
}

.staffMember:last-child {
	margin: 0;
	border: none;
}

.dynamic-staff {
	margin: 50px 0px;
}



.dynamic-quote {
	margin: 100px 0 0px;
	position: relative;
	padding-top: 0px;
}
.quotes-holder {
	max-width: 1040px;
	margin: 0px auto;
	background: transparent;
	color: var(--navy);
	position: relative;
	z-index: 11;
	padding-bottom: 70px;
}

.bodyContent .quoteContainer {
	background: transparent;
	color: currentColor;
	padding: 0;
}
.bodyContent .quoteContainer blockquote.quote-text {
	background: transparent;
	padding: 0;
	max-width: 100%;
}

.bodyContent blockquote.quote-text {
	padding: 0;
	text-align: center;
	position: relative;
}

.bodyContent blockquote:before {
	content: '“';
	color: var(--lightgreen);
	font-size: 150px;
	line-height: 0.5;
	display: block;
	margin: 0px auto 20px;
	font-family: "Abril Fatface", serif;
	font-style: normal;
	font-weight: 400;
}

.bodyContent .quoteContainer cite {
	color: currentColor;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.334;
	text-transform: inherit;
	display: block;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 25px;
	font-style: normal;
	padding: 0;
}

.bodyContent .quoteContainer .quote-cite {
	text-align: center;
	padding: 0 !important;
}

.bodyContent .quoteContainer .cycle-pager {
	text-align: center;
	height: 9px;
	margin-top: 50px;
	display: none;
}
.bodyContent .quoteContainer .cycle-pager span {
	width: 9px;
	height:9px;
	display:inline-block;
	background: var(--purple);
	margin: 0 7px;
    border-radius: 50%;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

.bodyContent .quoteContainer .cycle-pager span.cycle-pager-active, .bodyContent .quoteContainer .cycle-pager span:hover {
	background: var(--lightgreen);
	opacity: 1;
}

.bodyContent .dynamic-stats {
	margin-top: 100px;
}


.bodyContent .dynamic-poi {
	margin: 40px 0 0;
}

.dynamic-carousel .owl-dots {
	margin-top: 36px;
}



.bodyContent .dynamic-quote + .dynamic-text .container:after, .bodyContent .dynamic-quote + .dynamic-text .container:before {
	display: none;
}





.dynamic-gallery {
	margin: 100px 0 0;
}

.bodyContent .section_title h2 {
	font-size: 40px;
	line-height: 1.3;
}

.bodyContent .dynamic-poi .section_title h2 {
	text-align: left;
}

.dynamic-gallery .container {
}


.dynamic-gallery a {
	position: relative;
    border-radius: 0px;
    overflow: hidden;
	display: block;
}

.dynamic-gallery a:before {
	content: '';
	padding-top: 100%;
	display: table;
}


.dynamic-gallery a img {
    border: 5px solid var(--white) !important;
	width: 100%;
	max-width: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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



.document {
}


.dynamic-documents {
	margin: 70px 0 0;
}
.dynamic-web-links {
	margin: 80px 0 0;
}


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

.bodyContent .dynamic-poi .container {
}

a.document-link {
	margin-bottom: 20px;
	text-align: left;
	padding: 9px 75px 9px 24px;
	line-height: 1.5;
}
a.document-link:hover {
}

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

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

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

}
a.document-link:hover:after {
}


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

.dynamic-web-links a {

	margin-bottom: 20px;
	text-align: left;
	display: block;
	padding: 9px 75px 9px 24px;
	line-height: 1.5;

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

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

}
.dynamic-web-links a:hover:after {
}



.video_carousel_content {
	width: 100%;
}

.standard-pager-site {
	position: absolute;
	right: 70px;
	bottom: -62px;
	height: 9px;
}
.standard-pager-site span {
	margin: 0 7px;
    cursor: pointer;
	font-size: 0 !important;
	

	width: 9px;
	height: 9px;
	display:inline-block;
	background:var(--purple);
	border-radius:50%;
	height: 9px;
	vertical-align: top;

}

.standard-pager-site span.cycle-pager-active, .standard-pager-site span:hover {
	background: var(--lightgreen);
	opacity: 1;
}









.callout-pager {
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 94px;
	z-index: 111;
	padding: 0 80px;
	height: 9px;
}


.callout-pager span {
	width: 9px;
	height: 9px;
	font-size: 0;
	margin: 0px 7px;
	display: inline-block;
	vertical-align: top;
	background-color: var(--white);


	cursor: pointer;
	border-radius: 50%;

}
.callout-pager span.cycle-pager-active, .callout-pager span:hover {
	background-color: var(--purple);
}


.callout.hasbg .callout-pager span.cycle-pager-active, .callout.hasbg .callout-pager span:hover {
	background-color: var(--yellow);
}


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


.callout_container, .dynamic-callout .container {
	position: relative;
}


.dynamic-callout .with-icon .callout-leaf-1 {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 81px;
	top: 63px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
}


.dynamic-callout .with-icon .callout-leaf-2 {
	width: 44px;
	height: 62px;
	display: block;
	position: absolute;
	right: 27%;
	top: 63px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(90deg);

}



.dynamic-callout .with-icon .callout-leaf-3 {
	width: 44px;
	height: 62px;
	display: block;
	position: absolute;
	right: 35%;
	bottom: 74px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

		transform: rotate(160deg);

}



.dynamic-callout .with-icon .callout-leaf-4 {
	width: 28px;
	height: 26px;
	display: block;
	position: absolute;
	right: 19%;
	top: 143px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-2.png");
			mask-image: url("images/ft-leaf-2.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;


}




.dynamic-callout .with-icon .callout-leaf-5 {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	right: 4%;
	bottom: 240px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-4.png");
			mask-image: url("images/ft-leaf-4.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.dynamic-callout .with-icon .callout-leaf-6 {
	width: 38px;
	height: 51px;
	display: block;
	position: absolute;
	right: 8.2%;
	bottom: 219px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.dynamic-callout .with-icon .callout-leaf-7 {
	width: 38px;
	height: 51px;
	display: block;
	position: absolute;
	right: 43.5%;
	bottom: 115px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}




.dynamic-callout .callout_arrows {
    position: absolute;
    right: 90px;
    bottom: 57px;
	width: 100%;
	max-width: 190px;
	height: 84px;
	z-index: 111;
}

.dynamic-callout .callout_arrows a {
	width: 84px;
	height: 84px;
	line-height: 84px;
	font-size: 27px;
	color: var(--purple);
	background: var(--yellow);
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	font-size: 30px;
	font-family: "din-2014",sans-serif;
	text-align: center;
}

.dynamic-callout .callout_arrows a.callout_prev {
	left: 0;
}

.dynamic-callout .callout_arrows a.callout_next {
	right: 0;
}

.dynamic-callout .callout_arrows a:hover {
	color: var(--yellow);
	background: var(--purple);
}


.dynamic-callout .simple .callout-leaf-1,
.dynamic-callout .simple .callout-leaf-2,
.dynamic-callout .simple .callout-leaf-3,
.dynamic-callout .simple .callout-leaf-4,
.dynamic-callout .simple .callout-leaf-5,
.dynamic-callout .simple .callout-leaf-6,
.dynamic-callout .simple .callout-leaf-7 {
	display: none;
}





.quote-leaf-1 {
	width: 74px;
	height: 56px;
	display: block;
	position: absolute;
	left: 81px;
	bottom: 110px;
	background-color: var(--yellow);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
	transform: rotate(-180deg);
}
.quote-leaf-2 {
	width: 58px;
	height: 53px;
	display: block;
	position: absolute;
	left: 23%;
	bottom: 0px;
	background-color: var(--lightgreen);

			-webkit-mask-image: url("images/ft-leaf-5.png");
			mask-image: url("images/ft-leaf-5.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

	transform: rotate(180deg);

}



.quote-leaf-3 {
	width: 74px;
	height: 56px;
	display: block;
	position: absolute;
	right: 33%;
	bottom: -40px;
	background-color: var(--purple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;

	mask-size: 100%;
	transform: rotate(-90deg);
}



.quote-leaf-4 {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	right: 8.5%;
	bottom: 117px;
	background-color: var(--green);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;
	
	transform: rotate(105deg);

}


.dynamic-divider {
	margin-top: 100px;
	margin-bottom: 0;
}




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



.bodyContent .poi {
	border-radius: 57px;
}

.bodyContent .poi  {
	border-radius: 37px;
}



.body-container .dynamic-callout + .dynamic-callout + .dynamic-callout:before {
	display: none;
}




.dynamic-text_carousel {
	margin: 0px 0 153px;
}

.dynamic-text_carousel .section_title {
	margin-bottom: 55px;
	position: relative;
}

.dynamic-text_carousel .section_title:before {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 11%;
	top: 0px;
	background-color: var(--lightpurple);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
    z-index: -1;
	content: '';
}

.dynamic-text_carousel .cr-simple .tcsContainer {
	width: 100%;
	background: var(--lightgreen);
	border-radius: 57px;
	color: var(--white);
	height: 632px;
}


.dynamic-text_carousel .tcsContainer h2 {
	font-size: 80px;
	line-height: 1.3;
	margin: 0;
	color: var(--white);
	font-weight: 400;
}

.dynamic-text_carousel .tci_details {
	max-width: 339px;
	margin: 0 0 18px;
}
.dynamic-text_carousel .tcs-pager {
	margin-bottom: 53px;
	height: 9px;
}
.dynamic-text_carousel .tcs-pager span {
	width: 9px;
	height:9px;
	display:inline-block;
	background: var(--white);
	margin: 0 7px;
    border-radius: 50%;
	cursor: pointer;
	font-size: 0 !important;
	vertical-align: top;
}

.dynamic-text_carousel .tcs-pager span.cycle-pager-active, .dynamic-text_carousel .tcs-pager span:hover {
	background: var(--lightgreen);
	opacity: 1;
}


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




.left_text_container {
	padding-left: 83px;
	padding-top: 106px;
	min-height: 632px;
}


.dynamic-text_carousel .cr-simple .left_text_container {
	position: relative;
}




.left_text_container .button {
	background: transparent;
	border: 1px solid var(--white);
	color: var(--white);
	transition: 300ms;
	overflow: hidden;
}
.dynamic-text_carousel .cr-simple .button:hover span {
	visibility: hidden;
}
.dynamic-text_carousel .cr-simple .button:hover:before {
	content: 'Read More';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	text-align: center;
	line-height: 46px;
}


.left_text_container .button:hover {
	background: var(--white);
	color: var(--purple);
}
.dynamic-text_carousel .cr-simple .button:hover {
}

.dynamic-text_carousel .cr-simple .button:hover:before {

}



.dynamic-text_carousel .left_text_container:before {
	content: '';
	width: 668px;
	height: 693px;
	position: absolute;
	left: 0;
	top: 0;

	background-color: var(--purple);

		-webkit-mask-image: url("images/bg-shape-main.png");
		mask-image: url("images/bg-shape-main.png");

	mask-size: 100% 100%;
	mask-position: right top;
	mask-repeat: no-repeat;
	display: block;
	mask-size: 100% 100%;


}


.left_text_container_inner {
	position: relative;
	z-index: 11;
	color: var(--white);
}


.tcs_arrows {
    position: absolute;
    left: 83px;
    bottom: 44px;
	width: 100%;
	max-width: 190px;
	height: 84px;
	z-index: 111;
}

.tcs_arrows a {
	width: 84px;
	height: 84px;
	line-height: 84px;
	font-size: 27px;
	color: var(--purple);
	background: var(--yellow);
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	font-size: 30px;
	font-family: "din-2014",sans-serif;
	text-align: center;
}

.tcs_arrows a.tcs_prev {
	left: 0;
}

.tcs_arrows a.tcs_next {
	right: 0;
}

.tcs_arrows a:hover {
	color: var(--yellow);
	background: var(--lightpurple);
}


.dynamic-text_carousel .cr-show-next .owl-dots {
	position: absolute;
    right: 139px;
    bottom: 15px;
}


.dynamic-text_carousel .cr-show-next .left_text_container:before {
	width: 740px;
	height: 770px;
	max-width: inherit;


}
.dynamic-text_carousel .left_text_container h2 {
	font-size: 50px;
	line-height: 1.3;
	margin: 0 0 30px;
	color: var(--white);
	font-weight: 400;
}

.dynamic-text_carousel .cr-simple .left_text_container .tci_details {
	width: 339px;
	margin: 0 0 36px;
	max-width: inherit;
}

.dynamic-text_carousel .cr-show-next .left_text_container .tci_details {
	width: 524px;
	margin: 0 0 36px;
	max-width: inherit;
	font-size: 20px;
}



.text_carousel_item {
	border-radius: 63px 57px 57px 63px;

}
.cr-show-next .left_text_container {
	padding: 131px 15px 0 77px;
}

.dynamic-text_carousel .cr-show-next .bg-green, .dynamic-text_carousel .cr-show-next .bg-purple {
	background: var(--lightgreen);
	margin-bottom: 137px;
}

.dynamic-text_carousel .cr-show-next .bg-green .left_text_container:before {
	background-color: var(--green);
}
.dynamic-text_carousel .cr-show-next .bg-purple .left_text_container:before {
	background-color: var(--purple);
}


.dynamic-text_carousel .owl-nav {
    position: absolute;
    left: 77px;
    bottom: 83px;
	width: 100%;
	max-width: 190px;
	height: 84px;
}



.dynamic-text_carousel .cr-show-next .owl-carousel .owl-stage {
	margin-left: -69px;
}

.dynamic-text_carousel .cr-show-next .owl-carousel .row {
	margin: 0;
}


.dynamic-text_carousel .cr-show-next {
	padding-left: 140px;
}

.dynamic-text_carousel .cr-simple .bg-green,
.dynamic-text_carousel .cr-simple .bg-purple { /* simple-specific bg + radius if different */ }
.dynamic-text_carousel .cr-simple .bg-green  .left_text_container::before { background-color: var(--green); }
.dynamic-text_carousel .cr-simple .bg-purple .left_text_container::before { background-color: var(--purple); }



.dynamic-text_carousel .right_text_image {
	position: relative;
}


.dynamic-text_carousel .right_text_image .ti-icon-1 {
	width: 98px;
	height: 71px;
	display: block;
	position: absolute;
	right: 20%;
	top: 56px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
    z-index: -1;
}


.dynamic-text_carousel .right_text_image .ti-icon-2 {
	width: 55px;
	height: 45px;
	display: block;
	position: absolute;
	left: 35%;
	top: 56px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
		transform: scale(-1) rotate(100deg);
    z-index: -1;
}

.dynamic-text_carousel .right_text_image .ti-icon-3 {
	position: absolute;
	right: 0;
	bottom: 35px;
	max-width: 707px;
	max-height: 419px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--white);

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

		mask-position: left bottom;
		mask-repeat: no-repeat;
		display: block;

		-webkit-mask-size: contain;
mask-size: contain;	
    z-index: -1;
}

/* .dynamic-text_carousel .right_text_image .ti-icon-4 {
	width: 46px;
    height: 44px;
    display: block;
    position: absolute;
    left: 28%;
    top: 248px;
    background-color: var(--white);
    -webkit-mask-image: url('images/ft-leaf-2.png');
    mask-image: url('images/ft-leaf-2.png');
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: 100%;
	transform: rotate(-90deg);
    z-index: -1;
} */


.dynamic-text_carousel .right_text_image .ti-icon-5 {
	width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10%;
    bottom: 86px;
    background-color: var(--white);
    -webkit-mask-image: url('images/ft-leaf-2.png');
    mask-image: url('images/ft-leaf-2.png');
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: 100%;
	transform: rotate(10deg);
    z-index: -1;
}

/* .dynamic-text_carousel .right_text_image .ti-icon-6 {
    width: 47px;
    height: 38px;
    display: block;
    position: absolute;
    right: 40%;
    top: 208px;
    background-color: var(--white);
    -webkit-mask-image: url('images/ft-leaf-4.png');
    mask-image: url('images/ft-leaf-4.png');
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: 100%;
    z-index: -1;
} */

.dynamic-text_carousel .right_text_image .ti-icon-7 {
    width: 39px;
    height: 43px;
    display: block;
    position: absolute;
    left: -70px;
    bottom: 56px;
    background-color: var(--white);
    -webkit-mask-image: url(images/ft-leaf-3.png);
    mask-image: url(images/ft-leaf-3.png);
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: 100%;
	transform: rotate(-10deg);
    z-index: -1;
}

/* Per-slide main illustration — driven by ACF slide_right_shape */
.dynamic-text_carousel .right_text_image.st-style1 .ti-icon-3 {
    -webkit-mask-image: url("images/Adaptable.svg");
    mask-image: url("images/Adaptable.svg");
}
.dynamic-text_carousel .right_text_image.st-style2 .ti-icon-3 {
    -webkit-mask-image: url("images/Collaborator.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Collaborator.svg");
}
.dynamic-text_carousel .right_text_image.st-style3 .ti-icon-3 {
    -webkit-mask-image: url("images/Communicator.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Communicator.svg");
}
.dynamic-text_carousel .right_text_image.st-style4 .ti-icon-3 {
    -webkit-mask-image: url("images/Empathetic.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Empathetic.svg");
}
.dynamic-text_carousel .right_text_image.st-style5 .ti-icon-3 {
    -webkit-mask-image: url("images/Ethical.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Ethical.svg");
}
.dynamic-text_carousel .right_text_image.st-style6 .ti-icon-3 {
    -webkit-mask-image: url("images/Resilient.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Resilient.svg");
}
.dynamic-text_carousel .right_text_image.st-style7 .ti-icon-3 {
    -webkit-mask-image: url("images/Respectful.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Respectful.svg");
}
.dynamic-text_carousel .right_text_image.st-style8 .ti-icon-3 {
    -webkit-mask-image: url("images/Thinker.svg");   /* swap to whatever PNG you've got for Style 2 */
    mask-image: url("images/Thinker.svg");
}

.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style1) { background: #62BA84; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style2) { background: #F7A537; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style3) { background: #BCE8F5; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style4) { background: #5674A7; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style5) { background: #9DDFDF; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style6) { background: #F9E155; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style7) { background: #DFE4F7; }
.dynamic-text_carousel .cr-simple .tcsContainer:has(.right_text_image.st-style8) { background: #BEB0EC; }

.dynamic-text_carousel .right_text_image .ft-shape-icon-2 {
	max-width: 303px;
    max-height: 299px;
	right: 22.5%;
	bottom: 0;
}

.dynamic-text_carousel .right_text_image .ft-shape-icon-1 {
	right: 30px;
    top: -17px;
    max-width: 166px;
    max-height: 314px;
}

.dynamic-text_carousel .right_text_image .ft-shape-icon-7 {
	width: 32px;
    height: 34px;
    right: 38%;
    top: 71px;
}
.dynamic-text_carousel .right_text_image .ft-shape-icon-8 {
	width: 32px;
    height: 34px;
    right: 11%;
    bottom: 74px;
	transform: rotate(15deg);
}
.dynamic-text_carousel .right_text_image .ft-shape-icon-5 {
	width: 45px;
    height: 63px;
	top: 56px;
	left:37%;
}
.dynamic-text_carousel .right_text_image .ft-shape-icon-3 {
    right: 38%;
    top: 28.15%;
}

.dynamic-text_carousel .right_text_image .ft-shape-icon-6 {
	left:37%;
	top: 44%;
	width: 44px;
    height: 40px;
	transform: rotate(-90deg);
}
.dynamic-text_carousel .right_text_image .ft-shape-icon-10 {
    left: 8%;
    bottom: 53px;
	width: 39px;
    height: 43px;
	top: auto;
}
.dynamic-text_carousel .right_text_image .ft-shape-icon-9 {
    width: 47px;
    height: 40px;
	right: 9.5%;
	bottom: 34%;
}


.dynamic-text_carousel .right_text_image .ft-shape-icon-4 {
    width: 72px;
    height: 56px;
	left: 16%;
	bottom: 16%;
	right: auto;
	top: auto;
}


.homeContent .dynamic-video-block:before {
	position: absolute;
	left: 0px;
	top: 150px;
	background: url('images/callout-gray-bg.png')  no-repeat;
	background-position: center bottom;
	content: '';
	display: block;
	width: 100%;
	height: 1796px;
	z-index: -1;
}




.instagram-feed {
	border-radius: 37px;
	overflow: hidden;
}

#sb_instagram #sbi_images, #sb_instagram {
	padding: 0 !important;
}



.facebook-feed {
	width: 100%;

	max-width: 524px;
	height: 100%;
	max-height: 440px;
	display: block;

	background-color: var(--green);

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

	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;

	color: var(--white);
	position: relative;


}


.facebook-feed-content {
	padding: 66px 55px;
	position: relative;
	width: 100%;
	height: 100%;
}



.facebook-feed-content:before {
	width: 100%;
	height: 100%;
	background: url('images/fb-social-bg.png') 50px top no-repeat;
	background-size: auto 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}


.facebook-feed-content:after {
	content: "\f39e";
	font-size: 30px;
	color: var(--white);
	position: absolute;
	right: 37px;
	top: 27px;
	display: block;
	font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}



.facebook-feed a {
	color: var(--white);
}

.facebook-feed a:hover {
	color: var(--yellow);
}


.cff-post-text {
	height: 160px;
	overflow: hidden;
}
#cff .cff-author-img {
	display: none;
}

#cff .cff-author .cff-page-name {
	color: var(--white);
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
}
#cff .cff-author {
	margin-bottom: 11px;
}




.twitter-feed {
	width: 100%;

	max-width: 524px;
	height: 100%;
	max-height: 440px;
	display: block;

	background-color: var(--purple);

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

	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	display: block;


	margin-top: -37px;
	color: var(--white);

	position: relative;
	display: table;


}





.facebook-feed a {
	color: var(--white);
}

.facebook-feed a:hover {
	color: var(--yellow);
}

.twitter-feed-content {
	width: 100%;
	height: 100%;
	padding: 66px 55px;

    display: table-cell;
    vertical-align: bottom;	
}

.twitter-feed-content:before {
	width: 100%;
	height: 100%;
	background: url('images/tw-social-bg.png') right top no-repeat;
	background-size: auto 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}


.twitter-feed-content:after {
	content: "\e61b";
	font-size: 30px;
	color: var(--white);
	position: absolute;
	right: 37px;
	top: 27px;
	display: block;
	font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.twitter_title  {
	color: var(--white);
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
}

.twitter_link.button {
	background: transparent;
	border-color: var(--white);
	color: var(--white);
} 

.twitter_link.button:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--purple);
} 


.insta-ft-social {
	margin-top: 90px;
}

.insta-ft-social span {
	font-size: 40px;
	line-height: 1.3;
	color: var(--lightgreen);
	display: inline-block;
	margin: 0 70px 0 0px;
	font-weight: 700;
	vertical-align: middle;
}

.insta-ft-social ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 0px;
	vertical-align: middle;
}

.insta-ft-social ul li {
	padding: 0 20px;
	min-width: inherit;
}

.insta-ft-social ul li a {
	color: var(--lightgreen);
	font-size: 28px;
}

.insta-ft-social ul li a:hover {
	color: var(--purple);
}



.info-grid-container {
	position: relative;
	padding-top: 127px;
}
.info-grid-container:before {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('images/callout-gray-bg.png')  no-repeat;
	background-position: center bottom;
	content: '';
	display: block;
	width: 100%;
	height: 2150px;
	z-index: -1;
	background-size: cover;
}

.info-grid-container .section_title {
	margin-bottom: 84px;
}


.footer-lower-col-2 a {
	margin: 0 8px;
}





.video_block_arrows {
    position: absolute;
    left: 0px;
    bottom: -100px;
	width: 100%;
	max-width: 190px;
	height: 84px;
	z-index: 111;
}

.video_block_arrows a {
	width: 84px;
	height: 84px;
	line-height: 84px;
	font-size: 27px;
	color: var(--purple);
	background: var(--yellow);
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	font-size: 30px;
	font-family: "din-2014",sans-serif;
	text-align: center;
}

.video_block_arrows a.video_prev {
	left: 0;
}

.video_block_arrows a.video_next {
	right: 0;
}

.video_block_arrows a:hover {
	color: var(--yellow);
	background: var(--lightpurple);
}



#cff .cff-post-links {
	float: none !important;
}

#cff .cff-post-links a {
	min-width: 151px !important;
	line-height: 1.3;
	padding: 10px 20px !important;
	border-radius: 10px;
	border: 1px solid var(--white);
}

#cff .cff-post-links a:hover {
	background: var(--white) !important;
	color: var(--green) !important;
	text-decoration: none !important;
	border-color:  var(--white) !important;
}








@media only screen and (min-width : 1930px) {
	.body-container .dynamic-callout + .dynamic-callout:before, .info-grid-container:before, .homeContent .dynamic-video-block:before {
		background-size: 130%;
		background-position: -15% bottom;
	}
}


@media only screen and (min-width : 1770px) {
	.ft-shape-icon-2 {
		right: 23%;
	}
}
@media only screen and (max-width : 1199px) {

	.headGroup .head-links {
		display: none;
	}

	.banner-box {
		max-width: 175px;
		max-height: 154px;
		width: 100%;
		padding: 0;
	}
	.banner-box img {
		max-width: 113px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}


	.dynamic-text_carousel .cr-show-next {
		    padding-left: 30px;
	}


	.cr-show-next .left_text_container {
		width: 50%;
	}
	.cr-show-next .right_text_image {
		width: 50%;
	}
	.dynamic-text_carousel .left_text_container:before {
		z-index: 1;
	}




	footer#footer {
		border-radius: 0;
	}

	footer#footer .ft-shape-icon-1 {
		max-width: 50px;
		max-height: 99px;
		right: 2.5%;
	}
	footer#footer .ft-shape-icon-2 {
		max-width: 110px;
		max-height: 132px;
		right: 2.5%;
		bottom: auto;
		top: 95px;
	}

	footer#footer .ft-shape-icon-3 {
		max-width: 31px;
		max-height: 22px;
		right: 27%;
		bottom: auto;
		top: 33px;
		left: auto;
	}
	footer#footer .ft-shape-icon-4 {
		width: 26px;
		height: 32px;
		right: 15.5%;
		bottom: auto;
		left: auto;
		top: 10px;
	}

	footer#footer .ft-shape-icon-5 {
		max-width: 22px;
        max-height: 25px;
		right: 38%;
		bottom: auto;
		top: 18px;
		left: auto;
	}
	
	footer#footer .ft-shape-icon-7 {
		max-width: 12px;
		max-height: 14px;
		right: 19%;
		bottom: auto;
		left: auto;
		top: 60px;
	}
	footer#footer .ft-shape-icon-10 {
		max-width: 22px;
		max-height: 24px;
		right: 24%;
		bottom: auto;
		top: 59px;
	}

	footer#footer .ft-shape-icon-6, footer#footer .ft-shape-icon-8, footer#footer .ft-shape-icon-9, footer#footer .ft-shape-icon-11, footer#footer .ft-shape-icon-12 {
		display: none;
	}
	footer#footer:before {
		width: 120%;
		height: 710px;
		position: absolute;
		left: -14%;
		top: -42px;
		bottom: auto;
		mask-size: 100% 100%;
		z-index: 1;
	}
	footer#footer {
		padding: 65px 0 0px;
	}
	.footer-col-1, .footer-col-2, .footer-col-3 {
		padding: 0 35px;
	}

	footer#footer h3, footer#footer h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.tel-info, .email-info, .fax-info {
		margin-bottom: 25px;
	}
	.footer_buttons {
		max-width: 220px;
	}

	.footer_buttons .button {
		margin-bottom: 16px;
	}
	.footerLower {
		font-size: 16px;
		padding-top: 20px;
	}
	.footer-lower-col-2 {
		font-size: 18px;
	}


	.footer-lower-col-2, .footer-lower-col-1, .footer-lower-col-3 {
		text-align: center !important;
	}	


	.menu-main-right-container ul li a {
		font-size: 40px;
	}






	.dynamic-video-block a .image-item-inner:after {
		width: 31px;
		height: 31px;
	}
	.dynamic-video-block a .image-item-inner:before {
		border-top: 7px solid transparent;
		border-left: 12px solid rgba(255, 255, 255, 1);
		border-bottom: 7px solid transparent;
	}


	.dynamic-text_carousel .section_title:before {
		mask-size: 100%;
		width: 58px;
		height: 42px;
		top: -80px;
	}



}

@media only screen and (max-width : 991px) {
	
	.dynamic-text_carousel .cr-show-next .bg-green, .dynamic-text_carousel .cr-show-next .bg-purple {
		margin: 0;
	}

	.cr-show-next .left_text_container {
		width: 100%;
	}
	.cr-show-next .right_text_image {
		width: 100%;
	}



	.menu-toggle .toggleIcon span {
		left: 15px;
	}

	.menu-toggle {
		background: var(--lightgreen);
		width: 45px;
		height: 45px;
	}
	.menuopen .menu-toggle .toggleIcon {

	}
	.menu-toggle .toggleIcon {
		position: absolute;
		width: 45px;
		height: 45px;
		right: 0px;
		top: 0px;
		transition: 300ms;
		border-radius: 50%;
	}
	
	.hide-for-large {
		display: block;
	}
	.hide-for-mobile {
		display: none;
	}

	.headGroup {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 30px;
	}
	.fixedHeader .menu-toggle {
		right: 25px;
		top: 14px;
	}

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

	.header-right {
		width: 40%;
		text-align: right;
		padding: 0;
		order: 2;
	}
	.header-right .topMenuSide {
		display: none;
	}
	.header-right .topMenuSide-2 {
		display: none;
	}
	.header_left {
		width: 60%;
		text-align: left;
		padding: 0;
	}

	.header-right .searchToggle {
		display: none;
	}

	.menu-toggle {
		display: inline-block;
		margin: 0;
	}

	.headGroup .row {
	}

	.headGroup .header-center {
		display: none;
	}
	

	.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
		background-color: var(--white);
		width: 15px;
		height: 2px;
	}



	.menu-toggle .toggleIcon span {
		margin-top:-1px;
	}
	.menu-toggle .toggleIcon span:before {
		top: -6px;
	}
	.menu-toggle .toggleIcon span:after {
		top: 6px;
	}

	.homeBanner .slideText {
		padding: 0px 25px;
		top: auto;
		transform: inherit;
		bottom: 155px;
		display: none;
	}
	
	
	#homeBanner {	

		position: relative;
		overflow:hidden;
		height:640px;

	}
	
	
	
	.welcomeBlockText {
		padding: 0 35px;
		order: 2;
	}
	.welcomeBlock h1 {
		font-size: 50px;
		margin-bottom: 9px;
	}


	.welcomeBlock:after {
		mask-size: cover;
	}
	.welcomeImage-main {
		padding-left: 37px;
		padding-right: 35px;
		margin-bottom: 82px;
		position: relative;
	}
	.welcomeImage-main:after {
		width: 55px;
		height: 45px;
		display: block;
		position: absolute;
		left: 53px;
		bottom: -42px;
		background-color: var(--green);
		-webkit-mask-image: url('images/leaf-2.png');
		mask-image: url('images/leaf-2.png');
		mask-position: center bottom;
		mask-repeat: no-repeat;
		content: '';
	}
	.welcome-btm-img {
		padding-top: 50px;
	}
	.leaf-2 {
		display: none;
	}

	.leaf-1 {
		mask-size: 100%;
		width: 37px;
		height: 27px;
		right: 35px;
		top: 5px;
		left: auto;
	}
	.leaf-3 {
		width: 24px;
		height: 30px;
		mask-size: 100%;
		left: 35px;
		top: 5px;
	}

	.welcomeImage span.welcomeImage-shape {
		max-width: 288px;
		height: 100%;
		max-height: 241px;
		margin: 0 auto;
	}
	.welcome_video_title {
		font-size: 22px;
		left: -21px;
		bottom: 35px;
	}
	.welcomeImage span img {
		min-height: 241px;
	}

	body {
		font-size: 18px;
		line-height: 1.3334;
	}
	.welcomeBlock {
		padding-bottom: 0;
		padding-top: 0;
        margin-top: 0;
	}
	.homeContent .dynamic-poi {
		padding-top: 58px;
	}
	.homeContent .poi .poiImage {
		max-height: 240px;
	}
	.homeContent .poi .poi_icon img {
		max-width: 105px;
	}
	.homeContent .dynamic-poi .col-lg-4 {
		padding: 0px 23px;
	}
	.welcomeImage a {
		max-width: 288px;
		margin: 0px auto;
	}
	.homeContent .poi {
		max-width: 290px;
		margin: 0 auto;
	}
	.leaf-1-poi {
		left: 20px;
		width: 61px;
		height: 76px;
	}
	.homeContent .dynamic-poi {
		padding-bottom: 228px;
	}
	.leaf-2-poi {
		bottom: 66px;
		left: 50%;
		transform: translateX(-50%) rotate(-70deg) scaleX(-1);
		width: 68px;
		height: 82px;

	}
	
	.leaf-3-poi {
		right: 28px;
		bottom: 86px;
		width: 47px;
		height: 58px;
	}

	.welcomeBlock:before {
		background-position: 86% bottom;
		background-size: cover;
	}


	.dynamic-text_carousel .left_text_container:before {
		width: 100% !important;
		height: 463px !important;
		mask-size: 130% 100% !important;
		mask-position: right top !important;
	}
	.dynamic-text_carousel .right_text_image {
	    min-height: 315px !important;
		margin-top: -138px !important;
	}

	.left_text_container {
		padding-left: 35px !important;
		padding-right: 35px !important;
		padding-top: 61px !important;
		min-height: 463px !important;
		z-index: 1 !important;
	}
	.dynamic-text_carousel .left_text_container h2 {
		margin-bottom: 8px;
	}
	.dynamic-text_carousel .cr-simple .left_text_container .tci_details {
		width: 100%;
	}
	.dynamic-text_carousel .tcs-pager {
		margin-bottom: 34px;
		height: 9px;
	}
	.tcs_arrows {
		position: absolute;
		left: 35px;
		bottom: 50px;
		width: 100%;
		max-width: 100px;
		height: 47px;
		z-index: 111;
	}
	.tcs_arrows a {
		width: 47px;
		height: 47px;
		line-height: 47px;
		font-size: 18px;
	}

	.dynamic-text_carousel .cr-show-next {
		padding: 0;
	}
	.dynamic-text_carousel .cr-show-next .owl-carousel .owl-stage {
		margin-left: 0px;
	}
	.dynamic-text_carousel .right_text_image .ti-icon-3 {
		max-width: 288px;
		max-height: 171px;
	}
	.dynamic-text_carousel .cr-simple .tcsContainer {
		height: 640px;
	}
	.dynamic-text_carousel .right_text_image .ti-icon-1 {
		width: 40px;
		height: 29px;
		mask-size: 100%;
	}

	.dynamic-text_carousel .right_text_image .ti-icon-6 {
		width: 19px;
		height: 15px;
		mask-size: 100%;
		top: 124px;
        right: 35%;
	}
	.dynamic-text_carousel .right_text_image .ti-icon-7 {
		width: 19px;
		height: 15px;
		mask-size: 100%;
		left: 33px;
		bottom: 34px;
	}
	.dynamic-text_carousel .right_text_image .ti-icon-4 {
		left: 35%;
        top: 142px;
        width: 18px;
        height: 17px;
		mask-size: 100%;
	}
	.dynamic-text_carousel .right_text_image .ti-icon-5 {
		bottom: 46px;
        right: 31px;
		width: 13px;
        height: 13px;
		mask-size: 100%;
	}
	.text_carousel_section .container {
		padding: 0;
	}

	.dynamic-text_carousel .cr-simple .tcsContainer {
		border-radius: 37px;
	}

	.text_carousel_section .container {
		padding: 0;
	}

	.dynamic-text_carousel {
		margin: 0px 0 80px;
	}
	.homeContent .dynamic-video-block {
		margin: 0 28px 120px;
	}
	.dynamic-video-block .video-block {
		border-radius: 37px;
		overflow: hidden;
	}
	.dynamic-video-block a {
		border-radius: 37px;
	}
	.dynamic-text_carousel .cr-show-next .left_text_container .tci_details {
		width: 100%;
		padding-right: 15px;
		height: 120px;
        overflow: hidden;
	}
	.dynamic-text_carousel .cr-show-next .left_text_container h2 {
		font-size: 30px;
	}
	.dynamic-text_carousel .cr-show-next .left_text_container .tci_details {
		margin-bottom: 10px;
	}


	.dynamic-text_carousel .owl-nav {
		position: absolute;
		left: 35px;
		bottom: 228px;
		width: 100%;
		max-width: 100px;
		height: 47px;
		z-index: 111;
	}
	.dynamic-text_carousel .owl-nav button {
		width: 47px !important;
		height: 47px !important;
		line-height: 47px !important;
		font-size: 18px !important;
	}

	.dynamic-text_carousel .cr-show-next .owl-dots {
		position: absolute;
		right: auto;
		bottom: 310px;
		left: 25px;
		z-index: 111;
	}
	.dynamic-text_carousel .cr-show-next .owl-dots .owl-dot span {
		background-color: var(--white);
	}
	.dynamic-text_carousel .cr-show-next .owl-dots .owl-dot.active span {
		background-color: var(--lightgreen);
	}
	.dynamic-text_carousel .cr-show-next .bg-green .left_text_container:before {
		background-color: #14845E;
	}

	.dynamic-text_carousel .right_text_image .ft-shape-icon-1 {
		width: 83px;
        height: 157px;
		mask-size: 100%;
		right: 4.3%;
		top: -35px;

	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-2 {
		max-width: 150px;
		max-height: 147px;
		right: 23.5%;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-10 {
		width: 19px;
		height: 21px;
		left: 3%;
		bottom: 25px;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-4 {
		width: 22px;
		height: 36px;
		left: 16%;
		bottom: 50px;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-6 {
		width: 25px;
		height: 24px;
		left: 30%;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-3 {
		width: 49px;
		height: 35px;
		right: 43%;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-5, .dynamic-text_carousel .right_text_image .ft-shape-icon-7 {
		display: none;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-8 {
		width: 15px;
		height: 15px;
		right: 37px;
	}
	.text_carousel_item {
		border-radius: 37px;
	}
	.dynamic-text_carousel .right_text_image .ft-shape-icon-9 {
		width: 23px;
		height: 20px;
	}
	.homeContent .dynamic-video-block:before {
		width: 130%;
		left: -35px;
		background-position: left bottom;
		background-size: cover;
	}
	.leaf-4-ds-logo {
		width: 36px;
		height: 26px;
		right: 23px;
	}
	.leaf-5-ds-logo {
		width: 22px;
		height: 20px;
		left: 32%;
	}
	.leaf-1-ds-logo {
		width: 28px;
		height: 21px;
		left: 3.8%;
		top: 0;
	}
	.leaf-2-ds-logo {
		width: 24px;
		height: 30px;
	}
	.leaf-3-ds-logo {
		width: 24px;
		height: 30px;
		right: 3.8%;
	}


	.dynamic-logos {
		padding-top: 0;
	}

	.section_title h2 {
		font-size: 50px;
	}

	.dynamic-logos:before, .dynamic-logos:after {
		display: none;
	}
	.dynamic-logos .owl-dots {
		display: block;
		margin-top: 31px;
	}


	.info-grid-container:before {
		display: none;
	}
	.info-grid-container {
		padding-top: 0px;
	}

	.instagram-content  {
		padding: 0 35px;
        margin-bottom: 74px;
	}
	.facebook-twitter-content {
		padding: 0;
	}
	.facebook-feed, .twitter-feed {
		width: 116%;
		left: -8%;
		max-width: 116%;
		padding: 0 8%;
		min-height: 440px;
	}
	.facebook-feed-content, .twitter-feed-content {
		padding: 66px 35px;
	}
	#cff .cff-author .cff-page-name, .twitter_title {
		font-size: 30px;
	}


	.cff-post-text {
		height: 150px;
	}
	.info-grid-container .row {
		display: block !important;
	}
	
	.insta-ft-social {
		text-align: center;
	}
	.insta-ft-social span {
		margin: 0 0 20px;
	}

	.insta-ft-social {
		margin-top: 65px;
	}

	.post_container {
		padding: 0 35px;
	}
	.dynamic-news .owl-nav {
		display: none;
	}



	.mobile_banner_text {
		padding: 143px 35px 54px;
		text-align: center;
		margin-top: -100px;
		background: var(--dimewhite);
		display: block;
	}

	.mobile_banner_text .banner_text {
		font-size: 22px;
		color: var(--green);
	}

	.mobile_banner_text .head-links {
		display: block;
		max-width: 220px;
		text-align: center;
		margin: 0px auto;
	}
	.mobile_banner_text .head-links .button {
		margin: 31px 0 0;
		min-width: 220px;
	}



	.menuopen.fixedHeader .head-links {
	}
	.menuopen.fixedHeader .head-links .head-link, .menuopen .head-links .head-link {
		margin: 0;
	}
	.menuopen.fixedHeader .head-links .head-link:last-child, .menuopen .head-links .head-link:last-child {
		display: none;
	}

	.menuopen.fixedHeader .head-links, .menuopen .head-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		text-align: center;
		left: 0;
		bottom: 0;
		background: #15224E;
		padding: 17px 25px;
	}


	.menuopen.fixedHeader  .headGroup {
		padding-top: 14px;
	}

	#navbar {
		width: 100%;
		max-width: 100%;
		background: var(--white);
		padding: 135px 0px 60px;
		color: var(--white);
		top: 0px;
		border: none;
		height: 100vh;
		overflow: hidden;
	}
	#navbar:before {
		content: '';
		width: 150%;
		height: 150%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: var(--green);
		-webkit-mask-image: url(images/footer-bg.png);
		mask-image: url(images/footer-bg.png);
		mask-size: 100% 100%;
		mask-position: right top;
		mask-repeat: no-repeat;
		display: block;

	}


	.menuopen .headerIcon a .mainLogo {
		max-width: 81px;
	}

	#navbar .menu-main-container {
		padding-bottom:20px;
   		overflow-x: hidden;
		position:relative;
		scrollbar-width: thin; /* For Firefox */
    	scrollbar-color: rgba(255, 255, 255, 0.52) transparent; /* Thumb and track color */
	}

	#navbar .menu-main-container::-webkit-scrollbar {
    	width: 8px;
	}

	#navbar .menu-main-container::-webkit-scrollbar-track {
		background: transparent;
	}

	#navbar .menu-main-container::-webkit-scrollbar-thumb {
		background-color: rgba(255, 255, 255, 0.52);
		border-radius: 10px;
		border: 2px solid transparent; /* Optional: for spacing inside track */
	}

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




	#navbar.menu-level-2:before {
		background: var(--lightgreen);
	}
	#navbar.menu-level-3:before {
		background: var(--lightgreen);
	}


	.menuopen .headGroup {
		z-index: 99999;
	}

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

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

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


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

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


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

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



	#menu-main li {
		margin-bottom: 15px;
	}
	#menu-main li a {
		font-size: 30px;
		border: none;
		line-height: 1.5;
		letter-spacing: 0px;
		color: var(--white);
		padding: 0px;
		text-transform: inherit;
		display: block;
		position: relative;
		font-weight: 700;
	}

	
	#menu-main li li.submenu_parent a {
		font-size: 30px;
		border: none;
		line-height: 1.5;
		letter-spacing: 0px;
		color: var(--white);
		padding: 0px;
		text-transform: inherit;
		display: block;
		position: relative;
		font-weight: 700;
		margin-bottom: 18px;
	}	
	#menu-main li li li.submenu_parent a {
		font-size: 20px;
		line-height: 1;
		color: var(--offwhite);
		padding: 2px 0px;
		text-transform: inherit;
		display: block;
		position: relative;
		font-weight: normal;
		margin-bottom: 20px;
		font-weight: 700;
	}	



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


	#menu-main li.menu-item-has-children > a:after {
		content: '';
		background-color:  #95C11F;
		-webkit-mask-image: url("images/arrow.png");
		mask-image: url("images/arrow.png");
	        mask-size: cover;
		width: 28px;
		height: 18px;
		display: block;
		right: 10px;
		position: absolute;
		top: 13px;
		transform: rotate(180deg);
	}
	#menu-main li li.menu-item-has-children:hover > a:after {
		top: 4px;
	}


	#menu-main li a:hover {
		color: var(--lightgreen);
	}
	#menu-main li.current-menu-item > a {
		color: var(--lightgreen);
	}

	#menu-main li .sub-menu a:hover {
		color: var(--purple);
	}
	#menu-main  .sub-menu  li.current-menu-item > a {
		color: var(--purple);
	}
	.menu-main-container #menu-main {
		padding: 0px 25px;
	}

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


    .menuopen .header-right .topMenuSide {
        display: inline-block;
    }
	.menuopen .topMenuSide .portalToggle span {
		display: inline-block;
		vertical-align: top;
	}



	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0px;
	}
	#menu-main .sub-menu li a {
		line-height: 1;
		font-size: 18px;
		color:var(--white);
		text-transform: inherit;
		padding: 5px 0px 5px 0px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	#menu-main .sub-menu .sub-menu li a {
		font-weight: 400;
		padding: 6px 0px 6px 0px;
	}


	#menu-main .sub-menu li li a {
		position: relative;
	}
	#menu-main .sub-menu li li a:before {
		display: none !important;
	}

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

	#menu-main .sub-menu .sub-menu li a:hover {
		color: var(--white);
		text-decoration: underline;
	}

	#menu-main .sub-menu li.menu-item-has-children > a:before { 
		top: 12px;
	}

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

	a.back-to-main,
	#menu-main a.back-to-main {
		font-size: 20px !important;
		letter-spacing: 0px;
		margin-bottom: 0px !important;
		display: block;
		position: fixed;
		color: var(--white) !important;
		top: 143px;
		left: 25px;
		line-height: 1 !important;
		z-index: 99999999 !important;
		padding: 0 !important;
		border: none !important;
		text-transform: lowercase !important;
		font-weight: 400 !important;
		opacity: 1;
	}
	.back-to-main:hover {
		color: var(--white) !important;
	}

	a.back-to-main:before {
		display: none !important;
	}


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

	#menu-main {
		margin: 0;
	}


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

	#navbar.menu-level-3 #menu-main {
		flex-direction: column;
		justify-content: start;
		display: flex;
	}
	#menu-main li.menu-item-has-children > a {
		padding-right: 0;
	}



	.main-headbox {
		display: none;
	}


	.breadcrumbs {
		padding: 30px 40px 10px 0px;
		margin-bottom: 40px;
	}
	.bodyContent .dynamic-image .video_title {
		font-size: 30px;
	}
	.dynamic-video-block .video_title {
		font-size: 30px;
	}
	.dynamic-text-image-block .img-box.image_on_left {
		padding-right: 12px;
		padding-left: 12px;
	}
	.dynamic-text-image-block .img-box.image_on_right {
		padding-left: 12px;
		padding-right: 12px;
	}

	.dynamic-text-image-block .img-box {
		order: 1 !important;
		margin-bottom: 35px;
	}
	

	.dynamic-text-image-block .text-block-main {
		order: 2 !important;
	}
	.standard-staff-image {
		margin-bottom: 35px;
	}
	.dynamic-quote:before {
		mask-position: center top;
		mask-size: 100% auto;
		max-width: 300px;
	}
	.dynamic-quote {
		margin: 50px 0 0px;
	}
	blockquote {
		font-size: 24px;
	}
	.bodyContent .quoteContainer {
		padding: 0 25px;
	}
	.bodyContent .dynamicContent {
		margin-top: 50px !important;
	}

	.body-container .container {
		padding: 0px 25px;
	}
	.callout .calloutContent.container {
		padding: 100px 25px;
	}
	.news_prev, .callout_prev {
		top: auto;
		transform: inherit;
		bottom: 0;
	}
	.callout_next, .news_next {
		top: auto;
		transform: inherit;
		bottom: 0;
	}
	.bodyContent .dynamic-text .hasbg:before {
		mask-position: center top;
		mask-size: 100% auto;
		max-width: 300px;
		max-height: 300px;
	}
	.bodyContent .dynamic-text .simple {
		margin: 0 0 0;
	}
	.bodyContent .dynamic-text .hasbg {
		padding: 50px 0;
	}
	.dynamic-text_image .text-section-it-inner {
		padding: 50px 0 0;
		max-width: 100%;
	}
	.dynamic-text_image .text-section-it-inner:before {
		top: 30px;
	}
	.info-grid-container .section_title	{
		margin-bottom: 31px;
	}
	.dynamic-news .owl-dots {
		position: relative;
		left: 0;
		bottom: -44px;
		padding: 0;
		display: block;
	}
	




	h1, .h1 {
		font-size: 40px;
	}

	h2, .h2 {
		font-size: 30px;
	}
	.dynamic-video-block {
		margin-top: 50px;
	}
	.dynamic-video-block .video_title {
		font-size: 30px;
	}
	
	.bodyContent .dynamic-poi {
		margin-top: 50px;
	}

	.standard-staff-image {
		margin-bottom: 35px;
	}

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

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



	.left_text_container_inner {
		max-width: 340px;
	}
	.dynamic-text_carousel .left_text_container:before {
		max-width: 480px !important;
	}
	.video_block_arrows {
		max-width: 100px;
		left: 25px;
		bottom: -80px;
	}

	.video_block_arrows a {
		width: 47px;
		height: 47px;
		line-height: 47px;
		font-size: 18px !important;
	}

	.bodyContent .dynamic-image img {
		min-height: 480px;
	}
	.bodyContent .dynamic-image {
		margin-bottom: 50px;
	}
	.bodyContent .dynamic-video-block .image-item img {
		min-height: 480px;
	}
	.callout .calloutContent.container {
		padding-bottom: 200px;
	}


	.dynamic-callout .with-icon .callout-leaf-1 {
		right: 41px;
		top: 33px;
	}
	.dynamic-callout .with-icon .callout-leaf-2 {
		left: 40px;
		top: 13px;
		right: auto;
	}
	.dynamic-callout .with-icon .callout-leaf-4 {
		right: 9%;
		top: 163px;
	}
	.dynamic-callout .with-icon .callout-leaf-7 {
		right: 53.5%;
		bottom: 125px;
	}
	.dynamic-callout .with-icon .callout-leaf-3 {
		right: 35%;
		bottom: 0px;
	}
	.dynamic-callout .with-icon .callout-leaf-6 {
		right: 9.2%;
		bottom: 180px;
	}
	.dynamic-callout .with-icon .callout-leaf-5 {
		right: 30%;
		bottom: 246px;
	}
	.quote-leaf-1 {
		left: 21px;
        bottom: 60px;
	}



	.body-container .dynamic-callout {
		margin-top: 100px !important;
	}


	.dynamic-callout .callout_arrows a {
		width: 47px;
		height: 47px;
		line-height: 47px;
		font-size: 18px !important;
	}
	.dynamic-callout .callout_arrows {
		width: 100px;
		right: 30px;
		height: auto;
		bottom: 75px;
	}
	.callout-pager {
		padding: 0 0px 0 30px;
	}

	.dynamic-callout .simple:after {
		left: 20px;
		bottom: -156px;
	}
	.quote-leaf-2 {
	width: 38px;
    height: 33px;
	}
	.quote-leaf-3 {
		right: 3%;
    bottom: -20px;
	}
	.quote-leaf-4 {
		    right: 2.5%;
    bottom: 87px;
	}


	.standard-staff-image img {
	      max-width: 320px;
    }

	.homeContent .dynamic-video-block:before {
		width: 124%;
        left: -35px;
        /* height: 2118px; */
        top: -245px;
        background-position: 60% bottom;
        background-size: cover;
	}


	.menu-toggle:hover {
		background: var(--lightgreen);
	}


	.dynamic-logos .owl-carousel .owl-item img {
		max-width: 212px;
	}



}


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


	.instagram-content {
		width: 56.5%;
	}

	.facebook-twitter-content {
		width: 43.5%;
	}


	.news_image_container {
		padding-left: 0;
	}
	.news_text_container {
		padding-right: 40px;
	}



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

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

	body.menuopen .headGroup {
	}

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

		width: 100%;
		max-width: 100%;
		padding: 60px 35px 60px;
		color: var(--white);
		background: var(--lightgreen);

		border: none;
		box-shadow: none;
	}
	.main-headbox:before {
		content: '';
        width: 100%;
        height: 100%;
		max-width: 43%;
		background-color: var(--green);

		-webkit-mask-image: url('images/menu-bg.png');
		mask-image: url('images/menu-bg.png');

		mask-position: 101% top;
        mask-size: 80% 140%;
		mask-repeat: repeat;

		display: block;

		position: absolute;
        top: 0px;
        left: 0;
	}




	.main-headbox:after {
		content: '';
        width: 100%;
        height: 100%;
		max-width: 13%;
		background-color: var(--green);
		display: block;
		position: absolute;
        top: 0px;
        left: 0;
	}





	.menuopen .headGroup .header-center, .menuopen .headGroup .header_left {
		display: none;
	}

	.menuopen .headGroup .header-right {
		position: fixed;
		right: 47px;
		top: 43px;
	}

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

	.menu-main-right-container ul {
		list-style: none;
		margin: 0px;
		padding: 0;
		float: none;
		width: 110%;
		position: relative;
		height: 100%;
		flex-direction: column;
		justify-content:center;
		display: flex;
	}
	
	.menu-main-right-container ul li {
		display: block;
		padding: 0px 0px 0px 0px;
		float: none;
		/*position: relative;*/
	}
	.menu-main-right-container ul li:after {
	}
	.menu-main-right-container ul li:last-child:after {
	}
	.menu-main-right-container ul li ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 0px!important;
		width: 80%;
		max-width: 80%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left: 100%;
		flex-direction: column;
		justify-content:center;		
		left : 100%;
		width: 100%;
        top: 0;
		transition: 300ms;
        z-index: 5;
   }
	
	
	.menu-main-right-container ul li ul ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0px 0 0 50px !important;
		width: 100%;
		min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		left : 99.9%;
		flex-direction: column;
		justify-content:center;		
		display: block;
		display: flex;
		left : 99.9% !important;
		top: 0;
		padding: 0px 0px 80px 29px !important;
	}
	.menu-main-right-container ul li ul li {
		background: transparent;
	}
	.menu-main-right-container ul li ul {
		opacity: 0;
		display: flex;
		pointer-events: none;
		transform:translateX(-25%);
	}
	.menu-main-right-container ul li:hover > ul {
		opacity: 1;
		transform:translateX(0%);
		pointer-events: initial;
        z-index: 5;
	}
	.menu-main-right-container ul li{
		margin-bottom: 0px;
	}
	.menu-main-right-container ul li:last-child {
		border: none;
	}
	.menu-main-right-container ul li li{
		border: none;
		margin-bottom: 0px;
	}

	.menu-main-right-container ul li a {
		font-size: 50px;
		border: none;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--white);
		padding: 15px 30px 15px 0px;
		text-transform: inherit;
		display: block;
		text-align: left;
		position: relative;
		overflow: hidden;
		font-weight: 700;

		transition: 300ms;

	}

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

	.menu-main-right-container ul ul li {
	}
	
	.menu-main-right-container ul ul li a {
		font-size: 24px;
		line-height: 1;
		text-transform: inherit;
		display: block;
		color: var(--white);
		padding: 8px 30px 8px 0;
		border: none;
		font-weight: 600;
	}


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



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



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

	.menu-main-right-container ul li:hover > a:after {
	}
	.menu-main-right-container ul li li.menu-item-has-children > a:after {
		top: 12px;
	}
	/*.menu-main-right-container ul ul li.menu-item-has-children > a:after {
		top: 0;
	}*/
	.menu-main-right-container ul ul li.menu-item-has-children >a {
		padding-right:30px;
	}
	.menu-main-right-container ul ul 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!important;
        top: 50%;
        margin-top: -15px;
        width: 20px;
        height: 30px;
        transform: rotate(90deg);
        right: 100px;
        font-size: 22px;
    }
	
	
	.menu-main-right-container ul li ul li {
		position: static;
		text-align: left;
		display: block;
		padding: 0px 0px 0 0px;
	}
	.menu-main-right-container ul li ul ul li {
		position: relative;
		text-align: left;
		display: block;
		padding: 0px 0px;
	}
	.menu-main-right-container ul ul li:after {
		display: none;
	}


	
	.menu-main-right-container ul li ul li:hover ul {
		
	}	

	.menu-main-right-container ul ul ul li a {
		font-weight: 400;
	}

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

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

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


}


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

	.dynamic-text_carousel .left_text_container:before {
		width: 100% !important;
		height: 463px !important;
		mask-size: 130% 100% !important;
		mask-position: 30% top !important;
	}

}













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

.popupAlert {
	max-width: 900px !important;
	padding: 83px 97px 70px 81px !important;
	color: var(--white);
	background: var(--lightgreen) !important;
	text-align: left !important;
	border-radius: 58px;
}

.noticeBody {
	padding: 0 !important;
}
.popupAlert .noticeText {
	padding: 0px 0px 0 20px !important;
	order: 2;
}

.popupAlert .noticeText .popTitle {
}
.popTitle { 
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: var(--white);
	margin-bottom: 16px;
	position: relative;
	text-align: left;
}
.popupAlert .alert-icon-1 {
	width: 55px;
    height: 63px;
	display: block;
	position: absolute;
	right: 51px;
	top: 70px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
	mask-size: 100%;

	transform: scale(-1) rotate(110deg);
}

.popupAlert .alert-icon-2 {
	width: 59px;
	height: 43px;
	display: block;
	position: absolute;
	right: 16%;
	top: 32px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
	mask-size: 100%;
}


.popupAlert .alert-icon-3 {
	width: 55px;
    height: 63px;
	display: block;
	position: absolute;
	right: 40%;
	bottom: 37px;
	background-color: var(--white);

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

		mask-position: center bottom;
		mask-repeat: no-repeat;
	mask-size: 100%;

}


.popupAlert .alert-icon-4 {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	right: 7%;
	bottom: 78px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-4.png");
			mask-image: url("images/ft-leaf-4.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}


.popupAlert .alert-icon-5 {
	width: 38px;
	height: 51px;
	display: block;
	position: absolute;
	right: 13%;
	bottom: 57px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}

.popupAlert .alert-icon-6 {
	width: 38px;
	height: 51px;
	display: block;
	position: absolute;
	right: 50%;
	bottom: 57px;
	background-color: var(--white);

			-webkit-mask-image: url("images/ft-leaf-3.png");
			mask-image: url("images/ft-leaf-3.png");

		mask-position: center bottom;
		mask-repeat: no-repeat;
		mask-size: 100%;

}





.alert-btn-bar {
	padding-top: 37px;	
}

.alert-btn-bar .button {
	border-color: var(--white);
	background: transparent;
	color: var(--white);
}
.alert-btn-bar .button:hover {
	border-color: var(--purple);
	background: var(--purple);
	color: var(--white);
}


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


.popupAlert .f-button.is-close-btn {
	top: 20px !important;
	right: 20px !important;
	color: var(--offwhite) !important;
	background: transparent !important;
	width: 43px !important;
	height: 43px !important;
	line-height: 43px !important; 
	text-align: center !important;
	border-radius: 0 !important;
}



.sidebarSec {
	background: var(--purple);
	color: var(--white);
    padding: 35px 25px 40px;
    position: relative;
	margin-top: 0px;
	font-size: 16px;
	border-radius: 37px;
	margin-bottom: 25px;
}

.sidebarSec li {
	margin-bottom: 10px;
}


.sidebarSec a {
	color: var(--white);
}
.sidebarSec a:hover {
	text-decoration: underline;
}
.sidebarSec h2, .sidebarSec h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	color: var(--white);
}
body.blog .side-menu-container {
	display: none;
}

body.blog .sidebar, body.single-post .sidebar, body.archive .sidebar {
	padding-top: 15px;
}
body.error404 .body-container {
	padding-top: 202px;
	padding-bottom: 150px;
}
body.search .body-container {
	padding-top: 202px;
	padding-bottom: 150px;
}



@media only screen and (max-width : 767px)  {
	
	.popupAlert {
		padding: 50px 50px 100px !important;
	}
	.popupAlert .noticeText {
		padding: 0 !important;
	}
	.popTitle { 
		font-size: 40px;
		line-height: 1.2;
	}



}

@media only screen and (max-width : 1550px)  {
	.dynamic-callout .simple:after {
		content: none;
	}
}