.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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background: #fff;
}
.site-header a,
.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: "Plak BlackCondensed", 'Roboto Condensed', 'Arial Condensed Extra Bold';
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  white-space: nowrap;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000;
}
.site-header .site-title-mobile {
  display: none;
}
.site-header .site-title-mobile a {
  text-decoration: none;
}
.masthead {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:x` flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@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;
  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;
}
.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 .logo-img {
    display: block;
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .masthead .site-title.mnav {
    line-height: 21px;
  }
  .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 {
    margin-right: 16px;
    padding: 0 0 0 8px;
    border: none;
    background-color: transparent;
  }
  .masthead .user-actions .burger-button img {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
}
@media (min-width: 992px) {
  .masthead .logo-img {
    display: block;
    height: 56px;
    margin: 8px 0;
    padding-right: 0;
    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;
  }
  .masthead .user-actions .stores a,
  .masthead .user-actions .account a {
    /* margin-right: 16px; */
  }
  .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-right: 16px;
  padding-left: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.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;
}
.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: 2px;
}
.masthead .search-button {
  position: relative;
  z-index: 2;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url('https://satchel.rei.com/media/img/ico/icon-rei-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.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 {
    padding-right: 8px;
    min-width: 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: 100px;
    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;
  outline: none;
}


@media (min-width: 992px) {
  .global-nav .nav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100%;
    margin: auto 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 .site-title-desktop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .global-nav .level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 62px;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 12px;
    cursor: pointer;
    overflow: hidden;
  }

  .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:focus {
    outline: none;
  }
  .global-nav .navitem-1:focus > .nav-link {
    outline: thin dotted;
    outline: 0.5rem auto;
    outline-color: #4eaaff;
    outline-offset: -0.2rem;
  }
  .global-nav .site-title-inner-text,
  .global-nav .top-nav-title {
    position: relative;
    display: block;
    line-height: 24px;
  }
  .global-nav .top-nav-title {
    font-size: 14px;
  }
  .global-nav .navitem-1.focused .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% + 14px);
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2e2e2e;
    content: '';
  }
  .global-nav .level-2 {
    visibility: hidden;
    padding: 32px;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    cursor: auto;
    transition-delay: 0s, 300ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: 300ms, 0s;
    transition-property: opacity, visibility;
  }
  .global-nav .navitem-1.active .level-2 {
    visibility: visible;
    opacity: 1;
    transition-delay: 250ms, 250ms;
    transition-duration: 100ms, 0s;
  }
  .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;
  }
  .global-nav.two-level .level-2 {
    display: block;
    padding: 0;
  }
  .global-nav.two-level .ie-shim,
  .global-nav.two-level .level-2-inner-wrapper {
    position: absolute;
    top: 100%;
    right: auto;
    left: -12px;
    display: block;
    width: auto;
    padding: 24px 24px 16px 24px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .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 .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-inner-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            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 .navitem-1 {
    padding: 0 16px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav .top-nav-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-nav.two-level .ie-shim,
  .global-nav.two-level .level-2-inner-wrapper {
    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: absolute;
    z-index: 1001;
    top: 0;
    right: -320px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 320px;
    height: 100vh;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .global-nav .globalhead {
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding: 16px;
    background-color: #efefef;
  }
  .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 {
    display: none;
    padding-left: 0;
    list-style: none;
  }
  .global-nav .level-3 {
    padding-left: 0;
  }
  .global-nav .navitem {
    display: block;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
  }
  .global-nav .navitem > a,
  .global-nav .navitem > a:hover {
    text-decoration: none;
  }
  .global-nav .active .top-nav-title {
    border-bottom: 0.1rem solid #ccc;
  }
  .global-nav .nav-title.top-nav-title {
    display: block;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
  }
  .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 .navitem-1 {
    border-bottom: 0.1rem solid #ccc;
  }
  .global-nav .navitem-1.active .level-2 {
    display: block;
  }
  .global-nav .navitem-1.active .top-nav-title::before {
    content: '\e738';
  }
  .global-nav .navitem-2 {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .global-nav .navitem-2:last-child {
    padding-bottom: 16px;
  }
  .menu-shade {
    display: none;
  }
  /* Menu State Changes */
  body.menu-open {
    overflow: hidden;
    /* Page Shift */
  }
  body.menu-open .inner-wrap {
    max-height: 100vh;
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    /* Hide Overflow */
  }
  body.menu-open .inner-wrap .menu-shade {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    background: #000000;
    box-shadow: -3px 1px 2px 0 rgba(0, 0, 0, 0.3);
    content: '';
    cursor: pointer;
  }
}
/**
 * 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: "Roboto", "Helvetica Neue", Helvetica, Arial, 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;
}