.lh-stuck {
  position:fixed !important;
  top: 160px;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#lh_scroll_section {
  position: relative !important;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.lh-stuck-stop {
  position: absolute !important;
  bottom: 5%;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



#lhStickySidebar {
  padding-right: 0 !important;
  border-right: unset !important;
  max-width: 153px !important;
}

#lhStickySidebar li a {
  color: white !important;
  font-weight: 700;
}

#lhStickySidebar li a:after {
  content: "";
  height: 2px;
  width: 0;
  background: white;
  display: block;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#lhStickySidebar li a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  background: white;
  display: block;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#lhStickySidebar li a:hover {
  text-decoration: none;
}

#lhStickySidebar .mPS2id-highlight:after {
 width: 100%;
}
