nav.vertical-nav {
    overflow: hidden;
}

nav a {
    color: white;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
}

ul.nav-list {
    list-style: none;
    padding-left: 8px;
}

ul.nav-list button.nav-toggle {
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

a.nav-toggle {
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
}


/*
.nav-toggle {
    width: 210px;
    height: 122px;
    background: url("../images/nav_bg1.png") no-repeat bottom left;
}
*/

.nav-section {
    position: relative;
}

ul.nav-list .donate {
    background: url("../images/nav_bg_end.svg") no-repeat bottom left;
    width: 210px;
    height: 50px;
    margin-left: -13px;
    position: relative;
}

ul.nav-list .donate a {
    padding-left: 53px;
    margin-top: -10px;
    position: absolute;
    color: #F2A81D;
    font-weight: bold;
}

ul.nav-list li a {
    color: white;
}

.nav-list .contact {
    background: url("../images/nav_bg_end_top.svg") no-repeat bottom left;
    width: 210px;
    min-height: 61px;
    background-position-x: 12px;
    position: relative;
}

.nav-list .contact .nav-toggle {
    left: 0px;
    top: -13px;
    position: absolute;
    text-align: left;
    z-index: 10;
    padding-left: 90px;
}

.nav-list .nav-section:nth-of-type(odd) {
    background: url("../images/nav_bg_1_1.svg") no-repeat bottom left;
    width: 210px;
    min-height: 61px;
}

.nav-list .nav-section:nth-of-type(odd) ul.submenu li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
}

.nav-list .nav-section:nth-of-type(odd) ul.submenu {
    list-style: none;
    display: none;
    padding-bottom: 50px;
    text-align: right;
    margin-right: 81px;
    font-size: 13px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    position: relative;
}

.nav-list .nav-section:nth-of-type(odd) .nav-toggle {
    right: 2px;
    top: -12px;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 10;
    padding-right: 100px;
}

.nav-list .nav-section:nth-of-type(odd) button.nav-toggle.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 73px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../images/nav_close.svg") no-repeat center center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.nav-list .nav-section:nth-of-type(odd) ul.submenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #c6cbd3;
}

.nav-list .nav-section:nth-of-type(even) .nav-toggle {
    left: 0px;
    top: -12px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 10;
    padding-left: 90px;
}

.nav-list .nav-section:nth-of-type(even) {
    background: url("../images/nav_bg_1_2.svg") no-repeat bottom left;
    width: 210px;
    min-height: 61px;
}

.nav-list .nav-section:nth-of-type(even) ul.submenu {
    list-style: none;
    display: none;
    padding-bottom: 50px;
    text-align: left;
    margin-left: 69px;
    font-size: 13px;
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
    padding-left: 0px;
}

.nav-list .nav-section:nth-of-type(even) ul.submenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #c6cbd3;
}

.nav-list .nav-section:nth-of-type(even) ul.submenu li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.nav-list .nav-section:nth-of-type(even) button.nav-toggle.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 62px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../images/nav_close.svg") no-repeat center center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

ul.submenu li a {
    color: white;
}


/* FOOTER */

.logo-footer {
    /*margin-bottom: 60px;*/
}

.logo-footer {
    margin-top: 80px;
    margin-bottom: 20px;
}

.section_footer li:first-child a,
.section_footer button {
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-top: 50px;
    padding-left: 0px;
}

.section_footer button {
    margin-top: 30px;
}

.section_footer ul.ul-footer {
    list-style: none;
    text-align: left;
    font-size: 11px;
    padding-top: 27px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.ul-footer li a {
    color: white;
    font-size: 11px;
}

ul.ul-footer li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.socialBar {
    margin-top: 30px;
    margin-bottom: 30px;
}

.socialBar a img {
    width: 30px;
}

.termBar,
.copyBar2,
.copyBar {
    color: white;
    font-size: 11px;
    padding-bottom: 20px;
    display: flex;
    gap: 20px;
}

.copyBar {
    margin-bottom: 0px;
}

.copyBar2 {
    margin-bottom: 50px;
}

.toTop {
    position: relative;
    bottom: 30px;
    left: 0px;
    cursor: pointer;
    z-index: 20;
}

.navigationMobileBar,
.crossMobile {
    display: none;
}

.navLineEffect {
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 50px;
    width: 100%;
    height: 100%;
    background: url("../images/navLineFade_0.png") no-repeat top center, #0d2443;
    display: none;
    z-index: 50;
}

.section_navigation_float {
    position: fixed;
    left: 0px;
}

.section_navigation {
    position: relative;
    visibility: hidden;
}

.vertical-nav {
    display: none
}

.vertical-nav .nav-list li a,
.vertical-nav .nav-list li button {
    opacity: 0;
}

@media (max-width: 900px) {
    .section_navigation {
        visibility: visible;
    }
    .section_navigation_float {
        display: none;
    }
    .crossMobile {
        position: fixed;
        top: 24px;
        right: 25px;
        z-index: 1010;
    }
    .scroll-container {
        flex-direction: column;
    }
    .vertical-nav {
        display: none;
    }
    .section_navigation {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 80px;
        overflow: hidden;
        z-index: 999;
        padding: 0px 25px;
        transition: all ease-in-out 200ms;
    }
    .navOpen.section_navigation {
        height: 100vh;
        display: flex;
        justify-content: start;
        align-content: start;
        flex-direction: column;
    }
    .navOpen.section_navigation .navigationMobileBar {
        display: none;
    }
    .navOpen.section_navigation nav.vertical-nav {
        overflow-y: auto;
        display: flex !important;
        align-content: start;
        flex-direction: column;
        height: 100%;
        align-self: center;
        padding-bottom: 30px;
        padding-top: 65px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .navOpen.section_navigation nav.vertical-nav::-webkit-scrollbar {
        display: none;
    }
    .logoMobile {
        width: 130px;
        height: auto;
    }
    .logoMobile,
    .buttonNavMobile {
        justify-content: center;
        align-content: center;
        cursor: pointer;
    }
    .logo {
        width: 210px;
    }
    .navigationMobileBar {
        height: 80px;
        width: 100%;
        background-color: #0C2443;
        z-index: 1000;
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        z-index: 1200;
    }
    .nav-list .nav-section:nth-of-type(odd) {
        height: auto;
    }
    .nav-list .nav-section:nth-of-type(odd) ul.submenu li {
        height: auto;
    }
    .nav-list .nav-section:nth-of-type(even) {
        height: auto;
    }
    .nav-list .nav-section:nth-of-type(even) ul.submenu li {
        height: auto;
    }
    .nav-list .contact {
        height: auto;
    }
}