@import url("https://use.typekit.net/gnz7dtq.css");
.custom-icon.phone:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e801";
}

.custom-icon.fax:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f1ac";
}

.custom-icon.email:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e802";
}

.custom-icon.website:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e808";
}

.custom-icon.address:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f031";
}

.custom-icon.arrow:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e806";
}

.custom-icon.long-arrow:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e813";
}

.custom-icon.right-arrow:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e815";
}

.custom-icon.search:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e804";
}

.custom-icon.cart:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e80a";
}

.custom-icon.user:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e814";
}

.custom-icon.facebook:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f09a";
}

.custom-icon.instagram:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f16d";
}

.custom-icon.twitter:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f099";
}

.custom-icon.youtube:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f16a";
}

.custom-icon.linkedin:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\f0e1";
}

.p0 {
  padding: 0;
}

.p1 {
  padding: 1em;
}

.p2,
.p3,
.p4 {
  padding: 2em;
}

.p5,
.p6 {
  padding: 3em;
}

.pb {
  padding-bottom: 2em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-half {
  padding-bottom: 2em;
}

.pb-huge {
  padding-bottom: 3em;
}

.pt {
  padding-top: 2em;
}

.pt-half {
  padding-top: 2em;
}

.pt-huge {
  padding-top: 3em;
}

.ptb-1 {
  padding-bottom: 1em;
  padding-top: 1em;
}

.ptb-2 {
  padding-bottom: 2em;
  padding-top: 2em;
}

.ptb-3,
.ptb-4,
.ptb-4,
.ptb-5,
.ptb-6,
.ptb-7,
.ptb-8 {
  padding-bottom: 3em;
  padding-top: 3em;
}

.plr-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.plr-2,
.plr-3,
.plr-4,
.plr-5 {
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (min-width: 768px) {
  .pr {
    padding-right: 20%;
  }
  .pr-40 {
    padding-right: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .pb {
    padding-bottom: 4em;
  }
  .pb-huge {
    padding-bottom: 6em;
  }
  .pl {
    padding-left: 20%;
  }
  .pr {
    padding-right: 20%;
  }
  .pr-40 {
    padding-right: 20%;
  }
  .pt {
    padding-top: 4em;
  }
  .pt-huge {
    padding-top: 6em;
  }
  .plr-3 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .ptb-4 {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .ptb-5,
  .ptb-6,
  .ptb-7,
  .ptb-8 {
    padding-bottom: 5em;
    padding-top: 5em;
  }
}
@media only screen and (min-width: 1440px) {
  .p3 {
    padding: 3em;
  }
  .p4 {
    padding: 4em;
  }
  .p5 {
    padding: 5em;
  }
  .p6 {
    padding: 6em;
  }
  .plr-4 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .plr-5 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .ptb-6 {
    padding-bottom: 6em;
    padding-top: 6em;
  }
  .ptb-7 {
    padding-bottom: 7em;
    padding-top: 7em;
  }
  .ptb-8 {
    padding-bottom: 8em;
    padding-top: 8em;
  }
}
@media only screen and (min-width: 1600px) {
  .pb {
    padding-bottom: 6em;
  }
  .pb-huge {
    padding-bottom: 10em;
  }
  .pb-half {
    padding-bottom: 3em;
  }
  .pt {
    padding-top: 6em;
  }
  .pt-huge {
    padding-top: 10em;
  }
  .pt-half {
    padding-top: 3em;
  }
  .pr-40 {
    padding-right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .m-p {
    padding: 2em 0;
  }
  .m-no-gap {
    gap: 0 !important;
  }
}
.mb {
  margin-bottom: 2em;
}

.mt {
  margin-top: 2em;
}

.m0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.br-30 {
  border-radius: 30px;
}
.br-30 img {
  border-radius: 30px;
}

.br-50 {
  border-radius: 50px;
}
.br-50 img {
  border-radius: 50px;
}

.br-bl {
  border-bottom-left-radius: 50%;
}
.br-bl img {
  border-bottom-left-radius: 50%;
}

.br-br {
  border-bottom-right-radius: 50%;
}
.br-br img {
  border-bottom-right-radius: 50%;
}

.br-tl {
  border-top-left-radius: 50%;
}
.br-tl img {
  border-top-left-radius: 50%;
}

.br-tr {
  border-top-right-radius: 50%;
}
.br-tr img {
  border-top-right-radius: 50%;
}

.br-rb {
  border-radius: 0 0 500px 500px;
}
.br-rb img {
  border-radius: 0 0 500px 500px;
}

.br-rl {
  border-radius: 500px 0 0 500px;
}
.br-rl img {
  border-radius: 500px 0 0 500px;
}

.br-rr {
  border-radius: 0 500px 500px 0;
}
.br-rr img {
  border-radius: 0 500px 500px 0;
}

.br-rt {
  border-radius: 30px 30px 0 0;
}
.br-rt img {
  border-radius: 500px 500px 0 0;
}

.br-rt-30 {
  border-radius: 30px 30px 0 0;
}
.br-rt-30 img {
  border-radius: 30px 30px 0 0;
}

.br-rr-30 {
  border-radius: 0 30px 30px 0;
}
.br-rr-30 img {
  border-radius: 0 30px 30px 0;
}

.br-rb-30 {
  border-radius: 0 0 30px 30px;
}
.br-rb-30 img {
  border-radius: 0 0 30px 30px;
}

.br-rl-30 {
  border-radius: 30px 0 0 30px;
}
.br-rl-30 img {
  border-radius: 30px 0 0 30px;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?13742940");
  src: url("../font/fontello.eot?13742940#iefix") format("embedded-opentype"), url("../font/fontello.woff?13742940") format("woff"), url("../font/fontello.ttf?13742940") format("truetype"), url("../font/fontello.svg?13742940#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
#alert-banner {
  background: #ECF7FC;
  margin: 0;
  padding: 1rem 0;
}
#alert-banner a {
  display: block;
  text-decoration: none;
}
#alert-banner a .heading {
  color: #ffffff;
  margin-bottom: 1rem;
}
#alert-banner a p {
  color: #ffffff;
  margin-top: 0;
}

.news-section h2,
.events-section h2 {
  color: #000000;
}
.news-section h3,
.events-section h3 {
  color: #ECF7FC;
}

.front-page .news-section h2,
.front-page .events-section h2 {
  color: #000000;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .front-page .news-section .btn-primary,
  .front-page .events-section .btn-primary {
    display: none;
  }
}

.news-section.archive {
  background: #F6F9E0 !important;
}
.news-section.archive .article a .content {
  background: #ffffff;
}
.news-section.archive .article a .content h3,
.news-section.archive .article a .content p,
.news-section.archive .article a .content span,
.news-section.archive .article a .content strong {
  color: #000000;
}
.news-section.archive .article a:hover .content, .news-section.archive .article a:active .content, .news-section.archive .article a:focus-within .content, .news-section.archive .article a:focus .content {
  background: #000000;
}
.news-section.archive .article a:hover .content h3,
.news-section.archive .article a:hover .content p,
.news-section.archive .article a:hover .content span,
.news-section.archive .article a:hover .content strong, .news-section.archive .article a:active .content h3,
.news-section.archive .article a:active .content p,
.news-section.archive .article a:active .content span,
.news-section.archive .article a:active .content strong, .news-section.archive .article a:focus-within .content h3,
.news-section.archive .article a:focus-within .content p,
.news-section.archive .article a:focus-within .content span,
.news-section.archive .article a:focus-within .content strong, .news-section.archive .article a:focus .content h3,
.news-section.archive .article a:focus .content p,
.news-section.archive .article a:focus .content span,
.news-section.archive .article a:focus .content strong {
  color: #ffffff;
}

.events-section {
  background: #efefef;
}

.archive:not(.woocommerce) {
  background: #efefef;
}
.archive:not(.woocommerce) .article a {
  transition: all 0.2s ease-in-out;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  background: #ffffff;
  color: #000000;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.archive:not(.woocommerce) .article a .content {
  color: #000000;
  height: 100%;
}
.archive:not(.woocommerce) .article a h3 {
  color: #ECF7FC;
}
.archive:not(.woocommerce) .article a p {
  color: #000000;
}
.archive:not(.woocommerce) .article a:hover, .archive:not(.woocommerce) .article a:active, .archive:not(.woocommerce) .article a:focus-within, .archive:not(.woocommerce) .article a:focus {
  background: #000000;
  text-decoration: none;
}
.archive:not(.woocommerce) .article a:hover .content,
.archive:not(.woocommerce) .article a:hover h3, .archive:not(.woocommerce) .article a:active .content,
.archive:not(.woocommerce) .article a:active h3, .archive:not(.woocommerce) .article a:focus-within .content,
.archive:not(.woocommerce) .article a:focus-within h3, .archive:not(.woocommerce) .article a:focus .content,
.archive:not(.woocommerce) .article a:focus h3 {
  color: #ffffff;
}
.archive:not(.woocommerce) .article a:hover p, .archive:not(.woocommerce) .article a:active p, .archive:not(.woocommerce) .article a:focus-within p, .archive:not(.woocommerce) .article a:focus p {
  color: #ffffff;
}
.archive:not(.woocommerce) .article a .content {
  box-sizing: border-box;
  width: 100%;
}
.archive:not(.woocommerce) .article a .img-fs {
  min-height: 260px;
  position: relative;
}
.archive:not(.woocommerce) .article a .img-fs .category,
.archive:not(.woocommerce) .article a .img-fs .date {
  background: #ffffff;
  border-radius: 10px;
  bottom: 20px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 1;
}
.archive:not(.woocommerce) .article a .img-fs .category .month,
.archive:not(.woocommerce) .article a .img-fs .date .month {
  color: #000000;
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.archive:not(.woocommerce) .article a .img-fs .date {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  background: #ffffff;
  color: #000000;
  left: 20px;
  right: auto;
}
.archive:not(.woocommerce) .article a .excerpt {
  flex: 1;
}

.single-news img {
  display: inline-block;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .front-page .archive .article:nth-child(3),
  .woocommerce-page .archive .article:nth-child(3) {
    display: none;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text,
.frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-to-content {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  position: fixed;
  color: #ECF7FC;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid;
  background-color: white;
  top: 0;
  left: calc(50% - 100px);
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
  transform: translateY(-100px);
  padding: 1.8rem 2.5rem;
  opacity: 0;
  outline: none;
  z-index: 99999;
}
.skip-to-content:focus {
  opacity: 1;
  transform: translateY(70px);
}

.skip-to-target {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  outline: none !important;
  box-shadow: none !important;
}

.admin-bar .skip-to-content {
  top: 56px;
}
@media screen and (min-width: 783px) {
  .admin-bar .skip-to-content {
    top: 42px;
  }
}

.breadcrumbs .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0;
  padding: 3em 0 0;
}
.breadcrumbs .breadcrumb li {
  color: #ECF7FC;
}
.breadcrumbs .breadcrumb li > a {
  transition: all 0.2s ease-in-out;
  border-bottom: none;
  color: #000000;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.breadcrumbs .breadcrumb li > a:hover, .breadcrumbs .breadcrumb li > a:active, .breadcrumbs .breadcrumb li > a:focus-within, .breadcrumbs .breadcrumb li > a:focus {
  text-decoration: underline dashed;
}
.breadcrumbs .breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0 0.5rem;
  color: #ECF7FC;
}

.btn-primary,
input[type=submit].btn-primary {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus-within, .btn-primary:focus,
input[type=submit].btn-primary:hover,
input[type=submit].btn-primary:active,
input[type=submit].btn-primary:focus-within,
input[type=submit].btn-primary:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}

.btn-secondary {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #000000;
  border: 1px solid #000000;
  color: #F6F9E0;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus-within, .btn-secondary:focus {
  background: #F6F9E0;
  color: #000000;
}

.btn-white {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #ECF7FC;
}
.btn-white:hover, .btn-white:active, .btn-white:focus-within, .btn-white:focus {
  background: #ECF7FC;
  color: #ffffff;
}

.btn-black {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus-within, .btn-black:focus {
  background: #ffffff;
  color: #000000;
}

.btn-banner {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #F6F9E0;
  text-decoration: none;
}
.btn-banner:hover, .btn-banner:active, .btn-banner:focus-within, .btn-banner:focus {
  background: #F6F9E0;
  color: #ffffff;
}

.subscribe-button {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
}
.subscribe-button:hover, .subscribe-button:active, .subscribe-button:focus-within, .subscribe-button:focus {
  background: #ffffff;
}

.btn-panel {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-panel:hover, .btn-panel:active, .btn-panel:focus-within, .btn-panel:focus {
  background: #ffffff;
  color: #000000 !important;
}

.btn-cta {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-cta:hover, .btn-cta:active, .btn-cta:focus-within, .btn-cta:focus {
  background: #ffffff;
  color: #000000 !important;
}

@media only screen and (min-width: 1500px) {
  .btn-icon {
    align-items: center;
    display: flex;
    gap: 1em;
  }
  .btn-icon i:after {
    display: inline-block;
  }
}

.circle-links {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.circle-links a {
  align-items: center;
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 5rem;
  color: #000000 !important;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 2.5rem;
  font-size: 1.75rem;
  text-decoration: none !important;
  width: 2.5rem;
}
.circle-links a:hover, .circle-links a:active, .circle-links a:focus-within, .circle-links a:focus {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff !important;
  text-decoration: none;
}

@media only screen and (min-width: 1500px) {
  #site-header .btn-header {
    transition: all 0.2s ease-in-out;
    align-items: flex-start;
    border: 0 none;
    border-radius: 50em;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    padding: 2rem 3.5rem;
    position: relative;
    text-decoration: none;
    width: auto;
    background: #ECF7FC;
    border: 1px solid #ECF7FC;
    color: #F6F9E0;
    font-size: 1rem;
    padding: 1.25rem 1.75rem;
    text-decoration: none;
  }
  #site-header .btn-header:hover, #site-header .btn-header:active, #site-header .btn-header:focus-within, #site-header .btn-header:focus {
    background: #F6F9E0;
    color: #ECF7FC;
  }
}
@media only screen and (min-width: 1600px) {
  #site-header .btn-header {
    padding: 1.25rem 2.75rem;
  }
}

.category-filter {
  height: 100px;
  margin-bottom: 1rem;
  position: relative;
}
.category-filter ul {
  border-radius: 45px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: 280px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.category-filter ul li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
}
.category-filter ul li a {
  background-color: white;
  color: #000000;
  display: block;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 1.9rem;
  text-decoration: none !important;
}
.category-filter ul li:hover a, .category-filter ul li:active a, .category-filter ul li:focus-within a, .category-filter ul li:focus a {
  background-color: #ECF7FC;
  box-shadow: none;
  color: #000000;
}
.category-filter ul li:not(.active) {
  display: none;
}
.category-filter ul li.active a {
  background: #ECF7FC;
  border-radius: 45px;
  color: #000000;
}
.category-filter ul:hover li, .category-filter ul:active li, .category-filter ul:focus-within li, .category-filter ul:focus li {
  display: block !important;
}
.category-filter ul:hover li a, .category-filter ul:active li a, .category-filter ul:focus-within li a, .category-filter ul:focus li a {
  border-radius: 0;
  padding: 1rem 1rem 1rem 1.9rem;
}
.category-filter ul:hover li:first-child a, .category-filter ul:active li:first-child a, .category-filter ul:focus-within li:first-child a, .category-filter ul:focus li:first-child a {
  border-radius: 30px 30px 0 0;
  padding: 1rem 1rem 1rem 1.9rem;
}
.category-filter ul:hover li:last-child a, .category-filter ul:active li:last-child a, .category-filter ul:focus-within li:last-child a, .category-filter ul:focus li:last-child a {
  border-radius: 0 0 30px 30px;
}
.category-filter ul:after {
  transition: all 0.2s ease-in-out;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  color: #000000;
  content: "\e806";
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 3;
}
.category-filter ul:hover:after, .category-filter ul:active:after, .category-filter ul:focus-within:after, .category-filter ul:focus:after {
  transform: rotate(-180deg);
}

#comments {
  border-top: 1px solid #eee;
  padding-top: 3rem;
  margin-top: 3rem;
}
#comments a:not(#submit):hover, #comments a:not(#submit):active, #comments a:not(#submit):focus-within, #comments a:not(#submit):focus {
  border-bottom: 1px solid;
}
#comments .required-field-message {
  position: relative;
}
#comments .required-field-message .required {
  position: static !important;
}
#comments .comments-title {
  font-size: 1.4rem;
  font-weight: 700;
}
#comments .comment-list {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}
#comments .comment-list .comment {
  background: #F8F8F8;
  border-bottom: 1px solid white;
  padding: 2em;
}
#comments .comment-list .comment:last-child {
  border-bottom: 0 none;
}
#comments .comment-list .comment-metadata {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
#comments .comment-list li .comment-content p {
  margin: 1rem 0;
}
#comments .comment-list li #respond {
  padding-left: 1rem;
  margin: 1rem 0 3rem;
}
#comments .comment-list li #respond #reply-title {
  margin: 0;
}
#comments .comment-list li #respond #reply-title small {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  font-size: 1rem;
  margin-left: 2rem;
}
#comments .comment-list li #respond #reply-title small #cancel-comment-reply-link {
  color: rgba(255, 0, 0, 0.8);
}
#comments .comment-list li #respond #reply-title small #cancel-comment-reply-link:hover, #comments .comment-list li #respond #reply-title small #cancel-comment-reply-link:active, #comments .comment-list li #respond #reply-title small #cancel-comment-reply-link:focus-within, #comments .comment-list li #respond #reply-title small #cancel-comment-reply-link:focus {
  border-bottom-color: rgba(255, 0, 0, 0.8);
}
#comments .comment-meta {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 6fr;
}
#comments .comment-meta img {
  border-radius: 100%;
  margin-bottom: 1em;
}
#comments #commentform > p {
  margin: 0 0 1rem;
}
#comments #commentform > p:not(.comment-form-cookies-consent):not(.comment-notes):not(.form-submit):not(.logged-in-as) {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  flex-direction: column;
  position: relative;
}
#comments #commentform > p .required {
  color: rgba(255, 0, 0, 0.8);
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 25px;
}
#comments #commentform .comment-form-cookies-consent input {
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 1280px) {
  #comments #commentform .comment-form-cookies-consent {
    align-items: unset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
#comments #commentform #submit {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
  cursor: pointer;
  padding: 0.8rem 1.6rem;
  margin-top: 0;
}
#comments #commentform #submit:hover, #comments #commentform #submit:active, #comments #commentform #submit:focus-within, #comments #commentform #submit:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}
#comments #reply-title {
  font-size: 1.3rem;
  font-weight: 700;
}

