.Rei2Menu {
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 4px rgb(26 26 26 / 20%);
  background: #f4f2ed;
}

.Rei2Menu a:focus {
  outline: 0.5rem auto #000;
}

.site-header
  .auto-complete-container
  > ul
  > li.search-menu-item.selected-auto-term {
  color: #004e00;
  text-decoration: underline;
  text-decoration-skip: ink;
  outline: none;
}

.site-header {
  position: relative;
  z-index: 1000;
  font-family: Graphik, 'Helvetica Neue', sans-serif;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .site-header {
    position: static;
  }
}

.site-header a:not(.unav-item__link),
.site-header button {
  color: #2e2e2e;
}
.site-header h1 {
  margin: 0;
}
.site-header li {
  list-style-type: none;
}
.site-header .site-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-family: Stuart, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  white-space: nowrap;
  letter-spacing: -0.16px;
  text-transform: none;
  color: #000;
  margin-bottom: -7px;
}
.site-header .site-title-mobile {
  display: block;
}
.site-header .site-title-mobile a {
  text-decoration: none;
}
.masthead {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  height: 80px;
}
@media (min-width: 992px) {
  .masthead {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
  }
}
.masthead .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.masthead .user-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 16px 0 0;
  padding-left: 0;
}
.masthead .user-actions a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}
.masthead .user-actions .user-actions-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
}
@media (max-width: 992px) {
  .masthead {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .masthead .logo,
  .masthead .user-actions {
    position: relative;
    left: 0;
    width: auto;
    transition: left 0.6s, width 1.5s;
    -webkit-transition: left 0.6s, width 1.5s;
    -moz-transition: left 0.6s, width 1.5s;
    min-width: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .masthead .user-actions .burger {
    display: flex;
    align-items: center;
  }

  .masthead .logo-img {
    display: block;
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .masthead .site-title.mnav {
    line-height: 21px;
    font-size: 22px;
  }
  .masthead .site-title.dnav {
    display: none;
    transition: all 0.6s;
  }
  .masthead .user-actions .user-actions-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .masthead .user-actions .account,
  .masthead .user-actions .stores {
    display: none;
  }
  .masthead .user-actions .cart {
    position: relative;
    left: 0;
  }
  .masthead .user-actions .burger-button {
    padding: 8px;
    border: none;
    background-color: transparent;
  }
  .masthead .user-actions .burger-button svg {
    width: 24px;
    height: 24px;
  }
  .masthead .user-actions .burger-button .burger-button__icon-close {
    display: none;
  }
  .menu-open .masthead .user-actions .burger-button::after {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #292929;
    content: "";
  }
  .menu-open .masthead .user-actions .burger-button .burger-button__icon-open {
    display: none;
  }
  .menu-open .masthead .user-actions .burger-button .burger-button__icon-close {
    display: block;
  }
}
@media (min-width: 992px) {
  .masthead .logo-img {
    display: block;
    height: 48px;
    min-width: 76px;
    margin: 8px 0;
    padding-right: 16px;
    padding-left: 0;
  }
  .masthead .user-actions .user-actions-text {
    display: inline;
    margin-right: 4px;
  }
  .masthead .user-actions .stores,
  .masthead .user-actions .account {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .stores .my-store-nav-button--icon {
    fill: #616161;
    width: 24px;
    height: 24px;
  }

  .stores .stores__content {
    margin-left: 4px;
  }

  .stores .stores__title {
    display: block;
    font-family: Graphik, Helvetica Neue, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.08px;
    font-size: 12px;
    line-height: 16px;
  }

  .stores .stores__find {
    color: #292929;
    text-decoration: underline;
    font-family: Graphik, Helvetica Neue, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.16px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
  }

  .masthead .burger {
    display: none;
  }
}
/**
 * Search bar
 * ----------
 * This design will be replaced by cedar component, new design at
 * https://rei.invisionapp.com/share/34D65YS2U#/screens/253990749
 * TODO: implement new design
 */
.masthead .search {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  padding-left: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  margin: 0 10px 0 0;
}
.masthead .search-form {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0;
}
.masthead .search-field,
.masthead .search-autocomplete-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  z-index: 1;
  height: 40px;
  border-radius: 4px;
}
.masthead .search-button {
  position: relative;
  z-index: 2;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  padding: 8px;
}

.masthead .search-button svg {
  width: 24px;
  height: 24px;
  fill: #616161;
  flex: 0 0 auto;
}
.masthead .search-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.masthead .search-cancel {
  display: none;
}
@media (max-width: 992px) {
  .masthead .search {
    min-width: 0;
    margin-right: 0;
  }
  .masthead .search-autocomplete-wrapper {
    width: 0;
    transition: width 0.6s ease-in;
    -webkit-transition: width 0.6s ease-in;
    -moz-transition: width 0.6s ease-in;
  }
  .masthead .search-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 0;
    min-width: 0;
    padding: 0;
    border: 0;
  }
  .masthead .search-cancel {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0;
    min-width: 0;
    padding: 0;
    opacity: 0;
    border: none;
    background-color: transparent;
    transition: width 2s, opacity 2s;
    -webkit-transition: width 2s, opacity 2s;
    -moz-transition: width 2s, opacity 2s;
  }
  .masthead.search-expanded .logo {
    left: -100%;
    width: 0;
    transition: left 1.6s, width 2.5s;
    -webkit-transition: left 1.6s, width 2.5s;
    -moz-transition: left 1.6s, width 2.5s;
  }
  .masthead.search-expanded .user-actions,
  .masthead.search-expanded .amp-sidebar-button {
    left: 100%;
    width: 0;
    transition: left 1.6s, width 2.5s;
    -webkit-transition: left 1.6s, width 2.5s;
    -moz-transition: left 1.6s, width 2.5s;
  }
  .masthead.search-expanded .search-autocomplete-wrapper {
    width: 100%;
    transition: width 0.6s linear;
    -webkit-transition: width 0.6s linear;
    -moz-transition: width 0.6s linear;
  }
  .masthead.search-expanded .search-field {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 10px;
    padding-left: 10px;
    border: solid 1px #cccccc;
  }
  .masthead.search-expanded .search-cancel {
    width: auto;
    padding: 8px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .masthead .search-field {
    width: 370px;
    padding: 0 34px 0 10px;
    border: solid 1px #cccccc;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
  }
  .masthead.search-expanded .search-field {
    width: 370px;
    padding-left: 10px;
  }
  .masthead .search-button {
    position: relative;
    z-index: 99;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 40px;
    height: 40px;
    margin-left: -40px;
  }
}
/**
 * Desktop Mega Menu
 * -----------------
 * this page is mostly desktop and global traits - mobile is in mobile-nav.less
 * Current functionality includes open on hover, basic tab accessibility
 * Based on pattern at https://adobe-accessibility.github.io/Accessible-Mega-Menu/
 * there are two types of menus for sites with two and three level navigation
 * TODO: this needs restructure due to tacked on items - but should happen as part
 * masthead redesign, with mobile taken into account
 */
.global-nav {
  position: relative;
  line-height: normal;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .global-nav {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
  }
}
.global-nav .navitem {
  list-style: none;
}
.global-nav .nav-link {
  display: block;
}

@media (min-width: 992px) {
  .global-nav .nav-link {
    display: flex;
    align-items: center;
    max-height: 100%;
    margin: auto 0;
    padding: 16px 12px;
  }
  .global-nav .nav-link-2 {
    padding: 0;
  }
  .global-nav .site-title {
    padding-left: 0;
    height: 100%;
  }
  .global-nav .site-title .nav-link {
    text-decoration: none;
  }
  .global-nav .site-title .nav-link:focus {
    outline: thin dotted;
    outline: 0.5rem auto;
    outline-color: #4eaaff;
    outline-offset: -0.2rem;
    text-decoration: none;
  }
  .global-nav .level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    margin: 0;
    padding-left: 0;
    border-top: 1px solid #cccccc;
  }
  .global-nav .level-1.nav-focused {
    overflow: visible;
  }
  .global-nav .level-1.nav-focused > li:not(.focused) .top-nav-title {
    opacity: 0.8;
  }
  .global-nav .navitem-1 {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
  }

  .global-nav .site-title-desktop {
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    display: none;
  }

  .global-nav .navitem-push-to-right {
    margin-left: auto;
  }

  .global-nav .navitem-1.active{
    overflow: visible;
  }

  .global-nav .navitem-1:first-child {
    padding-left: 0;
  }
  .global-nav .navitem-1 > .nav-link {
    text-decoration: none;
  }
  .global-nav .navitem-1 > .nav-link:hover,
  .global-nav .navitem-1 > .nav-link:focus {
    text-decoration: none;
  }
  .global-nav .navitem-1 > .nav-link:focus {
    outline: none;
  }
  .global-nav .site-title-inner-text,
  .global-nav .top-nav-title {
    position: relative;
    display: block;
    line-height: 16px;
  }
  .global-nav .top-nav-title {
    font-size: 16px;
  }

  .nav-title__carret-right,
  .nav-title__carret-left {
    display: none;
    width: 24px;
    height: 24px;
    fill: #292929;
  }

  .global-nav .navitem-1.focused,
  .global-nav .navitem-1.active {
    text-shadow: #292929 0.5px 0 0;
  }
  .global-nav .navitem-1.focused .top-nav-title:after,
  .global-nav .navitem-1 > .nav-link:focus .top-nav-title:after,
  .global-nav .site-title:hover .site-title-inner-text:after,
  .global-nav .site-title .nav-link:focus .site-title-inner-text:after {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2e2e2e;
    content: "";
  }
  .global-nav .level-2 {
    display: none;
    visibility: hidden;
    padding: 32px;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    cursor: auto;
    text-shadow: none;
    /* transition: opacity 0s cubic-bezier(.32, .94, .6, 1) 325ms, visibility .4s cubic-bezier(.32, .94, .6, 1) 325ms; */
  }
  .global-nav .navitem-1.active .level-2{
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .global-nav .navitem-3 {
    font-size: 14px;
  }
  .global-nav .navitem-3 a:hover,
  .global-nav .navitem-3 a:focus {
    text-decoration: underline;
  }
  .global-nav .navitem-3 ul {
    padding-left: 0;
  }
  .global-nav.two-level .level-1 {
    position: relative;
  }
  .global-nav.two-level .navitem-1 {
    position: relative;
    white-space: nowrap;
  }
  .global-nav.two-level .level-2 {
    display: block;
    position: absolute;
    top: 100%;
    right: auto;
    left: -12px;
    display: block;
    width: auto;
    padding: 16px 32px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid #dadada;
  }
  .global-nav.two-level .navitem-1:last-child .ie-shim,
  .global-nav.two-level .navitem-1:nth-last-child(2) .ie-shim {
    right: -12px;
    left: auto;
  }
  .global-nav.two-level .navitem-2 {
    display: block;
    min-width: 100%;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .global-nav.two-level .mobile-menu-header {
    display: none;
  }

  .global-nav.two-level .navitem-2 .nav-link:hover{
    text-decoration: underline;
  }

  .global-nav.two-level .navitem-2:last-child {
    padding-bottom: 0;
  }
  .global-nav.two-level .nav-title-2 {
    font-size: 14px;
  }
  .global-nav.two-level .section-break {
    padding-top: 24px;
  }
  .global-nav.two-level .section-break:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -16px;
    background-color: #cccccc;
    content: "";
  }
  .global-nav.three-level {
    /*
             * Single-list: used for menus like "brands" on REI Garage
             * one long list in columns - only exists for 3-level nav
             * TODO: browser-test this specifically before Garage implementation
             */
  }
  .global-nav.three-level .level-2 {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
  }
  .global-nav.three-level .level-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .global-nav.three-level .navitem-1.active .level-2:before {
    position: absolute;
    top: -2px;
    left: 32px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #cccccc;
    content: "";
  }
  .global-nav.three-level .navitem-2 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-bottom: 16px;
  }
  .global-nav.three-level .level-3 {
    padding-left: 0;
  }
  .global-nav.three-level .nav-title-2,
  .global-nav.three-level .navitem-3 {
    display: block;
    margin-right: 10px;
    margin-bottom: 16px;
  }
  .global-nav.three-level .nav-title-2 {
    font-family: "Sentinel", "Roboto", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    font-size: 18px;
  }
  .global-nav.three-level .navitem-3 {
    font-size: 14px;
  }
  .global-nav.three-level .single-list .navitem-2 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .global-nav.three-level .single-list .nav-title-2 {
    display: block;
    width: 100%;
    padding-bottom: 12px;
  }
  .global-nav.three-level .single-list .level-3 {
    -webkit-column-count: 5;
    column-count: 5;
    -webkit-column-width: 20%;
    column-width: 20%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav .site-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav .top-nav-title {
    font-size: 16px;
  }
  .global-nav .nav-link:focus .top-nav-title {
    outline: 3px solid #000;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav.two-level .level-2 {
    left: -16px;
    padding: 24px 32px 16px 32px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav.two-level .navitem-1:last-child .ie-shim,
  .global-nav.two-level .navitem-1:nth-last-child(2) .ie-shim {
    right: -16px;
  }
}
/**
 * Mobile Navigation
 * -----------------
 * Current version will be replaced by new design, this is a frankenstein for now.
 * Based off old design with a few tweaks to make it fit better with the new desktop nav.
 * TODO: new design to be prototyped: https://rei.invisionapp.com/share/34D65YS2U#/screens/252545594
 * Don't forget - Need leaf handling on top nav
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.off-canvas-wrap {
  overflow: hidden;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.inner-wrap:after,
.inner-wrap:before {
  display: table;
  content: " ";
}
.globalhead {
  display: none;
}
@media (max-width: 991px) {
  
  .inner-wrap {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .menu-open .globalhead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-open .global-nav .level-1 {
    display: block;
  }
  .site-title.mnav {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    transition: all 0.6s;
    white-space: nowrap;
  }
  .global-nav {
    position: fixed;
    z-index: 1001;
    top: 120px;
    right: -320px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 320px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    transition: right 0.75s ease;
    border-top: 1px solid #ccc;
  }

  .menu-open .global-nav {
    right: 0;
  }

  .global-nav .globalhead {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 16px;
    background-color: #efefef;
    display: none;
  }
  .global-nav .globalhead .globalhead-text {
    margin-right: 4px;
  }
  .global-nav .globalhead .globalhead-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  .global-nav .globalhead .user-actions-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  .global-nav .globalhead .stores a,
  .global-nav .globalhead .account a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .global-nav .globalhead .stores:nth-child(2),
  .global-nav .globalhead .account:nth-child(2) {
    margin-left: 16px;
  }
  .global-nav .globalhead .mobile-menu-close-button {
    margin-left: auto;
    padding: 0;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
  }
  .global-nav .globalhead .mobile-menu-close-button img {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  .global-nav .site-title {
    display: none;
  }
  /* .global-nav.two-level .section-break {
    margin-top: 16px;
    border-top: 0.1rem solid #ccc;
  } */
  .global-nav .level-1 {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .global-nav .level-2 {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    transition: visibility .75s ease-in-out, left .75s ease-in-out;
  }

  .global-nav .level-3 {
    padding-left: 0;
  }
  .global-nav .navitem {
    display: block;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
  }

  .global-nav .mobile-menu-header > a{
    display: flex;
    font-family: Graphik, Helvetica Neue, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    color: #292929;
    line-height: 20px;
    background: #f4f2ed;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .global-nav .mobile-menu-header .nav-title__carret-left {
    position: absolute;
    left: 16px;
  }

  .global-nav .navitem > a{
    padding: 16px;
    text-decoration: none;
  }

  .global-nav .navitem > a:focus {
    outline-offset: -1px;
  }

  .global-nav .nav-title.top-nav-title {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .nav-title__carret-right,
  .nav-title__carret-left {
    display: block;
    width: 24px;
    height: 24px;
    fill: #292929;
  }

  /* .global-nav .nav-title.top-nav-title:before {
    float: right;
    margin-top: 0.4rem;
    content: "\e739";
    font-family: rei-icons;
    font-size: 0.8rem;
    speak: none;
  } */
  .global-nav .site-title-desktop {
    display: none;
  }
  .global-nav .navitem-1 {
    border-bottom: 1px solid #ccc;
  }
  .global-nav .navitem-1.active .level-2 {
    overflow-x: hidden;
    visibility: visible;
    left: 0;
  }
  .global-nav .navitem-2 {
    border-bottom: 1px solid #dadada;
  }
  .menu-shade {
    /* display: none; */
    position: fixed;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    top: 120px;
    background: transparent;
    transition: visibility .75s ease-in-out, background-color .75s ease-in-out;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .inner-wrap {
    /* max-height: 100vh; */
    /* -webkit-transform: translateX(-320px); */
    /* transform: translateX(-320px); */
  }
  body.menu-open .inner-wrap .menu-shade {
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    visibility: visible;
    z-index: 2;
    top: 120px;
    right: 0;
    width: 100vw;
    height: 100vh;
    box-shadow: -3px 1px 2px 0 rgba(0, 0, 0, 0.3);
    content: "";
    cursor: pointer;
  }
  .global-nav .is-hide-mobile {
    display: none;
  }
}
/**
 * COPY OF OLD AUTOCOMPLETE MODULE
 * -------------------------------
 * this is the old css with very minor updates, kind of hacked for now, need to clean up
 * TODO: noticed this has some accessibility issues, should fix with update
 */
.site-header .auto-complete-container {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 8px;
  width: calc(100% - 16px);
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #fff;
  cursor: pointer;
  font-family: Graphik, 'Helvetica Neue', sans-serif;
  font-size: 1.6rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .site-header .auto-complete-container {
    left: 0;
    width: 100%;
  }
}
.site-header .auto-complete-container > ul {
  margin: 0;
  padding: 0;
}
.site-header .auto-complete-container > ul > li.search-menu-item {
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 35px;
  list-style-type: none;
}
.site-header
  .auto-complete-container
  > ul
  > li.search-menu-item.selected-auto-term {
  color: #004e00;
  text-decoration: underline;
}
.site-header .auto-complete-container > ul > li.search-menu-item:last-child {
  border-bottom: none;
}
.site-header
  .auto-complete-container
  > ul
  > li.search-menu-item
  > span.search-term {
  color: inherit;
  font-weight: normal;
}
.site-header span > .search-term,
.site-header .search-input {
  font-weight: bold;
}
.site-header ::-webkit-input-placeholder {
  font-weight: normal;
}
.site-header :-ms-input-placeholder {
  font-weight: normal;
}
.site-header ::placeholder {
  font-weight: normal;
}

.globalnav__account-item {
  padding-right: 6px !important;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 992px) {
  .globalnav__account-item {
    margin-top: 10px;
  }
}

.globalnav__account-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globalnav__account-item .user-actions-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
}

@media (max-width: 992px) {
  .globalnav__account-item.-isLoggedIn {
    display: none;
  }
}

.navitem-no-children .nav-title.top-nav-title:before {
  content: none;
}

/* Added for Site Rules Link */
.globalnav__last-item {
  padding-right: 6px !important;
}
