/*NAVIGATION*/
#vsnext_v2_skin .dnn-next-nav {
  margin: 0;
  padding: 0;
  height: 100%;
}

#vsnext_v2_skin .dnn-next-nav > li {
  float: left;
  padding-left: 60px;
  margin: 0px;
  list-style: none;
  height: 100%;
}

#vsnext_v2_skin .dnn-next-nav .nav-item-root {
  position: relative;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap-reverse;
  color: white !important;
  cursor: pointer;
}

#vsnext_v2_skin .dnn-next-nav > li > a,
#vsnext_v2_skin .dnn-next-nav > li > span {
  display: block;
  color: white;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

#vsnext_v2_skin .dnn-next-nav .dnn-next-submenu-container.lvl-0 {
  position: fixed;
  background-image: linear-gradient(180deg, rgb(6, 28, 50, 0.85), rgb(9, 43, 79, 0.85)) !important;
  background-color: transparent !important;
  z-index: -1;
  width: 100%;
  left: 0;
  top: -500px;
  transition: top 0.6s ease-in-out;
  box-shadow: 0px 2px 5px #303030;
  padding: 15px 0 15px;
}

#vsnext_v2_skin .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 {
  margin: 0 auto 0;
  max-width: 1350px;
}

#vsnext_v2_skin .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 li {
  list-style: none;
  height: 35px;
  margin-bottom: 0px;
}

#vsnext_v2_skin .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 a,
#vsnext_v2_skin .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 span {
  color: white;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap-reverse;
  padding: 0;
  font-size: 14px;
}

#vsnext_v2_skin .dnn-next-nav .nav-item-root + .dnn-next-submenu-container.lvl-0:hover,
#vsnext_v2_skin .dnn-next-nav .nav-item-root:hover + .dnn-next-submenu-container.lvl-0 {
  top: 66px;
}

#vsnext_v2_skin .dnn-next-nav .nav-item-root[selected="1"],
#vsnext_v2_skin .dnn-next-nav .nav-item-root[breadcrumb="1"] {
  font-weight: bold;
  text-decoration: underline;
}

nav.desktop .secondary ul:not(.sc-menu) li.has-child.open ul, nav.desktop .secondary ul:not(.sc-menu) li.has-child:hover ul,
nav#vsnext_v2_skin .secondary ul:not(.sc-menu) li.has-child:hover ul {
  background-color: #092b4f !important;
  background-image: linear-gradient(180deg,rgb(9, 46, 79), rgb(9, 46, 79)) !important;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 1px 1px 4px #000000;
}

nav#vsnext_v2_skin .secondary ul:not(.sc-menu) li a:not(.button-outline-dark-tertiary) {
  color: white !important;
}

.mobile-menu-slide-in {
  animation: slideIn 0.75s forwards;
}

.mobile-menu-slide-out {
  animation: slideOut 0.75s forwards;
}

@keyframes slideIn {
  0% { right: -400px; }
  100% { right: -72px; }
}

@keyframes slideOut {
  0% { right: -72px; }
  100% { right: -400px; }
}

/*Mobile*/
#vsnext_v3_skin_mobile.header-mobile {
  display: none;
}

#vsnext_v3_skin_mobile.header-mobile {
  min-height: 66px !important;
  position: fixed;
  z-index: 4;
  background-image: linear-gradient(180deg, rgb(6, 28, 50, 0.85), rgb(9, 43, 79, 0.85)) !important;
  background-color: transparent !important;
  border-bottom: none !important;
  height: auto;
  width: 100%;
  padding: 0 20px 0;
}

#vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
  margin-left: 0;
  margin-right: 0;
  max-width: 90%;
  justify-content: space-between;
  display: flex;
}

.logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
.logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
  max-width: 97%;
}

#vsnext_v3_skin_mobile .display-flex.align-center.justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#vsnext_v3_skin_mobile #dnnMobileMenuIcon {
  font-size: 20px;
  color: white;
  position: relative;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav.mobile-nav {
  position: absolute;
  z-index: 9999;
  right: -400px;
  top: 46px;
  background: #092b4f;
  width: max-content;
  text-align: right;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  max-width: 300px;
  max-height: 600px;
  overflow: scroll;
  height: auto;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-weight: 100;
}

#vsnext_v3_skin_mobile.header-mobile .mobile-nav .dnn-next-nav {
  position: initial;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav > li {
  padding: 10px 40px 10px 20px;
  text-align: left;
  float: inherit;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav > li > a,
#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav > li > span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

#vsnext_v3_skin_mobile.header-mobile ul {
  list-style: none;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 a,
#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .dnn-next-submenu-container.lvl-0 .dnn-next-submenu.lvl-0 span {
  color: white;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap-reverse;
  padding: 5px 0;
  font-size: 14px;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-in,
#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-off {
  margin: 0;
  border-top: 1px solid #f1f1f1;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-in li,
#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-off li {
  padding: 5px 30px 5px 0px;
  text-align: right;
  float: inherit;
}

#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-in li a,
#vsnext_v3_skin_mobile.header-mobile .dnn-next-nav .mobile-logged-off li a {
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 1400px) {
  #vsnext_v3_skin_mobile.header-mobile {
    display: block;
  }

  #vsnext_v2_skin {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 87%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 95%;
  }
}

@media only screen and (max-width: 800px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 83%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 94%;
  }
}

@media only screen and (max-width: 650px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 79%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 93%;
  }
}

@media only screen and (max-width: 550px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 75%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 92%;
  }
}

@media only screen and (max-width: 450px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 67%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 91%;
  }
}

@media only screen and (max-width: 360px) {
  #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 65%;
  }

  .logged-out #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between,
  .logged-in:not(.admin) #vsnext_v3_skin_mobile .inner-space.display-flex.justify-space-between {
    max-width: 84%;
  }
}

/*END -- NAVIGATION*/