#contact-form {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  flex-direction: column;
}
#contact-form label {
  font-weight: 300;
}
#contact-form input,
#contact-form textarea {
  color: #F6F9E0;
  outline: none;
  background-color: white;
  width: 100%;
  padding: 1.2rem 1.4rem;
}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #ECF7FC;
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #ECF7FC;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #ECF7FC;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #ECF7FC;
}
#contact-form input::-ms-input-placeholder,
#contact-form textarea::-ms-input-placeholder {
  color: #ECF7FC;
}
#contact-form input:focus::placeholder,
#contact-form textarea:focus::placeholder {
  opacity: 0;
}
#contact-form .label-input-wrapper {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  margin-bottom: 1.5rem;
}
#contact-form .label-input-wrapper:last-child {
  margin-bottom: 0;
}
#contact-form .form-submit {
  transition: all 0.2s ease-in-out;
  color: white;
  background-color: #ECF7FC;
  padding: 1rem;
}
#contact-form .form-submit:hover, #contact-form .form-submit:active, #contact-form .form-submit:focus-within, #contact-form .form-submit:focus {
  background-color: #F6F9E0;
}

.tribe-common * {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  font-smoothing: initial;
  margin: 0;
  padding: 0;
}

.tribe-common p,
.tribe-common ul,
.tribe-common li,
.tribe-common td,
.tribe-events-content p,
.tribe-events-content ul,
.tribe-events-content li,
.tribe-events-content td {
  -webkit-font-smoothing: initial;
  font-size: 1.125rem;
  font-smoothing: initial;
  line-height: 1.8rem;
}
.tribe-common .sidebar .tribe-events-widget-events-list__view-more-link,
.tribe-common .sidebar .frm_button_submit,
.tribe-events-content .sidebar .tribe-events-widget-events-list__view-more-link,
.tribe-events-content .sidebar .frm_button_submit {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
  padding: 1rem 1.5rem;
}
.tribe-common .sidebar .tribe-events-widget-events-list__view-more-link:hover, .tribe-common .sidebar .tribe-events-widget-events-list__view-more-link:active, .tribe-common .sidebar .tribe-events-widget-events-list__view-more-link:focus-within, .tribe-common .sidebar .tribe-events-widget-events-list__view-more-link:focus,
.tribe-common .sidebar .frm_button_submit:hover,
.tribe-common .sidebar .frm_button_submit:active,
.tribe-common .sidebar .frm_button_submit:focus-within,
.tribe-common .sidebar .frm_button_submit:focus,
.tribe-events-content .sidebar .tribe-events-widget-events-list__view-more-link:hover,
.tribe-events-content .sidebar .tribe-events-widget-events-list__view-more-link:active,
.tribe-events-content .sidebar .tribe-events-widget-events-list__view-more-link:focus-within,
.tribe-events-content .sidebar .tribe-events-widget-events-list__view-more-link:focus,
.tribe-events-content .sidebar .frm_button_submit:hover,
.tribe-events-content .sidebar .frm_button_submit:active,
.tribe-events-content .sidebar .frm_button_submit:focus-within,
.tribe-events-content .sidebar .frm_button_submit:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}

#tribe-events-pg-template,
.tribe-events-view:not(.tribe-events-widget) {
  padding: 2em 0;
}
@media only screen and (min-width: 768px) {
  #tribe-events-pg-template,
  .tribe-events-view:not(.tribe-events-widget) {
    padding: 6em 0 3em;
  }
}
@media only screen and (min-width: 1024px) {
  #tribe-events-pg-template,
  .tribe-events-view:not(.tribe-events-widget) {
    padding: 7em 0 4em;
  }
}

.sidebar .tribe-compatibility-container {
  margin: 2em 0 4em;
}
.sidebar .tribe-compatibility-container a {
  font-size: 1.125rem;
}
.sidebar .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link,
.sidebar .tribe-compatibility-container .tribe-events-widget .frm_button_submit {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
  padding: 1rem 1.5rem;
}
.sidebar .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover, .sidebar .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active, .sidebar .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus-within, .sidebar .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,
.sidebar .tribe-compatibility-container .tribe-events-widget .frm_button_submit:hover,
.sidebar .tribe-compatibility-container .tribe-events-widget .frm_button_submit:active,
.sidebar .tribe-compatibility-container .tribe-events-widget .frm_button_submit:focus-within,
.sidebar .tribe-compatibility-container .tribe-events-widget .frm_button_submit:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}
.sidebar .tribe-compatibility-container .tribe-event-date-start {
  font-size: 0.95rem;
}
.sidebar .tribe-compatibility-container .tribe-events-widget-events-list__event-date-tag-month {
  font-size: 0.8rem !important;
}
.sidebar .tribe-compatibility-container .tribe-events-widget-events-list__event-date-tag-daynum {
  font-size: 1.8rem !important;
}

#tribe-events-pg-template {
  margin: 0 auto;
  max-width: 1600px;
  width: 90%;
}

.tribe-common .tribe-common-l-container,
.single-tribe_events .tribe-common-l-container,
.tribe-events .tribe-common-l-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 !important;
  width: 90%;
}

#tribe-events-footer .tribe-events-sub-nav {
  padding: 0;
}

.tribe-events-content {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
}
.tribe-events-content h1,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  font-family: karla, sans-serif;
  font-weight: 300;
}
.tribe-events-content blockquote:before {
  content: "\e807";
}
.tribe-events-content blockquote:after {
  display: none;
}

.tribe-events-calendar-list__event-title-link {
  font-family: karla, sans-serif;
  font-weight: 300;
}

.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-search__button,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden,
.tribe-common-b2.tribe-common-b1--min-medium,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  align-items: center;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  width: auto;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:before, .tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:after,
.tribe-events .tribe-events-c-search__button:before,
.tribe-events .tribe-events-c-search__button:after,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:before,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:after,
.tribe-common-b2.tribe-common-b1--min-medium:before,
.tribe-common-b2.tribe-common-b1--min-medium:after,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:before,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:after {
  display: none;
}
.tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover, .tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:active, .tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-common .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-search__button:active,
.tribe-events .tribe-events-c-search__button:focus-within,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:hover,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:active,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:focus-within,
.tribe-common .tribe-common-c-btn-border-small.tribe-common-a11y-hidden:focus,
.tribe-common-b2.tribe-common-b1--min-medium:hover,
.tribe-common-b2.tribe-common-b1--min-medium:active,
.tribe-common-b2.tribe-common-b1--min-medium:focus-within,
.tribe-common-b2.tribe-common-b1--min-medium:focus,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:hover,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:active,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:focus-within,
.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:focus {
  background: #ffffff;
  color: #ECF7FC !important;
}

.tribe-common-b2:disabled {
  color: #ccc !important;
}
.tribe-common-b2:disabled:hover {
  background: none !important;
  color: #ccc !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  min-width: 210px;
}

.tribe-events-calendar-list__event-featured-image {
  aspect-ratio: 1/1;
  border-radius: 30px;
  object-fit: cover;
}

.tribe-events-calendar-month__day.tribe-events-calendar-month__day--current button {
  background: white;
  color: #ffffff;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events-calendar-month__day-cell--selected,
.day.active {
  background-color: #ECF7FC !important;
  color: #ffffff !important;
}

.tribe-events-calendar-month__day--current,
.tribe-events-calendar-month__day-cell--selected {
  background-color: #ECF7FC !important;
}
.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum,
.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
  color: #ffffff !important;
}

