.nounderline {
    text-decoration: none !important
}

@media (max-width: 767.98px) {
    #acdLeftNavBorder {
        border: thin gray solid;
        /*margin-bottom: 8px;*/
        border-radius: 5px
    }
}


/** ---------------------------------- **/


/** Contact Us- View More/Less + Chevron **/


/** ---------------------------------- **/


/* apply simple rotation/transition to the chevron */

button .collapseContact i {
    transition: .3s transform ease-in-out;
}

button.collapsed .collapseContact i {
    transform: rotate(180deg);
}


/* Add View View/Hide text before Chevron */

button .collapseContact::before {
    content: ' Hide ';
}

button.collapsed .collapseContact::before {
    content: ' View ';
}


/** -------------------------------------- **/


/** End Contact Us- View More/Less + Chevron **/


/** -------------------------------------- **/

#acdLeftNav .dropdown-toggle::after {
    float: right;
    margin-top: .6em;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;
    background-color: #6c757d;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #fff !important;
}

#acdLeftNav .btn:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}