<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-header h2 a {
  color: #3581AA;
}

.event-header h2 a:hover {
  color: #1E6287;
}

.event-listing-wrapper .event-listing .event-item {
  margin: 0 20px 50px;
  width: 280px;
}

 .event-item.height-adjusted {
  height: 250px !important;
}

.event-item .location-icon {
  height: 20px;
  width: 20px;
}

.event-item .icon-holder {
  font-size: 16px !important;
}

.event-item .event-botton-grp.event-flex {
  display: flex;
  justify-content: space-between;
}

/* event Featured Image on Listings Page */
.hs-featured-image-wrapper {
    width: 280px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    display: inline-block !important;
    float: none;
    margin: 0;
    max-height: 160px !important;
    max-width: 500px;
    width: auto !important;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

.hs-featured-image-wrapper .hs-featured-image-link:hover::after {
    opacity: 1;
    visibility: visible;
}
.hs-featured-image-wrapper .hs-featured-image-link::after {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    visibility: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        width: auto !important;
    }
}

.event-item .event-header h2 {
	text-align: left;
  line-height: 22px;
}
</pre></body></html>