#eventsapp form{margin:0 auto}#eventsapp form div#orgs{width:100%;max-width:100%;overflow-x:hidden}.events_loading{margin:0 auto;max-width:var(--measure)}img.loading_icon{width:8%;height:auto;margin:var(--space) auto}.an_event{display:flex;flex-direction:column;flex-wrap:nowrap;flex:1 1 auto;overflow:hidden;margin-bottom:var(--space);border:1px solid black;border-top-left-radius:var(--roundedcorners);border-top-right-radius:var(--roundedcorners);border-bottom:3px solid var(--orange)}.an_event img{width:28%;height:100%;object-fit:cover;margin-right:var(--space_half);flex:1 0 auto}.an_event--info{margin:var(--space_half)}.an_event--title{margin-bottom:var(--space_half)}.an_event--location,.an_event--date{font-size:var(--smallfont);margin-bottom:var(--space_half)}.an_event.no-events{flex-direction:column}@media screen and (min-width:38em){.an_event{flex-direction:row}}#orgs select{margin:var(--space_half);font-size:var(--smallfont);padding:var(--space_half)}button#org_button{font-size:var(--baseline);color:white;margin:var(--space_half) auto;background:var(--orange);border:2px solid var(--orange);border-radius:var(--roundedcorners);width:80%;padding:var(--space_half);font-family:var(--sans);display:block}button#org_button:hover,button#org_button:focus{background:var(--white);color:var(--orange)}.calendar_links{display:flex;flex-direction:row;justify-content:space-between}