
.app-header{
    width: 100%;
}
.nav-top-stroke {
    height: 8px;
    background-color: #177ad0;
}

.nav-help {
    background-color: #fff;
    height: 57px;
    z-index: 1000;
}
.nav-help, .nav-help .nav-container {
    position: relative;
    display: flex;
}
.nav-help, .tray-dropdown {
    box-shadow: 0 1px 8px 0 rgba(118,118,118,.3);
}
.manifest .container-fluid {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav-help-left-container, .nav-help-right-container {
    display: flex;
    /* position: absolute; */
    /* right: 0; */
}

.logo.brand-logo {
    height: 100%;
}

body.help-center .logo-gd {
    height: 57px;
}
.logo-gd {
    align-items: center;
    display: flex;
    padding-top: 4px;
    padding-left: 20px;
}

.logo-mark {
    width: 115px;
    height: 30px;
}
.nav-help-set-full {
    color: #2b2b2b;
    display: flex;
    width: 100%;
}
.nav-help-separator {
    height: 50%;
    width: 1px;
    margin-top: 14px;
    background-color: #a3a3a3;
    margin-left: 28px;
    margin-right: 20px;
}



.nav-help .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-help .nav-item {
    clear: both;
    font-size: 18px;
    font-weight: 400;
}
.nav-help .nav-link {
    padding: 3px 8px 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    font-size: 16px;
    text-decoration: none;
    color: #383838!important;
    border-radius: 0;
    border-bottom: 4px solid #0000;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 500;
}
.nav-help .nav-item-highlight.active {
    display: block;
    background-color: #177ad0;
}
.nav-help .nav-item-highlight.active, .nav-help .nav-item:hover .nav-item-highlight, .nav-top-stroke {
    background-color: #d50c2d;
    border-bottom: 1px solid #e8eaeb;
    font-size: 12px;
    color: white;
    position: relative;
}
.nav-help .nav-item:hover {
    /* background: #fff; */
    /* text-decoration: none; */
}
.nav-help-set-full {
    color: #2b2b2b;
    display: flex;
    width: 100%;
}
.help-contact-us, .login-logout-link-container {
    align-items: center;
    display: flex;
}
.nav-help .nav-link:hover {
    background-color: inherit;
}
.nav-help .nav-item-highlight, .nav-help .nav-item-highlight.active {
    content: "";
    width: 100%;
    margin: -4px 0 0;
    height: 4px;
}


.help-contact-us-link {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none!important;
}

.help-contact-us-image {
    height: 50px;
}

.help-contact-us-image img {
    border-radius: 50%;
    height: 100%;
    margin-top: 2px;
    border: 1px solid #3a3a3a;
}
.help-contact-us-link-container {
    clear: both;
    margin-left: 12px;
    margin-right: 8px;
}
.help-contact-us-link {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
}

.help-contact-us-highlight {
    content: "";
    display: none;
    width: 66px;
    margin: 14px 0 0;
    height: 4px;
}
.login-logout-link-container {
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
}
.help-contact-us, .login-logout-link-container {
    align-items: center;
    display: flex;
}
.login-logout-link {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    /* top: 10px; */
}
.login-logout-link, .login-logout-link:hover {
    color: #111;
    text-decoration: none;
}
.login-logout-link:before {
    margin-right: 9px;
}



@media (min-width: 992px){
.nav-help .nav-left {
    display: flex;
    justify-content: flex-start;
}
.help-contact-us-highlight {
    width: 100px;
}
.nav-help .nav-item:first-child {
    /* margin-left: 6px; */
}
.help-contact-us-link-container {
    width: 50px;
}
.nav-help .nav-item {
    float: right;
    margin: 0 8px;
    position: relative;
}
}
.help-contact-us-link {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    color: #111!important;
    text-decoration: none;
    white-space: nowrap;
}
.login-logout-link i{
    color:black;
    font-weight:600;
}

.nav-help .nav-item:hover .nav-item-highlight {
    display: inline;
    position: absolute;
    background-color: #383838;
}

.nav-help-left-container{

position: absolute;

right: 0;

}
    .nav-help-right-container{

position: absolute;
    left: 0;
    }
.me-nav-lo{
    color:black;
    /* margin-top: -3px; */
    display:inline-block;
    position: relative;
    top: -5px;
    left: -12px;
}
