

/* SLIDE MENU
-------------------------------------------------- */
.menu-header{
    z-index: 9998;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 68px 20px 20px 20px;
    color: var(--clr-white) !important;
    background: #040028;
}
.menu-header .site-branding{
    margin-left: 40px;
}
#slide-menu li{
    list-style: none;
}
#slide-menu label,
#slide-menu a{
    text-decoration: none;
    color: var(--clr-white);
    font-size: 24px;
    font-weight: bold;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
#slide-menu li:not(:last-of-type) a{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.menu-toggle.close-menu{
    top: 78px;
}
.menu-toggle.close-menu span:nth-child(1){
    transform: rotateZ(45deg);
    top: 10px;
}
.menu-toggle.close-menu span:nth-child(2){
    width: 0;
    left: 25px;
}
.menu-toggle.close-menu span:nth-child(3){
    transform: rotateZ(-45deg);
    top: 10px;
}
.menu-toggle{
    z-index: 10;
    position: absolute;
    top: 14px;
    right: 60px;
    width: 40px;
    height: 24px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.menu-toggle span{
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--clr-burger);
    left: 0;
    transition: all 250ms ease-in-out;
}
.menu-toggle span:nth-child(1){
    top: 0;
}
.menu-toggle span:nth-child(2){
    top: 10px;
}
.menu-toggle span:nth-child(3){
    top: 20px;
}
.menu-toggle.show span:nth-child(1){
    transform: rotateZ(45deg);
    top: 10px;
}
.menu-toggle.show span:nth-child(2){
    width: 0;
    left: 25px;
}
.menu-toggle.show span:nth-child(3){
    transform: rotateZ(-45deg);
    top: 10px;
}
.menu-toggle.show span{
    background-color: var(--clr-burger-open);
}
.menu-toggle:focus {
    text-decoration: none;
    outline: 0;
     box-shadow: none;
}
#slide-menu{
    position: relative;
    height: 100dvh !important;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: linear-gradient(to bottom, #040028 63%, #025194 );
}
#slide-menu.navbar-nav{
    flex-direction: column;
}
#slide-menu.navbar-nav .menu ul{
    height: 100dvh;
    background: linear-gradient(to bottom, #040028 63%, #025194 );
}
.menu{
    z-index: 9999;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;    
    width: 617px;
    height: 100dvh;
    margin-top: -68px;
    transform: translate3d(617px, 0, 0);
    transition: transform 0.5s ease-in-out;
}
.menu ul{
    margin: 0;
}
.menu ul li{
    width: 100%;
}
.menu ul li .nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
    margin-inline: auto;
}
.menu ul li a.dropdown-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
    margin-inline: auto;
    color: var(--clr-white);
}
.menu ul li:not(:last-of-type) a.dropdown-item{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
}
.menu ul li a.dropdown-item:hover{
    color: var(--clr-white) !important;
}
.menu ul li > label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
    background: url(/wp-content/themes/wptheme/assets/img/arrow.svg) 98% 30% / 16px 16px no-repeat;
    margin-inline: auto;
}
.menu ul li:not(:last-of-type) > label{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    
}
.menu ul li > label.back-button{
    font-size: 18px !important;
    font-weight: normal !important;
    background: url(/wp-content/themes/wptheme/assets/img/arrow_left.svg) 0% 28% / 12px 12px no-repeat;
    padding-left: 10% !important;
    padding-bottom: 12px;
}
.menu a,
label{
    display: block;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    text-decoration: none;
    color: var(--clr-white);
}
.menu li a{
    padding-left: 0;
}

/* hide inputs */          
.menu-checkbox{
  display: none;
}
/* hide navigation icon for sublabels */    
.menu label.menu-toggle{
  /* background: none; */
}
/* fade in checked menu */    
.menu-checkbox:checked + .menu{
  transform: translate3d(0, 0, 0);
}

.menuMain{
    background: #025194;
}

.menu .menu{
    top: 68px;
    height: 100%;
}

@media only screen and (max-width: 617px){
    .menu{
        width: 100vw;
        transform: translate3d(100vw, 0, 0);
    }
}


.menu-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background-color: #025194; */
    padding: 20px;
    padding-left: 50px;
}
.menu-bottom a{
    font-size: 20px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.menu-bottom a:not(:last-child)::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: var(--clr-white);
    margin-inline: 15px;
}
.menu .deepen_sm,
.menu .deepen_sm .icons{
    display: flex;
    gap: 25px;
    /* background-color: #025194; */
}
.menu .deepen_sm{
    padding-top: 20px;
    padding-left: 50px;
}
.menu .deepen_sm a{
    margin-bottom: 0;
}
.menu .deepen_sm a svg path{
    fill: white;
}
.menu .deepen_sm a{
    filter: drop-shadow(0 0 48px var(--clr-green));
    width: 23px;
    height: 25px;
}
.menu .deepen_sm svg{
    width: 23px;
    height: 25px;
}

@media (max-width: 1200px){
    
}

@media (max-width: 600px){
    .menu-toggle {
        right: 20px;
    }
    .head-1 .site-branding{
        margin-left: 20px !important;
    }
    .head-1 .site-branding img{
        width: 160px !important;
        margin-top: 5px !important;
    }
    #slide-menu label,
    #slide-menu a{
        font-size: 20px;
    }
    .menu {
        margin-top: -30px;
    }
    .menu .menu {
        top: 30px;
        height: 100%;
    }
    .menu-header {
        padding: 30px 20px 20px 20px;
    }
    .menu-toggle.close-menu {
        top: 40px;
    }
}