/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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


/*
    font-family: 'Bangers', cursive;
    font-family: 'Open Sans', sans-serif;
*/

body {  

font-family: 'Open Sans', sans-serif;

  font-size: 15px;

  line-height:24px;

  font-weight:400;

  color: #000000;

  margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color:#000000;
    font-family: 'Bangers', cursive;


}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 30px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 60px;
	margin-bottom:60px;
    line-height: 60px;
    letter-spacing: 1px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	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 {


	border: none !important;
 	background: url(images/readmore-btn.png) center center no-repeat !important;
    background-size: 100% 100% !important;
    padding: 15px 15px;
	min-width: 212px;
	text-align: center;
	font-size: 30px;
	color: #ffffff !important;
	line-height: 29px;
	text-transform: uppercase;
	cursor: pointer;
	/*margin: 0px auto;*/
	display: inline-block;
    letter-spacing: 1px;
    font-weight: 400;

    transition: 300ms;

    margin: 12px 0;
    
    font-family: 'Bangers', cursive;

    background-size: 100% 100%;
}

.blockButton> a:hover,

a.readmore:hover,

.button:hover,

.wpforms-submit:hover {

	border: none !important;
 	background: url(images/readmore-btn-hover.png) center center no-repeat !important;
	color: #ffffff !important;

}


.wpforms-submit {
 	background: url(images/submit-btn.png) center center no-repeat !important;
    
    padding: 20px 15px !important;
	min-width: 168px !important;
	font-size: 30px !important;
	line-height: 29px !important;
	text-transform: uppercase !important;
	display: inline-block !important;
    letter-spacing: 1px !important;
    
    margin-top: 15px !important;
    
    background-size: 100% 100% !important;
    
}
.wpforms-submit:hover {
 	background: url(images/submit-btn-hover.png) center center no-repeat !important;
	color: #030304 !important;
}





.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/

}

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:1560px;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:340px;
    
    max-height: 691px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#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: 50%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;
    
    transform: translatey(50%);

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

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

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	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:hidden;

	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:100%;

  max-width:600px;

}



.fancybox-content.popupAlert {
    background: #fffdd0;
    max-width: 922px !important;
    margin: 0px auto !important;
    padding: 60px 10% 30px !important;
    text-align: center !important;
    position: relative;
    border: 10px solid #90c537;
}


.noticeBody {
  width:100%;
  padding:0;
  position: relative;
  z-index: 1;
}


.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 span {
    font-weight: 700;
}

.popTitle:after {
    height: 3px;
    background: #90c537;
    width: 140px;
    content: '';
    display: block;
    margin: 25px auto 0;

}


.alert-img-spot-2 {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translatey(-50%);
}
.alert-img-spot-5 {
    position: absolute;
    top: 51%;
    right: 23px;
    transform: translatey(-50%);
}

.alert-img-spot-3 {
    position: absolute;
    bottom: 53px;
    left: 20%;
}

.alert-img-spot-6 {
    position: absolute;
    bottom: 53px;
    right: 20%;
}

/*.popupAlert .noticeText .popTitle:after {
    width: 91px;
    height: 28px;
    background: url(images/title-shape-bg.png) center center no-repeat;
    margin: 25px auto 0;
    display: block;
    content: '';
}

.popupAlert .noticeText .popTitle:before {    
    background: url(images/title-icon.png) center center no-repeat;
    width: 93px;
    height: 114px;
    content: '';
    display: block;
    margin: 0px auto 15px;
}*/





.popupImg {

}

.alert_button.readmore {
}


.alert_button.readmore:hover {
}

.alert_button.readmore:focus {
    border: none !important;
    outline: none !important;
    offset: none !important;
}







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

	background: #fffdd0;

	transition:300ms;

	padding-top: 20px;

	padding-bottom: 20px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:110px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#000000;	

}

.headGroup a:hover{

	color: #90c537;

}

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

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){	

}

	.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

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

	}

	.fixedHome .headerIcon {

		

	}

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

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

}



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

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

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

	right: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;

		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

	}

	

	body.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: "Font Awesome 5 Free";

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

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

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

#menu-side .sub-menu .sub-menu {

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

Blog sidebar

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

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

	margin-bottom:40px;

}

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

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

}







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

	font-size: 15x;

	font-weight:400;

	padding:0;

	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;

}

