/**
 * @file
 * Subtheme specific CSS.
 */
.nav-link {
    color: #055a8e !important;
}   

.dropdown-menu a{
    text-decoration:none;
}

li.dropdown-item.active
	, li.dropdown-item:active
	, li.dropdown-item.active a.active
	, li.dropdown-item a.active { 
    color: #ffffff !important;
    text-decoration: none;
    background-color: #055a8e;
}

.ebt-carousel-next {
    right: -20px;
}    