.tribe-events-single-section.tribe-events-event-meta.primary {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tribe-events-event-meta {
  width: 100% !important;
}
.tribe-events-event-meta a {
  color: #000000 !important;
}

.tribe-events-meta-group.tribe-events-meta-group-details,
.tribe-events-meta-group.tribe-events-meta-group-organizer,
.tribe-events-meta-group.tribe-events-meta-group-venue,
.tribe-events-meta-group.tribe-events-meta-group-gmap {
  background: #efefef;
  margin: 0;
  padding: 2em;
  width: 100% !important;
}

.tribe-events-venue-map {
  width: 100% !important;
}

.tribe-events-single-event-title,
.tribe-events-back,
.tribe-events-event-image,
.tribe-events-schedule {
  display: none;
}

.single-tribe_events .banner p {
  font-size: 1.5rem;
}

.tribe-events-sub-nav {
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .tribe-events-sub-nav {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  .tribe-events-single {
    padding-right: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .tribe-events-single {
    padding-right: 40%;
  }
}

.key2-faqs.type-accordion .faq-list {
  position: relative;
}
.key2-faqs.type-accordion .accordion-item {
  list-style: none;
  border-bottom: 1px solid #000000;
}
.key2-faqs.type-accordion .accordion-item button {
  transition: all 0.2s ease-in-out;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #F6F9E0;
  position: relative;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 1.2rem;
  outline: none;
  overflow: hidden;
  width: 100%;
}
.key2-faqs.type-accordion .accordion-item button:after {
  transition: all 0.2s ease-in-out;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: "\e806";
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 12px;
  color: #000000;
  backface-visibility: hidden;
  padding: 0.5rem;
}
.key2-faqs.type-accordion .accordion-item button:hover, .key2-faqs.type-accordion .accordion-item button:active, .key2-faqs.type-accordion .accordion-item button:focus-within, .key2-faqs.type-accordion .accordion-item button:focus {
  color: #ffffff;
  background-color: #ECF7FC;
}
.key2-faqs.type-accordion .accordion-item button:hover:after, .key2-faqs.type-accordion .accordion-item button:active:after, .key2-faqs.type-accordion .accordion-item button:focus-within:after, .key2-faqs.type-accordion .accordion-item button:focus:after {
  color: #ffffff;
}
.key2-faqs.type-accordion .accordion-item.open button {
  color: #ffffff;
  background-color: #ECF7FC;
}
.key2-faqs.type-accordion .accordion-item.open button:after {
  color: #ffffff;
  transform: rotate(-180deg);
}
.key2-faqs.type-accordion dd {
  border-bottom: 1px solid #000000;
  background: #F6F9E0;
  display: none;
  margin: 0;
  padding: 0.5rem 1.2rem 0.5rem;
}
.key2-faqs.type-accordion dd p {
  color: #000000;
  max-width: 100%;
  margin: 1em 0;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

label,
.frm_primary_label {
  display: none;
}

input:not([type=checkbox]):not([type=range]),
textarea {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  background: #ffffff;
  border: 1px solid #BFC3C8;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0.5em 0;
  max-width: 100%;
  padding: 1.5rem 1rem;
  width: 100%;
}

.frm_error,
.frm_error_style {
  color: rgba(255, 0, 0, 0.8);
  margin: -10px 0 0;
  padding: 0 0 20px;
}

.frm_submit {
  position: relative;
}
.frm_submit button {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
}
.frm_submit button:hover, .frm_submit button:active, .frm_submit button:focus-within, .frm_submit button:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}

.overlay {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  margin: 2em 0;
  max-width: 1440px;
  overflow: hidden;
  width: 100%;
}

.gallery-slider {
  position: relative;
}
.gallery-slider .gallery-main-wrap {
  position: relative;
  background-color: gray;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .gallery-main-wrap .gallery-main .slick-list .caption {
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.gallery-slider .gallery-main {
  transition: all 0.2s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
  -ms-touch-action: unset;
  touch-action: unset;
}
.gallery-slider .gallery-main.slick-initialized {
  display: block;
  opacity: 1;
  visibility: visible;
}
.gallery-slider .gallery-main img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.gallery-slider .gallery-main .caption {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  display: flex;
  align-items: center;
  position: absolute;
  color: #000000;
  font-size: 1.1rem;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  background-color: rgba(236, 247, 252, 0.85);
  min-height: 42px;
  padding: 8px 100px 8px 15px;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .gallery-slider .gallery-main .caption {
    display: flex;
    min-height: 30px;
    padding: 8px 140px 12px 20px;
  }
}

.nav-controls {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
.nav-controls .nav-button {
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: none;
  background-color: white;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  padding: 0;
  margin: 0;
}
.nav-controls .nav-button:hover:not(.slick-disabled), .nav-controls .nav-button:active:not(.slick-disabled), .nav-controls .nav-button:focus-within:not(.slick-disabled), .nav-controls .nav-button:focus:not(.slick-disabled) {
  background-color: #ECF7FC;
}
.nav-controls .nav-button:hover:not(.slick-disabled):before, .nav-controls .nav-button:active:not(.slick-disabled):before, .nav-controls .nav-button:focus-within:not(.slick-disabled):before, .nav-controls .nav-button:focus:not(.slick-disabled):before {
  color: #000000;
}
.nav-controls .nav-button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  content: "\e806";
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 12px;
  padding: 1px;
  margin: auto;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.nav-controls .nav-button.prev {
  border-radius: 10px 0 0 10px;
  outline: none;
}
.nav-controls .nav-button.prev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  transform: rotate(90deg);
  content: "\e806";
  font-weight: bold;
}
.nav-controls .nav-button.next {
  border-radius: 0 10px 10px 0;
  outline: none;
}
.nav-controls .nav-button.next:before {
  transform: rotate(-90deg);
}
.nav-controls .nav-button .overlay {
  background-color: #efefef;
}
.nav-controls .nav-button.slick-disabled {
  pointer-events: none;
  background-color: white;
  outline: none;
}
.nav-controls .nav-button.slick-disabled .overlay {
  opacity: 0.75;
}
@media screen and (min-width: 560px) {
  .nav-controls .nav-button {
    width: 50px;
    height: 50px;
  }
}

.gallery-thumbs {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: calc(10px * 2) 0 0 0;
}
.gallery-thumbs.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.gallery-thumbs .slick-track {
  margin: 0;
}
.gallery-thumbs .thumb-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}
.gallery-thumbs .thumb-slide .ratio-sizer {
  display: block;
  padding-top: 56.25%;
}
.gallery-thumbs .thumb-slide .overlay {
  transition: all 0.2s ease-in-out;
  background-color: white;
  opacity: 0.5;
}
.gallery-thumbs .thumb-slide.slick-current .overlay {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .gallery-thumbs {
    display: block;
  }
}

.generic-form {
  background: #ffffff;
  color: #000000;
}
.generic-form h2 {
  color: #000000;
}
.generic-form label {
  color: #000000 !important;
}
.generic-form button {
  background: #ECF7FC !important;
  border: 1px solid #ECF7FC !important;
  color: #F6F9E0 !important;
}
.generic-form button:hover, .generic-form button:active, .generic-form button:focus-within, .generic-form button:focus {
  background: #F6F9E0 !important;
  color: #ECF7FC !important;
}

.img-fill {
  position: relative;
}
.img-fill img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.img-1-1 img {
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.img-3-2 img {
  aspect-ratio: 3/2;
  display: block;
  object-fit: cover;
  object-position: top center;
  position: relative;
  width: 100%;
}

.img-sm {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.img-sm img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.img-fs {
  min-height: 260px;
  position: relative;
  width: 100%;
}
.img-fs img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.pagination {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  text-align: center;
}
.pagination a {
  transition: all 0.2s ease-in-out;
  background: white;
  border: 1px solid #000000;
  border-radius: 30px;
  display: inline-block;
  color: #000000 !important;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-decoration: none !important;
  width: 40px;
}
.pagination a:hover, .pagination a:active, .pagination a:focus-within, .pagination a:focus {
  background: #ECF7FC;
}
.pagination .current {
  background: #ECF7FC;
  border: 1px solid;
  border-radius: 30px;
  color: #000000;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.pagination .prev, .pagination .next {
  background: white;
  border: 1px solid #000000;
  color: #ECF7FC;
  font-weight: 700;
}
.pagination .prev .custom-icon:after, .pagination .next .custom-icon:after {
  font-size: 15px;
}
.pagination .prev .custom-icon {
  transform: rotate(90deg);
}
.pagination .next .custom-icon {
  transform: rotate(-90deg);
}

.search-form,
.woocommerce-product-search {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  background-color: #F8F8F8;
  border-radius: 100px;
  padding: 0 0.4rem;
}
.search-form input,
.woocommerce-product-search input {
  -webkit-box-flex: auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: auto;
  /* OLD - Firefox 19- */
  -webkit-flex: auto;
  /* Chrome */
  -ms-flex: auto;
  background-color: transparent;
  border: none;
  font-size: 14px;
  outline: none;
  height: 2rem;
  padding: 1rem;
}
.search-form input::-webkit-input-placeholder,
.woocommerce-product-search input::-webkit-input-placeholder {
  color: #ECF7FC;
}
.search-form input:-moz-placeholder,
.woocommerce-product-search input:-moz-placeholder {
  color: #ECF7FC;
}
.search-form input::-moz-placeholder,
.woocommerce-product-search input::-moz-placeholder {
  color: #ECF7FC;
}
.search-form input:-ms-input-placeholder,
.woocommerce-product-search input:-ms-input-placeholder {
  color: #ECF7FC;
}
.search-form input::-ms-input-placeholder,
.woocommerce-product-search input::-ms-input-placeholder {
  color: #ECF7FC;
}
.search-form input:focus::placeholder,
.woocommerce-product-search input:focus::placeholder {
  opacity: 0;
}
.search-form button,
.woocommerce-product-search button {
  background: none;
  border: 0 none;
  font-size: 14px;
  text-align: center;
  width: 60px;
}
.search-form .search-submit,
.woocommerce-product-search .search-submit {
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 0 0 35px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 35px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 35px;
  /* Chrome */
  -ms-flex: 0 0 35px;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  border-radius: 100px;
  border-color: transparent;
  color: #F6F9E0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.search-form .search-submit:hover, .search-form .search-submit:active, .search-form .search-submit:focus-within, .search-form .search-submit:focus,
.woocommerce-product-search .search-submit:hover,
.woocommerce-product-search .search-submit:active,
.woocommerce-product-search .search-submit:focus-within,
.woocommerce-product-search .search-submit:focus {
  background-color: #F6F9E0;
  color: #ECF7FC;
}

.search-results.container,
.search-no-results.container {
  flex-direction: column;
  padding-bottom: 2em;
}
@media only screen and (min-width: 1440px) {
  .search-results.container,
  .search-no-results.container {
    padding-bottom: 6em;
  }
}
.search-results ul,
.search-no-results ul {
  margin: 0;
  padding: 0;
}
.search-results .search-result,
.search-no-results .search-result {
  border-bottom: 1px solid #ECF7FC;
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
.search-results .search-result a,
.search-no-results .search-result a {
  text-decoration: none !important;
}
.search-results .search-result a:hover .arrow-button, .search-results .search-result a:active .arrow-button, .search-results .search-result a:focus-within .arrow-button, .search-results .search-result a:focus .arrow-button,
.search-no-results .search-result a:hover .arrow-button,
.search-no-results .search-result a:active .arrow-button,
.search-no-results .search-result a:focus-within .arrow-button,
.search-no-results .search-result a:focus .arrow-button {
  text-decoration: underline dashed !important;
}
.search-results .search-result a h3,
.search-no-results .search-result a h3 {
  margin: 0;
}
.search-results .search-result a p,
.search-no-results .search-result a p {
  margin: 1em 0;
}

.slick-slider .slick-dots {
  bottom: -30px;
}
.slick-slider .slick-dots li button {
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
}
.slick-slider .slick-dots li button:before {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
}

.staff-list .staff-member {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
}
.staff-list .staff-member:last-child {
  border-bottom: 0 none;
}
.staff-list .staff-member .staff-member-inner {
  display: grid;
  gap: 4em;
}
@media only screen and (min-width: 768px) {
  .staff-list .staff-member .staff-member-inner {
    grid-template-columns: 1fr 2fr;
  }
}
.staff-list .staff-member .staff-member-inner img {
  aspect-ratio: 4/5;
  border-radius: 30px;
  object-fit: cover;
  object-position: top center;
}
.staff-list .staff-member .staff-member-inner .contact-details-wrapper h2,
.staff-list .staff-member .staff-member-inner .contact-details-wrapper p {
  margin: 1rem 0;
  max-width: 100%;
}
.staff-list .staff-member .staff-member-inner .contact-details-wrapper h2 {
  font-size: 1.75rem;
  line-height: 2.2rem;
  margin: 1rem 0 0.25rem;
}
.staff-list .staff-member .staff-member-inner .contact-details-wrapper .position {
  display: block;
  margin: 0;
}
.staff-list .staff-member .staff-member-inner .position {
  font-weight: 700;
}
.staff-list .staff-member:last-child .staff-member-inner {
  border-bottom: 0 none;
  padding: 0;
}
.staff-list .staff-member .social-section {
  margin: 0.5em 0;
  padding: 0;
}
.staff-list .staff-member .social-section .social {
  margin: 0;
  padding: 0;
}
.staff-list .staff-member .social-section a {
  border: 1px solid #ECF7FC;
  border-radius: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  width: 45px;
}
.staff-list .staff-member .social-section a:hover, .staff-list .staff-member .social-section a:active, .staff-list .staff-member .social-section a:focus-within, .staff-list .staff-member .social-section a:focus {
  background: #ECF7FC;
  color: white;
}

.top-fields,
.bottom-fields {
  display: flex;
  gap: 1em;
}
.top-fields .mc-field-group,
.bottom-fields .mc-field-group {
  width: 100%;
}
.top-fields input,
.top-fields button,
.bottom-fields input,
.bottom-fields button {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
.top-fields button,
.bottom-fields button {
  border-radius: 10px;
}

#ajax-processing {
  margin-top: 10px;
  display: none;
}

.newsletter-form .error {
  background: rgba(255, 0, 0, 0.8);
  border-radius: 5px;
  display: none;
  margin-bottom: 0;
  padding: 5px 10px;
}
.newsletter-form.error .error {
  display: block;
}
.newsletter-form .subscribe-success {
  background: green;
  border-radius: 10px;
  color: white;
  margin: 2rem 0 0;
  padding: 0.5rem 1rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin: 2em 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce .breadcrumbs,
.woocommerce .sidebar {
  display: none;
}
.woocommerce .site-main {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
.woocommerce .woocommerce-breadcrumb {
  color: #000000;
  font-size: 1rem;
  padding: 2em 0;
}
.woocommerce .woocommerce-breadcrumb a {
  transition: all 0.2s ease-in-out;
  border-bottom: none;
  color: #ECF7FC;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:active, .woocommerce .woocommerce-breadcrumb a:focus-within, .woocommerce .woocommerce-breadcrumb a:focus {
  text-decoration: underline dashed;
}
.woocommerce .woocommerce-ordering {
  height: 100px;
  margin: 0 0 4rem;
  position: relative;
}
.woocommerce .woocommerce-ordering select {
  background-color: #ECF7FC;
  border: 0 none;
  border-radius: 20px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  color: #000000;
  cursor: pointer;
  font-size: 1.1rem;
  max-width: 360px;
  margin: 0;
  padding: 1rem;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1.25em + 2px), calc(100% - 15px) calc(1.25em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-ordering select:hover, .woocommerce .woocommerce-ordering select:active, .woocommerce .woocommerce-ordering select:focus-within, .woocommerce .woocommerce-ordering select:focus {
  transition: all 0.2s ease-in-out;
  background-color: white;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce #commentform input[type=submit]#submit,
.woocommerce .checkout-button,
.woocommerce a.button.alt {
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
  border: 0 none;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 2rem 3.5rem;
  position: relative;
  text-decoration: none;
  width: auto;
  background: #ECF7FC;
  border: 1px solid #ECF7FC;
  color: #F6F9E0;
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
.woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus-within, .woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus-within,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus-within,
.woocommerce button.button.alt:focus,
.woocommerce #commentform input[type=submit]#submit:hover,
.woocommerce #commentform input[type=submit]#submit:active,
.woocommerce #commentform input[type=submit]#submit:focus-within,
.woocommerce #commentform input[type=submit]#submit:focus,
.woocommerce .checkout-button:hover,
.woocommerce .checkout-button:active,
.woocommerce .checkout-button:focus-within,
.woocommerce .checkout-button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus-within,
.woocommerce a.button.alt:focus {
  background: #F6F9E0;
  color: #ECF7FC;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: #F6F9E0;
  color: #ECF7FC;
  opacity: 1;
  padding: 1rem 1.5rem;
}
.woocommerce ul.products {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr;
  margin: 0 auto 3rem;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto 6rem;
  }
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  transition: all 0.2s ease-in-out;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #efefef;
  border-radius: 30px;
  color: #ECF7FC;
  flex-direction: column;
  float: none;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100% !important;
}
.woocommerce ul.products li.product a {
  color: #ECF7FC;
}
.woocommerce ul.products li.product a:hover, .woocommerce ul.products li.product a:active, .woocommerce ul.products li.product a:focus-within, .woocommerce ul.products li.product a:focus {
  color: #efefef;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1/1;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link bdi {
  color: #ECF7FC;
  line-height: 1.75rem;
  padding: 0 1rem;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .star-rating {
  margin: 0 1rem;
}
.woocommerce ul.products li.product a.button {
  background: #ECF7FC;
  color: #efefef;
  margin: 0 auto 1rem 1rem;
}
.woocommerce ul.products li.product .added_to_cart {
  color: #ECF7FC;
  padding: 0 0 1rem;
}
.woocommerce ul.products li.product:hover, .woocommerce ul.products li.product:active, .woocommerce ul.products li.product:focus-within, .woocommerce ul.products li.product:focus {
  background: #ECF7FC;
  text-decoration: none;
}
.woocommerce ul.products li.product:hover h2,
.woocommerce ul.products li.product:hover bdi, .woocommerce ul.products li.product:active h2,
.woocommerce ul.products li.product:active bdi, .woocommerce ul.products li.product:focus-within h2,
.woocommerce ul.products li.product:focus-within bdi, .woocommerce ul.products li.product:focus h2,
.woocommerce ul.products li.product:focus bdi {
  color: #efefef;
}
.woocommerce ul.products li.product:hover a.button, .woocommerce ul.products li.product:active a.button, .woocommerce ul.products li.product:focus-within a.button, .woocommerce ul.products li.product:focus a.button {
  background: #efefef;
  color: #ECF7FC;
}
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:hover p.stars a::before,
.woocommerce ul.products li.product:hover .star-rating, .woocommerce ul.products li.product:active .added_to_cart,
.woocommerce ul.products li.product:active p.stars a::before,
.woocommerce ul.products li.product:active .star-rating, .woocommerce ul.products li.product:focus-within .added_to_cart,
.woocommerce ul.products li.product:focus-within p.stars a::before,
.woocommerce ul.products li.product:focus-within .star-rating, .woocommerce ul.products li.product:focus .added_to_cart,
.woocommerce ul.products li.product:focus p.stars a::before,
.woocommerce ul.products li.product:focus .star-rating {
  color: #efefef;
}
.woocommerce .stock.in-stock,
.woocommerce p.stars a::before,
.woocommerce .star-rating {
  color: #ECF7FC;
}
.woocommerce.single-product .amount {
  color: #000000;
  font-weight: bold;
}
.woocommerce.single-product .summary a {
  color: #000000;
}
.woocommerce.single-product .input-text.qty {
  margin: 0;
  margin-right: 0.5rem;
  padding: 0.77rem 1rem;
}
.woocommerce.single-product ul.products {
  margin: 0 auto;
  padding: 0 0 6rem;
}
.woocommerce.single-product aside {
  display: none;
}
.woocommerce .quantity .qty {
  min-width: 100px;
}
.woocommerce .coupon {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
}
.woocommerce .coupon #coupon_code,
.woocommerce .coupon button {
  width: 100%;
}
.woocommerce .coupon:before, .woocommerce .coupon:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .coupon {
    grid-template-columns: 2fr 1fr;
  }
}
.woocommerce .place-order:before, .woocommerce .place-order:after {
  display: none;
}
.woocommerce #place_order {
  min-width: 135px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .place-order {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: space-between;
  }
}
.woocommerce textarea {
  min-height: 180px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-grid;
  grid-template-columns: 1fr 4fr;
  margin-top: 8px;
}
.woocommerce label.checkbox {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce .wc-memberships-profile-fields-wrapper {
  background: #F6F9E0;
  border: 1px solid #ECF7FC;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
.woocommerce .wc-memberships-profile-fields-wrapper input,
.woocommerce .wc-memberships-profile-fields-wrapper textarea {
  background: white;
}
.woocommerce .form-row label:not(.checkbox) {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .woocommerce div.product div.images {
    width: 30%;
  }
  .woocommerce div.product div.summary {
    width: 64%;
  }
}
.woocommerce textarea {
  min-height: 100px;
}
.woocommerce input:not([type=checkbox]),
.woocommerce input:not([type=submit]),
.woocommerce textarea {
  padding: 1rem;
}

.tribe-events-c-breadcrumbs {
  display: none;
}

.cart-count {
  align-items: center;
  background: #F6F9E0;
  border-radius: 25px;
  color: #ECF7FC;
  display: inline-flex;
  font-size: 1.125rem;
  height: 25px;
  justify-content: center;
  text-align: center;
  width: 25px;
}

#coupon_code {
  line-height: 1.6rem;
  margin-right: 1rem;
  padding: 0.77rem 1rem;
}

#order_review_heading {
  margin-top: 2rem;
}

.woocommerce-page .pr-40 {
  padding-right: 0;
}
.woocommerce-page table {
  border: 0 none;
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce-cart .columns-2-1 {
  grid-template-columns: 1fr;
}

.woocommerce-checkout .columns-2-1:not(.layer-one, .layer-two),
.woocommerce-account .columns-2-1:not(.layer-one, .layer-two) {
  grid-template-columns: 1fr;
}
.woocommerce-checkout .wc-saved-payment-methods,
.woocommerce-account .wc-saved-payment-methods {
  padding: 0;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-account .woocommerce-SavedPaymentMethods-saveNew {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
}
.woocommerce-checkout #wc-stripe-payment-token-new,
.woocommerce-checkout #wc-stripe-new-payment-method,
.woocommerce-account #wc-stripe-payment-token-new,
.woocommerce-account #wc-stripe-new-payment-method {
  height: 20px;
  width: 20px;
}
.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-account .select2-container .select2-selection--single {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  background: #ffffff;
  border: 1px solid #BFC3C8;
  border-radius: 10px;
  box-shadow: none;
  height: 50px;
  padding: 1rem;
}
.woocommerce-checkout .select2-container .select2-selection--single:hover .select2-selection__rendered span, .woocommerce-checkout .select2-container .select2-selection--single:active .select2-selection__rendered span, .woocommerce-checkout .select2-container .select2-selection--single:focus-within .select2-selection__rendered span, .woocommerce-checkout .select2-container .select2-selection--single:focus .select2-selection__rendered span,
.woocommerce-account .select2-container .select2-selection--single:hover .select2-selection__rendered span,
.woocommerce-account .select2-container .select2-selection--single:active .select2-selection__rendered span,
.woocommerce-account .select2-container .select2-selection--single:focus-within .select2-selection__rendered span,
.woocommerce-account .select2-container .select2-selection--single:focus .select2-selection__rendered span {
  color: #000000;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-account .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce-checkout .select2-container--open .select2-selection__rendered,
.woocommerce-account .select2-container--open .select2-selection__rendered {
  color: #000000;
}
.woocommerce-checkout .select2-container--open .select2-selection__arrow:after,
.woocommerce-account .select2-container--open .select2-selection__arrow:after {
  color: #F6F9E0;
  transform: rotate(-180deg);
}

#payment {
  background: #ffffff;
}
#payment #payment_method_stripe {
  margin: 0 1em 0 2.5em;
  width: auto;
}
#payment .wc-payment-form {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 820px) {
  #payment .wc-payment-form {
    gap: 2em;
    grid-template-columns: 2fr 1fr 1fr;
  }
}
#payment .wc-payment-form .form-row {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#payment .wc-payment-form .form-row.form-row-wide {
  width: 100%;
}
#payment .wc-stripe-elements-field {
  border-radius: 10px;
  padding: 1rem;
}

html {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 0;
  overflow-x: hidden;
  background-color: white;
}

a:not(.btn-primary, .btn-secondary, .btn-white, .btn-black) {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: break-word;
}
a:not(.btn-primary, .btn-secondary, .btn-white, .btn-black):hover, a:not(.btn-primary, .btn-secondary, .btn-white, .btn-black):active, a:not(.btn-primary, .btn-secondary, .btn-white, .btn-black):focus-within, a:not(.btn-primary, .btn-secondary, .btn-white, .btn-black):focus {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4 {
  color: #000000;
  margin: 2rem 0;
}

p {
  color: #000000;
  margin: 2rem 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: karla, sans-serif;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.35rem;
    line-height: 3.85rem;
  }
}
@media only screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.35rem;
    line-height: 2.85rem;
  }
}
@media only screen and (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.65rem;
    line-height: 2.15rem;
  }
}
@media only screen and (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 1rem;
}

sub {
  left: 1px;
  bottom: -8px;
}

sup {
  top: -8px;
  left: 1px;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 0 3rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 3rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
.aligncenter .wp-caption-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

figure img {
  margin-top: 0;
}
figure .wp-caption-text {
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  margin-top: 0.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
}

.size-full {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

blockquote {
  background: #edf3c2;
  font-weight: 400;
  margin: 1rem 0;
  position: relative;
  padding: 5rem 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  blockquote {
    padding: 10rem 5rem 4rem;
  }
}
blockquote p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  blockquote p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote:before {
  color: #ECF7FC;
  content: "\e807";
  font-family: "fontello";
  position: absolute;
  font-size: 30px;
  left: 2rem;
  line-height: 30px;
  top: 2rem;
}
@media only screen and (min-width: 768px) {
  blockquote:before {
    font-size: 4rem;
    left: 5rem;
    line-height: 40px;
    top: 4rem;
  }
}
blockquote.alt:before {
  content: "\e815";
}

table {
  font-size: 1rem;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}
table caption {
  margin: 1em 0;
  font-weight: 600;
  font-size: 1.4rem;
}

thead td,
th {
  font-weight: bold;
}

th,
td {
  display: table-cell;
  vertical-align: inherit;
  text-align: inherit;
  padding: 0.5rem;
  text-align: left;
  border: 1px solid white;
}

tbody tr:nth-child(odd) {
  background: white;
}

.heading-small {
  margin-bottom: 3rem;
}

hr {
  margin: 4rem 0;
}

@media only screen and (max-width: 600px) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin: 0 0 3rem 0;
  }
}
.site-footer .footer-section {
  background: #000000;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 2rem;
  max-width: none;
}
.site-footer .footer-section a,
.site-footer .footer-section p {
  color: #ffffff;
}
.site-footer .custom-logo-link img {
  max-height: 100px;
  max-width: 300px;
  object-fit: contain;
  object-position: center left;
  width: 100%;
}
.site-footer .logos {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .logos a {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 110px;
}
.site-footer .logos a:hover, .site-footer .logos a:active, .site-footer .logos a:focus-within, .site-footer .logos a:focus {
  width: 105px;
}
.site-footer .acc-logo {
  width: 100%;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1440px) {
  .site-footer .footer-nav ul {
    flex-direction: row;
  }
}
.site-footer .footer-nav ul li:not(:last-child):after {
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .site-footer .footer-nav ul li:not(:last-child):after {
    content: "|";
  }
}
.site-footer .footer-nav ul li a {
  padding: 0 1rem;
}
.site-footer cite {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .site-footer .columns-3 div {
    justify-content: center;
    text-align: center !important;
  }
}
.site-footer .credits {
  background: #303030;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 2rem;
  max-width: none;
}
.site-footer .credits a {
  color: #ffffff;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}

a {
  color: #000000;
}

.slick-track {
  display: flex !important;
  flex-shrink: 0;
}

.slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 767px) {
  .m-hide {
    display: none !important;
  }
}

#site-main-content {
  background: #ffffff;
  color: #000000;
}
#site-main-content .site-section {
  overflow: hidden;
}

.lead {
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

#site-header {
  background: #ffffff;
  left: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 0;
  z-index: 6;
}
@media only screen and (max-width: 1499px) {
  #site-header .site-navigation {
    transition: all 0.2s ease-in-out;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: unset;
    background-color: #ECF7FC;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    overflow-y: scroll;
    padding: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    visibility: visible;
    z-index: 6;
  }
  #site-header .site-navigation .top-wrapper,
  #site-header .site-navigation .bottom-wrapper {
    width: 100%;
  }
  #site-header .site-navigation .bottom-wrapper {
    margin-top: 1rem;
  }
  #site-header .site-navigation .top-wrapper ul {
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  #site-header .site-navigation .top-wrapper ul li {
    border-bottom: 1px solid white;
    padding: 0.5rem 0;
    width: 100%;
  }
  #site-header .site-navigation .top-wrapper ul li a {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffffff;
    gap: 0.5rem;
    height: 45px;
    line-height: 1.8rem;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
  }
  #site-header .site-navigation .top-wrapper ul li a .custom-icon {
    display: none;
  }
  #site-header .site-navigation .top-wrapper ul li a:hover, #site-header .site-navigation .top-wrapper ul li a:active, #site-header .site-navigation .top-wrapper ul li a:focus-within, #site-header .site-navigation .top-wrapper ul li a:focus {
    background: #ffffff;
    color: #ECF7FC;
  }
  #site-header .site-navigation .search-panel {
    margin: 0;
    margin-top: 2rem;
    max-width: none;
    width: 100%;
  }
  #site-header .site-navigation .search-panel input {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1500px) {
  #site-header .site-navigation {
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
#site-header .top-wrapper {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#site-header .top-wrapper ul {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1500px) {
  #site-header .top-wrapper {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin: 1rem 0 0;
  }
  #site-header .top-wrapper ul {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}