/****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: "Font Awesome 5 Free";

	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: #000000;
    
    border-radius: 10px;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:80px 30px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:30px;

	color:inherit;

}

.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 12px 7px;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#000000;

	color:#ffffff;

	margin-bottom:30px;
    
    border-radius: 10px;

}

.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);
    
    display: none;

}

.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: 161.52%;

}

.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:48px;
    
    line-height: 50px;

	font-weight:400;

	position:relative;

	padding:0;

	text-transform:uppercase;
    
    font-family: 'Bangers', cursive;
    
    letter-spacing: 1px;
    
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);

}



.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:50px 30px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:50%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:auto;
    top: 0;
    transform: none;

}

.poi:hover .poiTitle {
    text-align:  left;
    margin-bottom: 30px;
}

.poi:hover .poiImage .poiImageBG {

	opacity:0.5;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	
    text-align:  left;

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    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:300ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}
@media (min-width:992px){
.sectionfadein.dynamic-poi .pois > * > .poi {
	opacity:0;
	transform:translate(0%, 100px);
	transition:500ms;
}

.sectionfadein.dynamic-poi .pois > *:first-child .poi {
	transform:translate(-100%, 100px);
	opacity:0;
}
.sectionfadein.dynamic-poi .pois > *:last-child .poi {
	transform:translate(100%, 100px);
	opacity:0;
}
.sectionfadein.dynamic-poi.active .pois > * > .poi {
	opacity:1;
	transform:translate(0);
}

.sectionfadein .quoteContainer .q-nav-left{
	margin-left:-100px;
	opacity:0;
	transition:500ms;
}
.sectionfadein .quoteContainer .q-nav-right{
	margin-right:-100px;
	opacity:0;
	transition:500ms;
}
.sectionfadein.active .quoteContainer .q-nav-left{
	margin-left:0;
	opacity:1;
}
.sectionfadein.active .quoteContainer .q-nav-right{
	margin-right:0px;
	opacity:1;
	
}
	}
/*------------------------------------*\

    PRINT

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



#hero .slideText img {
    max-width: 100%;
    width: auto;
    height: auto;
	opacity:0;
	transition:300ms;
	transition-delay:200ms;
	transition-duration:300ms;
}
#hero .cycle-slide.cycle-slide-active .slideText img {
	opacity:1;	
}

body.home .headerIcon {
    display: none;
}


body.fixedHeader.home .headerIcon {
    display: block;
}


.welcomeBlock {
    text-align: center;
    padding-bottom: 90px;
    margin-bottom: 0;
}

.welcomeBlock:before {
    height: 77px;
    background: #90c537;
    width: 100%;
    content: '';
    display: block;
    margin-bottom: 140px;
}


.welcomeBlock h1:after, .bodyContent h1:after {
    height: 3px;
    background: #90c537;
    width: 140px;
    content: '';
    display: block;
    margin: 25px auto 0;
}
.bodyContent h1:after {
    margin: 25px 0 0;
}


.homeDynamic.dynamic-poi {
    margin: 0;
    padding: 60px 0px 125px;
}


.homeDynamic.dynamic-quote {
    margin: 0;
    background: #c59f37;
    padding: 150px 0;
    position: relative;
}


.homeDynamic.dynamic-quote:before {
    background: url(images/top-corner-testimonils.png) center center no-repeat;
    width: 510px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
}
.homeDynamic.dynamic-quote:after {
    background: url(images/bottom-corner-testimonils.png) center top no-repeat;
    width: 477px;
    height: 370px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
}

.quoteContainer {
    background: transparent;
    padding: 0;
    max-width: 670px;
    text-align: center;
    margin: 0px auto;
    position: relative;
}

.quoteContainer h3.quotesTitle {
	font-size: 60px;
	margin-bottom:60px;
    line-height: 60px;
    letter-spacing: 1px;
}
.quoteContainer h3.quotesTitle:after {
    height: 3px;
    background: #000000;
    width: 140px;
    content: '';
    display: block;
    margin: 25px auto 0;
}

.quoteContainer blockquote {
    background: transparent !important;
    padding: 0 !important;
    margin: 0px 0px 20px;
}

.quoteContainer .cycle-pager {
    display: none !important;
}



.dynamic-logos {
    margin: 0;
    background: #000000;
    text-align: center;
    padding: 120px 0;
}

.dynamic-logos .section_title {
    margin: 0;
}
.dynamic-logos .section_title h2 {
	font-size: 60px;
	margin-bottom:60px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
}
.dynamic-logos .section_title h2:after {
    height: 3px;
    background: #ffffff;
    width: 140px;
    content: '';
    display: block;
    margin: 25px auto 0;
}

.dynamic-logos .logo_item {
    display: inline-block;
    padding: 0px 5%;
}
.dynamic-logos .logo_item img {
    opacity: 0.5;
}
.dynamic-logos .logo_item:first-child {
    padding-left: 0;
}
.dynamic-logos .logo_item:last-child {
    padding-right: 0;
}



.homeDynamic.dynamic-callout {
    padding: 157px 0;
    margin: 0;
}

.dynamic-callout .video_callout.callout .coimg {
    position: relative;
}
.dynamic-callout .video_callout.callout .coimg img {
    position: relative;
}

.homeDynamic.dynamic-callout .callout {
    border-radius: 10px;
}
.dynamic-callout .video_callout.callout .calloutContent {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
}

.dynamic-callout .video_callout.callout .coimg:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0);
}




.dynamic-callout .video_callout.callout {
        -moz-box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.1);
}


.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: 95px !important;
	height: 95px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
        -moz-box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.5);
        
    border-radius: 50%;

    
}
.dynamic-callout .video_callout .readmore:after, .video_button_jq:after {
	width: 95px !important;
	height: 95px !important;
	line-height: 80px !important;
	background: transparent !important;
	border: 8px solid #fffdd0 !important;
	border-radius: 50% !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	color: #fffdd0 !important;
	content: '\f04b' !important;
	font-size: 28px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
    padding-left: 8px !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: #fffdd0 !important;
    color: #90c537 !important;
	border: 8px solid #fffdd0 !important;
}



.dynamic-form-section {
    margin: 0;
    padding: 157px 0;
    background: #90c537;
    color: #ffffff;
    position: relative;
}


.dynamic-form-section .wpforms-required-label {
    color: #ffffff !important;
}


.dynamic-form-section:before {
    background: url(images/top-corner-testimonils.png) center center no-repeat;
    width: 510px;
    height: 380px;
    position: absolute;
    top: 64px;
    right: -66px;
    display: block;
    content: '';
    transform: rotate(90deg);
}
.dynamic-form-section:after {
    background: url(images/top-corner-testimonils.png) center center no-repeat;
    width: 510px;
    height: 380px;
    position: absolute;
    bottom: 65px;
    left: -64px;
    display: block;
    content: '';
    transform: rotate(-90deg);
}



.dynamic-form-section .section_title {
    margin: 0;
}
.dynamic-form-section .section_title h2 {
	font-size: 60px;
	margin-bottom:60px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
}
.dynamic-form-section .section_title h2:after {
    height: 3px;
    background: #ffffff;
    width: 140px;
    content: '';
    display: block;
    margin: 25px auto 0;
}
.dynamic-form-section .section_details {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.dynamic-form-section .section_details p {
    margin-bottom: 0;
} 
.dynamic-form-section .section_details a {
    font-weight: 800;
    color: #000000;
}
.dynamic-form-section .section_details a:hover {
    color: #fffdd0;
}


.dynamic-form-section .container {
    max-width: 690px;
}

.dynamic-form-section div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 1px;
    color: #fffdd0;
    font-family: 'Bangers', cursive;
    font-weight: 400;
}


.dynamic-form-section input, .dynamic-form-section select, .dynamic-form-section textarea {
    background: #deeca2 !important;
    padding: 20px 30px !important;
    line-height: 20px !important;
    border: 3px solid #fffdd0 !important;
    border-radius: 10px !important;
    height: 66px !important;
}
.dynamic-form-section input[type=checkbox] {
	height:auto!important;
}
.dynamic-form-section textarea {
    height: 152px !important;
}



.dynamic-form-section .wpforms-field {
    margin-bottom: 25px !important;
}




footer#footer {
    padding-top: 117px;
    background: #000000;
    color: #fffdd0;
}

footer#footer a {
    color: #fffdd0;
}
footer#footer a:hover {
    color: #90c537;
}


.footer-logo {
    margin-top: -61px;
    margin-bottom: 40px;
}
.footer_right_logos {
    text-align: right;
}
.footer_right_logos img {
    margin-bottom: 30px;
}


.footerSocial {
    margin-bottom: 40px;
}

.footerSocial ul {
    padding: 0;
}

.footerSocial ul li {
    text-align: center;
    min-width: inherit;
    display: inline-block;
    padding: 0px 34px 0 0;
}

.footerSocial ul li:last-child {
    padding: 0px;
}

.footerSocial ul li a {
    line-height: 90px;
    display: block;
    background: url(images/social-icon-bg.png) center center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #fffdd0;
    width: 100px;
    height: 90px;
}

.footerSocial ul li a:hover {
    background: url(images/social-icon-bg-hover.png) center center no-repeat;
    color: #030304 !important;
}



.legal_documents.button {
    width: 100%;
    max-width: 369px;
    background: url(images/footer-btn.png) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #fffdd0 !important;
    padding: 17px 15px;
}

.legal_documents.button:hover {
    background: url(images/footer-btn-hover.png) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #030304 !important;
}

.legal_documents i {
    font-size: 22px;
    margin-left: 15px;
    position: relative;
    top: -3px;
}


.footer_center_section {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #fffdd0;
    padding-bottom: 20px;
}



.footerLower {
    background: #c59f37;
    padding: 20px 0;
    color: #030304 !important;
    font-weight: 300;
}
.footerLower a {
    color: #030304 !important;
}
.footerLower a:hover {
    color: #ffffff !important;
}




.tel-box {
    font-size: 15px;
    color: #fffdd0;
    line-height: 32px;
}
.tel-box i {
    transform: rotate(90deg);
    margin-right: 30px;
    font-size: 16px;
    color: #fffdd0;
}

footer#footer .email-box {
    font-size: 15px;
    color: #fffdd0;
    line-height: 32px;
}
footer#footer .email-box i {
    margin-right: 30px;
    font-size: 16px;
    color: #fffdd0;
}


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


/*Header Area Css --------------------------------------------------- Start */

