.nav > li.dropdown.open {
  position: static;
 }

.nav > li.dropdown.open .dropdown-menu {
	background:#fff;
	display: table;
	border: none; 
	border-radius: 12px; 
	width: 100%;
	text-align: left;
	left: 0;
	right: 0;
	padding: 35px;
	margin-top: 3px;
	box-shadow: 0px 0px 0px  #fff; 

}

.dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  }
  
  .menu-3 > p {
  font-size: 16px;
  padding-bottom:16px;
  }

 .menu-3 > li > a {
  font-size: 22px;
  font-weight: 300;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  color: #666;
  text-align: left;
  margin-bottom:18px;
	transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
  
  }
  
 .menu-3 > li > a:hover {
	color:#596300;

	font-weight: 400;
	transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
	}
   
.menu-3 > h2{
   margin-bottom:9px;
  }
  
 

  
@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}