#site-header .logo {
  display: block;
  margin: 1rem 0;
}
#site-header .logo img {
  height: 80px;
  object-fit: contain;
  object-position: left center;
  width: 320px;
}
@media only screen and (min-width: 1500px) {
  #site-header .logo img {
    height: 120px;
  }
}
@media only screen and (min-width: 1500px) {
  #site-header .top-wrapper a {
    color: #ECF7FC;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0.25rem;
    position: relative;
    text-decoration: none;
    display: flex;
    margin: 1rem;
    font-size: 0.9rem;
  }
  #site-header .top-wrapper a:after {
    background-color: #ECF7FC;
    bottom: 0;
    content: "";
    height: 0.1em;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: opacity 300ms, transform 300ms;
    position: absolute;
    width: 100%;
  }
  #site-header .top-wrapper a:hover, #site-header .top-wrapper a:active, #site-header .top-wrapper a:focus-within, #site-header .top-wrapper a:focus {
    text-decoration: none;
  }
  #site-header .top-wrapper a:hover:after, #site-header .top-wrapper a:active:after, #site-header .top-wrapper a:focus-within:after, #site-header .top-wrapper a:focus:after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
    transform: scale(1);
  }
}
#site-header .search-panel {
  margin: 0 1rem;
  max-width: 400px;
}
#site-header .scroll-up {
  display: none;
}
#site-header .background-video {
  width: 100vw;
  height: 100vh;
}
#site-header .background-video iframe,
#site-header .background-video video {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  #site-header .background-video iframe,
  #site-header .background-video video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #site-header .background-video iframe,
  #site-header .background-video video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

