﻿
.search-nav {
    margin-bottom: 1.5rem;
    border-radius: 0.25rem;
    background: #1b6ec2 !important;
}

.search-nav__link {
    padding: .5rem .3rem;
    border: 1px solid #37589A !important;
    background: #1b6ec2 !important;
    color: #fff !important;
    transition: background-color .15s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .search-nav__dropdown-menu {
        background-color: #1b6ec2;
    }

    .search-nav__dropdown-item {
        color: #fff;
    }

        .search-nav__link:hover, 
        .search-nav__dropdown-item:hover {
            background-color: #37589A !important;
            color: #fff;
        }

        .search-nav__link.active, 
        .search-nav__dropdown-item.active {
            background: #37589A !important;
            color: #fff !important;
        }


