.logo {
    width: 184px;
}

.menu-text {
    cursor: pointer !important;
    margin-left: 5px; 
    font-size:14px;
    font-weight:550;
    color:#1C5170;
} 

.accordion-menu-item {
    background-color: #F4F4F4;
}

.accordion-menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out; 
    width:100%;
    position: relative;
}

.nav-container {
 /*   padding: 8px 24px 8px 24px;*/
 padding: 16px;
}

.navbar {
    padding: 0px !important;
}

ul.navbar-nav {
    min-width: 400px;
}

.menuBtn:active {
    background-color: #d6d6d6 !important;
}

button.menuBtn {
    outline: none;
}

button.menuBtn:focus-visible {
    outline: 2px solid #e47212;
    outline-offset: 2px; 
}

.chevron-icon {
    width: 1.2em;
    height: 1.2em;
    margin-left:8px;
    stroke: currentColor;         
    stroke-width: 2;
    fill: none;
    transition: transform 0.25s ease;
}

.chevron-icon.open {
    transform: rotate(180deg);
}

.nav-link:hover {
    background-color: #e6e6e6;
}

.menu-first-level.submenu {
   padding: 8px 0px 8px 8px;
}

.menu-first-level {
     font-weight:550;
     color:#1C5170;
     margin-top:0px;
}

.menu-first-level:active {
    background-color: #d6d6d6 !important;
}

.menu-second-level {
    font-weight:450;
    color:#1C5170;
}

.menu-second-level:active {
    background-color: #d6d6d6 !important;
}

.menu-second-level:hover {
    background-color: #e6e6e6;
}

.menu-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background-color: white;
    /*color:white;*/
    color: #1C5170 !important;
    z-index:2;
    padding: 10px; 
    box-sizing: content-box;
}

.bar {
    width: 100%;
    height: 2px;
    background-color: #1C5170;
    transition: transform 0.6s ease;
    z-index:3;
}