@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

#pull {
    display: none;
}

#menu_top {
    display: none !important;
}

#menu_top ul {
    list-style-type: none;
}

#container_menu {
    overflow: visible;
}

#header_top, #apptitle {
    display: none;
}

#innercontainer header {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#innerheader p {
    margin-top: unset;
    margin-bottom: unset;
}

#innerheader a {
    display: flex;
    text-decoration: none;
}

#innerheader img.site-logo {
    width: clamp(12.6875rem, -19.3125rem + 50vw, 18.1875rem);
}

.container_menu {
    overflow: visible;
    height: 100%;
}

#ctl00_menu {
    gap: 10px;
}

#ctl00_myBreadcrum_breadcrum {
    display: none;
}

#menu_top li {
    padding: 0 10px;
}

#header_top {
    display: none;
}

.b_header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1340px;
    max-height: 125px;
    margin: 0 auto;
    width: 100%;

    @media screen and (max-width: 1440px) {
        margin: 0 20px;
    }

    @media screen and (min-width: 1024px) {
        flex-direction: row;
    }
}


.b_menu-search-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 50px;

    @media screen and (min-width:768px) {
        height: unset;
    }

    @media screen and (min-width:1024px) {
        justify-content: flex-end;
    }
}

.b_menu-search-wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
}

.b_menu-search-wrapper li {
    border-bottom: 1px solid transparent;
    transition: all.2s ease-in-out;
    box-sizing: border-box;

    @media screen and (max-width:768px) {
        width: 100%;
    }
}

.b_menu-search-wrapper li:hover {
    background-color: rgb(98, 141, 207, .1);
}

.b_menu-search-wrapper li.active {
    border-bottom: 1px solid #628DCF;
}

.b_menu-search-wrapper li a {
    display: inline-block;
    padding: 10px;
    line-height: 20px;
}

.b_menu-search-wrapper li#p15:hover {
    background-color: rgb(98, 141, 207, .1);
}

/* hover effect */
.b_menu-search-wrapper a {
    font-family: "Signika", sans-serif;
    font-size: 16px;
    color: #1D1756;
    text-decoration: none;
}

.menu #p15 {
    display: flex;
    text-indent: -9999px;

    @media screen and (max-width:850px) {
        visibility: visible;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: 0;
    }

    a {
        position: relative;

        @media screen and (max-width:768px) {
            width: 100%;
        }

        &::after {
            content: '\f002';
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            display: flex;
            justify-content: center;
            font-size: 20px;
            color: #1D1756;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-indent: 0;
        
            @media screen and (max-width:850px) {
                display: none;
            }
        }
    }
}

/* responsive menu header */
.b_menu-search-container {
    width: 100%;
    box-sizing: border-box;

    @media screen and (max-width:850px) {
        display: flex;
        justify-content: center;
    }
}

div.b_menu-search-wrapper ul {
    display: none;

    @media screen and (min-width:850px) {
        display: flex;
    }
}

.b_search-btn {
    display: block;
    position: relative;
    top: 20px;

    @media screen and (min-width:850px) {
        display: none;
    }
}

#pull {
    display: block;

    @media screen and (min-width:850px) {
        display: none;
    }
}

/* responsive menu styling */
.menu.b_menu-open {
    box-sizing: border-box;

    @media screen and (max-width:850px) {
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0;
        background-color: #FFFFFF;
        position: absolute;
        z-index: 20;
        padding-inline-start: unset;
        padding-left: unset;
        top: 100px;
        text-align: center;
        border-bottom: 1px solid #EFF4FA;
        box-shadow: 4px 2px 10px -5px rgba(0, 0, 0, 0.5);
    }
}

.menu.b_menu-open:hover {
    border-bottom: #1D1756;
}

@media screen and (max-width: 850px) {
    .b_menu-search-wrapper {
        position: static;
    }

    .b_menu-search-wrapper li a {
        padding: 20px;
        font-size: 18px;
    }

    .menu-button::after {
        display: inline-block;
        margin-left: 0.5rem;
        /* color: #0078C8; */
        font-weight: 600;
        font-size: 16px;
        content: "\f0c9";
        width: 15px;
        font-family: "Font Awesome 6 Pro";
    }

    #container_menu a[aria-expanded="true"] .menu-button::after {
        content: "\f00d";
    }
}