/*

Theme Name: Schoolcms - RGS Surrey Hills 2025

Author: Innermedia

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

Description: 

Version: 5.0



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

    TYPOGRAPHY

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




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


body {  

    font-family: 'NeueMontreal', sans-serif;

    font-size: 16px;

    line-height: 1.5;
    
    font-weight:400;
    
    color: #212427;
    
    margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color: #007E65;

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

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:1em;

}

table {

	width:100%;

	margin-bottom:1em;

}

.tableWrapper {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}
.tableWrapper table tbody tr:nth-child(odd) td {
    background-color: #f5f5f5;
}
.tableWrapper table tbody td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #4c4c4c;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    padding: 16px 10px;
    vertical-align: top;
    width: 500px;
}

h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 2.5rem;

	margin-bottom:20px;

}



h2 {



}

h3 {
}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#D1BFFF;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

/****Button******/

.blockButton > a,

a.readmore, .button, .wpforms-submit {

	background-color: #CEE1C0 !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%) !important;
    color: #007E65;
	font-family: "NeueMontreal",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    padding: 10px 14px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 200px;
    display: inline-block;
    
    border: none !important;

}

.blockButton> a:hover,

a.readmore:hover, .button:hover, .wpforms-submit:hover {

	background-color: #007E65 !important;
    color: #CEE1C0 !important;

}



.wpforms-submit {
    color: #007E65 !important;
}



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/


#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:400px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}


#pageBanner #hero:after {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#e1f9fa),to(rgba(225,249,250,0)));
    background: -webkit-linear-gradient(bottom,#e1f9fa 0%,rgba(225,249,250,0));
    background: -moz-linear-gradient(bottom,#e1f9fa 0%,rgba(225,249,250,0));
    background: -o-linear-gradient(bottom,#e1f9fa 0%,rgba(225,249,250,0));
    background: linear-gradient(0deg,#e1f9fa 0%,rgba(225,249,250,0));
    bottom: 0;
    
    content: "";
    height: 0%;
    position: absolute;
    width: 0%;
    z-index: 111;
    
    
}


#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:880px;

	height:100vh;

	min-height:480px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:880px;

	}

	.homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

.gallery.gallery-columns-2 .gallery-item {

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

.gallery.gallery-columns-3 .gallery-item {

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

.gallery.gallery-columns-4 .gallery-item {

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

.gallery.gallery-columns-5 .gallery-item {

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow: visible;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

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

}

.headerSearch {

	max-width:100px;

}

.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.fancybox-overlay{z-index:9999 !important}

.fancybox-wrap{z-index:99999 !important}

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

    ALERT

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

.popupAlert {

  width:600px;

  max-width:100%;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

.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

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#ffffff;

	background: transparent;

	transition:300ms;

	padding-top: 20px;

	padding-bottom:15px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:120px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

.socialDesktop {

	display:none;

}

@media (min-width:768px){

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}

header.mainHeader {

	height:0;	

}

.admin-bar .headGroup {

	margin-top:46px

}

.admin-bar.fixedHeader .headGroup  {

	margin-top:0;

}

@media (min-width:600px){



}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	

}

/*home*/

@media (max-width:767.99px){	

}

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	/*.fixedHome .headGroup .socials li:before,

	.fixedHome .headGroup .socials li:last-child:after{

		background:#fff;

	}*/

	.headGroup .searchform input#s {

		color:#fff;

	}

	.headGroup .searchform input#s {

		

	}

	.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

		  color: #fff;

	}



	.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

		  color: #fff;

	}



	.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

		  color: #fff;

	}

	.headGroup .searchSubmit {

		color:#fff;

	}

	.headerIcon {

		

	}

	.headerIcon a{

		

	}





@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

        margin-top: 20px;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

	background:rgba(255,255,255,0.8);

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;
    
    padding-bottom: 10px;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color: #007E65;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.25;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    vertical-align: middle;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-left:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	left:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

.menu-toggle span:nth-child(1){

    transform-origin:50% 8px;

}

.menu-toggle span:nth-child(3){

    transform-origin: 50% -8px;

}

body.menuopen .menu-toggle span:nth-child(1){

	transform:rotate(135deg) translateY(6px)

}

body.menuopen .menu-toggle span:nth-child(2){

	opacity:0;

	transform:rotate(360deg);

}

body.menuopen .menu-toggle span:nth-child(3){

	transform: rotate(-135deg) translateY(-7px);

}



body.menuopen #navbar  .menu-toggle span:nth-child(1){

	background:#000;

}

body.menuopen #navbar .menu-toggle span:nth-child(3){

	background:#000;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: 0;

		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 9999;

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		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 .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: 'NeueMontreal';

			transform: rotate(0deg);

			transition: 300ms;

	}

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

		transform:rotate(90deg);

	}

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

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

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

}

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

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}









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

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	height:37px;

	position:absolute;

	top:0;

	right:-15px;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: 'NeueMontreal';

	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;

}

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

	padding-left:10px;

}





/*----------

Blog sidebar

----------*/

#blognav { 
    display: none;
}

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:0px;

	margin-bottom:0px;

}

.dynamicContent .top-padding {
    margin-top: 40px;
}
.dynamicContent .bottom-padding {
    margin-bottom: 40px;
}

.dynamicContent.dynamic-quote {

	margin-top:20px;

	margin-bottom:20px;

}

.dynamicContent.dynamic-divider {

	margin-top:0px;

	margin-bottom:0px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size: 18px;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size: 18px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free"; 

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}*/

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

	border-color:#969696;	

}





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

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-family: 'NeueMontreal', serif;

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.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 .singleQuote  {

	width:100%;

	position:relative;

}

.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.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: 'NeueMontreal';

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #ffffff;

    background: #007E65;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:70px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	margin:0.5em 0;

}

.callout .calloutTitle h3,
.callout .calloutTitle h2{

	margin-bottom: 20px;

	color:inherit;

	font-size:22px;
    
    font-family: "NeueMontreal",sans-serif;
    

}

.callout .readmore 	{

	display: inline-block;

    color: #007E65;

	background: #ffffff;

    margin: 12px 7px;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

    font-family: 'NeueMontreal', serif;

    font-size: 15px;
    font-weight: 700;

}



.callout.hasbg  .readmore{

	background: #ffffff;
    color: #007E65;

}

.callout .readmore:hover {

	background: #007f66;

    color: #ffffff;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:125px;

	padding-top:125px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background: #007f66;

	color:#fff;

	margin-bottom:30px;
	max-width:474px;
	margin-left:auto;
	margin-right:auto;
}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

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

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {


}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









/*==========  Non-Mobile First Method  ==========*/





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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


.headGroup {
    padding-left: 28px;
    padding-right: 28px;
}

.headGroup .container {
    max-width: 100%;
}
.banner_top_right_text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 111;
    text-align: right;
}

.banner_left_image {
    left: 10%;
    position: absolute;
    top: 50%;
    z-index: 111;
    
}


.banner_left_image img {
    margin-top: -93px;
    max-width: 386px;
    height: auto;
    width: 100%;
}


.menu-toggle {
    position: relative;
    line-height: 40px;
    height: 40px;
}
.menu-toggle .toggleIcon {
    position: absolute;
}

.menu-toggle .toggleText {
    font-family: 'NeueMontreal', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.25;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    vertical-align: middle;
    margin-left: 6px;
}

.fixedHeader .menu-toggle .toggleText {
    color: #007E65;
}




.menu-toggle:before {
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0rgba(0,0,0,.15);
    display: inline-block;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    width: 40px;
    content: '';
}


.menu-toggle .toggleIcon {
    width: 18px;
    position: absolute;
    left: 11px;
    top: 9px;
}
.menu-toggle .toggleIcon span {
    width: 18px;
    height: 2px;
    background: #007E65 !important;
    margin: 4px 0;
}
.menu-toggle:hover .toggleIcon span {
    background: #ffffff !important;
}
.menu-toggle:hover:before {
    background: #007E65;
}

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

.searchform.openSearch {
    overflow: visible;
}

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

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

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

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

.searchToggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: auto;
    min-height: 26px;
    margin-right: 50px;
}

.searchToggle .search-form-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

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

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
    width: 180px;
    height: 73px;
}

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

.searchToggle .searchform.openSearch input.s {
    background: #D1BFFF;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 2px 10px;
}

.headerSearch .searchSubmit {
    font-size: 24px;
    width: 24px;
    height: 33px;
    top: 0px;
    color: #ffffff;
    right: 0px;
}

.headGroup .searchSubmit:hover {
    color: #ffffff;
}

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

