/* DO NOT EDIT DIRECTLY */

/* --------------------------------- *
 * PARTIALS                          *
 * --------------------------------- */
/* --------------------------------- *
 * MIXINS.SCSS                       *
 * --------------------------------- */
/* --------------------------------- *
 * NORMALIZE.SCSS                    *
 * --------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border-radius: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --------------------------------- *
 * BOILERPLATE.SCSS                  *
 * --------------------------------- */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* --------------------------------- *
 * BASE                              *
 * --------------------------------- */
/* --------------------------------- *
 * COLORS
 * --------------------------------- */
/* --------------------------------- *
 * FONTS
 * --------------------------------- */
/* --------------------------------- *
 * SPACING
 * --------------------------------- */
/* --------------------------------- *
 * ANIMATIONS
 * --------------------------------- */
/* --------------------------------- *
 * MEDIA QUERIES
 * --------------------------------- */
/* --------------------------------- *
 * TYPOGRAPHY                        *
 * --------------------------------- */
body {
  color: #221f1f;
  font: 300 118.5%/1.65 "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #221f1f;
  margin-top: 0;
  line-height: 1.25;
}

h3 {
    font-weight: 400;
  }

h2 {
  font-size: 2rem;
}

h2.deco {
  margin-top: 4rem;
  position: relative;
}
h2.deco ~ p,
h2.deco ~ ol li,
h2.deco ~ ul li {
  line-height: 1.75;
}
h2.deco:first-of-type {
  margin-top: 0;
}
h2.deco::before {
  content: attr(data-text);
  color: transparent;
  padding-right: 1rem;
  border-right: 1px solid transparent;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  height: 2.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  transition-property: border-right-color;
}
h2.deco::after {
  content: "";
  z-index: -2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/grid-pattern.png");
  background-repeat: repeat;
  height: 2.0625rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
}
h2.deco.is-present::before {
  border-right-color: #221f1f;
}
h2.deco.is-present::after {
  opacity: 1;
}

#page-header {
  margin: 1rem 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #page-header {
    margin: 4.875rem 0;
  }
}
#page-header h1 {
  font-weight: 300;
  color: #00823d;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  #page-header h1 {
    font-size: 3.25rem;
  }
}
#page-header h1 strong, #page-header h1 b {
  font-weight: 800;
}
#page-header p {
  font-weight: 300;
  font-size: 1.375rem;
}
@media screen and (min-width: 769px) {
  #page-header p {
    font-size: 1.75rem;
  }
}

p, li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin: 0 0 1.25rem;
}

p.lead {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul:not([class]),
ol:not([class]) {
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}
ul.inline li,
ol.inline li {
  display: inline-block;
  margin-right: 1rem;
}

ul:not([class]) li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
}
ul:not([class]) li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border: 0.375rem solid transparent;
  border-left-color: #00823d;
}

a:not([class]) {
  display: inline;
  color: #00823d;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
a:not([class]):focus, a:not([class]):hover, a:not([class]):active {
  text-decoration: none;
  color: #00a24c;
}

/* --------------------------------- *
 * DOCUMENT                          *
 * --------------------------------- */
html, body {
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-smoothing: antialiased;
}

html {
  position: relative;
}

/* body.admin-bar {
  margin-top: -32px !important;
}

#wpadminbar {
  display: none !important;
} */

#main {
  min-height: calc(100vh - 26rem);
}

.container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

.container--padded {
  padding: 0 2rem;
}
@media screen and (min-width: 1440px) {
  .container--padded {
    padding: 0 6.25rem;
  }
}

.wrap-narrow {
  max-width: 63rem;
  margin: 0 auto;
}

.m-text:last-child {
  padding-bottom: 4.875rem;
}

#membee-login-wrap {
  text-align: center;
}

.js-fade,
.js-fade-children > * {
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
}
.js-fade.has-animated,
.js-fade-children > *.has-animated {
  opacity: 1;
}

.js-slide,
.js-slide-children > * {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.4s ease-in-out !important;
}
.js-slide.has-animated,
.js-slide-children > *.has-animated {
  opacity: 1;
  transform: translateY(0);
}

.grid {
  margin: 0 auto;
}
.grid + .grid {
  margin-top: 4.25rem;
}
@media screen and (min-width: 769px) {
  .grid + .grid {
    margin-top: 0;
  }
}

