.navbar-custom {
    background-color: #33374a;
    display: flex;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
}

.header-parallelogram {
    display: none;
    background-color: #33374a;
    height: 100%;
    width: 17em;
    transform: skewX(-20deg);
    position: absolute;
    z-index: 1000;
    left: 15px;
    top: 0;
}

.logo-img {
    z-index: 1001;
    height: 90px;
}

.logo-words {
    z-index: 1001;
    height: 45px;
    margin-top: 2em;
    margin-left: -1em;
}

.r-login-img {
    height: 25px;
    width: 25px;
}

.r-nav-images-container {
    display: flex;
}

.r-nav-menu-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nav-top-bar, .nav-bottom-bar {
    width: 100%;
}

.nav-top-bar {
    background-color: #33374a;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.nav-bottom-bar {
    background-color: #33374a;
}

#pnlLoggedIn {
    height: 100%;
}

.r-welcome-label-container {
    display: flex;
    align-items: center;
    margin-right: 1em;
    font-family: 'Titillium Web', sans-serif;
    padding: 0;
}

.r-welcome-label {
    color: White;
    margin-left: .5em;
}

.r-welcome-label strong {
    color: #2d4aea;
    margin-top: -.5em;
}

.r-welcome-label > div {
    display: flex;
    flex-direction: column;
}

.r-inner-greeting-container {
    display: flex;
    height: 100%;
}

.r-logout-container {
    border-left: 1px solid #4d5362;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5em;
}

#lnkLogout {
    color: White;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Titillium Web', Sans-Serif;
}

.r-logout-img {
    height: 25px;
}

#logout, #manage {
    color: white;
}

#logoutForm {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #4d5362;
}

.r-menu-dropdowns {
    -webkit-appearance: none;
}

#Menu1 {
    background-color: #33374A;
    border-left: 1px solid #4d5362;
    border-top: 1px solid #4d5362;
    padding: 0.5em;
    padding-right: 200px;
    min-width: 90%;
    height: 45px;
}

#Menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#Menu1 ul.dynamic {
    z-index: 1;
    margin-left: 4px;
}

#Menu1 a {
    color: White;
    font-family: Titillium Web, sans-serif;
    font-size: 1em;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

#Menu1 a.static {
    padding: 5px 12px 5px 12px;
    text-decoration: none;
}

#Menu1 a.static.highlighted {
    color: White;
    background-color: #33374A;
    font-weight: normal;
}

#Menu1 a.dynamic.highlighted {
    color: White;
    background-color: #33374A;
}

.r-rebrand-menu-main {
    background-color: transparent;
    transform: skewx(-20deg);
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 0.6em;
}

.r-rebrand-menu-container {
    background-color: #33374a;
}

.nav-bottom-bar {
    width: 100%;
    height: 50%;
    background-color: #33374a;
}

.r-menu {
    transform: skewx(20deg);
}

.r-menu-item {
    float: left;
    margin: 0 0.75em;
}
