:root{--calendar-border: #005b89;--calendar-border-radius: 0.5rem;--calendar-header-bg: #005b89;--calendar-header-color: #fff;--calendar-weekend-bg: transparent;--calendar-other-month-bg: rgba(0, 0, 0, 0.15);--calendar-holiday-bg: rgba(255, 255, 63, 0.15);--calendar-today-bg: #efe;--calendar-label-bg: rgba(0, 0, 0, 0.05);--calendar-label-color: #111;--calendar-label-today-bg: rgba(0, 0, 0, 0.05);--calendar-label-today-color: #222;--calendar-link-color: #009;--calendar-link-active-color: #800;--calendar-link-visited-color: #609;--calendar-shadow-heavy: 0 0 1rem rgba(0,0,0,0.15), 0 0 0.5rem rgba(0,0,0,0.15)}.calendar{background-color:#fff;border:1px solid var(--calendar-border);border-radius:var(--calendar-border-radius);box-shadow:var(--calendar-shadow-heavy);display:flex;flex-direction:column;font-size:.9em;margin-bottom:1rem;overflow:hidden;width:100%}.calendar>ul{list-style-type:none;margin:0;padding:0}.calendar .row{display:flex;flex-direction:column;justify-content:space-between}.calendar .title-row,.calendar .days-row{background-color:var(--calendar-header-bg);margin:0;padding:.5rem;color:var(--calendar-header-color);align-items:center}.calendar .title-row a,.calendar .days-row a{color:var(--calendar-header-color)}.calendar .title-row>*{margin:0;padding:.5rem}.calendar .title{flex:1;font-size:1.4em;text-align:center}.calendar .previous-calendar+.next-calendar{padding-left:.5rem}.calendar .dates-row{color:#222}.calendar .days-row{display:none;font-weight:bold;padding:0;text-align:center}.calendar .days-row>*,.calendar .dates-row>*{padding:.5rem;flex:1}.calendar .is-canceled{text-decoration:line-through}.calendar .is-weekend{background-color:var(--calendar-weekend-bg)}.calendar .is-today{background-color:var(--calendar-today-bg)}.calendar .is-other-month{display:none}.calendar .is-today .label time{background-color:var(--calendar-label-today-bg);color:var(--calendar-label-today-color)}.calendar .label time{background-color:var(--calendar-label-bg);border-radius:3em;color:var(--calendar-label-color);padding:.2em .5em}.calendar .is-holiday{font-weight:bold;font-style:italic}.calendar .event-link{display:block}.calendar .event-link time{font-weight:bold}.calendar .at-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.calendar li.has-no-events,.calendar ul.has-no-events{display:none}@media screen and (min-width: 60rem){.calendar:not(.agenda-view) .row{flex-direction:row}.calendar:not(.agenda-view) .days-row{display:flex}.calendar:not(.agenda-view) .dates-row>:not(:first-child){border-left:1px solid var(--calendar-border)}.calendar:not(.agenda-view) .dates-row:not(:last-of-type){border-bottom:1px solid var(--calendar-border)}.calendar:not(.agenda-view) ul{list-style-type:none;margin:0;padding:0}.calendar:not(.agenda-view) .day-label,.calendar:not(.agenda-view) .month-label,.calendar:not(.agenda-view) .year-label{display:none}.calendar:not(.agenda-view) .event-link{line-height:1.2}.calendar:not(.agenda-view) .has-holiday{background-color:var(--calendar-holiday-bg)}.calendar:not(.agenda-view) .is-first-of-the-month .month-label{display:inline}.calendar:not(.agenda-view) .is-first-date.is-other-month .month-label{display:inline}.calendar:not(.agenda-view) .is-other-month{background-color:var(--calendar-other-month-bg);display:list-item}.calendar:not(.agenda-view) .is-other-month a{color:var(--calendar-link-color)}.calendar:not(.agenda-view) .is-other-month a:visited{color:var(--calendar-link-visited-color)}.calendar:not(.agenda-view) .is-other-month a:active{color:var(--calendar-link-active-color)}.calendar:not(.agenda-view) .event,.calendar:not(.agenda-view) .announcement,.calendar:not(.agenda-view) .is-holiday{padding-top:.5em;word-break:break-word}.calendar:not(.agenda-view) .dates-row ul{font-size:.9em}.calendar:not(.agenda-view) li.has-no-events{display:list-item}.calendar:not(.agenda-view) ul.has-no-events{display:block}.calendar:not(.agenda-view) ul.has-no-events.row{display:flex}}
