 /* HERO SECTION */
  .hero {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px; /* Adjust as needed */
  background-color: #b7b7a4; /* Optional */
  min-height: 200px; /* Ensures vertical space */
}
    .hero h1 {
            margin-bottom: 10px;
    }
    .hero p {
                  margin: 0 auto;
    }


    /* SECTION STYLES */
    .section {
      margin: 0px auto;
      padding: 20px;
      border-bottom: 2px solid #b7b7a4; /* line below sections */
    }
    .section h2 {
      color: #784c46;
      text-align: center;
      margin-bottom: 15px;
      position: relative;
    }
    .section h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ddbea9;
      margin: 10px auto 0 auto;
      border-radius: 2px;
    }
    .section p {
      margin-bottom: 15px;
          }

    /* CTA BOX */
    .cta-box {
      background-color: #ddbea9;
      color: #000;
      text-align: center;
      padding: 30px 20px;
      border-radius: 8px;
      margin: 0px auto;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .cta-box h3 {
      margin-bottom: 10px;
      color: #784c46;
    }
    .cta-button {
      display: inline-block;
      margin-top: 15px;
      padding: 12px 24px;
      background-color: #784c46;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      transition: background 0.3s ease;
    }
    .cta-button:hover {
      background-color: #b7b7a4;
      color: #000;
    }
   .cta-box2 {
  background-color: #b7b7a4;
  color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  width: auto;
  font-weight: 300;
}
    .cta-box h3 {
      margin-bottom: 10px;
      color: #784c46;
    }
    .cta-button {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 20px;
      background-color: #784c46;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s ease;
      font-weight: 300;
    }
    .cta-button:hover {
      background-color: #b7b7a4;
      color: #000;
    }

    /* SECTION BACKGROUND ACCENTS */
    .highlight-section {
      background: #f9f9f7;
      padding: 40px 20px;
      border-top: 2px solid #ddbea9;
      border-bottom: 2px solid #ddbea9;
    }
    .t4-main-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ececec;
}
.item-page [itemprop="articleBody"] {
  margin-top: 1.7143rem;
  margin-bottom: 1.7143rem;
  background: #f5f5f5;
  padding: 20px;
}
  #t4-header {
    padding: 0px 0px 0px 10px;
  }
 .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0,0,0,.7);
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  font-family: Sofia Sans;
}
.t4-footnav .container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f5f5f5;
}
.readmore .btn {
  background: #a5a497;
}
.readmore .btn {
  padding: 10px 16px;
  color: #fff;
  letter-spacing: .05rem;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 200;
}
div.com-content-category-blog.blog
{background: #f5f5f5;
  padding: 20px;
}
.t4-footnav, .t4-footer {
  background-color: #a5a497;
}
@media (max-width: 991.98px) {
  .nav-breakpoint-lg div.t4-megamenu {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 10px 0;
    max-height: 500px;
    overflow-x: hidden;
    z-index: 100;
  }
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li.active > a, .t4-palette-mainnav .t4-navbar .navbar-nav > li.show > a, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:hover, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:focus, .t4-palette-mainnav .t4-navbar .navbar-nav > li > a:active {
  color: #5f8c59 !important;
}
h1,h2,h3,h4,h5 {font-weight:200;}
a {
  color: #447710;
}
ol, ul, dl {
  margin-top: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wf-columns.wf-columns-stack-medium {
    display: flex;
    flex-direction: column;
  }

  .wf-columns.wf-columns-stack-medium .wf-column:nth-child(1) {
    order: 2;
  }

  .wf-columns.wf-columns-stack-medium .wf-column:nth-child(2) {
    order: 1;
  }
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  img {
    width: 70% !important;
    height: auto;
  }

  .navbar-brand.logo-image img {
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  #Mod110 img,
  #Mod111 img,
  #Mod112 img {
    width: 40% !important;
    height: auto !important;
  }
}
.convertforms.cf-success .cf-response {
  background-color: #CAD8D1;
  display: block;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: .85715rem;
}