div#hs_cos_wrapper_navigation-primary {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  margin-top: 0;
  height: 100%;
  width: 35%;
  display: block;
  z-index: 2;
  color: #fff;
  background: #6786B8;
  align-items: center;
  transition: 0.8s;
}
.mobile-open div#hs_cos_wrapper_navigation-primary {
  right: 0;
}
.closebtn {
  position: absolute;
  right: 40px;
  top: 40px;
}
.closebtn img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 60px;
}
.navigation-primary {
  display: block;
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}
.triangle {
  display: none;
}
.submenu-toggle {
  display: none;
}
.submenu.level-1 {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-left: 40px;
  margin-top: 8rem;
}
.triangle-container.level-1 {
  display: none;
}
.submenu.level-1 > li {
  font-size: 15px;
  padding: 13px 0;
  font-weight: 500;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.submenu.level-2 {
  display: none;
}

.child-open .submenu.level-2 {
  display: block;
}
.menu-arrow-bg {
  position: relative;
  width: 53px;
  height: 53px;
  display: block;
}
.menu-arrow-bg:before,.menu-arrow-bg:after {
  position: absolute;
  background-color: #fff;
  content: "";
}
.menu-arrow-bg:before {
  width: 10px;
  height: 1px;
  top: 25px;
  left: 22px;
}
.menu-arrow-bg:after {
  width: 1px;
  height: 10px;
  left: 26px;
  top: 20.4px;
}
.child-open .menu-arrow-bg:after {
  display: none;
}

.triangle-container.level-2 {
  display: none;
}
.triangle.level-2 {
  display: none;
}
.triangle-container.level-2.hover .triangle {
  display: none;
}
.submenu.level-2 > li {

}
.submenu.level-2 .menu-item .menu-link {

}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}
/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

/* JR [ I-Tul ] edits */
li.no-submenu:nth-child(6) {
  margin-top: 50px;
  border-top: solid 1px #385786;
  width: 60%;
}
li.no-submenu:nth-child(6) a {
  color: #14192d !important;
  font-size: 13px;
  cursor: auto;
/*   font-family: Moneta; */
/*   font-weight: bold; */
  letter-spacing: 2px;
}
/* -- JR end -- */

@media (max-width: 991px) {
  div#hs_cos_wrapper_navigation-primary {
    width: 40%;
  }
}

@media (max-width: 1065px) {
  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: -15px;
  }
  .submenu.level-1 > li {
    padding-right: 20px;
  }
}

@media (max-width: 800px) {
  div#hs_cos_wrapper_navigation-primary {
    width: 47%;
  }
}

@media (max-width: 700px) {
  div#hs_cos_wrapper_navigation-primary {
    width: 54%;
  }
}

@media (max-width: 575px) {
  div#hs_cos_wrapper_navigation-primary {
    width: 60%;
  }
  .closebtn img {
    width: 48px;
  }
  .submenu.level-1 {
    padding-left: 30px;
  }
}

@media (max-width: 420px) {
  div#hs_cos_wrapper_navigation-primary {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .closebtn img {
    width: 46px;
  }
  .submenu.level-1 {
    padding-left: 20px;
  }
  .submenu.level-1 > li {
    font-size: 13px;
  }
}




