@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "CenturyGothic";
  src: url("https://assets.codepen.io/597099/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-family: "CenturyGothicBold";
  src: url("https://assets.codepen.io/597099/CenturyGothic-Bold.woff") format("woff");
}
.primaryButton, .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action a {
  background-color: #939598;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 15px/18px "CenturyGothic", sans-serif;
  padding: 9px 15px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  text-align: center;
  transition: all 0.3s;
}
.primaryButton:hover, .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action a:hover {
  background-color: #58595B;
  color: #FFFFFF;
  text-decoration: none;
}

.secondaryButton {
  background-color: #27282d;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 0.75rem 1.5rem;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  text-align: center;
  transition: all 0.3s;
}
.secondaryButton:hover {
  background-color: #6C6F70;
  color: #FFFFFF;
  text-decoration: none;
}

/* Fonts Imports -------- */
@font-face {
  font-family: "Work Sans";
  src: url("https://assets.codepen.io/597099/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://assets.codepen.io/597099/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://assets.codepen.io/597099/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://assets.codepen.io/597099/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://assets.codepen.io/597099/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.arlo main {
  display: block;
}
.arlo h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.arlo hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.arlo pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.arlo a {
  background-color: transparent;
}
.arlo abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.arlo b,
.arlo strong {
  font-weight: bolder;
}
.arlo code,
.arlo kbd,
.arlo samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.arlo small {
  font-size: 80%;
}
.arlo sub,
.arlo sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.arlo sub {
  bottom: -0.25em;
}
.arlo sup {
  top: -0.5em;
}
.arlo img {
  border-style: none;
}
.arlo button,
.arlo input,
.arlo optgroup,
.arlo select,
.arlo textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.arlo button,
.arlo input {
  overflow: visible;
}
.arlo button,
.arlo select {
  text-transform: none;
}
.arlo button,
.arlo [type=button],
.arlo [type=reset],
.arlo [type=submit] {
  appearance: button;
  -webkit-appearance: button;
}
.arlo button::-moz-focus-inner,
.arlo [type=button]::-moz-focus-inner,
.arlo [type=reset]::-moz-focus-inner,
.arlo [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.arlo button:-moz-focusring,
.arlo [type=button]:-moz-focusring,
.arlo [type=reset]:-moz-focusring,
.arlo [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.arlo fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.arlo legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.arlo progress {
  vertical-align: baseline;
}
.arlo textarea {
  overflow: auto;
}
.arlo [type=checkbox],
.arlo [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.arlo [type=number]::-webkit-inner-spin-button,
.arlo [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.arlo [type=search] {
  appearance: button;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.arlo [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.arlo ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.arlo details {
  display: block;
}
.arlo summary {
  display: list-item;
}
.arlo template {
  display: none;
}
.arlo [hidden] {
  display: none;
}

/* Arlo Web Control Global Style & Modules ========= */
.arlo {
  font-size: 1rem;
  font-family: "CenturyGothic", sans-serif;
}
.arlo a {
  color: #051E60;
  text-decoration: none;
}
.arlo a:active, .arlo a:hover, .arlo a:focus {
  color: #007CC3;
  outline: none;
}
.arlo ol,
.arlo ul,
.arlo li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.arlo svg:not(:root) {
  overflow: hidden;
}
.arlo select {
  color: #27282D;
  cursor: pointer;
  font-family: "CenturyGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: normal;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'><path fill='%23002E5B' d='M18.706 8.294c-0.387-0.387-1.025-0.387-1.413 0l-5.294 5.294-5.294-5.294c-0.387-0.387-1.025-0.387-1.413 0s-0.387 1.025 0 1.413l6 6c0.194 0.194 0.45 0.294 0.706 0.294s0.513-0.1 0.706-0.294l6-6c0.394-0.387 0.394-1.025 0-1.413z'></path></svg>");
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  width: 100%;
  padding: 0.625rem 2rem 0.625rem 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.arlo label {
  margin-bottom: 0.5rem;
}
.arlo img {
  max-width: 100%;
  width: 100%;
}
.arlo .arlo-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.arlo *,
.arlo ::after,
.arlo ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.arlo * html .arlo-clearfix,
.arlo *:first-child + html .arlo-clearfix {
  zoom: 1;
}
.arlo .arlo-loading-overlay {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
}
.arlo .arlo-loading-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.arlo .arlo-loading-overlay:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.arlo .arlo-loading-overlay:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Custom CSS - Index Page ========= */
.arlo > *:first-child:not(.arlo-header) {
  padding-top: 30px;
}
.arlo .arlo-container {
  max-width: 1300px;
  width: calc(100% - 48px);
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
@media (max-width: 992px) {
  .arlo .arlo-container {
    flex-direction: column;
  }
}
.arlo .upcoming {
  flex: 20%;
}
@media (max-width: 992px) {
  .arlo .upcoming {
    flex: 100%;
  }
}
.arlo .upcoming .upcoming-title {
  font: normal normal normal 27px/28px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #1C2026;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .arlo .upcoming .upcoming-title {
    margin-top: 0;
    padding-left: 0;
  }
}
.arlo .upcoming #upcoming-events {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .arlo .upcoming #upcoming-events {
    padding-left: 0;
  }
}
.arlo .upcoming #upcoming-events .arlo-event-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.arlo .upcoming #upcoming-events .arlo-event-list > div:not(.arlo-show-more-container) {
  display: none;
}
.arlo .upcoming .upcoming-date-location {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: end;
}
.arlo .upcoming .upcoming-date-location .arlo-start-date {
  padding: 11px 19px;
  background-color: #F2F3F5;
  font: normal normal normal 20px/22px "CenturyGothicBold", sans-serif;
  letter-spacing: 0px;
  color: #113E5D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .arlo .upcoming .upcoming-date-location .arlo-start-date {
    background: #939598 0% 0% no-repeat padding-box;
    padding: 24px;
    color: #fff;
    font: normal normal normal 20px/22px "CenturyGothic", sans-serif;
  }
}
@media (max-width: 767px) {
  .arlo .upcoming .upcoming-date-location .arlo-start-date {
    background: #939598 0% 0% no-repeat padding-box;
    padding: 19px;
    color: #fff;
    font: normal normal normal 20px/22px "CenturyGothic", sans-serif;
  }
}
.arlo .upcoming .upcoming-date-location .arlo-info .arlo-online, .arlo .upcoming .upcoming-date-location .arlo-info .arlo-location {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .arlo .upcoming .upcoming-date-location .arlo-info {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .arlo .upcoming .upcoming-date-location .arlo-info {
    padding-bottom: unset;
  }
}
.arlo .upcoming .upcoming-date-location .arlo-location {
  font: normal normal normal 18px/26px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #58595B;
  text-transform: uppercase;
}
.arlo .upcoming .hide-desktop {
  display: none;
}
@media (max-width: 992px) {
  .arlo .upcoming .hide-desktop {
    display: inline-flex;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .arlo .upcoming .hide-desktop.arlo-register {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .arlo .upcoming .hide-desktop {
    display: none;
  }
  .arlo .upcoming .hide-desktop.arlo-register {
    margin-left: unset;
  }
}
.arlo .upcoming .hide-tablet {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .arlo .upcoming .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .arlo .upcoming .hide-tablet {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px;
  }
}
.arlo .upcoming .arlo-name {
  font: normal normal normal 18px/26px "CenturyGothicBold", sans-serif;
  letter-spacing: 0px;
  color: #113E5D;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .arlo .upcoming .arlo-name {
    margin-top: 0;
  }
}
.arlo .upcoming .arlo-register a {
  background: #939598 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 6px 19px;
  line-height: 18px;
  font: normal normal normal 15px/18px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .arlo .upcoming .arlo-register a {
    padding: 6px 19px;
    line-height: 18px;
  }
}
.arlo .arlo-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  flex: 80%;
  max-width: 900px;
  position: relative;
}
.arlo .arlo-content-wrapper::after {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
  top: 0;
  right: -40px;
  content: "";
}
@media (max-width: 992px) {
  .arlo .arlo-content-wrapper::after {
    content: unset;
  }
}
@media (max-width: 992px) {
  .arlo .arlo-content-wrapper {
    flex: 100%;
    max-width: 100%;
  }
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap .arlo-filter-label {
  margin-right: 0.5rem;
  text-align: right;
  font: normal normal normal 18px/26px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #63A0C9;
  margin-bottom: unset;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap .arlo-filter-toggle {
  color: #63A0C9;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 0.9em;
  padding: 0.75rem;
  text-align: center;
  width: 2.5rem;
  transition: all 0.2s;
  position: relative;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap .arlo-filter-toggle:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap .arlo-filter-toggle.arlo-show-filter {
  color: #113E5D;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-toggle-wrap .arlo-filter-toggle.arlo-show-filter:before {
  content: "";
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-content {
  padding: 10px 1.25rem;
  display: none;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-content.arlo-show-filter {
  display: block;
}
.arlo .arlo-content-wrapper .arlo-filters-container .arlo-filter-title-text {
  font: normal normal normal 20px/26px "CenturyGothic", sans-serif;
}
.arlo .arlo-content-wrapper .arlo-filter {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.arlo .arlo-content-wrapper .arlo-filter:not(:last-of-type),
.arlo .arlo-content-wrapper .arlo-filter div[id^=filter-]:not(:last-of-type) {
  margin-bottom: 24px;
}
.arlo .arlo-content-wrapper .arlo-filter .filter-inner {
  width: calc(33% - 20px);
}
.arlo .arlo-content-wrapper .arlo-filter .filter-inner.hide-filter {
  display: none;
}
@media (max-width: 767px) {
  .arlo .arlo-content-wrapper .arlo-filter .filter-inner {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .arlo .arlo-content-wrapper .arlo-filter .filter-inner {
    width: calc(100%);
  }
}
.arlo .arlo-content-wrapper .arlo-filter .arlo-filter-heading {
  line-height: 1.2em;
  font: normal normal normal 16px/24px "CenturyGothicBold", sans-serif;
  letter-spacing: 0px;
  color: #113E5D;
  margin-bottom: 0.75rem;
}
.arlo .arlo-content-wrapper .arlo-filter select {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  padding: 0.625rem 2rem 0.625rem 1rem;
}
.arlo .arlo-content-wrapper .arlo-filter select:focus {
  border-color: #051E60;
}
.arlo .arlo-content-wrapper .arlo-event-template-list-container {
  flex: 1 1;
}
.arlo .arlo-content-wrapper .arlo-event-template-list-container .arlo-result-counter {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 20px;
}
.arlo .arlo-content-wrapper .arlo-event-template-list-container .arlo-result-counter #result-count, .arlo .arlo-content-wrapper .arlo-event-template-list-container .arlo-result-counter .arlo-result-count-text {
  font: normal normal normal 18px/26px "CenturyGothic", sans-serif;
}
.arlo .arlo-content-wrapper .arlo-filter-default {
  display: flex;
  flex-direction: column;
}
.arlo .arlo-content-wrapper .arlo-filter-default.only-search {
  flex-direction: row;
  justify-content: end;
}
@media (max-width: 576px) {
  .arlo .arlo-content-wrapper .arlo-filter-default {
    margin-bottom: 0;
  }
}
.arlo .arlo-checkbox-filter-option {
  display: flex;
  font-weight: normal;
  height: auto;
  line-height: 1.2em;
  margin: 0.5rem 0;
  position: relative;
}
.arlo .arlo-checkbox-filter-option input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.arlo .arlo-checkbox-filter-option label {
  cursor: pointer;
  height: auto;
  font: normal normal normal 16px/24px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #1C2026;
  left: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  top: 0;
  word-break: break-all;
}
.arlo .arlo-checkbox-filter-option label:before, .arlo .arlo-checkbox-filter-option label:after {
  content: "";
  height: 1rem;
  position: absolute;
  width: 1rem;
}
.arlo .arlo-checkbox-filter-option label:after {
  background: #FFFFFF;
  top: 3px;
  left: 0;
  color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: none;
}
.arlo .arlo-checkbox-filter-option label:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  top: -1px;
  left: 3px;
  color: #FFFFFF;
  z-index: 1;
}
.arlo .arlo-checkbox-filter-option input[type=checkbox]:checked + label {
  color: #051E60;
}
.arlo .arlo-checkbox-filter-option input[type=checkbox]:checked + label:before {
  content: "";
  color: #FFFFFF;
}
.arlo .arlo-checkbox-filter-option input[type=checkbox]:checked + label:after {
  opacity: 1;
  background-color: #051E60;
  border-color: #051E60;
}
.arlo .arlo-traversable-filter {
  margin-bottom: 24px;
}
.arlo .arlo-traversable-filter .arlo-traversable-breadcrumbs {
  color: #27282D;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: calc(map-get($filter, "itemGutter") / 2);
}
.arlo .arlo-traversable-filter .arlo-traversable-breadcrumbs .arlo-category-breadcrumb:not(:last-of-type) {
  color: #051E60;
  cursor: pointer;
}
.arlo .arlo-traversable-filter .arlo-traversable-breadcrumbs .arlo-category-breadcrumb:not(:last-of-type):hover {
  color: #007CC3;
}
.arlo .arlo-traversable-filter .arlo-traversable-breadcrumbs .arlo-category-breadcrumb:not(:last-of-type):after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #27282D;
  content: "";
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.5rem;
  text-decoration: none;
}
.arlo .arlo-traversable-filter .arlo-traversable-breadcrumbs .arlo-category-breadcrumb:last-of-type {
  color: #27282D;
  cursor: default;
  text-decoration: none;
}
.arlo .arlo-traversable-filter .arlo-traversable-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.arlo .arlo-traversable-filter .arlo-traversable-categories .arlo-traversable-category {
  background-color: rgba(5, 30, 96, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #27282D;
  cursor: pointer;
  padding: 0.625rem 1rem;
}
.arlo .arlo-traversable-filter .arlo-traversable-categories .arlo-traversable-category:hover {
  background-color: rgba(5, 30, 96, 0.2);
}
@media (max-width: 576px) {
  .arlo .arlo-traversable-filter .arlo-traversable-categories .arlo-traversable-category {
    background-color: transparent;
    border: 0;
    color: #051E60;
    padding: 2px;
  }
  .arlo .arlo-traversable-filter .arlo-traversable-categories .arlo-traversable-category:hover {
    background-color: transparent;
    color: #007CC3;
  }
}
.arlo .arlo-filter-search {
  flex: 1;
}
@media (max-width: 576px) {
  .arlo .arlo-filter-search {
    margin-bottom: 1.5rem;
  }
}
.arlo .arlo-filter-search.mobile-view {
  display: none;
}
@media (max-width: 576px) {
  .arlo .arlo-filter-search.mobile-view {
    display: block;
  }
}
@media (max-width: 576px) {
  .arlo .arlo-filter-search.non-mobile-view {
    display: none;
  }
}
.arlo .arlo-filter-search .arlo-search {
  font: normal normal normal 16px/24px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #1C2026;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 28px;
  padding: 6px 15px;
  max-width: 384px;
  width: 100%;
}
.arlo .arlo-filter-search .arlo-search:focus {
  outline-width: 0;
  border-color: #051E60;
}
@media (max-width: 767px) {
  .arlo .arlo-filter-search {
    width: 100%;
  }
}
.arlo .arlo-filter-unordered-list li {
  background-color: rgba(5, 30, 96, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #27282D;
  cursor: pointer;
  padding: 0.625rem 1rem;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}
.arlo .arlo-filter-unordered-list li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
.arlo .arlo-filter-unordered-list li:hover {
  background-color: rgba(5, 30, 96, 0.2);
}
.arlo .arlo-filter-unordered-list li.selected {
  background-color: #051E60;
  border-color: #051E60;
  color: #FFFFFF;
}
.arlo .arlo-filter-unordered-list li[data-id=online]:before {
  content: "";
}
.arlo .arlo-filter-unordered-list li[data-id=venue]:before {
  content: "";
}
.arlo .arlo-eventtemplatecatalogue-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.arlo .arlo-eventtemplatecatalogue-list > div:not(:last-of-type):not(.arlo-show-more-container) {
  display: none;
}
.arlo .arlo-eventtemplatecatalogue-list > div:last-of-type {
  width: 100%;
}
@media (max-width: 992px) {
  .arlo .arlo-event-listitem .arlo-listitem {
    background: #F2F3F5 0% 0% no-repeat padding-box;
  }
}
.arlo .arlo-eventtemplatecatalogue-listitem {
  flex-basis: calc(33% - 12px);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 0.8125rem;
  background: #F2F3F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #FFFFFF29;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .arlo .arlo-eventtemplatecatalogue-listitem {
    flex-basis: calc(50% - 13px);
  }
}
@media (max-width: 576px) {
  .arlo .arlo-eventtemplatecatalogue-listitem {
    flex-basis: 100%;
  }
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem {
  display: flex;
  color: #27282D;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem:hover .arlo-list-image-wrap {
    height: 80px;
    max-height: 80px;
    min-height: 75px;
  }
  .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem:hover .float-subname {
    display: none;
  }
  .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem:hover .arlo-summary {
    display: block;
    opacity: 1;
  }
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap {
  position: relative;
  display: inline-flex;
  height: 100%;
  transition: transform 0.3s ease;
  min-height: 175px;
  max-height: 175px;
  position: relative;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .float-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .float-box .float-name {
  font: normal normal normal 18px/26px "CenturyGothicBold", sans-serif;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .float-box .float-subname {
  font: normal normal normal 12px/18px "CenturyGothic", sans-serif;
  max-width: 80%;
  margin-top: 5px;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-list-image {
  position: absolute;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-list-image.no-image {
  opacity: 0.5;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-event-date {
  background-color: #15416e;
  bottom: 0;
  color: #f2f2f2;
  display: none;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  justify-content: center;
  left: 1.25rem;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  width: 4.5rem;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-event-date span.arlo-date-month,
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-event-date span.arlo-date-year {
  font-size: 0.9375rem;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-list-image-wrap .arlo-event-date span.arlo-date-day {
  font-weight: 500;
  margin: 0.25rem 0;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-detail-container {
  position: relative;
  background: #F2F3F5 0% 0% no-repeat padding-box;
  height: 100%;
  min-height: 220px;
}
@media (max-width: 767px) {
  .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-detail-container {
    min-height: 210px;
  }
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  position: absolute;
  top: 0;
  background: #F2F3F5 0% 0% no-repeat padding-box;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title-desc {
  margin-bottom: 25px;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title {
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title {
    margin-bottom: unset;
  }
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title .arlo-name {
  color: #113E5D;
  display: inline-block;
  text-decoration: none;
  word-wrap: break-word;
  font: normal normal normal 18px/26px "CenturyGothicBold", sans-serif;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title .arlo-name:hover, .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title .arlo-name:focus, .arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-title .arlo-name:active {
  color: #2C617F;
  text-decoration: none;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-summary {
  opacity: 0;
  margin-bottom: 1.5em;
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1.5em;
  transition: opacity 0.3s ease;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info .arlo-offers .arlo-offer-container {
  padding: 6px 15px;
  background-color: #63A0C9;
  border-radius: 16px;
  font: normal normal normal 15px/18px "CenturyGothic", sans-serif;
  color: #FFF;
  margin-bottom: 15px;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info > div {
  display: flex;
  font: normal normal normal 14px/20px "CenturyGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2em;
  align-items: center;
  padding: 4px 0;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info > div:has(div:empty) {
  display: none;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info > div:last-of-type {
  padding-bottom: 0;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info > div .arlo-data-icon {
  color: #8A1F03;
  line-height: 1.2em;
  margin-right: 6px;
  width: 1rem;
  font-size: 17px;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info .arlo-nextrunning {
  display: none;
  flex-direction: row;
  align-items: center;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info .arlo-nextrunning a {
  letter-spacing: 0;
  padding-left: 1.375rem;
  background-color: unset;
  position: relative;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-course-info .arlo-nextrunning a::before {
  color: #8A1F03;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 17px;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action {
  margin-top: auto;
  text-align: right;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action .arlo-event-action-inner {
  padding-top: 20px;
  flex: 1;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action a {
  display: block;
  text-align: left;
}
.arlo .arlo-eventtemplatecatalogue-listitem .arlo-listitem .arlo-event-action a.arlo-register-interest {
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
  font: normal normal normal 15px/18px "CenturyGothic", sans-serif;
  padding: 0.75rem 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.arlo .arlo-show-more-container {
  text-align: center;
  width: 100%;
  display: block;
}
.arlo .arlo-show-more-container .arlo-show-more {
  border: 1px solid var(---63a0c9);
  cursor: pointer;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #63A0C9;
  font: normal normal normal 18px/26px "CenturyGothic", sans-serif;
  letter-spacing: 0px;
  color: #63A0C9;
  padding: 12px 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .arlo .arlo-show-more-container .arlo-show-more {
    display: block;
  }
}

.arlo-referral-link {
  display: none !important;
}