@charset "utf-8";

.menu_wrap {
    height: auto;
    position: relative;
    z-index: 10000;
    /* overflow: hidden; */
    float: none;
    position: fixed;
    top: 0;
    background-color: #2c243d;
}

.menu_shell {
    height: 100px;
    overflow: hidden;
}

.menu {
    width: calc(100% - 0px);
    height: auto;
    z-index: 1000;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 600;
    font-family: 'proxima-nova';
    padding: 0 0 0 4px;
    /* background-color: #2e243d; */
    position: absolute;
    top: 0;
    left: 0px;
}

.menu_level {
    width: calc(100% - 100px);
    height: 90px;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
}

.menu_group {
    display: none;
    float: none;
    width: 10000px;
    height: 80px;
    position: absolute;
    right: 0;
    left: 0;
}

.menu_group_shell {
    float: left;
    height: auto;
    width: auto;
}

.display {
    display: block !important;
}

#menu a {
    float: left;
    margin: 0 0 0 0;
    box-sizing: border-box;
}

#menu a:active {}

.nav_item {
    height: 80px;
    width: auto;
    float: left;
    color: #fff;
    text-decoration: underline;
    margin: 0 3px 0 3px;
    position: relative;
    box-sizing: border-box;
    min-width: 80px;
    text-align: center;
    border-radius: 100px;
    transition: background-color 0.8s, border-color 0.8s, color 0.8s;
    user-select: none;
}

.up_level {
    cursor: pointer;
    background-image: url(../images/up_level_arrow.svg);
    background-position: 16px 14px;
    background-repeat: no-repeat;
    background-size: 55%;
    text-decoration: none !important;
    padding: 27px 10px 0 10px;
    cursor: pointer;
    border: 4px solid #877b9d;
    box-sizing: border-box;
    transition: opacity 0.4s;
    opacity: 0.7;
}

.up_level:hover {
    opacity:1;
}

.page_link {
    padding: 31px 10px 0 10px;
    background-color: #877b9d;
    color: #ffffff;
}

.category_label {
    text-decoration: none !important;
    padding: 27px 10px 0 10px;
    cursor: pointer;
    border: 4px solid #877b9d;
    box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
    .category_label:hover, .home_link:hover, .page_link:hover {
        background-color: #fff;
        border-color: #fff;
        color: #877b9d;

    }
}

.home_link_wrap {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 10000;
    top: 10px;
    left: 10px;
    background-color: #2e243d;
    border-radius: 100px;
    box-shadow: 0px 0px 40px 30px #2e243d !important;
}

.home_link {
    float: left;
    background-image: url(../images/dc_logo_purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: #d6cde8;
}

.breadcrumb_wrap {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100px;
    background-color: #d1c7e2;
    background-color: #d3cbdd;
    z-index: 10000;
    display: none;
}

.breadcrumb {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0 10px 25px;
    font-size: 19px;
    font-weight: 600;
    color: #2e243d;
}

.breadcrumb_item {
    width: auto;
    height: auto;
    float: left;
    margin: 0 8px 0 0;
}

.navlight {
    background-color: #877b9d;
    background-color: #9D79DD;
    border-color: #9D79DD;
    color: #fff;
}