@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

#homepage .calendar-wrap{display:flex;justify-content:space-between}
#homepage .mini-calendar{width:48.7%;background:#fff;padding:0 44px 21px;height:100%;position:relative;pointer-events:all;border-radius:0 0 6px 6px;box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.29);min-height:380px}
#homepage .mini-list-loaded{display:block!important;width:41.6%;position:relative;margin-top:-49px;pointer-events:all;padding-left:27px}
#homepage .fc-view > table{border-style:hidden}
#homepage .fc-toolbar.fc-header-toolbar{margin-bottom:0;background:#fff}
#homepage .fc-button-group{display:flex;justify-content:space-between;position:absolute;top:36px;left:72px;width:calc(100% - 144px)}
#homepage .fc-icon-chevron-left:before{content:"\f053";font-family:"FontAwesome";display:inline-block;color:#000;font-size:16px}
#homepage .fc-icon-chevron-right:before{content:"\f054";font-family:"FontAwesome";display:inline-block;color:#000;font-size:16px}
#homepage .fc-toolbar{display:block;border-radius:6px}
#homepage .fc-button-group > .fc-button{background:transparent!important;border:none;padding:0;flex:none}
#homepage .fc-button-group > .fc-button .fc-icon{width:auto;height:auto}
#homepage .fc-button-group > .fc-button:hover,.fc-button-group > .fc-button:focus{background:transparent!important}
#homepage .fc-button-group > .fc-button:not(:last-child){margin-left:0}
#homepage .fc-button-group > .fc-button:not(:first-child) {float:right;margin-right:0}
#homepage .fc-left .fc-button-group .fc-today-button{display:none}
#homepage .fc-button .fc-icon{display:inline-flex;align-items:center;justify-content:center}
#homepage .fc-center{display:none}
#homepage .fc-right{display:block;text-align:left;position:relative;top:-3px;pointer-events:none}

#homepage .fc-dayGridMonth-view .fc-day-header>span{font-size:0;white-space:nowrap}
#homepage .fc-dayGridMonth-view .fc-sun>span:after{content:'S'}
#homepage .fc-dayGridMonth-view .fc-mon>span:after{content:'M'}
#homepage .fc-dayGridMonth-view .fc-tue>span:after{content:'T'}
#homepage .fc-dayGridMonth-view .fc-wed>span:after{content:'W'}
#homepage .fc-dayGridMonth-view .fc-thu>span:after{content:'T'}
#homepage .fc-dayGridMonth-view .fc-fri>span:after{content:'F'}
#homepage .fc-dayGridMonth-view .fc-sat>span:after{content:'S'}
#homepage .fc-day-header>span:after{display:inline-block;font:600 18px 'Poppins',sans-serif;color:#013398}
#homepage .fc-right h2{font:500 30px 'Poppins',sans-serif;color:#111;text-transform:uppercase;padding:26px 0 0;text-align:center}

#homepage .fc-unthemed td{border:none}
#homepage .fc-widget-content{border-top:none}
#homepage .fc-content-skeleton .fc-day-number{font:400 18px 'Poppins',sans-serif;color:#111;text-decoration:none}
#homepage #mini-events .fc-row.fc-widget-header{border:none}
#homepage .fc .fc-row .fc-content-skeleton td{border:none;;text-align:center}
#homepage .fc-scroller.fc-day-grid-container{height:100%!important}
#homepage #mini-events .fc-unthemed td.fc-today{background:#fff;border:none;position:relative;z-index:0}
#homepage .fc-unthemed td.fc-today a:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:36px;height:36px;background:#013398;border-radius:50%;z-index:-1}
#homepage .fc-unthemed td.fc-today a{position:relative}
#homepage .fc-today .fc-day-number{color:#fff!important}
#homepage #mini-events .fc-day-number{display:inline-block;float:none;margin:4px 5px}
#homepage .fc-widget-header th{padding:10px 0;text-align:center;border:none}
#homepage .fc-day-top.fc-other-month{opacity:1}
#homepage .fc-day-top.fc-other-month a{color:#8b8b8b}
#homepage #mini-events .fc-dayGrid-view .fc-body .fc-row{height:auto!important;min-height:40px;line-height:40px}

#homepage .event{display:flex;flex-wrap:wrap;align-items:center;position:relative;height:123px;padding:0;cursor:pointer;background:#fff;border-radius:6px;box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.29)}
#homepage .event:not(:last-of-type){margin-bottom:30px}
#homepage .event time{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;height:80px;width:80px;background:#013398;border:5px solid transparent;border-radius:50%;font:500 30px 'Poppins',sans-serif;padding-top:5px;color:#fff;margin-left:-40px}
#homepage .event .event-month{display:block;width:100%;text-align:center;font:500 16px 'Poppins',sans-serif;color:#fff;text-transform:uppercase;margin:0 0 -15px}
#homepage .event-data{display:flex;flex-wrap:wrap;flex:1;height:100%;align-self:center;padding:5px 15px 5px 30px;border-radius:0 6px 6px 0;overflow:auto}
#homepage .event-location-time{width:100%;font:300 14px 'Poppins',sans-serif;color:#013398;text-transform:uppercase;align-self:flex-end}
#homepage .event-title{width:100%;font:500 18px 'Poppins',sans-serif;color:#111;line-height:1.6;align-self:flex-start;margin-top:1px}
#homepage .event:hover time{background:#099617;border-color:#fff;box-shadow:0px 4px 20px 0px rgba(20, 20, 20, 0.29)}

#homepage a.fc-day-number{cursor:auto;text-decoration:none;pointer-events:none}
#homepage .fc-day-top.day-has-event.fc-today a.fc-day-number{color:#fff!important}
#homepage .fc-day-top.day-has-event a.fc-day-number{cursor:pointer;pointer-events:all}
#homepage .fc-left .fc-button-group+.fc-button-group{position:absolute;top:0;right:0;left:auto;margin:0;width:auto;opacity:0;transition:opacity 320ms}
#homepage .fc-left .fc-button-group+.fc-button-group button{background:#099617!important;padding:0 4px;border-radius:0;pointer-events:all;cursor:auto;margin-left:1px}
#homepage .fc-dayGridMonth-view .fc-day-grid-event{display:none}
#homepage .fc-day-top.day-has-event a{color:#099617;text-decoration:underline;text-underline-offset:3px}

#calendar .fc-button-primary{background-color:#013398!important;border-color:#013398}
#calendar .fc-button-primary:not(:disabled):active,#calendar .fc-button-primary:not(:disabled).fc-button-active{background-color:#1269BF!important;border-color:#1269BF}
#calendar.fc-unthemed td.fc-today{background:#013398}
#calendar td.fc-today a.fc-day-number{color:#fff}

@media only screen and (max-width:991px) {
	#homepage .calendar-wrap{flex-wrap:wrap}
    #homepage .mini-calendar{width:500px}
    #homepage .mini-events-list{width:100%;padding:15px 0;margin:23px 0 0}
    #homepage .event time{margin-left:10px}
    #homepage .event-data{padding:5px 15px}
}

@media only screen and (max-width:479px) {
    #homepage .event-data{padding:5px 15px}
    #homepage .event-title{font-size:16px;line-height:1.2}
    #homepage .mini-calendar{padding:0 15px 14px}
    #homepage .fc-button-group{top:34px;left:15px;width:calc(100% - 30px)}
}