/* Dropdown Hover Support - HIGH SPECIFICITY FORCE */
@media (min-width: 768px) {

    /* Target the dropdown menu with max specificity to override JS inline styles */
    #header .dropdown:hover>.dropdown-menu,
    body #wrapper #header .dropdown:hover>.dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0 !important;
        transform: none !important;
        pointer-events: auto !important;
    }
}

/* Force FontAwesome font family for icons */
.fa {
    font-family: 'FontAwesome' !important;
}