#mobile-menu-open,
#mobile-menu-close {
  transition: all 0.2s ease-in-out;
  background-color: #ECF7FC;
  border: 1px solid #ECF7FC;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem 0.4rem;
  outline: none;
}
@media only screen and (min-width: 1500px) {
  #mobile-menu-open,
  #mobile-menu-close {
    display: none;
  }
}
#mobile-menu-open #hamburger-menu div,
#mobile-menu-close #hamburger-menu div {
  transition: all 0.2s ease-in-out;
  min-width: 28px;
  height: 3px;
  background-color: #ffffff;
}
#mobile-menu-open #hamburger-menu div:not(:last-child),
#mobile-menu-close #hamburger-menu div:not(:last-child) {
  margin-bottom: 0.3rem;
}
#mobile-menu-open span,
#mobile-menu-close span {
  display: block;
  margin-top: 0.5rem;
}
#mobile-menu-open:hover, #mobile-menu-open:active, #mobile-menu-open:focus-within, #mobile-menu-open:focus,
#mobile-menu-close:hover,
#mobile-menu-close:active,
#mobile-menu-close:focus-within,
#mobile-menu-close:focus {
  background-color: #ffffff;
}
#mobile-menu-open:hover #hamburger-menu div, #mobile-menu-open:active #hamburger-menu div, #mobile-menu-open:focus-within #hamburger-menu div, #mobile-menu-open:focus #hamburger-menu div,
#mobile-menu-close:hover #hamburger-menu div,
#mobile-menu-close:active #hamburger-menu div,
#mobile-menu-close:focus-within #hamburger-menu div,
#mobile-menu-close:focus #hamburger-menu div {
  background-color: #ECF7FC !important;
}
#mobile-menu-open:hover span, #mobile-menu-open:active span, #mobile-menu-open:focus-within span, #mobile-menu-open:focus span,
#mobile-menu-close:hover span,
#mobile-menu-close:active span,
#mobile-menu-close:focus-within span,
#mobile-menu-close:focus span {
  color: #ECF7FC;
}

.is-mobile-active {
  overflow: hidden;
}
.is-mobile-active .logo {
  display: none;
}
.is-mobile-active .option2 .logo > img {
  filter: none;
}
.is-mobile-active #mobile-menu-close {
  position: relative;
  z-index: 7;
}
.is-mobile-active #mobile-menu-close #hamburger-menu {
  padding: 0 0 0 12px;
  width: 25px;
}
.is-mobile-active #mobile-menu-close #hamburger-menu div {
  background: #ffffff;
}
.is-mobile-active #mobile-menu-close #hamburger-menu div:first-child {
  transform: rotate(-45deg) translateX(-11px) translateY(3px);
}
.is-mobile-active #mobile-menu-close #hamburger-menu div:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.is-mobile-active #mobile-menu-close #hamburger-menu div:last-child {
  transform: rotate(45deg) translateX(-8px) translateY(1px);
}
.is-mobile-active #mobile-menu-close #hamburger-menu:hover, .is-mobile-active #mobile-menu-close #hamburger-menu:active, .is-mobile-active #mobile-menu-close #hamburger-menu:focus-within, .is-mobile-active #mobile-menu-close #hamburger-menu:focus {
  background: #ECF7FC !important;
}
.is-mobile-active #mobile-menu-close #hamburger-menu:hover #hamburger-menu div, .is-mobile-active #mobile-menu-close #hamburger-menu:active #hamburger-menu div, .is-mobile-active #mobile-menu-close #hamburger-menu:focus-within #hamburger-menu div, .is-mobile-active #mobile-menu-close #hamburger-menu:focus #hamburger-menu div {
  background: #ffffff !important;
}
.is-mobile-active #site-header {
  height: 100%;
}
.is-mobile-active #site-header .site-navigation {
  transform: translateX(0);
}

.active-header #site-header {
  border-bottom: 1px solid #dddddd;
  overflow: visible;
  position: fixed;
}
.active-header #site-header #header-main .custom-logo-link {
  max-width: 260px;
}
.active-header #site-header .logo img {
  height: 60px;
}
.active-header #site-header .scroll-up {
  display: block;
}
.active-header #site-header .default {
  display: none;
}
.active-header #site-header .top-wrapper {
  display: none !important;
}
.active-header .primary-nav > li:not(.p0) {
  padding: 0 1.5rem;
}
.active-header .option2 > img, .active-header .option2:before {
  display: none;
}
.active-header .option2 .primary-nav > ul > li > a {
  color: #ffffff;
}
.active-header .option2 .logo > img {
  filter: none;
}
.active-header.is-mobile-active #mobile-menu-trigger {
  margin-top: 0.8rem;
}
.active-header .option2 .background-video {
  display: none;
}

.hide-site-header #site-header {
  transform: translateY(-130px);
}
@media only screen and (min-width: 1500px) {
  .hide-site-header #site-header {
    transform: translateY(-180px);
  }
}

.header-scroll-animation #site-header {
  transition: all 0.4s ease-in-out;
}

.option2 {
  position: relative;
}
.option2 > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.option2 > .background-video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.option2 h1,
.option2 p {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .option2 p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.option2:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.option2 #header-main .top-wrapper a {
  color: #ffffff;
}
.option2 .logo > img {
  filter: brightness(0) invert(1);
}

.front-page .option3 .overlap img {
  height: 620px;
}
@media only screen and (max-width: 1499px) {
  .front-page .option3 .overlap img {
    height: auto !important;
  }
}

.option3 .overlap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .option3 .overlap {
    display: block;
    position: relative;
  }
  .option3 .overlap img {
    height: 420px;
    position: absolute;
    right: 0;
  }
}

.option4 {
  position: relative;
}
.option4:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.option4 > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.option4 .grid {
  position: relative;
  z-index: 2;
}
.option4 .banner-padding {
  padding-bottom: 6em;
  padding-top: 22em;
}
.option4 h1,
.option4 p {
  color: #ffffff !important;
}

.option2 .breadcrumb li,
.option2 .breadcrumb a,
.option4 .breadcrumb li,
.option4 .breadcrumb a {
  color: #ffffff !important;
}
.option2 .breadcrumb li:after,
.option2 .breadcrumb a:after,
.option4 .breadcrumb li:after,
.option4 .breadcrumb a:after {
  color: #ffffff !important;
}

.option5 {
  background: #ECF7FC;
}
@media only screen and (max-width: 768px) {
  .option5 .grid {
    gap: 4rem;
  }
}
.option5 .image {
  background: #F6F9E0;
}
.option5 img {
  height: 100%;
  object-fit: cover;
  position: relative !important;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .option5 .large-img-padding {
    padding-right: calc((100vw - 1600px) / 2);
  }
}

