<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.calendar-carousel .item {
    text-align: center;
}
.calendar-carousel .item  a:hover{
    text-decoration: none;
}

.calendar-carousel .cal-date {
    /* background: red; */
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    color: #6ba437;
    background: #FFF;
    -webkit-box-shadow: -7px 13px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -7px 13px 21px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    -webkit-transition: color 400ms ease, background 400ms ease;
    -o-transition: color 400ms ease, background 400ms ease;
    transition: color 400ms ease, background 400ms ease;
    text-align: center;
    display: flex;
    justify-content: center;
}

.calendar-carousel .item  a:hover .cal-date{
   background: #6ba437;
    color: #ffffff;
}

    .calendar-carousel .cal-date span {
        display: inline-block;
        vertical-align: middle;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .calendar-carousel .cal-date span .day {
            display: block;
            font-size: 60px;
            font-weight: 700;
            line-height: 0.9;
        }

        .calendar-carousel .cal-date span .month {
            display: block;
            font-size: 21px;
            font-weight: 400;
            letter-spacing: 2px;
        }

.calendar-carousel .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.563em;
    font-weight: 700;
    margin: 10px 0 0 0;
    color: #fff;
}

.calendar-summary-carousel h2 {
    margin-bottom: 40px;
}

.owl-nav i {
    font-size: 2em;
}

.calLinkBtn {
    border: solid 2px #ffffff;
    background: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 1.2em;
    border-radius: 25px;
    margin: 0 0 4px 10px;
    display: block;
    /* width: auto; */
    min-width: 76px;
    text-align: center;
}

.calLinkBtn:hover{
    background:#6ba437;
    color: #fff;
    text-decoration: none;
}

    
.owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-]:focus {
    background: none;
    color: #FFF;
    text-decoration: none;
    border: none;
    outline: none;
}</pre></body></html>