<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-container {
    position: relative;
    z-index: 9;
}

.navbar-container .navbar-content {
    position: relative;
    z-index: 20;
}

.navbar-d,
.navbar-d ul,
.navbar-d ul li,
.navbar-d ul li a,
.navbar-d #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-d:after,
.navbar-d &gt; ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.navbar-d {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.navbar-d &gt; ul &gt; li {
    float: left;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.navbar-d &gt; ul &gt; li:first-child {
    margin-left: 0;
}

.navbar-d &gt; ul &gt; li:hover,
.navbar-d &gt; ul &gt; li.active,
.navbar-d &gt; ul &gt; li.active:hover {
    /*background-color: #9e1623;*/
}

.navbar-d.align-center &gt; ul {
    font-size: 0;
    text-align: center;
}

.navbar-d.align-center &gt; ul &gt; li {
    display: inline-block;
    float: none;
}

.navbar-d.align-center ul ul {
    text-align: left;
}

.navbar-d.align-right &gt; ul &gt; li {
    float: right;
}

.navbar-d ul li a {
    font: 400 14px "Arial", sans-serif;
    transition: all .3s ease-in-out;
}

.navbar-d &gt; ul &gt; li &gt; a {
    position: relative;
    padding: 0 16px;
    color: rgba(0, 20, 37, .8);
    min-height: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-d &gt; ul &gt; li &gt; a:after {
    content: "";
}

.navbar-d &gt; ul &gt; li:last-child &gt; a:after {

}

.navbar-d &gt; ul &gt; li.active &gt; a,
.navbar-d &gt; ul &gt; li:hover &gt; a {
    color: rgba(255, 255, 255, 1);
}

.navbar-d &gt; ul &gt; li.has-sub &gt; a {
    padding-right: 30px;
}

.navbar-d &gt; ul &gt; li.has-sub &gt; a:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

.navbar-d &gt; ul &gt; li.active &gt; a:before,
.navbar-d &gt; ul &gt; li.active &gt; a:after,
.navbar-d &gt; ul &gt; li.has-sub:hover &gt; a:after {
    background: #fff;
}

.navbar-d ul ul {
    position: absolute;
    left: -9999px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
}

.navbar-d.align-right ul ul {
    text-align: right;
}

.navbar-d ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.navbar-d li:hover &gt; ul {
    left: auto;
}

.navbar-d.align-right li:hover &gt; ul {
    left: auto;
    right: 0;
}

.navbar-d li:hover &gt; ul &gt; li {
    height: 100%;
    background: #fff;
}

.navbar-d ul ul ul {
    margin-left: 100%;
    top: 0;
    z-index: 2;
}

.navbar-d.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.navbar-d ul ul li a {
    padding: 12px 0px;
    margin: 0px 12px;
    min-width: 240px;
    font-size: .875rem;
    text-decoration: none;
    text-transform: none;
    color: #282828;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}

.navbar-d ul ul li:last-child &gt; a,
.navbar-d ul ul li.last-item &gt; a {
    border-bottom: 0;
}

.navbar-d ul ul li:hover &gt; a,
.navbar-d ul ul li a:hover {
    color: #025692;
}

.navbar-d ul ul li.has-sub &gt; a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
</pre></body></html>