.wrapper:after{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,#e1f9fa),to(rgba(225,249,250,0)));
    background: -webkit-linear-gradient(#e1f9fa 60%,rgba(225,249,250,0));
    background: -moz-linear-gradient(#e1f9fa 60%,rgba(225,249,250,0));
    background: -o-linear-gradient(#e1f9fa 60%,rgba(225,249,250,0));
    background: linear-gradient(#e1f9fa 60%,rgba(225,249,250,0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}




.welcomeBlock {
    position: relative;
}

.welcomeBlock:before {
    display: block;
    height: 172px;
    left: 50%;
    position: absolute;
    top: -86px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 473px;
    width: 100%;
    background: url(images/cloud-scroll.png) no-repeat;
    content: '';
    z-index: 112;
}



.welcomeBlock:after {
    display: block;
    height: 190px;
    right: 0;
    position: absolute;
    top: 80px;
    max-width: 242px;
    width: 100%;
    background: url(images/cloud-scroll.png) no-repeat;
    content: '';
    z-index: 1;
}




.welcomeBlock .container {
    max-width: 1000px;
    position: relative;
    z-index: 2;
        background-color: #fff;
            -webkit-box-shadow: 0 0 15px 0  rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}



.ticker {
    bottom: 95px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 115;
    overflow: hidden;
}
.ticker .ticker-inner {
    height: 50px;
    position: relative;
}
.ticker .ticker-inner:before {
    background-color: rgba(0,0,0,.5);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
 
.ticker-inner .ticker_event {
    background-color: transparent;
    padding: 0 20px;
    position: relative;

    line-height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;

    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;


}


.ticker-inner .event_ticker_link {
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .06em;
}
.ticker-inner .event_title_before {
    font-weight: 700;
    display: inline-block;
    margin: 0 6px;
}
.ticker-inner .event_title {
    font-weight: 300;
    display: inline-block;
    margin: 0 6px;
}
.ticker-inner .event_button {
    display: inline-block;
    margin: 0 6px;
}

.ticker-inner .ticker_event:hover {
    background-color: #fff;
}

.ticker-inner .event_ticker_link:hover .event_title_before {
    color: #4c4c4c;
}
.ticker-inner .event_ticker_link:hover .event_title {
    color: #007E65;
}
.ticker-inner .event_ticker_link:hover .event_button {
    color: #4c4c4c;
}

.ticker-inner .event_ticker_link:after {
    height: 9px;
    position: relative;
    vertical-align: middle;
    width: 16px;
    content: '';
    background: url(images/long-arrow.png) center center no-repeat;
    display: inline-block;
    margin-left: 5px;
    top: -2px;
}



.flag_list {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 116;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}

.flag_list a.flag_button:before {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 60px;
    
    content: '';
    
    background: url(images/purple-arrow.png) center center no-repeat;
    
}

.flag_list_close {
    height: 60px;
     left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 60px;
    
    content: '';
    
    background: url(images/purple-arrow.png) center center no-repeat;
    
    font-size: 0 !important;
}


.flag_button {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}

.flag_button .button_flags {
    display: inline-block;
    font-size: 0;
    margin-left: 10px;
    vertical-align: middle;
}
.flag_button .button_flags img:first-child {
    position: relative;
    z-index: 2;
}
.flag_button .button_flags img:nth-child(2) {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.flag_button .button_flags img:nth-child(3) {
    position: relative;
    z-index: 0;
    
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    
}

.flag_button .button_flags img:nth-child(n+2) {
    border: 2px solid #fff;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
    margin-left: -25px;
}
/*.flag_button .button_flags:after {
    background-color: hsla(0,0%,100%,.5);
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}*/





.flag_button span {
    color: #007E65;
    display: inline-block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    vertical-align: middle;
}



.flag_list_inner {
    display: none;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.flag_list_inner span {
    color: #007E65;
    font-family: 'NeueMontreal',sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 7px;
    margin-right: 20px;
    vertical-align: middle;
}




.welcomeBlock {
    padding: 120px 0;
    position: relative;
}
.welcomeBlock .container {
    position: relative;
    padding-left: 95px;
}

.welcome-title {
    left: 20px;
    margin-top: -35px;
    position: absolute;
    top: 65.5%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left 0;
    -moz-transform-origin: top left 0;
    -ms-transform-origin: top left 0;
    -o-transform-origin: top left 0;
    transform-origin: top left 0;
}

.welcome-title h1,
.welcome-title h2 {
    color: #007E65;
    display: inline-block;
    font-family: "NeueMontreal",sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.welcome-title h1:before,
.welcome-title h2:before {
    background: #007E65;
    content: "";
    height: 1px;
    margin-right: 15px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 40px;
}

.welcomeBlockText {
    padding: 30px 30px 60px;
    width: 71%;
}

.welcomeBlockText p {
	margin-bottom:1em;

}

.welcomeBlockimg {
    padding: 0 0 20px;
    width: 29%;
}
.welcomeBlockimg .welcomeImage {
    margin-top: -35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 330px;
}
.welcomeBlockimg .welcomeImage img {
   /*visibility: hidden;*/
    width: 100%;
    height: 100%;
    max-height: 330px;
    object-fit: cover;
    position: relative;
}

.sub-title {
    color: #007E65;
    font-family: 'NeueMontreal', sans-serif;
    font-family: "NeueMontreal",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.sub-title a {
    color: #007E65;
    font-weight: 300;
}


.welcome-button-bar {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.welcome-button-bar .button {
    margin-left: 20px;
}




.footer_top_background {
    position: relative;
}









.footerLower {
    padding: 24px 30px 64px;
    position: relative;
    background: transparent;
    color: #4c4c4c;
}

.footerLower .container {
    max-width: 100% !important;  
}
.footerLower .col-sm-6 {
    padding: 0;
}
.footerLower .col-sm-6 a {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
    opacity: .5;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
    margin-right: 20px;
}
.footerLower .text-sm-end a {
    margin-right: 0px;
}

.footerLower .col-sm-6 a:hover {
    color: #007E65;
    opacity: 1;
}




.footerLower .go_to_top {
    bottom: 22px;
    cursor: pointer;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 10;
    margin: 0;
    
    color: #4c4c4c !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    -webkit-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
    
    opacity: 1 !important;
    text-transform: inherit !important;
    
}

.footerLower .go_to_top:before {
    background-position: -22px -1px;
    height: 18px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    background-color: transparent;
    background-image: url(images/wSprite-1.png);
    background-repeat: no-repeat;
    content: '';
}



.footer_map_background {
    position: relative;
    min-height: 450px;
}

.footer_map_background:after {
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -webkit-linear-gradient(hsla(0,0%,100%,0),#fff);
    background: -moz-linear-gradient(hsla(0,0%,100%,0),#fff);
    background: -o-linear-gradient(hsla(0,0%,100%,0),#fff);
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
    bottom: 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer_map_background img {
    width: 100%;
    max-height: 450px;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
}

.homeContent {
    padding-bottom: 170px;
}

#footer {
    position: relative;
}
#footer:before {
    background-color: #007E65;
    content: "";
    height: 150px;
    margin: 0 auto 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    display: block;
    position: absolute;
    top: -170px;
    left: 50%;
}

.home #footer:before {
	top: -120px;
	height: 120px;
}	
	

.footer_button {
    margin: 0px 10px;
}

#footer .container {
    position: relative;
    text-align: center;
    max-width: 1000px;
}

.footer_top_background .footer_top_background_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 450px;
    max-height: 615px;
}

.footer_top_background .footer_top_background_image img {
    width: 100%;
    max-height: 615px;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
}

.footer_top_background .footer_top_background_image:before {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(#fff,hsla(0,0%,100%,0));
    background: -moz-linear-gradient(#fff,hsla(0,0%,100%,0));
    background: -o-linear-gradient(#fff,hsla(0,0%,100%,0));
    background: linear-gradient(#fff,hsla(0,0%,100%,0));
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer_above_title {
    margin-bottom: 50px;
}

.footer_above_title h2 {
    color: #007E65;
    font-family: "NeueMontreal",sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.33;
    text-transform: uppercase;
}
.footer_above_title h2 span {
    color: #007E65;
    display: block;
    font-family: "NeueMontreal",sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.6;
}



.footer_main_content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px;
    position: relative;
    
    margin-bottom: -90px;
    position: relative;
    z-index: 9;
    
    margin-top: 120px;
    padding-bottom: 15px;
}



.footer_address {
    color: #4c4c4c;
    display: block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.29;
}

.footer_address p {
    margin-bottom: 20px;
}

.tel-box {
    display: inline-block;
    margin-right: 40px;
}

.tel-box a {
    color: #4c4c4c;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.29;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.email-box {
    display: inline-block;
    margin-left: 40px;
}
.email-box a {
    color: #4c4c4c;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.29;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footerSocial {
    padding: 40px 0;
}

.footerSocial h2 {
}
.footerSocial h2 a, .footerSocial h2 span {
    color: #007E65;
    display: inline-block;
    font-family: "NeueMontreal",sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 2.15;
}
.footerSocial h2 a:hover {
    color: #4c4c4c;
}

.footerSocial h2 a {
    margin-left: 10px;
}
.footerSocial ul.socials {
    padding: 0;
}
.footerSocial ul.socials li {
    min-width: inherit;
    display: inline-block;
    font-weight: 400;
    margin: 7px 5px;
    position: relative;
}

.footerSocial ul.socials li a {
    font-size: 24px;
    color: #007E65;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 40px;
}
.footerSocial ul.socials li a:hover {
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0, -5px ,0);
    position: relative;
    top: -5px;
}


.footerSocial ul.socials li a .fa-issuu {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(images/issuu-icon-19.png) no-repeat;
}

.menu-footer-menu-container {
    margin-bottom: 30px;
}

.menu-footer-menu-container h3 {
    color: #007E65;
    font-family: "NeueMontreal",sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
}

.menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-footer-menu-container ul li {
    display: inline-block;
    margin: 0 10px;
}

.menu-footer-menu-container ul li a {
    color: #007E65;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 2.5;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.menu-footer-menu-container ul li a:hover {
    color: #007f66;
}

.footer_bottom_logos {
    
}
.footer_bottom_logos a {
    display: inline-block;
    height: 50px;
    position: relative;
    width: 50px;
    margin: 0 10px;
    vertical-align: middle;
}
.footer_bottom_logos img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
    opacity: .5;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer_school_links {
    margin-top: 30px;  
}

.footer_school_links a {
    font-size: 12px;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 10px;
} 

.left-text-copy {
    text-align: left;
}


.container {
    max-width: 1000px;
}


.dynamic-text-video-section {
    margin: 0;
}

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


.videoBlockText {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    margin: 0 auto;
    padding: 50px 110px 50px 80px;
    position: relative;
    width: 64%;
}

.videoBlockText p {
    margin: 0 0 10px;
}


.videoBlockimg {
    width: 36%;
    padding: 0;
}
.videoBlockimg-inner {
    width: 100%;
    margin-left: -25%;
    height: 300px;
    min-height: 300px;
    min-width: 490px;
    position: relative;
    margin-top: -25%;
    overflow: hidden;
}

.videoBlockimg-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoBlockimg-inner img:hover {
}




.videoBlockimg-inner .play_icon {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    height: 50px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 50px;
    color: #007E65;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}



.dynamic-text-video-section .welcome-title {
    z-index: 1;
    top: 91%;
}

.welcome-title h1:before, .welcome-title h2:before {
    width: 80%;
}

.dynamic-text-video-section {
    /*padding: 350px 0 120px;*/
    padding: 200px 0 120px;
}



.dynamic-mini-poi-carousel {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

.dynamic-mini-poi-carousel .section_title h2 {
    color: #007E65;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    font-family: "NeueMontreal",sans-serif;
    margin-bottom: 50px;
}

.miniPoi_content {
    padding: 12px 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px auto;
}

.miniPoi_content a:hover {
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.minipoiImg {
    height: auto;
    width: 50px;
    vertical-align: middle;
    display: inline-block;
}
.minipoiImg img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 50px !important;
}
.miniPoi_content span {
    font-size: 14px;
    margin-left: 10px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
    display: inline-block;
    font-family: Playfair Display,serif;
    font-style: italic;
    vertical-align: middle;
    
}
.miniPoi_content a:hover span {
    font-size: 16px;
}

.dynamic-mini-poi-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 23%;
    transform: translatey(-50%);
}

.dynamic-mini-poi-carousel .owl-nav button {
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    display: block;
    height: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 40px;
    z-index: 2;



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

.dynamic-mini-poi-carousel .owl-nav .owl-prev i:before {
    background: url(images/long-arrow.png) center center no-repeat !important;
    transform: rotate(180deg) !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 9px !important;
    display: block;
    position: relative;
    top: -6px !important;
}

.dynamic-mini-poi-carousel .owl-nav .owl-next i:before {
    background: url(images/long-arrow.png) center center no-repeat !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 9px !important;
    display: block;
    position: relative;
    top: -6px !important;
}


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


.dynamic-events {
    padding: 55px 0 120px;
    margin: 0;
}
.dynamic-events .container {
    position: relative;
    padding: 0;
}
.dynamic-events .welcome-title {
    z-index: 1;
    top: 53%;
}

.event_content_inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0,0,0,.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0,0,0,.15);
    height: 305px;
    margin-bottom: 0;
    padding: 40px 60px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.event_image_inner {
    padding: 0;
    position: relative;
    height: 330px;
    margin-top: -25px;
    width: 330px;
    margin-left: -20px;
    transition: all 0.3s;
}




.event_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}   

.event_content_inner {
    text-align: center;
}

.event_content_inner span {
    color: #007E65;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: capitalize;
}
.event_content_inner .newsTitle {
    display: inline-block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.27;
    max-height: 108px;
    vertical-align: middle;
    color: #007E65;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translatey(-50%);
    text-transform: inherit;
}


.events_section .slick-slide {
    display: block;
    padding-top: 55px;
}


.event_content_inner .eventDate {
    bottom: 40px;
    color: #007E65;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    left: 0px;
    line-height: 1;
    position: absolute;
    width: 100%;
    text-align: center;
}
.image_overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
}

.event_image_inner:hover .image_overlay {
    opacity: 1;
    visibility: visible;
}

.event_image_inner .image_overlay .button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.events_section .slick-slide.slick-current {
    z-index: 1000 !important;
}
.events_section .slick-slide.nextDiv {
    opacity: 1 !important;
    z-index: 999 !important;
}
.events_section .slick-slide.nextDiv .event_image_inner {
    -webkit-transform: scale(.8) translate3d(70px,0,0);
    -moz-transform: scale(.8) translate3d(70px,0,0);
    transform: scale(.8) translate3d(70px,0,0);
}
.events_section .slick-slide.nextDiv2 {
    opacity: 1 !important;
}
.events_section .slick-slide.nextDiv2 .event_image_inner {
    -webkit-transform: scale(.6) translate3d(180px,0,0);
    -moz-transform: scale(.6) translate3d(180px,0,0);
    transform: scale(.6) translate3d(180px,0,0);
}

.events_section .row {
    margin: 0px !important;
}

.events_section .slick-list {
    overflow: inherit;
}




.container.body-container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    top: -80px;
    z-index: 111;
    
    margin-bottom: 180px;
    
}


.breadcrumbs {
    min-height: inherit;
    padding-top: 14px;
    text-align: center;
}
.breadcrumb a, .breadcrumb span {
    color: #4c4c4c;
    display: inline-block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.container.body-container h1.entry-title {
    color: #007E65;
    display: inline-block;
    font-family: "beaufort-pro",sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}


.container.body-container h1.entry-title:before, .container.body-container h1.entry-title:after {
        background: #007E65;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        width: 600px;
}


.container.body-container h1.entry-title:after {
    left: 100%;
    margin-left: 15px;
}
.container.body-container h1.entry-title:before {
    right: 100%;
    margin-right: 15px;
}



.first-ph-text {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
    font-family: 'NeueMontreal',sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 40px;
    position: relative;
}
.bodyContent .first-ph-text:first-letter {
    float: left;
    font-family: 'NeueMontreal',serif;
    font-size: 50px;
    line-height: 1;
    margin-bottom: -10px;
    margin-right: 4px;
    margin-top: -4px;
}

.bodyContent .body-text a {
    border-bottom: 1px solid #007f66;
    color: #007f66;
    display: inline;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.bodyContent a:hover {
    border-bottom: 1px solid #007E65;
    color: #007E65;
}






.bodyContent h2, .sidebar h2 {    
    color: #212427;
    font-family: "beaufort-pro",sans-serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 20px 0;
}

.bodyContent h2 a, .sidebar h2 a {
    color: #00234c;
}

/*.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 30px 0 10px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #00234c;
    font-weight: 300;
}*/
.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {
    font-family: "NeueMontreal",sans-serif;
    margin: 20px 0;
    color: #007f66;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
}
.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
    color: #007E65;
    text-decoration: none;
}


/*.bodyContent h4, .sidebar h4 {
    color: #007E65;
    font-family: 'NeueMontreal',serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
}*/

.bodyContent h4, .sidebar h4 {
    font-family: 'NeueMontreal',serif;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
}


.staffMember h3 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #007E65;
    margin: 0px 0 10px;
    font-weight: 300;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 32px;
    display: block !important;
    background: #007f66;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 16px;
    letter-spacing: 2px;
}

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

.bodyContent {
    padding-top: 0px;
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    color: #4c4c4c;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}

.bodyContent ul li:before {
    background-color: #007f66;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 8px;
    z-index: 3;
}

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

.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: #7fbfb2;
    color: #fff;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    padding: 16px 20px;
    text-transform: uppercase;
    vertical-align: top;
}


.bodyContent table td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #4c4c4c;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    padding: 16px 10px;
    vertical-align: top;
}


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

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

.bodyContent .tribe-events table th {
	background-color: #fff;
}

.bodyContent .dynamic-quote {
    background: transparent !important;
    padding: 20px 20px;
    position: relative;
    border-top: 1px solid #007f66;
    border-bottom: 1px solid #007f66;
}

.bodyContent .dynamic-quote:before {
    background-position: center center;
    height: 15px;
    width: 60px;
    background-color: #ffffff;
    background-image: url(images/collan-icon.png);
    background-repeat: no-repeat;
    content: '';    
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translatex(-50%);
}
.bodyContent .dynamic-quote:after {
    background-position: center center;
    height: 15px;
    width: 60px;
    background-color: #ffffff;
    background-image: url(images/collan-close-icon.png);
    background-repeat: no-repeat;
    content: '';    
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translatex(-50%);
}


.bodyContent .quoteContainer {
    background: transparent !important;
    padding: 0 !important;
}

.bodyContent blockquote {
    text-align: center;
    font-weight: 300 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff;
    margin-bottom: 40px !important;
    
    color: #007f66;
    font-family: 'NeueMontreal',serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.27;
    margin: 0 auto !important;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    text-align: center;
    
    
}
    
.bodyContent .quoteContainer .quote-cite:before {
    margin: 10px auto;
    top: auto;
    display: block;
    background: transparent;
}
.bodyContent .quoteContainer .quote-cite {
    text-align: center;
    text-transform: uppercase;
    color: #007f66;
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    font-family: 'NeueMontreal',serif;
}
.bodyContent .quoteContainer .cycle-pager {
    display: none !important;
}



.bodyContent .dynamic-mini-poi .section_title h2, .sidebar .dynamic-mini-poi .section_title h2 {
    color: #007E65;
    font-family: "NeueMontreal",sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
}


.bodyContent .miniPoi_content, .sidebar .miniPoi_content {
    padding: 12px 0px;
    margin-bottom: 30px;
}


.poi .poiTitle {
	background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    color: #007E65;
    font-family: 'NeueMontreal',serif;
	font-family: "NeueMontreal",sans-serif;
    font-size: 15px;
    /*font-style: italic;*/
    font-weight: 700;
    line-height: 2;
    padding: 10px 14px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 200px;
    display: inline-block;    
}


.wp-caption-text.gallery-caption {
    display: none;
}

.wpmf-gallery-item img {
    transition: all 0.3s;
}

.wpmf-gallery-item:hover img {
    transform: scale(1.1);
}

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

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

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}






.faqs {
}
.faqs .faq {    
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 25px 0rgba(0,0,0,.15);
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    width: 100%;
    overflow: hidden;
    border: none;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 16px 35px 16px 20px;
    background-color: #543A97;
    color: #D1BFFF  !important;
    cursor: pointer;
    line-height: 24px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    margin: 0px  !important;
    font-family: 'NeueMontreal',sans-serif!important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-right: 50px !important;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
    
}
.faq.open .faq-question {
    background-color: #D1BFFF;
    color: #543A97 !important;
    border: none;
    border-radius: 25px 25px 0 0;
}
.faq-question:hover {
    background-color: #D1BFFF;
    color: #543A97 !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 17px;
    height: 11px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%)  rotate(90deg);
    font-weight: 700;
    transition: 300ms;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    transform: rotate(-90deg) translatey(-50%);
    top: 41%;
}



/*.faq-question:before {
    display: block;
    width: 48px;
    height: 100%;
    background: #163e34;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 400;
    font-family: 'NeueMontreal';
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 14px;
    content: '';
}*/


/*.faq-question:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
/*.faq.open .faq-question:after {
    top: 12px;
}*/
.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}
/*.faq.open .faq-question:hover:after {
    top: 12px;
}*/

/*.faq .faq-question:hover:after {
    color: #ffffff;
    background: #2d1023;
    background: url(images/arrow-long.png) no-repeat;
}
.faq.open .faq-question:after {
    transform: rotate(90deg);
    background: #2d1023;
    color: #ffffff;
    background: url(images/arrow-long.png) no-repeat;
}*/

.faq-answer {
    display: none;
    padding: 40px 20px;
    border-top: none;
    margin-bottom: 20px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

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




.bodyContent .dynamic-documents .document, .sidebar .dynamic-documents .document {
    padding: 0px 15px !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    background: #007E65;
    font-size: 13px;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px 60px 8px 20px;
    font-weight: 700;
    border: none;
    text-shadow: none;
    border-radius: 30px;
    width: 100%;
	text-align: left;
	display: block;
    margin: 0px 0 10px !important;
    position: relative;
    min-height: 50px;
}

.dynamic-documents a.document-link:hover {
    background: #CEE1C0;
    border: none;
    color: #007f66 !important;
}

.dynamic-documents a.document-link:focus {
    background: #CEE1C0;
    border: none;
    color: #007f66 !important;
}

.dynamic-documents a.document-link:after {
    content: '';
    width: 18px;
    height: 16px;
    background: url(images/download-icon.png) center center no-repeat;
    position: absolute;
    right: 23px;
    top: 18px;
    font-size: 0;
    transform: rotate(-90deg);
}
.dynamic-documents a.document-link:hover:after {
    background: url(images/download-icon.png) center center no-repeat;
}
.sidebarDynamic.dynamic-documents {
    margin-top: 20px
}




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


    position: relative;
    margin: 0;
        
    cursor: pointer;
    overflow: hidden;


    background: #007E65;
    font-size: 13px;
    position: relative;
    color: #ffffff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px !important;
    padding: 8px 60px 8px 20px;

    font-weight: 700;
    border: none !important;
    text-shadow: none;
    
    border-radius: 30px;

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

    margin: 0px 0 10px !important;
    
    position: relative;
    

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #007f66;
    border: none;
    color: #ffffff !important;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #007f66;
    border: none;
    color: #ffffff !important;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '';
    width: 44px;
    height: 44px;
    background: url(images/weblink-icon.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 6px;
    border-radius: 50%;
    font-size: 0;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    background: url(images/weblink-icon.png) center center no-repeat;
}

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

    position: relative;
    margin: 0;
        
    cursor: pointer;
    overflow: hidden;


    background: #007E65;
    font-size: 13px;
    position: relative;
    color: #ffffff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px !important;
    padding: 8px 60px 8px 20px;

    font-weight: 700;
    border: none;
    text-shadow: none;
    
    border-radius: 30px;

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

    margin: 0px 0 10px !important;
    
    position: relative;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #007f66;
    border: none;
    color: #ffffff !important;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #007f66;
    border: none;
    color: #ffffff !important;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '';
    width: 44px;
    height: 44px;
    background: url(images/weblink-icon.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 6px;
    border-radius: 50%;
    font-size: 0;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    background: url(images/weblink-icon.png) center center no-repeat;
} 










.dynamic-callout .video_callout.callout {
    border: 15px solid #ffffff;
        -moz-box-shadow: 2px 4px 15px 3px #C1C1C1;
        -webkit-box-shadow: 2px 4px 15px 3px #c1c1c1;
        box-shadow: 2px 4px 15px 3px #c1c1c1;
}


.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
    min-height: 471px;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore, .video_button_jq {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 50px !important;
	height: 50px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after, .video_button_jq:after {
	width: 50px !important;
	height: 50px !important;
	line-height: 42px !important;
	background: #ffffff !important;
	border: 5px solid #ffffff !important;
	border-radius: 50% !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	color: #007E65 !important;
	content: '\f04b' !important;
	font-size: 18px !important;
	font-family: 'NeueMontreal' !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
    padding-left: 4px !important;
    margin: 0px !important;
    font-style: normal;
}
.video_button_jq:after {
	content: '\f04c' !important;
    padding-left: 0px !important;
}
.video_button_jq.playing:after {
	content: '\f04b' !important;
    padding-left: 0px !important;
}

.dynamic-callout .video_callout .readmore:hover:after, .video_button_jq:hover:after {
	background: #007E65 !important;
    color: #ffffff !important;
	border: 5px solid #007E65 !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover, .video_button_jq:hover:after {
	background: #007E65 !important;
    color: #ffffff !important;
	border: none !important;
}





.container.body-container .share {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    height: 40px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 40px;
    z-index: 2;
}
.addtoany_share img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*Sidebar Menu Styles----------------------------------------------------------------*/
.sidebar {
    padding: 0px;
}

.side-menu-container {
    padding: 0px;
    /*position: relative;
    z-index: 99;*/
    margin-bottom: 50px;
    max-width: 200px;
}
#menu-side > li > a {
    padding-left: 0px;
    padding-right: 0px;
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #007E65 !important;
    text-transform: inherit;
    border-bottom: none !important;
    display: block;
    font-weight: 700 !important;
    position: relative;
    line-height: 1.47;
    text-align: left;
    padding: 0;
    font-size: 20px;
    font-family: 'NeueMontreal',serif;
}

#menu-side > li > a span:before {
    content: 'In';
    display: inline-block;
    color: #007E65;
    font-family: 'NeueMontreal',serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    margin-right: 5px;
}

#menu-side > li > a:hover span {
    border-bottom: none !important;
}
/*#menu-side > li > a span:before {
    background: #ffffff;
    font-size: 0px;
    content: '';
    display: block;
    line-height: 54px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    height: 2px;
    opacity: 1 !important;
}*/

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

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

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

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

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

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

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

#menu-side a {
    color: #4c4c4c;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-family: "NeueMontreal",sans-serif;
    font-size: 15px;
    font-style: italic;
    font-style: normal;
    font-weight: 300;
    line-height: 1.47;
    margin-right: 30px;
    margin-right: 10px;
    padding: 7px 0;
    position: relative;
        
}

#menu-side a span {
    padding: 0px;
}

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

#menu-side .sub-menu li a:hover {
    color: #007f66;
    background: transparent;
}

#menu-side .sub-menu li .arrow:before {
	background: url(images/purple-arrow.png) center center no-repeat;
    background-size: cover !important;
    width: 7px;
    height: 13px;
    font-size: 0 !important;
}
#menu-side li.menu-item-has-children > .arrow:before, #menu-side li.menu-item-has-children.current-menu-item > .arrow:before, #menu-side li.menu-item-has-children.open > .arrow:before {
	background: url(images/purple-arrow.png) center center no-repeat;
    background-size: cover !important;
    width: 7px;
    height: 13px;
    font-size: 0 !important;
}

#menu-side li.menu-item-has-children.open > .arrow:before {
    width: 7px;
    height: 13px;
}




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


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

