li.tbm-item.level-3:hover {
  background: none !important;
  color: unset !important;
}

li.tbm-item.level-3:hover > a.tbm-link.level-3 {
  background: none !important;
  color: unset !important;
  opacity: 1 !important;
}

a.tbm-link.level-3:hover {
  color: #5191c5 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

a.tbm-link.level-3 {
  transition: color 0.2s ease-in-out;
}
