/* NAV CSS */
.rld-ds-nav {
  margin-left: 2.888em;
  padding-bottom: 2.500em;
}

.rld-ds-nav .rlc-linecta::after {
  display: none;
}

.rld-ds-nav .rlc-ds-b-active.rlc-linecta::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

@media only screen and (max-width:767px) {
  .rld-ds-nav {
    margin-left: 1.500em;
    padding-bottom: 2.250em;
  }
}


/* SLIDER CSS */
.rlc-creative_v3 .rlc-ds-wrapper {
  position: relative;
  margin-bottom: 0;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-carousel {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s, z-index 0 1s;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-ds-active {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 1s;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-ds-hide {
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-carousel {
  position: absolute;
  top: 0;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-carousel .rlc-liveregion {
  display: none;
}

.rlc-creative_v3 .rlc-ds-wrapper .rlc-carousel:nth-of-type(1) {
  position: relative;
}
