.navigation-item {
  opacity: .6;
  color: #090f14;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Oswald, sans-serif;
  font-size: 142%;
  font-weight: 700;
  line-height: 20px;
  overflow: clip;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px 10px;
  display: flex;
}

.navigation-items {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image {
  clear: none;
  display: block;
  position: static;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000051;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #90caf9;
  position: relative;
}

.text-block-5 {
  color: #333e46;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.navigation-wrap-copy {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .navigation-wrap-copy {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }
}


