/* Post deployment styling that doesn't interfere with style.css */
.solid-blue-header::before {
    content   : '';
    position  : absolute;
    inset     : 0;
    z-index   : -1;
    background: rgba(0, 68, 124, 1);
}
