.clear > span { display: none; }

#menubar {
 position: fixed;
 top: 0px;
 left: 0px;
 background: #3b3a3a;
 width: 100%;
 border-bottom: 5px solid #2b2b2b;
 z-index: 3010;
}

.megamenu {
 max-width: 1200px;
 margin: 0px auto;
}

.megamenu > div > ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 position: relative;
}

.megamenu > div > ul:after {
 content: '';
 display: block;
 clear: both;
}

.megamenu > div > ul  li.level1 {
 float: left;
 width: 20%;
 text-align: center;
}

.megamenu > div > ul > li:hover > a, .megamenu > div > ul > li.mega_how_do_i:hover > div {
 text-decoration: none;
 position: relative;
 border-bottom-size: 0px;
}

.megamenu > div > ul > li:hover > a span.menuTitle, .megamenu > div > ul > li.mega_how_do_i:hover > div span.menuTitle{
 border-bottom: 3px solid #6c9134;
 transition: all .2s ease-in-out;
}



.mega_how_do_i .fa {
 font-size: 33px;
 position: relative;
 top: 6px;
 left: 9px;
}

.megamenu ul.second-level-list {
 background: #ffffff;
 background: rgba(255,255,255,0.95);
 z-index: 7006;
 position: absolute;
 left: 0px;
 top: 80px;
 width: 100%;
 list-style: none;
 margin: 0px;
 padding: 0px;
 display: none;
 -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 50, 0.23);
 -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 50, 0.23);
 box-shadow: 0px 0px 8px 2px rgba(0, 0, 50, 0.23);
 max-width: 1180px;
 text-align: left;
}

/*.megamenu > ul > li:hover > ul {
 display: block;
}*/

.megamenu .level1 > a, .megamenu li.mega_how_do_i > div {
 padding: 5px 0px 0px 0px;
 line-height: 75px;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 color: #ffffff;
 font-size: 21px;
 display: block;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 position: relative;
 z-index: 7010;
 text-decoration: none;
}

.menuLogoOpen .megamenu .level1 > a, .menuLogoOpen .megamenu li.mega_how_do_i > div {
 line-height: 95px;
}

.megamenu .level2 > a {
 color: #262626;
 font-weight: 500;
 padding: 18px 15px 18px 15px;
 line-height: 15px;
 display: block;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
  text-decoration: none;
  font-size: 17px;
}

.megamenu .level2 > a:hover {
 background: #E2E2E2;
 text-decoration: none;
}

.megamenu .level3 > a:hover {
 font-weight: 500;
}


.wrapped ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

.wrapped > ul > li {
 width: 33.33334%;
 float: left;
}

.wrapped > ul:after {
 content: '';
 display: block;
 clear: both;
}

.megamenu .level3 a {
 color: #ffffff;
 font-weight: 500;
 padding: 9px 15px 9px 15px;
 line-height: 20px;
 display: block;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
}

.megamenu .level3 a:hover {
 background: #29456e;
 text-decoration: none;
}

.megamenu .mega_how_do_i ul.second-level-list {
 background: #6c9134;
 background: rgba(108, 145, 52, 0.93);
}

.megamenu .mega_how_do_i .level2 > a {
 background: transparent;
 color: #ffffff;
 font-size: 16px;
}

.mega_menu li.level2 {
  color: #ffffff;
}

.menuCol > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li.menuCol {
 width: 31.33334%;
 float: left;
 padding: 1%;
}


.level2 span.description {
  display: block;
  color: #575757;
  font-size: 13px;
  margin-top: 7px;
}

.level2 h3 {
  padding: 0px 0px 5px 0px;
  line-height: 40px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
  font-size: 24px;
}

li.level2.mega_address {
    background: #E2E2E2;
    color: #232323;
    padding: 16px;
 margin-top: 20px;
}

.menu_address .info span {
    display: block;
    font-size: 14px;
    color: #3b3a3a;
}

.menu_address .info {
    float: left;
    width: 62%;
}

.menu_address .logo {
    float: left;
    width: 38%;
}

.menu_address .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.mega_how_do_i li.menuCol {
 width: 98%;
 float: none;
 padding: 1%;
}

.mega_how_do_i li.menuCol:after {
 content: '';
 clear: both;
 display: block;
}

.mega_how_do_i li.menuCol li.class-cat {
 width: 31.333334%;
 float: left;
 padding: 1%;
}

.megamenu .level1.mega_how_do_i > a {
 color: #c2eb83;
}

.mega_home { display: none; }


.mega_how_do_i h2.cat-title {
 color: #ffffff;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 margin: 0px 0px 5px 5px;
 letter-spacing: 0.4px;
}

.mega_how_do_i li.class-cat ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

.mega_how_do_i li.class-cat ul .level2 > a {
 padding: 5px 5px 5px 5px;
}

.megamenu .mega_how_do_i .level2 > a:hover {
 background: #61842C;
}

.mega_contactLink { display: none; }

.megamenu .mega_how_do_i .mega_contactLink {
 display: block;
}

.megamenu .mega_how_do_i .mega_contactLink a {
  background: #61842C;
}

.megamenu .mega_how_do_i .mega_contactLink a {
 background: #61842C;
 display: block;
 color: #ffffff;
 padding: 10px;
 text-decoration: none;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
}

.menuLogoOpen .megamenu ul.second-level-list {
  top: 100px;
}
















