<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Responsive Grid */
.customer-row {
    padding: 16px 0;
    text-align: center;
}

    .customer-row.hidden {
        display: none;
    }

.customer-column {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .customer-column .view-box {
        margin: 8px;
        width: 100%;
        height: 460px;
        background: #DFE2E9;
        margin: 0 auto;
        position: relative;
    }

.content-column.filter-bar {
    font-size: 1.75em;
    color: #fff;
    margin: 0;
    text-align: left;
    height: 6em;
    padding-top: 0.75em;
    display: table;
}

    .content-column.filter-bar .adjuster {
        display: table-cell;
        vertical-align: middle;
    }

    .content-column.filter-bar ul.dropdown-menus {
        display: inline-flex;
        list-style: none;
        margin-left: -3em;
    }

    .content-column.filter-bar li {
        font-weight: 600;
        margin: 0 3.0em;
        color: #0055A4;
        letter-spacing: 2px;
    }

        .content-column.filter-bar li.title {
            color: #0055A4;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        .content-column.filter-bar li a {
            color: #0055A4;
        }

        .content-column.filter-bar li .dropdown-menu a.dropdown-item {
            font-size: 1.5em !important;
        }

.view-box-content {
    position: absolute;
    left: 470px;
    top: 90px;
    text-align: left;
}

.view-box-title {
    font-size: 1.7em;
    color: #0055A4;
    font-weight: 600;
    text-align: left;
}

.view-box-description {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}

.view-box-button {
    font-size: 0.8em;
    left: 470px;
    top: 260px;
}

.view-box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: auto;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    color: #0055A4;
}

    .view-box-close:hover {
        color: red;
    }

.view-box-close-inner {
    font-stretch: expanded;
    transform: rotate(45deg);
}

.view-box-button[disabled],
.view-box-button[disabled]:hover,
.view-box-button[disabled]:focus,
.view-box-button[disabled]:active {
    background: #EFF1F4;
    color: #777;
}

.view-box-image-surround {
    position: absolute;
    left: 2em;
    top: 2em;
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 360px;
    height: 360px;
}

.view-box-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 360px;
    height: 360px;
}

    .view-box-image img {
        min-width: 75%;
        max-width: 340px;
        max-height: 340px;
    }

.logo-surround {
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 225px;
    height: 225px;
}

    .logo-surround:hover {
        margin-top: -4px;
        margin-bottom: -4px;
        width: 233px;
        height: 233px;
    }

.logo-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 225px;
    height: 225px;
}

    .logo-img:hover {
        margin-left: -4px;
        width: 233px;
        height: 233px;
    }

    .logo-img img {
        min-width: 75%;
        max-width: 175px;
        max-height: 175px;
    }

/* End Responsive Grid */
</pre></body></html>