.option6 {
  background: #F6F9E0;
}
@media only screen and (min-width: 1500px) {
  .option6 .pt {
    padding: 22rem 20% 8rem 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .option6 .grid {
    gap: 4rem;
  }
}
.option6 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.front-page .option5 img {
  height: 100%;
  object-fit: cover;
  width: auto !important;
}
@media only screen and (min-width: 1600px) {
  .front-page .option5 .large-img-padding {
    padding-right: 0;
  }
}

.larger {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1499px) {
  .primary-nav {
    transition: all 0.2s ease-in-out;
    align-items: unset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: unset;
    background-color: #ECF7FC;
    flex-direction: column;
  }
  .primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-nav li {
    border-bottom: 1px solid white;
    list-style: none;
    padding: 0.5rem 0;
    position: relative;
    margin: 0;
  }
  .primary-nav a {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: unset;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    position: relative;
    color: #ffffff !important;
    border-bottom: none;
    border-radius: 10px;
    height: 45px;
    line-height: 1.8rem;
    padding: 0 1rem;
    margin: 0;
    outline: none;
    text-decoration: none;
  }
  .primary-nav a:hover, .primary-nav a:active, .primary-nav a:focus-within, .primary-nav a:focus {
    background-color: #ffffff;
    color: #ECF7FC !important;
  }
  .primary-nav .toggle-sub-menu {
    transition: all 0.2s ease-in-out;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    background-color: #ECF7FC;
    border: 1px solid #ECF7FC;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    height: 45px;
    outline: none;
    padding: 0 1.1rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    z-index: 2;
  }
  .primary-nav .toggle-sub-menu .custom-icon {
    font-size: 1.2rem;
  }
  .primary-nav .toggle-sub-menu.active-menu .custom-icon {
    transform: rotate(-180deg);
  }
  .primary-nav .toggle-sub-menu:hover, .primary-nav .toggle-sub-menu:active, .primary-nav .toggle-sub-menu:focus-within, .primary-nav .toggle-sub-menu:focus {
    background-color: #ffffff;
    color: #ECF7FC;
  }
  .primary-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .primary-nav .sub-menu li {
    border: 0 none;
  }
  .primary-nav .sub-menu li a {
    color: #e6e6e6 !important;
  }
  .primary-nav .sub-menu li a:hover, .primary-nav .sub-menu li a:active, .primary-nav .sub-menu li a:focus-within, .primary-nav .sub-menu li a:focus {
    color: #ECF7FC !important;
    text-decoration: underline;
  }
  #exit-menu-item {
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    color: #ffffff;
    border-bottom: none;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 0.5rem;
    outline: none;
  }
  #exit-menu-item:hover, #exit-menu-item:active, #exit-menu-item:focus-within, #exit-menu-item:focus {
    background-color: #ffffff;
    color: #ECF7FC;
  }
  #exit-menu-item {
    opacity: 0;
  }
  #exit-menu-item:focus {
    opacity: 1;
  }
}
@media only screen and (min-width: 1500px) {
  .primary-nav {
    display: flex;
    justify-content: flex-end;
  }
  .primary-nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-nav li {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: unset;
    list-style: none;
    margin: 0;
    padding: 1rem;
    position: relative;
  }
  .primary-nav li.current-menu-item > a:before, .primary-nav li.current-menu-parent > a:before {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
    transform: scale(1);
  }
  .primary-nav a:not(.btn-header) {
    color: #ECF7FC;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0.25rem;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
  }
  .primary-nav a:not(.btn-header):after {
    background-color: #ECF7FC;
    bottom: 0;
    content: "";
    height: 0.1em;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: opacity 300ms, transform 300ms;
    position: absolute;
    width: 100%;
  }
  .primary-nav a:not(.btn-header):hover, .primary-nav a:not(.btn-header):active, .primary-nav a:not(.btn-header):focus-within, .primary-nav a:not(.btn-header):focus {
    text-decoration: none;
  }
  .primary-nav a:not(.btn-header):hover:after, .primary-nav a:not(.btn-header):active:after, .primary-nav a:not(.btn-header):focus-within:after, .primary-nav a:not(.btn-header):focus:after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
    transform: scale(1);
  }
  .primary-nav .menu-item-has-children > a {
    align-items: center;
    display: flex;
    gap: 0.5rem;
  }
  .primary-nav .menu-item-has-children > a:after {
    background: none;
    color: #ffffff;
    content: "\e806";
    font-family: fontello;
    font-size: 0.8rem;
  }
  .primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:active > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu, .primary-nav .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  }
  .primary-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ECF7FC;
    border-radius: 0.5rem;
    left: 0;
    margin: 0;
    min-width: 230px;
    opacity: 0;
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    transform: translateX(-10px);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    z-index: 5;
  }
  .primary-nav .sub-menu > li {
    padding: 0;
  }
  .primary-nav .sub-menu > li:hover a, .primary-nav .sub-menu > li:active a, .primary-nav .sub-menu > li:focus-within a, .primary-nav .sub-menu > li:focus a {
    background: #ECF7FC;
    color: #ffffff;
    text-decoration: underline;
  }
  .primary-nav .sub-menu > li > a {
    transition: all 0.2s ease-in-out;
    border-bottom: none;
    border-radius: 0.5rem;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 1rem;
    white-space: nowrap;
    width: 100%;
  }
  .primary-nav .sub-menu > li > a:before {
    display: none;
  }
  .primary-nav .sub-menu > li > a + .sub-menu {
    display: none;
    top: 0;
    left: 101%;
  }
  .primary-nav .current-menu-parent .current-menu-item a {
    background: #ECF7FC;
    color: #ffffff;
  }
  .primary-nav li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  #exit-menu-item,
  .toggle-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 2000px) {
  .primary-nav > ul > li:not(.p0) {
    padding: 1.5rem;
  }
  .primary-nav a:not(.btn-header) {
    font-size: 1.125rem;
  }
}
body:not(.header-scroll-animation) .option2 .primary-nav > ul > li > a {
  color: #ffffff;
}

.flex {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
}

.flex-vac {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flex-vac h1,
.flex-vac h2,
.flex-vac h3,
.flex-vac h4,
.flex-vac h5,
.flex-vac h6 {
  margin: 0;
}

.flex-hac {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-direction: row;
}

.flex-har {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: right;
  gap: 2em;
  flex-direction: row;
}

.flex-hafe {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.flex-vacsb {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-vacsb {
    flex-direction: row;
  }
}

.flex-vacsb-all {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.flex-vafe {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.flex-vasb {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.flex-fill {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
}

.grid {
  display: grid;
}

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

.columns-2 {
  gap: 2em;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.columns-2-1 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .columns-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .columns-2-1.m-reverse-order .content {
    order: -1;
  }
}

.columns-3-2 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .columns-3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
}
@media only screen and (max-width: 767px) {
  .columns-3-2.m-reverse-order .content {
    order: -1;
  }
}

.columns-2-3 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .columns-2-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media only screen and (max-width: 767px) {
  .columns-2-3.m-reverse-order .content {
    order: -1;
  }
}

@media only screen and (min-width: 768px) {
  .content-main .columns-2-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .content-main .columns-2-1 {
    gap: 8em;
    grid-template-columns: 5fr 3fr;
  }
}
@media only screen and (min-width: 1440px) {
  .content-main .columns-2-1 {
    gap: 12em;
  }
}

.columns-3 {
  gap: 2em;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .columns-3.m-reverse-order .content {
    order: -1;
  }
}

.layered-section {
  display: grid;
  position: relative;
}
.layered-section .layer-one {
  grid-column-start: 1;
  grid-row-start: 1;
  position: relative;
  z-index: 1;
}
.layered-section .layer-two {
  grid-column-start: 1;
  grid-row-start: 1;
  position: relative;
  z-index: 2;
}
.layered-section .layer-three {
  grid-column-start: 1;
  grid-row-start: 1;
  position: relative;
  z-index: 3;
}
.layered-section .layer-four {
  grid-column-start: 1;
  grid-row-start: 1;
  position: relative;
  z-index: 4;
}

.relative {
  position: relative;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.no-gap {
  gap: 0;
}

.gap-small {
  gap: 2em;
}
@media only screen and (min-width: 1440px) {
  .gap-small {
    gap: 4em;
  }
}

.gap-wide {
  gap: 2em;
}
@media only screen and (min-width: 1440px) {
  .gap-wide {
    gap: 6em;
  }
}

.gap-huge {
  gap: 2em;
}
@media only screen and (min-width: 1440px) {
  .gap-huge {
    gap: 10em;
  }
}

.overflow-h {
  overflow: hidden;
}

.overlap-25 {
  margin-top: -25vh;
  padding-top: 25vh;
}

.p-colour p {
  color: #000000;
}
.p-colour a {
  color: #000000;
}

.p-white p {
  color: #ffffff;
}
.p-white a {
  color: #ffffff;
}

.bg-colour1 {
  background: #ECF7FC;
}

.bg-colour2 {
  background: #F6F9E0;
}

.bg-colour3 {
  background: #247597;
}

.bg-colour4 {
  background: #D0DF65;
}

.bg-colour5 {
  background: #F0CCA5;
}

.bg-colour6 {
  background: #4E505C;
}

@media only screen and (min-width: 1024px) {
  .bg-fill-r:after {
    background: #F6F9E0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.bg-fill-content {
  position: relative;
  z-index: 2;
}

.sidebar .padding {
  padding: 0em 2em 2em;
}
@media only screen and (min-width: 1440px) {
  .sidebar .padding {
    padding: 2em 4em 4em;
  }
}
.sidebar table {
  margin: 0;
}
.sidebar .widget,
.sidebar #side-bar-menu {
  margin: 2em 0 6em;
}
.sidebar .widget .current-marker,
.sidebar #side-bar-menu .current-marker {
  display: none;
}
.sidebar .widget ul,
.sidebar #side-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li:not(.parent),
.sidebar #side-bar-menu ul li:not(.parent) {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li:not(.parent):before,
.sidebar #side-bar-menu ul li:not(.parent):before {
  display: none;
}
.sidebar .widget ul li:not(.parent) a,
.sidebar #side-bar-menu ul li:not(.parent) a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 1.25rem;
  margin: 0;
  padding: 1.5rem 0 1.5rem 0;
  text-decoration: none;
}
.sidebar .widget ul li:not(.parent) a:after,
.sidebar #side-bar-menu ul li:not(.parent) a:after {
  content: "\e813";
  font-family: fontello;
  font-size: 1rem;
}
.sidebar .widget ul li:not(.parent) a:hover, .sidebar .widget ul li:not(.parent) a:active, .sidebar .widget ul li:not(.parent) a:focus-within, .sidebar .widget ul li:not(.parent) a:focus,
.sidebar #side-bar-menu ul li:not(.parent) a:hover,
.sidebar #side-bar-menu ul li:not(.parent) a:active,
.sidebar #side-bar-menu ul li:not(.parent) a:focus-within,
.sidebar #side-bar-menu ul li:not(.parent) a:focus {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.sidebar .widget .parent,
.sidebar #side-bar-menu .parent {
  margin: 0;
}
.sidebar .widget .menu-item-has-children .children a,
.sidebar #side-bar-menu .menu-item-has-children .children a {
  padding: 1rem 0 1rem 1.5rem;
}
.sidebar .widget .menu-item-has-children .children a:hover, .sidebar .widget .menu-item-has-children .children a:active, .sidebar .widget .menu-item-has-children .children a:focus-within, .sidebar .widget .menu-item-has-children .children a:focus,
.sidebar #side-bar-menu .menu-item-has-children .children a:hover,
.sidebar #side-bar-menu .menu-item-has-children .children a:active,
.sidebar #side-bar-menu .menu-item-has-children .children a:focus-within,
.sidebar #side-bar-menu .menu-item-has-children .children a:focus {
  padding: 1rem 1.5rem 1rem 0;
}
.sidebar .widget .current-page-item a,
.sidebar #side-bar-menu .current-page-item a {
  font-weight: bold;
  padding: 1.5rem 0 1.5rem 0;
}
.sidebar .widget .current-page-item a:after,
.sidebar #side-bar-menu .current-page-item a:after {
  display: none;
}
.sidebar .widget .current-page-item .children a,
.sidebar #side-bar-menu .current-page-item .children a {
  font-weight: 400;
}
.sidebar .widget .current-page-item .children a:after,
.sidebar #side-bar-menu .current-page-item .children a:after {
  display: block;
}
.sidebar h2,
.sidebar h3,
.sidebar .tribe-events-widget-events-list__header h2,
.sidebar .menu .parent a {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  text-decoration: none;
}
.sidebar ul {
  padding-left: 1em;
}
.sidebar p {
  margin: 1em 0;
}
.sidebar .tagcloud .tag-cloud-link {
  background: #efefef;
  border-radius: 5px;
  font-size: 0.8rem;
  margin: 0.5rem;
  padding: 0.5rem;
}
.sidebar .tribe-events-widget-events-list__event-header h3 {
  font-family: inherit;
}
.sidebar .woocommerce ul.product_list_widget li img {
  border-radius: 10px;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    margin: 0 -2em;
  }
}
.sidebar .btn-primary,
.sidebar .btn-secondary {
  margin-top: 2em;
}
.sidebar #side-bar-menu .current-marker {
  display: none;
}
.sidebar #side-bar-menu .parent {
  margin: 0;
}
.sidebar #side-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar #side-bar-menu ul li:not(.parent) {
  margin: 0;
  padding: 0;
}
.sidebar #side-bar-menu ul li:not(.parent):before {
  display: none;
}
.sidebar #side-bar-menu ul li:not(.parent) a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000000;
  font-size: 1.25rem;
  margin: 0;
  padding: 1.5rem 0;
  text-decoration: none;
}
.sidebar #side-bar-menu ul li:not(.parent) a:after {
  content: "\e813";
  font-family: fontello;
  font-size: 1rem;
}
.sidebar #side-bar-menu ul li:not(.parent) a:hover, .sidebar #side-bar-menu ul li:not(.parent) a:active, .sidebar #side-bar-menu ul li:not(.parent) a:focus-within, .sidebar #side-bar-menu ul li:not(.parent) a:focus {
  padding: 1.5rem;
}

