/* If Using bootstrap dropown in header uncomment */
/* .dropdown-custom a {
    background-color: #ff4800;
    border: 0px;
}

.dropdown-custom a:hover:active:focus {
    background-color: #ff4800;
    border: 0px;
    color: #03324d;
}

.dropdown-custom .btn {
    box-shadow: none;
}

.dropdown-custom .dropdown-menu {
    background-color: #ff4800;
}

.dropdown-custom .dropdown-menu a:hover {
    color: #03324d;
    background-color: #ff6e34;
}

.dropdown-custom .dropdown-menu button {
    font-size: 14px;
    color: #fff
}

.dropdown-custom .dropdown-menu button:hover {
    color: #03324d;
    background-color: #ff6e34;
} */