@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

#homepage .mini-list-loaded{display:block!important;columns:2;column-gap:30px}
#homepage .event{display:flex;flex-wrap:wrap;align-items:center;position:relative;height:110px;padding:0;cursor:pointer;page-break-inside:avoid;box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.29);border-radius:6px}
#homepage .event:not(:last-of-type){margin-bottom:30px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;height:100%;width:110px;background:#0c2649;border-radius:6px;font:700 30px 'Poppins',sans-serif;padding-bottom:0;color:#fff;transition:all 320ms}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:700 18px 'Poppins',sans-serif;color:#fff;text-transform:uppercase;margin:0 0 -2px;align-self:flex-end;transition:all 320ms}
#homepage .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 110px);height:100%;align-self:center;line-height:1.3;background:#fff;padding:5px 15px 5px 29px;overflow:auto;border-radius:0 6px 6px 0}
#homepage .event-title{width:100%;font:700 18px 'Poppins',sans-serif;color:#161616;line-height:1.15;margin-top:6px;transition:all 320ms;align-self:flex-start}
#homepage .event-time-location{font:400 12px 'Poppins',sans-serif;color:#7a2538;align-self:flex-end}

#calendar .fc-button-primary{background-color:#0c2649!important;border-color:#0c2649}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#3787D8!important;border-color:#3787D8}
#calendar.fc-unthemed td.fc-today{background:#0c2649}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
	#homepage .mini-list-loaded{columns:unset}
}