/** CACHE: 1612196928..........; **/
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('/webfonts/fa-solid-900.eot');
    src: url('/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/webfonts/fa-solid-900.woff2') format('woff2'), url('/webfonts/fa-solid-900.woff') format('woff'), url('/webfonts/fa-solid-900.ttf') format('truetype'), url('/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

#calendar-legend {
    display: flex;
    flex-direction: column;
    display: -moz-grid;
    display: grid;
    grid-template: "1fr 1fr 1fr 1fr";
    grid-gap: 10px;
}

#calendar-legend.upcoming-events {
    grid-template: "1fr";
    grid-gap: 2px;
}

@media (max-width:767px) {
    #calendar-legend {
        display: flex;
        flex-direction: column;
    }
}

#calendar-legend .legend-item {
    padding: 0.5rem 1rem;
    background-color: #F2F2F2;
    text-align: center;
    color: #FFF;
    position: relative;
    height: auto;
}

#calendar-legend .legend-item>.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: nset 0 -2px 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 0;
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#calendar-legend .legend-item>.bg::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: block;
    position: absolute;
    height: 100%;
    line-height: 40px;
    left: .5rem;
}

#calendar-legend .legend-item>input[type="checkbox"] {
    float: left;
    appearance: none;
    display: none;
}

#calendar-legend .legend-item>input[type="checkbox"]:not(:checked)+.bg+span {
    color: #ECECEC;
    text-shadow: 0 0 0 #FFF;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#calendar-legend .legend-item>input[type="checkbox"]:checked+.bg {
    box-shadow: inset 0 -4px 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 1;
}

#calendar-legend .legend-item>input[type="checkbox"]:checked+.bg+span {
    color: #FFF;
}

#calendar-legend .legend-item>input[type="checkbox"]:checked+.bg::before {
    content: "\f00c";
}

#calendar-legend .legend-item>input[type="checkbox"]:not(:checked)+.bg::before {
    content: "\f05e";
}

#calendar-legend .legend-item>span {
    z-index: 10;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #FFF;
    text-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    user-select: none;
    line-height: 20px;
}

#calendar-legend .legend-item.events input[type="checkbox"]:checked+.bg {
    background-color: #3db3e3;
}

#calendar-legend .legend-item.events input[type="checkbox"]:not(:checked)+.bg {
    background-color: #3db3e3;
}

#calendar-legend .legend-item.programs input[type="checkbox"]:checked+.bg {
    background-color: #00c08b;
}

#calendar-legend .legend-item.programs input[type="checkbox"]:not(:checked)+.bg {
    background-color: #00c08b;
}

#calendar-legend .legend-item.educational input[type="checkbox"]:checked+.bg {
    background-color: #1f3d7b;
}

#calendar-legend .legend-item.educational input[type="checkbox"]:not(:checked)+.bg {
    background-color: #1f3d7b;
}

#calendar-legend .legend-item.seminars input[type="checkbox"]:checked+.bg {
    background-color: #ff4713;
}

#calendar-legend .legend-item.seminars input[type="checkbox"]:not(:checked)+.bg {
    background-color: #ff4713;
}

#calendar.events .calEvent {
    background-color: #3db3e3;
    border-color: #1e9ccf;
    color: #FFF !important;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    margin: 1px 5px 0;
}

#calendar:not(.events) .calEvent {
    display: none;
}

#calendar.programs .calProgram {
    background-color: #00c08b;
    border-color: #008d66;
    color: #FFF !important;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    margin: 1px 5px 0;
}

#calendar:not(.programs) .calProgram {
    display: none;
}

#calendar.educational .calEducation {
    background-color: #00c08b;
    border-color: #008d66;
    color: #FFF !important;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    margin: 1px 5px 0;
}

#calendar:not(.educational) .calEducation {
    display: none;
}

#calendar.seminars .calSeminar {
    background-color: #00c08b;
    border-color: #008d66;
    color: #FFF !important;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
    margin: 1px 5px 0;
}

#calendar:not(.seminars) .calSeminar {
    display: none;
}

#calendar a.fc-day-grid-event.calendar-event,
#calendar a.fc-day-grid-event.calendar-program,
#calendar a.fc-day-grid-event.calendar-seminar,
#calendar a.fc-day-grid-event.calendar-educational {
    display: none;
}

#calendar a.fc-day-grid-event.calendar-event {
    background-color: #3db3e3;
    border-color: #1e9ccf;
    color: #FFF !important;
}

#calendar a.fc-day-grid-event.calendar-program {
    background-color: #00c08b;
    border-color: #008d66;
    color: #FFF !important;
}

#calendar a.fc-day-grid-event.calendar-seminar {
    background-color: #00c08b;
    border-color: #008d66;
    color: #FFF !important;
}

#calendar.events a.fc-day-grid-event.calendar-event {
    display: block;
}

#calendar.programs a.fc-day-grid-event.calendar-program {
    display: block;
}

#calendar.seminar a.fc-day-grid-event.calendar-seminar {
    display: block;
}

#calendar.educational a.fc-day-grid-event.calendar-educational {
    display: block;
}