header{
  position: relative;
  z-index: 2;
  width: 100%;
  border-bottom: 2px solid #f6f6f4; 
}
.header__navigation{ 
  max-width: 1390px;   
  padding-right: 1rem;
  padding-left: 1rem;  
  margin-right: auto;
margin-left: auto;  
padding-top: 1rem;
padding-bottom: 1rem; 
} 
header a.site-logo img {
  width: 240px; 
  max-width: 100%; 
  max-height: 120px;   
}

.header__navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
.header__navigation__inner .region-header{
  margin-right:40px; 
}
#block-custom-branding {
  display: flex;
  align-items: center;
}
header ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header ul.menu li {
  margin: 0px 12px;
}
/*Mega Menu*/
.navbar {
  margin-bottom: 0px;
}

.navbar-we-mega-menu {
  background-color: transparent;
}
.we-mega-menu-ul > .we-mega-menu-li.active > a,
.we-mega-menu-ul > .we-mega-menu-li.active > a:hover,
.we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
.we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus {
  background-color: transparent;
  color: #ff3195;
}

.region-we-mega-menu {
  background-color: transparent !important;
  margin-bottom: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.we-mega-menu-ul > .we-mega-menu-li > a {
  background-color: transparent !important;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  color: #000;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;   
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
}
.we-mega-menu-ul > .we-mega-menu-li {
  margin: 0;
  border-left: none;
}
.we-mega-menu-ul .dropdown-menu > a::before,
.we-mega-menu-ul .dropdown-menu > a::after,
.we-mega-menu-ul .dropdown-menu > span::before,
.we-mega-menu-ul .dropdown-menu > span::after {
  content: "";
  position: absolute;
  right: 0.19375rem;
  top: 50%;
  margin-top: -0.3125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.we-mega-menu-submenu li.we-mega-menu-li a:hover {
  border: none !important;
}
.we-mega-menu-submenu li.we-mega-menu-li.active > a,
.we-mega-menu-submenu li.we-mega-menu-li.active > a:hover,
.we-mega-menu-submenu li.we-mega-menu-li.active > a:focus,
.we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
  background-color: transparent;
  color: #00b1eb;   
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
}
/*FINAL Mega Menu*/
