.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;
}

#mobile_menu_icon {
    margin: 10px;
    margin-right: 20px;
}

.bobex_mobile_close_menu {
    position: absolute;
    right: 20px;
    top: 20px;

    display: none;
}
.bobex_mobile_close_menu i {
    font-size: 1.5em;
}

.button_pop {
    transition: all 0.2s ease;
}

.button_pop:hover {
    transform: scale(1.2);
}

#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-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;
}

.search_label {
    position: absolute;
    color: #b1b1b1;
    right: 0;
    margin-right: 5px;
    cursor: pointer;
    height: 100%;
    display: flex;
}

.search_input {
    border-radius: 5px;
    max-width: 100%;
}

.searchForm_wrapper {
    position: relative;
    max-width: 100%;
}

.searchForm {
    max-width: 100%;
}

.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;
}

.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;
    margin-top: 24px;
    color: #818181;
}

#mobile_search .searchForm_wrapper {
    left: 0;
    margin: 5px;
}

#mobile_search {
    text-align: center;
    transition: all 0.2s ease-in;
    position: relative;
    opacity: 0;
    z-index: 0;
}

#mobile_search.active {
    opacity: 1;
    z-index: 9;
}


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

.bobex_menu>.container {
    height: inherit;
}

.bobex_menu #bobex_mobile_menu {
    height: inherit;
}

