/* LO 28/10/21 - Change footer colour to secondary colour */

#footer6 {
background: #04A4CC;
}

/* LO 28/10/21 - Move tile text to top of tile */

.tiles4 .htile .header-strip {
    bottom: 185px;
}

/* 
    Added by: Luke O
    Date: Date 05/10/23
    Description: Underline on hyperlinks
*/

.sz-user-link {
    text-decoration: underline !important;
}

/*
    Added by: Robey
    Date: Date 16/09/25
    Description: Styling for Homepage Calendar Widget
*/
.calendar-col .row>div:first-of-type {
   background: #0033663d;
}
.calendar-col .row .h-500 {
   height: 500px;
   overflow: scroll;
}
.calendar-col .row .calendar-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
}
.calendar-col .row .calendar-icon::before {
   content: "";
   display: block;
   width: 96px;
   height: 96px;
   background-image: url("https://kyogplism.schoolzineplus.com/_image/media/4825/calendar_alt_kyogle.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}