.menu {
    margin: 0;
    padding: 0;
    /* padding-top: 5px;
    padding-bottom: 5px; */
    color: inherit;
}

.menu-menu-1 {
    white-space: nowrap;
    display: inline-flex;
}

.bobex_menu>.container {
    color: inherit;
}

.pc_menu {
    display: flex;
}

.bobex_menu_item_lvl_0 {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.bobex_menu_item_lvl_0>a {
    display: block;
}

.bobex_menu_item_lvl_0>a:hover {
    color: inherit;
}

.bobex_menu_item_lvl_0>ul {
    display: none;
}

.bobex_menu_item_lvl_0:hover>ul {
    display: block;
}

.bobex_menu_item_lvl_0>ul {
    position: absolute;
    background-color: white;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    left: 0;
    top: 100%;
    width: max-content;
    z-index: 14;
    box-shadow: 7px 7px 6px -7px rgba(0, 0, 0, 0.3);
    border: 1px solid #0000002e;
}

.bobex_menu_item_lvl_1>a,
.bobex_menu_item_lvl_2>a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    transition: none;
    display: block;
    color: #444444 !important;
}


/* .bobex_menu_item_lvl_1:hover>a,
.bobex_menu_item_lvl_2:hover>a {
    background-color: #f0542d25;
    color: #444444 !important;
} */

.bobex_menu_item_lvl_0>a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

.bobex_menu_item_lvl_1>a:visited {
    color: #444444;
}

.header_media {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.header_media>img {
    max-height: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-flex;
    height: 65px;
}

.header_media_left img {
    max-width: 70vw;
}

.header_media_right {
    text-align: right;
}

.bobex_header>.container {
    position: relative;
    height: 100%;
}

.bobex_header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: 87px;
}

#breadcrumbs>li {
    display: inline;
}

#breadcrumbs>li,
.breadcrumb_item>a {
    font-size: 14px;
}

.breadcrumb_item>a {
    color: #175da6;
}

.breadcrumb_item>a:hover {
    color: #444444;
}

#breadcrumbs {
    /*padding-left: 15px;*/
    /*margin-top: 15px;*/
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb_item.active>a,
.breadcrumb_item.active,
#breadcrumbs>li:last-child>a {
    color: #f0542d;
}

.breadcrumb_item.active>a:hover,
#breadcrumbs>li:last-child>a:hover {
    color: #444444;
}

.bobex_menu_item_lvl_0>a {
    border-bottom: #f0542d00 solid 3px;
    border-top: #f0542d00 solid 3px;
}


/* .bobex_menu_item_lvl_0.active>a {
    border-bottom: #f0542d solid 3px;
} */

.bobex_menu_item_lvl_1>a {
    border-left: #f0542d00 solid 3px;
}


/* .bobex_menu_item_lvl_1.active>a {
    border-left: #f0542d solid 3px;
    background-color: #f0542d1a;
} */

.header_media>a>picture>source>img,
.header_media>a>picture>img,
.header_media>a>img {
    max-height: 65px;
    width: auto;
}


/*
aside
*/

.aside_menu {
    background-color: #4874a20f;
    padding: 15px;
    margin-top: 10px;
    max-height: 70vh;
    overflow: scroll;

}

.aside_links {
    display: block;
    color: #484848;
    transition: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
}

.aside_links.active {
    background-color: #f0542d1a;
    border-left: #f0542d solid 3px;
}

.aside_links:hover {
    color: black;
    text-decoration: underline;
}

.aside_links.active:hover {
    color: orangered;
}

.aside_headers {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 4px;
    color: #175da6;
    font-weight: 400;
}

.aside_headers:nth-of-type(1) {
    margin-top: 0px;
}

.aside_sub_headers {
    /*font-size: 16px;*/
    font-size: 18px;
    margin-top: 24px;
    /*color: #818181;*/
    color: var(--minisite-bobex-blue);
    text-transform: uppercase;
    font-weight: 600;
}


/* .bobex_menu {
    height: 66px;
} */

.bobex_menu>.container {
    height: inherit;
}

/* New layout */
.bbx-header {
    display: none;
}

