/* Force solid background on the entire header section */
body .helix-ultimate #sp-header, 
body .helix-ultimate #sp-header.sticky,
body #sp-header {
    background: #2490d0 !important; 
    background-color: #ffffff !important;
    opacity: 1 !important;
}

/* Fixes templates that inject transparency onto the container row */
body #sp-header > .container,
body #sp-header .row {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