#menu-side .sub-menu li.open > a {
    color: #007f66;
    font-weight: 700;
    background: transparent;
}

#menu-side .sub-menu li.open li a {
    background: transparent;
}

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

/*#menu-side .sub-menu li.open li a span:before {
    content: '-';
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}*/

#menu-side .sub-menu li.open li a:hover {
    color: #007f66;
    background: transparent;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #007f66;
    background: transparent;
}

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

#menu-side .sub-menu li.open li:before {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    content: "t";
    font-size: 0px;
    position: absolute;
    left: 25px;
    top: 20px;
    display: none;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #007f66;
    font-weight: 700;
    background: transparent;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #007f66;
    background: transparent;
}
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
    color: #007f66;
}
#menu-side .sub-menu li.current-menu-item.open > a span {
    color: #007f66;
    font-weight: 700;
    border-color: transparent;
}
#menu-side > li > a {
    text-transform: inherit !important;
}
#menu-side > li > a span:after {
    color: #D11242;
    font-size: 30px;
    content: 'In this Section';
    font-weight: 700 !important;
    padding-right: 0px;
    line-height: 36px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: inherit !important;
    width: 100%;
    text-align: left;
    display: none;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
    /*padding-top: 8px;
    padding-bottom: 8px;
    text-transform: inherit !important;
    letter-spacing: 0px;
    border-color: transparent;
    font-size: 16px;*/
    color: #4c4c4c;
}


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

