<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Custom Calendar CSS applied to the calendar on any page
 */
.hover-event {
    min-width: 200px;
    border: 1px solid #d0d0d0;
}
.hover-title {
    font-weight: bold;
    width: 192px;
    border-bottom: 1px solid #eee;
    background: #e0e0e0;
    padding: 4px;
}
.hover-details {
    border: 1px solid #ddd;
    width: 190px;
    background: #ededed;
    min-height: 50px;
    padding: 4px;
}

.moduleHeader {
    border-radius: 2px !important;
}

.fc-label {
    font-weight: 700;
}

.fullWidth {
    width: 100% !important;
}

.remove-margin {
    margin: 0px !important;
}

.btn-primary.calBtnActive {
  color: #000 !important;
  background-color: #ccc !important;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

/* TODO: this needs to take into effect site designs */
/*.btn-primary.active {
    color:#000 !important;
    background-color:#ccc !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}
*/
/*.btn-primary:not(.admin-btn) {
    border: 1px solid;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}*/

.rounded-border-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius:  4px !important;
}

.rounded-border-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius:  4px !important;
}

.rounded-border {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius:  4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius:  4px !important;
}

.successBox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8 !important;
    border: 1px solid #C5E4B8 !important;
    padding: 5px;
}

.lightGrayBox {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #333 !important;
    background-color: #F0F0F0 !important;
    border: 1px solid #C8C8C8 !important;
    padding: 5px !important;
}

.lightGrayBox2 {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #5C5C5C !important;
    background-color: #CACACA !important;
    padding: 5px !important;
}

.lightGrayBox2:hover {
    background-color: #DCDCDC !important;
}

.warningBox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #8A6D3B;
    background-color: #FCF8E3 !important;
    border: 1px solid #FAEBCC !important;
    padding: 5px;
}

.infoBox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 5px;
}

.dangerBox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #a94442;
    background-color: #FFD4D4;
    border: 1px solid #F0BAB9;
    padding: 5px;
}

.darkGrayBox {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    padding: 5px !important;
}

.list-group-item{
    position:relative;
    display:block;
    padding:20px;
    margin-bottom:-1px;
    border:1px solid #c6c6c6;
    font-family: 'Poppins', sans-serif;
}

.list-group-item:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}

.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}

.dark-list-group-item{
    position:relative;
    display:block;
    padding:5px 5px;
    margin-bottom:-1px;
    border:1px solid #4E4E4E;
}

.dark-list-group-item:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}

.dark-list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}

.list-group {
    margin-left: 0px;
}

.clearfix {
    clear: both !important;
}

.text-center {
    text-align: center !important;
}

.remove-bottom-margin {
    margin-bottom: 0px !important;
}

.dangerBox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #a94442;
    background-color: #FFD4D4;
    border: 1px solid #F0BAB9;
    padding: 5px;
}

.lead {
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
    line-height:1.4;
}

.sm-top-margin {
    margin-top: 5px !important;
}

.sm-bottom-margin {
    margin-bottom: 5px !important;
}

.xsm-bottom-margin {
    margin-bottom: 3px !important;
}

.calendar-list-day {
    width: 10% !important;
    min-width:50px !important;
    float: left;
}

/*.calendar-list-content {
    width: 85% !important;
    min-width: 50px !important;
    float: right;
}*/

.calendar-list-details {
    width: 100% !important;
    min-width:100px !important;
    float: left;
}

.calendar-list-title {
    width: 90% !important;
    min-width: 100px !important;
    float: left;
}

.calendar-list-lesson-day {
    width: 10%;
    min-width:50px !important;
    float: left;
    font-weight:600;

    @media only screen and (max-width : 639px) {
      float: none;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      padding: 15px 5px !important;
      margin-bottom: 20px;
    }
}

.calendar-list-lesson-content {
    width: 85%;
    min-width: 150px !important;
    float: right;



    @media only screen and (max-width : 639px) {
      float: none;
      width: 100%;

      .sm-margin {
          margin: 0px !important;
      }
    }
}

.calendar-list-lesson-details {
    width: 90% !important;
    overflow-x: auto;
    overflow-y: auto;
}

.calendar-list-lesson-content ul {
    list-style-type: disc;
}

.calendar-list-lesson-content ul li ul {
    list-style-type: circle;
}

.print-list-day {
    width: 10% !important;
    min-width:50px !important;
    float: left;
}

.print-list-title {
    width: 95% !important;
    min-width: 50px !important;
    float: right;
}

.print-list-details {
    width: 95% !important;
    min-width:100px !important;
    float: right;
}

.rounded-margin {
    border-radius: 4px !important;
}

.grayPrintTableRow {
    background-color: #f0f0f0 !important;
    padding: 5px;
    width: 100%;
}