.headGroup {
    padding: 0px 65px;
 }
.home .headGroup {
    padding: 20px 65px;
 }
.headGroup .container {
    max-width: 100%;
}
.headGroup .headerIcon {
    text-align: left;
}

.headGroup .socialDesktop {
    display: inline-block;
}

.headGroup .socials {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
}

/*Header Area Css --------------------------------------------------- END ---------------------------------------------------------- */






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

.breadcrumbs {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #b6b5b5;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 20px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 60px;
    border-bottom: none;
}
.breadcrumbs em {
    color: #b6b5b5;
    padding: 0px 10px;
    font-style: normal;
}
.breadcrumbs a {
    color: #b6b5b5;
}
.breadcrumbs span > span {
    color: #90c537;
}
.breadcrumbs a:hover {
    color: #90c537;
}


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



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

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

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 10px;
    vertical-align: top;
}

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

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


.bodyContent .image-item {
    border-radius: 10px;
    overflow: hidden;
}

.poi .textOnlyBlock {
    padding: 150px 30px;
}

.poi .textOnlyBlock .poiTitle, .poi:hover .textOnlyBlock .poiTitle {
    text-align:  center;
    margin-bottom: 30px;
}

.poi .textOnlyBlock:after {
    background: url(images/poi-leaf-left.png) left bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.poi .textOnlyBlock:before {
    background: url(images/poi-leaf-right.png) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}





.bodyContent h2, .sidebar h2 {    
    font-size: 48px;
    line-height: 42px;
    margin: 30px 0 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Bangers', cursive;
    color: #000000;
}

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

.bodyContent h2:after, .sidebar h2:after {
    height: 3px;
    background: #90c537;
    width: 140px;
    content: '';
    display: block;
    margin: 25px 0 0;
}

.bodyContent .calloutSubtitle, .sidebar .calloutSubtitle {
    margin-bottom: 30px;
}
.bodyContent .callout .calloutTitle h3, .sidebar .callout .calloutTitle h3 {
    font-size: 36px;
}


.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 30px 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
    color: #000000;
}