#menu-side .sub-menu li.open > .sub-menu {
    border-bottom: 1px solid rgba(99, 99, 99, 0);
    padding-bottom:  20px;
}


/*#menu-side .sub-menu li.open > .sub-menu {
    margin-bottom: 20px;
}*/
.sidebar .searchSubmit i {
}

.sidebar .searchform input#s {
}

.sidebarSec {


    background: #eff2f3;
    padding: 70px 30px 70px 30px;
    /*position: relative;
    z-index: 99;*/
    margin-bottom: 50px;


}
.sidebarSec ul li {
    padding: 0;
    margin-bottom: 30px;
}

.sidebarSec ul li a {
    color: #4c4c4c;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.47;
    margin-right: 30px;
    padding: 7px 0;
    position: relative;
}

.sidebarSec ul li a:hover {
    color: #007f66;
    background: transparent;
}

.its {
    display: block;
    margin-bottom: 20px;
	color: #0F6CB6;
    font-size: 32px;
}

#menu-side li li:last-child a span {
    border: none !important;
}

#menu-side > li > .sub-menu {
    border-top: 1px solid rgba(146,68,150,.25);
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

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


.head-box-inner {
    margin: 0 auto;
    max-width: 720px;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.main-content-inner {
    
    margin: 0 auto;
    padding: 40px 100px 50px;
    position: relative;
    z-index: 5;

}

.page-template-page-wide-no-padding .main-content-inner {
    
    padding: 40px 0px 50px;

}

@media only screen and (min-width : 768px) {
.page-template-page-wide-no-padding .body-text, .page-template-page-wide-no-padding .dynamicContent:not(.dynamic-image_text_block)  {
    padding-left: 100px;
    padding-right: 100px;
}
}

.container.body-container:before {
    background: url(images/birds.png) center center no-repeat;
    height: 98px;
    width: 148px;
    display: block;
    right: -80px;
    top: 22px;
    position: absolute;
    z-index: 4;
    content: '';
}

.video_section_link.button {
    position: absolute;
    right: -40px;
    bottom: -70px;
}



.news_image {
    height: 260px;
    -webkit-transform: translateY(40px) translateX(25px);
    -moz-transform: translateY(40px) translateX(25px);
    -ms-transform: translateY(40px) translateX(25px);
    -o-transform: translateY(40px) translateX(25px);
    transform: translateY(40px) translateX(25px);
    width: 100%;
    
    z-index: 1;
    position: relative;
    
}

.news_image_slide {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.news_image_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.news_image_slide .image_overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
    background-color: rgba(146,68,150,.5);
    width: 100%;
    height: 100%;
    padding: 35px 20px;
}

.news_image:hover .image_overlay {
    opacity: 1;
    visibility: visible;
}

.news_image_slide .image_overlay .button {
    margin: 30px 0;
    display: block;
}

.news_section-main .container {
    position: relative;
    padding: 55px 55px 0 55px;
}
.news_section-main .container .row {
    margin: 0;
}

.ab_event_section {
    height: 189px;
    margin-bottom: 55px;
    padding: 40px 55px 40px 65px!important;
    width: 100%;

    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    margin-top: 20px;
    position: relative;

}


.ab_event_section .date {
    bottom: auto!important;
    height: 30px;
    left: 15px!important;
    position: absolute;
    top: 38%;
    -webkit-transform: rotate(-90deg) translateY(-50%)!important;
    -moz-transform: rotate(-90deg) translateY(-50%)!important;
    -ms-transform: rotate(-90deg) translateY(-50%)!important;
    -o-transform: rotate(-90deg) translateY(-50%)!important;
    transform: rotate(-90deg) translateY(-50%)!important;
    
    color: #007E65;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    
}

.ab_event_section .icon {
    bottom: 20px;
    font-size: 20px;
    height: 20px;
    left: 20px!important;
    position: absolute;
    top: auto!important;
    width: 20px;
    
    
    color: #007E65;
    display: block;
    font-family: 'NeueMontreal',serif;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    
    
}

.ab_event_section .newsTitle {
    color: #4c4c4c;
    display: inline-block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.27;
    max-height: 108px;
    overflow: hidden;
    vertical-align: middle;
}


.dynamic-news .welcome-title {
    top: 42.5%;
}

.news_section:first-child{
    padding-left: 0;
    padding-right: 30px;
}
.news_section:last-child{
    padding-left: 30px;
    padding-right: 0px;
}




.fixed_links {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    
    background: #ffffff;
    overflow: hidden;
    height: 60px;
    padding-left: 60px;
    
}

.fixed_links a {
    height: 60px;
    margin: 0;
    width: 100px;
    display: inline-block;
    
    padding: 10px 14px;
    position: relative;
    
    color: #007E65;
    font-family: 'NeueMontreal',serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 2.67;
    padding: 5px 14px;
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
    margin-left: -4px;
    
    box-shadow: none !important;

    
}
.fixed_links a:hover {
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}

.fixed_links a:first-child {
    margin-left: 0;
}

.fixed_links a:after {
    background-color: #4c4c4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    -webkit-filter: blur(3px);
    filter: blur(3px);
    height: 5px;
    left: 25%;
    opacity: .15;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 50%;
}


.down-arrow-btn {

    bottom: 0;
    cursor: pointer;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 20px;
    text-transform: uppercase;
    z-index: 120;

}


.down-arrow-btn:after {
    background-color: #fff;
    display: block;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    width: 2px;
    z-index: 2;
    content: '';
}





.events-arrows {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
}

.events-arrows button.slick-arrow {
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    display: block;
    height: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 40px;
    z-index: 2;
    position: relative;
    top: 10px;
    border: none !important;
    margin-bottom: 10px;
}
.events-arrows button.slick-arrow .slick-prev {
    left: auto;
    margin-bottom: 40px;

}
.events-arrows button.slick-arrow .slick-next {
    right: auto;
}

.events-arrows button.slick-arrow.slick-prev i:before {
    background: url(images/long-arrow.png) center center no-repeat !important;
    transform: rotate(180deg) !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 9px !important;
    display: block;
    position: relative;
    top: 0px !important;
    content: '';
    left: 6px;
}

.events-arrows button.slick-arrow.slick-next i:before {
    background: url(images/long-arrow.png) center center no-repeat !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 9px !important;
    display: block;
    position: relative;
    top: 0px !important;
    content: '';
    left: 6px;
}

.events-arrows button.slick-next i:after, .events-arrows button.slick-next i:before {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.events-arrows button.slick-prev i:after, .events-arrows button.slick-prev i:before {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/*.events-arrows button.slick-next i:before {
    opacity: 0;
}
.events-arrows button.slick-prev i:before {
    opacity: 0;
}*/
.events-arrows button.slick-next i:after {
    opacity: 1;
}
.events-arrows button.slick-prev i:after {
    opacity: 1;
}

.menu-toggle {
    margin-right: 40px;
}

.fixedHeader .headLogoWrap {
    display: none;
}

.headerSearch .searchSubmit {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    color: #007E65;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
    font-size: 18px;
}
.headerSearch .searchSubmit:hover {
    background: #D1BFFF;
}


.topMenuSide {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    color: #007E65;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
}
.topMenuSide .portalToggle {
    padding: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(images/lock-icon-hover.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.topMenuSide .portalToggle:before {
    border: 1px solid #007E65;
    border-left: none;
    border-top: none;
    bottom: 4px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(-50%) translateY(1px);
    -moz-transform: rotate(45deg) translateX(-50%) translateY(1px);
    -ms-transform: rotate(45deg) translateX(-50%) translateY(1px);
    -o-transform: rotate(45deg) translateX(-50%) translateY(1px);
    transform: rotate(45deg) translateX(-50%) translateY(1px);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 6px;
    z-index: 2;
}

.topMenuSide:hover {
    background: #D1BFFF;
}
.topMenuSide:hover .portalToggle {
    background: url(images/lock-icon.png) center center no-repeat;
}
.topMenuSide .portalToggle i {
    display: none;
}
.topMenuSide:hover .portalToggle:before {
    bottom: -23px;
}
.topMenuSide:hover .menu {
    display: block;
    left: 50%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(37%);
    -moz-transform: translateX(-50%) translateY(37%);
    -ms-transform: translateX(-50%) translateY(37%);
    -o-transform: translateX(-50%) translateY(37%);
    transform: translateX(-50%) translateY(37%);
    
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    padding: 25px 0 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 92px;
}





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


    .welcomeBlockimg {
        width: 100%;
    }
    .welcomeBlockText {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .welcomeBlockimg .welcomeImage {
        margin-top: -70px;
    }
    .welcome-title {
        position: inherit;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
    }
    .welcome-title h1:before, .welcome-title h2:before {
        display: none;
    }
    
    .welcomeBlock .container {
        padding: 30px 30px 50px;
    }
    
    
    .welcomeBlock .welcome-title {
        margin-top: -120px;
    }
    .welcomeBlock {
        padding: 160px 10px 50px;
    }
    .welcome-button-bar {
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
    }
    .welcome-button-bar .button {
        margin: 0;
    }
    .welcome-button-bar .button:first-child {
        display: none !important;
    }
    
    .news_section-main .container {
        position: relative;
        padding: 0;
    }
    .news_image {
        transform: none;
        width: 80%;
        margin: 0px auto;
    }
    .ab_event_section {
        margin: -20px 0 0;
    }
    .news_section {
        padding: 0 !important;
        margin-bottom: 50px;
    }
    
    
    .videoBlockText {
        width: 100%;
    }
    .videoBlockimg {
        width: 100%;
    }
    .dynamic-mini-poi-carousel .owl-nav {
        position: relative;
        width: 100%;
        top: auto;
        transform: none;
    }
    
    .dynamic-mini-poi-carousel .owl-nav button.owl-next, .dynamic-mini-poi-carousel .owl-nav button.owl-prev {
        position: relative;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0px 10px;
    }
    
    .fixed_links, .banner_top_right_text {
        display: none;
    }
    
    .banner_left_image {
        top: auto;
        bottom: 160px;
        left: 50%;
        transform: translatex(-50%);
    }
    .banner_left_image img {
        margin: 0px;
        width: 216px;
        display: block;
    }
    .ticker {
        bottom: 90px;
    }
    
    .headerRight {
        display: none;
    }
    .headLogoWrap {
        width: 100%;
        text-align: center;
    }
    .headLogoWrap img {
        max-width: 170px;
    }
    
    .flag_button {
        padding: 0;
    }
    .flag_button span {
        display: none;
    }
    .flag_list a.flag_button:before {
        display: none;
    }
    
    
    .videoBlockText {
        order: 2;
        padding: 220px 30px 50px!important;
    }
    .videoBlockimg {
        order: 1;
        padding: 0px 30px;
        margin-bottom: -190px;
    }
    .dynamic-text-video-section .welcome-title {
        top: auto;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .videoBlockimg-inner {
        margin-left: 0;
        min-width: 100%;
        min-height: 240px;
        height: 240px;
        margin-top: 0;
    }
    .dynamic-text-video-section {
        padding: 40px 0 80px;
    }    
    .video_section_link.button {
        right: 50%;
        transform: translatex(50%);
    }
    
    .dynamic-mini-poi-carousel {
        margin: 0;
        padding: 0 0 40px;
    }
    .events_section .slick-slide {
        padding-top: 0px;
    }
    .event_content_inner {
        margin: 0;
        order: 2;
        padding-top: 230px;
        height: 535px;
    }
    .event_image_inner {
        margin: 0 auto;
        order: 1;
        height: 280px;
        width: 280px;        
        margin-bottom: -160px !important;
    }
    .events_section .slick-slide.nextDiv .event_image_inner, .events_section .slick-slide.nextDiv2 .event_image_inner {
        transform: none;
    }
    .event_content_inner span {
        position: absolute;
        top: 260px;
        width: 100%;
        left: 0;
    }
    .event_content_inner .newsTitle {
        top: 65%;
    }

    .events-arrows {
        position: absolute;
        right: auto;
        top: auto;
        transform: none;
        bottom: -21px;
        width: 100%;
        text-align: center;
    }
    .events-arrows button.slick-arrow {
        display: inline-block;
        margin: 0px 20px;
        top: 0px;
    }



    .footer_top_background .footer_top_background_image {
        max-height: inherit;
        min-height: inherit;
    }
    .footer_top_background .footer_top_background_image img {
        max-height: inherit;
        min-height: inherit;
        object-fit: cover;
    }
    
    #footer .container {
        padding: 0px 20px;
    }
    .footer_button {
        margin: 0px 0px 10px;
        display: block;
    }
    .footer_main_content {
        margin-top: 50px;
    }
    .tel-box {
        display: block;
        margin: 0;
    }
    .email-box {
        display: block;
        margin: 0;
    }
    .footerSocial h2 a {
        margin-left: 0px;
    }
    .footer_main_content .col-md-12 {
        padding: 0;
    }
    .menu-footer-menu-container ul li {
        display: inline-block;
        margin: 0 8px;
    }
    .footer_bottom_logos a {
        margin: 0 10px 20px;
    }
    
    .footerLower p, .footerLower ul {
        display: none;
    }
    .container.body-container {
        max-width: 88%;
    }
    .secondLvlCss p.featuredParagraph {
        font-size: 18px;
        line-height: 1.78;
    }
    .main-content-inner {
        padding: 10px 8px;
    }
    .bodyContent .first-ph-text {
        background: transparent;
        box-shadow: none;
    }
    .bodyContent .first-ph-text:first-letter {
        float: none;
        font-family: 'NeueMontreal',serif;
        font-size: inherit;
        line-height: inherit;
        margin-bottom:  0!important;
        margin-right: 0;
        margin-top: 0;
    }
    
    .dynamic-callout .video_callout.callout .calloutContent {
        min-height: 240px;
    }
    .pois {
        display: block;
    }
    .callout.hasbg .calloutContent {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .callout .calloutContent {
        padding: 30px 15px 40px;
    }
    
    






    .headerLeft {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 0px 20px;
    }
    .headerLeft .searchToggle {
        display: none;
    }
    .headerLeft .topMenuSide {
        float: right;
    }
    
    
    .menuopen .menu-toggle {
        position: relative;
    }
    .menuopen .searchToggle {
        position: relative;
        float: right;
        display: block !important;
        margin: 0;
    }
    
    




	.second-level-navigation.isOpened {
		left: 0;
		opacity: 1;
		z-index: 7;
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
	}

	.second-level-navigation {
		left: -100%;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		opacity: 0;
		z-index: -1;
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		background : #ffffff;
	}

	.third-level-navigation.isOpened {
		left: 0;
		opacity: 1;
		z-index: 8;
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
	}

	.third-level-navigation {
		left: -100%;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		opacity: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 46px 10px rgb(0 0 0 / 8%);
		-moz-box-shadow: 0 0 46px 10px rgba(0,0,0,.08);
		box-shadow: 0 0 46px 10px rgb(0 0 0 / 8%);
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		transition: left .3s ease-in-out,opacity 0s ease-in-out .3s,z-index 0s ease-in-out .3s;
		background : #ffffff;
	}


    #navbar {
        background: #ffffff;
        color: #007E65;
        width: 100%;    
        padding: 80px 30px;
        min-height: 100vh;
    }
    .second-level-navigation, .second-level-navigation.isOpened, .third-level-navigation, .third-level-navigation.isOpened {
        background: #ffffff !important;
        color: #007E65;
        width: 100%;    
        padding: 80px 30px;
    }
    
    
    
    
    
    #navbar ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    #navbar li {
    }

	 
    #navbar a {
        font-size: 22px;
        padding: 10px 40px 10px 0;
        color: #007E65;
        text-decoration: none;
        
        font-family: 'NeueMontreal',serif;
        font-family: "NeueMontreal",sans-serif;
        font-weight: 700;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        
        display: block;
        
        
    }

    #navbar .second_level_ul a {
        font-size: 16px;
        padding: 11px 30px 11px 0;
        color: #007E65;
        text-decoration: none;
        
        /*font-family: 'NeueMontreal',serif;
        font-style: italic;*/
        font-weight: 700;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        line-height: 21px;
        display: block;
        
    }

    #navbar .third_level_ul a {
        /*font-family: 'NeueMontreal', sans-serif;*/
        font-size: 16px;
        padding: 11px 30px 11px 0;
        color: #007E65;
        text-decoration: none;
        
        font-weight: 300;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        line-height: 21px;
        display: block;
    }



    #navbar a {
        font-size: 22px;
        padding: 10px 40px 10px 0;
        color: #007E65;
        text-decoration: none;
        
        font-family: 'NeueMontreal',serif;
		font-family: "NeueMontreal",sans-serif;
        font-weight: 700;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        
        display: block;
        
        
    }
    #navbar li.menu-item-has-children > a {
        position: relative;
    }
    #navbar li.menu-item-has-children > a:after {
            background-color: #007E65;
            content: "";
            height: 1px;
            right: 0px;
            position: absolute;
            -webkit-transform: translateY(-50%) rotate(0);
            -moz-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
            -o-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            width: 16px;
            top: 50%;
    }
    #navbar li.menu-item-has-children.open > a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    #navbar li.menu-item-has-children > a:before {
            background-color: #007E65;
            content: "";
            width: 1px;
            right: 8px;
            position: absolute;
            -webkit-transform: translateY(-50%) rotate(0);
            -moz-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
            -o-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            height: 16px;
            top: 50%;
    }
    #navbar li.menu-item-has-children.open > a:before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    
    
    #navbar a:hover {
        color: #007f66;
    }
    
    #navbar #menu-main-right ul.sub-menu {
        display: none;
    }
    
    #navbar .menu-toggle {
        position: absolute;
        top: 0px;
        left: 20px;
        z-index: 9999;
    }
    #navbar .menu-toggle .toggleText {
        display: none;
    }
    
    #navbar .menu-toggle span:nth-child(3) {
        transform-origin: 55% -5px;
    }
    #navbar .menu-toggle:hover span {
        background: #47CFCF;
    }
    
    .second_level_ul .sub-menu .sub-menu {
        display: none;
    }
    .back-to-first-level, .back-to-second-level {
        color: #007E65 !important;
        cursor: pointer !important;
        font-family: 'NeueMontreal',serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        margin-bottom: 0px !important;
        vertical-align: middle !important;
    }
    .back-to-first-level:before, .back-to-second-level:before {
        content: '\f061';
        display: block;
        width: 20px;
        height: 17px;
        font-weight: 700;
        font-family: 'NeueMontreal';
        transition: 300ms;
        font-size: 16px;
        display: inline-block;
        transform: rotate(180deg);
        position: relative;
        top: 4px;
        margin-right: 10px;
        font-style: normal;
        font-family: 'Font Awesome 5 Free';
    }
    
    .back-to-first-level:hover {
        color: #007f66 !important;
    }
    





    .menuopen .fixed_links {
        display: block !important;
        background-color: #fff;
        position: fixed;
        width: 80%;
        bottom: 20px;
        left: 10%;
        z-index: 9999;
    }
    .menuopen a.fixed_links {
        display: inline-block !important;
        position: relative;
        width: auto;
        bottom: 15px;
        left: 0;
        text-align: center;
        padding: 20px;
    }
    .menuopen .fixed_links a:after {
        bottom: 2px;
    }








}
@media (max-width:767.5px){
	.sidebar {
        display: none;
    }
}
@media only screen and (max-width : 480px) {

    .event_content_inner {
        margin: 0;
        order: 2;
        padding-top: 190px;
        height: 495px;
    }
    .event_image_inner {
        margin: 0 auto;
        order: 1;
        height: 240px;
        width: 240px;        
    }
    .event_content_inner span {
        position: absolute;
        top: 220px;
        width: 100%;
        left: 0;
    }

}


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

    .event_content_inner {
        margin: 0;
        order: 2;
        padding-top: 150px;
        height: 455px;
    }
    .event_image_inner {
        margin: 0 auto;
        order: 1;
        height: 200px;
        width: 200px;        
    }
    .event_content_inner span {
        position: absolute;
        top: 180px;
        width: 100%;
        left: 0;
    }

}



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

	#navbar {
	   width: 100%;
       left: 0;
       padding: 0;
       transform: translatex(-100%);
       overflow: visible;
       background: transparent;
    }
	#navbar li.submenu_parent {
		  display:none;
    }
    .main-menu-right {
	   width: 360px;
       left: 0;
       padding: 0;
       background: #ffffff;
       height: 100%;
    }
    
    #navbar .headerLeft {
        display: none !important;
    }
    #navbar ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .menu-main-right-container {
        display: inline-block;
        padding: 0 30px 0 60px;
        vertical-align: middle;
        width: 100%;
    }
    .second-level-navigation  {
        display: none;
        left: 360px;
        top: 0;
        height: 100%;
        opacity: 1;
        background: rgba(84,56,151,.75);
        -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
        width: 360px;
        position: absolute;
        z-index: 9999;
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;

    }
    .second-level-navigation.isOpened  {
        display: block;
    }

    .third-level-navigation  {
        display: none;
        left: 720px;
        top: 0;
        height: 100%;
        opacity: 1;
        background: rgba(84,56,151,.75);
        -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
        width: 18%;
        position: absolute;
        z-index: 9999;
		-webkit-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-o-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		-moz-transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;
		transition: left .3s ease-in-out,opacity 0s ease-in-out 0s,z-index 0s ease-in-out;

    }
    .third-level-navigation.isOpened  {
        display: block;
    }

    .Menu__absolute {
        width: 100%;
        height: 100%;
    }
    .Menu__scroll {
        width: 100%;
        height: 100%;
    }
    .Menu__table {
        width: 100%;
        height: 100%;
        display: table;
    }
    .Menu__tableCell {
        height: 100%;
        display: table-cell;
        
        vertical-align: middle;
        width: 100%;
        
    }
    .third-level-navigation .Menu__table {
        width: 100%;
        height: 100%;
        display: table;
    }
    .third-level-navigation .Menu__tableCell {
        height: 100%;
        display: table-cell;
        
        padding: 0 30px;
        vertical-align: middle;
        width: 100%;
        
    }


    .second-level-navigation .Menu__table {
        width: 100%;
        height: 100%;
        display: table;
    }
    .second-level-navigation .Menu__tableCell {
        height: 100%;
        display: table-cell;
        
        padding: 0 30px;
        vertical-align: middle;
        width: 100%;
        
    }
    
    
    
    #navbar .back-to-first-level, #navbar .back-to-second-level {
        display: none !important;
    }


    #navbar a {
        font-size: 22px;
        padding: 10px 40px 10px 0;
        color: #007E65;
        text-decoration: none;
        
        font-family: 'NeueMontreal',serif;
		 font-family: "NeueMontreal",sans-serif;
        font-weight: 700;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        
        display: block;
    }
    #navbar a:hover {
        color: #543A97;
    }
    #navbar > a {
        color: #007f66;
    }

    #navbar .second_level_ul a {
        
        color: #ffffff !important;
        /*font-family: 'NeueMontreal',serif;*/
        font-size: 18px;
        /*font-style: italic;*/
        font-weight: 700;
        letter-spacing: .04em;
        text-transform: capitalize;
        line-height: 26px;

    }
    #navbar .second_level_ul a:hover {
        color:  #D1BFFF !important;
    }
    #navbar .second_level_ul > a {
        color:  #D1BFFF !important;
    }

    #navbar .third_level_ul a {
        color: #ffffff !important;
        /*font-family: 'NeueMontreal', sans-serif;*/
        font-size: 16px;
        padding: 11px 30px 11px 0;
        color: #007E65;
        text-decoration: none;
        
        font-weight: 300;
        letter-spacing: .04em;
        margin-right: 0;
        text-transform: capitalize;
        line-height: 21px;
        display: block;
    }
    #navbar .third_level_ul a:hover {
        color:  #D1BFFF !important;
    }



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

    #navbar li.menu-item-has-children a:after {
            background-color: #007E65;
            content: "";
            height: 1px;
            right: 0px;
            position: absolute;
            -webkit-transform: translateY(-50%) rotate(0);
            -moz-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
            -o-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            width: 16px;
            top: 50%;
    }
    #navbar li.menu-item-has-children a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    #navbar li.menu-item-has-children > a:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }


    #navbar li.menu-item-has-children  a:before {
            background-color: #007E65;
            content: "";
            width: 1px;
            right: 8px;
            position: absolute;
            -webkit-transform: translateY(-50%) rotate(0);
            -moz-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
            -o-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            height: 16px;
            top: 50%;
    }
    #navbar li.menu-item-has-children  a:before {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }


    #navbar li.menu-item-has-children:hover > a:before {
        display: none;
    }
    #navbar li.menu-item-has-children:hover > a:before {
        display: none;
    }


    
    #navbar .second_level_ul li.menu-item-has-children > a:after {
        background-color: #ffffff;
    }
    #navbar .second_level_ul li.menu-item-has-children > a:before {
        background-color: #ffffff;
    }
        
    
    #navbar #menu-main-right ul.sub-menu {
        display: none;
    }
    #navbar  .second_level_ul  ul.sub-menu ul.sub-menu {
        display: none;
    }
    
    
    
    .menuopen .headGroup {
        z-index: 99999;
    }
    
    .menuopen .headGroup .headLogoWrap  {
        display: none !important;
    }

    .menuopen .headGroup .menu-toggle span:nth-child(3) {
        transform-origin: 55% -5px;
    }


}


