<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.calendar td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 14.2%;
    height: 130px;
    background: whitesmoke;
    padding: 0.2em;
    position: relative;
    vertical-align: initial;
    padding-top: 1.6rem;
}

table.calendar {
    border-collapse: separate;
    width: 100%;
    overflow: hidden;
}

a.calevent {
    display: block;
    background: var(--mr-color-primary);
    color: white;
    text-decoration: none !important;
    font-size: 0.7em;
    padding: .2em;
    border-radius: .2em;
    margin-bottom: 0.2em;
    overflow: hidden;
}

span.caleventname {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0em;
}

span.caleventtime {
    font-size: 10px;
    line-height: 1.5;
    display: block;
}

.caldaynum {
    font-size: 0.7em;
    padding: 0.35em;
    position: absolute;
    top: 0;
    font-weight: 900;
}

td.calnodates {
    background: white !important;
}

table.calendar th {
    font-size: 0.7em;
    text-align: center;
}

.calendar-month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: grey;
    margin-bottom: 2rem;
}

.monthdropdown_options_inner {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    background: white;
    overflow: hidden;
    border-radius: .5em;
}

.monthdropdown_options_inner a {
    padding: 0.4em 1.9em;
    font-size: 1rem;
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;
    font-weight: 900;
}

.monthdropdown_options_inner a:hover {
    background: var(--mr-color-accent);
}

.monthdropdown_options:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.monthdropdown_options {
    position: absolute;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: .5em;
    height: auto;
    width: auto;
    top: calc(100% + 0px);
    visibility: hidden;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0px);
}

.monthdropdown_selection,
.calendar-pager h1 {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.monthdropdown,
.calendar-pager {
    position: relative;
    margin-bottom: 1rem;
}

.monthdropdown:hover .monthdropdown_options {
    visibility: visible;
}

.event_pager a {
    background: var(--mr-color-accent);
    text-decoration: none;
    padding: 0.2em 0.6em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    margin-bottom: 1em;
    display: inline-block;
    color: #ffffff;
}

.event_pager .back:before,
.event_pager .prev:before {
    content: '\f0a8';
    font-family: "FontAwesome";
    font-weight: 900;
    padding-right: .3em;
}

.event_pager .next:after {
    content: '\f0a9';
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: .3em;
}

.event_content {
    padding: 1em 0 2em;
}

a.prevnext {
    font-size: 1.5em;
    color: var(--mr-color-primary);
}

@media (max-width: 991px) {

    table.calendar,
    table.calendar tbody,
    table.calendar tr {
        display: block
    }

    .monthdropdown {
        font-size: 20px
    }

    table.calendar td {
        display:
            block;
        width: 100%;
        max-width: none;
        margin-bottom: .5em;
        height: auto;
        padding: 0.6em;
        padding-top: 2em;
    }

    td.calnodates {
        display: none !important;
    }

    table.calendar th {
        display: none;
    }

    .caldaynum {
        font-size: .9em;
        padding-bottom: 1em;
    }

    a.caleventwrap {
        font-size: 18px;
        line-height: 1
    }

    span.caleventname {
        font-size: 1em;
        line-height: 1.2
    }

    span.caleventtime {
        font-size: .7em;
        line-height: 1.2
    }
}


/* Widget */



.events_item {
    display: flex;
    margin-top: 0.9em;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 5px 10px #00000024;
    color: black;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    background: white;
    margin: 10px 10px;
    flex-grow: 1;
    width: 199px;
    max-width: 480px;
}

.events_description {
    flex-grow: 1;
    color: #20361e;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.events_date {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 5%;
    background: var(--mr-color-secondary);
    padding: 1rem;
    color: white;
    margin-bottom: 15%;
    position: relative;
}

.events_date_month {
    display: block;
    text-transform: none;
    line-height: 1;
    font-weight: 700;
    font-family: var(--mr-font-accent);
}

.events_date_day {
    font-size: 2em;
    line-height: 1;
    font-family: var(--mr-font-heading);
    font-weight: 900;
}

.events_details {
    display: flex;
    width: 100%;
    flex-grow: 0;
    font-size: .9em;
    flex-wrap: wrap;
}

.events_title {
    line-height: 1;
    margin-bottom: 0.6em;
    font-size: 1.5rem;
    text-decoration: underline;
    font-weight: 900;
}

.events_details_location:before,
.event_location:before {
    content: '\f3c5';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-right: 0.3em;
}

.result_events_date:before,
.event_date:before {
    content: '\f073';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-right: 0.3em;
}

.events_details&gt;* {
    flex-grow: 1;
    /* width: 100%; */
    min-width: 50%;
}

.events_details_time:before,
.event_time:before {
    content: '\f017';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-right: 0.3em;
}


a.events_icon::before {
    content: '\f073';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

span.calhead_month {
    margin-right: 0.5rem;
}

.event_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    margin: 0 0.4rem;
}

.event_details&gt;div {
    margin-right: 1.5rem;
}

.calendar-month .prevnext,
.calendar-pager .prevnext {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mr-color-accent);
    text-decoration: none;
}