.staffMember h3 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #90c537;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

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

.bodyContent {
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #90c537;
    position: absolute;
    left: 0px;
    border-radius: 8px;
    top: 13px;
}

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


/*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: 25px;
    height: auto;
    min-height: 26px;
    margin-right: 0px;
}

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

.searchToggle .searchform {
    width: 25px;
    transition: 500ms;
    position: absolute;
    right : 0;
    top : -12px;
    padding-right : 12px;
    height: 26px;
    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: #c59f37;
    color: #ffffff !important;
    border: none;
    width: 100%;
    padding: 2px 10px;
}

.headerSearch #searchSubmit {
    font-size: 16px;
    width: 24px;
    height: 30px;
    top: 0px;
    color: #000000;
    right: 0px;
}

.headGroup #searchSubmit:hover {
    color: #90c537;
}

.home .headerSearch #searchSubmit, .home .headGroup #searchSubmit:hover {
    color: #ffffff;
}

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




.bodyContent .dynamic-quote {
    margin: 0;
    background: #90c537;
    padding: 150px 0;
    position: relative;
    border-radius: 10px;
}


.bodyContent .dynamic-quote:before {
    background: url(images/top-corner-testimonils.png) center center no-repeat;
    width: 510px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
}
.bodyContent .dynamic-quote:after {
    background: url(images/bottom-corner-testimonils.png) center top no-repeat;
    width: 477px;
    height: 370px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
}

.bodyContent .quoteContainer {
    background: transparent;
    padding: 0;
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}


.bodyContent blockquote {
    margin-bottom: 40px !important;
}




.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,
.gallery .gallery-item a {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before,
.gallery .gallery-item a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
	transition:opacity 300ms;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:hover:before,
.gallery .gallery-item a:hover:before{
	opacity:0;
}
.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item),
.gallery .gallery-item{
    padding: 3px !important;
}






.faqs {
}
.faqs .faq {    
    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;
    background: #fffdd0;
}

.faqs .faq:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: url(images/faq-bottom-border.jpg) left bottom no-repeat;
    background-size: 100% 100% !important;
    content: '';
    display: none;
}
.faqs .faq.open:after {
    display: block;
}
.faq-question {
    position: relative;
    margin: 0;
    background: url(images/download-btn-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    padding: 16px 60px 16px 37px;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 27px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    margin: 0px  !important;
    


    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    text-transform: uppercase;
    
    letter-spacing: 3px;

    
    cursor: pointer;
    -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: url(images/faq-question-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}
.faq-question:hover {
    background: url(images/faq-question-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 21px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/arrow-faq.png) center center no-repeat;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    background: url(images/arrow-faq.png) center center no-repeat;
    transform: rotate(-180deg) translatey(50%);
    top: 50%;
}



/*.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: "Font Awesome 5 Free";
    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: 0px;
    
    position: relative;
    
}

.faq-answer:after {
    position: absolute;
    left: 0;
    top: -1px;
    width: 6px;
    height: 100%;
    background: url(images/faq-left-border.jpg) left top no-repeat;
    background-size: 100% 100% !important;
    content: '';
    display: block;
}
.faq-answer:before {
    position: absolute;
    right: -1px;
    top: -2px;
    width: 6px;
    height: 100%;
    background: url(images/faq-right-border.jpg) left top no-repeat;
    background-size: 100% 100% !important;
    content: '';
    display: block;
}

.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;
    background: url(images/download-btn-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    padding: 16px 60px 16px 37px;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 27px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    margin: 0px 0 10px  !important;
    


    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    text-transform: uppercase;
    
    letter-spacing: 3px;

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

    display: block;

}

.dynamic-documents a.document-link:hover {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}

.dynamic-documents a.document-link:focus {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}

.dynamic-documents a.document-link:after {
    content: '';
    width: 16px;
    height: 18px;
    background: url(images/download-arrow-new.png) center center no-repeat;
    position: absolute;
    right: 30px;
    font-size: 0;
}
.dynamic-documents a.document-link:hover:after {
    background: url(images/download-arrow-new.png) center center no-repeat;
}





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

    position: relative;
    margin: 0;
    background: url(images/download-btn-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    padding: 16px 60px 16px 37px;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 27px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    margin: 0px 0 10px  !important;
    


    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    text-transform: uppercase;
    
    letter-spacing: 3px;

    
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
    display: block;

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '';
    width: 19px;
    height: 18px;
    background: url(images/web-link-icon.png) center center no-repeat;
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 50%;
    font-size: 0;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    background: url(images/web-link-icon.png) center center no-repeat;
}

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

    position: relative;
    margin: 0;
    background: url(images/download-btn-bg.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    padding: 16px 60px 16px 37px;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 27px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    margin: 0px 0 10px  !important;
    


    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    text-transform: uppercase;
    
    letter-spacing: 3px;

    
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
    display: block;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: url(images/download-btn-bg-hover.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '';
    width: 19px;
    height: 18px;
    background: url(images/web-link-icon.png) center center no-repeat;
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 50%;
    font-size: 0;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    background: url(images/web-link-icon.png) center center no-repeat;
} 










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


.sidebar {
    padding-left: 0px;
	padding-top:102px;
}
.side-menu-container #subnav{
    background: #90c537;
    color: #ffffff;
    padding: 20px 15px 90px;
    position: relative;
	min-height:250px;
}
.side-menu-container #subnav:before,
.side-menu-container #subnav:after{
	content:'';
	display:block;
	position:absolute;
	background-repeat:no-repeat;
}
.side-menu-container #subnav:before{
	top:0;
	right:0;
	width:175px;
	height:246px;
	background-image:url(images/nav-top_leaves.png);	
}
.side-menu-container #subnav:after{
	left:0;
	bottom:0;
	width:166px;
	height:242px;
	background-image:url(images/nav-bottom_leaves.png);
}
.side-menu-container #subnav #menu-side{
	position:relative;
	z-index:2;
}
.side-menu-container:before {
    width: 58px;
    height: 65px;
    content: '';
    margin: 0px auto 10px;
    background: url(images/menu-icon.png) center center no-repeat;
    background-size: cover !important;
    display: none;
}

.sidebarSec {
    background: #003361;
    color: #ffffff;
    padding: 20px 15px 90px;
    position: relative;
}
.sidebarSec:before {
    width: 58px;
    height: 65px;
    content: '';
    margin: 0px auto 10px;
    background: url(images/menu-icon.png) center center no-repeat;
    background-size: cover !important;
    display: none;
    
}


.sidebarSec a {
    color: #ffffff;
    line-height: 25px;
    display: block;
    padding: 15px 40px;
    margin-left: -35px;
    margin-right: -35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.4px;
    
    font-family: "Georgia";
    
}
.sidebarSec a:hover {
    color: #FFE471;
}


/*
#menu-side > li > a {
    display: none;
}
#menu-side > li > a > span {
    display: none;
}

#menu-side > li > a:after {
    text-transform: inherit;
    font-size: 30px;
    line-height: 55px;
    content: 'Section Menu';
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
}
#menu-side > li {
}

*/

