<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select::-ms-expand {
    display: none;
}

#icafe-map-experience {
    text-align: left; /* Reset AEM if any */
}

#icafe-map-experience p {
    /* TODO: Reset AEM */
}

.map-exp__filter {
    /*overflow: hidden;*/
    margin-bottom: 20px;
}

.map-exp__location {
    margin-bottom: 10px;
}

.vs__dropdown-toggle,
.map-exp__location select {
    border: 1px solid #999;
    border-radius: 0;
    /*border-color: #76B900;*/
    line-height: 50px;
    height: 52px;
    min-width: 200px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 1px 16px 1px 16px;
    font-size: 18px;
    /*background: #f7f7f7 url(https://app-sj14.marketo.com/js/forms2/images/arrow-down-bk.png) center right no-repeat;*/
    background: #f7f7f7;
}

.v-select,
.map-exp__location select {
    margin-bottom: 10px;
}

.vs__selected {
    padding: 0;
    margin: 0;
}

.vs__dropdown-menu {
    z-index: 9999;
    top: calc(100%);
    background: #f7f7f7;
    padding: 0;
}

.vs__dropdown-option {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}

.vs__dropdown-option--highlight {
    background-color: #999 !important;
}

.v-select.vs--open .vs__dropdown-toggle,
.vs__dropdown-toggle:hover,
.map-exp__location select:hover {
    border: 2px solid #76b900;
    padding: 0 15px 0 15px;
}

.vs--single.vs--open .vs__selected {
    position: static;
    opacity: 1;
}

.map-exp__grades {
    margin: 0;
    padding: 0;
    text-align: center;
}

.map-exp__grades li {
    display: inline-block;
    margin: 0 8px;
    line-height: 50px;
}

.map-exp__grades a {
    color: #1a1a1a;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    transition: all .3s;
    border-bottom: 2px solid transparent;
}

.map-exp__grades li:hover a {
    color: #444;
}

.map-exp__grades li.active a,
.map-exp__grades li.active:hover a {
    border-bottom-color: #76B900;
}

.map-exp__grades li.unavailable a {
    color: #d3d3d3 !important;
}

.map-exp__canvas {
    background: #eee;
    padding-bottom: 350px;
    height: 100%;
}

.map-exp__popup {
    overflow: hidden;
}

.map-exp__popup__name {
    margin: 0 0 5px 0;
    padding: 0 !important;
}

.map-exp__popup__address {
    max-width: 280px;
    margin: 0;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {

    .map-exp__grades {
        margin-left: -10px;
        margin-right: -10px;
    }

    .map-exp__grades li {
        margin: 0 10px;
        line-height: 40px;
    }

    .map-exp__grades a {
        line-height: 40px;
        font-size: 16px;
    }

    .map-exp__location select {
        line-height: 48px;
        height: 48px;
    }

}

@media screen and (min-width: 768px) {

    .map-exp__grades li {
        margin: 0 15px;
    }

    .map-exp__canvas {
        padding-bottom: 400px;
    }

}

@media screen and (min-width: 1024px) {

    .v-select {
        display: inline-block;
    }

    .map-exp__location {
        margin-bottom: 0;
        float: left;
    }

    .map-exp__location select {
        width: auto;
        margin-bottom: 0;
        margin-right: 6px;
    }

    .map-exp__grades {
        text-align: right;
    }

    .map-exp__grades li {
        margin-right: 0;
        margin-left: 30px;
    }

    .map-exp__canvas {
        padding-bottom: 500px;
    }

}

@media screen and (min-width: 1025px) {

    .map-exp__location select {
        min-width: 240px;
    }

}

/* Hotfix AEM style */
@media screen and (min-width: 1025px) and (max-width: 1310px) {

    #icafe-map-experience {
        margin-left: 15px;
        margin-right: 15px;
    }

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