@layer bricks {.brxe-filter-search{position:relative;width:100%}.brxe-filter-search :where(input){width:100%}.brxe-filter-search .icon{cursor:pointer;display:grid;height:100%;margin-inline:10px;place-items:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s;visibility:hidden}.brxe-filter-search .icon.brx-show{visibility:visible}}@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}.aec-calendar-container,.aec-list-container,.aec-day-container { max-width: 1200px; margin: 0 auto; padding: 20px;}.aec-calendar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}.aec-month-title,.aec-day-title { margin: 0; font-size: 28px; font-weight: 600;}.aec-nav-btn { background: var(--base); color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 4px; text-decoration: none; display: inline-block; transition: background 0.3s;}.aec-nav-btn:hover { background: var(--action); color: white;}.aec-calendar-controls { display: flex; gap: 10px; margin-bottom: 20px; justify-content: center;}.aec-view-link { padding: 8px 16px; background: var(--text-light-muted); color: var(--base); text-decoration: none; border-radius: 4px; transition: all 0.3s;}.aec-view-link:hover { background: var(--action);}.aec-view-link.active { background: var(--info); color: white;}.aec-calendar-grid { border: 1px solid var(--base-ultra-light); border-radius: 8px; overflow: hidden;}.aec-calendar-row { display: grid; grid-template-columns: repeat(7, 1fr); border-bottom: 1px solid var(--base-ultra-light);}.aec-calendar-row:last-child { border-bottom: none;}.aec-calendar-cell { padding: 10px; min-height: 100px; border-right: 1px solid var(--base-ultra-light);}.aec-calendar-cell:last-child { border-right: none;}.aec-day-header { background: var(--white); font-weight: 600; text-align: center; padding: 15px 10px; min-height: auto;}.aec-empty-cell { background: #fafafa;}.aec-day-cell { background: white; position: relative; transition: background 0.2s;}.aec-day-cell:hover { background: var(--white); cursor: pointer;}.aec-day-number { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #333;}.aec-today { background: var(--info)}.aec-today .aec-day-number { color: var(--base);}.aec-has-events { background: var(--base-dark);}.aec-day-events { display: flex; flex-direction: column; gap: 4px;}.aec-event-item { display: block; padding: 4px 6px; background: #0073aa; color: white; text-decoration: none; border-radius: 3px; font-size: 12px; line-height: 1.3; transition: background 0.2s;}.aec-event-item:hover { background: #005a87; color: white;}.aec-event-time { font-weight: 600;}.aec-event-title { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.aec-more-events { display: block; padding: 4px 6px; color: #0073aa; text-decoration: none; font-size: 12px; font-weight: 600;}.aec-more-events:hover { text-decoration: underline;}.aec-event-item.aec-cat-community { background: #4caf50;}.aec-event-item.aec-cat-worship { background: #9c27b0;}.aec-event-item.aec-cat-classes { background: #ff9800;}.aec-list-view { display: flex; flex-direction: column; gap: 40px;}.aec-month-group { border-top: 2px solid #0073aa; padding-top: 20px;}.aec-month-header { font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #0073aa;}.aec-list-event { display: flex; gap: 20px; padding: 20px; background: white; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 20px; transition: box-shadow 0.3s;}.aec-list-event:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}.aec-event-date { flex-shrink: 0; text-align: center; padding: 10px; background: #0073aa; color: white; border-radius: 8px; min-width: 80px;}.aec-date-day { font-size: 36px; font-weight: 700; line-height: 1;}.aec-date-month { font-size: 14px; font-weight: 600; text-transform: uppercase; margin-top: 5px;}.aec-date-weekday { font-size: 12px; margin-top: 5px; opacity: 0.9;}.aec-event-content { flex: 1; display: flex; gap: 20px;}.aec-event-thumbnail { flex-shrink: 0; width: 200px; height: 150px; overflow: hidden; border-radius: 8px;}.aec-event-thumbnail img { width: 100%; height: 100%; object-fit: cover;}.aec-event-details { flex: 1;}.aec-event-title { margin: 0 0 10px 0; font-size: 22px; font-weight: 600;}.aec-event-title a { color: #333; text-decoration: none;}.aec-event-title a:hover { color: #0073aa;}.aec-event-meta { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; font-size: 14px; color: #666;}.aec-event-meta > span::before { margin-right: 5px;}.aec-event-excerpt { margin-bottom: 15px; color: #555; line-height: 1.6;}.aec-register-btn { display: inline-block; padding: 10px 20px; background: #0073aa; color: white; text-decoration: none; border-radius: 4px; font-weight: 600; transition: background 0.3s;}.aec-register-btn:hover { background: #005a87; color: white;}.aec-day-view { display: flex; flex-direction: column; gap: 30px;}.aec-day-event { display: flex; gap: 20px; padding: 30px; background: white; border: 1px solid #ddd; border-radius: 8px; transition: box-shadow 0.3s;}.aec-day-event:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}.aec-event-time-block { flex-shrink: 0; text-align: center; padding: 15px; background: #0073aa; color: white; border-radius: 8px; min-width: 100px;}.aec-time-label { font-size: 16px; font-weight: 600; line-height: 1.4;}.aec-event-info { flex: 1; display: flex; gap: 20px;}.aec-event-image { flex-shrink: 0; width: 300px; height: 200px; overflow: hidden; border-radius: 8px;}.aec-event-image img { width: 100%; height: 100%; object-fit: cover;}.aec-event-body { flex: 1;}.aec-event-body h3 { margin: 0 0 15px 0; font-size: 24px; font-weight: 600;}.aec-event-body h3 a { color: #333; text-decoration: none;}.aec-event-body h3 a:hover { color: #0073aa;}.aec-venue,.aec-organizer { margin: 10px 0; color: #555;}.aec-description { margin: 20px 0; line-height: 1.7; color: #555;}.aec-upcoming-events { display: flex; flex-direction: column; gap: 20px;}.aec-upcoming-event { display: flex; gap: 15px; padding: 15px; background: white; border: 1px solid #ddd; border-radius: 8px; transition: box-shadow 0.3s;}.aec-upcoming-event:hover { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.aec-upcoming-thumbnail { flex-shrink: 0; width: 100px; height: 100px; overflow: hidden; border-radius: 8px;}.aec-upcoming-thumbnail img { width: 100%; height: 100%; object-fit: cover;}.aec-upcoming-content { flex: 1;}.aec-upcoming-title { margin: 0 0 8px 0; font-size: 18px; font-weight: 600;}.aec-upcoming-title a { color: #333; text-decoration: none;}.aec-upcoming-title a:hover { color: #0073aa;}.aec-upcoming-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; font-size: 13px; color: #666;}.aec-upcoming-excerpt { font-size: 14px; color: #555; line-height: 1.5;}.aec-no-events { text-align: center; padding: 40px; color: #666; font-size: 16px;}@media (max-width: 768px) { .aec-calendar-grid { font-size: 12px; } .aec-calendar-cell { min-height: 80px; padding: 5px; } .aec-day-number { font-size: 14px; } .aec-event-item { font-size: 10px; } .aec-list-event, .aec-day-event { flex-direction: column; } .aec-event-content, .aec-event-info { flex-direction: column; } .aec-event-thumbnail, .aec-event-image { width: 100%; height: 200px; } .aec-upcoming-event { flex-direction: column; } .aec-upcoming-thumbnail { width: 100%; height: 150px; }}@media (max-width: 480px) { .aec-calendar-row { font-size: 10px; } .aec-calendar-cell { min-height: 60px; padding: 3px; } .aec-day-events { display: none; } .aec-day-cell.aec-has-events::after { content: '•'; position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); color: #0073aa; font-size: 20px; }}.aec-calendar-grid { position: relative; overflow: visible; }.aec-calendar-cell.aec-day-cell { position: relative; overflow: visible; }.aec-event-mini { display:block; font-size:.875rem; line-height:1.3; text-decoration: underline; cursor:pointer; position:relative;}.aec-popover { position:absolute; top: 100%; left: 0; transform: translateY(.5rem); width: 320px; max-width: calc(100vw - 2rem); z-index: 50; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;}.aec-popover-card { background:#fff; border:1px solid rgba(0,0,0,.1); border-radius:8px; box-shadow:0 10px 25px rgba(0,0,0,.15); overflow:hidden;}.aec-popover-media img { display:block; width:100%; height:auto; }.aec-popover-body { padding:12px 14px; }.aec-popover-title { display:block; font-weight:700; margin:.25rem 0; }.aec-popover-datetime, .aec-popover-venue { color:#666; font-size:.85rem; }.aec-popover-actions { margin-top:.5rem; display:flex; gap:.5rem; align-items:center; }.aec-btn { display:inline-block; padding:.35rem .6rem; border-radius:6px; border:1px solid #111; }.aec-event-mini:focus + .aec-popover,.aec-event-mini:hover + .aec-popover,.aec-popover:hover,.aec-popover:focus-within { opacity:1; visibility:visible; pointer-events:auto; transform: translateY(0); transition-delay:0s;}.aec-day-cell:hover { z-index: 60; }.aec-popover.aec-flip-left { left:auto; right:0; }#brxe-ncgcfw {position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; z-index: 0}#brxe-kygwnz {align-items: center; z-index: 1}#brxe-twvqhj {font-family: "freight-sans-pro"; text-transform: uppercase}#brxe-sxtggs {font-family: "Newsreader"; text-transform: capitalize; font-size: var(--m); font-weight: 400; color: var(--base); background-color: var(--white); border-radius: calc(var(--space-xs)/3); padding-top: calc(var(--space-xs)/3); padding-right: calc(var(--space-xs)/3); padding-bottom: calc(var(--space-xs)/3); padding-left: calc(var(--space-xs)/3)}#brxe-sxtggs::placeholder {color: var(--base-trans-70)}#brxe-luhteh {font-family: "Newsreader"; text-transform: capitalize; font-size: var(--m); font-weight: 400; color: var(--base); background-color: var(--white); border-radius: calc(var(--space-xs)/3); padding-top: calc(var(--space-xs)/3); padding-right: calc(var(--space-xs)/3); padding-bottom: calc(var(--space-xs)/3); padding-left: calc(var(--space-xs)/3)}#brxe-omnfkr {font-family: "Newsreader"; text-transform: capitalize; font-size: var(--m); font-weight: 400; color: var(--base); background-color: var(--white); border-radius: calc(var(--space-xs)/3); padding-top: calc(var(--space-xs)/3); padding-right: calc(var(--space-xs)/3); padding-bottom: calc(var(--space-xs)/3); padding-left: calc(var(--space-xs)/3)}#brxe-wpowyq {flex-direction: row; column-gap: calc(var(--space-xs)/3); row-gap: calc(var(--space-xs)/3)}#brxe-ilzxxe {flex-direction: column; row-gap: calc(var(--space-xs)/3); column-gap: calc(var(--space-xs)/3)}#brxe-armaei {font-family: "freight-sans-pro"; text-transform: uppercase}#brxe-yuuyeh .icon {color: var(--white); font-size: var(--space-s)}#brxe-yuuyeh input {border-radius: calc(var(--space-xs)/3); padding-top: calc(var(--space-xs)/3); padding-right: calc(var(--space-xs)/3); padding-bottom: calc(var(--space-xs)/3); padding-left: calc(var(--space-xs)/3)}#brxe-kknkwp {flex-direction: row}#brxe-jycqir {border-left: 1px solid var(--neutral-ultra-dark); padding-left: var(--space-m); display: flex; flex-direction: column; row-gap: calc(var(--space-xs)/3); width: 50%}@media (max-width: 767px) {#brxe-jycqir {border-top-width: 2px; border-top-color: var(--base); border-left-width: 0; border-left-color: var(--base); width: 100%; padding-left: 0}}#brxe-juamyv {flex-direction: row; align-items: center; z-index: 1; padding-top: var(--space-xs); padding-right: var(--space-xs); padding-bottom: var(--space-xs); padding-left: var(--space-xs); border-radius: calc(var(--space-xs)/2)}.brxe-udukqd .brxe-nfwyts.brxe-text-basic {font-size: var(--text-m); font-weight: 600}.brxe-udukqd .brxe-dibwoj.brxe-text-basic {font-size: var(--text-l); font-family: "gitan-latin"; font-weight: 400}.brxe-udukqd .brxe-gaocxu.brxe-block {flex-direction: column; column-gap: 0px; row-gap: 0px; align-self: flex-start !important; align-items: center; background-color: var(--base); border-radius: calc(var(--space-s)/2); padding-top: calc(var(--space-s)/2); padding-right: var(--space-s); padding-bottom: calc(var(--space-s)/2); padding-left: var(--space-s); width: fit-content}.event-standard__start-date:has(+ .event-standard__end-date) { border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important;}.brxe-udukqd .brxe-potvkv.brxe-text-basic {font-size: var(--text-m); font-weight: 600}.brxe-udukqd .brxe-izkxoz.brxe-text-basic {font-size: var(--text-l); font-family: "gitan-latin"; font-weight: 400}.brxe-udukqd .brxe-pngrug.brxe-block {flex-direction: column; column-gap: 0px; row-gap: 0px; align-self: flex-start !important; align-items: center; background-color: var(--base-dark); border-radius: 0 calc(var(--space-s)/2) calc(var(--space-s)/2) 0; padding-top: calc(var(--space-s)/2); padding-right: var(--space-s); padding-bottom: calc(var(--space-s)/2); padding-left: var(--space-s); width: fit-content}.brxe-pngrug ~ .card-event-standard__start-date {border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important;}.brxe-udukqd .brxe-vslddw.brxe-block {flex-direction: row; column-gap: 0px; row-gap: 0px}.brxe-vslddw .card-event-standard__start-date:not(:last-child) { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}.brxe-udukqd .brxe-rslazf.brxe-heading {font-family: "freight-sans-pro"; text-transform: capitalize; font-size: 1.3em}.brxe-udukqd .brxe-yncgkw.brxe-text {font-size: var(--text-s)}.brxe-udukqd .brxe-yncgkw.brxe-text a {font-size: var(--text-s); font-size: inherit}.brxe-udukqd .brxe-cefdas.brxe-text-link {text-transform: capitalize; color: var(--white); font-weight: 700; z-index: 1; flex-direction: row-reverse; gap: 0px; padding-top: calc(var(--space-xs)/4); padding-right: 0; padding-bottom: calc(var(--space-xs)/4); padding-left: 0; transition: all 0.3s ease-in-out}.brxe-udukqd .brxe-cefdas.brxe-text-link .icon > i {font-size: 0.8rem}.brxe-udukqd .brxe-cefdas.brxe-text-link .icon > svg {width: 0.8rem; height: 0.8rem}.brxe-udukqd .brxe-cefdas.brxe-text-link:hover {color: var(--white); text-decoration: none; background-color: var(--primary-trans-80); transition: all 0.3s ease-in-out; gap: 1rem}.brxe-udukqd .brxe-cefdas.brxe-text-link .icon {width: 19px}.brxe-udukqd .brxe-shlljq.brxe-block {column-gap: 0px; align-self: flex-end !important; justify-content: flex-end; row-gap: var(--space-xs)}.brxe-udukqd.brxe-block {justify-content: space-between; align-items: stretch; padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); background-size: cover; position: relative; border-radius: calc(var(--space-s)/2); align-self: stretch !important; width: 100%; overflow: hidden}:where(.brxe-udukqd.brxe-block > *:not(figcaption)) {position: relative}.brxe-udukqd.brxe-block::before {background-image: linear-gradient(0deg, var(--base-trans-70), transparent); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-pwnynr {z-index: 1; height: 100%; display: grid; align-items: initial; grid-template-columns: var(--grid-3)}@media (max-width: 767px) {#brxe-pwnynr {grid-template-columns: var(--grid-2)}}@media (max-width: 478px) {#brxe-pwnynr {grid-template-columns: var(--grid-1)}}#brxe-mcojje {align-items: center; z-index: 1}#brxe-gyuyqz {position: relative; padding-top: calc(var(--space-xl)*2); padding-bottom: var(--space-xl)}@media (max-width: 478px) {#brxe-207820:not(.tag), #brxe-207820 img {aspect-ratio: 1/1}}@media (max-width: 320px) {#brxe-207820 {width: 100%}#brxe-207820:not(.tag), #brxe-207820 img {aspect-ratio: 1/1}}@media (max-width: 767px) {#brxe-7587fb {width: 100%}}@media (max-width: 320px) {#brxe-7587fb {grid-column: auto}}@media (max-width: 767px) {#brxe-4df077 {width: 100%}}#brxe-1a2bab {background-color: var(--neutral)}#brxe-3a3d96 {position: relative; top: 0px; right: 0px; bottom: 0px; left: 0px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; width: 100%}#brxe-96c8d0 {z-index: 0; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; position: absolute}#brxe-2dc8a8 {font-family: "gitan-latin"; color: var(--primary)}#brxe-383131 {z-index: 1}#brxe-e3263b {}#brxe-50bc03 {z-index: 1; background-color: transparent}#brxe-54dc51 {padding-top: var(--space-xxl); padding-right: var(--space-xl); padding-bottom: var(--space-xxl); padding-left: var(--space-xl); border-radius: var(--space-s); position: relative}#brxe-73e51a {z-index: 0}#brxe-87254d {z-index: 16; background-image: linear-gradient(transparent, var(--neutral-ultra-light))}#brxe-e08a3a {position: relative; overflow: hidden}#brxe-e08a3a input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { --gf-local-radius: calc(var(--space-xs)/2); --gf-local-bg-color: var(--neutral-ultra-light);background-color: var(--neutral-ultra-light); --gf-local-height: 56px;}#brxe-e08a3a .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {color: var(--primary); display: var(--gf-local-display); font-family: var(--text-font-family); font-size: var(--text-m); font-style: var(--gf-local-font-style); font-weight: 600;}#brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], #brxe-e08a3a [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), #brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], #brxe-e08a3a [type="button"], #brxe-e08a3a [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform- theme__disable *):not(.gform-theme__disable-r framework):not(.gform-theme__disable-framework *)), #brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {width: 100%; --gf-local-radius: calc(var(--space-xs)/2); background: var(--action);}#brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, #brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, #brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, #brxe-e08a3a .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {background: var(--primary);}