.quick-nav {
  position: absolute;
  top: 150px;
  bottom: 0px;
  width: 100%;
  z-index: 10000;
  display: none;
}

.quick-nav-menu {
  background: #fff;
  max-width: 1244px;
  margin: 0px auto;
  padding: 40px;
  padding-bottom: 28px;
}

.quick-nav-menu-wrap {
  display: flex;
  justify-content: flex-start;
}

.quick-nav-menu-wrap > div {
  width: 50%;
  padding-right: 48px;
}

.quick-nav-menu li {
  font-size: 19px;
  list-style: none;
  color: #000;
  font-weight: 502;
  display: table-row;
}

.quick-nav-menu li::before {
  content: "\f105";
  display: table-cell;
  padding-right: 10px;
  font-family: FontAwesome;
  font-size: 25px;
  font-weight: bold;
}

.quick-nav-menu li div {
  margin-bottom: 10px;
  line-height: 36px;
}

.quick-nav-menu a {
  color: #000;
}

.quick-nav-menu a:focus {
  outline: 2px solid #000;
  outline-offset: 5px;
}

.quick-nav-header {
  font-size: 28px;
  padding: 21px;
  font-weight: 501;
  color: #fff;
  background: #004c9a;
}

.quick-nav-header small {
  display: block;
  font-size: 19px;
  font-weight: normal;
}

.quick-nav-transparent-bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 9990;
  display: none;
}

.quick-nav-close {
  width: 71px;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  top: 27px;
  right: 12px;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.quick-nav-more {
  font-size: 19px;
  margin-left: 20px;
  color: #000;
  width: 97%;
  /* border-top: 1px solid #ccc; */
  padding: 13px;
  background: #f0b849;
  text-align: center;
  font-weight: 700;
}

#quick-nav-services {
  padding: 5px 15px;
  color: #f0b849;
  font-weight: bold;
}

.quick-menu {
  border-bottom: 2px solid #333;
  padding: 9px;
  margin-left: 20px;
  background: #f0b849;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  width: 92px;
  white-space: nowrap;
  height: 44px;
}

.quick-menu:hover {
  color: #fff;
  background: #000;
}

.quick-nav-menu-arrow {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 1.5rem 1.125rem;
  content: "";
  position: absolute !important;
  right: 22.25rem;
  top: -1.1rem;
  height: 0;
  width: 0;
}

.site-announcement.cookies-message {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 52px !important;
  z-index: 10000;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .quick-menu {
    padding: 15px;
  }

  .quick-nav-menu-wrap {
    display: block;
  }

  .quick-nav-menu-wrap > div {
    width: 100%;
    padding-right: 0px;
  }

  .quick-menu {
    padding: 9px;
    width: 92px;
    height: 55px;
    font-size: 16px;
  }

  .quick-nav-menu-wrap ul {
    margin: 0px !important;
  }

  .quick-nav-more {
    margin-left: 0px !important;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .site-header .container {
    align-items: flex-end !important;
  }
}

@media screen and (max-width: 599px) {
  .quick-menu {
    width: 51px;
    white-space: nowrap;
    position: absolute;
    top: 25px;
    right: 18px;
    height: 45px;
    font-size: 24px !important;
    margin: 0px auto;
    text-align: center;
    padding: 0px !important;
    z-index: 50001;
  }

  .quick-nav-menu-wrap ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .quick-menu span {
    display: none;
  }

  .quick-nav-menu li {
    font-size: 18px;
  }

  .quick-nav-more {
    font-size: 17px;
    margin-left: 0px;
    color: #000;
    width: 100%;
    padding: 13px;
    background: #f0b849;
    text-align: center;
    font-weight: 700;
  }

  .site-header__identity {
    width: 100% !important;
  }

  .mobile_notifications_number::before {
    height: 43px;
    width: 42px;
  }

  .mobile_notifications_number {
    position: absolute !important;
    padding: 6px 4px !important;
    margin-top: 0px !important;
    left: 10px;
  }
  .site-announcement.cookies-message {
    height: auto !important;
  }
}
