.new-mm {
  position: relative;
  z-index: 99;
}
.new-mm button {
  background-color: #213D70;
  color: #FFF;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  border-radius: 0;
  position: relative;
  font-weight: normal;
  padding: 11px 23px;
  margin-bottom: 0.5em;
}
.new-mm button span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
.new-mm button span:after, .new-mm button span:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 0;
}
.new-mm button span:after {
  top: 9px;
}
.new-mm button span:before {
  bottom: 9px;
}
.new-mm button.open span:after {
  transform: rotate(45deg);
  top: 7px;
}
.new-mm button.open span:before {
  transform: rotate(-45deg);
  bottom: 6px;
}
.new-mm.open > ul {
  display: block;
}
.new-mm ul, .new-mm li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-mm > ul {
  padding: 0 1.25em;
}
.new-mm li {
  box-sizing: border-box;
  position: relative;
}
.new-mm a {
  color: black;
  font-weight: bold;
  display: block;
  position: relative;
  text-decoration: none;
}
.new-mm li.current-menu-ancestor > a {
  color: #666666;
}
.new-mm > ul {
  display: none;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.new-mm > ul > li > a {
  display: inline-block;
  padding: 0.75em 0.75em;
}
.new-mm > ul > li.current-menu-item > a {
  color: #666666;
}
.new-mm > ul > li .sub-menu {
  background: #ebebeb;
}
.new-mm > ul > li .sub-menu a {
  color: #000;
  padding: 0.75em 0.75em;
}
.new-mm > ul > li .sub-menu a:focus, .new-mm > ul > li .sub-menu a:hover {
  background: #ebebeb;
}
.new-mm > ul > li .sub-menu .sub-menu {
  padding-left: 2em;
}
.new-mm .sub-menu {
  display: none;
}
.new-mm .menu-item-has-children {
  position: relative;
}
.new-mm .menu-item-has-children > .dropdown {
  height: 100%;
  width: 2em;
  position: absolute;
  right: 0;
  top: 0;
}
.new-mm .menu-item-has-children > .dropdown:after {
  position: absolute;
  right: 0.5em;
  top: 1.35em;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.new-mm .menu-item-has-children.open > .dropdown:after {
  transform: rotate(180deg);
}
.new-mm .menu-item-has-children.open > .sub-menu {
  display: block;
}

.no-touch .new-mm button {
  display: none;
}
.no-touch .new-mm > ul {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.no-touch .new-mm > ul > li {
  display: inline-block;
}
.no-touch .new-mm > ul > li > a {
  display: block;
  padding: 1.25em 0.75em;
}
.no-touch .new-mm > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.75em;
  bottom: 0;
  right: 0.75em;
  border-bottom: solid 6px transparent;
}
.no-touch .new-mm > ul > li > a:focus:before, .no-touch .new-mm > ul > li > a:hover:before {
  border-bottom-color: #F8971D;
}
.no-touch .new-mm > ul > li.current-menu-ancestor > a:before, .no-touch .new-mm > ul > li.current-menu-item > a:before {
  border-bottom-color: #F8971D;
}
.no-touch .new-mm > ul > li .sub-menu {
  background-color: #FFF;
  position: absolute;
  display: block;
  z-index: 2;
  min-width: 16em;
}
.no-touch .new-mm > ul > li .sub-menu > li > .sub-menu {
  display: block;
  left: 100%;
  top: 0;
  padding-left: 0;
}
.no-touch .new-mm .menu-item-has-children > .dropdown {
  display: none;
}
.no-touch .new-mm .sub-menu {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(2em);
}
.no-touch .new-mm .menu-item-has-children:focus > .sub-menu, .no-touch .new-mm .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.no-touch .new-mm > ul > li#menu-item-16526 .sub-menu > li > .sub-menu,
.no-touch .new-mm > ul > li#menu-item-7985 .sub-menu > li > .sub-menu,
.no-touch .new-mm > ul > li#menu-item-23746 .sub-menu > li > .sub-menu {
  right: 100%;
  left: auto;
}