<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: icons;
    src: url(../fonts/icomoon.eot?6ds5kd);
    src: url(../fonts/icomoon.eot?6ds5kd#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf?6ds5kd) format('truetype'),url(../fonts/icomoon.woff?6ds5kd) format('woff'),url(../fonts/icomoon.svg?6ds5kd#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}

#explorer {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

    #explorer * {
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #explorer #xb {
        height: 100%;
        position: relative;
        cursor: default;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        color: #000;
        padding: 0;
        margin: 0;
        background-color: #fff;
        letter-spacing: -.005em;
        overflow-x: auto;
    }

    #explorer .icon {
        font-family: icons !important;
    }

    #explorer .center-wrap {
        width: 1280px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 0 50px;
    }

    #explorer #main {
        width: 1180px;
        margin: 0 auto;
        position: relative;
    }

    #explorer #header {
        height: 10px;
        position: relative;
    }

        #explorer #header h1 {
            margin: 0;
            font-family: Monda,'Helvetica Neue',Arial,sans-serif;
            letter-spacing: .005em;
            font-weight: 700;
            font-size: 16px;
            color: #000;
        }

        #explorer #header #logo {
            background-image: url(logo.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: auto 100%;
            width: 155px;
            height: 40px;
            position: absolute;
            top: 628px;
            left: 50px;
        }

    #explorer .column {
        float: left;
        position: relative;
        min-height: 400px;
    }

    #explorer #primary {
        display: block;
        z-index: 90;
    }

        #explorer #primary .label {
            font-family: Monda,'Helvetica Neue',Arial,sans-serif;
            font-weight: 400;
            font-size: 24px;
        }

        #explorer #primary .question {
            font-family: Rufina,Georgia,serif;
            overflow: hidden;
            color: #000;
            font-size: 24px;
            line-height: 34px;
            width: 350px;
            margin: 0;
            padding-right: 30px;
        }

    #explorer #series-info {
        height: 122px;
        margin: 0;
        overflow-y: visible;
        color: #000;
        width: 350px;
    }

        #explorer #series-info .label {
            display: none;
            font-size: 13px;
            font-weight: 700;
            font-family: Monda,'Helvetica Neue',Arial,sans-serif;
            letter-spacing: .005em;
        }

    #explorer #charter {
        position: relative;
        width: 385px;
        top: -22px;
    }

        #explorer #charter canvas {
            margin-top: -35px;
        }

    #explorer #sample-size {
        clear: both;
        pointer-events: none;
    }

        #explorer #sample-size .samp {
            font-size: 13px;
            line-height: 17px;
            margin: 0;
            text-align: center;
            width: 55px;
            height: 55px;
            padding: 21px 0 0;
            box-sizing: border-box;
            float: left;
            pointer-events: none;
            opacity: 0;
            position: relative;
            background-color: rgba(255,255,255,0);
            color: #cdcddc;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

            #explorer #sample-size .samp.active, #explorer #sample-size .samp:hover {
                color: #a0a0af;
            }

            #explorer #sample-size .samp.unhighlight {
                opacity: .1;
            }

            #explorer #sample-size .samp.too-small, #explorer #sample-size .samp.unasked {
                pointer-events: auto;
                opacity: 1;
                bottom: 84px;
                -webkit-transition: all .15s ease-in-out;
                -moz-transition: all .15s ease-in-out;
                -ms-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
            }

                #explorer #sample-size .samp.too-small:hover, #explorer #sample-size .samp.unasked:hover {
                    color: #69697e;
                }

                #explorer #sample-size .samp.too-small.icon {
                    font-size: 17px;
                }

                    #explorer #sample-size .samp.too-small.icon div {
                        font-size: 13px !important;
                    }

    #explorer #unasked, #explorer #unsampled {
        position: relative;
        bottom: 80px;
        left: -62.5px;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        width: 180px;
        text-align: left;
        background: #fff;
        border-radius: 5px;
        padding: 8px 10px;
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        opacity: 0;
        pointer-events: none !important;
        color: #a0a0af;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer #unasked.active, #explorer #unsampled.active {
            opacity: 1;
            pointer-events: auto;
            color: #69697e;
        }

    #explorer #b-flag {
        opacity: 0;
        pointer-events: none;
        color: #69697e;
        font-size: 20px;
        position: relative;
        z-index: 100;
        display: inline;
        vertical-align: bottom;
        padding-left: 1px;
    }

        #explorer #b-flag.active {
            opacity: 1;
            pointer-events: auto;
        }

        #explorer #b-flag:hover {
            color: #c8283c;
        }

    #explorer #base {
        z-index: 99;
        position: absolute;
        top: 0;
        left: -16px;
        padding: 14px 16px;
        font-size: 13px;
        width: 332px;
        margin: 0;
        background: #fff;
        border-radius: 6px;
        -moz-box-shadow: 0 8px 20px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 8px 20px rgba(0,0,0,.15);
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
        opacity: 0;
        pointer-events: none;
        z-index: 100;
        position: relative;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        #explorer #base.active {
            opacity: 1;
            pointer-events: auto;
        }

            #explorer #base.active:hover #base {
                opacity: 1;
            }

    #explorer #years .name {
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        font-size: 13px;
        color: #999;
        margin: 0;
        padding: 0 5px 0 0;
        float: left;
        text-align: center;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        #explorer #years .name.unhighlight {
            opacity: .1;
        }

    #explorer #year-pcts .pct {
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        font-size: 13px;
        color: #000;
        margin: 0;
        padding-top: 11px;
        width: 2em;
        float: left;
        opacity: 0;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        #explorer #year-pcts .pct.active {
            opacity: 1;
        }

    #explorer #elsewhere {
        position: absolute;
        margin-left: -5px;
        left: 0;
        width: 500px;
    }

        #explorer #elsewhere #sharing:hover #sharing-inner {
            opacity: 1;
            z-index: 10;
        }

        #explorer #elsewhere #sharing:hover .label {
            opacity: 0;
        }

    #explorer .uscita {
        float: left;
        color: #353544;
        position: relative;
        display: inline-block;
        margin-right: 42px;
        cursor: pointer;
    }

        #explorer .uscita .dot {
            color: #353544;
            background-color: #f3f3f6;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

        #explorer .uscita .label {
            text-transform: uppercase;
            font-family: Monda,'Helvetica Neue',Arial,sans-serif !important;
            font-size: 11px !important;
            font-weight: 400 !important;
            opacity: 1;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

        #explorer .uscita a {
            text-decoration: none;
            color: #353544;
        }

            #explorer .uscita a:visited {
                color: GREY_3;
            }

        #explorer .uscita:hover {
            color: #000;
        }

            #explorer .uscita:hover .dot {
                color: #000;
                background-color: #dcdce6;
            }

            #explorer .uscita:hover a {
                color: #000;
            }

    #explorer .dot {
        float: left;
        border-radius: 12px;
        width: 24px;
        height: 24px;
        margin-top: 3px;
        margin-right: 5px;
        font-size: 11px;
        text-align: center;
        padding: 6px 0 0;
    }

    #explorer #info .dot {
        font-size: 8px;
        padding: 7px 0 0 1px;
    }

    #explorer #sharing .dot {
        font-size: 12px;
        padding: 6px 7px 0 5px;
    }

    #explorer #download .dot {
        font-size: 11px;
        padding: 6px 0 0 1px;
    }

    #explorer #sharing-inner {
        position: absolute;
        top: -3px;
        left: 18px;
        width: 170px;
        height: 2.4em;
        padding-left: 12px;
        opacity: 0;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer #sharing-inner a {
            color: #69697e;
            -webkit-transition: color .15s ease-in-out;
            -moz-transition: color .15s ease-in-out;
            -ms-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
        }

            #explorer #sharing-inner a:hover {
                color: #000;
            }

    #explorer .share {
        float: left;
        width: 2em;
        padding: 7px 8px;
        cursor: pointer;
    }

        #explorer .share p {
            opacity: 0;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
            pointer-events: none;
            font-size: 11px;
            text-transform: uppercase;
            white-space: nowrap;
            margin-top: -2px;
            margin-left: -1px;
        }

        #explorer .share:hover {
            color: #000;
        }

            #explorer .share:hover p {
                opacity: 1;
            }

    #explorer .legend {
        position: relative;
        top: 1px;
        padding: 0 0 20px;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

    #explorer .legend-item {
        position: relative;
        margin: 0 25px 13px 10px;
        vertical-align: bottom;
        width: 160px;
        clear: both;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        font-size: 13px;
        line-height: 17px;
        color: #000;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        #explorer .legend-item .bullet {
            position: absolute;
            top: 5px;
            right: 120px;
            width: 20px;
            height: 8px;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

        #explorer .legend-item .pct {
            position: absolute;
            top: -12px;
            left: -11px;
            vertical-align: top;
            text-align: right;
            opacity: 0;
            width: 3em;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }

        #explorer .legend-item .name {
            margin: 0 0 0 46px;
            max-width: 14em;
        }

        #explorer .legend-item.dkr .bullet {
            background-image: url(../img/dkr-bullet.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: auto 100%;
        }

        #explorer .legend-item.percenting .pct {
            opacity: 1;
        }

        #explorer .legend-item.percenting .bullet {
            width: 8px;
        }

        #explorer .legend-item.unhighlight {
            opacity: .1;
        }

    #explorer #multiples {
        display: block;
        margin: 0 auto 40px;
        width: 1260px;
        min-height: 80px;
        padding-left: 40px;
    }

        #explorer #multiples:hover .series.selected .label {
            opacity: 0;
        }

    #explorer #medical-debt {
        max-width: 332px;
    }

    #explorer .group {
        cursor: pointer;
        float: left;
        padding: 0;
        margin: 0 17px 12px 0;
    }

        #explorer .group:last-child {
            margin-right: 0;
        }

            #explorer .group:last-child .series:nth-child(7) .label, #explorer .group:last-child .series:nth-child(8) .label, #explorer .group:last-child .series:nth-child(9) .label {
                position: absolute;
                right: 0;
            }

    #explorer .group-label {
        margin: 0 0 5px -1px;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        opacity: 1;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        -ms-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        cursor: default;
    }

    #explorer .series {
        float: left;
        width: 18px;
        height: 20px;
        margin: 0 2px 0 0;
        position: relative;
        opacity: 1;
        border-bottom: 3px #FFF solid;
        background-color: #FFF;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer .series .question {
            display: none;
        }

        #explorer .series .label {
            font-family: Monda,'Helvetica Neue',Arial,sans-serif;
            color: #69697e;
            font-size: 13px;
            font-weight: 400;
            opacity: 0;
            white-space: nowrap;
            overflow: visible;
            height: 17px;
            background-color: #fff;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -ms-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            position: relative;
            top: 8px;
            margin-left: -1px;
            cursor: default;
        }

        #explorer .series canvas {
            position: absolute;
        }

        #explorer .series:hover, #explorer .series.hovered {
            z-index: 150;
            opacity: 1;
            border-bottom: solid 3px #cdcddc !important;
        }

            #explorer .series:hover .label, #explorer .series.hovered .label {
                color: #353544;
                background-color: #fff;
                opacity: 1 !important;
            }

        #explorer .series.selected {
            z-index: 100;
            opacity: 1;
            border-bottom: solid 3px #69697e !important;
        }

            #explorer .series.selected:hover .label {
                color: #353544;
                background-color: #fff;
                opacity: 1;
            }

            #explorer .series.selected .label {
                background-color: #fff;
                opacity: 1;
            }

            #explorer .series.selected canvas {
                width: 18px !important;
                height: 15px !important;
            }

            #explorer .series.selected:hover .label .cross {
                opacity: .3;
            }

        #explorer .series.filtering {
            z-index: 40;
        }

            #explorer .series.filtering:hover .label .cross {
                opacity: .3;
            }

    #explorer .col-wrapper {
        position: relative;
        width: 100%;
        margin: 11px 0 0;
        border-bottom: solid 1px #f2cdaf;
        height: 150px;
    }

    #explorer .col {
        position: absolute;
        top: 0;
        height: 150px;
        overflow: hidden;
    }

    #explorer #left-col {
        left: 0;
    }

    #explorer #right-col {
        left: 50%;
    }

    #explorer #demo-expand {
        position: absolute;
        bottom: -24px;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        color: #ff7300;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
    }

    #explorer #vmore {
        display: inline;
    }

    #explorer #vless {
        display: none;
    }

    #explorer #filters {
        width: 250px;
        position: relative;
        top: -5px;
        right: 0;
        margin: 0;
        padding: 0;
    }

        #explorer #filters .item {
            position: absolute;
            top: 0;
            width: 248px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            overflow-y: hidden;
            border: solid 1px #cdcddc;
            border-radius: 4px;
            background: #fff;
            margin: 0;
            padding: 6px;
            z-index: 110;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            #explorer #filters .item .icon {
                display: inline-block;
                font-size: 9px;
                margin-left: -14px;
                margin-right: 2px;
            }

            #explorer #filters .item .samp-label {
                font-size: 13px;
            }

            #explorer #filters .item.ranging {
                background: chartreuse;
            }

            #explorer #filters .item.messaging {
                overflow-y: visible;
            }

        #explorer #filters .title-bar {
            font-family: Monda,'Helvetica Neue',Arial,sans-serif;
            position: relative;
            width: 100%;
            padding: 0 30px 0 3px;
        }

        #explorer #filters .measure {
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            width: 190px;
            margin: 2px 0 10px;
            padding: 0;
        }

        #explorer #filters .dismiss {
            padding: 10px;
            cursor: pointer;
            font-family: icons;
            position: absolute;
            top: -3px;
            right: -7px;
        }

    #explorer .filter-menu-label {
        margin: 0;
        font-weight: 400;
        font-size: 13px;
        padding: 5px 10px;
        height: 34px;
        background-color: #f3f3f6;
        cursor: pointer;
        opacity: 1;
        position: relative;
        z-index: 100;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        #explorer .filter-menu-label .icon {
            font-size: 11px;
            padding-top: 5px;
            right: 13px;
            position: absolute;
            display: inline-block;
        }

        #explorer .filter-menu-label:hover {
            background-color: #dcdce6;
        }

    #explorer .filter-wrap {
        position: relative;
        margin-top: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 34px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 100;
    }

        #explorer .filter-wrap:nth-child(1) {
            z-index: 400;
        }

        #explorer .filter-wrap:nth-child(2) {
            z-index: 300;
        }

        #explorer .filter-wrap:nth-child(3) {
            z-index: 200;
        }

        #explorer .filter-wrap.expanded {
            height: 394px;
        }

            #explorer .filter-wrap.expanded .filter-menu-label {
                background-color: #dcdce6;
            }

        #explorer .filter-wrap.active {
            overflow-y: visible;
        }

            #explorer .filter-wrap.active .filter-chooser, #explorer .filter-wrap.active .filter-menu-label {
                opacity: 0;
                pointer-events: none;
            }

        #explorer .filter-wrap.disabled .filter-menu-label {
            color: #a0a0af;
        }

        #explorer .filter-wrap.disabled .disabled-warning {
            display: block;
        }

        #explorer .filter-wrap.disabled:hover .disabled-warning {
            opacity: 1;
        }

    #explorer .disabled-warning {
        display: none;
        position: absolute;
        top: -15px;
        font-size: 12px;
        background: #fff;
        pointer-events: none;
        opacity: 0;
        z-index: 120;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

    #explorer #too-few {
        color: #69697e;
        position: absolute;
        margin-top: 8px;
        margin-left: -8px;
        font-family: Monda,'Helvetica Neue',Arial,sans-serif;
        width: 180px;
        text-align: left;
        background: #fff;
        border-radius: 5px;
        padding: 8px 12px;
        -moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
        box-shadow: 0 5px 20px rgba(0,0,0,.2);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer #too-few.active {
            opacity: 1;
            pointer-events: auto;
        }

    #explorer .value, #explorer .range {
        margin: 6px 3px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 17px;
        color: #a0a0af;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer .value .icon, #explorer .range .icon {
            color: #cdcddc;
        }

        #explorer .value.active, #explorer .range.active {
            color: #000;
        }

            #explorer .value.active .icon, #explorer .range.active .icon {
                color: #ff7300;
            }

        #explorer .value.too-small, #explorer .range.too-small {
            color: #cdcddc;
            cursor: default;
        }

            #explorer .value.too-small .icon, #explorer .range.too-small .icon {
                color: #cdcddc;
                font-size: 13px !important;
                vertical-align: middle;
            }

            #explorer .value.too-small:hover, #explorer .range.too-small:hover {
                color: #69697e;
            }

                #explorer .value.too-small:hover .icon, #explorer .range.too-small:hover .icon {
                    color: #69697e;
                }

        #explorer .range .v-label, #explorer .range .to {
            color: #a0a0af;
        }

        #explorer .range .low, #explorer .range .high {
            color: #a0a0af;
        }

        #explorer .range .thumb {
            border-color: #a0a0af;
        }

        #explorer .range .r-bar-inner {
            background: #cdcddc;
        }

            #explorer .range .r-bar-inner.active {
                background: #a0a0af;
            }

        #explorer .range.active .v-label, #explorer .range.active .to {
            color: #69697e;
        }

        #explorer .range.active .low, #explorer .range.active .high {
            color: #000;
        }

        #explorer .range.active .thumb {
            border-color: #ff7300;
        }

            #explorer .range.active .thumb.hover, #explorer .range.active .thumb.active {
                border-color: #353544;
            }

        #explorer .range.active .r-bar-inner {
            background: #f2cdaf;
        }

            #explorer .range.active .r-bar-inner.active {
                background: #ff7300;
            }

    #explorer .r-labels {
        display: inline;
        margin-left: 5px;
        font-size: 13px;
    }

        #explorer .r-labels .low, #explorer .r-labels .high {
            display: inline-block;
            text-align: center;
        }

        #explorer .r-labels .to {
            display: inline-block;
            margin: 0 4px;
        }

    #explorer .r-bar {
        margin: 0 0 0 2px;
        width: 160px;
        height: 32px;
        position: relative;
    }

    #explorer .r-bar-inner {
        position: absolute;
        left: 6px;
        top: 9px;
        width: 10px;
        height: 10px;
        background: #cdcddc;
        z-index: 5;
    }

        #explorer .r-bar-inner:before {
            content: "";
            position: absolute;
            left: -4px;
            top: 4px;
            width: 2px;
            height: 2px;
            background: #fff;
            border-radius: 1px;
        }

    #explorer .thumb {
        position: absolute;
        width: 8px;
        height: 16px;
        top: 6px;
        background: #FFF;
        border-width: 2px;
        border-style: solid;
        border-radius: 2px;
        box-sizing: border-box;
        z-index: 10;
        -webkit-transition: border-color .15s ease-in-out;
        -moz-transition: border-color .15s ease-in-out;
        -ms-transition: border-color .15s ease-in-out;
        transition: border-color .15s ease-in-out;
    }

        #explorer .thumb.left {
            left: 0;
        }

        #explorer .thumb.right {
            right: 0;
        }

    #explorer .r-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 15;
        margin-left: -10px;
    }

    #explorer .filter-chooser {
        width: 100%;
        position: relative;
        margin-left: 0;
        overflow-y: visible;
        z-index: 100;
        opacity: 1;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer .filter-chooser.drill-down {
            margin-left: -250px;
        }

    #explorer .filter-group {
        width: 100%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        -webkit-transition: height .15s ease-in-out;
        -moz-transition: height .15s ease-in-out;
        -ms-transition: height .15s ease-in-out;
        transition: height .15s ease-in-out;
    }

        #explorer .filter-group.expanded .filter-group-title {
            background: #69697e;
        }

        #explorer .filter-group.expanded .icon {
            font-size: 11px;
            padding-top: 8px;
            right: 13px;
            position: absolute;
            display: inline-block;
        }

        #explorer .filter-group:hover .filter-group-title {
            cursor: pointer;
            background: #69697e;
            color: #fff;
        }

    #explorer .filter-group-title {
        width: 100%;
        height: 34px;
        padding: 5px 10px;
        margin: 1px 0 0;
        font-size: 13px;
        color: #000;
        background: #f3f3f6;
        font-weight: 400;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer .filter-group-title .icon {
            font-size: 10px;
            padding-top: 8px;
            right: 14px;
            position: absolute;
            display: inline-block;
        }

    #explorer .filter-options {
        position: absolute;
        top: 0;
        left: 100%;
        overflow-y: hidden;
        width: 100%;
    }

        #explorer .filter-options .filter-group-title {
            cursor: pointer;
            background: #69697e;
            color: #fff;
        }

            #explorer .filter-options .filter-group-title:hover {
                background: #353544;
            }

            #explorer .filter-options .filter-group-title.hovered {
                background: #69697e;
            }

        #explorer .filter-options.exiting .filter-group-title, #explorer .filter-options.exiting .filter-group-title:hover, #explorer .filter-options.exiting .filter, #explorer .filter-options.exiting .filter:hover {
            background: #f3f3f6;
        }

    #explorer .filter {
        position: relative;
        height: 34px;
        padding: 5px 10px;
        width: 100%;
        margin: 1px 0 0;
        font-size: 13px;
        font-weight: 400;
        background: #f3f3f6;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        #explorer .filter .name {
            opacity: 1;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }

        #explorer .filter .title {
            position: absolute;
            opacity: 0;
            top: 5px;
            left: 10px;
            right: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }

        #explorer .filter .icon {
            float: right;
            display: none;
            margin: 8px 2px 0 8px;
            font-size: 9px;
        }

        #explorer .filter.active {
            color: #a0a0af;
        }

            #explorer .filter.active .title {
                right: 25px;
            }

            #explorer .filter.active .icon {
                display: block;
                color: #a0a0af;
            }

        #explorer .filter:hover {
            background: #353544;
            color: #fff;
        }

            #explorer .filter:hover .name {
                opacity: 0;
            }

            #explorer .filter:hover .title {
                opacity: 1;
            }

            #explorer .filter:hover.active {
                color: #fff;
            }

                #explorer .filter:hover.active .icon {
                    color: #fff;
                }

    #explorer .icon {
        font-family: icons;
        -webkit-font-smoothing: antialiased !important;
        font-weight: 400;
    }

    #explorer #small-screen {
        display: none;
    }


@media (min-width:541px) and (max-width:1024px) {
    #xb {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        margin: -60px 0 0 -110px;
        overflow-x: visible;
    }
}

@media (max-width:540px) {
    #header, #multiples {
        display: none !important;
    }

    #small-screen {
        display: block !important;
        background-image: url(../img/c1.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*Temp fix for Explorer*/ 
    #explorer #primary {
        visibility: hidden;
    }
    #explorer section#multiples {
        display: none !important;
    }

    #small-screen {
        background-position: 0 -170px;
	}

}
</pre></body></html>