*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.3);
}

.menu_frame {
  max-width: 1200px;
  margin: 0 auto;
}








.sticky{
  position: -webkit-fixed !important;
  position: fixed !important;
  top: -1px;
  width:100%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  z-index: 2;		  
}

.sticky .sub-menu-desktop {
  margin-top: 0;
}
.main-menu.sticky .menu_topbar{
  display: none;
}
.main-menu.sticky .storbanner{
  display: none;
}
.mobile-active {
  position:relative;
  overflow:hidden;
  height: 100%; }

#desktop-logo {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
          margin-left: 10px;
}

.menu_topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100%;
  background-color: #FCFCFC !important; /* limestone-50 */
  z-index: 999;
}
















.main-menu {
  min-height: 36px;
}

.main-menu .nav-link {
  color: #FFFFFF !important; /* white */
}

.primary-menu {
  display: flex;
  align-items: center;
  color: #FFFFFF !important; /* white */
  background-color: #4C956C; /* spruce */
  height: 38px;
}

.primary-menu .nav-link {
  font-weight: 600;
  padding: 0px;
  margin: 0;
  margin-right: 10px;
}

.sub-menu-desktop {
  display: flex;
  flex-wrap: wrap;
  min-height: 35px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #4C956C; /* spruce */
  color: #FFFFFF !important; /* white */
}

.sub-menu-desktop .nav-link {
  padding: 3px 0px;
  margin-right: 10px;
  font-weight: 300;
}

.main-menu .nav-link:hover {
  opacity: 0.7;
}

/* === MOBILE === */
.user,
.mobile-logo,
.search-icon,
.hamburger-top {
  position: absolute;
  display: none;
  color: #4C956C; /* spruce */
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 990;
}

.mobile-logo {
  height: 56px;
  width: 56px;
}

.mobile-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.mobile-logo{
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.user i,
.search-icon i {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}

.hamburger-top i {
  font-size: 24px !important;
}

.user i {
  margin-right: 10px;
}

.user {
  left: 20px;
}

.user span {
  left: 20px;
  position: absolute;
  top: -1px;
  padding-bottom: 3px;
  width: 140px;
  height: 24px;
  overflow: hidden;
}

.user span a:hover {
  color: #FFC9B9; /* peach */
}

.usernamehead {
  margin-left: 7px;
  color: #4C956C; /* spruce */
}

.usernamehead a {
  margin-left: 7px;
  color: #4C956C; /* spruce */
}

.usernamehead a:hover {
  color: #D4927E; /* clay */
}

.search-icon,
.hamburger-top {
  right: 10px;
  padding-left: 10px;
  padding-right: 11px;
}

.search-icon {
  right: 61px;
}

.search-container {
  position: fixed;
  margin-top: 28px;
  left: 0;
  right: 0;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  padding: 0px 30px !important;
  height: 50px;
  background-color: #FFFFFF !important; /* white */
  transition: all .25s;
  z-index: 999999;
}

.search-container.active {
  opacity: 0.9;
  visibility: visible;
}

.search {
  position: relative;
}

.searchTerm {
  position: relative;
  float: left;
  min-width: 500px;
  padding: 5px 16px;
  height: 40px;
  border: 1px solid #052513; /* pine */
  border-radius: 100px;
  outline: none;
}

.searchTerm:focus {
  border: 1px solid #4C956C; /* spruce */
}

.searchTerm::placeholder {
  color: #052513; /* pine */
}

.searchButton {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #4C956C; /* spruce */
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  z-index: 999;
}

.searchButton:focus {
  outline: none;
}

.mobile-hamburger {
  position: fixed;
  z-index: 2;
  right: -60px;
  bottom: 45px;
  display: none;
  color: #4C956C; /* spruce */
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #C9DFD1; /* jade */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: right 0.6s ease-in-out;
}

.mobile-hamburger.active {
  right: 45px;
}

/* ========== SIDE MENU ========== */
.side-menu-overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  backface-visibility: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

.side-menu-wrapper {
  overflow-y: auto !important;
  background: #FCFCFC; /* limestone-50 */
  padding: 40px 0px 0px 10px;
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 250px;
  right: -250px;
  z-index: 1000;
  transition: all .3s;
}

.side-menu-wrapper .menu-close,
.side-menu-wrapper .menu-close-bottom {
  position: absolute;
  right: 20px;
  color: #4C956C; /* spruce */
  display: block;
  margin: -30px 0 -10px -20px;
  font-size: 26px;
  text-decoration: none;
  transition: all .3s;
}

.side-menu-wrapper > a.menu-close:hover {
  opacity: 0.8;
}

.side-menu-wrapper #sidemenu-logo img {
  height: 30px;
  position: absolute;
  top: 13px;
  left: 21px;
}

.menu-close-bottom {
  position: absolute;
  bottom: 40px;
  z-index: 999999;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 56px !important;
  }
  .menu_topbar,
  .primary-menu,
  .sub-menu-desktop {
    display: none !important;
  }
  .main-menu {
    height: 56px !important;
    background-color: #C9DFD1; /*   */
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    width: 100%;
    padding: 0px 28px;
    z-index: 2;
  }
  .mobile-logo,
  .user,
  .search-icon,
  .hamburger-top,
  .mobile-hamburger {
    display: block;
  }
}

@media (max-width: 530.98px) {
  .searchTerm {
    min-width: 300px;
  }
}

/* MOBILE NEW MENU */
a {
  color: #6188CE;
  text-decoration: none !important;
}

a:hover {
  color: #FFC9B9; /* peach */
}

#mobile-main-nav {
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
}

#mobile-main-nav li {
  list-style: none !important;
  position: relative !important;
}

#mobile-main-nav .menu-item > a {
  display: block !important;
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 18px !important;
  padding-right: 20px !important;
  border-top: 1px solid #C9DFD1 !important; /* jade */
  color: #4C956C; /* spruce */
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
}

#mobile-main-nav li.menu-item-has-children .sub-menu-btn {
  line-height: 46px !important;
  height: 46px !important;
  width: 60px !important;
  text-align: center !important;
  position: absolute !important;
  right: 0px !important;
  top: 0 !important;
  color: #4C956C !important; /* spruce */
  cursor: pointer !important;
}

#mobile-main-nav li.menu-item-has-children .sub-menu-btn:hover {
  background-color: transparent !important;
  color: #4C956C !important; /* spruce */
}

#mobile-main-nav {
  padding-top: 30px !important;
}

#mobile-main-nav .menu-item {
  float: none;
}

#mobile-main-nav .menu-item + .menu-item {
  margin-left: 0;
}

#mobile-main-nav .dropdown-menu {
  position: relative !important;
  float: none;
  font-size: 16px !important;
}

#mobile-main-nav .dropdown-menu.show {
  background-color: #D3E6F6; /* light blue */
  position: absolute;
  top: 0px;
  left: 0px;
  transform: none !important;
  border: none;
}

#mobile-main-nav .dropdown-menu.show .nav-link {
  padding-left: 35px !important;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.dropdown.show .sub-menu-btn i {
  transition: all .25s;
  transform: rotate(90deg);
}

.dropdown-menu {
  padding: 0px !important;
  margin: 0px !important;
}