.grayRow {
    background-color: #ddd !important;
    border-radius: 4px;
}

.left-column {
    width: 25% !important;
    float: left !important;
    display:inline;
}

.center-column {
    width: 50% !important;
    float: none;
    display:inline;
}

.right-column {
    width: 25% !important;
    float: right !important;
    display:inline;
}


.remove-padding {
    padding: 0px !important;
}

.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-green:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}


.printViewTable {
    width: 800px !important;
}

.remove-padding {
    padding: 0px !important;
}

.rounded-box {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #5C5C5C !important;
    background-color: #F0F0F0 !important;
    border: 1px solid #C8C8C8 !important;
    padding: 3px !important;
}

.no-border:not(table):not(td):not(tr):not(hr):not(form.newForm)  {
    border: 0px solid !important;
    border-width: 0px !important;
    border-style: none !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
}

.no-border &gt; *:not(table):not(td):not(tr):not(hr):not(form.newForm)  {
    border: 0px solid !important;
    border-width: 0px !important;
    border-style: none !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
}

.no-border *:not(table):not(td):not(tr):not(hr):not(form.newForm)  {
    border: 0px solid !important;
    border-width: 0px !important;
    border-style: none !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
}

.grayTableRow {
    background-color: #f0f0f0 !important;
    padding: 5px;
}

.grayTableRow2 {
    background-color: #f0f0f0 !important;
}

.sm-pad {
    padding: 5px !important;
}

.grayPrintTableRow {
    background-color: #f0f0f0 !important;
    padding: 5px;
    width: 100%;
}

.lightGrayBorder {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.sm-margin {
    margin: 5px !important;
}

.sm-left-margin {
    margin-left: 5px !important;
}

.md-sm-left-margin {
    margin-left: 10px !important;
}

.sm-left-pad {
    padding-left: 5px !important;
}

.linkText2 {
    color: #0033ff !important;
    text-decoration: underline;
    cursor: pointer !important;
}

.linkText2:hover {
    color: #000 !important;
    text-decoration: underline;
    cursor: pointer !important;
}

.linkText {
    color: #000 !important;
}

.text-left {
    text-align: left !important;
}

.calendar-source {
    font-style: italic !important;
    opacity: .8 !important;
}

.auto-width {
    width: auto !important;
}

.hidden {
    visibility: hidden !important;
    display: none !important;
}
.hidden &gt; * {
    visibility: hidden !important;
    display: none !important;
}
.hidden * {
    visibility: hidden !important;
    display: none !important;
}

.upcomingEventsColorBubble {
    width:12px;
    height:12px;
    border-radius:50px;
    font-size:20px;
    text-align:center;
}

.upcomingEventsRow {
    position: relative;
    min-height: 1px;
}

.upcomingEventsColumnColor {
    width: 15px;
    float: left;
}

.defaultEventColor {
    background-color: #3b91ad !important;
}

.defaultEventColor:hover {
    background-color: #0C6481 !important;
}

.fullWidth {
    width: 100% !important;
}

.xlgWidth {
    width: 90% !important;
}

.coloredCircle {
    width: 80%;
    height: 8px;
    margin-left: 4px;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
}

.coloredCircleAdmin {
    width: 52px;
    height: 9px;
    margin-left: 4px;
    margin-top: 17px;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
}

/* Prevents div from getting in the way of mouseover of coloredCircle */
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 4px 5px 0px 0px!important;
}
.fc-day-number {
    background-color:transparent !important;
}
.fc-day.fc-today, .fc-day-header.fc-today {
    background-color:#ededed !important;
}
[id*="full-page-calendar"] .fc-day-number.fc-today,
[id*="stack_content"] .fc-view-container .fc-day-number {
    color:#333333 !important;
}
.fc-more a {
    color: #333;
}
.pointer {
    cursor: pointer !important;
}

.lg-margin {
    margin: 15px !important;
}

.sm-width {
    width: 40% !important;
}
.md-margin {
    margin: 10px !important;
}

.lg-text {
    font-size: 1.5em;
}

.md-text {
    font-size: 1.2em;
}

.md-pad {
    padding: 10px;
}

.remove-margin {
    margin: 0px !important;
}

.remove-padding {
    padding: 0px !important;
}

.md-top-margin {
    margin-top: 10px !important;
}

.md-left-margin {
    margin-left: 10px !important;
}

.lg-bottom-margin {
    margin-bottom: 20px !important;
}

.md-bottom-margin {
    margin-bottom: 10px !important;
}

.lg-left-margin {
    margin-left: 20px !important;
}

.md-bottom-padding {
    padding-bottom: 10px !important;
}

.sm-bottom-padding {
    padding-bottom: 5px !important;
}

.remove-bottom-margin {
    margin-bottom: 0px !important;
}

