@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
}
body {
  margin: 0;
  text-wrap: pretty;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="search"] {
  outline-offset: -2px;
}
html {
  box-sizing: border-box;
  animation: fadeSiteIn 0.3s ease forwards;
}
html.fadeSiteOut {
  animation: fadeSiteOut 0.3s ease forwards;
}
*,
:after,
:before {
  box-sizing: inherit;
}
@keyframes fadeSiteIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSiteOut {
  to {
    opacity: 0;
  }
}
body {
  margin: 0;
  border-top: #487817 5px solid;
  color: #393c3f;
  font: 1.125em Ubuntu, sans-serif;
  line-height: 1.5;
  background: #f9fdf5;
  overflow-x: hidden;
}
hr {
  border: none;
  border-top: #393c3f 1px dotted;
}
address {
  font-style: normal;
}
::-moz-selection {
  color: #f9fdf5;
  background: #487817;
}
::selection {
  color: #f9fdf5;
  background: #487817;
}
button,
input,
textarea {
  width: 100%;
  padding: 5px 10px;
  border: #999 1px solid;
  border-radius: 2px;
}
textarea {
  height: 200px;
}
h1 {
  font-size: calc(1vw + 1.8em);
}
h2 {
  font-size: calc(1vw + 1.2em);
}
h3 {
  font-size: calc(1vw + 0.9em);
}
h4 {
  font-size: calc(1vw + 0.65em);
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 4px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 35.625em) {
  h1.curve:after,
  h2.curve:after,
  h3.curve:after,
  h4.curve:after {
    display: inline-block;
    content: "";
    width: 3.8em;
    height: 2em;
    border-radius: 100%;
    border-bottom: #487817 3px solid;
    border-left: #f9fdf5 3px solid;
    border-right: #f9fdf5 3px solid;
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
    z-index: -1;

    display: none;
  }
}
.header-ctnr {
    margin-bottom: 2rem;
}
.icon-header-ctnr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    &:after {
        display: inline-block;
        content: "";
        width: 12em;
        height: 4em;
        border-radius: 100%;
        border-bottom: #487817 3px solid;
        border-left: #f9fdf5 3px solid;
        border-right: #f9fdf5 3px solid;
        position: absolute;
        left: 50%;
        top: -170%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
.icon-header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .25rem;
    background-color: #f9fdf5;

}
a:not(.cta) {
  color: green;
  text-decoration: underline;
  transition: 0.3s ease-in-out;

  &:visited {
    color: green;
  }

  &:active,
  &:hover,
  &:focus {
    color: #487817;
    text-decoration: none;
  }
}

.highlight-text {
  font-weight: bold;
  color: #487817;
}

.links-over-dark-bg a,
.links-over-dark-bg a:visited {
  color: white !important;
  transition: 0.3s ease-in-out;
}

