#lp-side-navigation {
  top: 0;
  position: relative;
}
#lp-side-navigation.sticky {
  top: 0 !important;
  position: sticky !important;
}
#hs_menu_wrapper_lp-side-navigation_ > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.article-extra-links ul li {
  margin: 0;
  padding: 4px 0;
  position: relative;
  list-style-type: none;
}
.article-extra-links ul li  a:hover {
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.article-extra-links ul li.active > a {
  background: #d9ffd9;
}
.article-extra-links ul li.hs-item-has-children.active-branch > ul > li {
  padding: 2px 8px;
  border-left: 1px solid #ddd;
}
.article-extra-links ul li.hs-item-has-children::before {
  content: "";
  top: 15px;
  top: 40%;
  right: 18px;
  padding: 3px;
  border: solid #000;
  position: absolute;
  transform: rotate(-45deg);
  border-width: 0 2px 2px 0;  
  transition: transform .2s ease-out;
}
.article-extra-links ul li.hs-item-has-children.active-branch::before {
  top: 12px;
  right: 16px;
  transform: rotate(45deg);
}
.article-extra-links a 
  white-space: normal;
}
.article-extra-links .hs-menu-wrapper > ul li a {
  font-size: 16px;
  font-weight: 400 !important;
}

.article-extra-links a,
.article-extra-links a:active,
.article-extra-links a:focus {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: .25rem;
  text-decoration: none;
  padding: 4px 32px 8px 8px;
  color: #4a4a4a !important;
}

.article-extra-links a:hover,
.article-extra-links a:active:hover,
.article-extra-links a:focus:hover {
  color: #f9311e;
	text-decoration: none;
}

.article-extra-links .hs-menu-children-wrapper, .article-extra-links * .hs-menu-children-wrapper {
  /* width: 100%; */
  left: 0 !important;
  margin-left: 8px !important;
  position: relative !important;
}

.article-extra-links li.active-branch > a, .article-extra-links * li.active-branch > a{
	font-weight: bold !important;
}

.article-extra-links.highlight_current .active-branch > a {
	font-size: 16px;
  line-height: 16px;
}

.article-extra-links.highlight_current .active.active-branch a:hover {
	color:#f9311e;
}

.article-extra-links.highlight_current .hs-item-has-children:not(.active-branch) :not(a){
	visibility:collapse;
  display: none;
}