.fc-event-container {
    cursor: pointer !important;
}
.gray-rounded-border {
    border: 1px solid #DDD !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.fc-button {
    transition: background-color .3s ease;
}
.fc-button:hover {
    color:#333;
    background-color:#e6e6e6;
    color:#333;
    text-decoration:none;
}


/* inline css that was in all calendar pages */
.makeScrollable {
      min-height: 100px;
      max-height: 400px;
      overflow-y: scroll;
}

.calendar-sm-footer {
    text-align: right;
    padding: 2px;
}
.calendar-sm-container {
    margin: 0 auto;
    font-size: 10px;
    background: #fefefe;
}
.calendar-sm .fc-basic-view .fc-body .fc-row {
    min-height: 30px !important;
}
.calendar-sm .fc-toolbar {
    font-size: .9em;
}
.calendar-sm .fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}
.calendar-sm .fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: grey;
    color: transparent;
    overflow: hidden;
    height: 4px;
}
.calendar-sm .fc-more-popover {
    width: 100px;
}
.calendar-sm .fc-view-month .fc-event, .calendar-sm .fc-view-agendaWeek .fc-event, .calendar-sm .fc-content {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
.calendar-sm .fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.calendar-sm .fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}
.calendar-sm .fc-button-content {
    padding: 0px;
}
.module-header { text-align: center; color: #fff; }
.hover-event {
    min-width: 200px;
    border: 1px solid #d0d0d0;
}
.hover-title {
    font-weight: bold;
    width: 192px;
    border-bottom: 1px solid #eee;
    background: #e0e0e0;
    padding: 4px;
}
.hover-details {
    border: 1px solid #ddd;
    width: 190px;
    background: #ededed;
    min-height: 50px;
    padding: 4px;
}
.calendar-container a {
    text-decoration: none;
}

.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-green:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.toggleSwitch {
    border-radius: 5px;
    border: 2px solid #b1b1b1;
    cursor: pointer;
}

.selectedPrintView {
    background-color: #ddd;
}

.startDateLarge {
    width: 300px !important;
}

/* Text align for certain views */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left !important;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center !important;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right !important;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify !important;
}

@media (max-width: 849px) {
    .fc-toolbar .fc-left {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom:25px;
    }
    .fc-toolbar .fc-left .btn-group {
        margin-bottom:10px;
    }
    .fc-toolbar .fc-left .btn-group-separate {
        flex-basis:100%;
        -webkit-flex-basis:100%;
    }
    .fc-toolbar .fc-left .btn-group-separate .btn {
        margin:0 5px 10px;
    }
}
@media (max-width: 529px) {
    .fc-toolbar h2 {
        font-size: 24px;
    }
    .ss-calendar-toolbar-navigation .btn:last-child {
        margin-left:0;
    }
}
@media (max-width: 449px) {
    .fc-toolbar h2 {
        font-size: 20px;
    }
}
@media (max-width: 409px) {
    .ss-calendar-toolbar-navigation .fc-state-default {
        width:24px;
        height:24px;
        padding:0;
    }
}
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit !important;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-right-sm {
        text-align: right !important;
    }
    .text-justify-sm {
        text-align: justify !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit !important;
    }
    .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
    .text-justify-md {
        text-align: justify !important;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit !important;
    }
    .text-left-lg {
        text-align: left !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-right-lg {
        text-align: right !important;
    }
    .text-justify-lg {
        text-align: justify !important;
    }
}
#location_toggle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
#location_area {
    display: none;
    margin-bottom: 10px;
}
#location_map,
#location_address,
#location_map_disabled {
    width: 700px;
}
#g_map_link {
    display: none;
}
.map_button {
    margin-top: 5px;
    margin-left: 10px;
}
/* Event Details */
.ss-event-date,
.ss-event-time {
    font-size: 20px;
}

[data-comp="calendar-events"], .calendar-container {
    .fc-toolbar .fc-right .btn-group, .fc-toolbar .fc-right .fc-button-group {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }
}

[data-comp="calendar-events"], .calendar-container {
    .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
        z-index: 4;
    }
}

[data-comp="calendar-events"], .calendar-container {
    .fc-toolbar .fc-button {
        transition: background-color .3s ease;
    }
}

.fc-state-default {
    background-color: #fff;
    background-image: none;
    border-color: #c6c6c6 #c6c6c6 #c6c6c6;
    text-transform: capitalize;
    color: #333;
    text-shadow: none;
    box-shadow: none;
}

.fc-state-active, .fc-state-down {
    background-color: #e4e4e4;
}

[id*="full-page-calendar"] .fc-today, [id*="stack_content"] .fc-view-container .fc-day-number {
    color: #333333 !important;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: transparent !important;
    border-color: transparent;
    border-bottom: 0;
}
</pre></body></html>