#rlc-sticky-sub-nav {
  position: sticky;
  position: -webkit-sticky;
  z-index: 10;
  width: 100%;
  background-color: #F1F1F1;
  color: #757575;
  padding: 1.25em 0 0;
  min-height: 3.25em;
}

#rlc-sticky-sub-nav .rlc-dropdown-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#rlc-sticky-sub-nav .rlc-navcta {
  display: inline-flex;
  flex-wrap: nowrap;
  /* font-family: "Trade Gothic LT W01 Cond No-_1", Arial, Helvetica, sans-serif; */
  font-family: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  color: #757575;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 100;
  text-align: center;
  height: 1.6em;
  margin: 0 1.25em;
  text-decoration: none;
}
.ar #rlc-sticky-sub-nav .rlc-navcta {
  font-family: "RL_DroidKufi","Founders Grotesk text Regular",Helvetica,Arial,sans-serif;
  font-size: 0.85em;
}
#rlc-sticky-sub-nav .rlc-navcta:hover,
#rlc-sticky-sub-nav .rlc-navcta span:hover {
  color: #000;
}
#rlc-sticky-sub-nav .rlc-navcta span:hover {
  content: "";
  border-bottom: solid 2px currentColor;
  position: relative;
  display: block;
  margin-bottom: 0.15em;
  color: currentColor;
}

#rlc-sticky-sub-nav .rlc-navcta span {
  color: currentColor;
}
#rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

#rlc-sticky-sub-nav .rlc-navcta:hover::after {
  bottom: 0em;
}

#rlc-sticky-sub-nav .rlc-navcta::after {
  background: transparent;
  color: currentColor;
}

#rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active::after {
  background: #000;
}

#rlc-sticky-sub-nav .rlc-dropbtn {
  display: none;
}
#rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active:hover,
#rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active span:hover {
  text-decoration: none;
  pointer-events: none;
  background: transparent;
}
#rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active span:after {
  content: "";
  border-bottom: solid 2px currentColor;
  position: relative;
  display: block;
  margin-bottom: 0.15em;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  #rlc-sticky-sub-nav {
    z-index: 15;
    width: 100%;
    background-color: #F1F1F1;
    color: #757575;
    padding: 0;
    height: 2.75em;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    overflow: visible;
    padding-top: 0.75em;
  }

  #rlc-sticky-sub-nav .rlc-navcta {
    font-family: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
    font-size: 3.26vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 1.45em 0;
    color: #757575;
  }
  .ar #rlc-sticky-sub-nav .rlc-navcta {
    font-family: "RL_DroidKufi","Founders Grotesk text Regular",Helvetica,Arial,sans-serif;
    /* font-size: 0.7em; */
  }
  #rlc-sticky-sub-nav .rlc-navcta:hover {
    color: currentColor;
  }

  #rlc-sticky-sub-nav .rlc-navcta.rlc-nav_cta-active {
    color: #000;
  }

  #rlc-sticky-sub-nav .rlc-navcta:hover::after {
    bottom: 0em;
  }

  #rlc-sticky-sub-nav .rlc-sub {
    font-family: "SackersGothicW01-Medium", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 3.26vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto;
    color: transparent;
    display: none;
  }

  #rlc-sticky-sub-nav .rlc-sub.rlc-active-dd {
    color: #757575;
    display: inline-block;
  }

  #rlc-sticky-sub-nav .rlc-dropbtn {
    display: block;
  }
  #rlc-sticky-sub-nav .rlc-dropbtn:hover,
  #rlc-sticky-sub-nav .rlc-dropbtn span:hover {
    color: #000;
  }
  #rlc-sticky-sub-nav .rlc-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #rlc-sticky-sub-nav .rlc-dropdown-content {
    display: none;
    position: absolute;
    top: 2em;
    /* border-top: 2px solid rgba(0, 0, 0, 0.5); */
    z-index: 1;
    background-color: #F1F1F1;
    width: 100%;
  }

  #rlc-sticky-sub-nav .rlc-dropdown.rlc-dd-active .rlc-dropdown-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 1.5em 0;
  }

  #rlc-sticky-sub-nav .rlc-dropdown.rlc-dd-active .fa-caret-down:before {
    content: "\f0d8";
  }

  .fa {
    color: #757575;
    margin-left: 0.313em;
  }
}
