/* MENU */

#masthead { background:rgba(255,255,255,1);  position:relative;
--masthead-padding:36px;
}

#mastheadwrapper {overflow:hidden; display: flex;  gap:24px; justify-content: flex-start; align-items: center;

padding-top: var(--masthead-padding); padding-bottom: var(--masthead-padding);
transition: none;
}

body.nav-open #mastheadwrapper { padding-bottom: 18px; }

#mastheadwrapper .newlogo{ margin-right: auto; }

@media screen and (max-width: 850px) {

    #mastheadwrapper {
        gap: 12px; --masthead-padding:24px;
    }
    #logo, .healogo, .healogo a { flex: 1 !important; display: flex;}
    .healogo svg { flex: 1 !important; width:auto !important; height: 100% !important; }
}