@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.row:before,
section:before,
header:before,
footer:before,
.container:before,
.cf:before, .row:after,
section:after,
header:after,
footer:after,
.container:after,
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

:root {
  --clr-one: #242C34;
  --clr-two: #90B40C;
  --clr-three: #45631F;
  --clr-four: #B6DEE1;
  --clr-five: #FFFFFF;
  --clr-six: #A1B1B1;
  --clr-seven: #F7FAFA;
  --clr-eight: #A3BCBC;
  --clr-nine: #1B2229;
  --clr-ten: #D4E0E0;
  --font-primary: "Montserrat", Helvetica, sans-serif;
  --font-secondary: "Prompt", Helvetica, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  color: var(--clr-one);
  background-color: var(--clr-seven);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}
body.member-page {
  background-color: var(--clr-five);
}

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

input#wp-submit,
input.button,
.btn {
  display: block;
  text-decoration: none;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  border: 1px solid;
  text-align: center;
  font-weight: var(--font-weight-regular);
  background: none;
}
input#wp-submit.btn-inline,
input.button.btn-inline,
.btn.btn-inline {
  display: inline-block;
}
input#wp-submit.btn-default,
input.button.btn-default,
.btn.btn-default {
  font-size: 1.4rem;
  padding: 1rem 3rem;
}
input#wp-submit.btn-sml,
input.button.btn-sml,
.btn.btn-sml {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
input#wp-submit.btn-med,
input.button.btn-med,
.btn.btn-med {
  font-size: 1.8rem;
  padding: 2rem 3rem;
}
input#wp-submit.btn-lrg,
input.button.btn-lrg,
.btn.btn-lrg {
  font-size: 2rem;
  padding: 2rem 3rem;
}

.btn-default {
  color: #FFFFFF;
  background: #242C34;
  border-color: #242C34;
}
.btn-default:hover {
  color: #F7FAFA;
  background: #90B40C;
  border-color: #90B40C;
}

.btn-btn-primary {
  color: #FFFFFF;
  background: #242C34;
  border-color: #242C34;
}
.btn-btn-primary:hover {
  color: #F7FAFA;
  background: #90B40C;
  border-color: #90B40C;
}

.btn-default-image {
  color: #FFFFFF;
  background: #242C34;
  border-color: #242C34;
}
.btn-default-image:hover {
  color: #242C34;
  background: #F7FAFA;
  border-color: #F7FAFA;
}

.btn-secondary {
  color: #FFFFFF;
  background: #90B40C;
  border-color: #90B40C;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #242C34;
  border-color: #242C34;
}

.btn-secondary-image {
  color: #FFFFFF;
  background: #90B40C;
  border-color: #90B40C;
}
.btn-secondary-image:hover {
  color: #242C34;
  background: #F7FAFA;
  border-color: #F7FAFA;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-small {
    width: 85%;
  }
}

.container-fluid {
  width: 95%;
  margin: 0 auto;
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 4.4rem;
  line-height: 3.4rem;
  margin: 0 0 6rem 0;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post ul {
  list-style: none;
  padding-left: 2.5rem;
}
.the-post ul li {
  display: flex;
  margin: 0 0 1rem 0;
}
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post ul li:before {
  display: inline-block;
  vertical-align: middle;
  font-weight: var(--font-weight-bold);
  content: "•";
  color: var(--clr-two);
  padding-right: 2rem;
  margin-left: -2rem;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
}
.the-post img:first-child {
  margin-top: 0;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  margin: 4rem 0;
}
.the-post .aligncenter {
  margin: 4rem auto;
}
.the-post.post-invert {
  color: var(--clr-five);
}
@media (max-width: 767px) {
  .the-post .alignleft,
  .the-post .alignnone,
  .the-post .alignright,
  .the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .wp-caption .wp-caption-text,
  .the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .the-post table {
    overflow-x: auto;
  }
  .the-post table tr th,
  .the-post table tr td {
    display: block;
    width: 100% !important;
  }
}

#loginform .gfield,
.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
#loginform .ginput_complex label,
#loginform .gfield_label,
#loginform label,
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
#loginform legend,
#loginform .gfield_label_before_complex,
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
#loginform textarea,
#loginform input:not(input[type=submit]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  background-color: var(--clr-five);
  border-radius: 50px;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default) !important;
  border: 1px solid var(--clr-one) !important;
  line-height: 2.6rem !important;
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 3rem;
}
#loginform textarea,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper textarea {
  border-radius: 11px;
  padding: 1rem 3rem !important;
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
}

