html {
  font-size: 14px;
}
html,
body,
.nm-container {
  height: 100%;
}
.nm-container {
  position: relative;
}
.nm-container.open,
.modal-open .nm-container {
  overflow-y: hidden;
}
.nm-container.open .nm-menu .container {
  width: 100%;
}
#curtain {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9000;
}
.header {
  padding: 10px;
  position: relative;
}
.nav-toggle {
  margin-top: -16px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
}
.nav-toggle .btn {
  background-color: #ffffff;
  color: #0091cf;
  padding: 9px 10px;
  line-height: 1;
}
.nav-toggle .icon-bar {
  background-color: #0091cf;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.nm-menu {
  background-color: #86a33b;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 10000;
  height: 100%;
  width: 280px;
  overflow: auto;
  color: #f2f2f2;
  -webkit-overflow-scrolling: touch;
}
.nm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-level-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 1.7em;
  padding: 0.7em;
}
.nm-level {
  position: absolute;
  top: 0;
  left: -280px;
  height: 100%;
  width: 100%;
}
.nm-container.open .nm-level {
  padding: 0;
}
.menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.menu-item-text,
.menu-item-arrow,
.nm-back {
  color: #f2f2f2;
  display: block;
  padding: 0.7em;
  outline: none;
  font-size: 1.4em;
  cursor: pointer;
}
.menu-item-text:hover,
.menu-item-arrow:hover,
.nm-back:hover,
.menu-item-text:focus,
.menu-item-arrow:focus,
.nm-back:focus {
  text-decoration: none;
  background-color: #b32424;
  color: #ffffff;
}
.nm-back {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  font-weight: 700;
  display: block;
  position: relative;
  font-size: 13px;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nm-back::after {
  position: absolute;
  content: '\2039';
  right: 15px;
  font-size: 1.3em;
  color: #fff;
  top: 10px;
}
.menu-item-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
li:not(.has-dropdown) > .menu-item .menu-item-arrow {
  display: none;
}
.has-dropdown > .menu-item > .menu-item-text {
  margin-right: 50px;
}
@media (min-width: 992px) {
  .nm-back,
  .menu-level-header,
  .menu-item-arrow {
    display: none;
  }
  .nm-menu {
    left: 0;
    position: relative;
    height: auto;
    width: auto;
    z-index: 500;
    overflow: visible;
  }
  .nm-menu .menu-item-text {
    font-size: 1rem;
  }
  .nm-menu .menu-item {
    border: none;
  }
  .nm-level {
    height: auto;
    left: 0;
  }
  .has-dropdown > .menu-item > .menu-item-text {
    margin-right: 0;
  }
  .nm-level[data-level="1"] {
    position: static;
    margin: 0 auto;
  }
  .nm-level[data-level="1"] > ul > li {
    float: left;
  }
  .nm-menu .lvl-1 {
    font-size: 1.2rem;
    padding: .7em 1em;
  }
  .nm-level[data-level="1"],
  .lvl2-container {
    width: 100%;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .nm-level[data-level="2"] {
    top: auto;
    display: none;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19);
    z-index: 2;
  }
  .lvl2-container a {
    color: #666666;
    padding: .3em;
  }
  .lvl2-container a:hover,
  .lvl2-container a:focus {
    color: #000000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .lvl2-container > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    width: 100%;
  }
  .lvl2-container > ul > li {
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .lvl2-container .lvl-2 {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    margin-bottom: 8px;
  }
  .nm-level[data-level="3"] {
    top: auto;
    position: relative;
  }
  .nm-menu .lvl-3 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .nm-level[data-level="1"],
  .lvl2-container {
    max-width: 1220px;
  }
}
/*# sourceMappingURL=nm-menu.css.map */