#menu-side li {
    margin-bottom: 5px;
}

#menu-side a {
    color: #fffdd0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    padding: 0 25px;
    font-weight: 400;
    letter-spacing: 3px;
}



#menu-side .sub-menu li a {
    font-size: 14px;
}
#menu-side a span {
}

#menu-side li a:hover {
    color: #000000;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

#menu-side li.menu-item-has-children > .arrow:before {
    width: 16px;
    height: 7px;
    top: 24px;
    background-size: cover !important;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 16px;
    height: 7px;
    top: 24px;
    background-size: cover !important;
}

#menu-side li.menu-item-has-children.open > .arrow:before, 
#menu-side li.menu-item-has-children.current-menu-item > .arrow:before {
    top: 32px;
}


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


#menu-side .sub-menu li.open li a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    line-height: 32px;
}

#menu-side .sub-menu li.open li a span {
    color: #ffffff;
}

#menu-side .sub-menu li.open li a:hover {
    color: #000000;
    background: transparent !important;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #000000;
    background: transparent !important; 
}

#menu-side .sub-menu .sub-menu {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.15);
}


#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: #000000;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
#menu-side .sub-menu li.open > a {
    color: #000000;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #000000;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

/*#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #003361;
    background: #FFE471;
}*/

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: '';
}

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

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

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

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

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















