#header_floater {
    position: fixed;
    height: 64px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    transition: transform 0.35s;
}

#header_floater_spacer { height: 64px; }

.header_floater_hidden {
    transform: translate3d(0, -120%, 0);
}

#header_floater_screen {
    position: absolute;
    inset: 0;
    z-index: 1101;
    opacity: 0.2;
}

#header_floater_inner {
    background: rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    padding: 0 24px;
    position: absolute;
    inset: 0;
    z-index: 1102;
}

#header_floater_left {
    flex: 0 0 auto;
    max-width: 75%;
}

#header_floater_social {
    display: block;
    overflow: auto;
    padding: 0.25em;
}

#header_floater_social a {
    display: block;
    float: left;
    margin: 0 0.3em;
    transition: transform 0.15s ease-in-out;
}

#header_floater_social a:hover {
    transform: scale(1.1);
}

#header_floater_social a img {
    width: 1.75em;
    height: 1.75em;
    display: block;
}

#header_floater_minilogo {
    display: block;
}

#header_floater_minilogo a {
    display: block;
    margin-right: 1em;
}

#header_floater_minilogo img {
    display: block;
    height: 2.75em;
    width: auto;
}



#header_floater_admin_buttons .button {
    margin: 0.25em 0.5em 0.25em 0;
}

#header_floater_right {
    flex: 1;
    display: flex;
}

#header_floater_nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuitem {
    color: white;
    height: 64px;
    padding-top: 1.5em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    cursor: pointer;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.menuitem:hover, .menuitem_hover {
    background: #ffffff;
    color: black !important;
    z-index: 1220;
}

.menuitem_inner {
    font-size: 0.95em;
    line-height: 1;
    padding-top: 0.125em;
}

.menuitem .disclosure_mobile {
    display: none;
}

#header_floater_nav .menu_spacer {
    width: 1.5px;
    height: 2.25em;
    margin: 0 0.25em;
    background: rgba(255,255,255,0.4);
}

#header_floater_hamburger, .header_nav_mobile_bottom_line {
    display: none;
}

#mnav_top {
    display: none;
}











.nav_dropdown {
    position: fixed;
    z-index: 1210;
    top: 64px;
    padding: 1em;
    max-width: var(--max-desktop-width);
    display: none;
    background: white;
    margin-left: 24px;
    right: 24px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 1em 2.25em rgba(0, 0, 0, 0.7);
    white-space: normal;
}

.nav_dropdown_fullwidth { width: 95%; max-width: 62em; }

.buttons_2022 {
    display: grid;
    gap: 0.5em;
}

.buttons_2022 > a {
    min-height: 6.4em;
    min-width: 10em;
    width: 10em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    padding: 0.25em 0em;
    position: relative;
    background: var(--color-superlightgray);
    border-radius: 0.4em;
    transition: transform .1s;
}

.nav_dropdown_fullwidth .buttons_2022 > a {
    max-width: none;
    width: auto;
}

.buttons_2022_4w {
    grid-template-columns: repeat(4, 1fr);
}

.buttons_2022_5w {
    grid-template-columns: repeat(5, 1fr);
}

.buttons_2022_open {
    grid-auto-flow: column;
    width: min-content;
    margin: 0 0 0 auto;
}

.buttons_2022_open > a {
    width: auto;
}





#header_edit_toggle {
    cursor: pointer;
}

.buttons_2022 .icon {
    display: block;
    margin-bottom: 0.3em;
    width: 5em;
    height: 3.25em;
    object-fit: contain;
}

.buttons_2022 .toggle {
    height: 2.5em;
    width: 5em;
    margin-bottom: 0.75em;
    background-repeat: no-repeat;
    background-size: 4em auto;
    background-position: center;
}

.buttons_2022 .toggle_on {
    background-image: url(/framework/images/toggle_on.png);
}

.buttons_2022 .toggle_off {
    background-image: url(/framework/images/toggle_off.png);
}

.buttons_2022 .button_title {
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.2;
    margin: 0 0.5em
}

.buttons_2022 > a:hover {
    background: white;
    box-shadow: 0 0.2em 1.25em rgba(0, 0, 0, 0.2);
}



