.el-menu.el-menu--horizontal {
  border-bottom: 1px $tf-light-gray solid;

  h2.page-title {
    font-size: 20px;
    color: $tf-dark-blue;
    font-weight: 600;
    display: inline-block;
    margin: 15px 0 0;
  }
}

.el-menu-item a {
  text-decoration: none;
}

.el-submenu button {
  border: 0;
  background: transparent;
  font-size: 14px;
  color: $tf-dark-gray;
}
