.btn-primary {
    background-color: #004A8F !important;
    border-color: #004A8F !important;
}

/* Simple fix for dropdown menu visibility */

/* Override the overflow hidden that clips the dropdown */
.kingster-body-outer-wrapper {
    overflow: visible !important;
}

/* Ensure dropdown is above everything */
.sf-menu>li>ul,
.sf-menu>.kingster-mega-menu .sf-mega {
    z-index: 999999 !important;
}