.nav_dropdown_collinks_title {
    font-size: 1em;
    text-align: center;
    line-height: 1.15;
    padding: 0 0.25em 0.2em 0.25em;
    margin-left: 0.5em;
    align-self: center;
    margin-bottom: 0.25em;
}

.nav_dropdown_collinks_title img {
    display: block;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    margin-bottom: 0.25em;
}

.nav_dropdown_collinks_links {
    flex: 2;
    margin: 0.6em 0;
    align-self: center;
    line-height: 1.2;
    font-size: 0.95em;
    padding-left: 0em;
}

.nav_dropdown_collinks_links h5 {
    margin: 0 0 0.5em 0;
}

.nav_dropdown_collinks_links a {
    display: block; 
    float: left; 
    clear: left;
    padding: 0.3em 0.42em 0.27em 0.42em;
    margin-left: -0.5em;
    color: black;
    border-radius: 0.45em;
}

.nav_dropdown_collinks_links a:hover {
    background: white;
    box-shadow: 0 0.12em 0.5em rgba(0, 0, 0, 0.2);
}

.nav_media_wrapper {
    background-color: #76b8c7;
    background-image: url(/images/menu/media_bg1.jpg);
    background-size: cover;
    background-position: center 10%;
    padding: 0.75em 1em 0.75em 1em;
    margin: 0.5em 0;
    align-items: center;
    gap: 1em;
}

.nav_media_wrapper .button_style_smallerbox {
    flex-wrap: wrap;
}

.nav_media_wrapper .button_style_smallerbox a {
    background-color: rgba(0,93,119,0.4);
    padding: 0.65em 0.5em;
    border-radius: 0.5em;
    min-height: 2.5em;
    min-width: 4em;
    max-width: 9em;
    flex-basis: auto;
    flex-grow: 1;
    font-size: 0.9em;
    color: white;
    transition: transform .1s ease-in-out;
}

.nav_media_wrapper .button_style_smallerbox a:hover {
    background-color: rgba(255,255,255,1.0);
    -webkit-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    color: black;
    transform: scale(1.08);
    box-shadow: 0 0.12em 0.5em rgba(0, 0, 0, 0.4);
}

.nav_media_wrapper a.selected, .nav_media_wrapper a.selected:hover {
    background-color: rgba(255,255,255,1.0);
    color: black;
}






.menu_continuum_wrapper {
    margin-top: 0.5em;
    background-color: #1b365d;
    color: white;
    overflow: auto;
    padding: 1em 2em 0.7em 1.5em;
    clear: both;
    display: flex;
    align-items: center;
}

.menu_continuum_title {
    flex: 0 0 1;
    margin-right: 2em;
    flex-wrap: wrap;
}

.menu_continuum_title h3 {
    font-size: 1.75em;
}

.menu_continuum_title p {
    font-size: 0.85em;
    margin: 0.6em 0;
    flex-wrap: wrap;
}



.menu_continuum_icons {
    flex: 1;
    margin: 0 auto;
    display: flex;
    gap: 1.5em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 26em;
}

.menu_continuum_icons a {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: white;
    display: block;
    transition: transform .1s;
}

.menu_continuum_icons a:hover {
    text-shadow: 0 3px 10px rgba(0,20,40,0.4);
    transform: scale(1.08);
}


.menu_continuum_icons img {
    display: block;
    width: 4em;
    height: 4em;
    margin: 0 auto 0.25em auto;
}










.eln_menu_wrapper {
    background-color: #015997;
    background-image: url(/images/main/ELN_logo_screen.png);
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: right top;
    padding: 1em 1em;
    color: white;
    margin: 0.5em 0;
    gap: 2em;
    display: flex;
}

.eln_menu_logo {
    float: left;
    padding: 0.5em 0.25em;
}

.eln_menu_logo img {
    width: 5em;
    height: 5em;
}

.eln_menu_main {
    display: flex;
    justify-content: space-after;
    align-items: center;
    gap: 0.5em;
    flex: 0 0 23em;
}

.eln_menu_main a {
    color: white;
}

.eln_menu_links_wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1em;
}

.eln_menu_links {
    flex: 1;
    display: block;
}

.eln_menu_links a {
    color: white;
    display: block;
    line-height: 1.1;
    float: left; 
    clear: left;
    margin: 0;
    font-size: 0.95em;
    padding: 0.35em 0.5em;
    border-radius: 0.5em;
}

