.header {
  color: #263238;
  position: relative;
  width: 100%;
  z-index: 10;
}

.header a {
  color: #203d68;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.header a:hover {
  color: rgba(32, 61, 104, 0.7);
}

.header .logo {
  display: block;
  width: 60px;
}

@media (min-width: 992px) {
  .header .logo {
    width: auto;
    height: auto;
  }
}

.header .logo-dark,
.header .logo-dark-stacked {
  display: block;
}

.header .logo-light,
.header .logo-light-stacked {
  display: none;
}

.header .social-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  color: #263238;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.header .social-menu a svg {
  margin: auto;
}

.header .social-menu a:hover {
  opacity: 1;
  border-color: #263238;
  background-color: #263238;
  color: #FFF;
}

.header--top-wrapper {
  background-color: #FFF;
  border-bottom: 1px solid #eceff1;
}

.header--top-wrapper .region-header-secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--top-wrapper .region-header-secondary-menu > * {
  border-left: 1px solid #cfd8dc;
  margin-left: .75rem;
  padding-left: .75rem;
}

.header--top-wrapper .region-header-secondary-menu > *:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.header--top-wrapper ul.menu, .header--top-wrapper ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header--top-wrapper ul.menu > li, .header--top-wrapper ul.links > li {
  margin-left: .75rem;
}

.header--top-wrapper ul.menu > li:first-child, .header--top-wrapper ul.links > li:first-child {
  margin-left: 0;
}

.header-top {
  padding: 8px 0;
  color: #263238;
  font-size: 80%;
}

.header-top a {
  color: #263238;
}

.header-top a:hover {
  color: rgba(38, 50, 56, 0.7);
}

.header--bottom-wrapper {
  background-color: #FFF;
  padding: 15px 0 15px;
  border-top: none;
  border-bottom: 1px solid #eceff1;
}

.header--bottom-wrapper .header-bottom {
  padding-top: 10px;
  padding-bottom: 20px;
}

.header--bottom-wrapper .header-bottom .col-auto__stacked {
  position: relative;
}

.header--action-menu li {
  border-left: none;
  font-size: 1.333rem;
}

.header--action-menu li:first-child {
  border-left: none;
}

.header--action-menu li:first-child button {
  padding-left: 0;
}

.header--action-menu button {
  background: transparent;
  padding: 0 1rem;
  border: none;
  color: #263238;
  cursor: pointer;
}

.header--action-menu button:hover {
  color: rgba(38, 50, 56, 0.7);
}

@media screen and (max-width: 1024px) {
  .header .logo-dark-stacked {
    display: block;
    min-width: 180px;
  }
}
/* Mobile menu. */
.region-offcanvas-sidebar .mobile-main-menu .nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.region-offcanvas-sidebar .navbar-we-mega-menu.mobile-main-menu .container-fluid {
  width: 100%;
}

.region-offcanvas-sidebar .mobile-main-menu .nav .we-mega-menu-submenu {
  width: 100%;
}
