@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600;700&display=swap');

#homepage .mini-list-loaded{display:block!important;columns:2;column-gap:28px;margin-bottom:34px}
#homepage .event{display:flex;flex-wrap:wrap;align-items:center;position:relative;height:146px;padding:0;cursor:pointer;page-break-inside:avoid;border-radius:3px}
#homepage .event:not(:last-of-type){margin-bottom:8px}
#homepage .event time{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:109px;background:#0d3c6c;border-radius:3px}
#homepage .event .event-month{text-align:center;font:700 14px 'Source Sans Pro',sans-serif;color:#7ad3c0;text-transform:uppercase;margin:0 0 -4px}
#homepage .event .event-weekday{font:700 18px 'Source Sans Pro',sans-serif;color:#fff;text-transform:uppercase}
#homepage .event .event-day{font:700 40px 'Source Sans Pro',sans-serif;color:#fff}
#homepage .event-data{display:flex;flex-wrap:wrap;width:calc(100% - 109px);height:100%;align-self:center;line-height:1.3;background:#fff;padding:5px 15px 5px 32px;overflow:auto;border-radius:0 3px 3px 0}
#homepage .event-time-location{font:700 18px 'Source Sans Pro',sans-serif;align-self:flex-start}
#homepage .event-location{color:#0d3c6c;margin-right:13px}
#homepage .event-time{color:#488448}
#homepage .event-location-icon{width:19px;min-width:19px;margin-right:5px}
#homepage .event-time-icon{width:20px;min-width:20px;margin-right:5px}
#homepage .event-title{width:100%;font:600 20px 'Source Sans Pro',sans-serif;color:#1f2226;line-height:1.2;margin-bottom:2px;align-self:flex-end}

#calendar .fc-button-primary{background-color:#0D3C6C!important;border-color:#0D3C6C}
#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:#0D3C6C}
#calendar td.fc-today a.fc-day-number{color:#fff}

.event.event-card{background: #fff;margin: 10px 0;width: 48%;display: flex;}
#events #mini-events .mini-list-loaded {display: flex!important;flex-wrap: wrap;justify-content: center;}
/*#events #mini-events time {background: #0d3c6c;display: block;color: #fff;}*/

@media only screen and (max-width:991px) {
	#homepage .mini-list-loaded{columns:unset}
	.event.event-card{width:100%;}
}

@media only screen and (max-width:479px) {
    #homepage .event-data{padding:5px 15px}
}



