.inner-dropdown{
	min-width:13.625rem;
	background:#6EA02E;
	position:absolute;
	left:35.8125rem;
	top:-4.1875rem;
	z-index:150;
	opacity: 0;
	transition: ease 0.2s opacity;
	pointer-events: none;
}
.inner-dropdown a{
	display:block;
	font-size:0.9375rem;
	padding-left:0.625rem;
	line-height:2.4rem;
	font-weight:400;
	padding-top:0.125rem;
	color:#eaeaea;
}
.custom-dropdown{
	position:relative;
}

.inner-dropdown a:hover{
	background:#4A6924;
	text-decoration:none;
}

body.drop-me-down-like-a-drop-down .custom-dropdown .inner-dropdown{
	opacity:1;
	pointer-events:auto;
}
@media (min-width: 740px){
	#header{
	    overflow: visible;
	}
}



.mobile-menu-container > div:not(.split-menu):not(.mobile-in-menu-bar), .mobile-menu-container .split-menu>div{
    padding-bottom: 6px;
}
.mobile-menu-container>div:not(.split-menu):not(.mobile-in-menu-bar).active a, .mobile-menu-container .split-menu>div.active a{
color:#769E41;
}

.mobile-menu-container .mobile-submenu > a{
	display:block;
	font-size:15px;
	/*color:rgb(217, 168, 5) !important;*/
	color:#fff !important;
	padding-left:23px;
	padding-top: 10px;
    padding-bottom: 13px;
	line-height:normal;
}
.mobile-menu-container .mobile-submenu > a.active{
	background-color: #4A6924;
}
.mobile-menu-container .mobile-submenu{
/*padding-top:2px;*/
display:none;
    margin-top: 10px;

    background: #6EA02E;
    width: calc(100% - 54px);
    margin-right: 1.625rem;
}

.mobile-submenu-arrow{
	position:absolute;
	right:54px;
	display:block;
	height:14px;
	width:24px;
	background:url(/site_files/20565/custom/660/images/arrow-icon-sprite.png) no-repeat;
	background-position:top center;
	background-size:24px;
	margin-top:-16px;
	cursor:pointer;
	z-index:201;
}

a.show-me-the-menu .mobile-submenu-arrow{
	background-position:bottom center;
}


@media(max-width:740px){
  .custom-dropdown{
    display:none;
  }
  html:not(.responsive-disabled) #header-area #header-inner {
    width: 80% !important;
  }
  html:not(.responsive-disabled) #header-area #header-inner #logo, html:not(.responsive-disabled) #header-area #header-inner .logo{
        background-position: left center;
  }
}