.cycle-pager-main-banner {
    left: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 115;
}

.cycle-pager-main-banner span {
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    font-size: 0 !important;
    display: block;
    margin: 10px 0px;
    
    cursor: pointer;
    
}

.cycle-pager-main-banner span.cycle-pager-active {
    background-color: #007E65;
}


.cloud-bg-icons {
    height: 100%;
    left: 0;
    margin: auto;
    padding-top: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.cloud-bg-icons-inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.birds-right {
    left: 100%;
    margin-left: 40px;
    top: 490px;
    position: absolute;
}

.birds-footer {
    margin-right: 50px;
    right: 50%;
    top: -webkit-calc(100% - 142px);
    top: -moz-calc(100% - 142px);
    top: calc(100% - 142px);
    position: absolute;
}

.cloud-right02 {
    left: 100%;
    top: 1200px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
}

.cloud-left01 {
    margin-right: 60px;
    right: 100%;
    top: 550px;
    position: absolute;
}

.cloud-left02 {
    bottom: 1000px;
    margin-left: -60px;
    right: 100%;
    position: absolute;
}

.cloud-footer-left {
    left: -80px;
    top: -webkit-calc(100% - 230px);
    top: -moz-calc(100% - 230px);
    top: calc(100% - 230px);
    position: absolute;
}

.cloud-footer-right {
    right: 20px;
    top: -webkit-calc(100% - 142px);
    top: -moz-calc(100% - 142px);
    top: calc(100% - 142px);
    position: absolute;
}



#pageBanner .cycle-pager-main-banner {
    right: 30px;
    left: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 115;
}




