.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.top-bar {
  background-color: #fff;
  padding: 30px 60px;
}

.container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
}

.logo-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.communities-logo-small {
  display: none;
}

.header-section {
  background-image: url('../images/banner-pattern.svg'), linear-gradient(#f7e1c4, #f7e1c4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 3100px, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 992px;
  height: 100%;
  display: flex;
  position: relative;
}

.main-header {
  z-index: 2;
  filter: drop-shadow(6px 8.5px 2px #000000b3);
  width: 720px;
  position: relative;
  top: 5px;
}

.secondary-header {
  filter: drop-shadow(4.25px 4.25px 1px #000c);
  width: 370px;
  position: relative;
  bottom: 5px;
}

.intro-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.hidden-h1, .hidden-h2 {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.body {
  background-color: #fbf0e2;
}

.content-heading-3 {
  z-index: 1;
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: imaginaryfriend-bb, sans-serif;
  font-size: 40px;
  line-height: 50px;
  position: relative;
}

.content-heading-3.pattern {
  background-image: url('../images/line.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph {
  z-index: 1;
  color: #000;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 150%;
  position: relative;
}

.paragraph.large {
  font-size: 24px;
}

.calendar-section {
  background-color: #f8e5cd;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px 100px;
  display: flex;
}

.heading-illustration-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-heading-4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: imaginaryfriend-bb, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.event-list-wrapper {
  background-color: #f8e5cd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ambassador-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.youtube {
  border-radius: 18px;
  overflow: hidden;
}

.gallery-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8e5cd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.gallery-image {
  border-radius: 10px;
}

.lightbox-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  border-radius: 10px;
  width: 100%;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.lightbox-link:focus {
  outline-offset: 2px;
  outline: 2px solid #b3475a;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  display: flex;
  position: relative;
}

.main-events-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.discover-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  word-break: break-all;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-color: #f8e5cd;
  border-color: #cc934b;
}

.link-block:focus {
  outline-offset: 2px;
  outline: 2px solid #b3475a;
}

.link-block.external {
  justify-content: space-between;
  align-items: center;
}

.illustration-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8e5cd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flags {
  width: 100%;
  max-width: 40%;
}

.flags.mobile {
  display: none;
}

.footer-banner {
  background-image: url('../images/pattern-tile.svg');
  background-position: 50% -5%;
  background-size: 1050px;
  width: 100%;
  height: 200px;
}

.icon-wrapper {
  width: 75px;
}

.icon-wrapper.large {
  width: auto;
}

.calendar-illustration {
  width: 96px;
}

.image-14 {
  width: 115px;
}

.link-mobile-text, .more-gallery-mobile {
  display: none;
}

.illustration-bolt {
  z-index: 4;
  width: 73px;
  position: absolute;
  top: 152px;
  right: 230.5px;
}

.illustration-flower {
  z-index: 1;
  position: absolute;
  bottom: 54.5px;
  left: 183.5px;
}

.illustration-peace-sign {
  position: absolute;
  bottom: 188.5px;
  right: 86.5px;
}

.illustration-shooting-star {
  z-index: 0;
  position: absolute;
  bottom: 93px;
  left: 65.5px;
}

.illustration-sparkle {
  z-index: 4;
  position: absolute;
  top: 69px;
  left: 426px;
  right: 426px;
}

.heading-wrapper {
  position: relative;
  overflow: visible;
}

.heading-pattern {
  z-index: 0;
  position: absolute;
  bottom: -14px;
}

.heading-pattern.mobile {
  display: none;
}

.content_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 14px;
  padding-bottom: 115px;
  display: grid;
}

.content_collection-list.sort {
  padding-bottom: 40px;
}

.filter_content {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 1165px;
  display: grid;
  overflow: auto;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.content_filter {
  z-index: 0;
  overflow: auto;
}

.filter_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 21px;
  display: block;
  position: relative;
}

.rangeslider_input {
  display: none;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filter_sort-by {
  color: #222;
  background-color: #fff;
  border: 2px solid #b5b7d7;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 40px 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.filter_sort-by:hover {
  background-color: #eee;
}

.filter_sort-by.sort-button {
  padding-right: 10px;
  text-decoration: none;
}

.filter_sort-by.sort-button:focus {
  outline-offset: 2px;
  outline: 2px solid #b3475a;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_search-field {
  color: #000;
  background-image: url('../images/search-icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 15px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  overflow: visible;
}

.filter_search-field:focus {
  outline-offset: -2px;
  outline: 2px solid #b3475a;
}

.text-link {
  color: #3c7c43;
  border-bottom: 1px solid #90c396;
  text-decoration: none;
  display: inline-block;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter_tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #36397a;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  position: relative;
}

.filter_tag.sort {
  display: block;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #90c396;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #3c7c43;
}

.filter_results-text {
  font-weight: 400;
}

.filter-tag-text {
  color: #b3475a;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  height: auto;
  padding: 20px;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.filter_header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.filter_tag-remove {
  cursor: pointer;
  flex-direction: column;
  width: 24px;
  height: 24px;
  display: flex;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #3c7c43;
  background-image: none;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.rangeslider_fill {
  background-color: #90c396;
  width: 20%;
  height: 100%;
  position: absolute;
}

.nav_logo {
  width: 10rem;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.text-color-green {
  color: #3c7c43;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_form-wrapper {
  margin-bottom: 60px;
  font-family: Roboto Condensed, sans-serif;
}

.filter_tags-text {
  color: #222;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.main-wrapper {
  width: 100%;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.sort_field.sort-button {
  border-bottom-style: none;
  padding: 5px 20px 5px 10px;
}

.filter_select {
  cursor: pointer;
  border: 1px #000;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_block.search-parent {
  border-bottom-style: none;
  overflow: visible;
}

.filter-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.hide {
  display: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.filter_options {
  max-height: 15rem;
  position: relative;
  overflow: auto;
}

.filter_options.filters-categories, .filter_options.filters-organiser, .filter_options.filters-date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-height: 300px;
  display: flex;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.filter-reset-master {
  color: #b3475a;
  border-bottom-style: none;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.filter_reset-all.filter-reset-master:hover {
  color: #8d2436;
}

.collection-list-wrapper {
  z-index: 0;
  position: relative;
}

.collection-list-litem {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.collection-list-litem.sort {
  border: 1px solid #d8d8d8;
  position: relative;
}

.collection-list-litem.sort.hidden {
  display: none;
}

.collection-list-litem.sort.last {
  margin-bottom: 60px;
}

.collection-list-litem.feature {
  background-color: #f3f4ff;
  border-color: #f36c27;
  position: relative;
}

.content-heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: imaginaryfriend-bb, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.info-header-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.info-heading-wrapper {
  width: 100%;
}

.org-logo-wrapper {
  background-color: #e9e9e9;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  overflow: hidden;
}

.date-wrapper {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e6e7f9;
  border: 1px solid #b5b7d7;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px 4px 4px;
  display: flex;
  position: relative;
}

.date-text-wrapper {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  font-size: 14px;
  line-height: 100%;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7e1c4;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #e9ceaa;
}

.dropdown-toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #b3475a;
}

.icon {
  margin-right: 0;
  position: static;
}

.find-out-more {
  z-index: 1;
  color: #fff;
  background-color: #6c6ea0;
  border-radius: 12px;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  position: absolute;
  left: 140px;
}

.find-out-more:hover {
  background-color: #474a88;
}

.find-out-more:focus {
  outline-offset: 2px;
  outline: 2px solid #b3475a;
}

.find-out-more.single {
  position: static;
}

.buttons-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.enquire-dropdown {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-header {
  color: #222;
  font-family: imaginaryfriend-bb, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.info-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-highlight {
  color: #b3475a;
}

.link {
  color: #b3475a;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s;
}

.link:focus {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #b3475a;
}

.email-highlight {
  color: #b3475a;
  text-decoration: underline;
}

.checkbox-label {
  color: #1a1a1a;
  margin-bottom: 0;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #f3f4ff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.checkbox-field:hover {
  background-color: #dcdef3;
}

.checkbox-field:focus {
  outline-offset: -2px;
  outline: 2px solid #b3475a;
}

.checkbox {
  background-color: #fff;
  border: 2px solid #949494;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #b3475a;
}

.checkbox.w--redirected-focus {
  outline-offset: -2px;
  outline: 2px solid #b3475a;
}

.div-block-22 {
  z-index: 2;
  background-image: linear-gradient(#f8e5cd00, #f8e5cd);
  width: 69%;
  height: 150px;
  min-height: 150px;
  position: absolute;
  top: auto;
  bottom: 80px;
  right: 20px;
}

.filter-mobile-wrapper {
  color: #222;
  background-color: #fff;
  border: 2px solid #b5b7d7;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 4rem .5rem 1.2rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-2 {
  display: none;
}

.gallery-image-overlay {
  opacity: 0;
  background-color: #f7b2b966;
  position: absolute;
  inset: 0%;
}

.background-icons {
  display: none;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-4-copy {
  color: #222;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.disclaimer {
  z-index: 1;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.disclaimer.large {
  font-size: 24px;
}

.disclaimer-wrapper {
  width: 100%;
  max-width: 800px;
}

.multi-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.heading-6 {
  color: #222;
  font-family: imaginaryfriend-bb, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.sub-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: #b3475a;
  border-radius: 12px;
  text-decoration: none;
  transition: all .3s;
}

.link-2:hover {
  color: #8d2336;
  text-decoration: underline;
}

.link-2:focus {
  outline-offset: 2px;
  border-radius: 12px;
  outline: 2px solid #b3475a;
}

.lottie-animation {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.individual-logo-wrapper {
  border-radius: 10px;
}

.individual-logo-wrapper:focus {
  outline-offset: 2px;
  border-radius: 10px;
  outline: 2px solid #b3475a;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .top-bar {
    padding-left: 140px;
    padding-right: 140px;
  }

  .header-section {
    background-size: auto;
    height: 500px;
  }

  .main-header {
    width: 850px;
  }

  .secondary-header {
    width: 437px;
  }

  .intro-section {
    padding-left: 140px;
    padding-right: 140px;
  }

  .content-heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .ambassador-section, .gallery-section {
    padding-left: 140px;
    padding-right: 140px;
  }

  .content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .discover-section, .footer-section {
    padding-left: 140px;
    padding-right: 140px;
  }

  .footer-banner {
    background-size: 1150px;
  }

  .illustration-bolt {
    top: 226px;
    right: 188.5px;
  }

  .illustration-flower {
    bottom: 131.5px;
    left: 139.5px;
  }

  .illustration-peace-sign {
    bottom: 281.5px;
    right: 24.5px;
  }

  .illustration-shooting-star {
    bottom: 166px;
    left: 24.5px;
  }

  .illustration-sparkle {
    top: 140px;
    left: 416px;
    right: 416px;
  }

  .background-icons {
    z-index: -1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .background-icons.right {
    inset: 0% 0% 0% auto;
  }

  .bg-rainbow {
    width: 220px;
    min-width: 220px;
    position: absolute;
    top: 18px;
    left: -28px;
  }

  .bg-flower {
    width: 120px;
    min-width: 120px;
    position: absolute;
    top: 287px;
    left: 65px;
  }

  .bg-star {
    width: 60px;
    min-width: 60px;
    position: absolute;
    top: 409px;
    left: 12px;
  }

  .bg-bolt {
    width: 120px;
    min-width: 120px;
    position: absolute;
    top: 733px;
    left: -4px;
  }

  .bg-diamond {
    width: 80px;
    min-width: 80px;
    position: absolute;
    top: 986px;
    left: 57px;
  }

  .bg-flower-right {
    width: 175px;
    min-width: 175px;
    position: absolute;
    right: -34px;
  }

  .bg-sparkle-right {
    width: 80px;
    min-width: 80px;
    position: absolute;
    top: 137px;
    right: 97px;
  }

  .bg-peace-sign-right {
    width: 180px;
    min-width: 180px;
    position: absolute;
    top: 423px;
    right: -29px;
  }

  .bg-heart-right {
    width: 60px;
    min-width: 60px;
    position: absolute;
    top: 723px;
    right: 86px;
  }

  .bg-arrow-right {
    width: 140px;
    min-width: 140px;
    position: absolute;
    top: 974px;
    right: 45px;
  }

  .heading-4-copy {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .top-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .communities-logo {
    max-width: 275px;
  }

  .communities-logo-small {
    display: none;
  }

  .youth-week-wa-logo {
    max-width: 112px;
  }

  .header-section {
    background-image: url('../images/banner-pattern.svg'), linear-gradient(#0000, #0000);
    background-size: 2600px, auto;
  }

  .hero-wrapper {
    width: 768px;
  }

  .main-header {
    width: 600px;
    top: 5px;
  }

  .secondary-header {
    width: 320px;
    bottom: 0;
  }

  .intro-section {
    padding: 60px;
  }

  .content-heading-3 {
    font-size: 34px;
    line-height: 43px;
  }

  .calendar-section {
    padding: 60px 40px 80px;
  }

  .content-heading-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .ambassador-section {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .gallery-section {
    padding: 60px;
  }

  .discover-section {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .links-grid {
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding: 60px;
  }

  .flags.desktop {
    display: none;
  }

  .flags.mobile {
    max-width: 60px;
    display: block;
  }

  .footer-banner {
    background-position: 50% 0;
    height: 150px;
  }

  .icon-wrapper.large {
    width: 75px;
  }

  .calendar-illustration {
    width: 86px;
  }

  .image-14 {
    width: 104px;
  }

  .illustration-bolt {
    width: 55px;
    top: 160px;
    right: 163.5px;
  }

  .illustration-flower {
    width: 85px;
    bottom: 80.5px;
    left: 136.5px;
  }

  .illustration-peace-sign {
    width: 55px;
    right: 49.5px;
  }

  .illustration-shooting-star {
    width: 111px;
    bottom: 111px;
    left: 48.5px;
  }

  .illustration-sparkle {
    width: 35px;
    top: 85px;
    left: 335px;
    right: 335px;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_header {
    padding-top: 0;
    padding-left: 0;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .div-block-22 {
    width: 58%;
  }

  .heading-4-copy {
    font-size: 18px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    flex-direction: column;
  }

  .logo-wrapper.top {
    flex-direction: row;
  }

  .communities-logo {
    display: none;
  }

  .communities-logo-small {
    display: block;
  }

  .header-section {
    background-image: url('../images/banner-pattern.svg'), linear-gradient(#0000, #0000);
    background-size: 1700px, auto;
  }

  .hero-wrapper {
    width: 480px;
  }

  .main-header {
    filter: drop-shadow(4px 6px 2px #000000b3);
    width: 400px;
  }

  .secondary-header {
    filter: drop-shadow(3px 3px 1px #000c);
    width: 220px;
  }

  .intro-section {
    padding: 50px;
  }

  .content-heading-3 {
    font-size: 32px;
    line-height: 38px;
  }

  .calendar-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .content-heading-4 {
    font-size: 26px;
    line-height: 34px;
  }

  .ambassador-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .gallery-section {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .lightbox-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link {
    position: relative;
  }

  .lightbox-link.mobile {
    display: none;
  }

  .content-wrapper, .main-events-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .discover-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 50px 40px;
  }

  .link-block {
    padding: 15px;
    font-size: 18px;
  }

  .footer-section {
    padding: 40px;
  }

  .footer-banner {
    background-position: 10% 0;
    background-size: 900px;
  }

  .calendar-illustration {
    width: 72px;
  }

  .image-14 {
    width: 85px;
  }

  .image-15 {
    width: 24px;
  }

  .link-mobile-text {
    display: none;
  }

  .more-gallery-mobile {
    color: #fff;
    background-color: #00000080;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Roboto Condensed, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    display: flex;
    position: absolute;
  }

  .illustration-bolt {
    width: 35px;
    top: 164px;
    right: 92.5px;
  }

  .illustration-flower {
    width: 54px;
    bottom: 104.5px;
    left: 68.5px;
  }

  .illustration-peace-sign {
    width: 35px;
    bottom: 182.5px;
    right: 14.5px;
  }

  .illustration-shooting-star {
    width: 71px;
    bottom: 127px;
    left: 21.5px;
  }

  .illustration-sparkle {
    width: 23px;
    top: 118px;
    left: 207px;
    right: 207px;
  }

  .heading-pattern {
    bottom: 16px;
  }

  .heading-pattern.mobile {
    width: 90%;
    bottom: -67px;
  }

  .heading-pattern.desktop {
    width: 90%;
    display: block;
    bottom: 0;
  }

  .filter_grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_sort-by {
    font-family: Roboto Condensed, sans-serif;
  }

  .filter_column {
    padding: 15px;
    display: none;
  }

  .filter_header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .filter-heading {
    font-size: 1rem;
  }

  .nav_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .div-block-22 {
    width: 100%;
    bottom: 0;
  }

  .button-2 {
    color: #222;
    background-color: #fff;
    border: 2px solid #b5b7d7;
    border-radius: 12px;
    padding: 5px 15px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .button-2:focus {
    outline-offset: 2px;
    outline: 2px solid #b3475a;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    padding: 20px;
  }

  .youth-week-wa-logo {
    max-width: 84px;
  }

  .header-section {
    background-image: url('../images/banner-pattern.svg'), linear-gradient(#0000, #0000);
    background-size: 1100px, auto;
    height: 240px;
  }

  .hero-wrapper {
    width: 320px;
    min-width: 320px;
  }

  .main-header {
    filter: drop-shadow(3px 3px 2px #000000b3);
    width: 260px;
    top: 0;
  }

  .secondary-header {
    filter: drop-shadow(2px 2px 1px #000c);
    width: 140px;
  }

  .intro-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
  }

  .body {
    min-width: 320px;
  }

  .content-heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.centre {
    text-align: center;
  }

  .calendar-section {
    padding: 30px 30px 40px;
  }

  .heading-illustration-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content-heading-4 {
    font-size: 22px;
    line-height: 28px;
  }

  .ambassador-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 30px 40px;
  }

  .gallery-section {
    padding: 30px 30px 40px;
  }

  .content-wrapper, .main-events-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .discover-section {
    padding: 20px 20px 30px;
  }

  .link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 16px;
  }

  .link-block.external {
    flex-flow: row;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .flags.desktop {
    width: 280px;
    max-width: 100%;
    display: block;
  }

  .flags.mobile {
    display: none;
  }

  .footer-banner {
    background-size: 740px;
    height: 100px;
  }

  .icon-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 36px;
    display: flex;
  }

  .icon-wrapper.large {
    width: 36px;
  }

  .calendar-illustration {
    width: 57px;
  }

  .image-14 {
    width: 70px;
  }

  .link-mobile-text {
    display: block;
  }

  .link-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-desktop-text {
    display: none;
  }

  .illustration-bolt {
    width: 23px;
    top: 112px;
    right: 65.5px;
  }

  .illustration-flower {
    width: 35px;
    bottom: 82.5px;
    left: 49.5px;
  }

  .illustration-peace-sign {
    width: 23px;
    bottom: 134.5px;
    right: 13.5px;
  }

  .illustration-shooting-star {
    width: 47px;
    bottom: 99px;
    left: 14.5px;
  }

  .illustration-sparkle {
    width: 15px;
    top: 83px;
    left: 139px;
    right: 139px;
  }

  .heading-pattern {
    bottom: 21px;
  }

  .heading-pattern.mobile {
    width: 260px;
    display: block;
    bottom: -7px;
  }

  .heading-pattern.desktop {
    display: none;
  }

  .filter_grid {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .content-heading-5.name {
    line-height: 30px;
  }

  .find-out-more {
    position: static;
  }

  .buttons-wrapper {
    flex-flow: wrap-reverse;
  }

  .div-block-22 {
    bottom: 0;
  }

  .disclaimer.centre {
    text-align: center;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

#w-node-_52ec9f12-262a-f944-94c9-7574108cfa3b-0bc2f99e, #w-node-c7e231ae-81fc-aa5a-c190-5a4d687dc250-0bc2f99e, #w-node-baad7f3e-4b23-cc90-3bc9-2cc16829da79-0bc2f99e, #w-node-_023c9131-328b-65df-0cc9-df61b4a6125e-0bc2f99e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c60d5410-81b7-9799-cf01-7e963bad8091-0bc2f99e, #w-node-c7e231ae-81fc-aa5a-c190-5a4d687dc250-0bc2f99e, #w-node-baad7f3e-4b23-cc90-3bc9-2cc16829da79-0bc2f99e, #w-node-_023c9131-328b-65df-0cc9-df61b4a6125e-0bc2f99e, #w-node-_49870857-91c8-5915-7c21-59ab2d9450ac-0bc2f99e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