/*Menu Styles Show    ----------------------------------- */
.headerRight {
    text-align: right;
}

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

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

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

#menu-main-top li li {
    position: relative;
    margin: 0px;
}
#menu-main-top li a {
    font-size: 14px;	
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    letter-spacing: 0.7px;
}
#menu-main-top li a span{
	line-height:1.3;
	display:inline-block;
}
.home #menu-main-top li a {
    color: #ffffff;
}

#menu-main-top .sub-menu li {
    padding: 0px;
}

#menu-main-top .sub-menu li a {
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 29px !important;
}
.home #menu-main-top .sub-menu li a {
    color: #ffffff;
}

#menu-main-top .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu li.current-menu-parent > a {
	color: #000000!important;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100% !important;
}
#menu-main-top .sub-menu li a:hover {
	color: #000000!important;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100% !important;
    text-decoration: none;
}

#menu-main-top .sub-menu .sub-menu li a {
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.8px;
    line-height: 29px;
}

#menu-main-top .sub-menu .sub-menu li a:hover {
	color: #000000!important;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100% !important;
    text-decoration: none;
}


#menu-main-top li a {
    line-height: 110px;
    position: relative;
    display: block;
}
body.home #menu-main-top li a {
    line-height: 56px;
}
body.fixedHeader #menu-main-top li a {
    line-height: 110px;
}
body.fixedHeader #menu-main-top .sub-menu li a {
    line-height: 29px !important;
}


#menu-main-top li a:hover {
    text-decoration: none;
    color: #90c537;
}
#menu-main-top li:hover > a {
    text-decoration: none;
    color: #90c537;
}
#menu-main-top .sub-menu li:hover > a {
	color: #000000!important;
    background: url(images/menu-hover-bg.png) center center no-repeat;
    background-size: 100% 100% !important;
}

#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
	transform:translateX(-50%);
    display: none;
    background: #90c537;
    line-height: 40px;
    padding: 40px 15px 60px;	
    /*min-height: 80vh;*/
    width: 100%;
    min-width: 376px;
    text-align: left;
}
#menu-main-top .sub-menu:before {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	top:20px;
	right:0;
    background: #90c537;
}
#menu-main-top > li > .sub-menu:after {
    width: 45px;
    height: 45px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translatex(-50%) rotate(45deg);
    display: block;
    background: #90c537;
    z-index: -1;
}
#menu-main-top .sub-menu .sub-menu:after,
#menu-main-top .sub-menu .sub-menu:before {
    display: none;
}

#menu-main-top .sub-menu .sub-menu {
    margin-left: 0;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
}

body.fixedHeader #menu-main-top li a {
    color: #000000;
}
body.fixedHeader #menu-main-top li a:hover {
    color: #90c537;
}

body.fixedHeader #menu-main-top .sub-menu li a {
    color: #ffffff;
}
body.fixedHeader #menu-main-top li:hover > a {
    text-decoration: none;
    color: #90c537;
}
body.fixedHeader #menu-main-top .sub-menu li:hover > a {
    text-decoration: none;
    color: #90c537;
}


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

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

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

	position:absolute;

	    content: '\f054';

		display: block;

		width: 11px;

		height: 20px;

		position: absolute;

		right: 20px;

		top: 17px;

		font-weight: 700;

		font-family: "Font Awesome 5 Free";

		transform: rotate(0deg);

		transition: 300ms;
        
        font-size: 14px;

}

#menu-main-top .sub-menu li.menu-item-has-children:hover > a:after {
     /*   transform: rotate(90deg);*/
}

/*body.home #menu-main-top .sub-menu {
    top: 72px;
}
body.home.fixedHeader #menu-main-top .sub-menu {
    top: 100%;
}*/
/*#menu-main-top .sub-menu li a {
    color: #171717;
}*/
#menu-main-top li:hover > .sub-menu {
    display: block;
}

#menu-main-top .sub-menu .sub-menu {
    top: 0%;
    left: 100%;
    width: 100%;
	transform:translateY(0px);
    display: none;
    line-height: 32px;
    padding: 15px 20px 15px 50px;
    background: #90c537;
    color: #ffffff;
    height: auto;
	min-width:0;
}

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

@media (min-width: 1200px) {
    #menu-main-top .sub-menu li:hover > .sub-menu {
        display: block;
    }
}

body.fixedHeader #menu-main-top .sub-menu:before {
    background: #90c537;
	top:25px;
}

body.fixedHeader #menu-main-top .sub-menu:after {
    background: #90c537;
	top:0px;
}
body.fixedHeader #menu-main-top .sub-menu .sub-menu {
    background: #90c537;
}


/*body.fixedHeader #menu-main-top .sub-menu {
    position: absolute;
    top: 149%;
}*/



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


.headerRight, .headLogoWrap {
    width: 10%;    
}
.main_navigation {
    width: 80%;
    padding: 0;
}
.main_navigation .header_social_top {
    display: none;
}
.home .main_navigation .header_social_top {
    display: block;
}