.more_news_button {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    
    color: #5d5d5d;
    font-style: normal;
    line-height: 32px;
    padding: 0 5px;
    position: relative;
    text-transform: none;
    display: block;
    padding-left: 40px;
    
    margin-bottom: 25px;
    
}
.more_news_button:before {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    background: #f2f2f2 url(images/purple-arrow.png) center center no-repeat;
    content: '';
    transform: rotate(180deg);
}


.more_news_button:hover {
    color: #D1BFFF;
    text-decoration: none !important;
    border: none !important;
}


.bodyContent .postThumb {
    border: 4px solid transparent;
}
.bodyContent .postThumb img {
    width: 100%;
}
.bodyContent .postThumb:hover {
    border: 4px solid #a1403a;
}


body.single .post_navigation {
    clear: both;
    height: 30px;
    margin-bottom: 19px;
    position: relative;
}


body.single .post_navigation .next_link a {
    height: 30px;
    width: 30px;
    background: #f2f2f2 url(images/purple-arrow.png) center center no-repeat;
    content: '';
    font-size: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}
body.single .post_navigation .prev_link a {
    height: 30px;
    width: 30px;
    background: #f2f2f2 url(images/purple-arrow.png) center center no-repeat;
    content: '';
    font-size: 0;
    transform: rotate(180deg);
    display: block;
    border: none;
    position: absolute;
    right: 35px;
    top: 0;
}


