@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
*, *::before, *::after {
  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;
  }
}
:root, [data-theme="default"] {
  --jm-base-font-family:  "Merriweather", serif;
  --jm-alt-font-family:   "Poppins", sans-serif;
  --jm-base-font-size:    14px;
  --jm-base-font-weight:  300;
  --jm-base-line-height:  1.9;
  --jm-base-margin-bottom: 20px;
  --jm-h1-font-size: 50px;
  --jm-h2-font-size: 30px;
  --jm-h3-font-size: 20px;
  --jm-h4-font-size: 18px;
  --jm-h5-font-size: 16px;
  --jm-h6-font-size: 15px;
  --jm-h5-subtitle-font-size: 16px;
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-content-width: 100vw;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 2.7);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 2.5);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 2.3);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 1.3);
  --jm-content-indent-smaller: var(--jm-spacer-y);
  --jm-radius: calc( var(--jm-spacer-x) * 0.36 );
}
@media (min-width: 576px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 15px;
    --jm-h1-font-size: 52px;
    --jm-h2-font-size: 32px;
    --jm-h3-font-size: 22px;
    --jm-h4-font-size: 20px;
    --jm-h5-font-size: 18px;
    --jm-h6-font-size: 16px;
    --jm-content-width: 520px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 16px;
    --jm-h1-font-size: 56px;
    --jm-h2-font-size: 34px;
    --jm-h3-font-size: 25px;
    --jm-h4-font-size: 22px;
    --jm-h5-font-size: 20px;
    --jm-h6-font-size: 18px;
    --jm-h5-subtitle-font-size: 18px;
    --jm-base-margin-bottom: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
    --jm-content-width: 700px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 60px;
    --jm-h2-font-size: 36px;
    --jm-h3-font-size: 27px;
    --jm-h4-font-size: 24px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-content-width: 930px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 64px;
    --jm-h2-font-size: 38px;
    --jm-h3-font-size: 29px;
    --jm-h4-font-size: 26px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 21px;
    --jm-spacer-x: 30px;
    --jm-spacer-y: 30px;
    --jm-content-width: 1110px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 68px;
    --jm-h2-font-size: 40px;
    --jm-h3-font-size: 31px;
    --jm-h4-font-size: 28px;
    --jm-h5-font-size: 24px;
    --jm-h6-font-size: 22px;
    --jm-h5-subtitle-font-size: 20px;
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-width: 1280px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 72px;
    --jm-h2-font-size: 42px;
    --jm-h3-font-size: 33px;
    --jm-h4-font-size: 30px;
    --jm-h5-font-size: 26px;
    --jm-h6-font-size: 23px;
    --jm-spacer-x: 50px;
    --jm-spacer-y: 50px;
    --jm-content-width: 1530px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 75px;
    --jm-h2-font-size: 45px;
    --jm-h3-font-size: 35px;
    --jm-h4-font-size: 32px;
    --jm-h5-font-size: 28px;
    --jm-h6-font-size: 24px;
    --jm-spacer-x: 60px;
    --jm-spacer-y: 60px;
    --jm-content-width: 1720px;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme="default"] {
    --jm-content-width: 1820px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1760px;
  }
}
.container-fluid {
  margin: 0 auto;
  max-width: 1920px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x)* .4);
  }
}
:root, [data-theme="default"] {
  --bs-gutter-x: 20px;
}
@media (min-width: 576px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 40px;
  }
}
:root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
  --bs-gutter-x: 20px;
}
@media (min-width: 576px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 768px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 1200px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1800px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 40px;
  }
}
:root .vc_section, [data-theme="default"] .vc_section {
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  padding-left: calc(.5 * var(--bs-gutter-x));
  padding-right: calc(.5 * var(--bs-gutter-x));
}
:root .vc_row:not(.vc_row-no-padding), [data-theme="default"] .vc_row:not(.vc_row-no-padding) {
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
}
:root .vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner {
  padding-left: calc(.5 * var(--bs-gutter-x));
  padding-right: calc(.5 * var(--bs-gutter-x));
}
:root .vc_row.large-gutter, [data-theme="default"] .vc_row.large-gutter {
  margin-left: calc(-1 * var(--bs-gutter-x));
  margin-right: calc(-1 * var(--bs-gutter-x));
}
:root .vc_row.large-gutter > .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_row.large-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(1 * var(--bs-gutter-x));
  padding-right: calc(1 * var(--bs-gutter-x));
}
:root .vc_row.small-gutter, [data-theme="default"] .vc_row.small-gutter {
  margin-left: calc(-.4 * var(--bs-gutter-x));
  margin-right: calc(-.4 * var(--bs-gutter-x));
}
:root .vc_row.small-gutter > .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(.4 * var(--bs-gutter-x));
  padding-right: calc(.4 * var(--bs-gutter-x));
}
:root {
  --jm-admin-y: 0px;
}
:root .admin-bar {
  --jm-admin-y: 32px;
}
@media only screen and (max-width: 782px) {
  :root .admin-bar {
    --jm-admin-y: 46px;
  }
}
/* 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 .tribe-events .tribe-events-c-search__button, body .tribe-events button.tribe-events-c-search__button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 61px;
  padding: 15px 20px;
  margin: 0;
  font-family: var(--jm-alt-font-family);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #61AD18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #1C1C1C;
  background-color: #FEC842;
  border-color: #FEC842;
}
body .tribe-events .tribe-events-c-search__button::-moz-focus-inner, body .tribe-events button.tribe-events-c-search__button::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
body .tribe-events .tribe-events-c-search__button:hover, body .tribe-events .tribe-events-c-search__button:focus, body .tribe-events button.tribe-events-c-search__button:hover, body .tribe-events button.tribe-events-c-search__button:focus {
  background-color: #FEC842;
  box-shadow: none;
}
body .tribe-events .tribe-events-c-search__button:active, body .tribe-events button.tribe-events-c-search__button:active {
  box-shadow: none;
}
body .tribe-events .tribe-events-c-search__button:disabled, body .tribe-events button.tribe-events-c-search__button:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
body .tribe-events .tribe-events-c-search__button:disabled:hover, body .tribe-events .tribe-events-c-search__button:disabled:focus, body .tribe-events button.tribe-events-c-search__button:disabled:hover, body .tribe-events button.tribe-events-c-search__button:disabled:focus {
  box-shadow: none;
}
body .tribe-events .tribe-events-c-search__button:hover, body .tribe-events button.tribe-events-c-search__button:hover {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 20px;
}
body .tribe-common .tribe-common-c-btn-border, body .tribe-common a.tribe-common-c-btn-border {
  border: 1px solid #61AD18;
  color: #61AD18;
}
body .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #61AD18;
  border-color: #61AD18;
}
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-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 61px;
  padding: 15px 20px;
  margin: 0;
  font-family: var(--jm-alt-font-family);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #61AD18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #1C1C1C;
  background-color: #FEC842;
  border-color: #FEC842;
  min-width: 220px;
  text-align: center;
  justify-content: center;
}
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 {
  background-color: #FEC842;
  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;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
}
.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 61px;
  padding: 15px 20px;
  margin: 0;
  font-family: var(--jm-alt-font-family);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #61AD18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #61AD18;
  border-color: #61AD18;
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  background-color: #FEC842;
  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: #color3;
  background-color: #C9DCB7;
  border-color: #C9DCB7;
}
.btn i {
  font-size: 16px;
  margin-right: 12px;
}
.btn.btn-secondary {
  color: #1C1C1C;
  background-color: #FEC842;
  border-color: #FEC842;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
}
.btn.btn-big {
  min-height: 79px;
  font-size: 35px;
  line-height: 45px;
  padding: 17px 25px;
}
@media (max-width: 767.98px) {
  .btn.btn-big {
    font-size: var(--jm-h3-font-size);
    line-height: 1.2;
    min-height: 62px;
    padding: 15px 15px;
  }
}
.btn.has-arrow {
  position: relative;
  padding-right: 70px;
}
.btn.has-arrow:after {
  content: "";
  font-family: "Font Awesome 6 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;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
body .gform_wrapper.gravity-theme .gform-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_required {
  font-size: 18px;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 16px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label, body .gform_wrapper.gravity-theme legend.gfield_label {
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--jm-alt-font-family);
}
body .gform_wrapper.gravity-theme label {
  color: #1C1C1C;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  display: block;
  box-sizing: border-box;
  min-height: 68px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #61AD18;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active {
  border-color: #FEC842;
}
body .gform_wrapper.gravity-theme 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.gravity-theme select {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #61AD18;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: #FEC842;
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 68px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #61AD18;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: #FEC842;
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type="search"] {
  display: block;
  box-sizing: border-box;
  min-height: 68px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #61AD18;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type="search"]:focus, body .gform_wrapper.gravity-theme input[type="search"]:active {
  border-color: #FEC842;
}
body .gform_wrapper.gravity-theme input[type="search"]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #61AD18;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #61AD18;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus, body .gform_wrapper.gravity-theme .select-wrap:active {
  border-color: #FEC842;
}
body .gform_wrapper.gravity-theme .select-wrap: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 {
  color: #1C1C1C;
  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: #61AD18;
  -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;
}
.form-check-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  font-family: sans-serif;
}
.form-check-label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.form-check-label input {
  position: absolute;
  left: -1000rem;
}
.form-check-label:has(> input:checked):after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-check-label:has(> input:checked):before {
  background-color: #61AD18;
  border-color: #61AD18;
}
.form-check-label:has(> input:focus):before {
  border-color: #61AD18;
}
#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: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #25272c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #61AD18;
}
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: #61AD18;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: calc(var(--jm-base-font-size) * 0.8);
  line-height: 1.2;
  color: #1C1C1C;
  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: #61AD18;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #61AD18;
}
.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;
}
.jm-pagination, .wp-pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  text-align: center;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.jm-pagination li, .wp-pagenavi li {
  margin: 0;
  padding: 0;
}
.jm-pagination a, .jm-pagination span, .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: #61AD18;
  font-size: 20px;
  border: 1px solid #BFBFBF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jm-pagination li.active > *, .jm-pagination span.current, .wp-pagenavi li.active > *, .wp-pagenavi span.current {
  background-color: #61AD18;
  color: #ffffff;
  text-decoration: none;
  border-color: #61AD18;
  font-weight: 700;
}
.jm-pagination a:hover, .wp-pagenavi a:hover {
  background-color: #61AD18;
  border-color: #61AD18;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 var(--jm-base-margin-bottom) var(--jm-base-margin-bottom) 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto var(--jm-base-margin-bottom) auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 var(--jm-base-margin-bottom) var(--jm-base-margin-bottom);
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto var(--jm-base-margin-bottom) auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto var(--jm-base-margin-bottom) 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 {
  --jm-table-border: #c9c9c9;
  border: 1px solid var(--jm-table-border);
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: calc(var(--jm-base-font-size) * 0.8);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--jm-table-border);
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid var(--jm-table-border);
  border-right: 1px solid var(--jm-table-border);
}
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 > ol {
  counter-reset: custom-counter;
  margin: 0 0 var(--jm-base-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ol li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 calc(var(--jm-base-font-size) * var(--jm-base-line-height) * 1) 0;
  padding: 0 0 0 calc(var(--jm-base-font-size) * var(--jm-base-line-height) * 1.5);
}
.wpb_text_column > .wpb_wrapper > ol li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ol li:before {
  display: block;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: calc(var(--jm-base-line-height));
  background-color: var(--jm-bg-primary);
  color: #1C1C1C;
  font-size: calc(var(--jm-base-font-size) * 0.8);
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  height: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  line-height: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  text-align: center;
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0 0 var(--jm-base-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0 0 10px 0;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 calc(var(--jm-base-font-size) * 1.7);
}
.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 6 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: calc(var(--jm-base-font-size) * 0.3);
  left: 0;
  color: var(--jm-color-primary);
}
a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "";
  font-family: "Font Awesome 6 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;
  color: #FEC842;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "";
}
a.icon[href$=".doc"]:before {
  content: "";
}
a.icon[href$=".xls"]:before {
  content: "";
}
a.icon[href$=".zip"]:before {
  content: "";
}
.alert {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
  justify-content: center;
}
.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: #ffffff;
  color: #61AD18;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  text-decoration: none;
}
.social-menu a:before {
  font-family: "Font Awesome 6 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-family: "Font Awesome 6 Brands";
  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*="x.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: "";
}
.social-menu a[href*="tiktok.com"]:before {
  content: "";
}
/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 20px 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  max-width: 251px;
}
.site-header .logo a {
  display: block;
}
.site-header .logo a > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.site-header .logo a > svg {
  display: block;
  width: 251px;
  height: auto;
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-wrapper {
    align-items: center;
  }
}
.site-header .site-header-wrapper .header-right-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper .header-right-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper .header-right-wrapper .header-nav-wrapper {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-wrapper .header-right-wrapper .header-nav-wrapper {
    display: none !important;
  }
}
.site-header .site-header-wrapper .header-right-wrapper .header-widget-wrapper {
  margin: 0 0 0 50px;
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper .header-right-wrapper .header-widget-wrapper {
    order: 1;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-wrapper .header-right-wrapper .header-widget-wrapper {
    display: none !important;
  }
}
.site-header .site-header-wrapper .header-right-wrapper .header-widget-wrapper .header-widget p {
  margin: 0;
}
.mobile-site-header, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 1199.98px) {
  .mobile-site-header, .mobile-header-wrapper {
    display: block;
    margin: 0 0 10px 0;
  }
}
/*/ Sticky Header */
.admin-bar .sticky-header {
  top: var(--jm-admin-y) !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: 1200px) {
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .primary-menu > li {
    margin: 0 0 0 50px;
    padding: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-family: var(--jm-alt-font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1C1C1C;
  }
  .primary-menu > li > a:hover {
    color: #61AD18;
    text-decoration: none;
  }
  .primary-menu > li:hover > a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
    color: #61AD18;
    text-decoration: none;
  }
  .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 6 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;
    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: #C9DCB7;
    border: 1px solid #C9DCB7;
    -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 #C9DCB7;
    position: absolute;
    top: -10px;
    left: 45px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: block;
    color: #1C1C1C;
    font-family: var(--jm-alt-font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #1C1C1C;
    text-decoration: underline;
  }
  .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 {
    color: #1C1C1C;
    text-decoration: underline;
  }
  .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 6 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(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    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: 1200px) and (min-width: 1600px) and (max-width: 1699.98px) {
  .primary-menu > li {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
.menu-primary-trigger {
  margin: 0;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 43px;
  height: 30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #61AD18;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  /*
            &.menu-icon-line-02 {
                width: 77%;
            }
            &.menu-icon-line-03 {
                width: 53%;
            }
*/
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span {
  position: absolute;
  background-color: #61AD18;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span.menu-icon-line-01 {
  display: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 13px;
  -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 span.menu-icon-line-03 {
  width: 100%;
  top: 13px;
  -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-text {
  color: #1C1C1C;
}
.site-nav-mobile {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  padding-top: calc(var(--jm-admin-y) + 110px);
  padding-bottom: 50px;
  background-color: #61AD18;
  -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-nav-mobile.toggled {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.site-nav-mobile > .wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.site-nav-mobile .opener {
  margin-left: 20px;
  cursor: pointer;
  color: #ffffff;
}
.site-nav-mobile .opener .fa-angle-up {
  display: none;
}
.site-nav-mobile .active > .opener .fa-angle-up {
  display: inherit;
}
.site-nav-mobile .active > .opener .fa-angle-down {
  display: none;
}
.site-nav-mobile .primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 20px;
  margin: 30px 0;
}
.site-nav-mobile .primary-menu > li > a {
  font-size: 20px !important;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--jm-alt-font-family);
}
.site-nav-mobile .primary-menu li.current-menu-item > a {
  color: #FEC842;
}
.site-nav-mobile .primary-menu li {
  margin: 0;
  padding: 3px 0;
}
.site-nav-mobile .primary-menu li a {
  text-transform: uppercase;
  font-family: var(--jm-alt-font-family);
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
.site-nav-mobile .primary-menu li a:hover {
  color: #FEC842;
}
.site-nav-mobile .primary-menu li li a {
  font-size: 16px;
  font-weight: 500;
}
.site-nav-mobile .primary-menu ul.sub-menu {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #61AD18;
  display: none;
}
.site-nav-mobile .primary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav-mobile .primary-menu ul ul {
  margin-top: 6px;
}
.site-nav-mobile .header-aside-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}
.site-nav-mobile .header-aside-wrapper .header-widget-wrapper {
  margin: 10px 0 0 0;
}
.site-nav-mobile .header-aside-wrapper .header-widget-wrapper .btn {
  color: #61AD18;
  background-color: #ffffff;
  border-color: #ffffff;
}
.site-nav-mobile .header-aside-wrapper .header-widget-wrapper .btn i {
  display: none;
}
.site-footer {
  margin: 0;
  padding: 0;
  border-top: none;
}
.site-footer .footer-top {
  background: #61AD18;
  padding: 40px 0;
}
.site-footer .footer-top h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.site-footer .footer-top .footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .footer-top-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .footer-top-wrapper > * {
    margin-top: 50px;
  }
  .site-footer .footer-top .footer-top-wrapper > *:first-child {
    margin-top: 0;
  }
}
.site-footer .footer-top .footer-top-wrapper .footer-logo-wrapper {
  width: 30%;
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .footer-top-wrapper .footer-logo-wrapper {
    width: auto;
  }
}
.site-footer .footer-top .footer-top-wrapper .footer-logo-wrapper .logo-footer {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  max-width: 353px;
}
.site-footer .footer-top .footer-top-wrapper .footer-logo-wrapper .logo-footer a {
  display: block;
}
.site-footer .footer-top .footer-top-wrapper .footer-logo-wrapper .logo-footer a > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.site-footer .footer-top .footer-top-wrapper .social-wrapper {
  margin: 0 25px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .footer-top-wrapper .social-wrapper {
    margin: 50px 0 0 0;
  }
}
.site-footer .footer-top .footer-top-wrapper .social-wrapper .social-menu a {
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  color: #61AD18;
  font-size: 26px;
}
.site-footer .footer-top .footer-top-wrapper .social-wrapper .social-menu a:hover {
  color: #FEC842;
}
.site-footer .footer-top .footer-top-wrapper .social-wrapper .social-menu a:before {
  font-family: "Font Awesome 6 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-family: "Font Awesome 6 Brands";
  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%);
}
.site-footer .footer-top .footer-top-wrapper .jm-logo-wrapper {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .footer-top-wrapper .jm-logo-wrapper {
    width: 100%;
    justify-content: center;
  }
}
.site-footer .footer-top .footer-top-wrapper .jm-logo-wrapper .jm-logo {
  display: block;
  max-width: 283px;
}
.site-footer .footer-top .footer-top-wrapper .jm-logo-wrapper .jm-logo svg {
  display: block;
  width: 283px;
}
.site-footer .footer-bottom {
  padding: 10px 0;
  background-color: #000000;
}
.site-footer .footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-bottom .footer-bottom-wrapper .footer-menu {
  margin: 0;
  padding: 0;
}
.site-footer .footer-bottom .footer-bottom-wrapper .footer-menu a {
  font-family: var(--jm-alt-font-family);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
.site-footer .footer-bottom .footer-bottom-wrapper .footer-menu a:hover {
  color: #FEC842;
}
.title-section {
  position: relative;
  padding: var(--jm-spacer-y) 0;
  margin: 0;
  text-align: center;
  background-color: #f1f3f4;
}
.title-section h1 {
  margin: 0;
}
.rich-title-section {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 2.5) 0;
  background-color: #f1f3f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-title-section:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(87, 81, 5, 0.48);
}
.rich-title-section > .wrapper {
  position: relative;
  z-index: 10;
}
.rich-title-section .page-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 960px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .rich-title-section .page-header {
    width: 100%;
  }
}
.rich-title-section .page-header > *:last-child {
  margin-bottom: 0;
}
.rich-title-section .page-header h1.page-title {
  line-height: 1;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.rich-title-section .page-header .page-title-description {
  font-family: var(--jm-alt-font-family);
  font-size: var(--jm-h2-font-size);
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px rgba(94, 71, 12, 0.25);
  letter-spacing: 0px;
}
.rich-title-section .page-header h1.rich-heading {
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .rich-title-section .page-header h1.rich-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h1.rich-heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h1.rich-heading:after {
    width: 200px;
    height: 2px;
    margin-top: 4px;
  }
}
@media (max-width: 767.98px) {
  .rich-title-section .page-header h1.rich-heading:after {
    width: 150px;
  }
}
.rich-title-section .page-header h6 {
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h6 {
    margin-bottom: 10px;
  }
}
.rich-title-section .page-header h6 a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.rich-title-section .page-header h6 a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FEC842;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
.rich-title-section .page-header h6 a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
.page-title-description {
  margin-top: 10px;
  *:last-child {
    margin-bottom: 0;
  }
}
*/
.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 737px;
  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 #61AD18;
  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: #61AD18;
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 81, 5, 0.48);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199.98px) {
  .cycle-slider .cycle-slide > img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-52%);
    height: 100%;
    width: auto;
  }
}
.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: 1199.98px) {
  .cycle-slider .slider-caption {
    position: relative;
    height: auto;
    padding: 60px 10%;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption {
    padding: 60px 15px;
  }
}
.cycle-slider h2 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--jm-h1-font-size);
  line-height: 1.1;
}
.cycle-slider h3 {
  margin: 0 0 50px 0;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--jm-h2-font-size);
  line-height: 1.1;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .cycle-slider h3 {
    margin: 0 0 40px 0;
  }
}
.cycle-slider p {
  text-transform: uppercase;
  font-size: var(--jm-h3-font-size);
  line-height: 1.2;
  font-family: var(--jm-alt-font-family);
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991.98px) {
  .cycle-slider p {
    font-weight: 500;
  }
}
.cycle-slider .btn {
  margin: 35px 0 0 40px;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .cycle-slider .btn {
    margin: 35px 0 0 0;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    font-size: var(--jm-h4-font-size);
  }
}
.cycle-slider .btn:first-child {
  margin: 35px 0 0 0;
}
.blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * .5) var(--jm-spacer-y) calc(var(--bs-gutter-x) * .5);
  flex: 0 0 auto;
}
.blog-posts-wrapper.bcpr-c6 .blog-post-excerpt-wrapper {
  width: 16.666666%;
}
.blog-posts-wrapper.bcpr-c5 .blog-post-excerpt-wrapper {
  width: 20%;
}
.blog-posts-wrapper.bcpr-c4 .blog-post-excerpt-wrapper {
  width: 25%;
}
.blog-posts-wrapper.bcpr-c3 .blog-post-excerpt-wrapper {
  width: 33.333333%;
}
.blog-posts-wrapper.bcpr-c2 .blog-post-excerpt-wrapper {
  width: 50%;
}
.blog-posts-wrapper.bcpr-c1 .blog-post-excerpt-wrapper {
  width: 100%;
}
@media (max-width: 1799.98px) {
  .blog-posts-wrapper.bcpr-1800-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1800-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1800-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1800-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1800-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1800-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .blog-posts-wrapper.bcpr-1600-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1600-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1600-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1600-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1600-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1600-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .blog-posts-wrapper.bcpr-1400-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1400-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1400-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1400-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1400-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1400-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog-posts-wrapper.bcpr-1200-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1200-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1200-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1200-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1200-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1200-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog-posts-wrapper.bcpr-992-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-992-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-992-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-992-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-992-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-992-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-wrapper.bcpr-768-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-768-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-768-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-768-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-768-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-768-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-posts-wrapper.bcpr-576-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-576-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-576-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-576-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-576-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-576-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 379.98px) {
  .blog-posts-wrapper.bcpr-380-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-380-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-380-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-380-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-380-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-380-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt {
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured {
    flex-direction: row;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-thumbnail {
    width: 50%;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content {
    width: 50%;
    height: auto;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content .btn {
    margin: 0;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail {
  display: block;
  position: relative;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail a {
  z-index: 10;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
  position: relative;
  z-index: 10;
  padding: 20px 30px 30px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
    padding: 20px;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content h4 a {
  color: #000000;
  text-decoration: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 61px;
  padding: 15px 20px;
  margin: 0;
  font-family: var(--jm-alt-font-family);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #61AD18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #FEC842;
  border-color: #FEC842;
  margin: auto 0 0 0;
  text-align: center;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus {
  background-color: #FEC842;
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  color: #ffffff;
  background-color: #EBB224;
  border-color: #EBB224;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper {
  margin-top: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
    width: 100%;
  }
}
article.post {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
article.post .entry-content > *:last-child {
  margin-bottom: 0;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: var(--jm-spacer-y);
}
.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: #61AD18;
}
.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: #61AD18;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #61AD18;
}
.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: #61AD18;
}
.widget-area > aside, .widget-area > div {
  margin: 0 0 var(--jm-content-indent-smaller) 0;
}
.widget-area > aside:last-child, .widget-area > div:last-child {
  margin-bottom: 0;
}
.widget-area h3 {
  padding: 0;
  margin: 0 0 calc(var(--jm-content-indent-smaller) / 2) 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 var(--jm-base-font-size);
}
.widget-area ul li:before {
  content: "";
  font-family: "Font Awesome 6 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;
  line-height: inherit;
  position: absolute;
  top: calc(var(--jm-base-font-size) / 2.5);
  left: 0;
  font-size: calc(var(--jm-base-font-size) / 2);
  color: #61AD18;
}
.widget-area ul li a {
  text-decoration: none;
}
.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-header > i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: #1C1C1C;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 10px 40px 10px 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header > i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header > i {
    right: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  font-weight: 500;
  margin: 0;
  color: #1C1C1C;
  position: relative;
  display: flex;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  margin-right: 10px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.rich-link-wrapper {
  position: relative;
}
.rich-link-wrapper .rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper a {
  text-decoration: none;
}
.rich-link-wrapper a.rich-link:hover .rich-link-icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
}
.rich-link-wrapper a.rich-link:hover .rich-link-title {
  color: #EBB224;
}
.rich-link-wrapper a.rich-link:hover .rich-link-sub-title {
  color: #929fc1;
}
.rich-link-wrapper .rich-link-icon {
  width: 170px;
  height: 170px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .rich-link-wrapper .rich-link-icon {
    margin-bottom: 10px;
  }
}
.rich-link-wrapper .rich-link-icon i {
  color: #FEC842;
  font-size: 65px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 50px;
  }
}
.rich-link-wrapper .rich-link-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper .rich-link-content .rich-link-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #61AD18;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-title {
    font-size: 24px;
  }
}
.rich-link-wrapper .rich-link-content .rich-link-sub-title {
  display: block;
  text-align: center;
  color: #7e8cad;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-sub-title {
    font-size: 20px;
  }
}
.jm-content-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .slick-slider .slick-list {
    overflow: visible;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li.slick-active button {
  background-color: #61AD18;
  border-color: #61AD18;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #1C1C1C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button:before {
  display: none;
}
.jm-content-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--jm-content-indent-smaller);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #1C1C1C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 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;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: #61AD18;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "";
}
.jm-content-carousel-wrapper .jm-carousel-container-single {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .jm-carousel-container-single {
    height: 100%;
  }
}
.jm-content-carousel-wrapper .jm-carousel-container-single .jm-carousel-container-single-body > *:last-child {
  margin-bottom: 0;
}
.jm-content-carousel-wrapper .jm-carousel-container-single > *:last-child {
  margin-bottom: 0;
}
.universal-container-wrapper.flex-box {
  display: flex;
  justify-content: center;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box {
    flex-direction: column;
  }
}
.universal-container-wrapper.flex-box > * {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box > * {
    padding-top: 30px;
  }
}
.jm-site-notice-section-wrapper {
  padding: 15px 0;
  background-color: #61AD18;
}
@media (max-width: 767.98px) {
  .jm-site-notice-section-wrapper {
    padding: 10px 0;
  }
}
.jm-site-notice-section-wrapper * {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice {
  background: none;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  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%);
  cursor: pointer;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice i {
  font-size: 30px;
  line-height: 30px;
}
.jm-site-notice-section-wrapper .jm-site-notice {
  width: 100%;
}
.jm-site-notice-section-wrapper .jm-site-notice.infinite-scrolling {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.jm-site-notice-section-wrapper .jm-site-notice .scrolling-text {
  animation: animate_text 30s linear infinite;
  padding-right: 50vw;
}
.jm-site-notice-section-wrapper .jm-site-notice .static-text {
  width: 100%;
  text-align: center;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message > * {
  margin: 2px 10px;
}
.jm-site-notice-section-wrapper .jm-site-notice a {
  color: #ffffff;
}
.jm-site-notice-section-wrapper .jm-site-notice a:hover {
  color: #FEC842;
}
.jm-site-notice-section-wrapper .jm-site-notice .btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  min-height: auto;
  padding: 8px 14px;
  font-size: 14px;
  border-width: 1px;
}
.jm-site-notice-section-wrapper .jm-site-notice .btn:hover {
  color: #1C1C1C;
  background-color: #ffffff;
  border-color: #ffffff;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.jm-youtube-box {
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  margin-bottom: var(--jm-base-margin-bottom);
}
.jm-youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-base-margin-bottom) 0 0 0;
}
.jm-youtube-box .jm-video-wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
  -moz-box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
  box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
}
.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;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  /*
            width: 177.77777778vh;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            */
  overflow: hidden;
  z-index: 10;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.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: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  -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, 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: 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;
}
.jm-empty-normal {
  height: var(--jm-content-indent-normal);
}
.jm-empty-larger {
  height: var(--jm-content-indent-larger);
}
.jm-empty-large {
  height: var(--jm-content-indent-large);
}
.jm-empty-small {
  height: var(--jm-content-indent-small);
}
.jm-empty-smaller {
  height: var(--jm-content-indent-smaller);
}
.jm-rich-heading {
  position: relative;
  color: #1C1C1C;
}
.jm-rich-heading.text-align-center {
  text-align: center;
}
.jm-rich-heading.text-align-right {
  text-align: right;
}
.jm-rich-heading span {
  display: block;
  font-size: var(--jm-base-font-size);
  color: #61AD18;
  text-transform: uppercase;
  font-family: var(--jm-base-font-family);
  margin-bottom: 10px;
}
.jm-rich-button-wrapper {
  margin-bottom: calc(var(--jm-spacer-x) * 1);
}
.jm-rich-button-wrapper.button-align-center {
  text-align: center;
}
.jm-rich-button-wrapper.button-align-right {
  text-align: right;
}
.jm-marquee-wrapper {
  position: relative;
}
.jm-marquee-wrapper .jm-marquee {
  background-color: red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 5px 20px;
}
.jm-marquee-wrapper .jm-marquee * {
  color: #ffffff;
}
.jm-marquee-wrapper .jm-marquee p {
  margin: 0;
}
.jm-marquee-wrapper .jm-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-item {
  white-space: nowrap;
  padding: 0 2rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.service-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    height: auto;
    margin-bottom: var(--jm-base-margin-bottom);
  }
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: center;
  background-color: #f1f1f1;
}
.service-box-wrapper a.service-box img {
  margin: 0 auto;
}
.service-box-wrapper a.service-box .service-box-content-wrapper {
  padding: 20px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text {
  color: #1C1C1C;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text * {
  color: #1C1C1C;
}
.service-box-wrapper a.service-box h3 {
  position: relative;
  overflow: hidden;
}
.service-box-wrapper a.service-box h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FEC842;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
.service-box-wrapper a.service-box:hover h3:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
.service-box-wrapper .service-box.box-mode {
  height: 100%;
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) / 2) auto;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) / 2) auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper > * {
  margin-bottom: calc(var(--jm-spacer-y) / 2);
}
.service-box-wrapper .service-box .service-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper h3 {
  text-align: center;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text {
  display: block;
  padding: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
  margin: 5px 15px;
}
@media (max-width: 991.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
    margin: 5px;
  }
}
.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: 10px;
  }
}
@media (max-width: 1199.98px) {
  .service-svg-box {
    margin-bottom: 20px;
  }
}
.service-svg-box h2 {
  color: #61AD18;
  font: italic normal 900 24px/24px var(--jm-alt-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #61AD18;
  font: normal normal 600 14px/24px var(--jm-base-font-family);
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 30px auto;
  width: 100px;
  height: 82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box svg {
    margin: 10px auto;
  }
}
.service-svg-box svg path {
  fill: #61AD18;
}
.service-svg-box .btn {
  width: 100%;
}
.jm-testimonials-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list {
    overflow: visible !important;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
    /*
                        height: inherit;
                        > div {
                            height: 100%;
                        }
                        */
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li.slick-active button {
  background-color: #61AD18;
  border-color: #61AD18;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #1C1C1C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button:before {
  display: none;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #1C1C1C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 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;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: #61AD18;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "";
}
.testimonials-feed {
  position: relative;
}
.testimonials-feed .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item {
    padding: 100px 40px 40px 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item {
    padding: 90px 30px 30px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-feed .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:before {
    left: 20px;
  }
}
.testimonials-feed .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:after {
    left: 20px;
  }
}
.testimonials-feed .item .testimonials-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item .testimonials-title {
    margin: 0 0 30px 0;
  }
}
.testimonials-feed .item .testimonials-title img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-feed .item .testimonials-title h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.testimonials-feed .item blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-feed .item blockquote p:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 var(--jm-base-margin-bottom) 0;
}
.jm-testimonials-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  --jm-testimonials-bg: #f1f2f3;
}
.jm-testimonials-box blockquote {
  background-color: var(--jm-testimonials-bg);
  -webkit-border-radius: 8px 8px 8px 0;
  -moz-border-radius: 8px 8px 8px 0;
  border-radius: 8px 8px 8px 0;
  flex: 1 0;
  padding: calc(var(--jm-spacer-y) * 0.66);
  margin: 0 0 calc(var(--jm-spacer-y) * 0.66) 0;
  font-size: calc(var(--jm-base-font-size) * 0.8);
  position: relative;
}
.jm-testimonials-box blockquote p {
  margin-bottom: calc(var(--jm-base-margin-bottom) * 0.8);
}
.jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box blockquote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: calc(var(--jm-spacer-y) * 0.66) solid transparent;
  border-top: calc(var(--jm-spacer-y) * 0.3) solid var(--jm-testimonials-bg);
  position: absolute;
  bottom: calc(var(--jm-spacer-y) * -0.3);
  left: 0;
}
.jm-testimonials-box h4.title, .jm-testimonials-box h5.sub-title {
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box h5.sub-title {
  font-size: calc(var(--jm-base-font-size) * 0.8);
  font-weight: 400;
}
.jm-gallery-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 576px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list {
    overflow: visible;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div, .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div > a {
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li.slick-active button {
  background-color: #61AD18;
  border-color: #61AD18;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #1C1C1C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button:before {
  display: none;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:before {
  color: #1C1C1C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 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;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:hover:before {
  color: #61AD18;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-next:before {
  content: "";
}
.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 72%;
  height: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.jm-photo-collage-wrapper img:first-child {
  z-index: 10;
  margin-top: 45%;
}
.jm-photo-collage-wrapper img:last-child {
  position: absolute;
  top: 0;
}
.jm-photo-collage-wrapper.position-left img:last-child {
  right: 0;
}
.jm-photo-collage-wrapper.position-left .jm-photo-collage {
  align-items: flex-start;
  justify-content: flex-start;
}
.jm-photo-collage-wrapper.position-right img:last-child {
  left: 0;
}
.jm-photo-collage-wrapper.position-right .jm-photo-collage {
  align-items: flex-end;
  justify-content: flex-end;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body .wpb_content_element {
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 991.98px) {
  body .wpb_content_element {
    margin-bottom: 20px;
  }
}
.vc_row.overflow-visible[data-vc-full-width] {
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row:has(.vc_col-lg-6), .vc_row.even-section:has(.vc_col-lg-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row:has(.vc_col-md-6), .vc_row.even-section:has(.vc_col-md-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row:has(.vc_col-sm-6), .vc_row.even-section:has(.vc_col-sm-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:first-child, .vc_row.even-section > .vc_col-sm-6:first-child {
    order: 20;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:last-child, .vc_row.even-section > .vc_col-sm-6:last-child {
    order: 10;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:first-child, .vc_row.even-section > .vc_col-md-6:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:last-child, .vc_row.even-section > .vc_col-md-6:last-child {
    order: 10;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:first-child, .vc_row.even-section > .vc_col-lg-6:first-child {
    order: 20;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:last-child, .vc_row.even-section > .vc_col-lg-6:last-child {
    order: 10;
  }
}
@media (min-width: 1920px) {
  body .vc_section[data-vc-full-width] > .vc_row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}
body .wpb_text_column p:has(.btn + .btn) {
  text-align: center;
}
body .wpb_text_column p:has(.btn + .btn) .btn {
  margin: 5px 20px;
}
.vc_empty_space[style="height: 0px"] {
  height: var(--jm-spacer-y) !important;
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  -webkit-border-radius: var(--jm-radius);
  -moz-border-radius: var(--jm-radius);
  border-radius: var(--jm-radius);
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
  -webkit-border-radius: var(--jm-radius);
  -moz-border-radius: var(--jm-radius);
  border-radius: var(--jm-radius);
}
.wpb_wrapper:has(.jm-custom-accordion + .jm-custom-accordion) .jm-custom-accordion {
  margin-bottom: calc(var(--jm-spacer-x) * 0.5);
}
.wpb_wrapper:has(.jm-rich-button-wrapper + .jm-rich-button-wrapper) .jm-rich-button-wrapper {
  margin-bottom: calc(var(--jm-spacer-x) * 0.5);
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.our-services-wrapper .vc_tta-tabs-container .vc_tta-tabs-list {
  justify-content: flex-start;
  align-items: flex-start;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.our-services-wrapper .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  position: absolute;
  z-index: 5;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.our-services-wrapper .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  display: block !important;
  height: auto !important;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.our-services-wrapper .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
  position: relative;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0 auto 80px auto !important;
  max-width: 1600px;
}
@media (max-width: 991.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
    margin: 0 0 40px 0 !important;
  }
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media (max-width: 991.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    justify-content: flex-start;
    gap: 30px 0;
  }
}
@media (max-width: 767.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    gap: 15px 0;
  }
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  width: 50%;
  margin: 0 !important;
}
@media (min-width: 992px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 350px;
  }
}
@media (min-width: 1900px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    width: 100%;
  }
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  display: block;
  padding: 0;
  position: relative;
  border: none;
  background: none;
  color: #ffffff;
  font-family: var(--jm-alt-font-family);
  font-size: var(--jm-h3-font-size);
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 991.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0 25px;
  }
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span.vc_tta-title-text {
  margin: 0;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
  display: none;
}
@media (max-width: 991.98px) {
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    font-size: 24px;
  }
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a, body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  text-decoration: underline;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  display: none !important;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
  padding-right: calc(var(--bs-gutter-x) * 2);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-collapse: collapse;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
  padding: 0;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  display: block;
}
@media (max-width: 575.98px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 20px 0;
  }
}
body.woocommerce-cart .quantity label {
  display: none;
}
/*
body.woocommerce-checkout {
  .checkout.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    .woocommerce-NoticeGroup {
      width: 100%;
    }
    .col2-set {
      width: 48%;
      @media (max-width: 1199.98px){
        width: 100%;
        margin: 0 0 30px 0;
      }
      .col-1,
      .col-2 {
        width: 100%;
        float: none;
      }
      .col-1 {
        margin: 0 0 30px 0;
      }
    }
    .order-review-wrapper {
      width: 48%;
      @media (max-width: 1199.98px){
        width: 100%;
        margin: 0 0 30px 0;
      }
    }
  }
}
*/
.header-woo-widgets {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-woo-widgets > * {
  margin: 0 0 0 30px;
}
.header-woo-widgets > *:first-child {
  margin: 0;
}
.jm-product-search-wrapper {
  position: relative;
}
.jm-product-search-wrapper.toggled .widget_product_search {
  display: block;
}
.jm-product-search-wrapper .jm-product-search-title {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .jm-product-search-wrapper .jm-product-search-title .label {
    display: none;
  }
}
.jm-product-search-wrapper .widget_product_search {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30%;
  min-width: 300px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #FEC842;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search {
  display: flex;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field {
  display: block;
  box-sizing: border-box;
  min-height: 68px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #61AD18;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  background-color: white;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:focus, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:active {
  border-color: #FEC842;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 61px;
  padding: 15px 20px;
  margin: 0;
  font-family: var(--jm-alt-font-family);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #61AD18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #61AD18;
  border-color: #61AD18;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:hover, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:focus {
  background-color: #FEC842;
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:active {
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled:hover, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled:focus {
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:hover {
  color: #ffffff;
  background-color: #1C1C1C;
  border-color: #1C1C1C;
}
.jm-header-cart-wrapper {
  position: relative;
}
.jm-header-cart-wrapper.toggled .jm-modal {
  display: block;
}
.jm-header-cart-wrapper .widget_shopping_cart_content > *:last-child {
  margin-bottom: 0;
}
.jm-header-cart-wrapper .jm-cart-contents {
  display: block;
  position: relative;
  text-decoration: none;
}
.jm-header-cart-wrapper .jm-cart-contents .count {
  position: absolute;
  left: 10px;
  top: -5px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  color: #1C1C1C;
}
@media (max-width: 991.98px) {
  .jm-header-cart-wrapper .jm-cart-contents .label {
    display: none;
  }
}
.jm-header-cart-wrapper .jm-modal {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30%;
  min-width: 300px;
}
.jm-header-cart-wrapper .widget_shopping_cart {
  background-color: #f5f5f5;
  color: #404040;
  font-size: 0.875em;
  /*
    .site-header-cart .widget_shopping_cart .product_list_widget {
      height: 0
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
      position: relative;
      float: left;
      top: auto
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
      text-align: left
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
      left: 0;
      display: block
    }
    .site-header-cart:hover .widget_shopping_cart .product_list_widget,
    .site-header-cart.focus .widget_shopping_cart .product_list_widget {
      height: auto
    }
     */
  /*
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid $color2;

    .button {
      @include input-button;
      color: #fff;
      background-color: $color1;
      border-color: $color1;
      &:hover {
        color: #ffffff;
        background-color: $color3;
        border-color: $color3;
      }
    }

     */
}
.jm-header-cart-wrapper .widget_shopping_cart h2.widgettitle {
  display: none;
}
.jm-header-cart-wrapper .widget_shopping_cart * {
  font-size: 16px;
}
.jm-header-cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 1em 1.41575em;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget {
  background-color: #f0f0f0;
  margin-bottom: 0;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li {
  position: relative;
  padding: 1em 1.41575em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a {
  text-decoration: none;
  line-height: 1.2;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li .quantity {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li .quantity * {
  font-size: 14px;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  left: auto;
  top: 0.3em;
  right: 0.5em;
  opacity: 1;
  background-color: #C1C1C1;
  line-height: 1;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li img {
  width: auto;
  height: 60px;
  margin-left: 1em;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total, .jm-header-cart-wrapper .widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total, .jm-header-cart-wrapper .widget_shopping_cart p.buttons {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}
.jm-nav-myaccount-wrapper {
  position: relative;
}
.jm-nav-myaccount-wrapper.toggled .nav-myaccount {
  display: block;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation, .jm-nav-myaccount-wrapper .jm-myaccount-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation .label, .jm-nav-myaccount-wrapper .jm-myaccount-login .label {
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 991.98px) {
  .jm-nav-myaccount-wrapper .jm-myaccount-navigation .label, .jm-nav-myaccount-wrapper .jm-myaccount-login .label {
    display: none;
  }
}
.jm-nav-myaccount-wrapper .nav-myaccount {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #FEC842;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu li a {
  color: #1C1C1C;
}
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #1C1C1C;
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: var(--jm-base-font-weight);
  line-height: var(--jm-base-line-height);
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #ffffff;
}
td, th {
  color: #1C1C1C;
  text-align: left;
  vertical-align: top;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-bottom: 1px solid #1C1C1C;
}
a {
  color: #61AD18;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #1C1C1C;
  outline: none;
}
h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0 0 var(--jm-base-margin-bottom) 0;
  padding: 0;
}
ul, ol, blockquote {
  margin-bottom: var(--jm-base-margin-bottom);
}
h1 {
  color: #1C1C1C;
  font: 500 var(--jm-h1-font-size)/1.4 var(--jm-alt-font-family);
  text-transform: uppercase;
}
h2 {
  color: #1C1C1C;
  font: 600 var(--jm-h2-font-size)/1.4 var(--jm-alt-font-family);
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: 40px;
}
h2.sub-title {
  margin: 0;
}
h2 a {
  color: #1C1C1C;
  text-decoration: none;
}
h3 {
  color: #1C1C1C;
  font: 500 var(--jm-h3-font-size)/1.3 var(--jm-alt-font-family);
}
h3.sub-title {
  font-style: italic;
  font-weight: 400;
}
h4 {
  color: #1C1C1C;
  font: 400 var(--jm-h4-font-size)/1.3 var(--jm-alt-font-family);
}
h5 {
  color: #1C1C1C;
  font: 400 var(--jm-h5-font-size)/1.2 var(--jm-alt-font-family);
}
h5.sub-title {
  font-style: italic;
  font-weight: 400;
  font-size: var(--jm-h5-subtitle-font-size);
}
h6 {
  color: #1C1C1C;
  font: 500 var(--jm-h6-font-size)/1.2 var(--jm-alt-font-family);
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
body.toggled .site {
  position: fixed;
  height: 100.01%;
  width: 100%;
}
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #61AD18;
}
.title-indent {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.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: calc(var(--jm-spacer-y) * 2);
}
.content-indent > .vc_column-inner, .content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small {
  padding-top: var(--jm-spacer-y);
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small.vc_section.vc_section-has-fill, .content-indent-small.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent-small.vc_section.vc_section-has-fill + .vc_section {
  padding-top: var(--jm-spacer-y);
}
.content-indent-small > .vc_column-inner, .content-indent-small > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-bottom {
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small-bottom {
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-area, .widget-area {
  margin: calc(var(--jm-spacer-y) * 2) 0;
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-why h2, .section-why h3 {
    text-align: center !important;
  }
  .section-why .wpb_single_image {
    text-align: center !important;
  }
  .section-why .wpb_text_column {
    text-align: center;
    margin: 0 0 50px 0 !important;
    padding: 0 30px;
  }
}
.section-become-member {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: calc(var(--jm-spacer-y) * 2.5);
  padding-bottom: calc(var(--jm-spacer-y) * 2.5);
}
.section-become-member:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(87, 81, 5, 0.48);
}
.section-contact {
  position: relative;
}
@media (min-width: 992px) {
  .section-contact:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #1C1C1C;
  }
}
.section-contact .contact-text-wrapper > .vc_column-inner > .wpb_wrapper {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
@media (min-width: 992px) {
  .section-contact .contact-text-wrapper > .vc_column-inner > .wpb_wrapper {
    padding-right: calc(2.5 * var(--bs-gutter-x));
  }
}
.section-contact .contact-form-wrapper > .vc_column-inner > .wpb_wrapper {
  padding-top: calc(var(--jm-spacer-y) * 1);
  padding-bottom: calc(var(--jm-spacer-y) * 1);
  padding-left: calc(1.5 * var(--bs-gutter-x));
  padding-right: calc(1.5 * var(--bs-gutter-x));
}
@media (max-width: 675.98px) {
  .section-contact .contact-form-wrapper > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-chess-green {
  background-color: #61AD18;
}
.section-chess-green > .vc_row.vc_row-flex {
  position: relative;
  /*
		&:before {
			content: '';
			display: block !important;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 50%;
			height: 100%;
			width: 600%;
			background-color: $color1;
		}
*/
}
@media (max-width: 991.98px) {
  .section-chess-green > .vc_row.vc_row-flex {
    margin-bottom: 50px;
  }
}
.section-chess-green > .vc_row.vc_row-flex > .wpb_column.vc_column_container:nth-child(1) > .vc_column-inner {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}
@media (min-width: 992px) {
  .section-chess-green > .vc_row.vc_row-flex > .wpb_column.vc_column_container:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    padding-left: calc(5 * var(--bs-gutter-x));
  }
}
.section-chess-green > .vc_row.vc_row-flex > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}
@media (min-width: 992px) {
  .section-chess-green > .vc_row.vc_row-flex:nth-child(even) {
    /*
			&:before {
				right: auto;
				left: 50%
			}
*/
  }
  .section-chess-green > .vc_row.vc_row-flex:nth-child(even) > .wpb_column:nth-child(1) {
    order: 2;
  }
  .section-chess-green > .vc_row.vc_row-flex:nth-child(even) > .wpb_column:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section-chess-green > .vc_row.vc_row-flex:nth-child(even) > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    padding-left: inherit;
    padding-right: calc(5 * var(--bs-gutter-x));
  }
}
.section-our-committies {
  background-color: #61AD18;
  margin-bottom: 2px;
}
.section-key-findings {
  background-color: #61AD18;
  margin-bottom: 2px;
}
.post-type-archive-members {
  background-color: #61AD18;
}
.post-type-archive-members .wrapper.bottom-border {
  border-bottom: 2px solid #C9DCB7;
}
.post-type-archive-members .container {
  max-width: 1480px;
}
.post-type-archive-members .members-filter-section-wrapper {
  padding-top: calc(var(--jm-spacer-y) * 2);
}
.post-type-archive-members .members-filter-section-wrapper h2 {
  color: #ffffff;
}
.post-type-archive-members .members-filter-section-wrapper .member-filter {
  margin: 0 0 30px 0;
}
.post-type-archive-members .members-filter-section-wrapper .member-filter form.members-filter-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #ffffff;
  border: 2px solid #A7A7A7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 6px #00000026;
  -moz-box-shadow: 2px 4px 6px #00000026;
  box-shadow: 2px 4px 6px #00000026;
}
.post-type-archive-members .members-filter-section-wrapper .member-filter form.members-filter-form .members-filter-word-wrapper {
  width: 100%;
}
.post-type-archive-members .members-filter-section-wrapper .member-filter form.members-filter-form .members-filter-word-wrapper input.members-search-word {
  display: block;
  width: 100%;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
  font-family: var(--jm-base-font-family);
}
.post-type-archive-members .members-filter-section-wrapper .member-filter form.members-filter-form .members-filter-submit {
  display: block;
  border: none;
  background: none;
  font-size: 28px;
  color: #61AD18;
  cursor: pointer;
}
.post-type-archive-members .members-filter-section-wrapper .member-filter form.members-filter-form .members-filter-submit:hover {
  color: #FEC842;
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper {
  background: #E2E2E2 0% 0% no-repeat padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  font-size: 20px;
  color: #1C1C1C;
  font-weight: 500;
  font-family: var(--jm-alt-font-family);
}
@media (max-width: 767.98px) {
  .post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper label {
  margin: 0 15px 0 0;
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper a.members-list-view {
  position: relative;
  text-transform: uppercase;
  color: #1C1C1C;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
  padding: 0 0 0 20px;
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper a.members-list-view:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #A7A7A7;
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper a.members-list-view:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #A7A7A7;
  display: none;
}
.post-type-archive-members .members-filter-section-wrapper .members-filter-type-wrapper a.members-list-view.active:after {
  display: block;
}
.post-type-archive-members .members-wrapper {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
  background-color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  -webkit-box-shadow: 2px 4px 6px #00000026;
  -moz-box-shadow: 2px 4px 6px #00000026;
  box-shadow: 2px 4px 6px #00000026;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 3%;
}
@media (max-width: 1199.98px) {
  .post-type-archive-members .members-wrapper {
    gap: 40px 1%;
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .post-type-archive-members .members-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.post-type-archive-members .members-wrapper .member-box {
  width: 48%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #61AD18;
  padding: 20px;
  font-family: var(--jm-alt-font-family);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post-type-archive-members .members-wrapper .member-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .post-type-archive-members .members-wrapper .member-box {
    width: 100%;
  }
}
@media (max-width: 459.98px) {
  .post-type-archive-members .members-wrapper .member-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-type-archive-members .members-wrapper .member-box .member-type {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 10px;
  color: #A7A7A7;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .post-type-archive-members .members-wrapper .member-box .member-type {
    font-size: 14px;
  }
}
.post-type-archive-members .members-wrapper .member-box .member-thumbnail-wrapper {
  position: relative;
  height: 0;
  padding: 0 0 30% 0;
  width: 34%;
  background-color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #A7A7A7;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.post-type-archive-members .members-wrapper .member-box .member-thumbnail-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.post-type-archive-members .members-wrapper .member-box .member-text {
  flex-grow: 0;
}
.post-type-archive-members .members-wrapper .member-box .member-text h3 {
  font-size: var(--jm-h5-font-size);
  margin: 0;
}
.post-type-archive-members .members-wrapper .member-box .member-text p {
  margin: 0;
}
.post-type-archive-members .members-wrapper .member-box .member-text a {
  text-decoration: none;
}
.post-type-archive-members .members-wrapper .member-box .member-text .member-site {
  word-break: break-word;
  line-height: 1.2;
}
