@charset "UTF-8";
.navigation {
    height: 90px;
    background: #012033;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    font-size: 1.4em;
}

.navigation .brand .logo-text-y3 {
    font-size: 18px;
    font-weight: bold;
    color: #fafafa;
    display: flex;
    align-items: center;
    line-height: 26px;
    margin-top: 10px;
}

.brand a,
.brand a:visited {
    color: #fafafa;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 15px;
    line-height: 70px;
    background: #012033;
    color: #fafafa;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

nav .nav-dropdown li a {
    background-color: #fafafa !important;
    color: #012033 !important;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #012033;
    color: #fafafa;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 170px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 99;
}

body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(2) > div > a {
    height: 40px;
    background-color: #df2a2e;
    border-color: #df2a2e;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: -6px;
    color: #fafafa;
    padding: 0px 10px;
}

body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(2) {
    padding: 18px;
    background-color: #012033;
}

body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(3) {
    padding-top: 15px !important;
    background-color: #012033;
}

.logoImage {
    margin-left: 20px;
    width: 110px;
    object-fit: contain;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #012033;
    height: 70px;
    width: 70px;
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 798px) {
    .logoImage {
        margin-left: 0px !important;
        margin-top: -6px !important;
        width: 90px;
        object-fit: contain;
    }

    .navigation .brand .logo-text-y3 {
        font-size: 15px !important;
        margin-top: 3px !important;
        line-height: 27px !important;

    }

    .brand {
        line-height: 28px !important;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 55px 15px;
        margin-top: 18px;
    }

    nav ul {
        display: none;
        /*background-color: #012033;*/
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(2) {
        padding-top: 0px !important;
        margin-top: 20px;
    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(3) {
        background-color: #012033;
        margin-left: 19px;

    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:last-child {
        display: none;
    }
}

@media screen and (min-width: 799px) and (max-width: 1380px) {

    .logoImage {
        margin-left: 0px !important;
        width: 90px;
        object-fit: contain;
    }

    .navigation .brand .logo-text-y3 {
        font-size: 15px !important;
    }

    .brand {
        line-height: 28px !important;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 55px 15px;
        margin-top: 21px;
    }

    nav ul {
        display: none;
        /*background-color: #012033;*/
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(2) {
        padding-top: 0px !important;
        margin-top: 20px;
    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:nth-last-child(3) {
        background-color: #012033;
        margin-left: 19px;
    }

    body > div.position-fixed.w-100 > section > div > nav > ul > li:last-child {
        display: none;
    }
}

/* .nav-list{
  display: block;
} */