#loginform {
  width: 100%;
}
#loginform textarea,
#loginform input:not(input[type=checkbox]) {
  background-color: var(--clr-seven);
  width: 50%;
}
#loginform label {
  font-weight: var(--font-weight-bold);
  text-transform: none;
}
#loginform .login-remember label {
  display: flex;
  align-items: center;
}
#loginform input[type=checkbox] {
  width: 25px;
  height: 25px;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  margin-right: 1.5rem;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  color: #90B40C;
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.responsive-table {
  overflow-x: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  gap: 5%;
}

.col-offset-1 {
  flex: 0 0 8.3333333333%;
  margin-left: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  gap: 5%;
}

.col-offset-2 {
  flex: 0 0 16.6666666667%;
  margin-left: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  gap: 5%;
}

.col-offset-3 {
  flex: 0 0 25%;
  margin-left: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  gap: 5%;
}

.col-offset-4 {
  flex: 0 0 33.3333333333%;
  margin-left: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  gap: 5%;
}

.col-offset-5 {
  flex: 0 0 41.6666666667%;
  margin-left: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  gap: 5%;
}

.col-offset-6 {
  flex: 0 0 50%;
  margin-left: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  gap: 5%;
}

.col-offset-7 {
  flex: 0 0 58.3333333333%;
  margin-left: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  gap: 5%;
}

.col-offset-8 {
  flex: 0 0 66.6666666667%;
  margin-left: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  gap: 5%;
}

.col-offset-9 {
  flex: 0 0 75%;
  margin-left: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  gap: 5%;
}

.col-offset-10 {
  flex: 0 0 83.3333333333%;
  margin-left: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  gap: 5%;
}

.col-offset-11 {
  flex: 0 0 91.6666666667%;
  margin-left: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  gap: 5%;
}

.col-offset-12 {
  flex: 0 0 100%;
  margin-left: 100%;
}

@media (max-width: 767px) {
  [class^=col-] {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 3rem 0;
}
#header .header-inner {
  display: flex;
}
#header .header-inner .header-toolbar {
  margin-left: auto;
}
#header .header-toolbar ul li {
  position: relative;
}
#header .header-toolbar img {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 32px;
  height: 95px;
}
body #header .header-toolbar img.menu-icon-invert {
  opacity: 1;
}
body #header .header-toolbar img.menu-icon-default {
  opacity: 0;
}
body.page-has-banner #header .header-toolbar img.menu-icon-invert {
  opacity: 0;
}
body.page-has-banner #header .header-toolbar img.menu-icon-default {
  opacity: 1;
}
#header .site-logo {
  position: relative;
  max-width: 180px;
  width: 100%;
  height: 50px;
  margin-right: 6rem;
}
#header .site-logo img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body #header .site-logo img.logo-invert {
  opacity: 1;
}
body #header .site-logo img.logo-default {
  opacity: 0;
}
body.page-has-banner #header .site-logo img.logo-invert {
  opacity: 0;
}
body.page-has-banner #header .site-logo img.logo-default {
  opacity: 1;
}
body.page-has-banner #header.invert .site-logo img.logo-invert {
  opacity: 1;
}
body.page-has-banner #header.invert .site-logo img.logo-default {
  opacity: 0;
}
body.page-has-banner #header.invert .header-toolbar img.menu-icon-invert {
  opacity: 1;
}
body.page-has-banner #header.invert .header-toolbar img.menu-icon-default {
  opacity: 0;
}

