/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * Switch to border-box
 */
body,
body *,
body *:after,
body *:before {
  box-sizing: border-box;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --scrollbar: 0px;
}

.alignfull {
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-1 * (100vw - var(--scrollbar) - 1440px) / 2);
  margin-right: auto;
}
@media (max-width: 1640px) {
  .alignfull {
    margin-left: -100px;
  }
}
@media (max-width: 1024px) {
  .alignfull {
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .alignfull {
    margin-left: -40px;
  }
}
.alignfull > img {
  width: 100%;
}

button,
input,
select,
optgroup,
textarea {
  color: var(--wp--preset--color--black);
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .container {
    max-width: 1540px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.site-content {
  position: relative;
  z-index: 0;
}

.site-main {
  margin-left: auto;
  margin-right: auto;
}

.no-margin,
.has-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-bottom,
.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top,
.has-no-margin-top {
  margin-top: 0 !important;
}

.fine-print,
.is-fine-print {
  font-size: 16px;
  line-height: 1.25em;
}

.large-body,
.is-large-body {
  font-size: 22px;
  line-height: 1.6em;
}

.has-underline {
  position: relative;
}
.has-underline:after {
  content: "";
  bottom: 0.1em;
  left: 0.5em;
  right: 0;
  position: absolute;
  height: 0.1em;
  background: var(--wp--preset--color--grass-green);
}

ul.has-two-columns,
ol.has-two-columns {
  margin: 0;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style-position: outside;
  padding-left: 0;
}
ul.has-two-columns > li,
ol.has-two-columns > li {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  min-height: 35px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

/* ==== ELEMENTS ============================================= */
html {
  box-sizing: border-box;
}

body {
  color: var(--wp--preset--color--black);
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 1.2777777778em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--wp--preset--color--light-tan); /* Fallback for when there is no custom background color defined. */
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/* ==== HEADINGS ============================================= */
h1, h2, h3, h4, h5, h6, .display-text {
  font-family: "futura-pt", sans-serif;
}

h1, .heading__large, .header__one, .like-h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0%;
}
@media (max-width: 945px) {
  h1, .heading__large, .header__one, .like-h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

h2, .heading__medium, .header__two, #hero-banner__heading, .like-h2 {
  font-weight: 700;
  font-size: 50px !important;
  line-height: 64px;
  letter-spacing: 0%;
}
@media (max-width: 945px) {
  h2, .heading__medium, .header__two, #hero-banner__heading, .like-h2 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}

#hero-banner__heading {
  line-height: 55px !important;
}

h3, .heading__small, .header__three, .like-h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
}
@media (max-width: 945px) {
  h3, .heading__small, .header__three, .like-h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

h4, .like-h4 {
  font-size: 28px;
  line-height: 1.1428571429em;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  text-transform: none;
}

h5, .like-h5 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2380952381em;
  letter-spacing: 0.73px;
  font-family: "futura-pt", sans-serif;
}

@media (max-width: 991px) {
  h4, .like-h4 {
    font-size: 18px;
  }
  h5, .like-h5 {
    font-size: 14px;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  margin-bottom: 1.5em;
}
p a {
  text-decoration: underline;
}
p a:not([class]) {
  overflow-wrap: break-word;
}

li:not([class]) a:not([class]) {
  text-decoration: underline;
  overflow-wrap: break-word;
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

a {
  color: var(--wp--preset--color--green);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--dark-green);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0;
}
ul > li, ol > li {
  margin: 0.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

b, strong {
  font-weight: 700;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

blockquote.is-style-default {
  margin: 1.5em 0;
  font-style: italic;
  padding-left: 0;
  border-left: 0;
}
blockquote.is-style-default p {
  margin: 0;
}
blockquote.is-style-default cite {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.125em;
  display: block;
}
blockquote.is-style-default cite:before {
  content: "- ";
}

.price-formatted {
  font-size: 2em;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
}
.price-formatted .dot {
  position: absolute;
  left: -1000em;
}
.price-formatted .dollars {
  padding: 0 0.05em;
  display: inline-block;
}
.price-formatted .dollar-sign,
.price-formatted .cents,
.price-formatted .slash,
.price-formatted .per {
  position: relative;
  top: -0.35em;
  vertical-align: top;
  font-size: 0.5em;
}
.price-formatted .cents + .slash {
  margin-left: 5px;
}

.wp-block-image.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* ==== BUTTONS ============================================= */
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wp-block-button .wp-block-button__link,
.btn {
  display: inline-block;
  padding: 13px 15px;
  font-size: 21px;
  line-height: 1.2380952381em;
  min-width: 134px;
  font-weight: 700;
  transition: 0.2s ease all;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background: none;
  color: var(--wp--preset--color--light-tan) !important;
  text-align: center;
  position: relative;
  z-index: 0;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:before,
.wp-block-button .wp-block-button__link:before,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--dark-green);
  z-index: -1;
  transition: 0.2s ease all;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.btn:hover,
.btn:focus {
  outline: 0;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus:before,
.wp-block-button .wp-block-button__link:hover:before,
.wp-block-button .wp-block-button__link:focus:before,
.btn:hover:before,
.btn:focus:before {
  background: #36584B;
  border-color: #36584B;
  transform: scaleX(1.1);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.wp-block-button .wp-block-button__link:focus,
.btn:focus {
  outline: 0;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus:before,
.wp-block-button .wp-block-button__link:focus:before,
.btn:focus:before {
  outline: 1px dotted var(--wp--preset--color--deep-green);
  outline-offset: 2px;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.wp-block-button .wp-block-button__link:active,
.btn:active {
  transform: scale(0.98);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color,
.wp-block-button .wp-block-button__link.has-darkened-green-color,
.btn.has-darkened-green-color {
  color: var(--wp--preset--color--dark-gray) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color:before,
.wp-block-button .wp-block-button__link.has-darkened-green-color:before,
.btn.has-darkened-green-color:before {
  border-color: var(--wp--preset--color--darkened-green);
  background: var(--wp--preset--color--darkened-green);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color:focus,
.wp-block-button .wp-block-button__link.has-darkened-green-color:hover,
.wp-block-button .wp-block-button__link.has-darkened-green-color:focus,
.btn.has-darkened-green-color:hover,
.btn.has-darkened-green-color:focus {
  color: var(--wp--preset--color--tan) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkened-green-color:focus:before,
.wp-block-button .wp-block-button__link.has-darkened-green-color:hover:before,
.wp-block-button .wp-block-button__link.has-darkened-green-color:focus:before,
.btn.has-darkened-green-color:hover:before,
.btn.has-darkened-green-color:focus:before {
  background: var(--wp--preset--color--dark-gray);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-tan-color,
.wp-block-button .wp-block-button__link.has-tan-color,
.btn.has-tan-color {
  color: var(--wp--preset--color--dark-gray) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-tan-color:before,
.wp-block-button .wp-block-button__link.has-tan-color:before,
.btn.has-tan-color:before {
  border-color: var(--wp--preset--color--tan);
  background: var(--wp--preset--color--tan);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-tan-color:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-tan-color:focus:before,
.wp-block-button .wp-block-button__link.has-tan-color:hover:before,
.wp-block-button .wp-block-button__link.has-tan-color:focus:before,
.btn.has-tan-color:hover:before,
.btn.has-tan-color:focus:before {
  background: var(--wp--preset--color--yellow);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color,
.wp-block-button .wp-block-button__link.has-green-color,
.btn.has-green-color {
  color: var(--wp--preset--color--light-tan) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:before,
.wp-block-button .wp-block-button__link.has-green-color:before,
.btn.has-green-color:before {
  border-color: var(--wp--preset--color--green);
  background: var(--wp--preset--color--green);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:focus,
.wp-block-button .wp-block-button__link.has-green-color:hover,
.wp-block-button .wp-block-button__link.has-green-color:focus,
.btn.has-green-color:hover,
.btn.has-green-color:focus {
  color: var(--wp--preset--color--tan) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:focus:before,
.wp-block-button .wp-block-button__link.has-green-color:hover:before,
.wp-block-button .wp-block-button__link.has-green-color:focus:before,
.btn.has-green-color:hover:before,
.btn.has-green-color:focus:before {
  background: var(--wp--preset--color--dark-gray);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color,
.wp-block-button .wp-block-button__link.has-light-tan-color,
.btn.has-light-tan-color {
  color: var(--wp--preset--color--green) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color:before,
.wp-block-button .wp-block-button__link.has-light-tan-color:before,
.btn.has-light-tan-color:before {
  border-color: var(--wp--preset--color--light-tan);
  background: var(--wp--preset--color--light-tan);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color:focus,
.wp-block-button .wp-block-button__link.has-light-tan-color:hover,
.wp-block-button .wp-block-button__link.has-light-tan-color:focus,
.btn.has-light-tan-color:hover,
.btn.has-light-tan-color:focus {
  color: var(--wp--preset--color--dark-green) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-tan-color:focus:before,
.wp-block-button .wp-block-button__link.has-light-tan-color:hover:before,
.wp-block-button .wp-block-button__link.has-light-tan-color:focus:before,
.btn.has-light-tan-color:hover:before,
.btn.has-light-tan-color:focus:before {
  background: var(--wp--preset--color--light-green);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color,
.wp-block-button .wp-block-button__link.has-light-green-color,
.btn.has-light-green-color {
  color: var(--wp--preset--color--dark-gray) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color:before,
.wp-block-button .wp-block-button__link.has-light-green-color:before,
.btn.has-light-green-color:before {
  border-color: var(--wp--preset--color--light-green);
  background: var(--wp--preset--color--light-green);
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color:focus,
.wp-block-button .wp-block-button__link.has-light-green-color:hover,
.wp-block-button .wp-block-button__link.has-light-green-color:focus,
.btn.has-light-green-color:hover,
.btn.has-light-green-color:focus {
  color: var(--wp--preset--color--tan) !important;
}
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color:hover:before, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-light-green-color:focus:before,
.wp-block-button .wp-block-button__link.has-light-green-color:hover:before,
.wp-block-button .wp-block-button__link.has-light-green-color:focus:before,
.btn.has-light-green-color:hover:before,
.btn.has-light-green-color:focus:before {
  background: var(--wp--preset--color--dark-gray);
}
@media (max-width: 767px) {
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
  .wp-block-button .wp-block-button__link,
  .btn {
    padding: 11px 13px;
    font-size: 14px;
  }
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.btn.is-style-outline {
  background: none;
  color: blue;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button.is-style-outline > .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus,
.btn.is-style-outline:hover,
.btn.is-style-outline:focus {
  color: #fff;
  background: blue;
}

.btn.is-size-large {
  padding: 19px 45px;
  font-size: 28px;
  line-height: 32px;
  min-width: 134px;
}

.btn.is-size-small {
  padding: 11px 13px;
  font-size: 14px;
}

div[data-type="acf/button-group"],
div.button-group {
  background: none !important;
}

.button-group {
  background: none !important;
  color: blue;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -5px;
}
.button-group .btn-primary {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.button-group .btn-primary[class*=-background-color] {
  border: none;
}
.button-group .btn-secondary {
  margin-left: 6px;
  margin-right: 6px;
}
.button-group.align-center {
  display: flex;
  justify-content: center;
}
.button-group.align-right {
  display: flex;
  flex-direction: row-reverse;
}

/* ==== ALIGNMENTS ============================================= */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* ==== CLEARFIX ============================================= */
.clear:before, .clear:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

/* ==== ACCESSIBILITY ============================================= */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* ==== MEDIA ============================================= */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* ==== GALLERIES ============================================= */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body.login {
  background: var(--wp--preset--color--green);
}
body.login h1 a {
  background-image: url(../images/SVG/Logo.svg);
  background-size: contain;
  width: 100%;
  height: 100px;
}
body.login h1.admin-email__heading {
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
body.login.login-action-login #login {
  width: 340px;
  max-width: 100%;
}
body.login.login-action-confirm_admin_email #login {
  width: 650px !important;
  max-width: 60vw;
}
body.login #login_error {
  border: none;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  background: var(--wp--preset--color--dark-gray);
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
}
body.login #login_error a {
  color: #fff;
  text-decoration: underline;
}
body.login .forgetmenot {
  margin-bottom: 20px !important;
}
body.login .message {
  border: none;
  line-height: 1.25em;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
body.login .message.reset-pass {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 700;
}
body.login .submit .button-primary {
  display: block;
  padding: 0.375em 5px !important;
  height: auto !important;
  width: 100% !important;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  float: none;
  border-radius: 3px;
  background: none;
  border: 1px solid var(--wp--preset--color--gray);
  color: var(--wp--preset--color--gray);
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  border-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--green);
}
body.login .submit .button-primary:hover {
  background: var(--wp--preset--color--green);
  color: #fff;
  border-color: var(--wp--preset--color--green);
}
body.login label {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.0625em;
  font-weight: 700;
  text-align: left;
  color: var(--wp--preset--color--dark-gray);
  margin-bottom: 10px;
}
body.login #loginform input[type=text],
body.login #loginform input[type=password] {
  margin-top: 0;
  font-weight: normal !important;
  font-size: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}
body.login #loginform input[type=text]:focus,
body.login #loginform input[type=password]:focus {
  border-color: var(--wp--preset--color--green);
  box-shadow: none;
}
body.login p.submit {
  text-align: center;
  display: block;
}
body.login form {
  padding-left: 30px;
  padding-right: 30px;
}
body.login #backtoblog {
  padding-top: 1em;
  padding-bottom: 2em;
}
body.login #backtoblog,
body.login #nav,
body.login .privacy-policy-page-link {
  text-align: center;
}
body.login #backtoblog a,
body.login #nav a,
body.login .privacy-policy-page-link a {
  color: #fff;
  font-size: 14px;
}
body.login #backtoblog a:hover, body.login #backtoblog a:focus,
body.login #nav a:hover,
body.login #nav a:focus,
body.login .privacy-policy-page-link a:hover,
body.login .privacy-policy-page-link a:focus {
  text-decoration: underline;
}/*# sourceMappingURL=wp_login.css.map */