.monthdropdown_selection i,
.calendar-pager i {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_date {
    background: var(--mr-color-accent);
    color: var(--mr-color-light);
    text-decoration: none;
    padding: 0.2em 0.6em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    white-space: nowrap;
    /* margin-bottom: 1em; */
    display: inline-block;
    color: #ffffff;
}


.event_date a {
    /* background: var(--mr-color-accent); */
    color: var(--mr-color-light);
    text-decoration: none;
    border-radius: 5px;
    /* box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); */
    white-space: nowrap;
    /* margin-bottom: 1em; */
    display: inline-block;
    color: #ffffff;
}

.event_list .event,
.schedule_events .event {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background: #f0f0f0;
    box-shadow: 3px 3px 10px #00000029;
    padding: 0.5em;
    border: 3px solid transparent;
    position: relative;
    color: var(--mr-color-contrast);
    margin-bottom: 1rem;
}


.event_list .event:hover,
.schedule_events .event:hover {
    border: 3px solid var(--mr-color-accent);
}

.event_result_details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event_result_img {
    /* width: 7.4em; */
    /* height: 100%; */
    /* overflow: hidden; */
    position: relative;
    /* margin-right: 1rem; */
}

.event_result_img img {
    width: 7.4em;
    height: 4.5em;
    object-fit: cover;
    object-position: center center;
    display: block;
}

table.calendar td:hover {
    background: var(--mr-color-accent-tint);
    cursor: pointer;
}

.event_description {
    font-size: 1rem;
    margin-left: 0.4rem;
}

.events_day_timetable_hour {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    font-size: 1rem;
    height: 4rem;
    min-height: 1rem;
}

.events_day_timetable_hour .label {
    font-size: 0.9rem;
    position: absolute;
    right: calc(100% + 0.5rem);
    bottom: calc(100% - .6rem);
    color: #c7c7c7;
    white-space: nowrap;
}

.events_day_timetable {
    padding-left: 6rem;
}

.events_day_timetable_hour_inner {
    position: relative;
    height: 4rem;
    z-index: 999;
}

.day_event {
    background: var(--mr-color-accent-tint);
    display: flex;
    position: relative;
    width: calc(100% - 4px);
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    color:
        var(--mr-color-contrast);
    height:
        calc(100% - 0rem);
    box-shadow: 0.3rem 0.3rem 0.6rem #0000001a;
    border: 3px solid transparent;
    cursor: pointer;
}

.events_day_timetable_hour .event_result_details {
    padding: 0rem;
    font-size: 1rem;
}

.events_day_timetable_hour .event_details {
    font-size: 0.9rem;
    line-height: 1;
}

.events_day_timetable_hour.active {
    border-bottom: 1px solid grey;
    height: 4rem;
}

.events_day_timetable_hour.active .label {
    color: #303030;
}

.day_event .event_result_img img {
    height: 100%;
}

.event_day_wrapper {
    padding: 1px 2px 4px 2px;
    position: absolute;
    width: 100%;
}

.events_day_timetable_hour.active::first-of-type {}



.fc-dayGridMonth-view .day_event:hover {
    border: 3px solid var(--mr-color-accent);
    width: fit-content;
    height: auto;
    position: absolute;
    background: var(--mr-color-accent);
    z-index: 9999999;
    top: 0;
    right: auto;
    max-width: none;
}

.day_event h3 {
    line-height: 1.3;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 0.3rem; */
    margin: 0 0.4rem;
}

.event_day_wrapper .event_result_details {
    height: 100%;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    color: var(--mr-color-contrast);
}

.events_day_timetable_hour:first-of-type {
    border-top: 1px solid grey;
}

.calendar-pager {
    display: flex;
}

.calendar_viewoptions_dropdown {
    display: none;
    flex-direction: column;
    box-shadow: 0.2rem 0.2rem 0.6rem #00000054;
    border-radius: 0.5rem;
    padding: .2rem;
    position: absolute;
    z-index: 99999999;
    background: white;
    width: auto;
    min-width: 140px;
    top: calc(100% + .3rem);
}

a.calendar_viewoptions_current {
    height: 3rem;
    padding: 0 1rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    text-decoration: none;
    color: var(--mr-color-contrast);
    background: var(--mr-color-accent);
    cursor: pointer;
}

.calendar-pager h1 {
    flex-grow: 1;
    text-align: left;
    justify-content: flex-start;
    padding-left: 1rem;
    text-transform: none;
    margin: 0 !important;
}

a.calendar_viewoptions_current:after {
    content: '\f0d7';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-left: 1rem;
}

.calendar-pager h1:after {
    display: none;
}

.calendar_viewoptions_dropdown.show {
    display: flex;
}

.calendar_viewoptions_dropdown&gt;a {
    text-decoration: none;
    padding: 0.3rem;
    color: var(--mr-color-contrast);
}

.calendar_viewoptions_dropdown hr {
    margin: 0.3rem;
}

.calendar_viewoptions_dropdown&gt;a:hover {
    background: var(--mr-color-accent-tint);
}

.events_day_timetable_header {
    height: 5rem;
    border-bottom: 1px solid #e3e3e3;
    padding: .5rem;
}

.events_day_timetable_hour:first-of-type {
    border-top: 1px solid #e3e3e3;
}

.events_day_timetable_labels {
    position: absolute;
}

.events_day_timetable_labels .events_day_timetable_hour,
.events_day_timetable_labels .events_day_timetable_header {
    border: none;
}

.events_week_timetable {
    display: flex;
    flex-direction: row;
    padding-left: 6rem;
}

span.events_day_timetable_header_weekday {
    text-transform: uppercase;
    display: block;
}

span.events_day_timetable_header_date {
    font-size: 2rem;
    line-height: 1;
}

.events_week_timetable .events_day_timetable {
    width: 14.285%;
    padding-left: 0;
    border-left: 1px solid #e3e3e3;
}

.events_week_timetable .event_result_img {
    display: none;
}

.events_week_timetable .event_time {
    display: none;
}

.events_week_timetable .event_description {
    display: none;
}

.events_year_timetable {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.events_year_timetable .calendar,
.events_year_timetable .flex_holder {
    width: 16.6%;
    padding: 1rem;
    min-width: 254px;
}

.events_year_timetable .calendar td {
    height: 1rem;
}

.events_year_timetable .caleventwrap {
    display:
        flex;
    overflow: hidden;
    position: absolute;
    bottom: 0.15rem;
}

.events_year_timetable .calevent {
    max-width: 0.3rem;
    max-height: 0.3rem;
    min-width: 0.3rem;
    min-height: 0.3rem;
    margin: 0.03rem;
    border-radius: 50% !important;
    background: var(--mr-color-accent);
    padding: 0;
}

.events_year_timetable .calevent&gt;* {
    display: none;
}

.events_year_timetable .flex_holder {
    padding-top: 0;
    padding-bottom: 0;
}

.events_year_timetable .caldaynum {
    width: 100%;
    text-align: center;
    left: 0;
}

.event_day_wrapper.small h3,
.event_day_wrapper.xsmall h3 {
    font-size: 1rem;
    margin: 0;
    width: auto;
    overflow: visible;
    margin-left: 1rem;
    line-height: 1.2;
}

.event_day_wrapper.small .event_result_details,
.event_day_wrapper.xsmall .event_result_details {
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.event_day_wrapper.small .event_description,
.event_day_wrapper.xsmall .event_description {
    display: none;
}

.event_day_wrapper:hover {
    min-height: 2rem;
}

.event_day_wrapper.xsmall a&gt;* {
    opacity: 0;
}

.event_day_wrapper.xsmall:hover a&gt;* {
    opacity: 1;
}

.event_day_wrapper.xsmall a:before {
    content: '...';
    opacity: 1;
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    font-size: 1.5rem;
    color: black;
    line-height: 0;
    position: absolute;
    top: -5px;
    left: 0;
    height: calc(100% + 6px);
}

.event_day_wrapper.medium .event_description {
    display: none;
}

.overlap_1 {
    width: 50%;
}

.overlap_2 {
    width: 50%;
    margin-left: 50%;
}

.day_event.no_events {
    background: whitesmoke;
}

a.day_event.no_events:hover {
    border: 3px solid #dddddd;
}

.event_day_wrapper.xsmall:hover a:before {
    opacity: 0;
}

.events_week_timetable h3,
.events_week_timetable .event_details,
.events_week_timetable .event_description {
    margin-left: 0.3rem !important;
    width: calc(100% - .3rem) !important;
}

.event_day_wrapper.small .event_details,
.event_day_wrapper.xsmall .event_details {
    margin-bottom: 0;
    font-size: 0.8rem;
}


.event_list .event_result_details {
    flex-direction: column;
}

.event_list .event_details,
.event_list .event_description {
    margin-left: 0;
}

.monthdropdown {
    margin: 0;
}


/* NEW */

.fc-dayGridMonth-view .fc-day-other {
    visibility: collapse;
    /* visibility: hidden; */
    height: 0 !important;
}

.fc-dayGridMonth-view table.fc-scrollgrid {
    border: 0 !important;
}

.fc-dayGridMonth-view a.fc-col-header-cell-cushion {
    text-decoration: none;
    color: black;
}

.fc-dayGridMonth-view .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    background: grey;
    white-space: nowrap;
    background: transparent;
    padding: 0.2em;
    position: relative;
    /* border: 2px solid transparent; */
}

.fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    background: white;
    /* padding: 0.1em; */
    position: relative;
    width: 14.7%;
    height: 145px;
}

.fc-dayGridMonth-view table.fc-scrollgrid-sync-table {
    /* border-collapse: separate; */
    overflow: hidden;
}

.fc-dayGridMonth-view .fc-daygrid-day-number {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.fc-dayGridMonth-view td,
.fc-dayGridMonth-view th {
    /* border: 0; */
}


.fc-dayGridMonth-view .fc-daygrid-day-top {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.fc-dayGridMonth-view .fc-day-other .fc-daygrid-day-frame {
    display: none;
}

h2.fc-toolbar-title {
    display: inline-block;
    padding-left: clamp(5px, 2.75vw, 1rem);
    border-bottom: none;
    white-space: nowrap;
    padding-bottom: 0;
}

.fc-toolbar-chunk&gt;div {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

/* scrollbar fix
.fc-scroller {
    position: relative !important;
}
 */

button.fc-button.fc-button-primary {
    /* width: 3rem; */
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mr-color-secondary-tint);
    text-decoration: none;
    border: 0;
    border-radius: 0;
    color: black;
}

.fc-toolbar-chunk button:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fc-toolbar-chunk button:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: inset 0 0 0.9rem rgb(5 52 100 / 50%);
}

.fc-h-event {
    border: 1px solid var(--mr-color-accent);
    border: 1pxsolidvar(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--mr-color-accent);
}

.fc .fc-list-event-dot {

    border: 5px solid --mr-color-accent;
    border: calc(var(--fc-list-event-dot-width, 10px)/ 2) solid var(--mr-color-accent, #3788d8);
}

td.fc-daygrid-day.fc-day.fc-day-today&gt;div {
    background: #91d2f03d;
    border: 2px solid #0072bc42;
}

.fc-h-event .fc-event-title {
    text-overflow: ellipsis;
}

.fc .fc-daygrid-day-number {
    padding: 2px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .fc-header-toolbar.fc-toolbar {
        font-size: 2.75vw;
    }
}

.fc-dayGridMonth-view .event_description {
    display: none;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, .1);
    background: transparent;
    position: absolute;
    min-width: fit-content;
    width: calc(100% - 4px);
    /* background: whitesmoke !important; */
    background-color: var(--mr-color-secondary-tint);
    box-shadow: 2px 2px 6px #0000002b;
    padding: 2px 4px 2px 0;
}

.fc .fc-scroller-harness {
    overflow: visible;
}

.fc-dayGridMonth-view .day_event .event_details {
    display: none;
    font-size: .85rem;
}

.fc-dayGridMonth-view .day_event:hover .event_details {
    display: flex;
    margin-top: .3rem;
    margin-bottom: 0.3rem;
    color: black;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2.6em;
    margin-bottom: 0;
}

.fc .fc-daygrid-event-harness {
    height: 1.5rem;
    margin-bottom: 2px;
}

.day_event {
    max-width: 100%;
}

.fc .fc-daygrid-event {
    z-index: 999;
}

.fc .fc-daygrid-event-harness:hover {
    z-index: 9999999;
}

.fc .fc-list-event:hover td {
    background: transparent;
}

.day_event:hover {
    border-color: var(--mr-color-accent);
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    /* display: none; */
}

.fc-list .event_time {
    display: none;
}

.fc-list .event_details {
    order: 3;
    font-size: .85rem;
    margin-top: 0.25rem;
}

.fc-list .day_event {
    padding: 0.4rem 0.8rem;
}

.fc-list-day-text,
.fc-list-day-side-text {
    font-family: var(--mr-font-heading);
    position: relative;
    margin-top: 0;
    font-weight: 900;
    line-height: 1.2;
    color: black !important;
    font-size: calc(1.2rem + 0.5vw);
    text-decoration: none;
}

.fc-daygrid-more-link.fc-more-link {
    margin-left: 0.5rem;
    padding-top: 0.2rem;
    display: block;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.google_event {
    background-color: salmon;
    border-color: salmon;
}

.fc-daygrid-dot-event.google_event .fc-daygrid-event-dot {
    border-color: salmon;
}

.fc-daygrid-dot-event.google_event {
    background: transparent;
    color: salmon;
}

.fc-daygrid-event-dot {
    border: 4px solid var(--mr-color-accent-shade);
}

.fc-list-event.google_event,
.fc-list-event.google_event.holiday_events {
    background-color: transparent !important;
}

.fc .google_event .fc-list-event-dot {
    border-color: salmon;
}

.fc .holiday_events .fc-list-event-dot {
    border-color: #4cb577;
}

.calendar_wrapper {
    position: relative;
    min-height: 150px;
}



.fc-daygrid-event:hover {
    position: absolute;
    min-width: fit-content;
    width: calc(100% - 4px);
    box-shadow: none;
}

.google_event.holiday_events {
    background-color: #4cb577;
    border-color: #4cb577;
}

.events_wrapper {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.media {
    /* height: 6rem; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url('/images/banner.jpg');
}

@media(max-width:991px) {

    .events_item {
        width: calc(50% - 20px);
        min-width: 250px;
    }
}

.events_body {
    padding: 1.2em 1em;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #20361e;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: var(--mr-color-secondary);
}

.fc-daygrid-event.mr_events:before {
    content: attr(data-time);
    position: absolute;
    top: 100%;
    border-radius: 5px;
    margin-top: 0.5rem;
    background: var(--mr-color-primary);
    transform: translateY(-1rem);
    color: #eeeeee;
    padding: 0.3rem .5rem 0.1rem;
    opacity: 0;
    visibility: hidden;
    transition: none;
    visibility: hidden;
    min-width: 3rem;
    min-height: 1rem;
    pointer-events: none;
}

.fc-daygrid-event.mr_events:after {
    content: "";
    position: absolute;

    /* position tooltip correctly */
    top: calc(100% + 2px);
    margin-left: 1rem;

    /* vertically center */
    transform: translateY(-1rem);
    opacity: 0;
    /* the arrow */
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.4rem 0.4rem 0.4rem;
    border-color: transparent transparent var(--mr-color-primary) transparent;
    transition: none;
    pointer-events: none;
}

.fc-daygrid-event.mr_events:hover:before,
.mr_events:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: .2s all .2s ease-in;
}

.fc .fc-daygrid-more-link:hover {
    background-color: transparent;
    font-weight: 900;
}

a.fc-col-header-cell-cushion {
    text-decoration: none;
}

.single_event_details .events_photo {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgb(144 217 248);
    color: black;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: var(--mr-color-accent) !important;
    background-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: var(--mr-color-accent) !important;
    background-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
}

.fc-multimonth-daygrid .fc-daygrid-day-events {
    pointer-events: none;
}

.fc-multimonth-daygrid .fc-daygrid-day-events {
    display: flex;
    /* flex-wrap: wrap; */
    min-height: 20px;
    justify-content: space-evenly;
    flex-direction: column;
}

.fc-multimonth-daygrid .fc-daygrid-event-harness {
    height: 11px;
    width: 100%;
}

.fc-multimonth-daygrid .fc-daygrid-day-bottom {
    height: 14px;
    width: 10px;
    position: relative;
    margin: 0 !important;
}

.fc-multimonth-daygrid .fc-daygrid-event {
    margin: 0 !important;
    width: 100%;
}

.fc-multimonth-daygrid .fc-daygrid-event-dot {
    margin: 0;
    width: 100% !important;
    height: 0px !important;
    border: 0 !important;
    background: var(--mr-color-accent);
}

.fc-multimonth-daygrid .fc-daygrid-event .fc-event-time {
    display: none;
}

.fc-multimonth-daygrid .fc-daygrid-dot-event .fc-event-title {
    display: none;
}

.fc-multimonth-daygrid .fc-daygrid-event-harness {
    height: 8px;
    margin-bottom: 2px;
}

.fc-multimonth-daygrid .fc-event {
    pointer-events: none;
    padding: 0 5px;
}

.fc-multimonth-daygrid .fc-daygrid-day-frame:hover {
    cursor: pointer;
    background: #90d9f82e !important;
}

.fc-multimonth-daygrid .fc-day-disabled .fc-daygrid-day-frame:hover {
    background: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(31 125 190 / 6%);
}

.fc .fc-multimonth-multicol .fc-multimonth-month {
    padding-left: 0 !important;
}

.fc-multimonth-month[style*="33"]:nth-of-type(3n) {
    padding-right: 0 !important;
}

.fc-multimonth-month[style*="50"]:nth-of-type(2n) {
    padding-right: 0 !important;
}

.fc-multimonth-month[style*="100"] {}

.fc .fc-multimonth-multicol .fc-col-header-cell-cushion {
    font-size: .9rem;
    color: grey;
}

.fc .fc-daygrid-day.fc-day-today {
    background: transparent !important
}

.fc .fc-multimonth {
    border: 0 !important;
}

.fc-multiMonthYear-view .fc-daygrid-day-number {
    font-size: .9rem;
    color: grey;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    pointer-events: none !important;
}




a.events_item .media img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

a.events_item:hover {
    text-decoration: none;
}

@media (max-width: 576px) {
    .fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
        height: 20px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 0;
    }

    .fc .fc-daygrid-day-frame:hover {
        background: #90d9f840;
        cursor: pointer;
    }

    .fc-direction-ltr .fc-daygrid-event .fc-event-time {
        display: none;
    }

    .fc-daygrid-dot-event .fc-event-title {
        display: none;
    }

    .fc .fc-daygrid-event-harness {
        height: 11px;
        width: 100%;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        display: flex;
        /* flex-wrap: wrap; */
        min-height: 20px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .fc .fc-toolbar {
        flex-direction: column;
        margin-right: 0 !important;
    }

    .fc .fc-toolbar .fc-toolbar-chunk {
        flex-grow: 1;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .fc .fc-button-group {
        width: 100%
    }

    .fc-button-group button.fc-button.fc-button-primary {
        min-height: 0;
        padding: 0.6rem;
    }

    .fc-prev-button,
    .fc-next-button {
        width: 3rem;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        pointer-events: none;
        margin: 0 !important;
    }

    .single_event_details .event_details {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 3px solid black;
    }

    .event_details&gt;div {
        margin-bottom: 0.75rem;
    }

    .fc .fc-daygrid-day-bottom {
        height: 14px;
        width: 10px;
        position: relative;
        margin: 0 !important;
    }


    a.fc-daygrid-more-link.fc-more-link {
        width: 22px;
        text-decoration: none;
        font-weight: bold;
        /* height: 1.2rem; */
        /* height: 14px; */
        /* width: 13px; */
        margin: 0 !important;
        overflow: hidden;
        position: absolute;
        left: -1px;
        top: 0;
        font-size: 0.8rem;
        line-height: 0.8;
    }

    .fc .fc-daygrid-event {
        margin: 0 !important;
        width: 100%;
    }

    .fc-daygrid-event-dot {
        margin: 0;
        width: 100% !important;
        /* height: 4px !important; */
        border: 0 !important;
        background: var(--mr-color-accent);
    }


}


.filterbuttons_item label {
    padding: 0.7rem 1rem 0.7rem 3rem;
}

.filterbuttons_wrapper {
    display: flex;
    margin-bottom: 1rem;
    overflow: hidden;
    opacity: 1 !important;
}



.filterbuttons_item input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.filterbuttons_item {
    position: relative;
    color: #afafaf;
    margin-left: 1rem;
    white-space: nowrap;
}

.filterbuttons_item:first-of-type label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filterbuttons_item:last-of-type label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.filterbuttons_item label:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    margin: 1rem;
    left: 0;
    top: 0;
    background: #0000005e;
    cursor: pointer;
}

.item_events input+label:before {}

.item_section_2 input:checked+label:before {
    background: #5b8fa5;
    box-shadow: 0px 0px 1.2rem #67a8c35c;
}

.item_section_2:hover input:checked+label:before {
    background: #67a8c3;
}

.item_section_2:hover input+label:before {
    box-shadow: inset 0 0 0 1px #67a8c37d, 0px 0px 1.2rem #67a8c35c, inset 0px 0px 1.2rem #67a8c35c;
}

.item_section_1 input:checked+label:before {
    background: #9d9d9d;
    box-shadow: 0px 0px 1.2rem #c3c3c35c;
}

.item_section_1:hover input:checked+label:before {
    background: #c3c3c3;
}

.item_section_1:hover input+label:before {
    box-shadow: inset 0 0 0 1px #c3c3c37d, 0px 0px 1.2rem #c3c3c35c, inset 0px 0px 1.2rem #c3c3c35c;
}

.item_section_3 input:checked+label:before {
    background: #499833;
    box-shadow: 0px 0px 1.2rem #55af3b5c;
}

.item_section_3:hover input:checked+label:before {
    background: #55af3b;
}

.item_section_3:hover input+label:before {
    box-shadow: inset 0 0 0 1px #55af3b7d, 0px 0px 1.2rem #55af3b5c, inset 0px 0px 1.2rem #55af3b5c;
}

.item_quaternary input:checked+label:before {
    background: #1a9389;
    box-shadow: 0px 0px 1.2rem #1fb7ab5c;
}

.item_quaternary:hover input:checked+label:before {
    background: #1fb7ab;
}

.item_quaternary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #1fb7ab7d, 0px 0px 1.2rem #1fb7ab5c, inset 0px 0px 1.2rem #1fb7ab5c;
}

.item_quinary input:checked+label:before {
    background: #805eae;
    box-shadow: 0px 0px 1.2rem #984cff5c;
}

.item_quinary:hover input:checked+label:before {
    background: #984cff;
}

.item_quinary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #984cff7d, 0px 0px 1.2rem #984cff5c, inset 0px 0px 1.2rem #984cff5c;
}

.item_senary input:checked+label:before {
    background: #940000;
    box-shadow: 0px 0px 1.2rem #ff00005c;
}

.item_senary:hover input:checked+label:before {
    background: #c40808;
}

.item_senary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #c408087d, 0px 0px 1.2rem #c408085c;
}
/* .filterbuttons_item:hover input:not(:checked)+label:before{
    background: #0000005e !important;
    box-shadow: none;
} */
.fc-daygrid-day-events .fc-event.mr_events.fc-daygrid-event:hover {
    background: white !important;
}

button.fc-custom_pdf_download-button {
    background: transparent !important;
    border: 1px solid #0072bc !important;
    color: #0072bc !important;

}

button.fc-custom_pdf_download-button::before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    margin-right: 0.6rem;
}

button.fc-custom_pdf_download-button.fc-button-primary:hover {
    background: #90d9f85e !important;
}

.fc .fc-toolbar&gt;div {
    flex-grow: 1;
    margin-bottom: 1rem;
    margin-right: 1rem;
}</pre></body></html>