@charset "UTF-8";

    /* MENU-OFF-CANVAS */

/* OFF-CANVAS MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul .menu { /*height: 100%;*/ /*background-color: #222222;*/ }

/* IS-DRILLDOWN
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.is-drilldown {
    display: block;
    background: #222222;
}*/
/*.is-drilldown > ul {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100rem;
    width: 100%;
}*/
.is-drilldown li label,
.is-drilldown li label.off-canvas-title {
    display: block;
    margin: 0;
    padding: 0.3125rem 1rem;
    vertical-align: middle;
    border-bottom: none;
    font-size: 0.685rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    background: #444444;
    color: #FFFFFF;
}
.is-drilldown li label.off-canvas-title {
    line-height: 3.4;
}
.is-drilldown li a {
    display: block;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*background-color: #222222;*/
    color: #999999;
}
.is-drilldown li a:hover {
    background: #D84B48;
    /*background: #C44727;*/
    color: #CCCCCC;
}
.js-drilldown-back > a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2.4;
}
.js-drilldown-back > a::before {
    margin-top: -0.1875rem;
}