.home .main_navigation {
    width: 100%;
}

.home .headerRight, .home .headLogoWrap {
    display: none;
    width: 10%;    
}
.headerRight {
	padding-left:0;
}
.home.fixedHeader .headerRight, .home.fixedHeader .headLogoWrap {
    display: inline-block;
}

.home.fixedHeader .main_navigation {
    width: 80%;
}

.fixedHeader .main_navigation .header_social_top {
    display: none !important;
}




.headGroup .socials li:before {
    display: none;
}
.headGroup ul.socials {
    padding: 4px 0;
}
.headGroup .socials li {
    min-width: inherit;
}
.headGroup ul.socials li {
    padding: 0px 5px;
}

.fixedHeader .headGroup {
    padding: 0px 0px;
}

.q-nav-right {
    background: url(images/arrow-bg-control.png) center center no-repeat;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 10px;
}
.q-nav-left {
    background: url(images/arrow-bg-control.png) center center no-repeat;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 10px;
}



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

    .q-nav-right {
        position: absolute;
        right: -32%;
        top: 50%;
        transform: translatey(-50%);
        z-index: 1;
    }
    .q-nav-left {
        position: absolute;
        left: -32%;
        top: 50%;
        transform: translatey(-50%);
        z-index: 1;
    }
    
    .bodyContent .q-nav-left {
        left: -128px;
    }
    .bodyContent .q-nav-right {
        right: -128px;
    }
    
    

}


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

    .headGroup {
        padding: 0px 00px;
    }
}



.fixedHeader .headerSearch #searchSubmit {
    color: #000000;
}
.fixedHeader .headerSearch #searchSubmit:hover {
    color: #90c537;
}
.fixedHeader .headGroup ul.socials li a {
    color: #000000;
}
.fixedHeader .headGroup ul.socials li a:hover {
    color: #90c537;
}
 .logos .owl-nav {
        display: none;
    }
    .logos_container {
        position: inherit !important;
    }
    .logos_container .owl-dots {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -40px;
        z-index: 111;
    }
	.owl-dots span {
        background: #90c537;
    }
    .owl-dots .owl-dot {
        opacity: 0.5;
    }
@media only screen and (min-width : 1200px) {
    .headerRight .menu-toggle {
        display: none;
    }
}
    
@media only screen and (max-width : 1200px) {

    .main_navigation {
        display: none;
    }
    
    .headerRight, .headLogoWrap {
        display: inline-block !important;
        width: 50% !important;
    }
    
    .headGroup {
        background: #fffdd0 !important;
        padding: 20px !important;
        position: relative;
        color: #000000;
    }
    .fixedHeader .headGroup {
        position: fixed;
        width: 100%;
    }

    .headerIcon {
        display: block !important;
    }
    .headGroup .socialDesktop {
        display: none;
    }
    .searchToggle {
        display: none;
    }
    
    .menu-toggle {
        width: 45px;
    }
    .menu-toggle span {
        width: 45px;
        height: 3px;
        background: #000000 !important;
    }
    
    header.mainHeader {
        height: 110px;
    }
    .homeBanner {
        height: calc(100% - 187px);
        min-height: 390px;
    }
    #hero .slideText img {
        max-width: 215px;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    
    .welcomeBlock:before {
        margin-bottom: 80px;
    }
    .welcomeBlock {
        padding-bottom: 30px;
    }
    .homeDynamic.dynamic-poi {
        padding: 20px 0px 125px;
    }
    
    .owl-carousel .owl-stage-outer {
        padding: 0;
    }
    .homeDynamic.dynamic-poi .row.pois {
        margin: 0;
    }
    
    
    .homeDynamic.dynamic-poi .owl-nav {
        display: none;
    }
    
    .quoteContainer {
        position: relative;
        z-index: 5;
    }
    
    .quoteContainer .quote-cite {
        margin-bottom: 50px;
    }
    
    
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .dynamic-form-section .container {
        position: relative;
        z-index: 3;
    }
    .footerSocial ul li {
        padding-right: 25px;
    }
    .footerSocial ul li a {
        line-height: 65px;
        width: 75px;
        height: 65px;
        background-size: 100% 100% !important;
    }
    .tel-box {
        margin-bottom: 40px;
    }
    .legal_documents.button {
        margin-bottom: 50px;
    }
    .footer_right_logos {
        text-align: center;
    }
    .footer_left, .footer_right {
        text-align: center;
    }
    .footerLower p, .footerLower ul {
        margin: 6px 0;
    }
    
    
    .bodyContent .dynamic-quote {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bodyContent .row.pois {
        display: block;
    }
    
  
    
    .footer_right_logos img {
        display: block;
        margin: 0px auto 30px;
    }
    .footer_social_content {
        text-align: center;
    }

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



/*Mobile Menu Css ------------------------------------------------------------------------------------------ Start ------------------------------ */


/*Handheld Dropdown Css ---------------------------------Start */
@media only screen and (max-width : 1200px) {


#menu-main li.menu-item-has-children > a {
    padding-left: 0px;
    padding-right: 35px;
}


#menu-main li {
    text-align: left;
}

#menu-main li:last-child a {
    border: none;
}
#menu-main li a {
    border: none;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 10px 35px 10px 0px;
    letter-spacing: 3px;
    border-bottom: none;
}
#menu-main li:hover {
}
#menu-main li a:hover {
    color: #90c537;
}
#menu-main li:hover > a {
    background: transparent;
    color: #90c537;
}
#menu-main li.menu-item-has-children.open > a {
    background: transparent;
    color: #90c537;
}

