<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
    font-family: icon-font;
    src: url(../navcss/icon-font.eot);
    src: url(../navcss/icon-font.eot?#iefix) format('eot'),url(../navcss/icon-font.woff) format('woff'),url(../navcss/icon-font.ttf) format('truetype'),url(../navcss/icon-font.svg#icon-font) format('svg');
}
.icon-desktop:before, .icon-menu-close:before, .icon-menu:before, .icon-mobile:before, .icon-submenu-down:before, .icon-submenu-right:before, .icon-world:before, .nav .nav-submenu &gt; a:after, .nav-button:before, .nav-close:before, .nav &gt; ul &gt; .nav-submenu &gt; a:after, header h1:before
{
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}
.icon-desktop:before
{
    content: "\E001";
}
.icon-menu-close:before
{
    content: "\E002";
}
.icon-menu:before
{
    content: "\E003";
}
.icon-mobile:before
{
    content: "\E004";
}
.icon-submenu-down:before
{
    content: "\E005";
}
.icon-submenu-right:before
{
    content: "\E006";
}
.icon-world:before
{
    content: "\E007";
}

.nav-button, .nav-close
{
    /* position: fixed;     top: 0;*/
    width: 2.4rem;
    height: 47px;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 3.4rem;
    background: #f36d21;
    color: #fff;
}
.nav-button:hover, .nav-close:hover
{
    color: #fff !important;
}
.nav-button:before, .nav-close:before
{
    display: block;
    text-align: center;
}
.nav-button
{
    display: block;
    right: 1rem;
    font-size: 1.7rem;
}
.nav-button:before
{
    content: "\E003";
}
.nav-close
{
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}
.nav-close:before
{
    content: "\E002";
}
.nav
{
    position: relative;
    line-height: 47px;
    background: #12609c;
    color: #A69A94;
}
.nav ul
{
    background: #12609c;
}
.nav ul ul
{
    background: #12609c;
}
.nav ul ul ul
{
    background: #12609c;
}
.nav ul ul ul ul
{
    background: #12609c;
}
.nav ul ul ul ul ul
{
    background: #12609c;
}
.nav li
{
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.nav li.nav-active &gt; a, .nav li:hover &gt; a, .nav li:focus &gt; a
{
    color: #fff;
    background: #f36d21;
}
.nav .nav-submenu &gt; ul
{
    margin-left: 10px;
}
.nav .nav-submenu &gt; a
{
    padding-right: 30px !important;
}
.nav a, .nav a:active, .nav a:hover, .nav a:visited, .nav a:focus
{
    padding: 0 15px 1px;
    color: #fff;
    text-decoration: none;
}
.nav .nav-submenu &gt; a:after
{
    position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: "\E005";
}
@media only screen and (min-width:1320px)
{

#imageheader
{
    margin:-9px auto;
}
    .nav-button
    {
        display: none;
    }
    .nav
    {
        padding: 0 !important;
    }
    .nav &gt; ul &gt; li
    {
        border-top: none;
        border-left: 1px solid #fff;
    }
    .nav &gt; ul &gt; li:last-child
    {
        border-top: none;
        border-left: none;
        
    }
    .nav &gt; ul &gt; li:nth-last-child(2)
    {
        border-top: none;
        border-right: 1px solid #fff;
    }


    .nav li &gt; ul
    {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    }
    .nav ul ul ul
    {
        border-radius: 0 6px 6px;
    }
    .nav ul ul ul li:first-child
    {
        border-top: none;
    }
    .nav .nav-left &gt; ul
    {
        border-radius: 6px 0 6px 6px;
    }
    .nav .nav-submenu li
    {
        min-width: 110px;
    }
    .nav .nav-submenu &gt; ul
    {
        margin: 0;
    }
    .nav &gt; ul &gt; .nav-submenu &gt; a:after
    {
        content: "\E005";
    }
    .nav .nav-submenu &gt; a:after
    {
        content: "\E006";
    }
}
</pre></body></html>