header #company-name {
    /*font-size: 1.8em !important;*/
    margin-left: var(--flow-content-margin-left);
}

h1.flow-content-header {
    color: var(--flow-main-color) !important;
    font-size: 1.5em;
    /*max-width: 30%;*/
    margin-top: 0.2em;
}

h1.flow-content-header span {
    color: var(--flow-green-active-color) !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1.flow-content-header hr {
    margin-top: 0;
    padding-top: 0;
    border: 2px solid #2ea878;
    width: 50px;
}

header#flow-header {
    height: var(--header-height);
    border-bottom-style: solid;
    border-bottom-color: var(--flow-green-active-color);
    border-bottom-width: 5px;
    color:whitesmoke;
    position:fixed;
    width: 100%;
    top:0;
    z-index: 11;
    padding: 0px;
}

header#flow-header span#header-title {
    font-weight: bolder;
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: var(--content-font-size0) !important;
}


header#flow-header img#logo {
    height: 1.25em;
    padding-bottom: 2px;
}

header #open-nav {
    font-size: 1.5em !important;
}

header #current-user {
    top: 0.2em;
    position: fixed;
    right: 0;
}

h1.flow-content-header {
    color: var(--flow-main-color) !important;
    font-size: 1.5em;
    /*max-width: 30%;*/
    margin-top: 0.2em;
}

h1.flow-content-header hr {
    margin-top: 0;
    padding-top: 0;
    border: 2px solid #2ea878;
    width: 50px;
}

header#flow-header img#logo {
    height: 1.25em;
    padding-bottom: 2px;
}

.site-dropdown{
    overflow: scroll;
    overflow-x: hidden;
    right: 10px;
    width: 18em;
    height: 30em;
}