/* --- Body Styles --- */
:root {
    --light-gray: #f2f2f2;
    --slate: #394049;
    --white: #ffffff;
}

/* --- BW Super Header --- */
.super-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: var(--light-gray);
    font-size: 14px;
    transition: 0.3s ease-in-out;
    z-index: 100;
}
.super-header.sh-dark {
    background: var(--slate);
    color: var(--white);
}
.super-header .container {
    /*max-width: initial;*/
}



/* --- BW Super Header > Logo --- */
.super-header .sf_2cols_1_50 img {
    width: auto;
    height: 24px !important;
    margin-top: 11px;
}


/* --- BW Super Header > Links --- */
.super-header .sf_2cols_2_50 {
    display: flex;
    justify-content: flex-end;
}
.super-header .gtranslate_wrapper {
    height: 20px;
    margin-top: 13px;
}
.super-header .gtranslate_wrapper select {
    background-color: transparent;
    border: none;
    font-family: museo-sans, sans-serif;
    font-weight: bold;
    text-transform: none;
}
.super-header .gtranslate_wrapper select:hover {
    color: var(--light-gray);
}
.super-header .row > div:last-of-type > div > div {
    display: inline-block;
}