.eln_menu_links a:hover {
    color: black;
    background: white;
    box-shadow: 0 0.12em 0.5em rgba(0, 0, 0, 0.2);
}










#header_main_2022 {
    padding-top: 4.25em;
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: center top;
    position: relative;
}

#header_background {
    position: absolute;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#header_main_inner {
    display: flex;
    gap: 2em;
    position: relative;
    z-index: 2;
    align-items: center;
    padding: 0.75em 2em 0.875em 2.5em;
}

#header_main_left {
    flex: 1;
    display: flex;
    align-items: center;
    height: 9em;
}

#header_main_left img {
    height: 8em;
}

#header_main_left a {
    display: block;
    width: fit-content;
}

#header_logo_and_title {
    display: flex;
    gap: 0.75em;
    align-items: center;
}

#header_main_left img {
    width: auto;
    max-width: 100%;
    max-height: 9em;
    display: block;
}

#header_main_left h1 {
    color: white;
    font-size: 2.5em;
    padding: 0.5em 0;
    line-height: 1;
}

#header_main_right {
    /*flex: 0 0 12em;*/
    flex: 0 0 16em;
}



#header_main_search {
    position: relative;
    float: right;
}

#header_search_input {
    transition: all 0.15s ease-in;
}

#header_search_input, #header_search_input:focus {
    border: none;
    outline: none;
    padding: 0.75em;
    width: 70%;
    float: right;
    height: 2.25em;
    box-sizing: border-box;
    border-radius: 0.5em;
}

#header_search_input:focus {
    width: 100%;
}

#header_search_submit {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 2em;
    height: 2.25em;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url(/framework/images/search_dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.3em;
    transition: all .1s ease-in-out;
    transform: scale(0.85);
}

#header_search_submit:hover {
    transform: scale(1);
}





#header_tabs {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0 1.5em 0 3em;
    margin: 0 auto;
    gap: 0.35em;
}

#header_tabs a {
    flex: 0 0 1;
    min-width: 9em;
    max-width: 11em;
    min-height: 3.7em;
    display: flex;
    padding: 0.5em 1em;
    align-items: center;
    color: white;
    border-radius: 0.4em 0.4em 0 0;
}

#header_tabs.narrowish_tabs a {
    min-width: 7.5em;
    max-width: 10.5em;
    padding: 0.5em 0.85em;
}

#header_tabs.narrow_tabs a {
    min-width: 6em;
    max-width: 10em;
    padding: 0.5em 0.75em;
}

.tab_icon img {
    display: block;
    width: auto;
    height: 2em;
}

#header_tabs .tab_title {
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.6em;
}

#header_tabs.narrow_tabs .tab_title {
    font-size: 0.8em;
}

#header_tabs a:hover {
    filter: brightness(115%);
}

#header_tabs a.selected {
    background: white;
    color: #111;
    border-bottom: 2px solid white;
}

#header_tabs a.selected .tab_title {
    margin-bottom: -2px;
}

#header_tabs #mtab_more {
    display: none;
}

#header_mobile_tab_nav {
    display: none;
}




@media screen and (min-width: 1400px) {
    
    #header_floater_admin_buttons .button {
        font-size: 1em;
    }
    
    .menuitem {
        padding-right: 1em;
        padding-left: 1em;
    }
    
    .menuitem_inner {
        font-size: 1.05em;
        padding-top: 0.0625em;
    }
    
    .nav_dropdown {
        font-size: 1.15em;
    }
    
    .menu_continuum_wrapper {
        padding: 1.5em 2em 1.3em 1.5em;
    }
    
    .eln_menu_wrapper {
        padding: 1.5em 1.5em;
    }
    
    #header_main_left {
        height: 10em;
    }
    
    #header_main_left h1 {
        font-size: 2.75em;
    }
    
    #header_main_left img {
        max-height: 10em;
    }
    
    #header_tabs a {
        min-width: 11em;
        max-width: 16em;
        padding: 1em 1em;
    }
    
    #header_tabs.narrow_tabs a {
        min-width: 9em;
        max-width: 16em;
        padding: 1em 1em;
    }
    
    #header_tabs.narrow_tabs a {
        min-width: 7em;
        max-width: 16em;
        padding: 1em 1em;
    }
    
    #header_tabs .tab_title {
        font-size: 0.95em;
    }
    
}



