/*----- FLEXNAV - SETUP - Open -----*/
.menu-bar-full {
	background-color: #fff;
}
.menu-button {
	background-color: #1a4499;
}
/* TOUCH BUTTON */
.flexnav li .touch-button .navicon {
	background-color: #53800c;
}
.flexnav li li .touch-button .navicon {
	background-color: #53800c;
}
.flexnav li li li .touch-button .navicon {
	background-color: #53800c;
}
.flexnav li li li li .touch-button .navicon {
	background-color: #53800c;
}
.flexnav li li li li li .touch-button .navicon {
	background-color: #53800c;
}
/*----- FLEXNAV - SETUP - Close -----*/


/*----- NAV BUTTON - Open -----*/
#nav-button {
	background: #6da119;
	border: none;
	cursor: pointer;
	display: none;
	height: 44px;
	margin: 0;
	position: relative;
	right: auto;
	top: 16px;
	width: 44px;
	z-index: 999;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);

	-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
		 -o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
	/*
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	*/
}
#nav-button span {
	background: #fff;
	display: block;
	height: 4px;
	left: 7px;
	opacity: 1;
	position: absolute;
	width: 30px;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	   -moz-transition: .25s ease-in-out;
		 -o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
}
#nav-button span:nth-child(1) {
	top: 10px;
}
#nav-button span:nth-child(2),
#nav-button span:nth-child(3) {
	top: 20px;
}
#nav-button span:nth-child(4) {
	top: 30px;
}
/* OPEN */
#nav-button.open {
	background: #53800c;
}
#nav-button.open span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0%;
}
#nav-button.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
#nav-button.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		  o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
#nav-button.open span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0%;
}
/*----- NAV BUTTON - Close -----*/


/*----- FLEXNAV - GENERAL - Open -----*/
.flexnav li {
	background: none;
}
.flexnav li a {
	font-size: 1em;
	font-weight: 400;
}
/*----- FLEXNAV - GENERAL - Close -----*/


/*----- FLEXNAV - MOBILE - Open -----*/
@media all and (max-width: 1024px) {
	
	/*----- FLEXNAV - SETUP - Open -----*/
	#flexnav {
		position: relative;
		right: 0px;
		top: 0px;
	}	
	.flexnav {
		max-height: none;
	}
	#nav-button {
		display: inline-block;
	}
	/*----- FLEXNAV - SETUP - Close -----*/
	

	/* MENU LEVEL 1 - Open */
	/* <LI> */
	.flexnav li.menu-depth-1 {
		background: none;
		border: none;
		border-bottom: 1px #dde1d7 solid;
	}
	.flexnav li.menu-depth-1.first {}
	.flexnav li.menu-depth-1.last {}
	.flexnav li.menu-depth-1:hover {
		background: #6da119;
	}
	.flexnav li.menu-depth-1.active-trail,
	.flexnav li.menu-depth-1.active {
		background: #f9a034; 
	}
	/* <A> */
	.flexnav li.menu-depth-1 > a {
		color: #53800c;
		font-weight: 500;
		padding: 12px 10px!important;
		/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		text-transform: uppercase;*/
	}
	.flexnav li.menu-depth-1:hover > a,
	.flexnav li.menu-depth-1:focus > a,
	.flexnav li.menu-depth-1 > a:focus,
	.flexnav li.menu-depth-1 > a:hover {
		color: #fff;
	}
	.flexnav li.menu-depth-1.active-trail > a.active-trail,
	.flexnav li.menu-depth-1 > a.active {
		color: #fff;
	}
	/* MENU LEVEL 1 - Close */


	/* MENU LEVEL 2 - Open */
	/* <LI> */
	.flexnav li li {
		background: #fff;
		border: none;
		border-top: 1px #bcc2b3 dashed;
	}
	.flexnav li li.first {}
	.flexnav li li.last {}
	.flexnav li li:hover {
		background: #c0e487;
	}
	.flexnav li li.active-trail,
	.flexnav li li.active {
		background: #ffe5a9;
	}
	/* <A> */
	.flexnav li li a {
		color: #222;
	}
	.flexnav li li a:focus,
	.flexnav li li a:hover {
		color: #000;
	}
	.flexnav li li a.active-trail,
	.flexnav li li a.active {
		color: #000;
		font-weight: 500;
	}
	.flexnav li li a:before {
		content: "› ";
		font-size: 1.1em;
		font-weight: 500;
	}
	/* MENU LEVEL 2 - Close */

}
/*----- FLEXNAV - MOBILE - Close -----*/


/*----- FLEXNAV - DESKTOP - Open -----*/
@media all and (min-width: 1025px) {
	
	/*----- FLEXNAV - SETUP - Open -----*/
	.menu-bar-full {
		min-height: 40px;
	}
	#flexnav {
		float: right;
	}
	/*----- FLEXNAV - SETUP - Close -----*/
	
	
	/* MENU LEVEL 1 - Open */
	/* <LI> */
	.flexnav li.menu-depth-1 {
		border: none;
		/*border-right: 1px #ddd solid;*/
		margin: 0!important;
	}
	
	.flexnav li.menu-depth-1::after {
    content: '';
    border-left: 1px solid #6DA119;
    position: absolute;
    height: 30%;
    left: 0;
    top: 35%;
  }
  
  .flexnav li.menu-depth-1.first::after {
    content: '';
    border-left: none;
  }
	.flexnav li.menu-depth-1.first {
		border-top: none;
		border-left: none;
	}
	.flexnav li.menu-depth-1.last {
		border-bottom: none;
	}
	.flexnav li.menu-depth-1:hover {
		background: none;
	}
	.flexnav li.menu-depth-1.active-trail,
	.flexnav li.menu-depth-1.active {
		background: none; 
	}
	/* <A> */
	.flexnav li.menu-depth-1 > a {
		color: #6CA118;
		font-weight: 500;
/* 		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
		text-transform: uppercase;
		padding: 15px!important;
	}
	.flexnav li.menu-depth-1:hover > a {
		color: #A7E347;
	}
	.flexnav li.menu-depth-1 > a.active-trail,
	.flexnav li.menu-depth-1 > a.active {
		color: #53800C;
		font-weight: 600;
	}
	/* MENU LEVEL 1 - Close */
	
	
	/* MENU LEVEL 2 - Open */
	/* <LI> */
	.flexnav li li {
		background: #fff;
		border: 1px #dde1d7 solid;
		border-bottom: none;
	}
	.flexnav li li.first {}
	.flexnav li li.last {
		border-bottom: 1px #dde1d7 solid;
	}
	.flexnav li li:hover {
		background: #E9E7DD;
	}
	.flexnav li li.active-trail,
	.flexnav li li.active {
  	color: #fff;
		background: #6CA118!important;
	}
	/* <A> */
	.flexnav li li a {
		color: #6CA118;
		font-weight: 500;
	}
	.flexnav li li a:hover {
		color: #53800c;
	}
	.flexnav li li a.active-trail,
	.flexnav li li a.active {
		color: #fff;
	}
	/* MENU LEVEL 2 - Close */
	
}
/*----- FLEXNAV - DESKTOP - Close -----*/