@media screen and (min-width: 992px) {
    .bbx-header {
        display: block;
        height: 50px;
        background-color: var(--minisite-grey-background);
        color: var(--minisite-grey-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .bbx-header > .container {
        height: 100%;
    }

    .bbx-header .header-wrapper {
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

    .bbx-header .header-wrapper .text-wrapper .text {

    }

    .bbx-header .header-wrapper .text-wrapper .text::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-size: contain;
        margin-right: 5px;
    }

    .bbx-header .header-wrapper .text-wrapper .text + .text {
        margin-left: 10px;
    }
}

.bobex_menu {
    height: 60px;
    position: relative;

    @media screen and (min-width: 992px) {
        height: inherit;
    }
}

@media screen and (min-width: 992px) {
    .bobex_menu .gradient {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(90deg, var(--minisite-bobex-blue) 50%, var(--minisite-bobex-dark-blue) 100%);
    }

    .bobex_menu > .container {
        z-index: 0;
        position: relative;
    }
}

.bobex_menu .button_pop {
    font-size: x-large;
    height: 40px;
    width: 40px;
    padding: 9px;
    transition: all 0.2s ease;
    cursor: pointer;

    @media screen and (min-width: 992px) {
        margin-left: 20px;
    }
}

.bobex_menu .menu-wrapper {
    justify-content: space-between;
    height: 100%;
    display: flex;
    align-items: center;

    @media screen and (min-width: 992px) {
        padding: 20px 0;
    }
}

.bobex_menu .menu-wrapper .branding {
    max-height: 24px;
}

.bobex_menu .menu-wrapper .icons {
    display: flex;
    align-items: center;
}

.bobex_menu .menu-wrapper .bbx-links {
    display: none;

    @media screen and (min-width: 992px) {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 20px;
    }
}

@media screen and (min-width: 992px) {
    .bobex_menu .menu-wrapper .bbx-links li a {
        color: white;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.bbx-mobile-search {
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    opacity: 0;
    z-index: 0;
    display: flex;
    height: 0;
    align-items: flex-start;
    justify-content: center;
}

.bbx-mobile-search.active {
    opacity: 1;
    z-index: 9;
    height: 45px;

    @media screen and (min-width: 992px) {
        height: 55px;
    }
}

.bbx-mobile-search .search-form {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.bbx-mobile-search .search-form .search-label {
    position: absolute;
    color: var(--minisite-grey-text);
    right: 0;
    margin-right: 7px;
    cursor: pointer;
    height: 100%;
    display: flex;
}

.bbx-mobile-search .search-form .search-input {
    width: 100%;
    border-radius: 50px;
    border: none;
    padding-left: 15px;
    padding-right: 27px;
    height: 30px;
}

.bbx-mobile-search .search-form .search-input:focus-visible {
    outline: none;
}

#bobex_mobile_menu {
    height: inherit;
    color: white;


    @media screen and (min-width: 992px) {
        background-color: var(--minisite-grey-background) !important;
        height: 50px;
    }
    @media screen and (max-width: 992px) {
        width: 100vw;
        overflow-x: hidden;
    }
}

#bobex_mobile_menu .bobex_mobile_close_menu {
    position: absolute;
    right: 15px;
    top: 15px;

    @media screen and (min-width: 992px) {
        display: none;
    }

}

#bobex_mobile_menu .bobex_mobile_close_menu i {
    font-size: 1.5em;
}

#bobex_mobile_menu .menu-item-object-language-switcher .bob_flags {
    top: -1px;
}

@media screen and (min-width: 992px) {
    #bobex_mobile_menu .bobex_menu_item_lvl_0 {
        color: var(--minisite-grey-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #bobex_mobile_menu .bobex_menu_item_lvl_0:hover {
        background-color: var(--minisite-grey-background-darken);
    }

    #bobex_mobile_menu .bobex_menu_item_lvl_0:focus-visible {
        outline: none;
    }

    #bobex_mobile_menu .menu-item-object-language-switcher {
        float: right;
    }
}

body.customize-support #bobex_mobile_menu {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.customize-support #bobex_mobile_menu {
        top: 46px;
    }
}