.events-list{display:flex;flex-direction:column}.event-item{width:100%}.event__wrapper{padding:1rem;width:100%}.event{align-items:stretch;border:1px solid #f0f0f0;display:flex;flex-direction:row;flex-wrap:wrap;position:relative;transition:box-shadow .3s ease-in-out;width:100%}.event:hover{box-shadow:5px 5px 20px rgba(0,0,0,.17)}.event__image-wrapper{background-color:#f3f3f5;flex-shrink:0;width:100%}.event__image,.event__image a{height:100%;width:100%}.event__image a{display:flex}.event__image img{height:100%;object-fit:cover;width:100%}.event__content-wrapper{padding:1rem;width:100%}h3.event__title{margin-bottom:.5rem}h3.event__title,h3.event__title a{color:#000c33;font-size:1.66666666667rem;line-height:.93333333333}.event__title a,.event__title a:active,.event__title a:focus,.event__title a:hover{text-decoration:none}.event__type{margin-bottom:.5rem}.event__type-label{font-size:1rem}.event__meta{font-weight:700;margin-bottom:1rem}.event__buttons-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;padding:1rem;width:100%}.event__link{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:767px){.event__buttons li{margin-bottom:1rem}}@media (min-width:768px){.event__image-wrapper{width:25%}.event__content-wrapper{padding:2rem;width:55%}.event__buttons-wrapper{padding:2rem 2rem 2rem 0;width:20%}}