body.single .post_navigation .prev_title, body.single .post_navigation .next_title {
    display: block;
    line-height: 25px;
    position: absolute;
    right: 70px;
    text-align: right;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: auto;
    color: #5d5d5d;
}

/* tribe events */

.tribe-events ul li:before {
    content: none;
}

.tribe-events a, #tribe-events-footer a,  #tribe-events-content a {
    border-bottom: none!important;
}

button.tribe-common-c-btn, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #007E65!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #007E65!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #007E65!important;
}

.tribe-events .tribe-events-c-ical__link {
    color: #007E65!important;
    border-color: #007E65!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #007f66!important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #007E65;
    color: #007E65;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container, .tribe-events .tribe-events-1-container {
    padding-top: 0px!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
body.tribe-events-page-template ul li:before  {
    content: none;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-description {
    display: none;
}
.tribe-events-event-image img {
    max-height: 300px;
    object-fit: cover;
}

.tribe-events-calendar-list__event-description, .tribe-events-calendar-day__event-description, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description {
    display: none!important;
}
.isamsFormWrap {
	margin:20px 0;
}
/* img text block*/
.ImgtextBlock {
    position: relative;
}
.ImgtextBlock .container {
    width: 100%!important;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.ImgtextBlock .textBlock {
    padding: 30px 30px 10px 30px;
    text-align: left;
}
.ImgtextBlock img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.ImgtextBlock .purple {
    background: #543a97;
}
.ImgtextBlock .purple .textBlock p, .ImgtextBlock .purple .textBlock a, .ImgtextBlock .purple .textBlock h2 {
    color: #D1BFFF;
}
.ImgtextBlock .purple .textBlock a.button, .ImgtextBlock .purple .textBlock .blockButton a {
    color: #543a97;
}
.ImgtextBlock .green {
    background: #cee1c0;
}
.ImgtextBlock .green .textBlock p, .ImgtextBlock .green .textBlock a, .ImgtextBlock .green .textBlock h2 {
    color: #007E65;
}
.ImgtextBlock .green .textBlock a.button, .ImgtextBlock .green .textBlock .blockButton a {
    color: #cee1c0;
}
.ImgtextBlock .wheat {
    background: #FDFCF0;
}
.ImgtextBlock .wheat .textBlock p, .ImgtextBlock .wheat .textBlock a, .ImgtextBlock .wheat .textBlock h2 {
    color: #007E65;
}
.ImgtextBlock .wheat .textBlock a.button, .ImgtextBlock .wheat .textBlock .blockButton a {
    color: #FDFCF0;
}

@media (max-width: 768px) {
    .ImgtextBlock .rowLeft {
        flex-direction: column-reverse;
    }
}
#ff-stream-2 {
    background-color: unset!important;
    margin: auto;
    text-align: center;
	margin-bottom:30px
}
/* social carousel on home page */
/*
#ff-stream-2 {
    background-color: unset!important;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
@media (max-width: 767px) {
    #ff-stream-2 {
        width: 100%;
    }
}    
#ff-stream-2 .ff-item-bar, #ff-stream-2 .ff-item-meta, #ff-stream-2 .ff-header, #ff-stream-2 .ff-btn {
    display: none;
}

#ff-stream-2 .ff-content {
    color: #4c4c4c;
    display: inline-block;
    font-family: 'NeueMontreal',sans-serif;
    font-size: 22px;
    letter-spacing: .04em;
    line-height: 1.27;
    max-height: 178px;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 40px!important;
    background: #ffffff;
    padding-bottom: 40px!important; 
    padding-left: 60px!important;    
}

#ff-stream-2 .ff-item-cont {
    height: unset!important; 
}

#ff-stream-2 .ff-item {
    width: 435px!important;
    left: 200px!important;
}

#ff-stream-2 .ff-item:first-of-type {
    left: 55px!important;
}

#ff-stream-2 .ff-item:last-of-type {
    transform: translate3d(330px, 0px, 0px) scale3d(1, 1, 1)!important;
}

#ff-stream-2 .picture-item__inner {
    background: none!important;    
    box-shadow: none!important;
    width: 415px;
    max-width: 100%;
}

#ff-stream-2 .ff-item .ff-img-holder {
    height: 320px;
    transform: translateY(40px) translateX(25px);
}

#ff-stream-2 .ff-item .ff-img-holder+.ff-content {
    padding: 7%;  
    margin: 20px 0 0 0!important;  
}

#ff-stream-2 .ff-sc-label2 .ff-instagram .ff-icon:before, #ff-stream-2 .ff-sc-label2 .ff-facebook .ff-icon:before {
    border-color: transparent;
}

#ff-stream-2 .ff-instagram .ff-icon-inner, #ff-stream-2 .ff-facebook .ff-icon-inner {
    background-color: none;
    color: #007E65;
    font-size: 20px;
}

#ff-stream-2 .ff-sc-label2 .ff-label-wrapper {    
    left: 0;
    bottom: 0;
    right: unset;
    top: unset;
}

#ff-stream-2 .ff-sc-label2 .ff-icon {
    width: 40px;
    height: 40px;
}

#ff-stream-2 .ff-stream-wrapper {
    margin: 0!important;
    height: auto!important;
} 

/* additional styles for carousel */
/*
#ff-stream-2 .ff-overlay {
    background-color: #fff!important;
}
#ff-stream-2 .ff-overlay-wrapper {
    position: relative!important;
     top: unset!important;
     bottom: unset!important; 
     opacity: 1!important;   
}
#ff-stream-2 .ff-item {  
    width: auto!important;  
    left: 0!important;
}

#ff-stream-2 .ff-item:first-of-type {
    left: 0!important;
}

#ff-stream-2 .ff-img-holder, #ff-stream-2 .ff-img-holder a {
    z-index: 3!important;
}

#ff-stream-2 .ff-item:last-of-type {
    transform: none!important;
}

#ff-stream-2 .ff-has-overlay .ff-img-holder {
    height: 260px!important;
}

#ff-stream-2 .ff-carousel-icon, #ff-stream-2 .ff-video-icon {
    display: none;
}

#ff-stream-2 .ff-truelayout-carousel.ff-arrows-hover .slick-arrow, #ff-stream-2 .ff-truelayout-carousel.ff-mobile .slick-arrow {
    opacity: 1!important;
    visibility: visible!important;
    transition: none!important;
}

#ff-stream-2 .ff-truelayout-carousel .slick-next, #ff-stream-2 .ff-truelayout-carousel .slick-next:hover, #ff-stream-2 .ff-truelayout-carousel .slick-prev, #ff-stream-2 .ff-truelayout-carousel .slick-prev:hover {
    background: #fff!important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%)!important;
    border-radius: 50%!important;
}

#ff-stream-2 .ff-truelayout-carousel .slick-next:before, #ff-stream-2 .ff-truelayout-carousel .slick-prev:before {
    left: 12px!important;
    transform: none!important;    
    background: url(/wp-content/themes/schoolcms/images/long-arrow.png) center center no-repeat !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 9px !important;
    display: block;
    position: relative!important;
    top: 17px !important;    
}

#ff-stream-2 .ff-truelayout-carousel .slick-prev:before {
    transform: rotate(180deg) !important;
}

#ff-stream-2 .ff-truelayout-carousel .slick-prev {
    left: 40px!important;
}

@media(max-width:400px){
    #ff-stream-2 .ff-layout-grid .ff-has-overlay img {
    max-width: 80%!important;
}
#ff-stream-2 .ff-item .ff-img-holder {    
    transform: translateY(40px) translateX(0px);
}

}*/

#gtranslate_wrapper {
    right:40px!important;
}
@media(max-width:991px){
#gtranslate_wrapper {
    right: unset!important;
    left: 50%;
    transform: translateX(-50%);
}
}

