/* Groups counselor profiles beneath the practice-level About link. */
.dropdown-menu li.counselor-menu-start::before {
    content: "";
    display: block;
    height: 1px;
    margin: 6px 16px;
    background: rgba(24, 126, 129, 0.55);
}
