/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 28 September 2024 11:20:31
*/


@charset "UTF-8";
/**
 * GENERAL RULES
 */
div#calendarTable {
    width: 100%;
    text-align: center;
    color: #c0c0c0;
}

div#calendarTable table td {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
}

div#calendarTable table th {
    color:inherit;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
}

#calendarTable table {
    margin: 0 auto 0 auto;
    color: #c0c0c0;
}

#calendarTable div {
    margin: 0;
}

#calendarTable td div.eventText {
    margin: 0 0 0 1px;
    text-align: center;
    padding: 0;
}

.calendarNavLink,
a.calendarNavLink:hover,
a.calendarNavLink:visited {
    padding: 10px 12px;
    background: #3D8740;
    display: block;
    text-decoration:none;
    font-size: 28px;
}

div#calendarList {
    text-align: left;
    width: 80ex;
    margin-left: auto;
    margin-right: auto;
}

th.columnLabel a {
    display: block;
    height: 100%;
    width: 100%;
}

/* popups over events */
div.popup {
    position: absolute;
    visibility: visible;
    left: 0;
    top: 0;
    display: none;
    width: 25ex;
    border: 1px solid black;
    padding: 1px 3px;
    background-color: white;
    z-index: 100;
}

/**
   * YEAR TABLE RULES
   * Cells in this table can be header cells or data cells.
   * Data cells can be completely empty, or contain a date,
   * or contain a date and event(s). Several of the following
   * rules could apply to a given cell.
   */
table#year {
    border: 1px solid #173e57;
    background-color: #f8f8f8;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 90%;
}

/* Header cells */
#year th {
    border: 1px solid #c8c8c8;
    padding: 0;
}

#year td {
    padding: 0;
}

#year th.monthLabel {
    background-color: #017ca5;
    color: white;
    font-weight: bold;
}

#year td.monthLabel a:hover,
#year td.monthLabel a:visited,
#year th.monthLabel a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#year th.dayLabel {
    background-color: #41afe0;
    color: white;
    text-align: center;
}

#year th.dayLabelWeekend {
    background-color: #93b0e6;
}

#year tr td a,
#year tr th a {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* All data cells, including completely empty ones */
#year td {
    text-align: center;
    border-top: 1px solid #d8d8d8;
    padding: 0;
}

/* Cells with dates */
#year td.date {
    background-color: white;
    text-align: center;
    color: black;
}

/* Weekend Cells, with or without dates */
#year td.weekend {
    background-color: #e6e6eb;
}

/* Cells with dates, again, to make its borders overrule */
#year td.date {
    border: 1px solid #c0c0c0;
}

/* Cells with events */
#year td.eventDate {
    background-color: #d0ecf6;
}

#year td a,
#year td a:hover,
#year td a:visited {
    color: #3598b9;
    font-weight: bold;
    text-decoration: none;
}

/**
   * MONTH TABLE RULES
   * Cells in this table can be header cells or data cells.
   * Data cells can be completely empty, or contain a date,
   * or contain a date and event(s). Several of the following
   * rules could apply to a given cell.
   */
table#month {
    border: 1px solid #173e57;
    background-color: #f8f8f8;
    border-collapse: collapse;
}

#month th {
    border: 1px solid #c8c8c8;
}

/* Header Cells */
#month th.dayLabel,
#month th.weekLink {
    background-color: white;
    color: inherit;
}

#month th.dayLabelWeekend {
    background-color: white;
}

/* All data cells, including completely empty ones */
#month td {
    text-align: left;
    vertical-align: top;
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
}

/* Weekend Cells, with or without dates */
#month td.weekend {
    background-color: #c0c0c0;
}

/* Cells with dates */
#month td.date {
    background-color: white;
    position: relative;
}

/* Cells with events */
#month td.eventDate {
    background-color: #d0ecf6;
    cursor: pointer;
    cursor: hand;
}

/* Linked dates at top left of cells */
#month a.dateLink,
#month a.dateLink:hover,
#month a.dateLink:visited {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

/* Linked event names in cells (root-node-specific classes will also apply) */
#month .event,
#month a.event:hover,
#month a.event:visited {
    width: 100%;
    height: 100%;
}

/* Arrowed '�' (&raquo;) links to the week view from the month */
#month th.weekLink {
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    cursor: hand;
}

/* Week view links text */
#month th.weekLink a.dateLink,
#month th.weekLink a.dateLink:hover,
#month th.weekLink a.dateLink:visited {
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
    padding: 3px;
}

ul.calendar__months {
    margin: 0;
    padding: 0;
}

li.calendar__month {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
}

h2.calendar__month-title {
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    background: grey;
    color: white;
}

.calendar__year-prev {
    float: left;
}

.calendar__year-prev > a.calendarNavLink::after {
    content: "<";
    display: block;
    color: white;
    font-size: 1.5em;
}

.calendar__year-next {
    float: right;month
}

.calendar__year-next > a.calendarNavLink::after {
    content: ">";
    display: block;
    color: white;
    font-size: 1.5em;
}

.calendar__year-title {
    text-align: center;
    background: #E0E0E0;
    margin: 0;
    padding: 10px 0;
    color: #007e21;
}

.calendar__months-date-label {
    position: relative;
}

td.eventDate .calendar__months-date-label {
    color: white;
}

.calendar__ref {
    margin: 10px 0;
    padding: 0;
}

.calendar__ref-swatch {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.calendar__ref-title {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.calendar__ref-item {
    list-style: none;
    display: inline-block;
}

.calendar__ref-item + .calendar__ref-item {
    margin-left: 30px;
}

@media screen and (min-width:1040px) {
.feature-calendar {
    width: 305px;
    float: left;
    clear: none;
    margin-left: 30px;
    text-align: center;
}
}

.calendar__month-container {
   display:inline-block;
}

.feature-calendar > h3 {
    color: #00691b;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
}

.feature-calendar a {
  color: inherit;
}

@media screen and (min-width:1040px) {
.feature-calendar > h3 {
    margin: 0 0 10px 0;
}
}

.feature-calendar .calendar__month-title {
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    background: grey;
    color: white;
}

.feature-calendar a.calendarNavLink,
.feature-calendar a.calendarNavLink:hover {
    /* border-left: 15px white solid; */
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 0;
    height: 0;
    background: inherit;
    border-right: 15px white solid;
    border-bottom: 10px transparent solid;
    top: 0;
    left: 0;
}

.feature-calendar a.calendarNavLink:first-of-type {
  transform: rotate(180deg);
}