.page-template-contact-page .archive {
  display: none;
}

.page-template-no-sidebar .full-width {
  margin: 0 auto;
  max-width: 1200px;
}

#banner-section .option {
  color: #ECF7FC;
  font-size: 1.5rem;
  font-weight: 600;
}
#banner-section .btn-primary {
  margin-top: 1em;
}

#site-main-content .option3 {
  background: #F6F9E0;
}

.front-page blockquote {
  background: none;
}

.front-page-content {
  background: #F6F9E0;
}
.front-page-content a,
.front-page-content p {
  color: #000000;
}
.front-page-content h2,
.front-page-content h3,
.front-page-content p {
  margin: 0 0 2rem;
}
.front-page-content h2 {
  color: #ECF7FC;
}
.front-page-content p {
  color: #000000;
}
.front-page-content .overlap-bg {
  background: #ECF7FC;
  height: 150px;
}
.front-page-content .underlap-bg {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .front-page-content .layer-one {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .front-page-content .layer-two {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .front-page-content .layer-three {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .front-page-content .layer-four {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .front-page-content .empty-column {
    display: none;
  }
  .front-page-content .content {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.front-page-content .site-section blockquote {
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 6rem 2rem 2rem;
  width: 100%;
}
.front-page-content .site-section blockquote:before {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .front-page-content .site-section blockquote:before {
    font-size: 3rem;
    left: 2rem;
    line-height: 40px;
    top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .front-page-content .site-section blockquote p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.front-page main .coloured-background-1 {
  background: #F6F9E0;
}
.front-page main .coloured-background-1 .underlap-bg {
  background: #F6F9E0;
}
.front-page main .coloured-background-2 {
  background: #247597;
}
.front-page main .coloured-background-2 .underlap-bg {
  background: #247597;
}
.front-page main .coloured-background-3 {
  background: #D0DF65;
}
.front-page main .coloured-background-3 .underlap-bg {
  background: #D0DF65;
}
.front-page main .coloured-background-4 {
  background: #F0CCA5;
}
.front-page main .coloured-background-4 .underlap-bg {
  background: #F0CCA5;
}
.front-page main .coloured-background-5 {
  background: #D0DF65;
}
.front-page main .coloured-background-5 .underlap-bg {
  background: #D0DF65;
}
.front-page main .coloured-background-6 {
  background: #D0DF65;
}
.front-page main .coloured-background-6 .underlap-bg {
  background: #D0DF65;
}

.call-to-action-section {
  background: #F6F9E0;
}
.call-to-action-section .call-to-action {
  background: #ECF7FC;
  color: #000000;
}
.call-to-action-section .call-to-action h2 {
  color: #ECF7FC;
}
.call-to-action-section .call-to-action p {
  color: #000000;
}
.call-to-action-section .call-to-action ul li {
  margin: 0;
  padding: 0;
}
.call-to-action-section .call-to-action ul li a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000000;
  font-size: 1.25rem;
  margin: 0;
  padding: 1.5rem 0;
  text-decoration: none;
}
.call-to-action-section .call-to-action ul li a:after {
  content: "\e813";
  font-family: fontello;
  font-size: 1rem;
}
.call-to-action-section .call-to-action ul li a:hover, .call-to-action-section .call-to-action ul li a:active, .call-to-action-section .call-to-action ul li a:focus-within, .call-to-action-section .call-to-action ul li a:focus {
  padding: 1.5rem;
}

.events-section {
  background: #efefef;
}

.testimonials {
  background: #F6F9E0;
}
.testimonials .testimonial {
  background: #ffffff;
  color: #ECF7FC;
}
@media only screen and (min-width: 1200px) {
  .testimonials .testimonial blockquote {
    padding: 3rem 13rem;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonials .testimonial blockquote {
    padding: 3rem 20rem;
  }
  .testimonials .testimonial blockquote:before {
    left: 10rem;
    top: 4.5rem;
  }
}

#landing .child-pages .article a {
  transition: all 0.2s ease-in-out;
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  background: #ffffff;
  border: 1px solid #ffffff;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
#landing .child-pages .article a .img-fs img {
  max-height: 360px;
  object-fit: cover;
}
#landing .child-pages .article a .content {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#landing .child-pages .article a .content h2 {
  color: #000000;
  margin: 0;
}
#landing .child-pages .article a .content p {
  color: #000000;
}
#landing .child-pages .article a .btn-secondary {
  background: #000000;
  color: #ffffff !important;
}
#landing .child-pages .article a:hover, #landing .child-pages .article a:active, #landing .child-pages .article a:focus-within, #landing .child-pages .article a:focus {
  background: #000000;
  text-decoration: none;
}
#landing .child-pages .article a:hover .content h2, #landing .child-pages .article a:active .content h2, #landing .child-pages .article a:focus-within .content h2, #landing .child-pages .article a:focus .content h2 {
  color: #ffffff !important;
}
#landing .child-pages .article a:hover .content p, #landing .child-pages .article a:active .content p, #landing .child-pages .article a:focus-within .content p, #landing .child-pages .article a:focus .content p {
  color: #ffffff !important;
}
#landing .child-pages .article a:hover .btn-secondary, #landing .child-pages .article a:active .btn-secondary, #landing .child-pages .article a:focus-within .btn-secondary, #landing .child-pages .article a:focus .btn-secondary {
  background: #ffffff;
  color: #000000 !important;
}

/* ===============================
===== Annual Report Stylings =====
=============================== */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.site-header .container {
  align-items: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: unset;
  gap: 1rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header .container {
    gap: 2rem;
  }
}
.site-header .container:before {
  background: #ffffff;
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
  left: -90%;
  position: absolute;
}
.site-header .logo {
  background: #ffffff;
  border-radius: 0 0 60px 0;
  left: 0;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  top: 0;
  z-index: 4;
}
.site-header .logo img {
  width: 170px;
}
@media only screen and (min-width: 992px) {
  .site-header .logo img {
    width: 270px;
  }
}
.site-header .primary-nav {
  background: #ffffff;
  border-radius: 60px;
  display: block;
  height: 0;
  position: relative;
  top: 1rem;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav {
    top: 2rem;
  }
}
.site-header .primary-nav a {
  color: #247597;
}
.site-header .primary-nav:before {
  background: transparent;
  border-radius: 50%;
  box-shadow: -60px -60px 0 0 #ffffff;
  content: "";
  height: 120px;
  left: -1rem;
  position: absolute;
  top: -1rem;
  width: 120px;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav:before {
    left: -2rem;
    top: -2rem;
  }
}
.site-header .primary-nav .menu-toggle {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-family: karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: initial;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  border: 0 none;
  border-radius: 60px;
  cursor: pointer;
  font-size: 0.9rem;
  gap: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav .menu-toggle {
    font-size: 1.25rem;
  }
}
.site-header .primary-nav .menu-toggle #hamburger-menu {
  aspect-ratio: 1/1;
  background: #ECF7FC;
  border-radius: 100px;
  margin: 0 auto;
  padding: 1rem;
  width: 1rem;
}
.site-header .primary-nav .menu-toggle #hamburger-menu span {
  transition: all 0.5s ease-in-out;
  background: #247597;
  border-radius: 5px;
  display: block;
  height: 3px;
  margin: 0.175rem;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav .menu-toggle #hamburger-menu {
    width: 2rem;
  }
  .site-header .primary-nav .menu-toggle #hamburger-menu span {
    height: 5px;
    margin: 0.25rem 0;
  }
}
.site-header .primary-nav .menu-toggle:hover, .site-header .primary-nav .menu-toggle:active, .site-header .primary-nav .menu-toggle:focus-within, .site-header .primary-nav .menu-toggle:focus {
  background: #247597;
  color: #ffffff;
}
.site-header .primary-nav .wrapper {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  border-radius: 60px;
  flex-direction: column;
  left: -240px;
  opacity: 0;
  margin: 0;
  padding: 8rem 1rem 4rem;
  position: absolute;
  top: -100%;
  visibility: hidden;
  width: max-content;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav .wrapper {
    left: auto;
  }
}
.site-header .primary-nav .wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .primary-nav .wrapper li {
  margin: 0;
  padding: 0;
}
.site-header .primary-nav .wrapper a {
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  border-radius: 20px;
  color: #247597 !important;
  font-size: 1.25rem;
  margin: 0 1rem;
  padding: 1rem;
}
.site-header .primary-nav .wrapper a:after, .site-header .primary-nav .wrapper a:before {
  display: none;
}
.site-header .primary-nav .wrapper a:hover, .site-header .primary-nav .wrapper a:active, .site-header .primary-nav .wrapper a:focus-within, .site-header .primary-nav .wrapper a:focus {
  background: #ECF7FC;
}
.site-header .primary-nav #exit-menu-item {
  display: none;
}
.site-header .primary-nav .close {
  display: none;
}
.site-header .primary-nav.active #hamburger-menu span {
  width: 15px;
}
.site-header .primary-nav.active #hamburger-menu span:first-child {
  transform: rotate(45deg) translateY(4px) translateX(1px);
}
.site-header .primary-nav.active #hamburger-menu span:nth-child(2) {
  transform: rotate(-45deg) translateY(-3px) translateX(0px);
}
.site-header .primary-nav.active #hamburger-menu span:last-child {
  height: 0;
}
@media only screen and (min-width: 992px) {
  .site-header .primary-nav.active #hamburger-menu span {
    width: 100%;
  }
  .site-header .primary-nav.active #hamburger-menu span:first-child {
    transform: rotate(45deg) translateY(7px) translateX(7px);
  }
  .site-header .primary-nav.active #hamburger-menu span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
