﻿.community-events .event-filter{display:grid;gap:15px;grid-auto-flow:row;}.community-events .event{display:grid;grid-template-columns:1fr;gap:50px;}.community-events .event .icon-column .icon{border-radius:12px;padding:1rem;}.community-events .event .icon-column .icon.light-on-dark{color:#fff;}.community-events .event .icon-column .icon.dark-on-light{color:var(--color-primary-text);}.community-events .event .icon-column .icon img,.community-events .event .icon-column .icon svg{max-width:40px;}.community-events .event .icon-column .icon .icon-wrapper{margin:0 auto;width:30px;}.community-events .event .description h3{font-size:24px;}.community-events .event .whenwhere{display:grid;grid-template-columns:1fr;margin-top:30px;line-height:1.5;margin-top:20px;border-top:solid 1px #efefef;padding-top:20px;border-bottom:solid 1px #efefef;padding-bottom:20px;margin-bottom:20px;}.community-events .event .whenwhere h4{margin-bottom:5px;margin-top:20px;}.community-events .event .whenwhere .when h4{margin-top:0;}.community-events .event .whenwhere .separator{background-color:#faa61a;height:5px;width:90px;margin:5px 0 10px 0;}.community-events .event .whenwhere .directions-container{margin-top:5px;}.community-events .event .whenwhere .directions-container .button{padding:7px 13px;}.community-events .event .summary-paragraph{line-height:1.5;}@media(min-width:768px){.community-events .event-filter{grid-auto-flow:column;}.community-events .event{padding:2.5rem;text-align:left;grid-template-columns:150px 1fr;}.community-events .event .whenwhere{grid-template-columns:1fr 1fr;}.community-events .event .whenwhere h4{margin-top:0;}}