/* LOGO AND MENU IN TOPBAR */ 
#header.alt .logo-text {
    pointer-events: none;
    opacity: 0;
}

#header.alt .logo {
    visibility: visible;
    pointer-events: none;
    opacity: 1;
    padding-top: 12px;
}

#header.alt {
    background: #fff;
}
 
#header { 
    min-height: 100px; 
    background: #fff; 
    position: relative; 
} 

#header .logo .symbol img {
    height: auto;
    max-height: 70px;
    width: auto;
}

#banner {
    height: auto;
}

/* 1. MENU - Hide Account and Categories headings and links */
#menu > div.h2,
#menu > div.h2 + ul.list--navigation {
    display: none;
}

/* MENU */ 
#header #nav { 
    top: 25px; 
} 
 
#menu { 
	background: var(--primary-color); 
} 
 
#header #nav {
    visibility: hidden;
}

#header #nav > ul > li > a { 
    color: #000; 
    font-size: larger; 
	font-weight: bold; 
} 