#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(68, 68, 68, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(52, 52, 52, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(51, 51, 51, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(40, 40, 40, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 15px;
        transition: none;
        color: rgba(255, 255, 255, 0.30); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(0, 0, 0, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
/*  */
section#section-stacks_in_47_page13 {
  /*  */
  background: rgba(34, 34, 34, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 50px 20px 50px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_47_page13 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_47_page13 .section-header-title {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 38px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 61.484001px;
      /*  */ }
    section#section-stacks_in_47_page13 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(255, 255, 255, 0.20);
      font-size: 16px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_47_page13.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_47_page13.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_47_page13 .section-header-title {
    font-size: 30px;
    margin: 0 auto 5px auto;
    line-height: 48.540001px; }
  section#section-stacks_in_47_page13 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_47_page13 .section-header-title {
    font-size: 28px;
    margin: 0 auto 5px auto;
    line-height: 45.304001px; }
  section#section-stacks_in_47_page13 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
/*  */
#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(158, 209, 128, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(122, 161, 98, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(38, 48, 60, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(38, 48, 60, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Roboto Condensed", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(55, 69, 84, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 18px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(38, 48, 60, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 15px;
        transition: none;
        color: rgba(142, 202, 109, 1.00); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(255, 255, 255, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(59, 57, 98, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(238, 41, 93, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(59, 57, 98, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(238, 41, 93, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 15px;
        transition: none;
        color: rgba(231, 9, 75, 1.00); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(0, 0, 0, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(100, 68, 73, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(154, 79, 73, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(51, 51, 51, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(40, 40, 40, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 15px;
        transition: none;
        color: rgba(255, 255, 255, 0.30); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(0, 0, 0, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(100, 70, 73, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(80, 57, 59, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(174, 102, 91, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(140, 82, 74, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(216, 149, 106, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(170, 119, 85, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(224, 187, 142, 1.00);
  /*  */
  /*  */
  color: rgba(100, 70, 73, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(100, 70, 73, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(100, 70, 73, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(194, 163, 123, 1.00);
  /*  */
  /*  */
  color: rgba(100, 70, 73, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(100, 70, 73, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(100, 70, 73, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(101, 77, 62, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(142, 112, 93, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 0px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(51, 51, 51, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(40, 40, 40, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 15px;
        transition: none;
        color: rgba(255, 255, 255, 0.30); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(0, 0, 0, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(101, 77, 62, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(56, 42, 34, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(160, 131, 112, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(122, 96, 80, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(215, 173, 128, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(166, 129, 89, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(234, 205, 172, 1.00);
  /*  */
  /*  */
  color: rgba(101, 77, 62, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(101, 77, 62, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(101, 77, 62, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(228, 194, 156, 1.00);
  /*  */
  /*  */
  color: rgba(101, 77, 62, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(101, 77, 62, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(101, 77, 62, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
/*  */
section#section-stacks_in_231_page13 {
  /*  */
  background: rgba(110, 137, 152, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 600px 20px 600px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_231_page13 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_231_page13 .section-header-title {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(62, 52, 224, 1.00);
      font-size: 38px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 61.484001px;
      /*  */ }
    section#section-stacks_in_231_page13 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(20, 20, 20, 1.00);
      font-size: 16px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_231_page13.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_231_page13.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_231_page13 .section-header-title {
    font-size: 30px;
    margin: 0 auto 5px auto;
    line-height: 48.540001px; }
  section#section-stacks_in_231_page13 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_231_page13 .section-header-title {
    font-size: 28px;
    margin: 0 auto 5px auto;
    line-height: 45.304001px; }
  section#section-stacks_in_231_page13 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
/*  */
#dive-stack-id {
  padding: 10px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(29, 38, 42, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(38, 50, 56, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Maven Pro", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 250px;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(38, 50, 56, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      padding: 15px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(55, 71, 79, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 24px;
        margin-right: 20px;
        transition: none;
        color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 14px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(255, 255, 255, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (10px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (10px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 10px;
    margin-right: 10px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 10px;
    padding-right: 10px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(59, 89, 152, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(29, 161, 242, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(219, 68, 55, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 252, 0, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(38, 50, 56, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 10px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(108, 178, 65, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(76, 65, 77, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(250, 242, 219, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(250, 242, 219, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(250, 242, 219, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(250, 242, 219, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Maven Pro", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 250px;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(95, 83, 96, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(250, 242, 219, 1.00);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      padding: 15px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(125, 188, 82, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 24px;
        margin-right: 20px;
        transition: none;
        color: rgba(108, 177, 64, 1.00); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 14px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(250, 242, 219, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (10px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (10px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 10px;
    margin-right: 10px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 10px;
    padding-right: 10px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 27, 36, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 10px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(208, 157, 115, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(37, 33, 38, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Maven Pro", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 250px;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(218, 173, 134, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(37, 33, 38, 0.70);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      padding: 15px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(49, 44, 50, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(136, 209, 251, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 24px;
        margin-right: 20px;
        transition: none;
        color: rgba(37, 33, 38, 1.00); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 14px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(37, 33, 38, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (10px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (10px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 10px;
    margin-right: 10px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 10px;
    padding-right: 10px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 27, 36, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
#dive-stack-id {
  padding: 10px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(51, 54, 125, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(30, 25, 69, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 250px;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      background: rgba(67, 74, 144, 1.00);
      /*  */
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      padding: 15px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        background: rgba(40, 36, 87, 1.00);
        /*  */
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 24px;
        margin-right: 15px;
        transition: none;
        color: rgba(255, 255, 255, 0.50); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 14px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(255, 255, 255, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (10px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (10px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 10px;
    margin-right: 10px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 10px;
    padding-right: 10px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(59, 89, 152, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(29, 161, 242, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(219, 68, 55, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 27, 36, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 252, 0, 1.00);
  /*  */
  /*  */
  color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(26, 27, 36, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(37, 211, 102, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(53, 70, 93, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(255, 69, 0, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(249, 72, 119, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(100, 65, 164, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
/*  */
section#section-stacks_in_328_page13 {
  /*  */
  background: rgba(26, 26, 26, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 600px 20px 600px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_328_page13 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_328_page13 .section-header-title {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 38px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 61.484001px;
      /*  */ }
    section#section-stacks_in_328_page13 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(61, 87, 254, 1.00);
      font-size: 16px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_328_page13.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_328_page13.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_328_page13 .section-header-title {
    font-size: 30px;
    margin: 0 auto 5px auto;
    line-height: 48.540001px; }
  section#section-stacks_in_328_page13 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_328_page13 .section-header-title {
    font-size: 28px;
    margin: 0 auto 5px auto;
    line-height: 45.304001px; }
  section#section-stacks_in_328_page13 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
/*  */
#dive-stack-id {
  padding: 15px;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease; }

#dive-stack-id .dive-toggle {
  z-index: 10;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  pointer-events: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  background: rgba(61, 87, 254, 1.00); }
  #dive-stack-id .dive-toggle:hover {
    background: rgba(62, 79, 215, 1.00); }
    #dive-stack-id .dive-toggle:hover .dive-toggle-icon-bar {
      background: rgba(255, 255, 255, 1.00); }
    #dive-stack-id .dive-toggle:hover i {
      color: rgba(255, 255, 255, 1.00); }
  #dive-stack-id .dive-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    #dive-stack-id .dive-toggle-icon i {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      transform: translate(-50%, -50%); }
    #dive-stack-id .dive-toggle-icon img {
      top: 50%;
      left: 50%;
      display: none;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px; }
  #dive-stack-id .dive-toggle-icon-bar {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1.00);
    transition: all 0.3s, background 0s; }
    #dive-stack-id .dive-toggle-icon-bar.bar-1 {
      transform: translate(-50%, -50%) rotate(45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-2 {
      top: 0;
      height: 50%;
      transform-origin: center bottom;
      transform: translate(-50%, 0) rotate(-45deg); }
    #dive-stack-id .dive-toggle-icon-bar.bar-3 {
      top: auto;
      bottom: 0;
      height: 50%;
      transform-origin: center top;
      transform: translate(-50%, 0) rotate(-45deg); }

#dive-stack-id.closed .dive-toggle.custom-icon .dive-toggle-icon-bar {
  display: none; }

#dive-stack-id.closed .dive-toggle.custom-icon i {
  display: flex; }

#dive-stack-id.closed .dive-toggle.custom-icon img {
  display: block; }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-1 {
  transform: translate(-50%, -50%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-2 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, -33%) rotate(90deg); }

#dive-stack-id.closed .dive-toggle-icon-bar.bar-3 {
  height: 100%;
  transform-origin: center center;
  transform: translate(-50%, 33%) rotate(90deg); }

#dive-stack-id.item-active .dive-toggle-icon-bar {
  transition: all 0.3s 0s linear, background 0s; }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-1 {
    transform: translate(-50%, -50%) rotate(90deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-2 {
    left: -2px;
    transform: translate(0, 0) rotate(45deg); }
  #dive-stack-id.item-active .dive-toggle-icon-bar.bar-3 {
    left: -2px;
    transform: translate(0, 0) rotate(-45deg); }

#dive-stack-id .dive-menu {
  opacity: 1;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s; }
  #dive-stack-id .dive-menu.item-font-preset {
    font-family: "Raleway", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-custom {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu.item-font-google {
    font-family: "", "Roboto", sans-serif; }
  #dive-stack-id .dive-menu ul {
    z-index: 10;
    width: 300px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    list-style: none;
    overflow: visible;
    transition: all 0.4s;
    box-sizing: border-box;
    flex-direction: column; }
    #dive-stack-id .dive-menu ul .list-inner {
      opacity: 1;
      max-height: 100%;
      overflow-y: hidden;
      transition: all 0.4s;
      border-radius: 5px; }
    #dive-stack-id .dive-menu ul li:not(.parent) > a::after {
      display: none; }
    #dive-stack-id .dive-menu ul li:last-child > a {
      border: none; }
    #dive-stack-id .dive-menu ul ul {
      top: auto;
      padding: 0;
      bottom: 0px;
      display: flex;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none;
      flex-direction: column;
      justify-content: flex-end; }
    #dive-stack-id .dive-menu ul a {
      /*  */
      /*  */
      background: rgba(61, 87, 254, 1.00);
      background: linear-gradient(to right, rgba(61, 87, 254, 1.00), rgba(47, 53, 205, 1.00));
      /*  */
      pointer-events: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 1.00);
      border-bottom: 1px solid rgba(0, 0, 0, 0.20);
      padding: 20px 20px;
      display: flex;
      line-height: 1;
      align-items: center;
      max-width: 100%;
      flex-direction: row;
      transition: all 0.3s;
      text-decoration: none;
      box-sizing: border-box; }
      #dive-stack-id .dive-menu ul a:hover, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page {
        /*  */
        /*  */
        background: rgba(54, 70, 242, 1.00);
        background: linear-gradient(to right, rgba(54, 70, 242, 1.00), rgba(54, 70, 242, 1.00));
        /*  */
        color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover i, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page i {
          color: rgba(255, 255, 255, 1.00); }
        #dive-stack-id .dive-menu ul a:hover::after, #dive-stack-id .dive-menu ul a.dive-menu-item-active-page::after {
          color: rgba(255, 255, 255, 1.00); }
      #dive-stack-id .dive-menu ul a i {
        font-size: 30px;
        margin-right: 20px;
        transition: none;
        color: rgba(0, 0, 0, 0.50); }
      #dive-stack-id .dive-menu ul a::after {
        font-size: 16px;
        line-height: 1;
        content: "\f125";
        transition: none;
        margin-left: auto;
        padding-left: 10px;
        display: inline-block;
        font-family: "Ionicons";
        color: rgba(255, 255, 255, 1.00); }

#dive-stack-id ul > .list-inner > li > a {
  opacity: 0;
  pointer-events: none; }

#dive-stack-id ul.active > .list-inner > li > a {
  opacity: 1;
  pointer-events: auto; }

#dive-stack-id ul.inactive > .list-inner > li > a {
  opacity: 0 !important;
  pointer-events: none !important; }

#dive-stack-id.closed .dive-menu ul .list-inner {
  opacity: 0;
  pointer-events: none; }
  #dive-stack-id.closed .dive-menu ul .list-inner > li > a {
    pointer-events: none; }

#dive-stack-id {
  opacity: 0;
  transform: translateY(100%); }
  #dive-stack-id.appear {
    opacity: 1;
    transform: translateY(0%); }
    #dive-stack-id.appear.beyond-marker {
      opacity: 0;
      transform: translateY(100%); }

#dive-stack-id.align-v-top {
  flex-direction: column-reverse;
  justify-content: flex-start; }
  #dive-stack-id.align-v-top .dive-menu ul {
    padding-top: calc(50px + (15px) + 10px);
    top: 0px;
    bottom: auto;
    padding-bottom: 0;
    justify-content: flex-start; }
  #dive-stack-id.align-v-top.closed .dive-menu ul .list-inner {
    transform: translateY(-100%); }

#dive-stack-id.align-v-bottom {
  flex-direction: column;
  justify-content: flex-end; }
  #dive-stack-id.align-v-bottom .dive-menu ul {
    padding-bottom: calc(50px + (15px) + 10px);
    top: auto;
    bottom: 0px;
    justify-content: flex-end; }
  #dive-stack-id.align-v-bottom.closed .dive-menu ul .list-inner {
    transform: translateY(100%); }

#dive-stack-id.align-h-left {
  align-items: flex-start; }
  #dive-stack-id.align-h-left .dive-menu ul {
    left: 0;
    padding-left: 15px;
    margin-right: 15px; }
    #dive-stack-id.align-h-left .dive-menu ul ul {
      transform: translateX(100%); }

#dive-stack-id.align-h-right {
  align-items: flex-end; }
  #dive-stack-id.align-h-right .dive-menu ul {
    right: 0;
    margin-left: 15px;
    padding-right: 15px; }
    #dive-stack-id.align-h-right .dive-menu ul ul {
      transform: translateX(100%); }

/*  */
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(26, 26, 26, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
li#dive-menu-item-stack-id.custom-colors a {
  /*  */
  background: rgba(36, 36, 36, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a::after {
    color: rgba(255, 255, 255, 1.00); }

li#dive-menu-item-stack-id.custom-colors a:hover, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page {
  /*  */
  background: rgba(52, 52, 52, 1.00);
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00); }
  li#dive-menu-item-stack-id.custom-colors a:hover i, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page i {
    color: rgba(255, 255, 255, 0.40); }
  li#dive-menu-item-stack-id.custom-colors a:hover::after, li#dive-menu-item-stack-id.custom-colors a.dive-menu-item-active-page::after {
    color: rgba(255, 255, 255, 1.00); }
/*  */
section#section-stacks_in_378_page13 {
  /*  */
  background: rgba(20, 20, 20, 0.40);
  /*  */
  /*  */
  /*  */
  padding: 400px 20px 400px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_378_page13 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_378_page13 .section-header-title {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(20, 20, 20, 1.00);
      font-size: 38px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 61.484001px;
      /*  */ }
    section#section-stacks_in_378_page13 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(20, 20, 20, 0.60);
      font-size: 16px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_378_page13.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_378_page13.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_378_page13 .section-header-title {
    font-size: 30px;
    margin: 0 auto 5px auto;
    line-height: 48.540001px; }
  section#section-stacks_in_378_page13 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_378_page13 .section-header-title {
    font-size: 28px;
    margin: 0 auto 5px auto;
    line-height: 45.304001px; }
  section#section-stacks_in_378_page13 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
