<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
button.blank:focus {
    box-shadow: none;
}

/* element name for specificity, remove when moving to spaden */
button.lightbox-left,
button.lightbox-right {
    padding: 0;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 20px;
}

.lightbox-arrow-icon {
    background: rgba(0, 0, 0, .3);
    box-sizing: content-box;
    padding: 10px;
    border-radius: 3px;
}

.probably-touch .lightbox-left,
.probably-touch .lightbox-right {
    opacity: .5; /* No hover state, fix this properly when moving to spade */
}

button.lightbox-left {
    left: 0;
    padding-left: 5px;
}

button.lightbox-right {
    right: 0;
    padding-right: 5px;
}

.gallery-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-image-caption-text {
    background: rgba(0, 0, 0, .4);
    padding: 1px 5px;
}

/*result list*/
.result-item {
    background-clip: padding-box;
    border-bottom: 1px solid #CDD3D8;
    overflow: hidden;
}
.result-item a {
    display: block;
    width:100%;
}
.result-item:hover, .result-item:focus {
    background-color:#F4F7FA;
}

@media screen and (max-width:767px) {
    .result-item a, .external-banner {
        padding: 10px;
    }
}

@media screen and (min-width: 479px) {
    .view-list .mod.shadow &gt; .inner {
        border-right: none;
    }

    .view-list .flex-area {
        display: block;
    }

    .view-list .flex-unit {
        width: 100%
    }

    .view-list .result-item {
        max-height: 250px;
    }

    .view-list .result-item-image {
        float: left;
        width: 33%;
        min-width: 125px;
        max-width: 330px;
    }

    .view-list .unit {
        width: 100%;
    }

    .view-list .result-item-image {
        margin-right: 20px;
    }
}

.result-item-logo-container {
    height: 40px;
    line-height: 0;
}
.result-item-logo {
    max-width: 80px;
    max-height: 100%;
}

.hform640 .formelement {
    min-width: 210px;
}

.hform640 label {
    float: left;
    width: 25%;
}
.hform640 .formelement .input  {
    padding: 0 0 0 30%
}

.hform640 .formelement select {
    height: 2.2em;
    padding: 3px 13px;
}

.multicol dd {
    float: none;
    line-height: 1.5em;
    margin: 0 0 0 140px;
    page-break-inside: avoid;
    width: auto;
    word-wrap: break-word;
    -webkit-column-break-inside: avoid;
}

/* END */
</pre></body></html>