@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body{overflow:hidden}
*{box-sizing:border-box}
.mini-list-loaded{display:block!important}
.eventDateMonthLong{display:inline-block;margin-right:4px}
.eventDatePrefix{display:block;color:#1d1d19;font-weight:600;font-size:14px;text-transform:uppercase;margin:0 0 11px}
#detailContent{font-family:'Poppins',sans-serif;padding:30px}
#detailContent:after{content:'';display:table;clear:both}
.aEvent{cursor:pointer;display:none;float:left;width:23.5%;background:#fff;border-radius:14px;min-height:210px;margin-right:2%;padding:29px 30px;position:relative;box-shadow:0px 10px 30px 0px rgba(0, 0, 0, 0.2)}
.aEvent:nth-of-type(4){margin-right:0}
.aEvent:first-of-type,.aEvent:nth-of-type(2),.aEvent:nth-of-type(3),.aEvent:nth-of-type(4){display:block}
.aEvent:first-of-type,.aEvent:nth-of-type(3){margin-top:19px}
.eventLink{text-decoration:none!important;font-weight:700;font-size:18px;color:#5c989f;line-height:24px}
.eventLink:before{content:'';position:absolute;right:0;bottom:0;width:40px;height:40px;border-radius:0 0 14px 0}
.aEvent:first-of-type .eventLink:before{content:'';background:#a6cced}
.aEvent:nth-of-type(2) .eventLink:before{content:'';background:#5c989f}
.aEvent:nth-of-type(3) .eventLink:before{content:'';background:#a4b118}
.aEvent:nth-of-type(4) .eventLink:before{content:'';background:#403f1d}
.eventLink:after{content:'';background:url('../../../../_assets_/images/events-arrow.png') center no-repeat;display:block;width:12px;height:10px;position:absolute;right:14px;bottom:15px}

@media only screen and (max-width:1280px) {
	.aEvent{padding:29px 15px 45px}
	.eventLink{font-size:13px}
	#detailContent{padding:0}
	#mini-events h2{font-size:15px}
}

@media only screen and (max-width:991px) {
	.eventLink{font-size:18px}
}

@media only screen and (max-width:633px) {
	.aEvent{width:49%}
	.aEvent:nth-of-type(2),.aEvent:nth-of-type(4){margin-right:0}
}

@media only screen and (max-width:449px) {
	.aEvent{width:100%;margin:0 0 15px!important}
}