.the-post .contact-list ul,
.contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.the-post .contact-list ul li,
.contact-list ul li {
  margin-bottom: 1.8rem;
}
.the-post .contact-list ul li:last-child,
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.the-post .contact-list ul li:before,
.contact-list ul li:before {
  display: none;
  padding: 0;
  margin: 0;
}
.the-post .contact-list ul li a,
.the-post .contact-list ul li.address,
.contact-list ul li a,
.contact-list ul li.address {
  display: flex;
  align-items: center;
}
.the-post .contact-list ul li.address,
.contact-list ul li.address {
  align-items: normal;
}
.the-post .contact-list .list-icon,
.contact-list .list-icon {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-seven);
  border-radius: 50px;
  color: var(--clr-one);
  margin-right: 2rem;
}
.the-post .contact-list .address,
.contact-list .address {
  line-height: 2.6rem;
}
.the-post .contact-list.invert-list ul li,
.contact-list.invert-list ul li {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.the-post .contact-list.invert-list ul li a,
.contact-list.invert-list ul li a {
  color: var(--clr-one);
}
.the-post .contact-list.invert-list .list-icon,
.contact-list.invert-list .list-icon {
  background-color: var(--clr-one);
  color: var(--clr-seven);
  font-size: 1.6rem;
  line-height: 1.6rem;
}

#footer {
  padding: 10rem 0 4rem 0;
  background-color: var(--clr-nine);
  position: relative;
}
#footer:after {
  padding: 3rem;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/heart-leaf-shape.svg") no-repeat right bottom transparent;
  background-size: contain;
  background-origin: content-box;
  z-index: 1;
}
#footer .footer-bottom,
#footer .footer-inner {
  display: flex;
  position: relative;
  z-index: 10;
}
#footer .footer-bottom .footer-col,
#footer .footer-inner .footer-col {
  width: 30%;
  margin-right: 5%;
}
#footer .footer-bottom .footer-col:last-child,
#footer .footer-inner .footer-col:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #footer {
    padding: 5rem 0;
  }
  #footer .footer-bottom,
  #footer .footer-inner {
    flex-direction: column;
  }
  #footer .footer-bottom .footer-col,
  #footer .footer-inner .footer-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

#footer .footer-content .footer-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-seven);
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 0 0 1.5rem 0;
}

#footer .footer-contact {
  color: var(--clr-seven);
}
#footer .footer-contact ul li a {
  color: var(--clr-seven);
}

#footer .footer-nav ul li {
  margin-right: 1.5rem;
}
#footer .footer-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #footer .footer-nav ul {
    justify-content: center;
  }
}

#footer .footer-bottom {
  padding-top: 9rem;
  color: var(--clr-six);
  font-size: 1.4rem;
  text-align: center;
}
#footer .footer-bottom a {
  color: var(--clr-six);
}
#footer .footer-bottom .copyright {
  text-align: left;
}
#footer .footer-bottom .credit {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 4rem;
  }
  #footer .footer-bottom .copyright,
  #footer .footer-bottom .credit {
    text-align: center;
  }
}

body.nav-open {
  overflow: hidden;
  height: 100%;
}

#mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 1010;
  transform: translateX(100%);
  transition: opacity 0.5s ease-in-out;
  background: url("../images/hand-tree-blue.svg") no-repeat right bottom var(--clr-one);
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
  opacity: 1;
}

#mobile-navigation .nav-toolbar {
  padding: 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#mobile-navigation .nav-toolbar .nav-toolbar-inner {
  display: flex;
}
#mobile-navigation .nav-toolbar .nav-toolbar-inner .nav-logo {
  margin-right: 6rem;
}
#mobile-navigation .nav-toolbar .nav-toolbar-inner .header-toolbar {
  margin-left: auto;
}

#mobile-navigation .nav-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
#mobile-navigation .nav-wrapper ul li a {
  font-family: var(--font-secondary);
  font-size: 4.4rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-seven);
  transition: color 0.5s ease-in-out;
}
#mobile-navigation .nav-wrapper ul li a:hover {
  color: var(--clr-eight);
}
#mobile-navigation .nav-wrapper ul li.current-menu-item a {
  color: var(--clr-two);
}
@media (max-width: 640px) {
  #mobile-navigation .nav-wrapper ul li a {
    font-size: 3.2rem;
  }
}