/* hide agent portal menu on main nav */

#menu-item-8295, .menu-item-8295 {
	display:none;
}

#menu-side #menu-item-8295, #menu-side .menu-item-8295 {
	display:block;
}

/*News*/
.row.excerptGrid {
	--bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
	margin-top:10px;
	margin-bottom:50px;
}
.excerptBlock {
	background:#FAF8F8;
	width:100%;
	height:100%;
	position:relative;
}
.excerptBlock a {
	color:#543a97;
}
.excerptBlock .excerptImage {
	width:100%;
	position:relative;
	background:#D1BFFF;
}

.excerptBlock .excerptImage:before {
	content:'';
	width:100%;
	padding-top:64.91%;
	display:block;
}
.excerptBlock .excerptImage > img {
	width:100%;
	height:100%;
	object-fit:cover;
    position: absolute;
	top:0;
	left:0;
	transition:300ms;
}
.excerptBlock a:hover .excerptImage > img{
	opacity:0.6;
}
.excerptBlock .excerptImage > img.ph {
    object-fit: contain;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}
.excerptBlock .excerptImage .icon {
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	background:#D1BFFF;
	padding:10px;
}
.excerptBlock .excerptImage .icon svg {
	width:30px;
	height:30px;
	fill:#fff;
}
.excerptBlock .excerptDesc {
	padding:30px;
}
.excerptBlock .list-item-title {
    font-size: 26px;
	margin-bottom:0.3em;
    color: #543a97;
}
.excerptBlock .date {
	font-size: 14px;
    color: #543a97;
	margin-bottom:5px;
}
.excerptBlock .list-item-title:before {
	display:none;
}
.excerptBlock .read_more {
	text-transform:uppercase;
	font-size: 13px;
    letter-spacing: 1px;
}

.newsFilter {
	font-size:16px;
	color:#543a97;
	margin-top:15px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.newsFilter .filterTitle {
	padding-right:30px;
}
.newsFilter a{
	color:#543a97;
	fill:#543a97;	
	border-bottom-color:#543a97;
}
.newsFilter a:hover{
	color:#007e65;
	fill:#007e65;
	border-bottom-color:#007e65;
}
.newsFilter ul{
	list-style:none;
	padding:0;
	margin:0;	
    display: flex;
    justify-content: space-between;
}
.newsFilter ul li{
	display:inline-block;
	padding:0 5px;
}
.newsFilter ul li.vrule{
	display:none;
	opacity:0.7;
}
.newsFilter ul li a{
	padding:5px 0 2px;
	border-bottom:solid 2px transparent
}
.newsFilter ul li svg{
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
	fill:inherit;
}
.newsFilter ul li.active a{
	border-bottom-color:inherit;
}
@media (min-width:992px){
	.newsFilter ul li.vrule{
		display:block;
	}
}
/* new events module */

.tribe-events-pro-photo__event {
    height: 400px;
}
.tribe-events-pro-photo__event-details-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-radius: 16px;
    box-shadow: 3px 3px 6px #aaa;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 100%;
    position: relative;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    top: 0;
    left: 0;
}
.tribe-events-pro-photo__event-details-wrapper:hover {
    position: relative !important;
    top: -5px;
    left: -1px;
    box-shadow: 5px 7px 7px #aaa;
}
.tribe-events-pro-photo__event-details-wrapper .row-date-time,
.tribe-events-pro-photo__event-details-wrapper .row-title {
    display: flex;
    justify-content: space-between;
}
.tribe-events-pro-photo__event-details-wrapper .row-title {
    flex-direction: column;
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
    color:#fff!important;
}
.tribe-events-pro.alternative-photo-view .tribe-events-pro-photo__event-date-tag {
    width: auto;
}
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-title {
    margin-bottom: 1em;
}
.tribe-events-pro-photo__event-title a {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    text-shadow: 2px 2px 4px #333;
}
.tribe-events-pro-photo__event-title a:visited {
    color: #fff;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-title a:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.tribe-events-pro-photo__event-details-wrapper .row-title {
    width: 100%;
}
/* To make the time go to the right */
.tribe-events-pro-photo .row-date-time {
    flex-grow: 1;
}
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-cost,
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-cost a {
    color: #fff;
    margin-top: unset;
    text-shadow: 1px 1px 2px #666;
}
.tribe-events-pro-photo .tribe-common .tribe-common-cta--thin-alt {
    border-bottom-color: #fff;
}
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime-featured-container {
    display: inline-table;
    background-color: #fff;
    opacity: 0.8;
    padding-left: 8px;
    margin-bottom: 8px;
}
.tribe-events-pro-photo__event .tribe-events-c-small-cta__stock {
    color: #fff;
    float: right;
}
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime-recurring-icon {
    height: 12px;
    width: 12px;
}

.tribe-events-pro-photo__event-details-wrapper {
    background-image:none!important;
    background-color: #007E65!important;
    border-radius: 0px;
}
.tribe-events-pro-photo .tribe-common a:not(.tribe-common-anchor--unstyle) {
    color: #fff!important;
}
.tribe-events-pro-photo__event {
    height: 300px!important;
}
.tribe-events-pro-photo__event-date-tag-month {
    color: #fff!important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-transform: unset!important;
}
.tribe-events-pro-photo .tribe-common .tribe-common-h5 {
    color: #fff!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-title-link  {
    color: #fff!important;
    text-shadow: none!important;
    font-size: 18px!important;
    line-height: 1.2!important;
}

.tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-month, .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-daynum, .tribe-events-pro-photo .tribe-events-pro-photo__event-datetime {
    color: #fff!important;
    font-weight: 300!important;
    font-size: 16px!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-details-wrapper {
    padding: 35px!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-datetime {
    flex-direction: row!important;
    margin-left: 22px;
    text-align: left!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-daynum {
    margin-left: 5px!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag::before {
    content: "\f073";
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 18px;
	font-weight:700;
	font-family: "Font Awesome 5 Free"; 
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-datetime::before {
  content: "\f017";
    width: 18px;
    height: 18px;
    position: relative;
	font-weight:700;
	font-family: "Font Awesome 5 Free"; 
}    
.tribe-events-pro-photo .eventsButton {
    position: relative;
    display: block!important;
    color: #000!important;
    height: 30px;
    min-width: 80px;
    width: 120px;
    padding-top: 1px!important;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
}
.tribe-events-pro-photo .eventsButton:visited {
    color: #000!important;
}
.tribe-events-pro-photo .eventsButton:hover {
    color:#007E65!important;
    background-color: #fff!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event-title-link:visited {
    color: #fff!important;
}
.tribe-events-view--photo  .tribe-events-l-container {
    min-height: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 20px!important;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event {
    margin-bottom: 20px;
}