.ccl-header {
  z-index: 61;
  position: fixed;
  top: 0px;
  width: 61rem;
}

.ccl-header-slogan-link {
  color: white !important;
  text-decoration: underline white;
}

.ccl-header-tools {
  background-color: #22689b; /* Copernicus theming blue */
}

.ccl-header-nav {
  background-color: white;
}

.ccl-header-nav .ccl-header-main-menu > li > a {
  color: #22689b !important; /* Copernicus theming blue */
}

.ccl-header-search input {
  margin: 0;
}

.ccl-header-sub-menu {
  margin: 0;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.ccl-header-sub-menu .item {
  margin: 0;
  border-bottom: none !important; /* Copernicus theming blue */
}

.ccl-header-sub-menu .item:hover {
  background-color: whitesmoke;
}

.ccl-header-sub-menu .item .link {
  color: #22689b !important; /* Copernicus theming blue */
}

.marine-environment-monitoring-service-logo {
  width: 6.5rem;
  margin: 0.5rem 0 0 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #22689b !important; /* Copernicus theming blue */
  float: right;
}

.mems-logo {
  float: left;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  background: url(../images/poisson_copernicus.svg);
  background-repeat: no-repeat;
}

@media screen and (min-width: 821px) and (max-width: 1250px) {
  .ccl-header .ccl-header-nav .ccl-header-logos-container {
    justify-content: flex-start !important;
    margin: 1.0555555556rem 0 !important;
    width: 75% !important;
  }

  .ccl-header .ccl-header-nav .ccl-header-main-menu {
    justify-content: flex-start !important;
  }

  .ccl-header .ccl-header-nav .ccl-container {
    display: flex !important;
    flex-flow: nowrap !important;
  }

  .ccl-header .ccl-header-nav .ccl-main-menu {
    margin-bottom: 0rem !important;
  }

  .ccl-header .ccl-header-tools .ccl-container {
    align-items: flex-start !important;
  }
}
