<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.location-links:hover {
    color: #0596C6;
    font-weight: bold;
}
.location-links:hover .fa-map-marker, .location-links:hover .fa-map-marker:before {
    color: #cc1617 !important;
    font-size: 18px;
    transition: all 200ms ease;
}

.uckg-location-title.title-h1, .uckg-location-title.title-h2,.uckg-location-title.title-h3, .uckg-location-title.title-h4,
.uckg-location-title.title-h5, .uckg-location-title.title-h6{
    color: #0596c6;
}

.cols.location{
    font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 300;
    color: #888;
}

.cols.location .location strong{
    font-family: sans-serif;
}
.uckg-headquarter{
    color: #ec0c26;
    font-weight: 500;
}
</pre></body></html>