/*
 Base style sheet
 @copyright Copyright 2018 MIDAS Eduction, LLC. (https://www.midaseducation.com/)
*/
.dropdown-toggle::after {
    display:none;
    }


.navbar .dropdown-menu {
    background-color: #212529;
}

/* and this styles the dropdwon trigger link, when open */
.navbar .dropdown.show a {
    background-color: #212529;
}