@media screen and (max-width: 1000px) {

    .menuitem {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    
    .menuitem_inner {
        font-size: 0.9em;
    }
    
    #header_floater_social {
        display: none;
    }
    
    #header_floater_minilogo img {
        height: 1.75em;
    }
    
    .nav_dropdown {
        font-size: 0.9em;
    }
    
    #header_tabs.narrowish_tabs a {
        min-width: auto;
    }
    
    #header_tabs.narrow_tabs a {
        min-width: auto;
    }

}



@media screen and (max-width: 800px) {


    .noscroll { 
        overflow: hidden;
    }
    
    #header_floater, #header_floater_spacer, .menuitem {
        height: 54px;
    }
    
    #header_floater_inner {
        padding: 0 1em;
    }
    
    #header_floater_minilogo img {
        height: 2.75em;
    }
    
    #header_floater_nav {
        display: none;
        background: white;
        position: fixed;
        overflow-y: scroll;
        inset: 0;
        flex-direction: column;
        align-items: normal;
        justify-content: normal;
    }
    
    .menuitem {
        color: black;
        border-top: 1px solid #ccc;
        padding: 1em;
        height: auto;
        display: flex;
        font-size: 1.125em;
    }
    
    .menuitem:first-child {
        border-top: none;
    }

    .menuitem_inner {
        font-size: 1em;
        flex: 1;
    }
    
    .menuitem .disclosure_mobile {
        display: block;
        float: right;
        flex: 0 0 1em;
        width: 1em;
        height: 1em;
        opacity: 0.3;
        transform: rotate(0deg);
        transition: all 0.2s ease;
    }
    
    .menuitem .disclosure_mobile_opened {
        opacity: 1.0;
        transform: rotate(-90deg);
    }
    
    #mnav_top {
        display: block;
        padding: 0.75em 0.95em 1em 0.75em;
    }
    
    #mnav_close {
        display: block;
        margin: 0 0 0 auto;
        width: 3em;
        height: 3em;
        cursor: pointer;
        padding: 0.5em;
    }
    
    #mnav_close img {
        width: 2em;
        height: 2em;
    }
    
    #mnav_logo {
        height: auto;
        width: auto;
        margin: 0 auto;
    }
    
    #mnav_logo img {
        display: block;
        width: 90%;
        max-width: 30em;
        margin: 0 auto;
        height: auto;
        object-fit: contain;
    }
    
    #mnav_search {
        padding-top: 1em;
        padding: 1em 0.25em 0 0.25em;
        position: relative;
    }

    #mnav_search_input, #mnav_search_input:focus {
        width: 100%;
        padding: 0.5em;
        font-size: 1.25em;
        box-sizing: border-box;
        border-radius: 0.35em;
    }

    #mnav_search_submit {
        display: block;
        position: absolute;
        right: 0.4em;
        z-index: 100;
        width: 2.5em;
        height: 2.9em;
        box-sizing: border-box;
        cursor: pointer;
        background-image: url(/framework/images/search_dark.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.4em;
    }
    
    #mnav_social {
        display: flex;
        margin: 1.25em auto 0 auto;
        width: 12em;
        padding-bottom: 1.5em;
    }
    
    #mnav_social a {
        flex: 1;
        margin: 0 0.35em;
    }
    
    #mnav_social a img {
        margin: 0 auto;
        display: block;
        width: 2.75em;
        height: 2.75em;
    }
    
    
    #header_floater_nav .menu_spacer {
        display: none;
    }
    
    .header_nav_mobile_bottom_line {
        display: block;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ccc;
    }
    
    #header_floater_hamburger {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 0 0 auto;
        cursor: pointer;
    }
    
    #header_floater_hamburger a {
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 3px;
    }
    
    #header_floater_hamburger a img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 2px auto 0 auto;
    }
    
    
    
    
    
    
    .nav_dropdown {
        position: relative;
        padding-top: 0;
        overflow: visible;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
        z-index: 1200;
        box-shadow: none;
    }
    
    .nav_dropdown_fullwidth {
        width: 100%;
    }
    
    .buttons_2022 {
        margin-bottom: 1em;
    }
    
    .buttons_2022_open {
        grid-auto-flow: unset;
    }
    
    .buttons_2022_4w, .buttons_2022_5w, .buttons_2022_open {
        grid-template-columns: repeat(3, 1fr);
        width: auto;
    }
    
    .buttons_2022 > a {
        min-width: 6em;
        width: auto;
    }
    
    .nav_dropdown_collinks_col {
        font-size: 3.5vw;
    }
    
    .nav_dropdown_collinks_title {
        padding: 0 0.25em;
        min-width: 25vw;
    }
    
    .nav_dropdown_collinks_links {
        margin: 0.75em 0;
        padding-left: 0.75em;
        flex: 4;
    }
    
    .nav_dropdown_collinks {
        flex-direction: column;
    }
    
    .nav_media_wrapper .button_style_smallerbox a {
        max-width: none;
    }
    
    .nav_media_wrapper .button_style_smallerbox a:hover {
        transform: scale(1.03);
    }
    
    .menu_continuum_wrapper {
        flex-direction: column;
        padding: 0.75em 1em;
    }
    
    .menu_continuum_title {
        padding: 0 0.5em;
        text-align: center;
        font-size: 3vw;
        width: 100%;
    }
    
    .menu_continuum_title p { margin-top: 0; line-height: 1.2; }
    
    .menu_continuum_icons {
        clear: both;
        padding-top: 0.5em;
        max-width: none;
        width: 100%;
        margin: 0;
        gap: 0.25em;
    }
    
    .menu_continuum_icons a {
        font-size: 2.5vw;
    }
    
    .menu_continuum_icons img {
        width: 60%;
        height: auto;
    }
    
    
    
    .eln_menu_main {
        flex: 0 0 auto;
    }
    
    .eln_menu_wrapper {
        background-position: 85% center;
        padding: 0.5em;
        gap: 0.5em;
    }
    
    .eln_menu_links_wrapper {
        width: 100%;
        margin: -0.25em -0.25em 0.25em 0em;
        gap: 0.125em;
    }
    
    .eln_menu_links {
        flex: 1;
        padding: 0;
        margin: 0;
        gap: 0;
    }
    
    .eln_menu_links a {
        font-size: 0.95em;
    }
    
    
    
    #header_main_2022 {
        padding-top: 3.75em;
    }
    
    
    #header_main_inner {
        padding: 1em;
    }
    
    #header_main_left img {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: 8em;
        object-fit: contain;
        padding: 0 0.5em;
    }
    
    #header_logo_and_title img {
        padding-right: 0;
    }
    
    #header_main_right {
        display: none;
    }
    
    #header_tabs {
        padding: 0 1em;
    }
    
    #header_tabs .not_selected {
        display: none;
    }
    
    #header_tabs a {
        padding: 0.5em 1.25em;
        max-width: 14em;
        min-height: 3.25em;
    }
    
    #header_tabs.narrowish_tabs a {
        min-width: 10em;
        max-width: 12em;
        padding: 0.5em 1.125em;
    }
    
    #header_tabs.narrow_tabs a {
        min-width: 9em;
        max-width: 11em;
        padding: 0.5em 1em;
    }
    
    #header_tabs .tab_title, #header_tabs.narrow_tabs .tab_title {
        font-size: 1em;
    }
    
    #header_tabs #mtab_more {
        display: flex;
        min-width: 4em;
        padding: 0;
        cursor: pointer;
        justify-content: center;
    }
    
    #mtab_more img {
        display: block;
        width: 1.5em;
        height: 1.5em;
        flex-grow: 0;
        flex-basis: 1.25em;
    }
    
    #header_mobile_tab_nav {
        position: absolute;
        background: #034523;
        left: 0;
        right: 0;
        z-index: 1200;
    }
    
    #header_mobile_tab_nav a {
        color: white;
        min-height: 3em;
        align-items: center;
        display: flex;
        font-size: 1.1em;
        padding: 0.45em 1.25em 0.35em 1.35em;
        font-weight: bold;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        background-image: url(/framework/images/disclosure_right_white.png);
        background-size: 1em 1em;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    
    #header_mobile_tab_nav a:hover {
        filter: brightness(115%);
    }
    
    #header_mobile_tab_nav .tab_title {
        display: flex;
        align-items: center;
        gap: 0.6em;
    }

}