.banner-default {
  height: 100vh;
  position: relative;
}
.banner-default .banner-caption-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1260px;
  width: 90%;
}
.banner-default .slide {
  height: 100vh;
  background: no-repeat center center transparent;
  background-size: cover;
}
.banner-default .video-slide,
.banner-default .video-slide #video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-default .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 44, 52, 0.3);
  z-index: 9;
}
@media (max-width: 640px) {
  .banner-default .banner-caption-wrapper {
    bottom: 3rem;
  }
}

.banner-default .banner-caption-wrapper .banner-caption-inner {
  max-width: 450px;
  width: 100%;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 5.4rem;
  line-height: 6.4rem;
  color: var(--clr-five);
}
.banner-default .banner-caption-wrapper .banner-caption-inner .body {
  color: var(--clr-five);
}
.banner-default .banner-caption-wrapper .banner-caption-inner .body p {
  line-height: 2.8rem;
}
.banner-default .banner-caption-wrapper .banner-caption-inner .read-more {
  margin-top: 5rem;
}
@media (max-width: 640px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.sidebar {
  position: sticky;
  top: 0;
  margin-bottom: 6rem;
}
body.page-no-banner .sidebar {
  padding-top: 15rem;
}
.sidebar .panel {
  padding: 2rem 0;
}

.sidebar .panel-profile {
  border-bottom: 1px solid var(--clr-ten);
  display: flex;
}
.sidebar .panel-profile .name {
  font-weight: var(--font-weight-bold);
  line-height: 2rem;
  margin-left: 1.5rem;
}
.sidebar .panel-profile .initial {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  background-color: var(--clr-two);
  color: var(--clr-five);
  font-weight: var(--font-weight-bold);
  padding: 0 1rem;
}

.sidebar .panel-nav ul li a {
  display: block;
  padding: 1.3rem 2rem;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.sidebar .panel-nav ul li:hover a, .sidebar .panel-nav ul li.current-menu-item a {
  background-color: var(--clr-two);
  color: var(--clr-five);
}

.sidebar .panel-login {
  border-top: 1px solid var(--clr-ten);
  padding: 1.3rem 2rem;
}
.sidebar .panel-login a {
  color: var(--clr-one);
}

.member-wrapper {
  background: url("../images/hand-tree-pale.svg") no-repeat 125% 125% transparent;
  display: flex;
}
.member-wrapper .content-sidebar-col {
  background-color: var(--clr-seven);
  border-right: 1px solid var(--clr-ten);
  max-width: 390px;
  width: 100%;
  padding: 0 50px;
}
.member-wrapper .content-col {
  max-width: 710px;
  width: 100%;
  padding: 15rem 6rem 0 6rem;
}
.member-wrapper .content-col.photo-column {
  max-width: none;
}
.member-wrapper .mobile-sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  z-index: 1011;
  background-color: var(--clr-two);
  color: var(--clr-five);
  font-size: 2.2rem;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .member-wrapper .mobile-sidebar-toggle {
    display: flex;
  }
  .member-wrapper .content-col {
    max-width: none;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .member-wrapper .content-sidebar-col {
    position: fixed;
    max-width: 460px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1010;
    transform: translateX(-460px);
    transition: transform 0.5s ease-in-out;
  }
  .member-wrapper .content-sidebar-col.mobile-sidebar-open {
    transform: translateX(0);
  }
}

.member-wrapper .inner-content .title {
  margin: 0 0 3.5rem 0;
}
.member-wrapper .inner-content .sub-title {
  font-family: var(--font-secondary);
  font-size: 5.4rem;
  line-height: 6.2rem;
  font-weight: var(--font-weight-bold);
}
.member-wrapper .inner-content .sub-title.light {
  color: var(--clr-two);
}
.member-wrapper .inner-content .photo-info {
  margin: 3rem 0 0 0;
}

.member-wrapper .read-more-cta {
  padding-bottom: 8rem;
  display: flex;
}
.member-wrapper .read-more-cta .cta {
  background-color: var(--clr-seven);
  width: 47.5%;
  margin-right: 5%;
  padding: 4rem;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-wrapper .read-more-cta .cta:last-child {
  margin-right: 0;
}
.member-wrapper .read-more-cta .cta-icon {
  font-size: 3.7rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.member-wrapper .read-more-cta .cta-title {
  font-family: var(--font-secondary);
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
}

.member-wrapper .member-login {
  padding: 15rem 0 8rem 0;
  width: 100%;
}
.member-wrapper .member-login .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.2rem;
}
.member-wrapper .member-login .login-submit {
  margin-top: 4rem;
}
.member-wrapper .member-login label {
  display: block;
}

.standard-page-content {
  padding: 0;
}
body.page-has-banner .standard-page-content {
  padding-top: 0;
}

.content-item {
  padding: 7rem 0;
}
.content-item .block-title {
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: var(--font-weight-bold);
  margin: 0 0 8rem 0;
}
.content-item .column-wrapper {
  display: flex;
}
.content-item .column-wrapper .column {
  width: 65%;
}
.content-item .column-wrapper .column:first-child {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .content-item .block-title {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 6rem;
  }
  .content-item .column-wrapper {
    flex-direction: column;
  }
  .content-item .column-wrapper .column {
    width: 100%;
  }
  .content-item .column-wrapper .column:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.block-two-column-intro .title-column {
  align-self: center;
  font-family: var(--font-secondary);
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: var(--font-weight-bold);
}
.block-two-column-intro.block-invert {
  background-color: var(--clr-one);
}
.block-two-column-intro.block-invert .title-column {
  color: var(--clr-five);
}
@media (max-width: 767px) {
  .block-two-column-intro .title-column {
    align-self: flex-start;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.block-big-feature {
  padding: 0;
}
.block-big-feature .big-feature-wrapper {
  background: no-repeat center center transparent;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16rem 0;
}
.block-big-feature .title {
  font-family: var(--font-secondary);
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-five);
  margin: 0 0 1.5rem 0;
}
.block-big-feature .button-group {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.block-big-feature .button-group a {
  margin-right: 3rem;
}
.block-big-feature .button-group a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-big-feature .big-feature-wrapper {
    padding: 8rem 0;
  }
  .block-big-feature .title {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  .block-big-feature .button-group {
    flex-direction: column;
  }
  .block-big-feature .button-group a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.block-list .media-list .media-item {
  display: flex;
  margin-bottom: 9rem;
}
.block-list .media-list .media-item:last-child {
  margin-bottom: 0;
}
.block-list .media-list .media-item-image {
  width: 30%;
  margin-right: 5%;
}
.block-list .media-list .media-item-detail {
  width: 65%;
  display: flex;
  align-items: center;
}
.block-list .media-list .media-title {
  font-family: var(--font-secondary);
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: var(--font-weight-bold);
  margin: 0 0 3rem 0;
}
@media (max-width: 767px) {
  .block-list .media-list .media-item {
    flex-direction: column;
  }
  .block-list .media-list .media-item-image,
  .block-list .media-list .media-item-detail {
    width: 100%;
    margin-right: 0;
  }
  .block-list .media-list .media-item-image {
    max-width: 285px;
    width: 100%;
    margin: 0 auto 3rem auto;
  }
}

.block-testimonials {
  background-color: var(--clr-one);
  color: var(--clr-seven);
}
.block-testimonials .testimonial-item {
  position: relative;
}
.block-testimonials .testimonial-item:before {
  display: block;
  content: "“";
  text-align: left;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 10rem;
  height: 55px;
}
.block-testimonials blockquote {
  margin: 0;
  padding: 3rem 0;
}
.block-testimonials blockquote p {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin: 3rem 0;
}
.block-testimonials .testimonial-name,
.block-testimonials .testimonial-role {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  color: var(--clr-seven);
}
.block-testimonials .testimonial-role {
  font-weight: var(--font-weight-regular);
  color: var(--clr-six);
}
.block-testimonials .read-more {
  margin: 8rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .block-testimonials blockquote p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.block-accreditations .block-title {
  margin-bottom: 4rem;
}

.block-accreditations .accreditations-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-accreditations .accreditations-list .accreditation-item {
  width: 30%;
  margin-right: 5%;
}
.block-accreditations .accreditations-list .accreditation-item:last-child {
  margin-right: 0;
}
.block-accreditations .accreditations-list .accreditation-item img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-accreditations .accreditations-list {
    flex-direction: column;
  }
  .block-accreditations .accreditations-list .accreditation-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  .block-accreditations .accreditations-list .accreditation-item:last-child {
    margin-bottom: 0;
  }
}

.block-alternating-image .image-list-wrapper .image-list-item {
  display: flex;
  margin-bottom: 12rem;
}
.block-alternating-image .image-list-wrapper .image-list-item:last-child {
  margin-bottom: 0;
}
.block-alternating-image .image-list-wrapper .image-list-item .image {
  width: 30%;
}
.block-alternating-image .image-list-wrapper .image-list-item .body {
  width: 65%;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image {
  order: 0;
  margin-right: 5%;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
  order: 1;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image {
  order: 1;
}
.block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body {
  order: 0;
  margin-right: 5%;
}
.block-alternating-image .image-list-wrapper .body {
  align-self: center;
}
@media (max-width: 767px) {
  .block-alternating-image .image-list-wrapper .image-list-item {
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  .block-alternating-image .image-list-wrapper .image-list-item .image,
  .block-alternating-image .image-list-wrapper .image-list-item .body {
    width: 100%;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .image,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .image {
    order: 0;
    margin-bottom: 4rem;
  }
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-right .body,
  .block-alternating-image .image-list-wrapper .image-list-item.image-align-left .body {
    order: 1;
  }
}

.block-contact {
  padding-top: 23rem;
  background: transparent url("../images/hand-tree-pale.svg") no-repeat 120% 20%;
}
.block-contact .block-title {
  text-align: left;
  margin-bottom: 3rem;
}
.block-contact .contact-wrapper {
  display: flex;
}
.block-contact .contact-wrapper .contact-column {
  width: 47.5%;
  margin-right: 5%;
}
.block-contact .contact-wrapper .contact-column:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-contact .contact-wrapper {
    flex-direction: column;
  }
  .block-contact .contact-wrapper .contact-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6rem;
  }
  .block-contact .contact-wrapper .contact-column:last-child {
    margin-bottom: 0;
  }
}

.block-gallery-album .photo-grid .album-item {
  position: relative;
  background: no-repeat center center transparent;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.block-gallery-album .photo-grid .album-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 44, 52, 0.9);
  z-index: 1;
}
.block-gallery-album .photo-grid .album-item .album-title {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: var(--clr-five);
  padding: 0 4rem 3.5rem 4rem;
}
.block-gallery-album .photo-grid .album-item .photo-count {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.4rem;
}

.photo-grid.photo-layout {
  display: flex;
  flex-wrap: wrap;
}
.photo-grid.photo-layout .media-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.photo-grid.photo-layout .media-item:last-child, .photo-grid.photo-layout .media-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 640px) {
  .photo-grid.photo-layout .media-item {
    width: 100%;
    margin-right: 0;
  }
  .photo-grid.photo-layout .media-item img {
    margin: 0 auto;
  }
}

.photo-grid.album-view {
  display: flex;
  flex-wrap: wrap;
}
.photo-grid.album-view .album-item {
  height: 20vw;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.photo-grid.album-view .album-item:last-child, .photo-grid.album-view .album-item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .photo-grid.album-view .album-item {
    height: 295px;
  }
}
@media (max-width: 640px) {
  .photo-grid.album-view .album-item {
    width: 100%;
    margin-right: 0;
  }
}

.block-two-column {
  position: relative;
}
.block-two-column .two-column-wrapper {
  display: flex;
}
.block-two-column .two-column-wrapper .content-column {
  width: 47.5%;
  margin-right: 5%;
}
.block-two-column .two-column-wrapper .content-column:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-two-column .two-column-wrapper {
    flex-direction: column;
  }
  .block-two-column .two-column-wrapper .content-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
