.hh-layout .hh-events *,
.hh-layout .hh-events *::before,
.hh-layout .hh-events *::after { box-sizing: border-box; }
.hh-events {
    --hh-primary: #152f29;
    --hh-green: #006330;
    --hh-gold: #f4b235;
    --hh-light-green: #f2f9e9;
    --hh-text: #0d0d0d;
    --hh-muted: #505050;
    --hh-border: #e8eaed;
    --hh-white: #ffffff;
    color: var(--hh-text);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: .9375rem;
    line-height: 1.4;
}
.hh-layout .hh-events .loading-spinner,
.hh-layout .hh-events .mobile-title i,
.hh-layout .hh-events .icon,
.hh-layout .hh-events .icon-list span,
.hh-layout .hh-events .icon-list a:hover span,
.hh-layout .hh-events .icon-list a:focus span { color: var(--hh-green); }
.hh-layout .hh-events .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hh-layout .hh-events [class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hh-layout .hh-events .col-sm-12,
.hh-layout .hh-events .col-sm-6,
.hh-layout .hh-events .col-md-3,
.hh-layout .hh-events .col-md-4,
.hh-layout .hh-events .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .hh-layout .hh-events .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 768px) {
    .hh-layout .hh-events .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .hh-layout .hh-events .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .hh-layout .hh-events .col-md-6 { flex: 0 0 50%; max-width: 50%; }
}
.hh-layout .hh-events .sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.hh-layout.events3up:before { background-color: transparent; }
.hh-layout .hh-events.hh-events-block { width: 100%; margin: 0; }
.hh-layout .hh-events.hh-events-block > .row:first-child { margin-bottom: 24px; }
.hh-layout .hh-events.hh-events-block > .row:first-child .title {
    color: var(--hh-primary);
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}
.hh-layout .hh-events .events,
.hh-layout .hh-events .row.hh-events.hh-events-block.events { row-gap: 30px; }
.hh-layout .hh-events .events .event,
.hh-layout .hh-events .related-events .event,
.hh-layout .hh-events.hh-events-block .event { margin-bottom: 0; }
.hh-layout .hh-events .event > a {
    display: block;
    color: var(--hh-primary);
    text-decoration: none;
}
.hh-layout .hh-events a:focus-visible {
    outline: 1px solid #000;
    outline-offset: 3px;
}
.hh-layout .hh-events .event .event-image {
    display: block;
    height: 130px;
    margin-bottom: 0;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hh-layout .hh-events .event .event-image a,
.hh-layout .hh-events .event .event-image a:hover,
.hh-layout .hh-events .event .event-image a:focus,
.hh-layout .hh-events .event .event-image a:active,
.hh-layout .hh-events.hh-events-block .image a,
.hh-layout .hh-events.hh-events-block .image a:hover,
.hh-layout .hh-events.hh-events-block .image a:focus,
.hh-layout .hh-events.hh-events-block .image a:active,
.hh-layout .hh-events.hh-events-block .date-img a,
.hh-layout .hh-events.hh-events-block .date-img a:hover,
.hh-layout .hh-events.hh-events-block .date-img a:focus,
.hh-layout .hh-events.hh-events-block .date-img a:active {
    text-decoration: none;
}
.hh-events.hh-events-block .date-img {
    height: auto;
    border: 2px solid var(--hh-green);
    border-radius: 10px;
    box-shadow: none;
    color: var(--hh-text);
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.hh-events.hh-events-block .date-img .month {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    background: var(--hh-green);
    color: var(--hh-white);
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.hh-events.hh-events-block .date-img .day {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--hh-light-green);
    color: var(--hh-text);
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 2.625rem;
    line-height: 1;
}
.hh-events.hh-events-block .date-img .weekday {
    margin-top: 6px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
}
.hh-events.hh-events-block a:hover .date-img,
.hh-events.hh-events-block a:focus .date-img,
.hh-events.hh-events-block a:active .date-img { border-color: var(--hh-primary); }
.hh-events.hh-events-block a:hover .date-img .month,
.hh-events.hh-events-block a:focus .date-img .month,
.hh-events.hh-events-block a:active .date-img .month { background: var(--hh-primary); }
.hh-layout .hh-events.hh-events-block .event .title {
    margin: 0;
    padding: 12px 0 0;
    background-color: transparent;
    color: var(--hh-green);
    font-family: Rockwell, Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-decoration: underline;
    transition: color .2s, text-decoration-color .2s;
}
.hh-layout .hh-events.hh-events-block .event a:hover .title,
.hh-layout .hh-events.hh-events-block .event a:focus .title,
.hh-layout .hh-events.hh-events-block .event a:active .title {
    color: var(--hh-green);
    text-decoration: none;
}
.hh-layout .hh-events.hh-events-block .event a {
    color: var(--hh-primary);
    text-decoration: none;
}
.hh-layout .hh-events.hh-events-block .event a:hover,
.hh-layout .hh-events.hh-events-block .event a:focus,
.hh-layout .hh-events.hh-events-block .event a:active {
    color: var(--hh-green);
    text-decoration: none;
}
.hh-layout .hh-events.hh-events-block .details {
    display: block;
    margin: 0;
    padding: 8px 0 0;
    border-top: none;
    background-color: transparent;
    color: var(--hh-muted);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: .8125rem;
    line-height: 1.35;
    text-transform: none;
}
.hh-layout .hh-events.hh-events-block .details > div:not(.tooltip):not(.tooltip-arrow):not(.tooltip-inner) {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
}
.hh-layout .hh-events.hh-events-block .details .separator {
    display: inline-block;
    margin: 0 4px;
    color: var(--hh-muted);
}
.hh-events.hh-events-block .details .date::before,
.hh-events.hh-events-block .details .location::before,
.hh-events.hh-events-block .details .featured::after { content: none; }
.hh-layout .hh-events .events .event p {
    margin: 0;
    color: var(--hh-text);
    font-size: .9375rem;
    line-height: 1.4;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
.far { font-weight: 400; }
.fas { font-weight: 900; }
.fa-star::before { content: "\f005"; }
.fa-sync-alt::before { content: "\f2f1"; }