.eventListing-wrap{justify-content:center}.eventItem-wrap{border-radius:7px;height:488px;min-width:320px;overflow:hidden}.eventItem-cat{background:#f80;border-radius:3px;color:#fff;display:inline-block;font-size:13px;line-height:17px;padding:4px 8px 3px}.eventItem-date{color:#4d5c7d;display:block;font-size:14px;line-height:23px;margin-bottom:5px;margin-top:20px}.hoverButton{bottom:30px}.eventHoverBox,.hoverButton{left:0;position:absolute;width:100%}.eventHoverBox{animation-duration:.15s;animation-fill-mode:forwards;animation-name:fadeOut;animation-timing-function:ease;background:#fff;height:100%;opacity:0;padding:30px;top:-1px}.eventHoverBox p{font-size:16px;line-height:26px;margin-bottom:0;margin-top:0}.upcomingListing .eventItem-wrap{cursor:pointer}.upcomingListing .eventItem-wrap:hover{box-shadow:0 15px 35px 0 rgba(40,52,79,.2)}.upcomingListing .eventItem-wrap:active .eventHoverBox,.upcomingListing .eventItem-wrap:focus .eventHoverBox,.upcomingListing .eventItem-wrap:hover .eventHoverBox{animation-duration:.15s;animation-fill-mode:forwards;animation-name:fadeIn;animation-timing-function:ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{display:block;opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}