#menu-main li li:hover > a {
    background: transparent;
    color: #90c537;
}

#menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
    background: transparent;
    color: #90c537;
}

#menu-main li.menu-item-has-children > .arrow {
    height: 60px;
    left: auto;
    right: 0px !important;
}

#menu-main li.menu-item-has-children.open > a {
    border: none;
    background: transparent;
    color: #90c537;
}
#navbar {
    background: #fffdd0;
    padding: 0px 0px 0px;
    width: 100%;
}

#navbar .menu-main-container {
    display: block;
    padding: 0 35px;
}

/*.headGroup {
    z-index: 99999;
}*/

#menu-main li.open > .sub-menu {
    background-color: #000000;
    border: none;
    padding: 15px 30px 20px !important;
    margin: 0px -35px !important;
}
#menu-main li.open .sub-menu li .sub-menu {
    padding: 5px 30px 20px 45px !important;
}
#menu-main li > .arrow {
    right: 0px;
    left: auto;
}
#menu-main li li.menu-item-has-children > .arrow {
    top: 6px;
}

#menu-main li{
    border-bottom: 1px solid #90c537;
}
#menu-main .sub-menu li{
    padding: 0;
    border: none;
}
#menu-main .sub-menu a {
    padding: 12px 15px !important;
    font-size: 14px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 25px;
    font-weight: 400;
}
#menu-main .sub-menu a:hover {
    text-decoration: none;
    color: #90c537;
}
#menu-main li.menu-item-has-children > .arrow:after {
    top: 50%;
    margin-top: -6px;
    color: #ffffff;
	font-size: 0;
}

.topNavOpen {
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.topNavOpen .headerRight {
	width: 100% !important;
}



#navbar .menu-toggle {
    display: inline-block;
}
#navbar .menu-toggle .toggleText {
    display: none;
}
#menu-main li.menu-item-has-children > .arrow:after {
    width: 17px;
    height: 11px;
}
#menu-main li.menu-item-has-children.open li > a, #menu-main li.menu-item-has-children.open li.menu-item-has-children.open > a {
    padding-left: 15px !important;
}
#menu-main li.menu-item-has-children > .arrow:after{

		position:absolute;

		    content: '\f054';

			display: block;

			width: 21px;

			height: 19px;

			position: absolute;

			left: 10px;

			top: 24px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(-90deg);

			transition: 300ms;
            
            font-size: 0;

			background: url(images/arrow-faq-green.png) center center no-repeat;

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

		transform:rotate(0deg);

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

		transform:rotate(0deg);

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

		transform:rotate(0deg);
			background: url(images/arrow-faq-green.png) center center no-repeat;

	}

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

		transform:rotate(0deg);
			background: url(images/arrow-faq-green.png) center center no-repeat;
        background-size: cover !important;
	}


    #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
		background: url(images/arrow-faq-green.png) center center no-repeat;
        background-size: cover !important;
    }
    #menu-main .sub-menu li.open > .arrow:after {
		background: url(images/arrow-faq-green.png) center center no-repeat;
        background-size: cover !important;
    }


.menu-special {
    display: none !important;
}

.admin-bar .headGroup {
    margin: 0;
}

body.menuopen .menu-toggle span:nth-child(2) {
    display: none !important;
}

.menu-bottom {
    padding: 25px 60px;
    line-height: 25px;
    color: #000000;
    background: #90c537;
    margin-left: -35px;
    margin-right: -35px;
}

.menu-bottom .socialDesktop {
    display: inline-block;
}
.menu-bottom .searchToggle {
    display: inline-block;
}

#navbar .headGroup {
}

#navbar .socials li:before {
    display: none;
}
#navbar ul.socials {
    padding: 4px 0;
}
#navbar ul.socials li {
    padding: 0px 5px;
    min-width: inherit;
}
#navbar .socials li a {
    color: #000000;
}
#navbar .socials li a:hover {
    color: #ffffff;
}
#navbar #searchSubmit {
    color: #000000;
}
#navbar #searchSubmit:hover {
    color: #ffffff;
}

#navbar .searchToggle .headerSearch .searchform input.s {
    bottom: auto;
    left: 100%;
    right: auto;
    top: 0;
}





}
/*Handheld Dropdown Css ---------------------------------End */

.menu-toggle span:nth-child(1) {
    transform-origin: 42% 5.5px;
}

.menu-toggle span:nth-child(3) {
    transform-origin: 42% -3px;
}


/*Mobile Menu Css ------------------------------------ End */





/*Menu-Drop-New Style ----------------------------------------------------------------- Start------------------------------- */