.links-over-dark-bg a:active,
.links-over-dark-bg a:focus,
.links-over-dark-bg a:hover {
  text-decoration: none !important;
}
@media (min-width: 50em) {
  a[href*="tel"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}
.new-tab:after {
  display: inline-block;
  content: "⇱";
  position: relative;
  top: -5px;
  margin-left: 2px;
  transform: rotate(90deg);
}
header.with-hero {
  width: 100%;
  padding-bottom: 25px;
  color: #f9fdf5;
  text-align: center;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    #0d0e0f;
}
header.with-hero:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
      fixed,
    linear-gradient(45deg, #487817, #03256c);
  opacity: 0.7;
}
@media (min-width: 40.9375em) {
  header.with-hero {
    background: url(../images/bg-hero-homepage.jpg) center center/cover
      no-repeat fixed;
  }
}
header .intro-msg-ctnr {
  max-width: 1280px;
  margin: 2em auto;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
header .intro-msg-ctnr h1 {
  margin: 0 0 0.5em;
  padding: 0 10px;
  font-size: calc(2.5vw + 1em);
  text-transform: uppercase;
}
header .intro-msg-ctnr .normal {
  display: block;
  font-weight: normal;
  font-size: calc(1vw + 0.5em);
}
header .intro-msg-ctnr p {
  margin: 0;
  padding: 0 10px;
  font-size: 0.7956152758em;
}
@media (min-width: 40.9375em) {
  header .intro-msg-ctnr p {
    font-size: calc(1vw + 0.3em);
  }
}
header .intro-msg-ctnr br {
  display: none;
}
@media (min-width: 40.9375em) {
  header .intro-msg-ctnr br {
    display: inline;
  }
}
header .intro-msg-ctnr blockquote {
  margin: 20px 0 0;
  font-family: Georgia, serif;
}
header .cta {
  margin: 2% 5px;
}
.logo-nav-ctnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.02' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    #393c3f;
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr {
    height: 150px;
    justify-content: space-between;
    padding-left: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
        fixed,
      url(../images/bg-logo-nav.png) 0 0 / cover no-repeat;
  }
}
.logo-nav-ctnr .link-address {
  padding: 10px;
  font-size: 0.7956152758em;
}
.logo-nav-ctnr .link-address {
  color: white;
  text-decoration: none;
}
.logo-nav-ctnr .link-address:visited {
  color: white;
}
.logo-nav-ctnr .link-address:hover {
  color: #487817;
}
.logo-nav-ctnr .link-address:active,
.logo-nav-ctnr .link-address:focus {
  color: #487817;
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr .link-address {
    display: flex;
    align-items: center;
    height: 114px;
  }
}
@media (min-width: 68.75em) {
  .logo-nav-ctnr .link-address {
    font-size: calc(1vw + 0.1em);
  }
}
@media (min-width: 81.25em) {
  .logo-nav-ctnr .link-address {
    flex-grow: 1;
    justify-content: flex-start;
  }
}
.logo-nav-ctnr .link-address br {
  display: none;
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr .link-address br {
    display: inline;
  }
}
@media (min-width: 81.25em) {
  .logo-nav-ctnr .link-address br {
    display: none;
  }
}
.logo-nav-ctnr nav {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  padding: 0 5px;
  margin-left: 5px;
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr nav {
    width: 0;
    height: 114px;
    padding: 0;
  }
}
@media (min-width: 68.75em) {
  .logo-nav-ctnr nav {
    width: auto;
    flex-grow: 0;
  }
}
.logo-nav-ctnr nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 25%;
  margin: 3px;
  padding: 8px;
  border-radius: 3px;
  color: #f9fdf5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7509066844em;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr nav a {
    flex: 1 110px;
  }
}
@media (min-width: 59.375em) {
  .logo-nav-ctnr nav a {
    padding: 0 13px;
  }
}
@media (min-width: 68.75em) {
  .logo-nav-ctnr nav a {
    flex-basis: auto;
    margin: 0;
    border-radius: 0;
    font-size: 1.0617820518em;
    font-weight: bold;
    background: none;
  }
}
@media (min-width: 75em) {
  .logo-nav-ctnr nav a {
    padding: 0 20px;
  }
}
.logo-nav-ctnr nav a:visited {
  color: #f9fdf5;
}
.logo-nav-ctnr nav a:active,
.logo-nav-ctnr nav a:focus,
.logo-nav-ctnr nav a:hover {
  color: #487817;
  box-shadow: inset 0 0 0 60px #f9fdf5;
}
@media (min-width: 46.875em) {
  .logo-nav-ctnr .logo-tgwm {
    width: 200px;
    height: 150px;
  }
  .logo-nav-ctnr .logo-tgwm:active,
  .logo-nav-ctnr .logo-tgwm:focus,
  .logo-nav-ctnr .logo-tgwm:hover {
    width: 210px;
    margin: 0 -5px;
  }
}
.logo-tgwm {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 10px;
}
.logo-tgwm .svg-icon {
  width: 100%;
  height: 100%;
}
.content-ctnr {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}
.interest {
  font-size: 1.2537812779em;
}
.module-box-ctnr {
  margin-top: 40px;
  color: white;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
      fixed,
    linear-gradient(45deg, #487817, #03256c);
}
@media (min-width: 44.375em) {
  .module-box-ctnr {
    margin-top: 60px;
    padding-top: 80px;
  }
}
.module-box-ctnr .content-ctnr {
  padding: 80px 20px 20px;
}
@media (min-width: 44.375em) {
  .module-box-ctnr .content-ctnr {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
}
.module-box {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 30px 10px;
  border: #ccc 1px solid;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 38.75em) {
  .module-box {
    margin-bottom: 45px;
  }
}
@media (min-width: 44.375em) {
  .module-box {
    max-width: 32%;
  }
}
.module-box .icon-ctnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -55px auto 0;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #487817,
    0 2px 1px 7px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  background: linear-gradient(-230deg, #696f75, #393c3f);
}
@media (min-width: 44.375em) {
  .module-box .icon-ctnr {
    width: 80px;
    height: 80px;
    margin: -70px auto 0;
  }
}
.module-box .svg-icon {
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (min-width: 44.375em) {
  .module-box .svg-icon {
    padding: 20px;
  }
}
.module-box h3 {
  font-size: 1.125em;
  line-height: 1.3;
  text-shadow: 0 1px 0 black;
}
@media (min-width: 44.375em) {
  .module-box p {
    font-size: 0.8866911442em;
  }
}

.cta-ctnr {
  padding: 30px 20px 40px;
  background: rgba(0, 0, 0, 0.5);
}
.cta-ctnr h3 {
  margin: 0 0 20px;
  color: #f9fdf5;
  font-style: italic;
  line-height: 1;
  font-size: 1.2537812779em;
}
@media (min-width: 26.25em) {
  .cta-ctnr h3 {
    font-size: calc(1vw + 0.7em);
  }
}
.cta-ctnr .cta {
  padding: 10px 20px;
  font-size: 0.7509066844em;
  border-radius: 5px;
}
.cta-ctnr .cta:hover {
  padding: 12px 25px;
}
.testimonials-ctnr {
  max-width: 1120px;
  margin: auto;
  padding: 3em 0 0;
}
.testimonials-ctnr h2 {
  margin-top: 0;
}
.testimonials-ctnr .single-quote {
  display: block;
  width: 32px;
  height: 32px;
  margin: 50px auto 30px;
}
.testimonial {
  padding: 0 20px;
  text-align: center;
}
.tn-review {
  margin: 30px 0 0;
}
.tn-review img {
  padding: 5px;
  border-radius: 100px;
  border: #487817 1px solid;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 130px;
  padding-top: 20px;
  border-top: #487817 5px solid;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 0 black;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    #0d0e0f;
}
footer:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
      fixed,
    linear-gradient(45deg, #487817, #03256c);
  opacity: 0.9;
}
footer > * {
  position: relative;
}
@media (min-width: 52.5em) {
  footer {
    background: url(../images/bg-footer.jpg) center center/cover no-repeat;
  }
}
footer .module-footer {
  padding: 20px;
  text-align: center;
}
@media (min-width: 37.5em) {
  footer .module-footer {
    flex: 1 200px;
    max-width: 373px;
    padding: 20px 30px;
    text-align: left;
  }
}
footer .module-footer-1 {
  display: flex;
  flex-wrap: wrap;
}
footer .module-footer-1 * {
  width: 100%;
}
footer .logo-tgwm {
  width: 300px;
  height: 190px;
  margin: -5px auto 0;
}
footer .logo-tgwm:active,
footer .logo-tgwm:focus,
footer .logo-tgwm:hover {
  height: 200px;
  margin: -12px auto -3px;
}
footer .credits {
  font-size: 0.7956152758em;
  text-align: center;
}
footer h4 {
  margin: 0 0 40px;
  color: #f9fdf5;
}
@media (min-width: 37.6875em) {
  footer h4 {
    text-align: left;
  }
}
footer p {
  margin-bottom: 0;
}
footer .designed-by {
  width: 100%;
  padding: 0 40px;
  font-size: 0.7509066844em;
  text-align: center;
}
.social-icons-ctnr {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media (min-width: 53.125em) {
  .social-icons-ctnr {
    margin: 0;
  }
}
.social-icons-ctnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 20px;
  padding: 10px;
  border-radius: 100px;
  color: #f9fdf5;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.social-icons-ctnr a:before {
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  border: #385d12 1px solid;
  border-radius: 100px;
  transition: 0.5s;
}
.social-icons-ctnr a:active:before,
.social-icons-ctnr a:focus:before,
.social-icons-ctnr a:hover:before {
  width: 59px;
  height: 59px;
  border: 2px #487817 solid;
}
.social-icons-ctnr a:visited {
  color: #f9fdf5;
}
.social-icons-ctnr a:active,
.social-icons-ctnr a:focus,
.social-icons-ctnr a:hover {
  color: #487817;
}
.social-icons-ctnr .svg-icon {
  width: 100%;
  height: 100%;
}
.social-icons-ctnr .new-tab:after {
  display: none;
}
.contact-info-ctnr {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  font-size: 0.8866911442em;
}
.contact-info-ctnr li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: #ccc 1px solid;
}
.contact-info-ctnr .svg-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.contact-info-ctnr .email .svg-icon {
  width: 20px;
  margin-right: 20px;
}
.contact-info-ctnr .interest-link {
  display: inline-block;
}
.scroll-up {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.memberships-page .link-1,
.memberships-page .link-1:visited {
  pointer-events: none;
  color: #487817;
  background: #f9fdf5;
}
.faq-page .link-3,
.faq-page .link-3:visited {
  pointer-events: none;
  color: #487817;
  background: #f9fdf5;
}
.faq-page details {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  border: #ccc 1px solid;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.faq-page details p {
  margin-top: 0;
}
.faq-page details[open] {
  padding-bottom: 0;
  border-bottom: #0a73e3 3px solid;
  box-shadow: none;
  background: linear-gradient(white 50%, #f0f0f0);
}
.faq-page details[open] summary {
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
}
.faq-page summary {
  border-radius: 2px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  color: #393c3f;
  transition: 0.2s;
  outline: none;
}
.faq-page summary:active,
.faq-page summary:focus,
.faq-page summary:hover {
  background: rgba(0, 0, 0, 0.05);
}
.about-us-page .link-4,
.about-us-page .link-4:visited {
  pointer-events: none;
  color: #487817;
  background: #f9fdf5;
}
.about-us-page .module-box-ctnr {
  background: none;
  margin: 0;
}
@media (min-width: 44.375em) {
  .about-us-page .module-box-ctnr {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
}
.about-us-page .module-box {
  padding: 50px 30px 30px;
  overflow: hidden;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
      fixed,
    linear-gradient(45deg, #487817, #03256c);
}
@media (min-width: 44.375em) {
  .about-us-page .module-box {
    display: flex;
    flex-direction: column;
    max-width: 32%;
    margin-bottom: 20px;
  }
}
.about-us-page .module-box h3 {
  margin: 0 0 5px;
  text-align: left;
}
@media (min-width: 44.375em) {
  .about-us-page .module-box h3 {
    width: 100%;
    margin-top: 30px;
  }
}
.about-us-page .module-box img {
  float: left;
  max-width: 50%;
  margin: 0 1em 0.5em 0;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #487817,
    0 2px 1px 7px rgba(0, 0, 0, 0.05);
  background: linear-gradient(-230deg, #696f75, #393c3f);
}
@media (min-width: 44.375em) {
  .about-us-page .module-box img {
    display: block;
    float: none;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 1000px;
  }
}
.contact-info-person {
  margin-top: auto;
  padding: 20px;
  border: 2px solid green;
  border-radius: 10px;
  color: #222;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.contact-info-person h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 1em;
}
.about-us-page .module-box .contact-item {
  display: flex;
  align-items: center;
}
.about-us-page .module-box .contact-item:first-of-type {
  margin-bottom: 15px;
}
@media (min-width: 50em) {
  .about-us-page .module-box .contact-item:first-of-type {
    margin: 0;
  }
}
.about-us-page .module-box .svg-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding: 0;
}
.about-us-page blockquote {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 0.8866911442em;
}
.about-us-page blockquote img {
  float: right;
  margin-left: 1em;
}
.about-us-page blockquote .right-quote,
.about-us-page blockquote .single-quote {
  display: block;
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}
@media (min-width: 31.25em) {
  .about-us-page blockquote .single-quote {
    display: none;
  }
}
@media (min-width: 31.25em) {
  .about-us-page blockquote .right-quote {
    display: inline;
    margin: 10px 0 0 10px;
  }
}
.contact-us-page .link-5,
.contact-us-page .link-5:visited {
  pointer-events: none;
  color: #487817;
  background: #f9fdf5;
}
.contact-us-page .contact-ctnr {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-page .contact-ctnr h2 {
  margin-bottom: 0;
  text-align: left;
}
.contact-us-page .contact-ctnr .contact-module {
  padding: 10px;
  font-size: 0.7956152758em;
}
.contact-us-page .contact-ctnr .contact-form-ctnr h2 {
  margin-bottom: 30px;
}
@media (min-width: 23.125em) {
  .contact-us-page .contact-ctnr .contact-module {
    font-size: inherit;
  }
}
@media (min-width: 53.125em) {
  .contact-us-page .contact-ctnr .contact-module .email .interest-link {
    display: none;
  }
}
.contact-us-page .contact-ctnr .contact-info {
  flex-grow: 1;
}
.contact-us-page .contact-ctnr .contact-form-ctnr {
  flex-grow: 2;
}
.contact-form-ctnr #result {
  display: block !important;
  margin-top: 10px;
  padding: 10px;
  color: #0d0e0f;
}
.contact-us-page .map-ctnr {
  width: 100%;
}
.contact-us-page .map-responsive {
  height: 0;
  padding-bottom: 56.25%;
  border: #487817 5px solid;
  position: relative;
  overflow: hidden;
}
.contact-us-page .map-responsive iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-us-page .contact-form-ctnr p:first-of-type {
  margin: 0;
}
.contact-us-page h2 span {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 0.6270800171em;
}
.contact-us-page .toned-down {
  font-style: italic;
  color: #aaa;
  font-size: 0.7956152758em;
  font-weight: normal;
}
.contact-us-page label {
  display: block;
  margin-bottom: 10px;
}
.contact-us-page label span {
  font-weight: bold;
}
.contact-us-page .g-recaptcha {
  width: 0;
  margin: 10px 0 -10px;
  transform-origin: 0 0;
}
@media (min-width: 23.125em) {
  .contact-us-page .g-recaptcha {
    width: 100%;
    margin: 20px 0;
  }
}
.contact-us-page .message {
  padding: 20px;
  border-radius: 5px;
  border-bottom: #999 1px solid;
  color: rgba(0, 0, 0, 0.6);
}
.contact-us-page .message h3 {
  margin: 20px 0;
}
.contact-us-page #error-message {
  display: none;
  margin-top: 20px;
  background: rgba(209, 65, 43, 0.1);
}
.contact-us-page #error-message ul {
  margin-bottom: 0;
}
.contact-us-page #success-message {
  background: #e5f7d3;
}
.contact-us-page .cta,
.contact-us-page .cta:active,
.contact-us-page .cta:focus,
.contact-us-page .cta:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px 20px;
}
.cta {
  display: inline-block;
  padding: 25px 30px;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  background-size: 100%;
  position: relative;
  z-index: 100;
}
.cta:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
.cta:hover:before {
  opacity: 1;
}
.cta:active,
.cta:focus,
.cta:hover {
  padding: 25px 35px;
}
.cta-green {
  background-size: 100%;
  background-image: linear-gradient(#85d830, #487817);
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  border: none;
}
.cta-green:before {
  background-image: linear-gradient(#487817, #85d830);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.6s;
}
.cta-green:hover:before {
  opacity: 1;
}
blockquote .single-quote {
  width: 25px;
  height: 25px;
}
@media (min-width: 31.25em) {
  blockquote .single-quote {
    display: none;
  }
}
blockquote .quote {
  display: none;
}
@media (min-width: 31.25em) {
  blockquote .quote {
    display: inline-block;
    width: 25px;
    height: 20px;
  }
}
blockquote .left-quote {
  margin: -10px 8px 0 0;
  transform: rotate(180deg);
}
blockquote .right-quote {
  margin: 10px 0 0 8px;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}
blockquote cite p {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8866911442em;
}
.memberships-ctnr {
  display: flex;
  flex-wrap: wrap;
}
.memberships-ctnr h2 {
  margin-top: 0;
  text-align: left;
  font-size: 1.125em;
}
.memberships-ctnr .disclaimer {
  display: block;
  color: #0a73e3;
}
.memberships-ctnr .plan-ctnr {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: #487817 5px solid;
  font-size: 0.8866911442em;
}
@media (min-width: 37.5em) {
  .memberships-ctnr .plan-ctnr {
    font-size: 1em;
  }
}
@media (min-width: 56.25em) {
  .memberships-ctnr .plan-ctnr {
    width: 40%;
    margin: 0 10px;
    padding: 2em;
    font-size: 1em;
  }
}
.memberships-ctnr table {
  width: 100%;
  border-collapse: collapse;
  border: #ccc 1px solid;
}
.memberships-ctnr table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
.memberships-ctnr table td,
.memberships-ctnr table tr {
  padding: 10px;
}
.memberships-ctnr .name {
  width: 100%;
}
.memberships-ctnr .name ul {
  margin: 0;
  padding-left: 15px;
}
.memberships-ctnr .cost {
  text-align: right;
  font-weight: bold;
  color: #487817;
  white-space: nowrap;
}
.memberships-ctnr .cost small {
  font-weight: normal;
  color: #393c3f;
}
.memberships-ctnr .promo {
  text-align: center;
  font-weight: bold;
  color: white;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fff' fill-opacity='.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
      fixed,
    linear-gradient(45deg, #487817, #03256c);
}
.gallery-page .link-6,
.gallery-page .link-6:visited {
  pointer-events: none;
  color: #487817;
  background: #f9fdf5;
}
.slider {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.bx-wrapper {
  max-width: 80% !important;
  position: relative;
  margin: 0 auto 80px;
  padding: 0;
  touch-action: pan-y;
}
@media (max-width: 44.3125em) {
  .bx-wrapper {
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
  }
}
@media (min-width: 44.375em) {
  .bx-wrapper {
    max-width: 90% !important;
  }
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 10px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px;
  outline: 0;
  border-radius: 1000px;
}
@media (min-width: 44.375em) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 30px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  fill: currentColor;
  color: currentColor;
  vertical-align: middle;
}
.image-gallery-ctnr img {
  width: auto;
  max-width: 100%;
}
