<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.archive-grid {
    max-width: 100% !important;
}

.archive-grid img {
    margin: 0;
}

.archive-grid h2 {
    color: #333;
    font-family: 'League Gothic', sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: .4em 0 .2em;
    text-transform: uppercase;
}

.archive-grid h2 a {
    color: #333;
    -webkit-transition: color .1s;
            transition: color .1s;
}

.archive-grid h2 a:hover {
    color: #c8102e;
    text-decoration: none;
}

.archive-grid .caption {
    margin-bottom: 45px;
}

.archive-grid .caption ul {
    font-family: 'Milo', sans-serif;
    font-size: .888888889em;
    line-height: 1.3125;
    margin: 0 0 1em;
    padding-left: 1.3125em;
}

.archive-grid .caption li {
    margin: 0 0 6px;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .archive-grid &gt; div:nth-child(2n+1) {
        clear: left;
    }
    .archive-grid &gt; div:nth-child(2n+1):before {
        clear: both;
        content: '';
        display: table;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .archive-grid &gt; div:nth-child(3n+1) {
        clear: left;
    }
    .archive-grid &gt; div:nth-child(3n+1):before {
        clear: both;
        content: '';
        display: table;
    }
}

@media screen and (min-width: 992px) {
    .archive-grid &gt; div:nth-child(4n+1) {
        clear: left;
    }
    .archive-grid &gt; div:nth-child(4n+1):before {
        clear: both;
        content: '';
        display: table;
    }
}

@media screen and (max-width: 599px) {
    .archive-grid &gt; .col-xs-6 {
        width: 100%;
    }
}
</pre></body></html>