.site-header .primary-nav.active .text {
  display: none;
}
.site-header .primary-nav.active .close {
  display: block;
}
.site-header .primary-nav.active .wrapper {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.hide-site-header .site-header {
  height: 0;
  overflow: hidden;
}

.front-page .banner {
  background: #ffffff;
}
.front-page .banner .container {
  position: relative;
}
.front-page .banner img {
  display: block;
  min-height: 540px;
  object-fit: cover;
}
.front-page .banner picture img {
  border-radius: 0 0 60px 0;
}
.front-page .banner .year {
  background: #ffffff;
  bottom: 0;
  left: 0;
  max-width: max-content;
  padding: 2rem;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .front-page .banner .year {
    padding: 3rem 5rem 0 2rem;
  }
}
@media only screen and (min-width: 1800px) {
  .front-page .banner .year {
    padding: 6rem 16rem 0 2rem;
  }
}
.front-page .banner .year p {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .front-page .banner .year p {
    font-size: 2rem;
  }
}
.front-page .banner .year h1 {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .front-page .banner .year h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1800px) {
  .front-page .banner .year h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.front-page .overview {
  background: #ffffff;
  padding: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .front-page .overview {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1800px) {
  .front-page .overview {
    padding: 8rem 0;
  }
}
.front-page .overview article {
  color: #000000;
  overflow: hidden;
  padding: 3rem 3rem 8rem 3rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .front-page .overview article {
    padding: 4rem 10rem 4rem 4rem;
  }
}
.front-page .overview article h2,
.front-page .overview article p,
.front-page .overview article ul,
.front-page .overview article .custom-icon {
  color: #000000;
  position: relative;
  z-index: 2;
}
.front-page .overview article ul {
  margin-left: 0;
  padding-left: 1rem;
}
.front-page .overview article picture {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: #ECF7FC;
  border-radius: 100%;
  bottom: -15px;
  height: 145px;
  position: absolute;
  right: -15px;
  width: 145px;
  z-index: 1;
}
.front-page .overview article picture img {
  aspect-ratio: 1/1;
  background: #ECF7FC;
  border: 15px solid #ffffff;
  border-radius: 100%;
  padding: 1rem;
  width: 100%;
  z-index: 2;
}
.front-page .overview article picture:after {
  background: #ffffff;
  border-radius: 70px 0 0 0;
  height: 70px;
  left: 0;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  z-index: 1;
}
.front-page .overview article:before {
  background: #ECF7FC;
  border-radius: 40px 0 0 0;
  height: calc(100% - 55px);
  left: 0;
  position: absolute;
  content: "";
  top: 0;
  width: calc(100% - 55px);
}
.front-page .overview article:after {
  background: #ECF7FC;
  border-radius: 0 0 40px 40px;
  height: calc(100% - 40px);
  left: 0;
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(100% - 130px);
}
.front-page .overview article .spacer {
  background: #ECF7FC;
  border-radius: 0 40px 40px 0;
  content: "";
  height: calc(100% - 130px);
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.front-page .overview blockquote {
  margin: 0;
  padding: 0;
}
.front-page .overview blockquote p {
  color: #247597;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.8rem;
}
@media only screen and (min-width: 1024px) {
  .front-page .overview blockquote p {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.front-page .overview blockquote:before {
  display: none;
}
.front-page .overview .author {
  color: #247597;
  font-weight: 700;
  margin: 0;
}
.front-page .overview .statements {
  flex-direction: column;
}
.front-page .overview .statements a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  background: #ECF7FC;
  border-radius: 100px;
  font-weight: bold;
  gap: 2rem;
  line-height: 1rem;
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  width: max-content;
}
.front-page .overview .statements a:after {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 1/1;
  border: 1px solid #000000;
  border-radius: 100%;
  content: "\e815";
  font-family: fontello;
  font-size: 1rem;
  padding: 1rem;
}
.front-page .overview .statements a:hover, .front-page .overview .statements a:active, .front-page .overview .statements a:focus-within, .front-page .overview .statements a:focus {
  background: #247597;
  color: #ffffff;
}
.front-page .overview .statements a:hover:after, .front-page .overview .statements a:active:after, .front-page .overview .statements a:focus-within:after, .front-page .overview .statements a:focus:after {
  border-color: #ffffff;
  color: #ffffff;
}
.front-page .overview .reports {
  flex-direction: column;
}
.front-page .overview .reports article:before,
.front-page .overview .reports article:after,
.front-page .overview .reports picture,
.front-page .overview .reports .custom-icon,
.front-page .overview .reports .spacer {
  transition: all 0.2s ease-in-out;
  background: #F6F9E0;
  cursor: pointer;
}
.front-page .overview .reports h2,
.front-page .overview .reports p,
.front-page .overview .reports ul {
  cursor: pointer;
}
.front-page .overview .reports article a {
  text-decoration: none;
}
.front-page .overview .reports article a:hover, .front-page .overview .reports article a:active, .front-page .overview .reports article a:focus-within, .front-page .overview .reports article a:focus {
  text-decoration: none;
}
.front-page .overview .reports article:hover:before, .front-page .overview .reports article:hover:after,
.front-page .overview .reports article:hover .custom-icon,
.front-page .overview .reports article:hover .spacer, .front-page .overview .reports article:active:before, .front-page .overview .reports article:active:after,
.front-page .overview .reports article:active .custom-icon,
.front-page .overview .reports article:active .spacer, .front-page .overview .reports article:focus-within:before, .front-page .overview .reports article:focus-within:after,
.front-page .overview .reports article:focus-within .custom-icon,
.front-page .overview .reports article:focus-within .spacer, .front-page .overview .reports article:focus:before, .front-page .overview .reports article:focus:after,
.front-page .overview .reports article:focus .custom-icon,
.front-page .overview .reports article:focus .spacer {
  background: #D0DF65;
}
.front-page .overview .reports .custom-icon {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  bottom: -15px;
  height: 145px;
  position: absolute;
  right: -15px;
  width: 145px;
  z-index: 1;
}
.front-page .overview .reports .custom-icon:before {
  background: #ffffff;
  border-radius: 70px 0 0 0;
  height: 70px;
  left: 0;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  z-index: 1;
}
.front-page .overview .reports .custom-icon:after {
  align-items: center;
  aspect-ratio: 1/1;
  background: #D0DF65;
  border: 15px solid #ffffff;
  border-radius: 100%;
  display: inline-flex;
  font-size: 2rem;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  width: 85px;
  z-index: 1;
}
.front-page .achivements {
  background: #ffffff;
  margin: 0 0 4rem;
}
.front-page .achivements .header {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #F0CCA5 50%, #F0CCA5 100%);
  border-radius: 40px 0 0 0;
}
.front-page .achivements .header:before {
  background: #F0CCA5;
  border-radius: 40px 40px 0 0;
  content: "";
  height: 7rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .front-page .achivements .header:before {
    height: 17rem;
  }
}
.front-page .achivements .header h2 {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 0 0 0 40px;
  color: #000000;
  gap: 2rem;
  margin: 0;
  padding: 0 2rem 2rem 2rem;
  position: relative;
}
@media only screen and (min-width: 1800px) {
  .front-page .achivements .header h2 {
    font-size: 6rem;
    line-height: 6.8rem;
    padding: 0 4rem 4rem 4rem;
  }
}
.front-page .achivements .grid {
  background: #F0CCA5;
  border-radius: 0 40px 40px 40px;
  padding: 2rem;
}
@media only screen and (min-width: 1800px) {
  .front-page .achivements .grid {
    padding: 4rem;
  }
}
.front-page .achivements .grid article {
  background: linear-gradient(to bottom, #F0CCA5 0%, #F0CCA5 60%, #ffffff 60%, #ffffff 100%);
  border-radius: 0 30px 30px 30px;
}
.front-page .achivements .grid article .heading {
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.front-page .achivements .grid article .heading:after {
  background: #ffffff;
  border-radius: 30px 30px 0 0;
  content: "";
  height: 7.5rem;
  width: 100%;
}
.front-page .achivements .grid article .heading .achievement {
  background: #F0CCA5;
  border-radius: 40px;
  padding-right: 1rem;
  position: relative;
}
.front-page .achivements .grid article .heading .achievement:before {
  content: "";
  background: #F0CCA5;
  bottom: 0;
  height: 80px;
  position: absolute;
  width: 80px;
  right: 0;
  z-index: 2;
  border-radius: 40px;
}
.front-page .achivements .grid article .heading .achievement:after {
  content: "";
  background: #fff;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.front-page .achivements .grid article .heading .achievement h3 {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: #000000;
  border-radius: 30px;
  color: #F0CCA5;
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 1rem 2rem;
  position: relative;
  width: max-content;
  z-index: 3;
}
@media only screen and (min-width: 1800px) {
  .front-page .achivements .grid article .heading .achievement h3 {
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
}
.front-page .achivements .grid article h4 {
  background: #ffffff;
  border-radius: 40px;
  color: #000000;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 3rem 2rem 2rem;
  position: relative;
}
@media only screen and (min-width: 1800px) {
  .front-page .achivements .grid article h4 {
    font-size: 3.5rem;
    line-height: 4.3rem;
    padding: 4rem;
  }
}
.front-page .achivements .grid article h4:after {
  background: #ffffff;
  border-radius: 30px 0 0 0;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer .wrapper {
  overflow: hidden;
}
.footer .wrapper .grid {
  background: #F6F9E0;
  border-radius: 0 0 40px 40px;
}
@media only screen and (min-width: 1440px) {
  .footer .wrapper .grid {
    padding: 4rem;
  }
}
.footer .wrapper h2 {
  background: #F6F9E0;
  display: block;
  margin: 0;
  padding: 2rem 0 0;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .footer .wrapper h2 {
    padding: 2rem 4rem 0;
  }
}
.footer .wrapper h2:after {
  background: transparent;
  border-radius: 50%;
  box-shadow: 40px -40px 0 0 #ffffff;
  content: "";
  height: 80px;
  right: 0;
  position: absolute;
  top: 2rem;
  width: 80px;
}
.footer article a {
  word-break: break-word;
}
.footer .footer-navigation {
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #F6F9E0;
  border-radius: 40px 40px 0 0;
  gap: 2rem;
  position: relative;
  z-index: 6;
}
.footer .footer-navigation span {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.footer .footer-navigation span:before {
  border-radius: 0 40px 0 0;
  box-shadow: 40px -40px 0 40px #fff;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: block;
  z-index: 2;
}
.footer .footer-navigation a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  background: #000000;
  box-shadow: 0 0 0 32px #fff;
  border: 1px solid #000000;
  border-radius: 40px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  gap: 2rem;
  line-height: 3rem;
  padding: 2rem 4rem;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
.footer .footer-navigation a:after {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 1/1;
  border: 3px solid #ffffff;
  border-radius: 100%;
  content: "\e815";
  font-family: fontello;
  font-size: 2rem;
  padding: 1rem;
}
.footer .footer-navigation a:hover, .footer .footer-navigation a:active, .footer .footer-navigation a:focus-within, .footer .footer-navigation a:focus {
  background: #ffffff;
  color: #000000;
}
.footer .footer-navigation a:hover:after, .footer .footer-navigation a:active:after, .footer .footer-navigation a:focus-within:after, .footer .footer-navigation a:focus:after {
  border-color: #000000;
}
.footer article a {
  color: #247597;
  font-weight: bold;
}
.footer address {
  font-style: normal;
}
.footer .credits {
  text-align: right;
  padding: 1rem 0 3rem;
}

.front-page .footer {
  margin-bottom: 2rem;
}
.front-page .footer h2,
.front-page .footer .grid {
  padding-left: 2rem;
  padding-right: 2rem;
}
.front-page .footer h2 {
  padding-top: 4rem;
}
@media only screen and (min-width: 1440px) {
  .front-page .footer .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .front-page .footer h2,
  .front-page .footer .grid {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.page-template-default:not(.front-page) {
  background: #ECF7FC;
}
.page-template-default:not(.front-page) #site-main-content {
  background: #ECF7FC;
}
.page-template-default:not(.front-page) .columns-2-1 {
  padding: 160px 2rem 0;
}
@media only screen and (min-width: 1440px) {
  .page-template-default:not(.front-page) .columns-2-1 {
    padding: 160px 6rem 0;
  }
}
.page-template-default:not(.front-page) .gallery .slick-slide {
  aspect-ratio: 4/3;
}
.page-template-default:not(.front-page) .footer .wrapper {
  background: #4E505C;
  border-radius: 40px;
}
.page-template-default:not(.front-page) .footer h2,
.page-template-default:not(.front-page) .footer .grid {
  background: none;
  color: #ffffff;
}
.page-template-default:not(.front-page) .footer h2:after,
.page-template-default:not(.front-page) .footer .grid:after {
  display: none;
}
.page-template-default:not(.front-page) .footer p,
.page-template-default:not(.front-page) .footer a {
  color: #ffffff;
}
.page-template-default:not(.front-page) .footer .footer-navigation {
  display: none;
}
.page-template-default:not(.front-page) .footer cite {
  color: #000000;
}
.page-template-default:not(.front-page) .footer cite a {
  color: #000000;
}
.page-template-default blockquote {
  border-radius: 30px;
}
.page-template-default blockquote:before {
  color: #D0DF65;
}

.report-sidebar picture {
  display: block;
  overflow: hidden;
  position: relative;
}
.report-sidebar picture.has-link:before, .report-sidebar picture.has-link:after {
  border-radius: 40px;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 80px;
  z-index: 2;
}
.report-sidebar picture.has-link:before {
  box-shadow: 40px 40px 0 0px #ECF7FC;
  bottom: 107px;
  right: 0;
}
.report-sidebar picture.has-link:after {
  box-shadow: 40px 40px 0 0px #ECF7FC;
  bottom: 0;
  right: 268px;
}
.report-sidebar picture img {
  aspect-ratio: 4/5;
  border-radius: 40px;
  display: block;
  object-fit: cover;
}
.report-sidebar picture a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  background: #000000;
  box-shadow: 0 0 0 1rem #ECF7FC;
  border: 1px solid #000000;
  border-radius: 40px;
  bottom: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  gap: 2rem;
  line-height: 2.2rem;
  padding: 1rem 2rem;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  width: max-content;
  z-index: 15;
}
.report-sidebar picture a:after {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 1/1;
  border: 3px solid #ffffff;
  border-radius: 100%;
  content: "\e815";
  font-family: fontello;
  font-size: 1.25rem;
  padding: 0.5rem;
}
.report-sidebar picture a:hover, .report-sidebar picture a:active, .report-sidebar picture a:focus-within, .report-sidebar picture a:focus {
  background: #ffffff;
  color: #000000;
}
.report-sidebar picture a:hover:after, .report-sidebar picture a:active:after, .report-sidebar picture a:focus-within:after, .report-sidebar picture a:focus:after {
  border-color: #000000;
}
.report-sidebar blockquote {
  background: #ECF7FC;
  color: #247597;
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-top: 6rem;
  position: relative;
  padding: 0;
  z-index: 3;
}
.report-sidebar blockquote:before, .report-sidebar blockquote:after {
  display: none;
}
.report-sidebar .author {
  color: #247597;
  font-weight: bold;
}
