<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col-location {
    padding: 0 10px 10px;
}

.location-container {
    position: relative;
    margin-bottom:80px;
}

.location-detail a:hover {
    color: #c9171f;
}


.lity-content {
    background-color: #fff;
    padding: 20px;
}

.location-item {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.location-intro {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.location-intro__title {
    align-self: center;
    width: 100%;
    text-align: center;
    font-family: Compressa-Rg;
    font-size: 26px;
    line-height: 26px;
    color: #E31F28;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:10px;
}

.location-details__container {
    min-height: 46px;
    display: flex;
    background-color: #000000;
    width: 100%;
    flex-direction: row;
    position: absolute;
    top: 100%;
    left: 0;
    align-content: center;
    justify-content: center;
}

.location-details__container .location-detail:first-of-type {flex-grow:1;}

.location-detail {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.location-detail a, location-detail a:visited {
    color: #ffffff;
}

.location-detail-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
}

.location-detail-inner &gt; span {display:none;}

.location-detail-inner a:hover, .location-detail__directions a:hover span {
    color: #E31F28;
}

.location-detail img {
    display: inline-block;
    padding-right: 10px;
}

.location-detail__phone {
    display: flex;
    line-height: 32px;
    align-items: center;
}




@media screen and (min-width: 1336px) { /* larger than normal break point since the boxes don't work with 3 buttons under this size */

    .location-details__container .location-detail:first-of-type {
        flex-grow: unset;
    }

    .location-detail-inner &gt; span {
        display: block;
    }


        .location-item {
            margin-bottom: 56px;
        }

        .location-intro {
            top: auto;
            bottom: 0;
            left: 0;
            padding: 7px 0;
        }

        .location-intro__title {
            font-size: 28px;
            line-height: 28px;
        }

    .location-details__container {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        position: absolute;
        top: 100%;
        left: 0;
        max-width: unset;
    }

    .location-detail {
        font-size: 12px;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .location-details__container .location-detail:last-child .location-detail-inner {
            border-right: none;
            padding-right: 0;
        }

    .location-detail-inner {
        justify-content: flex-start;
        padding: 0;
        border-bottom: none;
    }

        .location-detail img {
            height:22px;
            padding-right: 6px;
        }

        .location-detail__directions {
            padding-top: 0;
        }
    }

    @media screen and (min-width: 1920px) {
        .location-detail {font-size:16px;}
            .location-detail img {
                height: 30px;
                padding-right: 12px;
            }
    }
</pre></body></html>