.knowledge-menu {
  max-height: 70vh;
}

.knowledge-menu .menu-nolink {
  text-decoration: none;
  color: #35383f;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
}

.knowledge-menu .menu-nolink:hover {
  background-color: #0091e6;
  color: #fff;
}
#cboxLoadedContent {
  margin-top: 26px;
}
.knowledge-menu .menu-nolink:hover + svg,
.knowledge-menu .menu-nolink:hover+.menu__expand svg {
  fill: #fff;
}

.knowledge-menu .menu-item--expanded .menu-nolink-expand {
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
}

.knowledge-menu .menu-nolink-expand svg {
  position: absolute;
  right: 12px;
  top: 14px;
}

.knowledge-menu .menu-item .menu-nolink {
  padding-top: 10px;
  padding-bottom: 10px;
}

.knowledge-menu .menu-item--expanded .menu-nolink {
  padding-right: 40px;
}

.knowledge-menu .menu-item--active-trail .menu-nolink {
  background-color: #0091e6;
  color: #fff;
}

.knowledge-menu .menu-item--expanded.menu-item--active-trail .menu-nolink {
  margin-bottom: 5px;
}


.node_knowledge_base .region-sidebar-first .block-knowledgebase-3 {
  overflow-x: hidden;
}
