/* VERY IMPORTANT! This enables multi select dropdowns to be clicked on ios*/
.zselect {
    cursor: pointer;
}

@media only screen and (max-width:1024px) {
    .ios-cursor {
        cursor: pointer;
    }
}

#test-modal, #mc-modal-form, #search-modal {
    padding: 0;
    overflow: hidden;
    max-height: none !important;
    margin-top: 0;
    position: absolute !important;
    top: 0px !important;
    width: 100%;
    left: 0;
}

.mc-close-modal {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 100;
    text-align: right;
}

.reveal-overlay {
    overflow: auto;
}


[data-mclist-for] {
    position: relative;
    cursor: pointer;
}

ul[data-mclist] {
    display: none;
}

    ul[data-mclist].mclist-visible {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 200px;
        background: #fff;
        border: 1px solid #ccc;
    }

    ul[data-mclist].mclist-bottom.mclist-visible {
        top: auto;
        bottom: 100%;
    }

.nstSlider {
    width: 100%;
    background: #f7f7f7;
    clear: both;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

    .nstSlider .leftGrip, .nstSlider .rightGrip {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        left: 4px;
        top: -2px;
    }

    .nstSlider .bar {
        top: 4px;
        height: 13px;
    }

.top-bar {
    transition: all, 0.5s;
}

    .top-bar.top-bar-hide {
        margin-top: -50px;
    }

.menu > li > a {
    padding: 0;
}

.off-canvas-list li {
    position: static;
}

.left-off-canvas-menu, .is-drilldown {
    min-height: 900px;
    overflow: hidden;
    width: 250px !important;
}

.is-drilldown {
    position: relative;
}

ul[data-drilldown] {
    height: auto !important;
}

.is-drilldown-submenu {
    background: #1e232b;
}

.is-off-canvas-open .off-canvas-content {
    width: auto;
}

.off-canvas-fixed {
    position: fixed;
    top: 0;
    height: 900px;
}

