@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif;
  outline: none;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:focus, a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: "";
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*
.container {
  @media (min-width: 1600px) {
    max-width: 1540px;
  }
  @media (min-width: 1800px) {
    max-width: 1740px;
  }
  @media (min-width: 1920px) {
    max-width: 1840px;
  }
}
*/
/*
:root, [data-theme="default"] {
  --bs-gutter-x: 90px;
  .row {
    --bs-gutter-x: 90px;
  }
  .vc_row {
    margin-left: -45px;
    margin-right: -45px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media all and (max-width: 1799.98px) {
  :root {
    --bs-gutter-x: 60px;
    .row {
      --bs-gutter-x: 60px;
    }
    .vc_row {
      margin-left: -30px;
      margin-right: -30px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}

@media all and (max-width: 1599.98px) {
  :root {
    --bs-gutter-x: 40px;
    .row {
      --bs-gutter-x: 40px;
    }
    .vc_row {
      margin-left: -20px;
      margin-right: -20px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
}

@media all and (max-width: 991.98px) {
  :root {
    --bs-gutter-x: 20px;
    .row {
      --bs-gutter-x: 20px;
    }
  }
  .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 767.98px) {
  :root {
    --bs-gutter-x: 30px;
    .row {
      --bs-gutter-x: 30px;
    }
    .vc_row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}

@media all and (max-width: 575.98px) {
  :root {
    --bs-gutter-x: 20px;
    .row {
      --bs-gutter-x: 20px;
    }
  }
  .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
*/
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.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;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
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] {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 2.4375rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  font-family: inherit;
  font-size: 0.875rem;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #39b549;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: white;
}
body .gform_wrapper .gform_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_footer input[type=submit]::-moz-focus-inner, body .gform_wrapper .gform_page_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
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 {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus, body .gform_wrapper .gform_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_footer input[type=submit]:disabled:focus, body .gform_wrapper .gform_page_footer input.button:disabled:hover, body .gform_wrapper .gform_page_footer input.button:disabled:focus, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 2.4375rem;
  padding: 0.75rem 1.5rem;
  margin: 0;
  font-family: inherit;
  font-size: 0.875rem;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #39b549;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #39b549;
  border-color: #39b549;
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover {
  color: #ffffff;
  background-color: #056839;
  border-color: #056839;
}
.btn.btn-primary {
  color: #fff;
  background-color: #39b549;
  border-color: #39b549;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #056839;
  border-color: #056839;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #5f3a13;
  border-color: #5f3a13;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #5f3a13;
  border-color: #5f3a13;
}
.btn.btn-large {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .btn.btn-large {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
body .gform_wrapper .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
body .gform_wrapper label {
  color: #000;
  margin-bottom: 0;
}
body .gform_wrapper .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  box-sizing: border-box;
  min-height: 2.4375rem;
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  vertical-align: middle;
  border: 0.0625rem solid #919191;
  border-radius: 0.1875rem;
  outline: none;
  background-color: white;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #39b549;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper textarea {
  box-sizing: border-box;
  min-height: 2.4375rem;
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  vertical-align: middle;
  border: 0.0625rem solid #919191;
  border-radius: 0.1875rem;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper textarea:focus {
  border-color: #39b549;
}
body .gform_wrapper textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper input[type="search"] {
  box-sizing: border-box;
  min-height: 2.4375rem;
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  vertical-align: middle;
  border: 0.0625rem solid #919191;
  border-radius: 0.1875rem;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper input[type="search"]:focus {
  border-color: #39b549;
}
body .gform_wrapper input[type="search"]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper input[type=checkbox] {
  position: absolute;
  left: -1000rem;
  /* Not depending on the user's font here improves consistency. */
}
body .gform_wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
}
body .gform_wrapper input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.1875rem;
  background-color: #777;
  font-family: sans-serif;
}
body .gform_wrapper input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
body .gform_wrapper input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 0.3125rem;
  top: 0;
  width: 0.1875rem;
  height: 0.6875rem;
  border: solid #39b549;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
  line-height: 1rem;
}
body .gform_wrapper input[type=checkbox]:focus + label::before {
  box-shadow: 0 0.0625rem 0 #2b2b2b;
}
body .gform_wrapper input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
body .gform_wrapper input[type=checkbox]:disabled + label::before {
  background-color: #eee;
}
body .gform_wrapper input[type=checkbox]:disabled:checked + label::after {
  border-color: #a2a2a2;
}
body .gform_wrapper input[type=radio] {
  position: absolute;
  left: -1000rem;
}
body .gform_wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
}
body .gform_wrapper input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 0.5625rem;
  background-color: #777;
  font-family: sans-serif;
}
body .gform_wrapper input[type=radio] + label::after {
  content: "";
  transition: background-color 0.3s;
}
body .gform_wrapper input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.1875rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.9375rem;
  background-color: #39b549;
  text-align: center;
}
body .gform_wrapper input[type=radio]:focus + label::before {
  box-shadow: 0 0.0625rem 0 #2b2b2b;
}
body .gform_wrapper input[type=radio]:disabled + label {
  cursor: not-allowed;
}
body .gform_wrapper input[type=radio]:disabled + label::before {
  background-color: #eee;
}
body .gform_wrapper input[type=radio]:disabled:checked + label::after {
  background-color: #a2a2a2;
}
body .gform_wrapper .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
}
body .gform_wrapper .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #777;
  pointer-events: none;
}
body .gform_wrapper .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper .select-wrap select {
  height: 2.4375rem;
  width: 100%;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  border: 0.0625rem solid #919191;
  border-radius: 0.1875rem;
  outline: none;
  background-color: white;
}
body .gform_wrapper .select-wrap select:focus {
  border-color: #39b549;
}
body .gform_wrapper .select-wrap select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label {
  color: #ffffff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select {
  border-color: #fff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
  border-color: #056839;
  -webkit-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ffffff;
  border-color: #fff;
}
#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 42px;
  height: 42px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #056839;
}
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/helper/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
a[href^="tel:"], a[href^="mailto:"] {
  white-space: nowrap !important;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clear {
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich_header:before, .rich_header:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #056839;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding: 15px 0;
  background: none;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.breadcrumbs .breadcrumbs-item-sep {
  padding: 0 10px;
  text-align: center;
}
.breadcrumbs a {
  color: #056839;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #056839;
}
.post-nav a {
  text-decoration: none;
}
.post-nav .nav-previous {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .nav-links {
    flex-wrap: wrap;
  }
}
.nav-links .nav-next {
  margin: 0 0 0 auto;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 5px;
  margin: 0 2px;
  background: none;
  color: #056839;
  font-size: 20px;
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background-color: #056839;
  color: #ffffff;
  text-decoration: none;
  border-color: #056839;
  font-weight: 700;
}
.wp-pagenavi a:hover {
  background-color: #056839;
  border-color: #dedede;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 28px 28px 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto 28px auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 28px 28px;
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto 28px auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto 28px auto;
}
img.aligncenter, img.alignright, img.alignleft {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
}
.ui-datepicker a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}
table {
  border: 1px solid #c9c9c9;
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
table tr:nth-child(2n) td {
  background-color: #fff;
}
.flexible table th, table.flexible th {
  white-space: nowrap;
}
.flexible table td, table.flexible td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .flexible table, table.flexible {
    display: block;
  }
  .flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr {
    display: block;
  }
  .flexible table thead tr, table.flexible thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexible table tr, table.flexible tr {
    border-bottom: 1px solid #ccc;
  }
  .flexible table th, table.flexible th {
    display: none;
  }
  .flexible table td, table.flexible td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 10px 5px 30%;
    min-height: 37px;
  }
  .flexible table td:before, table.flexible td:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before {
    content: "Column 1";
  }
  .flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before {
    content: "Column 2";
  }
  .flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before {
    content: "Column 3";
  }
  .flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before {
    content: "Column 4";
  }
  .flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before {
    content: "Column 5";
  }
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 34px;
}
.wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 0;
  color: #056839;
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0 0 0 10px;
  padding: 0;
}
.social-menu li:first-child {
  margin: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  background-color: #056839;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-menu a:hover {
  text-decoration: none;
}
.social-menu a:before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-menu a[href*="linkedin.com"]:before {
  content: "";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "";
}
.social-menu a[href*="instagram.com"]:before {
  content: "";
}
.social-menu a[href*="facebook.com"]:before {
  content: "";
}
.social-menu a[href*="twitter.com"]:before {
  content: "";
}
.social-menu a[href*="youtube.com"]:before {
  content: "";
}
.social-menu a[href*="vimeo.com"]:before {
  content: "";
}
.social-menu a[href*="yelp.com"]:before {
  content: "";
}
/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 100;
  position: relative;
  /*
    .header-nav {
        @media (max-width: $maxMobileHeaderThreshold) {
            display: none !important;
        }
    }
     */
}
.site-header .site-header-top-wrapper {
  background-color: #ffffff;
}
.site-header .site-header-main-wrapper {
  background-color: #056839;
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header .logo {
    margin-bottom: 20px;
  }
}
.site-header .logo svg {
  display: block;
  width: 324px;
  height: auto;
}
@media (max-width: 575.98px) {
  .site-header .logo svg {
    width: 280px;
  }
}
@media (max-width: 479.98px) {
  .site-header .logo svg {
    width: 200px;
  }
}
.site-header .site-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 22px 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header .site-header-main {
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-main {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.site-header .header-widgets {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-widgets > * {
  margin-left: 40px;
}
.site-header .header-widgets > *:first-child {
  margin-left: 0;
}
.site-header .header-widgets .header-widget {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.site-header .header-widgets .header-widget i {
  color: #056839;
}
.site-header .header-widgets .header-widget a {
  color: #000000;
  text-decoration: none;
}
.site-header .header-widgets .header-widget a:hover {
  color: #056839;
}
.mobile-header-nav, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-header-nav, .mobile-header-wrapper {
    display: block;
  }
}
.mobile-header-nav {
  width: 100%;
}
/*/ Sticky Header */
.admin-bar .sticky-header {
  /*
        top: 32px !important;
        @media (max-width: 782.98px) {
            top: 46px !important;
        }
         */
}
@media (max-width: 600.98px) {
  .admin-bar .sticky-header {
    top: 0 !important;
  }
}
.sticky-wrapper {
  position: relative;
  z-index: 200;
}
.sticky-wrapper * {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100%;
}
.sticky-wrapper.is-sticky .site-header {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
  }
  .primary-menu > li {
    margin: 0 0 0 30px;
    padding: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 3px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    outline: none;
    overflow: hidden;
  }
  .primary-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .primary-menu > li > a:hover:before {
    left: 0;
  }
  .primary-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    -o-transition: 500ms ease all;
    transition: 500ms ease all;
    left: -100%;
    bottom: 0;
  }
  .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
    color: #ffffff;
    text-decoration: none;
  }
  .primary-menu > li.focus > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    left: 0;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
    color: #056839;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0 0 0 -30px;
    padding: 20px 0;
    list-style: none;
    background-color: #e1e5f3;
    border: 1px solid #e1e5f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
  }
  .primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e5f3;
    position: absolute;
    top: -10px;
    left: 45px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 30px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #056839;
    background-color: #f6f6f6;
    text-decoration: none;
  }
  .primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
    background-color: #f6f6f6;
    color: #056839;
    text-decoration: none;
  }
  .primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a {
    padding-right: 46px;
  }
  .primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
    content: "";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    -webkit-transition: opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 90;
    left: 0;
  }
  .primary-menu > li > ul.sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .primary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu, .primary-menu > li > ul.sub-menu li.focus > ul.sub-menu, .primary-menu > li > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -o-transform: translateY(-21px);
    transform: translateY(-21px);
    z-index: 80;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 10px 16px;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #ffffff;
}
.menu-primary-trigger .menu-icon:before, .menu-primary-trigger .menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #ffffff;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #ffffff;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon {
  border: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:before {
  top: 11px;
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:after {
  top: 11px;
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.opener {
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
}
.opener .fa-angle-up {
  display: none;
}
.active > .opener .fa-angle-up {
  display: inherit;
}
.active > .opener .fa-angle-down {
  display: none;
}
.mobile-header-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  text-align: left;
}
.mobile-header-nav.toggled {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-header-nav.toggled {
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    display: block;
    max-height: 9999px;
  }
}
.mobile-header-nav .primary-menu {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a {
  color: #fff;
  text-decoration: underline;
}
.mobile-header-nav .primary-menu > li {
  margin: 0 0 10px 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  border: none;
  text-shadow: none;
  text-decoration: none;
}
.mobile-header-nav .primary-menu > li li {
  margin: 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li li:after {
  display: none;
}
.mobile-header-nav .primary-menu > li li a {
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  background: none !important;
}
.mobile-header-nav .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}
.mobile-header-nav .primary-menu .sub-menu li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding: 0;
}
.mobile-header-nav .primary-menu .sub-menu li .opener {
  font-size: 20px;
}
.site-footer {
  background: #5f3a13;
  margin: 0;
  padding: 30px 0 20px 0;
  border-top: none;
}
.site-footer .footer-global-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-footer .footer-global-wrapper .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-global-wrapper .copyright * {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-global-wrapper .jm-logo {
  display: block;
  margin: 0 auto 15px auto;
}
.site-footer .footer-global-wrapper .jm-logo svg {
  display: block;
  width: 223px;
}
.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 740px;
  display: block;
  overflow: hidden;
}
.cycle-slider .cycle-pager {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
}
.cycle-slider .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border-radius: 50%;
  cursor: pointer;
}
.cycle-slider .cycle-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border: 2px solid #056839;
  position: absolute;
  display: block;
  border-radius: 50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active {
  background-color: #ffffff;
}
.cycle-slider .cycle-pager span.cycle-pager-active:before {
  opacity: 0;
}
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  z-index: 500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover {
  color: #056839;
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  /*
		@media (max-width: 575.98px) {
			position: relative;
			height: auto;
			padding: 10px 0 50px 0;
		}
		 */
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 58px;
  line-height: 60px;
}
@media (max-width: 991.98px) {
  .cycle-slider h2 {
    font-size: 53px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 459.98px) {
  .cycle-slider h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.cycle-slider .btn {
  margin: 25px 0 0 0;
}
@media (max-width: 767.98px) {
  .cycle-slider .btn {
    margin: 10px 0 0 0;
  }
}
article.post {
  margin-bottom: 40px;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: 20px;
}
.post_meta i {
  color: #3b4348;
}
.post_meta a {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:focus {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:hover {
  text-decoration: none;
  color: #056839;
}
.post-author {
  background: #fff;
  margin: 0 0 70px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
.post-author h3 {
  margin: 0 0 15px 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #737885;
}
.post-author h3 a {
  text-decoration: none;
  color: #056839;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #056839;
}
.post-author h3 a:hover {
  text-decoration: none;
  color: #1e2731;
}
.post-author .post-author_gravatar {
  margin: 2px 20px 5px 0;
}
.post-author .post-author_gravatar img {
  padding: 0;
  border: none;
}
.post-author .post-author_link {
  margin: 18px 0 0 0;
}
.post-author .post-author_link p {
  margin: 0;
}
.related-posts {
  margin: 0 0 60px 0;
}
.related-posts ul li {
  line-height: 22px;
  font-size: 16px;
  color: #424f5e;
}
.related-posts ul li a {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:focus {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:hover {
  text-decoration: none;
  color: #056839;
}
ol.comment-list li .comment-body {
  background: #fff !important;
  border: 1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #056839;
}
@media (max-width: 480px) {
  ol.comment-list li .comment-body .extra-wrap {
    overflow: visible;
  }
}
ol.comment-list li .comment-body .reply {
  margin: 0 0 0 20px;
}
ol.comment-list li .comment-body .reply a {
  background: #056839;
  display: inline-block;
  margin: 0;
  padding: 9px 23px 10px 23px;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-transform: lowercase;
  color: #fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
  background: #056839;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .reply a:hover {
  background: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .comment-meta {
  line-height: 39px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1e2731;
}
.cancel-comment-reply {
  padding: 0 0 6px 0;
}
.jm-youtube-box {
  position: relative;
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%;
  /* 100 * 16 / 9 */
  min-width: 100%;
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*
            width: 177.77777778vh;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            */
  overflow: hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}
.service-box {
  position: relative;
  width: 100%;
  max-width: 253px;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .service-box {
    margin-bottom: 20px;
  }
}
.service-box:hover {
  background-color: #056839;
}
.service-box:hover a .text {
  color: #ffffff;
}
.service-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.service-box a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
}
.service-box a .text {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #056839;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.service-svg-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .service-svg-box {
    height: auto;
    margin-bottom: 20px;
  }
}
.service-svg-box .service-content {
  margin: 0 0 auto 0;
}
.service-svg-box h2 {
  color: #056839;
  font: 700 32px/36px "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  text-align: center;
}
.service-svg-box p {
  color: #000000;
  font: 400 16px/1.75 "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 0 0 20px 0;
  width: 60px;
  height: 60px;
}
.service-svg-box svg path {
  fill: #39b549;
}
.service-svg-box .btn {
  margin: 20px 0 0 0;
  width: 100%;
}
.jm-news-wrapper {
  position: relative;
}
.jm-news-wrapper .jm-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.jm-news-wrapper .jm-news-header h2 {
  margin: 0;
}
.jm-news-wrapper .jm-news-header .view-all {
  text-decoration: none;
  font-weight: 700;
}
.jm-news-wrapper .jm-news-header .view-all i {
  font-size: 14px;
}
.jm-news-wrapper .jm-news {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.jm-news-wrapper .jm-news li {
  margin: 5px 0 0 0;
  padding: 0;
  background-color: #efece6;
}
.jm-news-wrapper .jm-news li:first-child {
  margin: 0;
}
.jm-news-wrapper .jm-news li a {
  display: flex;
  margin: 0;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .jm-news-wrapper .jm-news li a {
    flex-direction: column;
  }
}
.jm-news-wrapper .jm-news li a:hover {
  color: #056839;
}
.jm-news-wrapper .jm-news li .entry-date {
  min-width: 110px;
  text-transform: uppercase;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .jm-news-wrapper .jm-news li .entry-date {
    margin: 0 0 10px 0;
  }
}
.jm-gallery-wrapper {
  position: relative;
  padding: 60px 0;
  /*
	.jm-news-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
		h2 {
			margin: 0;
		}
		.view-all {
			text-decoration: none;
			font-weight: 700;
			i {
				font-size: 14px;
			}
		}
	}
	.jm-news {
		@include ul-clear();
		position: relative;
		li {
			margin: 5px 0 0 0;
			padding: 0;
			background-color: #efece6;
			&:first-child {
				margin: 0;
			}
			a {
				display: flex;
				margin: 0;
				padding: 20px 30px;
				font-size: 16px;
				line-height: 20px;
				color: #000000;
				font-weight: bold;
				text-decoration: none;
				@media (max-width: 575.98px) {
					flex-direction: column;
				}
				&:hover {
					color: $color1;
				}
			}
			.entry-date {
				min-width: 110px;
				text-transform: uppercase;
				margin-right: 30px;
				@media (max-width: 575.98px) {
					margin: 0 0 10px 0;
				}
			}
		}
	}

	 */
}
@media (max-width: 1199.98px) {
  .jm-gallery-wrapper {
    padding: 30px 0;
  }
}
.jm-gallery-wrapper .slick-track {
  display: flex;
}
.jm-gallery-wrapper .slick-slide {
  padding: 0 15px;
}
.jm-gallery-wrapper .slick-slide img {
  width: 100%;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .even-section > .vc_row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row *:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row *:last-child {
    order: 10;
  }
}
body .vc_section[data-vc-full-width] > .vc_row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
/*
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic {
    .vc_tta-panel .vc_tta-panel-heading {
        border-color: #dce2e8;
        background-color: #fff;
        h4 {
            font-family: @baseFontFamily;
            font-size: 24px;
            line-height: 30px;
            font-weight: 400;
            a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 30px;
            }
        }
    }

    .vc_tta-panel .vc_tta-panel-heading:focus,
    .vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: #d2e9ff
    }

    .vc_tta-panel .vc_tta-panel-title>a {
        color: $color1;
    }

    .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-color: $color1;
        background-color: $color1
    }

    .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #ffffff;
    }

    .vc_tta-panel .vc_tta-panel-body {
        background-color: $color1;
        color: #fff;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        * {
            color: #fff;
        }
    }

    .vc_tta-panel .vc_tta-panel-body,
    .vc_tta-panel .vc_tta-panel-body::after,
    .vc_tta-panel .vc_tta-panel-body::before {
        border-color: $color1;
    }


    .vc_tta-controls-icon::after,
    .vc_tta-controls-icon::before {
        border-color: $color1;
    }
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: #fff;
    }
}
*/
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #000000;
  font: 400 16px/1.75 "Open Sans", sans-serif;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #ffffff;
}
td, th {
  color: #000000;
  text-align: left;
  vertical-align: top;
}
p {
  margin: 0 0 28px 0;
  padding: 0;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 28px 0;
  padding: 0;
  border-bottom: 1px solid #000000;
}
a {
  color: #056839;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #000000;
  outline: none;
}
h1 {
  color: #056839;
  font: 700 40px/50px "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
h2 {
  color: #056839;
  font: 700 32px/40px "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}
h2.vc_custom_heading {
  margin-bottom: 20px;
}
h2 a {
  color: #056839;
  text-decoration: none;
}
h3 {
  color: #000000;
  font: 400 28px/56px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h4 {
  color: #000000;
  font: 400 24px/48px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h5 {
  color: #000000;
  font: 400 22px/44px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h6 {
  color: #000000;
  font: 700 14px/28px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 30px;
  }
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #fff;
}
.header-indent {
  margin: 25px 0 60px 0;
}
@media (max-width: 1199.98px) {
  .header-indent {
    margin: 0 0 30px 0;
  }
}
.content-indent {
  padding: 60px 0 60px 0;
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 30px;
  }
}
.content-indent.vc_col-has-fill > .vc_column-inner, .content-indent.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .content-indent.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .content-indent.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .content-indent {
    padding: 30px 0;
  }
}
.content-indent-bottom {
  padding: 0 0 60px 0;
}
.content-indent-bottom.vc_col-has-fill > .vc_column-inner, .content-indent-bottom.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .content-indent-bottom.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .content-indent-bottom.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .content-indent-bottom {
    padding: 0 0 30px 0;
  }
}
.content-area, .widget-area {
  margin: 60px 0;
}
@media (max-width: 1199.98px) {
  .content-area, .widget-area {
    margin: 30px 0;
  }
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
.title-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  background: url("../images/bg-header.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .title-section {
    padding: 30px 0;
  }
}
.title-section h1 {
  margin: 0;
}
.box-white {
  position: relative;
  padding: 40px 50px;
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  .box-white {
    padding: 20px;
  }
}
body div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
  padding: 17px 0px 0px 2px;
}
