<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featured-header {
    display: flex;
    align-items: flex-end;
}

.featured-header h2 {
    margin-bottom: 3px;
}

.view-all-link {
    min-height: 0;
}

.view-all-link a {
    color: #808080;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.view-all-link a:hover, .view-all-link a:active, .view-all-link a:focus {
    text-decoration: underline;
}

.view-all-link.display-on-mobile {
    display: none;
}

.view-all-link i.material-icons {
    height: 24px;
    line-height:21px;
}

.featured-wrapper {
    background: #F5F5F5;
    display: flex;
    /*min-height: 300px; !* Or whatever *!*/
    margin-bottom: 25px;
    align-items: center;
}

.featured-wrapper-left {
    width: 60%;
}

a.featured-item-link {
    text-decoration: none;
}

.featured-wrapper-right {
    width: 40%;
    padding: 20px;
}

.featured-wrapper-right h3 {
    color: #0680A6;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 20px;
}

.featured-wrapper-right-content {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.featured-event-venue {
    color: #808080;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 25px;
}

.featured-event-venue .material-icons {
    font-size: 16px;
}

.box1 {
    position: relative;
    width: 100%; /* desired width */
}

.box1:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.content1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.content1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Other ratios */
.ratio2_1:before {
    padding-top: 50%;
}

.ratio1_2:before {
    padding-top: 200%;
}

.ratio5_7:before{
    padding-top:140%;
}

.ratio4_3:before {
    padding-top: 75%;
}

.ratio16_9:before {
    padding-top: 56.25%;
}

.ratio9_16:before {
    padding-top: 178%;
}


.featured-wrapper-two-items {
    background: #F5F5F5;
    margin-bottom: 20px;
}

.featured-wrapper-two-items-content {
    padding: 30px;
}

.featured-wrapper-two-items h3 {
    font-size: 24px;
    line-height: 36px;
    color: #0680A6;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 20px;
}
.featured-wrapper-two-items h3 .material-icons{
    padding-bottom:0.2em;
    padding-left:5px;
}
.featured-wrapper-two-items-content-text {
    color: black;
    font-size: 18px;
    line-height: 28px;

}

.cb-image-wrapper{
    position: relative;
    width: 100%;
    height:100%;

}
.cb-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media screen and (max-width: 979px) and (min-width: 767px) {
    .featured-wrapper .featured-wrapper-left {
        width: 50%;
    }
    .featured-wrapper .featured-wrapper-right {
        width: 50%;
        padding: 30px;
    }
    .featured-wrapper h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .row-fluid .featured-wrapper-container {
        width: 100%;
        margin: 0;
    }
    .featured-wrapper-two-items-content h3 {
        margin: 0;
    }
    .featured-wrapper-two-items-content-text {
        display: none;
    }
    .featured-wrapper-two-items {
        display: flex;
    }
    .featured-wrapper-two-items .featured-wrapper-image {
        position: relative;
        display: inline-block;
        width: 50%;
    }
    .featured-wrapper-two-items .box1 {
        width: 100%;
    }
    .featured-wrapper-two-items .featured-wrapper-two-items-content {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .featured-wrapper {
        display: block;
    }
    .featured-wrapper div {
        width: auto;
    }
    .featured-wrapper h3 {
        margin-bottom: 0;
    }
    .featured-wrapper-two-items-content h3 {
        margin: 0;
    }
    .featured-wrapper-two-items-content-text {
        display: none;
    }
    .view-all-link.title-link {
        display: none;
    }
    .view-all-link.display-on-mobile {
        display: block;
    }

}</pre></body></html>