ul.menu{
  margin-left: 0 !important;
}
.mm-ismenu{
  background: #017463;
}

#mmenu-collapse{
  display: none;
  color: #105490;
  width: 35px;
  margin-right: 5px;
 

}
#mmenu-collapse i{
  font-size:35px;
  font-weight: 600;
}

.mm-list > li{
  border-bottom: 1px solid #006456;
}

.mm-list > li > a, .mm-list > li > span{
  color:#fff;
  font-size:1.2em;
  padding: 0.8em 1.2em;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before{
  border-color: #fff;
}

.mm-menu .mm-list > li > a.mm-subclose{
  background: #003f36;
  color: #fff;
}

.mm-list a.mm-subclose:before{
  margin-bottom: -12px;
}

#mmenu_list ul.menu a.is-active{
  background: #014138;
  color: #fff;
}

@media (max-width: 992px){
   .region-header{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;

  }
  #mmenu-collapse{
    display: inline-block;
  }

  header{
    vertical-align: middle;
  }

  header::after{
    display: block;
    content: "";
    clear: both;
  }
}