.mpc-column { display: block; }
.mpc-column[data-link="true"] { cursor: pointer; }
.mpc-column--sticky { position: relative; opacity: 1 !important; -webkit-transition: none !important; transition: none !important; }
.mpc-column--spacer { float: left; height: 0; display: none; }
.mpc-column--spacer.mpc-active { float: left; height: 1px; display: block; margin-right: -1px !important; }
.mpc-row:not(.vc_row-o-equal-height) .mpc-column--divider { display: none; }
.mpc-column--divider { position: relative; width: 0; z-index: 10; }
.mpc-column--divider .vc_column-inner { width: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.mpc-column--divider img { width: auto; max-width: none; }.mpc-row { display: block; }
.mpc-row p { max-width: 100%; }
.mpc-row[data-vc-full-width] { overflow: visible; }
.mpc-row.mpc-divider-block { padding: 0 !important; margin: 0 !important; width: 100% !important; left: 0 !important; overflow: visible !important; float: left; z-index: 6; height: 0; }
.mpc-row.mpc-divider-block .mpc-column { -webkit-transform: translateY(-50%); transform: translateY(-50%); } .mpc-toggle-row + .mpc-row { overflow: hidden; }
.mpc-toggle-row { display: block; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .25s; transition: all .25s; }
.mpc-toggle-row + .mpc-row:not(.mpc-toggled) { padding-top: 0 !important; padding-bottom: 0 !important; }
.mpc-toggle-row .mpc-toggle-row__icon { width: 1em; line-height: 1; text-align: center; display: inline-block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-toggle-row__content { margin: 0 auto; position: relative; overflow: hidden; border-radius: inherit; transform: translate3d(0, 0, 0); }
.mpc-toggle-row__content .mpc-regular, .mpc-toggle-row__content .mpc-hover { position: relative; display: block; width: auto; top: 0; left: 0; line-height: 1; -webkit-transition: all .25s; transition: all .25s; }
.mpc-toggle-row__content .mpc-regular.mpc-position--left, .mpc-toggle-row__content .mpc-regular.mpc-position--right, .mpc-toggle-row__content .mpc-hover.mpc-position--left, .mpc-toggle-row__content .mpc-hover.mpc-position--right { width: 100%; display: table; }
.mpc-toggle-row__content .mpc-regular .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-regular .mpc-toggle-row__title, .mpc-toggle-row__content .mpc-hover .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-hover .mpc-toggle-row__title { display: inline-block; vertical-align: middle; }
.mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__title, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__title { display: table-cell; }
.mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__icon-wrap { width: 1px; }
.mpc-toggle-row.mpc-effect-none .mpc-regular, .mpc-toggle-row.mpc-effect-none .mpc-hover { -webkit-transition: none; transition: none; }
.mpc-toggle-row__content .mpc-hover { position: absolute; width: 100%; height: 100%; }
.mpc-toggle-row.mpc-effect-slide-up .mpc-hover { transform: translate(0, -100%); }
.mpc-toggle-row.mpc-effect-slide-up .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-up:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-up.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-up:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-up.mpc-toggled .mpc-regular { transform: translate(0, 100%); }
.mpc-toggle-row.mpc-effect-slide-down .mpc-hover { transform: translate(0, 100%); }
.mpc-toggle-row.mpc-effect-slide-down .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-down:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-down.mpc-toggled .mpc-hover { transform: translate(0%, 0); }
.mpc-toggle-row.mpc-effect-slide-down:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-down.mpc-toggled .mpc-regular { transform: translate(0, -100%); }
.mpc-toggle-row.mpc-effect-slide-left .mpc-hover { transform: translate(-100%, 0); }
.mpc-toggle-row.mpc-effect-slide-left .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-left:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-left.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-left:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-left.mpc-toggled .mpc-regular { transform: translate(100%, 0); }
.mpc-toggle-row.mpc-effect-slide-right .mpc-hover { transform: translate(100%, 0); }
.mpc-toggle-row.mpc-effect-slide-right .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-right:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-right.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-right:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-right.mpc-toggled .mpc-regular { transform: translate(-100%, 0); }
.mpc-toggle-row.mpc-effect-none .mpc-hover, .mpc-toggle-row.mpc-effect-fade .mpc-hover { opacity: 0; }
.mpc-toggle-row.mpc-effect-none .mpc-regular, .mpc-toggle-row.mpc-effect-fade .mpc-regular { opacity: 1; }
.mpc-toggle-row.mpc-effect-none:hover .mpc-hover, .mpc-toggle-row.mpc-effect-none.mpc-toggled .mpc-hover, .mpc-toggle-row.mpc-effect-fade:hover .mpc-hover, .mpc-toggle-row.mpc-effect-fade.mpc-toggled .mpc-hover { opacity: 1; }
.mpc-toggle-row.mpc-effect-none:hover .mpc-regular, .mpc-toggle-row.mpc-effect-none.mpc-toggled .mpc-regular, .mpc-toggle-row.mpc-effect-fade:hover .mpc-regular, .mpc-toggle-row.mpc-effect-fade.mpc-toggled .mpc-regular { opacity: 0; } .mpc-row { position: relative; }
.mpc-row.vc_edit_form_elements { position: static; }
.mpc-row.mpc-with-separator { margin-bottom: 0; }
.mpc-separator { position: absolute; left: 0; width: inherit; min-width: 100%; display: block; fill: transparent; z-index: 5; }
.mpc-separator.mpc-separator--top { top: -1px; }
.mpc-separator.mpc-separator--bottom { bottom: -1px; }
.mpc-separator-spacer { height: 100px; }
@media screen and (max-width: 992px) { .mpc-separator-spacer { height: 50px; } }
.mpc-separator-spacer.mpc-separator--bottom { clear: both; }
.mpc-row.mpc-first-row > .mpc-separator--top { display: none; }
.mpc-row.mpc-last-row > .mpc-separator--bottom { display: none; }
.mpc-separator--css { height: 100px; }
@media screen and (max-width: 992px) { .mpc-separator--css { height: 50px; } }
.mpc-separator-style--tip-left:before, .mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:before, .mpc-separator-style--tip-right:after { content: ''; position: absolute; top: -5px; width: 50.5%; height: 0; border: 105px solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--tip-left:before, .mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:before, .mpc-separator-style--tip-right:after { border: 55px solid transparent; } }
.mpc-separator-style--tip-left:before, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-right:before { left: 0; }
.mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:after { right: 0; }
.mpc-separator-style--tip-left.mpc-separator--top:before, .mpc-separator-style--tip-center.mpc-separator--top:before, .mpc-separator-style--tip-right.mpc-separator--top:before { border-top-color: inherit; border-left-color: inherit; border-bottom-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--top:after, .mpc-separator-style--tip-center.mpc-separator--top:after, .mpc-separator-style--tip-right.mpc-separator--top:after { border-top-color: inherit; border-right-color: inherit; border-bottom-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:before, .mpc-separator-style--tip-left.mpc-separator--bottom:after, .mpc-separator-style--tip-center.mpc-separator--bottom:before, .mpc-separator-style--tip-center.mpc-separator--bottom:after, .mpc-separator-style--tip-right.mpc-separator--bottom:before, .mpc-separator-style--tip-right.mpc-separator--bottom:after { top: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:before, .mpc-separator-style--tip-center.mpc-separator--bottom:before, .mpc-separator-style--tip-right.mpc-separator--bottom:before { border-bottom-color: inherit; border-left-color: inherit; border-top-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:after, .mpc-separator-style--tip-center.mpc-separator--bottom:after, .mpc-separator-style--tip-right.mpc-separator--bottom:after { border-bottom-color: inherit; border-right-color: inherit; border-top-width: 0; }
.mpc-separator-style--tip-left:before { width: 25.5%; }
.mpc-separator-style--tip-left:after { width: 75.5%; }
.mpc-separator-style--tip-right:before { width: 75.5%; }
.mpc-separator-style--tip-right:after { width: 25.5%; }
@media screen and (max-width: 992px) { .mpc-separator-style--circle-left, .mpc-separator-style--circle-center, .mpc-separator-style--circle-right { height: 50px; } }
.mpc-separator-style--circle-left path { transform: translateX(-500px); }
@media screen and (max-width: 768px) { .mpc-separator-style--circle-left path { transform: translateX(-400px); } }
@media screen and (max-width: 480px) { .mpc-separator-style--circle-left path { transform: translateX(-250px); } }
.mpc-separator-style--circle-right path { transform: translateX(500px); }
@media screen and (max-width: 768px) { .mpc-separator-style--circle-right path { transform: translateX(400px); } }
@media screen and (max-width: 480px) { .mpc-separator-style--circle-right path { transform: translateX(250px); } }
.mpc-separator-style--split-inner:before, .mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:before, .mpc-separator-style--split-outer:after { content: ''; position: absolute; width: 50%; border: 105px solid; border-color: inherit; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--split-inner:before, .mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:before, .mpc-separator-style--split-outer:after { border: 55px solid; border-color: inherit; } }
.mpc-separator-style--split-inner:before, .mpc-separator-style--split-outer:before { left: 0; }
.mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:after { right: 0; }
.mpc-separator-style--split-inner.mpc-separator--top:before, .mpc-separator-style--split-inner.mpc-separator--top:after { border-top-width: 0; top: -5px; }
.mpc-separator-style--split-inner.mpc-separator--top:before { border-bottom-right-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--top:after { border-bottom-left-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--bottom:before, .mpc-separator-style--split-inner.mpc-separator--bottom:after { border-bottom-width: 0; top: 0; }
.mpc-separator-style--split-inner.mpc-separator--bottom:before { border-top-right-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--bottom:after { border-top-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--top:before, .mpc-separator-style--split-outer.mpc-separator--top:after { border-top-width: 0; top: -5px; }
.mpc-separator-style--split-outer.mpc-separator--top:before { border-bottom-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--top:after { border-bottom-right-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--bottom:before, .mpc-separator-style--split-outer.mpc-separator--bottom:after { border-bottom-width: 0; top: 0; }
.mpc-separator-style--split-outer.mpc-separator--bottom:before { border-top-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--bottom:after { border-top-right-radius: 100px; }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-center .mpc-separator-content, .mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { content: ''; position: absolute; left: 50%; top: -5px; margin-left: -75px; width: 100px; height: 0; border: 75px solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-center .mpc-separator-content, .mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { margin-left: -50px; border: 50px solid transparent; } }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-right:before { margin-left: -150px; }
@media screen and (max-width: 992px) { .mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-right:before { margin-left: -100px; } }
.mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-right:after { margin-left: 0; }
.mpc-separator-style--teeth-left.mpc-separator--top:before, .mpc-separator-style--teeth-left.mpc-separator--top:after, .mpc-separator-style--teeth-left.mpc-separator--top .mpc-separator-content, .mpc-separator-style--teeth-center.mpc-separator--top:before, .mpc-separator-style--teeth-center.mpc-separator--top:after, .mpc-separator-style--teeth-center.mpc-separator--top .mpc-separator-content, .mpc-separator-style--teeth-right.mpc-separator--top:before, .mpc-separator-style--teeth-right.mpc-separator--top:after, .mpc-separator-style--teeth-right.mpc-separator--top .mpc-separator-content { border-top-color: inherit; }
.mpc-separator-style--teeth-left.mpc-separator--bottom:before, .mpc-separator-style--teeth-left.mpc-separator--bottom:after, .mpc-separator-style--teeth-left.mpc-separator--bottom .mpc-separator-content, .mpc-separator-style--teeth-center.mpc-separator--bottom:before, .mpc-separator-style--teeth-center.mpc-separator--bottom:after, .mpc-separator-style--teeth-center.mpc-separator--bottom .mpc-separator-content, .mpc-separator-style--teeth-right.mpc-separator--bottom:before, .mpc-separator-style--teeth-right.mpc-separator--bottom:after, .mpc-separator-style--teeth-right.mpc-separator--bottom .mpc-separator-content { top: -45px; border-bottom-color: inherit; }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content { left: 25%; }
.mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { left: 75%; }
@media screen and (max-width: 992px) { .mpc-separator-style--arrow-left, .mpc-separator-style--arrow-center, .mpc-separator-style--arrow-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--blob-left, .mpc-separator-style--blob-center, .mpc-separator-style--blob-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--slope-left, .mpc-separator-style--slope-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--stamp { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--cloud { height: 50px; } } .mpc-row .mpc-parallax-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.mpc-parallax { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-parallax:before { content: ''; position: absolute; background-position: center; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-parallax.mpc-parallax-style--classic:before { height: 125%; }
.mpc-parallax.mpc-parallax-style--classic-fast:before { height: 150%; }
.mpc-parallax.mpc-parallax-style--horizontal-left:before { width: 125%; }
.mpc-parallax.mpc-parallax-style--horizontal-right:before { width: 125%; }
.mpc-parallax.mpc-parallax-style--fade:before { opacity: 1; }
.mpc-parallax.mpc-parallax-style--fixed:before { background-attachment: fixed; }
.mpc-row[data-vc-full-width-init="true"].skrollable { -webkit-transition: none; -o-transition: none; transition: none; } .mpc-row .mpc-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-row .mpc-overlay.mpc-overlay--inited { -webkit-transition: background-position 1s linear; -moz-transition: background-position 1s linear; transition: background-position 1s linear; } .mpc-row.mpc-with-full-page .mpc-row { margin: 0 !important; }
.mpc-row.mpc-with-full-page .mpc-row.mpc-row-o-full-height { min-height: 100vh !important; } @media screen and (max-width: 992px) { .mpc-parallax.mpc-parallax-style--fixed:before { background-attachment: initial !important; } }  .visible-dt.mpc-row, .visible-dt-v2.mpc-row, .visible-nb.mpc-row, .visible-sm.mpc-row, .visible-tl.mpc-row, .visible-tl-v2.mpc-row { display: none; }@svg-load arrow-right-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/arrow-right.svg){path{fill:#141827}}@svg-load arrow-right-secondary url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/arrow-right.svg){path{fill:#bababa}}@svg-load arrow-right-white url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/arrow-right.svg){path{fill:#fff}}@svg-load arrow url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/arrow.svg){path{fill:#5d5d5d}}@svg-load caret-down url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-down.svg){path{fill:#141827}}@svg-load caret-left url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-left.svg){path{fill:#5d5d5d}}@svg-load caret-left-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-left.svg){path{fill:#141827}}@svg-load caret-left-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-left.svg){path{fill:#d5d5d5}}@svg-load caret-left-secondary url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-left.svg){path{fill:#bababa}}@svg-load caret-right url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-right.svg){path{fill:#5d5d5d}}@svg-load caret-right-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-right.svg){path{fill:#141827}}@svg-load caret-right-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-right.svg){path{fill:#d5d5d5}}@svg-load caret-right-secondary url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-right.svg){path{fill:#bababa}}@svg-load caret-right-white url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-right.svg){path{fill:#fff}}@svg-load caret-up url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/caret-up.svg){path{fill:#141827}}@svg-load check-white url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/check.svg){path{fill:#fff}}@svg-load close url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/close.svg){path{stroke:#5d5d5d}}@svg-load close-secondary url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/close.svg){path{stroke:#bababa}}@svg-load day url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/day.svg){path{fill:#141827}}@svg-load dropdown url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/dropdown.svg){path{fill:#5d5d5d}}@svg-load error-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/error.svg){path{fill:#141827}}@svg-load featured url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/featured-event.svg){path{fill:#334aff}}@svg-load featured-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/featured-event.svg){path{fill:#141827}}@svg-load featured-white url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/featured-event.svg){path{fill:#fff}}@svg-load filters url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/filters.svg){circle,path{stroke:#5d5d5d}}@svg-load filters-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/filters.svg){circle,path{stroke:#141827}}@svg-load filters-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/filters.svg){circle,path{stroke:#d5d5d5}}@svg-load link-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/link.svg){path{stroke:#141827}}@svg-load guest-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/guest.svg){path{fill:#141827;stroke:#141827}}@svg-load guest-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/guest.svg){path{fill:#d5d5d5;stroke:#d5d5d5}}@svg-load list url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/list.svg){path{fill:#141827}}@svg-load location url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/location.svg){path{fill:#5d5d5d}}@svg-load location-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/location.svg){path{fill:#141827}}@svg-load location-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/location.svg){path{fill:#d5d5d5}}@svg-load location-focus url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/location.svg){path{fill:#334affcd ../}}@svg-load mail-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/mail.svg){path{stroke:#141827}}@svg-load map url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/map.svg){path{fill:#141827}}@svg-load map-pin-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/map-pin.svg){path{stroke:#141827}}@svg-load month url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/month.svg){path{fill:#141827}}@svg-load paper-plane-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/paper-plane.svg){path{stroke:#141827}}@svg-load phone-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/phone.svg){path{stroke:#141827}}@svg-load photo url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/photo.svg){path{fill:#141827}}@svg-load plus-focus url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/plus.svg){path{stroke:#334affcd ../}}@svg-load plus-white url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/plus.svg){path{stroke:#fff}}@svg-load recurring url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/recurring-events.svg){path{fill:#334aff}}@svg-load recurring-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/recurring-events.svg){path{fill:#141827}}@svg-load remove url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/remove.svg){circle,path{stroke:#5d5d5d}}@svg-load remove-secondary url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/remove.svg){circle,path{stroke:#bababa}}@svg-load reset url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/reset.svg){path{stroke:#5d5d5d}}@svg-load reset-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/reset.svg){path{stroke:#141827}}@svg-load reset-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/reset.svg){path{stroke:#d5d5d5}}@svg-load search url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/search.svg){path{fill:#5d5d5d}}@svg-load search-active url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/search.svg){path{fill:#141827}}@svg-load search-disabled url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/search.svg){path{fill:#d5d5d5}}@svg-load search-focus url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/search.svg){path{fill:#334affcd ../}}@svg-load search-filter url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/search-filter.svg){path{fill:#141827}circle{stroke:#141827}}@svg-load week url(//ssb.org.uk/wp-content/plugins/events-calendar-pro/build/icons/week.svg){path{fill:#141827}}.tribe-events .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-virtual-virtual-event{align-items:center;display:flex}.tribe-events .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-virtual-virtual-event__icon{display:inline-block;line-height:0;margin-right:var(--tec-spacer-1)}.tribe-events .tribe-events-virtual-hybrid-event__icon-svg{height:12px}.tribe-events .tribe-events-virtual-virtual-event__icon-svg{height:10px}.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event,.tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event,.tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event{margin:var(--tec-spacer-1) 0}.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-hybrid-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-virtual-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-hybrid-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-virtual-event{margin-bottom:var(--tec-spacer-3) 0}.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event:last-child,.tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event:last-child,.tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event:last-child,.tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event:last-child,.tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event:last-child,.tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event:last-child{margin-bottom:0}.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event{display:inline-block;line-height:0}.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-virtual-event{flex:none}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event{margin-top:var(--tec-spacer-0)}.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__icon{margin-right:var(--tec-spacer-0)}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__icon{margin-right:var(--tec-spacer-1)}.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon-svg{width:16px}.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__text,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event{display:inline-block}.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon{margin-right:0}.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon-svg,.tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon-svg{height:10px}.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__text{display:none}.tribe-events .tribe-events-pro-photo__event.tribe-events-hybrid-event,.tribe-events .tribe-events-pro-photo__event.tribe-events-virtual-event{position:relative}.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event{align-items:center;background-color:var(--tec-color-background);border-radius:13px;display:flex;height:26px;justify-content:center;left:calc(var(--tec-grid-gutter-small-half) + var(--tec-spacer-2));position:absolute;top:var(--tec-spacer-2);width:37px}.tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-hybrid-event,.tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-virtual-event{left:calc(var(--tec-grid-gutter-half) + var(--tec-spacer-2))}.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__icon{margin-right:0}.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-events .tribe-events-pro-map .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-map .tribe-events-virtual-virtual-event,.tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-virtual-event{margin-top:var(--tec-spacer-1)}.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event{display:inline-block;line-height:0}.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-virtual-event{flex:none}.tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event,.tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event{margin-bottom:var(--tec-spacer-1)}.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__icon,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__icon,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__icon{margin-right:var(--tec-spacer-0)}.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__text,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__text,.tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-events #tribe-filter-VirtualEvents span{white-space:normal}.single-tribe_event_series .tribe-common-l-container.tribe-events-l-container{padding-top:1em}.tribe-events .tribe-events-calendar-series-archive__container{margin-left:2px}.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-calendar-series-archive__container,.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-calendar-series-archive__container{flex:none;line-height:0;margin-left:var(--tec-spacer-0)}.tribe-events .tribe-events-calendar-series-archive__link{color:var(--tec-color-accent-primary);margin-right:2px}.tribe-events .tribe-events-calendar-series-archive__link:focus .tribe-events-series-archive__icon,.tribe-events .tribe-events-calendar-series-archive__link:hover .tribe-events-series-archive__icon{color:var(--tec-color-icon-focus)}.tribe-events .tribe-events-series-archive__icon{color:#000;display:inline-block;stroke:currentcolor}.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content.tribe-events hr,.tribe-theme-twentytwenty.single-tribe_event_series .tribe-events hr.styled-separator{background:initial;background-color:var(--tec-color-border-default)!important}.tribe-theme-enfold.single-tribe_event_series .entry-content-header .post-meta-infos,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr:after,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr:before,.tribe-theme-twentytwenty.single-tribe_event_series hr.styled-separator:after,.tribe-theme-twentytwenty.single-tribe_event_series hr.styled-separator:before{display:none}