<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-container {
    display: inline-block;
    margin-top: 21px;
    vertical-align: top;
    margin-left: 0px;
    float:right;
}
.nav-item {
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    margin-left: 3px;
    margin-right: 3px;
}
.header-bar {
    font-size:12px;
    background-color:white;
    height:60px;
}
.header-logo {
    margin-top: 12px;
    float:left;
    border:0px;
}
.header-divider {
    width:100%;
    height:1px;
    color:#e6e6e6;
}
.nav-burger {
    display:none;
    background-image:url('/images/header_burger.png');
    width:35px;
    height:22px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.nav-dropdown-burger-menu {
    position: absolute;
    width: 100%;
    height: 41px;
    text-align:center;
    padding-top:10px;
    background-color: rgba(255,255,255,0.9);
    left: 0px;
    top: 61px;
    border: 1px solid black;
}
</pre></body></html>