.grid--grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4.25rem;
}
@media screen and (min-width: 769px) {
  .grid--grid.grid--halves {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--grid.grid--thirds {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--grid.grid--quarters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--grid > div:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .grid--grid > div:nth-of-type(1).grid__col--double {
    grid-column: 1/span 2;
  }
  .grid--grid > div:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .grid--grid > div:nth-of-type(2).grid__col--double {
    grid-column: 2/span 2;
  }
  .grid--grid > div:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .grid--grid > div:nth-of-type(3).grid__col--double {
    grid-column: 3/span 2;
  }
  .grid--grid > div:nth-of-type(4) {
    grid-column: 4;
    grid-row: 1;
  }
  .grid--grid > div:nth-of-type(4).grid__col--double {
    grid-column: 4/span 2;
  }
  .grid--grid .grid__col--pull {
    margin-top: -12.5rem;
  }
  .grid--grid .grid__col--push {
    padding-top: 6.75rem;
  }
  .grid--grid .grid__col--centered {
    display: grid;
    align-content: center;
  }
}

html.no-cssgrid .grid--grid,
.grid--flex {
  display: block;
}
@media screen and (min-width: 769px) {
  html.no-cssgrid .grid--grid,
.grid--flex {
    display: flex;
    align-items: center;
  }
  html.no-cssgrid .grid--grid .grid__col,
.grid--flex .grid__col {
    flex: 1;
  }
}

html.cssgridlegacy .grid--grid {
  display: block;
}
html.cssgridlegacy .grid--grid > div {
  margin-bottom: 4.25rem;
}
@media screen and (min-width: 769px) {
  html.cssgridlegacy .grid--grid {
    display: grid;
  }
  html.cssgridlegacy .grid--grid.grid--halves {
    grid-template-columns: 1fr 4.25rem 1fr;
  }
  html.cssgridlegacy .grid--grid.grid--thirds {
    grid-template-columns: 1fr 4.25rem 1fr 4.25rem 1fr;
  }
  html.cssgridlegacy .grid--grid.grid--quarters {
    grid-template-columns: 1fr 4.25rem 1fr 4.25rem 1fr 4.25rem 1fr;
  }
  html.cssgridlegacy .grid--grid > div {
    margin-bottom: 0;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(1) {
    grid-column: 1;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(1).grid__col--double {
    grid-column: 1/span 3;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(2) {
    grid-column: 3;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(2).grid__col--double {
    grid-column: 3/span 3;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(3) {
    grid-column: 5;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(3).grid__col--double {
    grid-column: 5/span 3;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(4) {
    grid-column: 7;
  }
  html.cssgridlegacy .grid--grid > div:nth-of-type(4).grid__col--double {
    grid-column: 7/span 3;
  }
}

/* --------------------------------- *
 * COMPONENTS                        *
 * --------------------------------- */
 .matterport-showcase {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.matterport-showcase iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn, .em-booking-submit {
  display: block;
  padding: 1.375rem;
  width: 100%;
  margin: 1.25rem 0; 
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25; 
  font-weight: 700;
  color: #FFF;
  background-color: #00823d;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color, border-color;
}

.wpfc-calendar-wrapper .fc-button-group button,
.wpfc-calendar-wrapper .fc-toolbar button {
  /* display: block;
  padding: 1.375rem;
  width: 100%;
  margin: 1.25rem 0; */
  text-decoration: none;
  text-transform: uppercase;
  /* font-size: 1rem;
  line-height: 1.25; */
  font-weight: 700;
  color: #FFF;
  background-color: #00823d;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color, border-color;
}

.c-btn:focus, .em-booking-submit:focus, .wpfc-calendar-wrapper .fc-button-group button:focus,
.wpfc-calendar-wrapper .fc-toolbar button:focus, .c-btn:hover, .em-booking-submit:hover, .wpfc-calendar-wrapper .fc-button-group button:hover,
.wpfc-calendar-wrapper .fc-toolbar button:hover, .c-btn:active, .em-booking-submit:active, .wpfc-calendar-wrapper .fc-button-group button:active,
.wpfc-calendar-wrapper .fc-toolbar button:active {
  outline: none;
  background-color: transparent;
  border-color: #00a24c;
  color: #00a24c;
}
@media screen and (min-width: 480px) {
  .c-btn, .em-booking-submit { /*, .wpfc-calendar-wrapper .fc-button-group button,  .wpfc-calendar-wrapper .fc-toolbar button*/
    width: auto;
    display: inline-block;
  } 
}

.c-btn--secondary, .wpfc-calendar-wrapper .fc-button-group button,
.wpfc-calendar-wrapper .fc-toolbar button {
  background-color: #221f1f;
}
.c-btn--secondary:focus, .wpfc-calendar-wrapper .fc-button-group button:focus,
.wpfc-calendar-wrapper .fc-toolbar button:focus, .c-btn--secondary:hover, .wpfc-calendar-wrapper .fc-button-group button:hover,
.wpfc-calendar-wrapper .fc-toolbar button:hover, .c-btn--secondary:active, .wpfc-calendar-wrapper .fc-button-group button:active,
.wpfc-calendar-wrapper .fc-toolbar button:active {
  background-color: transparent;
  border-color: #221f1f;
  color: #221f1f;
}

.c-btn--primary, .wpfc-calendar-wrapper button.fc-state-active {
  background-color: #00823d;
}
.c-btn--primary:focus, .wpfc-calendar-wrapper button.fc-state-active:focus, .c-btn--primary:hover, .wpfc-calendar-wrapper button.fc-state-active:hover, .c-btn--primary:active, .wpfc-calendar-wrapper button.fc-state-active:active {
  background-color: transparent;
  border-color: #00a24c;
  color: #00a24c;
}

.c-btn--inverted {
  background-color: #FFF;
  color: #00823d;
}
.c-btn--inverted:focus, .c-btn--inverted:hover, .c-btn--inverted:active {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.c-btn--outline {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}
.c-btn--outline:focus, .c-btn--outline:hover, .c-btn--outline:active {
  background-color: #FFF;
  border-color: #FFF;
  color: #221f1f;
}

.c-btn--small {
  padding: 0.375rem 0.5rem;
}

.c-btn--mid {
  font-size: 1.125rem;
  padding: 0.625rem 0.875rem;
  min-width: 9.375rem;
  text-align: center;
}

.wpcf7,
.em-booking {
  position: relative;
  background: #FFF;
  margin-bottom: 4.875rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=phone],
.wpcf7 input[type=email],
.wpcf7 textarea,
.em-booking input[type=text],
.em-booking input[type=phone],
.em-booking input[type=email],
.em-booking textarea {
  border: none;
  background: #edebea;
  color: #221f1f;
  padding: 0.75rem 1rem;
  width: 100%;
}

.wpcf7 p {
  position: relative;
}
.wpcf7 label {
  color: #6e6e6e;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 2rem;
  line-height: 1rem;
  font-size: 1.375rem;
  line-height: 1.27;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transform-origin: top left;
  transition: all 0.2s ease-in-out;
  transition-property: top, left, transform;
}
.wpcf7 .form-row {
  display: flex;
  margin: 0 -1rem 2rem;
  width: calc(100% - 2rem);
}
.wpcf7 .form-row .form-item {
  position: relative;
  width: 100%;
  padding: 0 1rem;
}

.wpcf7 .form-row .form-item--half {
  width: 50%;
}
@media screen and (max-width:500px){
    .wpcf7 .form-row {
        display: block;
        margin: 0 -1rem 2rem;
        width: 100%;
    }
    .wpcf7 .form-row .form-item--half {
        width: 100%;
        margin-bottom: 32px;
      }
}
@media screen and (max-width:590px){
    .fc-toolbar .fc-right , .fc-toolbar .fc-left{
    float: center!important;
}
}
.fc-toolbar .fc-left {
    float: center;
}

.wpcf7 .form-item.is-filled label {
  top: -1.5rem;
  left: 1rem;
  transform: scale(0.75);
}
.wpcf7 .wpcf7-form-control-wrap {
  height: 100%;
  width: 100%;
}

/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: $brand;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide__content {
  padding: 0 3.25rem 3.25rem;
}
.swiper-slide__content, .swiper-slide__content * {
  box-sizing: border-box;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00823d;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #00823d;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00823d;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-pagination {
  list-style-type: none;
  margin: 4.875rem 0;
  text-align: center;
}
.c-pagination li {
  display: inline-block;
  text-align: center;
}
.c-pagination li a,
.c-pagination li span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  margin: 0 0.375rem;
  line-height: 2.5rem;
  border-color: #edebea;
  background: #edebea;
  color: #00823d;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transition-property: border-color, background-color, color;
}
.c-pagination li a:focus, .c-pagination li a:hover, .c-pagination li a:active {
  background: #00823d;
  border-color: #00823d;
  color: #FFF;
}
.c-pagination li.c-pagination__item--current span {
  background: #00823d;
  border-color: #00823d;
  color: #FFF;
}

.c-pagination__item--next span,
.c-pagination__item--prev span {
  color: #6e6e6e !important;
}

.m-posts--light .c-pagination {
  margin: 3rem 0 0;
}
.m-posts--light .c-pagination li a, .m-posts--light .c-pagination li span {
  line-height: 2.375rem;
  border: 2px solid #00823d;
}
.m-posts--light .c-pagination li span {
  border-color: #6e6e6e;
}
.m-posts--light .c-pagination li.c-pagination__item--current span {
  border-color: #00823d;
}

/* --------------------------------- *
 * MODULES                           *
 * --------------------------------- */
.m-posts {
  position: relative;
  padding: 3rem 0;
}
.m-posts .container {
  position: relative;
  z-index: 1;
}

.m-posts__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  z-index: 0;
}

.m-posts--light {
  background-color: #edebea;
}

.m-posts__header {
  text-align: center;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 769px) {
  .m-posts__header {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .m-posts__header h2 {
    font-size: 2.25rem;
    margin: 0 2rem 0 0;
  }
}
.m-posts__header h2 {
  color: #221f1f;
  text-transform: uppercase;
  font-weight: 700;
}
.m-posts__header .c-btn, .m-posts__header .em-booking-submit, .m-posts__header .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .m-posts__header button,
.m-posts__header .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .m-posts__header button {
  display: none;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 1280px) {
  .m-posts__header .c-btn, .m-posts__header .em-booking-submit, .m-posts__header .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .m-posts__header button,
.m-posts__header .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .m-posts__header button {
    display: block;
  }
}

.m-posts__header-bg {
  display: none;
  background-color: transparent;
  background-image: url("../img/grid-pattern.png");
  background-repeat: repeat;
  flex-grow: 1;
  height: 2.0625rem;
}

section.m-posts--bg .m-posts__header-bg{
   filter: invert(1);
} 

.m-posts__header-bg.has-animated {
  opacity: 0.25;
}
@media screen and (min-width: 769px) {
  .m-posts__header-bg {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .m-posts__posts {
    display: flex;
    flex-direction: row;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 1440px) {
  .m-posts__posts {
    width: calc(100% + 2rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.c-post {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #bdbbbb;
}
.c-post:first-of-type {
  border-top: none;
}
@media screen and (min-width: 1280px) {
  .c-post {
    width: 33.33%;
    border-left: 1px solid #bdbbbb;
    border-top: none;
    padding: 2rem 1rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .c-post {
    padding: 2rem 2rem 0;
  }
}
.c-post h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.275;
  margin: 0.5rem 0;
}
.c-post h3:hover {
    color: #00823d;
}
.c-post time {
  color: #3c3c3c;
}
.c-post:first-of-type {
  border-left: none;
}

.m-posts__mob-btn {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .m-posts__mob-btn {
    display: none;
  }
}

.c-post__type {
  text-transform: uppercase;
}

.m-posts--bg {
  background-color: #221f1f;
}
.m-posts--bg .c-post {
  border-color: #FFF;
}
.m-posts--bg .m-posts__header h2,
.m-posts--bg .c-post time,
.m-posts--bg p {
  color: #FFF;
}
.m-posts--bg .c-post h3 {
  color: #00a24c;
}
.m-posts--bg .c-post time {
  font-weight: 700;
}
.m-posts--bg .m-posts__header-bg.has-animated {
  opacity: 1;
}

.m-side-text {
  padding-bottom: 4.875rem;
}
.m-side-text + .m-side-text .m-side-text__inner {
  padding-top: 4.875rem;
  border-top: 2px solid #221f1f;
}

@media screen and (min-width: 769px) {
  .m-side-text__inner {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .m-side-text__heading {
    width: 40%;
    padding-right: 4rem;
  }
}
.m-side-text__heading h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #3c3c3c;
}
@media screen and (min-width: 769px) {
  .m-side-text__heading h2 {
    font-size: 2.875rem;
  }
}

.m-side-text__content {
  padding-top: 1rem;
}
@media screen and (min-width: 769px) {
  .m-side-text__content {
    width: 60%;
  }
}
.m-side-text__content p.lead {
  color: #3c3c3c;
}

@media screen and (max-width:780px){
    section.m-media div.container img{
        width: 100%;
    }
}

.m-media {
  margin: 4.875rem 0;
}

.m-media__video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-media__video-container iframe,
.m-media__video-container video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pbThumbs li::before {
  display: none !important;
}

#pbAutoplayBtn {
  display: none !important;
}

.m-accordions {
  margin: 4.875rem 0;
}
.m-accordions .container--padded p {
  text-align: center;
  font-weight: 300;
  font-size: 1.375rem;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) {
  .m-accordions .container--padded p {
    font-size: 1.75rem;
  }
}

.m-accordions__accordions {
  list-style-type: none;
  padding: 0;
  margin: 0 -4rem;
  width: calc(100% + 8rem);
}

.m-accordions__accordion {
  border-bottom: 2px solid #f1f1f1;
  position: relative;
}
.m-accordions__accordion::after {
  content: "";
  border: 1rem solid transparent;
  border-top-color: #f1f1f1;
  position: absolute;
  top: 2.3125rem;
  right: 4rem;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  transition-property: transform;
}
@media screen and (min-width: 1280px) {
  .m-accordions__accordion::after {
    top: 3rem;
  }
}
.m-accordions__accordion:focus::after, .m-accordions__accordion:hover::after, .m-accordions__accordion:active::after {
  border-top-color: #00a24c;
}
.m-accordions__accordion.is-active::after {
  border-top-color: #221f1f;
  transform: scaleY(-1) translateY(1rem);
}

.m-accordions__title {
  display: block;
  padding: 2rem 4rem 2rem;
  text-decoration: none;
  color: #221f1f;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .m-accordions__title {
    font-size: 1.625rem;
  }
}
.m-accordions__title h2 {
  margin-bottom: 0;
}
.m-accordions__title:focus h2, .m-accordions__title:hover h2, .m-accordions__title:active h2 {
  color: #00a24c;
}

.m-accordions__panel {
  display: none;
  padding: 0 4rem;
}
.m-accordions__panel img {
  margin-top: 0.25rem !important;
}

.m-accordions--slider {
  background-color: #edebea;
  padding: 4.875rem 0;
}
.m-accordions--slider .clearfix {
  padding: 0 1.5rem;
}
.m-accordions--slider h2 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .m-accordions__flex {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0 1.5rem;
  }
}

.m-accordions__img {
  min-height: 20rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .m-accordions__img {
    width: 33.33%;
    height: 100%;
  }
}
.m-accordions__img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.m-accordions__content {
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .m-accordions__content {
    width: 66.67%;
    padding-top: 0;
    padding-left: 3rem;
  }
}

.m-image-links {
  position: relative;
  z-index: 80;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .m-image-links {
    height: 30rem;
  }
}
@media screen and (min-width: 1280px) {
  .m-image-links {
    height: 42.5rem;
  }
}

.m-image-links__list {
  position: relative;
  font-size: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  .m-image-links__list {
    display: flex;
  }
}

.m-image-links__item {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
}
@media screen and (min-width: 769px) {
  .m-image-links__item {
    width: 33.33%;
    height: 100%;
  }
}

.m-image-links__link {
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
  padding: 4.875rem 2rem;
	
	
  
}
@media screen and (min-width: 769px) {
  .m-image-links__link {
    padding: 0 2rem;
    min-height: 30rem;
  }
}
.m-image-links__link::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #221f1f;
   background-image: url("../img/grid-pattern.png"); 
}
@media screen and (min-width: 769px) {
  .m-image-links__link::after {
    opacity: 0.5;
    background-color: rgba(34, 31, 31, 0.2);
    background-image: none;
    transition: opacity 0.3s, background-color 0.3s;
  }
}
.m-image-links__link > * {
  font-size: 16px;
  display: inline-block;
}
.m-image-links__link:focus::after, .m-image-links__link:hover::after, .m-image-links__link:active::after {
  opacity: 0.75;
  background-color: #221f1f;
   background-image: url("../img/grid-pattern.png"); 
}
.m-image-links__link:focus .m-image-links__icon, .m-image-links__link:hover .m-image-links__icon, .m-image-links__link:active .m-image-links__icon {
  transform: scale(0.8) translateY(-3rem);
}
@media screen and (min-width: 1280px) {
  .m-image-links__link:focus .m-image-links__icon, .m-image-links__link:hover .m-image-links__icon, .m-image-links__link:active .m-image-links__icon {
    transform: scale(0.8);
  }
}
.m-image-links__link:focus .m-image-links__title, .m-image-links__link:hover .m-image-links__title, .m-image-links__link:active .m-image-links__title {
  background-color: transparent;
  transform: translateY(0);
}
.m-image-links__link:focus .m-image-links__title h2, .m-image-links__link:hover .m-image-links__title h2, .m-image-links__link:active .m-image-links__title h2 {
  opacity: 1;
}
.m-image-links__link:focus .m-image-links__title h2, .m-image-links__link:hover .m-image-links__title h2, .m-image-links__link:active .m-image-links__title h2 {
  transform: scale(1);
}
.m-image-links__link:focus .m-image-links__title:after, .m-image-links__link:hover .m-image-links__title:after, .m-image-links__link:active .m-image-links__title:after {
  opacity: 0;
  transform: scale(0);
}
.m-image-links__link:focus .m-image-links__text, .m-image-links__link:hover .m-image-links__text, .m-image-links__link:active .m-image-links__text {
  opacity: 1;
  transform: translateY(0);
}

.m-image-links__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-image-links__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-image-links__content {
  position: relative;
  z-index: 5;
}

.m-image-links__title {
  position: relative;
  display: block;
  margin: 0 auto;
}
.m-image-links__title::after {
  content: "";
  width: 16rem;
  height: 16rem;
  left: 50%;
  margin-left: -8rem;
  position: absolute;
  border-radius: 50%;
  background-color: #221f1f;
  opacity: 0;
  background-image: url("../img/grid-pattern.png");
  background-repeat: repeat;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .m-image-links__title::after {
    top: 0;
    opacity: 0.75;
  }
}
@media screen and (min-width: 1280px) {
  .m-image-links__title::after {
    top: -3rem;
  }
}
.m-image-links__title h2 {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #FFF;
  margin: 0;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .m-image-links__title h2 {
    transform: scale(0.45);
    opacity: 0;
  }
}

.m-image-links__icon {
  position: relative;
  z-index: 3;
  width: 9rem;
  height: 9rem;
  margin: auto;
  fill: none;
  stroke: #FFF;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-linecap: round;
  transition: transform 0.3s;
  top: 3rem;
  display: none;
}
@media screen and (min-width: 769px) {
  .m-image-links__icon {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .m-image-links__icon {
    top: 0;
  }
}

#page-header .m-image-links__icon {
  top: 0 !important;
}

.m-image-links__text {
  display: inline-block;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px) {
  .m-image-links__text {
    opacity: 0;
    transform: translateY(20px);
  }
}
.m-image-links__text .c-btn, .m-image-links__text .em-booking-submit, .m-image-links__text .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .m-image-links__text button,
.m-image-links__text .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .m-image-links__text button {
  text-transform: none;
}
.m-image-links__text .c-btn span, .m-image-links__text .em-booking-submit span, .m-image-links__text .wpfc-calendar-wrapper .fc-button-group button span, .wpfc-calendar-wrapper .fc-button-group .m-image-links__text button span,
.m-image-links__text .wpfc-calendar-wrapper .fc-toolbar button span,
.wpfc-calendar-wrapper .fc-toolbar .m-image-links__text button span {
  transform: scaleX(0.75) translateY(1px);
  display: inline-block;
  margin-left: 0.25rem;
}

.m-logos {
  margin: 4.875rem 0;
}
.m-logos h2 {
  text-align: center;
  text-transform: uppercase;
}

.m-logos__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.m-logos__logo {
  width: 33.33%;
  max-width: 80%;
  padding: 2rem 1rem 0 1rem;
  display: block;
  text-align: center;
}
.m-logos__logo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 4rem;
}
@media screen and (min-width: 769px) {
  .m-logos__logo img {
    max-height: none;
  }
}

.m-tiles {
  background: #edebea;
}

@media screen and (min-width: 769px) {
  .m-tiles__row {
    display: flex;
    align-items: stretch;
  }
}

.m-tiles__tile {
  order: 1;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .m-tiles__tile {
    width: 50%;
    min-height: 20rem;
    padding: 3rem 4rem;
  }
}

@media screen and (min-width: 769px) {
  .m-tiles__row--reverse .m-tiles__tile--title {
    order: 2;
  }
}

.m-tiles__slides p.lead {
  font-size: 1.375rem;
}
.m-tiles__slides h3 {
  text-transform: uppercase;
  color: #00823d;
  font-size: 1.625rem;
  margin-bottom: 0.75rem;
}
.m-tiles__slides .swiper-slide__content {
  padding: 2rem 0;
}

.m-tiles__tile--title {
  position: relative;
  overflow: hidden;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-tiles__tile--title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
  background-image: url("../img/grid-pattern.png");
  background-repeat: repeat;
}
.m-tiles__tile--title h2 {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1.125;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .m-tiles__tile--title h2 {
    font-size: 5.25rem;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.m-tiles__tile--title h2.m-tiles__tile--title-short {
  font-size: 2.25rem;
}
@media screen and (min-width: 769px) {
  .m-tiles__tile--title h2.m-tiles__tile--title-short {
    font-size: 4.25rem;
  }
}
.m-tiles__tile--title img {
  opacity: 0.3;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.m-statistics {
  background-color: #edebea;
  padding: 4.875rem 0;
  text-align: center;
}
.m-statistics h3 {
  font-weight: 700;
  font-size: 1.75rem;
  margin: 2rem 0;
}

.m-statistics__heading h2 {
  color: #00823d;
  font-weight: 700;
  font-size: 2.625rem;
}
.m-statistics__heading p {
  font-weight: 600;
  font-size: 1.25rem;
}

.m-statistics__stats {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.m-statistics__stats li {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .m-statistics__stats li {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .m-statistics__stats li {
    width: 25%;
  }
}
.m-statistics__stats li span {
  display: block;
  font-weight: 300;
  font-size: 2.875rem;
  line-height: 1.25;
}

.m-code {
  margin: 1rem 0;
  /*margin: 4.875rem 0;*/
}
.m-code .container--padded p {
  text-align: center;
  font-weight: 300;
  font-size: 1.375rem;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) {
  .m-code .container--padded p {
    font-size: 1.75rem;
  }
}

.m-code__heading {
  text-align: center;
  border-bottom: 2px solid #221f1f;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.m-code__heading h2 {
  color: #00823d;
  font-weight: 700;
  font-size: 2.625rem;
}
.m-code__heading p {
  font-weight: 600;
  font-size: 1.25rem;
}
.m-code__heading p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .m-code__main {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.m-code__foot {
  font-size: 0.875rem;
  text-align: center;
  max-width: 45rem;
  margin: 2rem auto 0;
}

.m-accordions + .m-membership {
  margin-top: -4.875rem;
}

.m-membership {
  padding: 4.875rem 0;
  background-color: #00823d;
  color: #FFF;
}
.m-membership h2, .m-membership p, .m-membership p a {
  color: #FFF !important;
}

.m-membership__heading {
  text-align: center;
}
.m-membership__heading .c-btn, .m-membership__heading .em-booking-submit, .m-membership__heading .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .m-membership__heading button,
.m-membership__heading .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .m-membership__heading button {
  /* min-width: 50%;
  margin-bottom: 0.25rem; */
}

.m-testimonials {
  padding: 4.875rem 0;
}
@media screen and (min-width: 769px) {
  .m-testimonials .swiper-slide__content {
    border-right: 2px solid #edebea;
  }
}
.m-testimonials .swiper-slide__content span {
  font-family: "Times New Roman", "Times", serif;
  font-weight: 900;
  font-size: 6rem;
  line-height: 0.75;
  color: #00823d;
  display: block;
  margin-bottom: 0;
}
.m-testimonials .swiper-slide__content span + p {
  margin-top: -1rem;
}

.m-testimonial__footer p {
  font-size: 0.875rem;
  margin: 0;
}

/* --------------------------------- *
 * GLOBALS                           *
 * --------------------------------- */
.skip-link {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#top {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 920px) {
  #top {
    border-bottom: 5px solid #00823d;
  }
}

.header__bar {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .header__bar {
    height: 8rem;
  }
}

.c-logo {
  width: 8rem;
  flex-shrink: 0;
  display: flex;
  align-items: space-between;
  margin-right: 2rem;
}
.c-logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-logo {
    width: 12rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-logo {
    width: 14.5rem;
  }
}

.mob-toggle-nav {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  background: #FFF;
  border-radius: 50%;
  font-size: 0;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  outline: none;
}
@media screen and (min-width: 1280px) {
  .mob-toggle-nav {
    display: none;
  }
}
.mob-toggle-nav .mob-toggle-nav__icon {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.mob-toggle-nav .mob-toggle-nav__icon span {
  transition: all 0.2s ease-in-out;
  transition-property: width, opacity, transform;
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #00823d;
}
.mob-toggle-nav .mob-toggle-nav__icon span:nth-of-type(1) {
  top: 4px;
  left: 0;
}
.mob-toggle-nav .mob-toggle-nav__icon span:nth-of-type(2) {
  top: 14px;
}
.mob-toggle-nav .mob-toggle-nav__icon span:nth-of-type(3) {
  top: 14px;
}
.mob-toggle-nav .mob-toggle-nav__icon span:nth-of-type(4) {
  top: 24px;
  right: 0;
}

body.has-mob-nav .mob-toggle-nav {
  z-index: 999;
}

body.has-mob-nav .mob-toggle-nav__icon span:nth-child(1) {
  width: 0;
  opacity: 0;
}
body.has-mob-nav .mob-toggle-nav__icon span:nth-child(2) {
  transform: rotate(45deg);
}
body.has-mob-nav .mob-toggle-nav__icon span:nth-child(3) {
  transform: rotate(-45deg);
}
body.has-mob-nav .mob-toggle-nav__icon span:nth-child(4) {
  width: 0;
  opacity: 0;
}

.nav--main .nav__list {
  position: fixed;
  background-color: #FFF;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  box-shadow: 0 -4px 32px 3px rgba(34, 31, 31, 0.2);
  height: 100%;
  padding-top: 4rem;
  list-style-type: none;
  transition: all 0.2s ease-in-out;
  transition-property: right;
}
@media screen and (min-width: 769px) {
  .nav--main .nav__list {
    width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 920px) {
  .nav--main .nav__list {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .nav--main .nav__list {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
}
.nav--main .nav__item {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nav--main .nav__item.is-open::after, .nav--main .nav__item:hover::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background-color: #00823d;
  }
}
.nav--main .nav__item.is-open .nav--sub {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1280px) {
  .nav--main > .nav__list > .nav__item--current::after,
.nav--main > .nav__list > .nav__item--ancestor::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background-color: #00823d;
  }
}
.nav--main .nav__link {
  display: flex;
  align-items: center;
  color: #221f1f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding: 1.5rem 1rem;
  border-left: 0.5rem solid #00823d;
}
.nav--main .nav__link:focus, .nav--main .nav__link:hover, .nav--main .nav__link:active {
  color: #00823d;
}
@media screen and (min-width: 1280px) {
  .nav--main .nav__link {
    padding: 0 1rem;
    height: 8rem;
    font-weight: 700;
    border-left: 0;
  }
}

.nav--sub {
  list-style-type: none;
  background: #FFF;
}
@media screen and (min-width: 1280px) {
  .nav--sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 25rem;
    border-top: 5px solid #00823d;
    border-left: 0;
    box-shadow: 0 0 32px 3px rgba(34, 31, 31, 0.2);
  }
}
.nav--sub .nav__link {
  display: block;
  height: auto;
  text-transform: none;
  padding: 0;
  font-weight: 700;
  border-left: 0.5rem solid #edebea;
}
.nav--sub .nav__link:focus, .nav--sub .nav__link:hover, .nav--sub .nav__link:active {
  border-left-color: #00823d;
  background: #00823d;
  color: #FFF;
}
.nav--sub .nav__link:focus span, .nav--sub .nav__link:hover span, .nav--sub .nav__link:active span {
  border-bottom-color: transparent;
}
.nav--sub .nav__link span {
  display: block;
  border-bottom: 1px solid #edebea;
  margin: 0 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .nav--sub .nav__link {
    border-left: 0;
  }
}

.header__membership {
  background: #00823d;
  color: #FFF;
  border-top: 2px solid #00823d;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header__membership {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .header__membership .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__membership p {
  display: none;
  margin: 0 2rem 0 0;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .header__membership p {
    display: block;
    font-size: 1.625rem;
    text-align: right;
  }
}
.header__membership .c-btn, .header__membership .em-booking-submit, .header__membership .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .header__membership button,
.header__membership .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .header__membership button {
  /* display: block;
  width: 100%;
  margin: 0; */
  background: #00823d;
  border-color: #00823d;
  color: #FFF;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .header__membership .c-btn, .header__membership .em-booking-submit, .header__membership .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .header__membership button,
.header__membership .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .header__membership button {
    display: inline-block;
    width: auto;
    background: #FFF;
    border-color: #FFF;
    color: #00823d;
    font-weight: 600;
    margin: 0;
  }
  .header__membership .c-btn:focus, .header__membership .em-booking-submit:focus, .header__membership .wpfc-calendar-wrapper .fc-button-group button:focus, .wpfc-calendar-wrapper .fc-button-group .header__membership button:focus,
.header__membership .wpfc-calendar-wrapper .fc-toolbar button:focus,
.wpfc-calendar-wrapper .fc-toolbar .header__membership button:focus, .header__membership .c-btn:hover, .header__membership .em-booking-submit:hover, .header__membership .wpfc-calendar-wrapper .fc-button-group button:hover, .wpfc-calendar-wrapper .fc-button-group .header__membership button:hover,
.header__membership .wpfc-calendar-wrapper .fc-toolbar button:hover,
.wpfc-calendar-wrapper .fc-toolbar .header__membership button:hover, .header__membership .c-btn:active, .header__membership .em-booking-submit:active, .header__membership .wpfc-calendar-wrapper .fc-button-group button:active, .wpfc-calendar-wrapper .fc-button-group .header__membership button:active,
.header__membership .wpfc-calendar-wrapper .fc-toolbar button:active,
.wpfc-calendar-wrapper .fc-toolbar .header__membership button:active {
    background-color: transparent;
    color: #FFF;
  }
}

.header__ctas {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__ctas {
    display: block;
  }
}
/* .header__ctas .c-btn, .header__ctas .em-booking-submit, .header__ctas .wpfc-calendar-wrapper .fc-button-group button, .wpfc-calendar-wrapper .fc-button-group .header__ctas button,
.header__ctas .wpfc-calendar-wrapper .fc-toolbar button,
.wpfc-calendar-wrapper .fc-toolbar .header__ctas button {
  margin: 0 0 0 0.25rem;
} */

.header__search {
  position: absolute;
  top: -8rem;
  height: 8rem;
  left: 0;
  right: 0;
  background: #00823d;
  color: #FFF;
  transition: all 0.2s ease-in-out;
  transition-property: top;
}
.header__search.is-open {
  top: 0;
}
.header__search .search-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.header__search .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
}

.search-toggle__icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  position: relative;
  padding-top: 0.5rem;
}
.search-toggle__icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.search-toggle__icon span:first-of-type {
  transform: rotate(45deg);
}
.search-toggle__icon span:last-of-type {
  transform: rotate(-45deg);
}

.search-toggle:focus .search-toggle__icon span, .search-toggle:hover .search-toggle__icon span, .search-toggle:active .search-toggle__icon span {
  background: #221f1f;
}

#site-search {
  display: inline-block;
  background: transparent;
  border: none;
  height: 1.875rem;
  border-bottom: 2px solid #FFF;
  margin-right: 1rem;
  width: 100%;
  max-width: 25rem;
  font-size: 1rem;
  font-weight: 400;
}
#site-search::-moz-placeholder {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
#site-search:-ms-input-placeholder {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
#site-search::-ms-input-placeholder {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
#site-search::placeholder {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
#site-search:focus, #site-search:hover, #site-search:active {
  outline: none;
}

@media screen and (max-width: 1279px) {
  body.has-mob-nav {
    overflow: hidden;
  }
  body.has-mob-nav .nav--main .nav__list {
    overflow-y: scroll;
    right: 0;
  }
}

.footer {
  font-family: "Montserrat", sans-serif;
  background-color: #221f1f;
  text-align: center;
  padding: 4.875rem 0;
}
.footer p {
  line-height: 1.375;
  color: #FFF;
}
.footer a {
  color: #FFF;
  font-weight: 700;
}

.footer__main {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__main {
    display: flex;
    text-align: left;
    max-width: 55rem;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .footer__main > * {
    flex-grow: 1;
  }
  .footer__main .footer__social {
    flex-grow: 0;
  }
}

.footer__social-link {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.footer__social-link svg * {
  fill: currentColor;
}
.footer__social-link:focus svg *, .footer__social-link:hover svg *, .footer__social-link:active svg * {
  fill: #edebea;
}

.footer_copyright {
  display: block;
}

.contact__map {
  width: 100%;
  margin: 4.875rem 0;
  background: #6e6e6e;
}
.contact__map iframe {
  width: 100%;
}

.contact__inner {
  margin-bottom: 4.875rem;
}
@media screen and (min-width: 769px) {
  .contact__inner {
    display: flex;
  }
}

.contact__address {
  color: #00823d;
}
@media screen and (min-width: 769px) {
  .contact__address {
    width: 33.33%;
    padding-right: 4.875rem;
  }
}
.contact__address p {
  font-size: 1.375rem;
  line-height: 1.27;
}

@media screen and (min-width: 769px) {
  .contact__main {
    width: 66.67%;
  }
}

@media screen and (min-width: 769px) {
  .contact__contacts {
    display: flex;
    flex-wrap: wrap;
  }
}

.contact__contact {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 920px) {
  .contact__contact {
    width: 50%;
    padding-right: 1rem;
  }
}
.contact__contact p {
  color: #00823d;
  font-size: 1.375rem;
  line-height: 1.27;
}

main > article {
  padding: 4.875rem 0;
}

.article__header h2 {
  font-size: 2.625rem;
  font-weight: 700;
  margin: 0;
}
.article__header h2::after {
  content: "";
  display: block;
  width: 9.375rem;
  height: 0.5rem;
  background: #00823d;
  margin: 1.5rem 0 2rem;
}

.article__footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #bdbbbb;
}

.article__recent {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.article__meta {
  display: block;
  margin: 0.5rem 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.article__body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.news-wrapper {
  padding-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .news-wrapper {
    display: flex;
  }

  .news-main {
    width: 66.66%;
    padding-right: 4.875rem;
  }

  .news-sidebar {
    width: 33.33%;
  }
}
.news-sidebar__item {
  margin: 1.5rem 0;
  border: 1px solid #bdbbbb;
}
@media screen and (min-width: 769px) {
  .news-sidebar__item {
    margin-top: 0;
  }
}
.news-sidebar__item h2 {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s ease-in-out;
  transition-property: border-bottom-color;
}
.news-sidebar__item h2 a {
  display: block;
  text-decoration: none;
  color: #221f1f;
  position: relative;
}
.news-sidebar__item h2 a::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  border: 0.375rem solid transparent;
  border-top-color: #6e6e6e;
}
.news-sidebar__item.is-active h2, .news-sidebar__item.news-sidebar__item--cats h2 {
  border-bottom-color: #bdbbbb;
}
.news-sidebar__item.is-active h2 a::after, .news-sidebar__item.news-sidebar__item--cats h2 a::after {
  transform: rotate(180deg) translateY(0.375rem);
}
.news-sidebar__item ul {
  margin: 1.5rem 0;
}

.directory {
  margin-bottom: 4.875rem;
}

.page-header--directory {
  position: relative;
  overflow: hidden;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  background-image: url("../img/directory-header.jpg");
  background-size: cover;
  background-position: center center;
}
.page-header--directory svg {
  margin-bottom: 1rem;
}
.page-header--directory::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.75;
  background-color: #3c3c3c;
}
.page-header--directory::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.25;
  background-image: url("../img/grid-pattern.png");
  background-repeat: repeat;
}
.page-header--directory .container {
  z-index: 3;
  /*padding-top: 4.875rem;
  padding-bottom: 4.875rem;*/
	padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.page-header--directory h1 {
  color: #FFF !important;
}
.page-header--directory .w2dc-content.w2dc-search-form {
  border: none !important;
}

input[name=what_search] {
  width: 100%;
}

.w2dc-search-overlay {
  padding: 0 !important;
}

@media screen and (min-width: 769px) {
  .w2dc-search-overlay {
    width: 50rem !important;
    display: flex;
  }

  input[name=what_search] {
    width: 40rem !important;
    flex-grow: 1 !important;
  }

  .w2dc-search-form-bottom,
.w2dc-search-form-button {
    width: 100% !important;
    flex-grow: 1 !important;
  }
}
.w2dc-search-form-button .w2dc-btn {
  text-transform: uppercase;
  font-weight: bold;
  width: 10rem !important;
}

.w2dc-content .w2dc-form-control,
.w2dc-content .w2dc-form-control:focus {
  border: none !important;
  border-radius: 0 !important;
}

.w2dc-content select:not(.w2dc-week-day-input):focus,
.w2dc-content select:not(.w2dc-week-day-input) {
  background-image: linear-gradient(50deg, transparent 50%, white 50%), linear-gradient(130deg, white 50%, transparent 50%), linear-gradient(to right, #00823d, #00823d) !important;
}

.w2dc-field-name {
  display: none;
}

.w2dc-search-param {
  background-color: #edebea;
  border-radius: 0 !important;
  color: #3c3c3c;
}

.w2dc-search-param .w2dc-search-param-delete, .w2dc-search-param .w2dc-search-param-delete:hover, .w2dc-search-param .w2dc-search-param-delete:focus, .w2dc-search-param .w2dc-search-param-delete:visited {
  color: #3c3c3c;
}

.w2dc-listings-grid {
  padding-top: 4.25rem;
}
@media screen and (min-width: 769px) {
  .w2dc-listings-grid {
    padding-top: 0;
  }
}
.w2dc-listings-grid .w2dc-listing {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 1rem;
  border: 1px solid #bdbbbb !important;
  text-align: center;
  background: #edebea;
}
.w2dc-listings-grid .w2dc-listing-logo-wrap {
  border-bottom: 1px solid #bdbbbb;
}
.w2dc-listings-grid .w2dc-field-content {
  font-weight: 600;
}
.w2dc-listings-grid .w2dc-field-icon {
  color: #6e6e6e;
}
.w2dc-listings-grid .w2dc-field-output-block-categories {
  padding: 0 2rem;
  text-align: left;
  max-height: 2rem;
  text-overflow: ellipsis;
}
.w2dc-listings-grid .w2dc-listings-block .w2dc-listing-text-content-wrap-nologo {
  height: 100%;
}
.w2dc-listings-grid .w2dc-field-output-block {
  margin: 0;
}
.w2dc-listings-grid .w2dc-listing-logo-img-wrap {
  background: #FFF;
  margin: 0 auto;
  padding: 2rem;
}
.w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img {
  max-width: 10rem;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .w2dc-listings-grid figure.w2dc-listing-logo .w2dc-listing-logo-img {
    left: 4rem;
    right: 4rem;
    top: 2rem;
    bottom: 2rem;
    width: calc(100% - 8rem);
    max-width: calc(100% - 8rem);
  }
}
.w2dc-listings-grid .w2dc-listing-header {
  padding-top: 1rem;
}
.w2dc-listings-grid .w2dc-listing-header h2 {
  margin: 0 auto 0.5rem !important;
}
.w2dc-listings-grid .w2dc-listing-header h2 a {
  color: #221f1f !important;
  text-align: center;
  display: block;
}
.w2dc-listings-grid .w2dc-listing-header h2 a:hover {
    color: #006633 !important;
    
  }
.w2dc-listings-grid .w2dc-listing-tabs {
  display: none !important;
}
.w2dc-listings-grid .w2dc-figcaption-options .w2dc-glyphicon {
  display: none !important;
}
.w2dc-listings-grid .w2dc-field-output-block-website {
  padding-bottom: 1rem;
}

.w2dc-content .w2dc-category-label, .w2dc-content .w2dc-tag-label {
  color: #6e6e6e;
}

.w2dc-content .w2dc-category-label, .w2dc-content .w2dc-tag-label {
  border: none !important;
  background-color: #edebea !important;
  margin: 0 !important;
}

.w2dc-content p {
  margin: 0 !important;
}

.w2dc-content .w2dc-categories-root a, .w2dc-content .w2dc-categories-root a:hover, .w2dc-content .w2dc-categories-root a:visited, .w2dc-content .w2dc-categories-root a:focus, .w2dc-content .w2dc-locations-root a, .w2dc-content .w2dc-locations-root a:hover, .w2dc-content .w2dc-locations-root a:visited, .w2dc-content .w2dc-locations-root a:focus {
  background: #edebea;
  border: 1px solid #bdbbbb;
  color: #221f1f;
}

.w2dc-content .w2dc-pagination li a {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  border-radius: 50% !important;
  margin: 0 0.375rem 0.375rem !important;
  line-height: 2.5rem !important;
}

.w2dc-content .w2dc-pagination > li > a,
.w2dc-content .w2dc-pagination > li > span {
  border-color: #edebea !important;
  background-color: #edebea !important;
  transition: all 0.2s ease-in-out;
  transition-property: border-color, background-color, color;
}
.w2dc-content .w2dc-pagination > li > a:hover, .w2dc-content .w2dc-pagination > li > a:focus,
.w2dc-content .w2dc-pagination > li > span:hover,
.w2dc-content .w2dc-pagination > li > span:focus {
  background-color: #00823d !important;
  border-color: #00823d !important;
  color: #FFF !important;
}

.w2dc-content .w2dc-pagination > .w2dc-active > a,
.w2dc-content .w2dc-pagination > .w2dc-active > span,
.w2dc-content .w2dc-pagination > .w2dc-active > a:hover,
.w2dc-content .w2dc-pagination > .w2dc-active > span:hover,
.w2dc-content .w2dc-pagination > .w2dc-active > a:focus,
.w2dc-content .w2dc-pagination > .w2dc-active > span:focus {
  background-color: #00823d !important;
  border-color: #00823d !important;
  color: #FFF !important;
}

@media screen and (min-width: 769px) {
  .w2dc-listing-single .w2dc-single-listing-logo-wrap {
    float: right;
  }
}
.w2dc-listing-single h2 {
  font-size: 2.5rem !important;
  font-weight: 900;
}
.w2dc-listing-single .w2dc-single-listing-text-content-wrap {
  padding-top: 2rem;
}
.w2dc-listing-single .w2dc-field-content, .w2dc-listing-single a {
  font-weight: 400;
  font-size: 1rem;
  color: #6e6e6e !important;
}
.w2dc-listing-single .w2dc-field-icon {
  color: #6e6e6e;
}
.w2dc-listing-single .w2dc-field-output-block-categories {
  margin-top: 2rem;
}

.w2dc-selectmenu-w2dc-category {
  opacity: 0;
}

.directory__footer {
  border-top: 1px solid #6e6e6e;
  text-align: center;
  padding-top: 1.5rem;
}
.directory__footer a {
  color: #6e6e6e;
  font-weight: 600;
}

/* .wpfc-calendar-wrapper {
  margin-bottom: 4.875rem;
} */
.wpfc-calendar-wrapper h2 {
  color: #00823d;
  font-size: 3rem !important;
  margin-top: 0.5rem !important;
}
.wpfc-calendar-wrapper .fc-button-group button,
.wpfc-calendar-wrapper .fc-toolbar button {
  border-radius: 0 !important;
  background-image: none !important;
  height: auto !important;
  /* margin-left: 0.25rem !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  padding: 0.5rem 1.375rem !important; */
}
.wpfc-calendar-wrapper .fc-widget-header {
  background-color: #006633;
  color: #FFF;
  /* font-size: 0.875rem !important; */
}
.wpfc-calendar-wrapper .fc-day-number {
  color: #221f1f !important;
  /* font-size: 0.875rem !important; */
}
.wpfc-calendar-wrapper .fc-today {
  background: #edebea;
}

.ui-tooltip,
.qtip {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  max-height: 50vh;
  overflow: hidden;
}
.ui-tooltip h3, .ui-tooltip h4, .ui-tooltip h5, .ui-tooltip h6,
.qtip h3,
.qtip h4,
.qtip h5,
.qtip h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}
.ui-tooltip h4, .ui-tooltip h5, .ui-tooltip h6, .ui-tooltip p,
.qtip h4,
.qtip h5,
.qtip h6,
.qtip p {
  font-size: 0.75rem;
}
.ui-tooltip img,
.qtip img {
  max-width: 50%;
  height: auto;
}

.single-event h3 {
  clear: left;
}

/* --------------------------------- *
 * MISC                              *
 * --------------------------------- */
figure {
  margin: 1.25rem 0;
}
figure.aligncenter {
  margin: 1.25rem auto;
}

figure,
figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  figure.alignright,
figure img.alignright {
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
  figure.alignleft,
figure img.alignleft {
    float: left;
    margin: 1rem 2rem 1rem 0;
  }
}

@media screen and (min-width: 769px) {
  img.alignright {
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
  img.alignleft {
    float: left;
    margin: 1rem 2rem 1rem 0;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  display: block;
  width: 100%;
  margin: 0 1rem 1rem 0;
}
@media screen and (min-width: 769px) {
  .gallery .gallery-item {
    width: 10%;
  }
}
.gallery figcaption {
  display: none;
}
@supports (display: grid) {
  .gallery {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gallery .gallery-item {
    margin: 0;
    width: 100%;
  }
  @media screen and (max-width: 760px) {
    .gallery {
        grid-template-columns: repeat(4, auto);
    }
  }
}


  .gallery figcaption {
    display: none;
  }


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --------------------------------- *
 * PRINT.SCSS                        *
 * --------------------------------- */
/**
 * Print specific styles.
 *
 * Based on the HTML5Boilerplate defaults.
 */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 1rem !important;
  }

  a,
a::visited {
    text-decoration: underline;
  }

  /*a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }*/
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .icon {
    fill: #000 !important;
  }
}


.wcsearch-search-suggestions { display: none!important; }
.wcsearch-btn-primary { max-width: 320px!important;  font-size: 24px!important; font-weight: bold!important; height: auto!important; }

#top > div.container { max-width: 98rem; }

#membership > div > div > div > p:nth-child(4) > a.btnFudgeStyle { text-decoration: none; background-color: #fff!important; color: #00823d!important; }
#membership > div > div > div > p:nth-child(4) > a.btnFudgeStyle:hover { text-decoration: none; background-color: #00823d!important; color: #fff!important; }