/* ----------------------------------------------------------------------
   01. Fonts
---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* ----------------------------------------------------------------------
   02. Base Page Settings
---------------------------------------------------------------------- */
body, input, textarea, select, button {
  font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .ee-main-nav, .ee-button, .ee-footer-title, .ee-section-label, .ee-card-title {
  font-family: 'Raleway', Arial, sans-serif;
}
a {
  color: #5d9d2f;
  text-decoration: none;
}
p a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #d77d12;
  text-decoration: none;
}
p a:hover {
  color: #d77d12;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.ee-site-wrapper {
  width: 100%;
  overflow: hidden;
}
.clearfix:after, .container:after, .ee-row:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------------------------------------------------------------
   03. Top Utility Bar
---------------------------------------------------------------------- */
.ee-topbar {
  background: #5a351b;
  border-bottom: 1px solid #209020;
  color: #ffffff;
  font-size: 14px;
}
.ee-topbar .container {
  padding-top: 7px;
  padding-bottom: 7px;
}
.ee-topbar-phone {
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.ee-topbar-phone a {
  color: #ffffff;
}
.ee-topbar-links {
  float: right;
  color: #d6ad7f;
  line-height: 1.7;
}
.ee-topbar-links a {
  color: #d6ad7f;
  margin-left: 15px;
  font-size: 14px;
}
.ee-topbar-links a:first-child {
  margin-left: 0;
}
.ee-topbar-links a:hover, .ee-topbar-phone a:hover {
  color: #fa8b06;
}
/* ----------------------------------------------------------------------
   04. Header / Logo / Navigation
---------------------------------------------------------------------- */
.ee-header {
  background: #241101;
  border-bottom: 1px solid #209020;
}
.ee-header .container {
  min-height: 102px;
}
.ee-logo-area {
  float: left;
  width: 34%;
  padding-top: 20px;
}
.ee-logo-image {
  display: block;
  width: 280px;
  max-width: 95%;
  height: auto;
  position: relative;
  z-index: 5000; /* Keeps logo clickable above navigation/header layers */
}
.ee-text-logo {
  display: inline-block;
  color: #43bf04;
  font-family: 'kendaiaregular', 'Raleway', Arial, sans-serif;
  font-size: 38px;
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.ee-text-logo-sub {
  display: block;
  color: #ee9528;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ee-main-nav {
  float: right;
  width: 66%;
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
  line-height: 2.0;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ee-main-nav a {
  display: inline-block;
  color: #b38a5c;
  margin-left: 26px;
}
.ee-main-nav a:hover, .ee-main-nav a.current {
  color: #ffffff;
}
/* ----------------------------------------------------------------------
   05. Interior Page Banner
---------------------------------------------------------------------- */
.ee-page-banner {
  background-color: #32a300;
  background-image: url('../images/coffee-beans.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0 35px 0;
}
.ee-page-banner h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}
.ee-title-icon {
  display: inline-block;
  margin-right: 18px;
  font-size: 34px;
  line-height: 1;
  vertical-align: middle;
}
/* ----------------------------------------------------------------------
   06. Main Interior Layout
---------------------------------------------------------------------- */
.ee-interior-wrap {
  padding: 36px 0 50px 0;
  background: #ffffff;
}
.ee-sidebar {
  float: left;
  width: 25%;
}
.ee-main-content {
  float: center;
  width: 100%;
}
/* ----------------------------------------------------------------------
   07. Sidebar
---------------------------------------------------------------------- */
.ee-sidebar-box {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 30px 28px 24px 28px;
  margin-top: 38px;
  margin-bottom: 28px;
  background-color: #fefdfd;
}
.ee-sidebar-box h3 {
  color: #333333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 18px 0;
}
.ee-sidebar-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ee-sidebar-box li {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.35;
}
.ee-sidebar-box a {
  color: #ad774f;
}
.ee-sidebar-box a:hover {
  color: #336600;
}
.ee-sidebar-arrow {
  color: #ad774f;
  font-weight: 700;
  margin-right: 8px;
}
.ee-sidebar-cta {
  background: #f9ede0;
  border-left: 5px solid #d77d12;
}
.ee-sidebar-cta p {
  margin: 0 0 14px 0;
  font-size: 15px;
  line-height: 1.55;
}
/* ----------------------------------------------------------------------
   08. Brand Heading and Page Content
---------------------------------------------------------------------- */
.ee-brand-heading {
  text-align: center;
  margin: 0 0 14px;
}
/*.ee-brand-heading .ee-brand-name {
  display: block;
  color: #6c4020;
  font-family: 'kendaiaregular', 'Raleway', Arial, sans-serif;
  font-size: 54px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  filter: drop-shadow(4px 4px 4px #7c401e);
}*/
.ee-brand-heading .ee-brand-tagline {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 4px;
}
.ee-main-content h2.ee-page-heading {
  color: #393939;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #d77d12;
}
.ee-main-content h1.ee-page-heading {
  color: #393939;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #d77d12;
}
.ee-main-content h3.ee-page-heading {
  color: #393939;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  text-align: left;
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #d77d12;
}
.ee-main-content h3.ee-page-heading2 {
  color: #393939;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
  padding-bottom: 18px;
}
.ee-main-content h2, .ee-main-content h3, .ee-main-content h4 {
  color: #393939;
}
.ee-main-content h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
.ee-main-content h4 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.ee-main-content p, .ee-main-content li {
  font-size: 17px;
  line-height: 1.6;
}
.ee-main-content p {
  margin: 0 0 20px 0;
}
.ee-main-content ol, .ee-main-content ul {
  margin: 0 0 24px 26px;
  padding: 0;
}
.ee-main-content ol li, .ee-main-content ul li {
  margin-bottom: 12px;
}
.ee-lead {
  color: #454545;
  font-size: 20px !important;
  line-height: 1.45 !important;
}
.ee-muted {
  color: #666666;
}
.ee-green {
  color: #43bf04;
}
.ee-gold {
  color: #d77d12;
}
.ee-brown {
  color: #6c4020;
}
/* ----------------------------------------------------------------------
   09. Buttons and Calls to Action
---------------------------------------------------------------------- */
.ee-button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
}
.ee-button-primary {
  background: #5d9d2f;
  border: 1px solid #5d9d2f;
  color: #ffffff !important;
}
.ee-button-primary:hover {
  background: #b86b10;
  border-color: #b86b10;
  color: #ffffff !important;
}
.ee-button-secondary {
  background: #5d9d2f;
  border: 1px solid #5d9d2f;
  color: #ffffff !important;
}
.ee-button-secondary:hover {
  background: #336600;
  border-color: #336600;
  color: #ffffff !important;
}
.ee-button-nav {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
}
.ee-button-nav {
  background: #b38a5c;
  border: 1px solid #b38a5c;
  color: #ffffff !important;
}
.ee-button-nav:hover {
  background: #336600;
  border-color: #336600;
  color: #ffffff !important;
}
.ee-button-outline {
  background: #2c4b16;
  border: 1px solid #43bf04;
  color: #fff !important;
}
.ee-button-outline:hover {
  border-color: #d77d12;
  color: #fff !important;
}
.ee-cta-band {
  clear: both;
  background: #f9ede0;
  border-top: 1px solid #ecd8c4;
  border-bottom: 1px solid #ecd8c4;
  padding: 34px 34px 30px 34px;
  margin: 36px 0;
  text-align: center;
}
.ee-cta-band h3 {
  margin-top: 0;
  font-size: 30px;
  color: #6c4020;
}
.ee-cta-band p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------------------------------------------
   10. Content Components for Interior Pages
---------------------------------------------------------------------- */
.ee-section {
  clear: both;
  margin: 42px 0;
}
.ee-section-label {
  color: #995402;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ee-two-column {
  clear: both;
  margin: 38px 0;
}
.ee-two-column:after {
  content: "";
  display: table;
  clear: both;
}
.ee-two-column-left, .ee-two-column-right {
  float: left;
  width: 48%;
}
.ee-two-column-left {
  margin-right: 4%;
}
.ee-image-frame {
  display: table;
  width: 100%;
  min-height: 260px;
  border: 1px solid #e4d7c9;
  border-radius: 8px;
  background: #f9ede0;
  background: linear-gradient(135deg, #e6f2dd, #ffffff 55%, #f9ede0);
  color: #7c5c36;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}
.ee-image-frame span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.ee-image-frame2 {
  display: table;
  width: 100%;
  min-height: 260px;
  border: 1px solid #e4d7c9;
  border-radius: 8px;
  /*background: #f9ede0;
  background: linear-gradient(135deg, #e6f2dd, #ffffff 55%, #f9ede0);*/
  color: #7c5c36;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}
.ee-image-frame2 span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
/*3 CARD GRID*/
.ee-card-grid {
  clear: both;
  margin: 30px 0;
}
.ee-card-grid:after {
  content: "";
  display: table;
  clear: both;
}
.ee-card {
  float: left;
  width: 30.666%;
  margin-right: 4%;
  margin-bottom: 28px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 14px 22px 44px 22px;
  box-sizing: border-box;
}
.ee-card:nth-child(3n) {
  margin-right: 0;
}
.ee-card-title {
  color: #6c4020;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
.ee-card p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}
/*END 3 CARD GRID*/
/*2 CARD GRID*/
.ee-card2-grid {
  clear: both;
  margin: 30px 0;
}
.ee-card2-grid:after {
  content: "";
  display: table;
  clear: both;
}
.ee-card2 {
  float: left;
  width: 45.9%;
  margin-right: 4%;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 14px 22px 44px 22px;
  box-sizing: border-box;
}
.ee-card2 h3 {
  color: #5d9d2f;
  font-weight: 500;
}
.ee-card2:nth-child(3n) {
  margin-right: 0;
}
.ee-card2-title {
  color: #6c4020;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
.ee-card2 p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}
/*END 3 CARD GRID*/
.ee-card0 {
  float: left;
  width: 100%;
  margin-bottom: 28px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 14px 22px 44px 22px;
  box-sizing: border-box;
}
.ee-card0 h3 {
  color: #5d9d2f;
  font-weight: 500;
}
.ee-highlight-box {
  background: #F9F6F0;
  border-left: 5px solid #d77d12;
  border-radius: 8px;
  padding: 1px 28px 28px 28px;
  margin: 32px 0;
}
.ee-highlight-box h3 {
  margin-top: 0;
}
.ee-note-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 24px 26px;
  margin: 30px 0;
}
.ee-divider {
  height: 2px;
  width: 50%;
  margin: 38px auto;
  background: #d77d12;
}
/* ----------------------------------------------------------------------
   11. FAQ / Accordion-Friendly Blocks
---------------------------------------------------------------------- */
.ee-faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.ee-faq-item h3, .ee-faq-item h4 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 23px;
}
.ee-faq-item p {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------------
   12. Tables / Specs
---------------------------------------------------------------------- */
.ee-table-wrap {
  overflow-x: auto;
  margin: 30px 0;
}
.ee-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
}
.ee-table th, .ee-table td {
  border: 1px solid #e1e1e1;
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.45;
}
.ee-table th {
  background: #f9ede0;
  color: #6c4020;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
}
/* ----------------------------------------------------------------------
   13. Forms
---------------------------------------------------------------------- */
.ee-form label {
  display: block;
  color: #454545;
  font-weight: 600;
  margin-bottom: 6px;
}
.ee-form input, .ee-form textarea, .ee-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999999;
  background: #f9f9f9;
  color: #454545;
  padding: 11px 12px;
  margin-bottom: 15px;
  font-size: 17px;
}
.ee-form textarea {
  min-height: 150px;
}
/* ----------------------------------------------------------------------
   14. Footer
---------------------------------------------------------------------- */
.ee-footer {
  clear: both;
  background: #1d0b00 url('../images/pattern2.png') repeat left top;
  color: #ffffff;
  padding: 80px 0 0 0;
}
.ee-footer-column {
  float: left;
  margin-right: 4%;
}
.ee-footer-column-1 {
  width: 25%;
}
.ee-footer-column-2 {
  width: 39%;
}
.ee-footer-column-3 {
  width: 24%;
  margin-right: 0;
}


.ee-footer-logo {
  display: block;
  max-width: 250px;
  margin-bottom: 24px;
}
.ee-footer-title {
  color: #5d9d2f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.ee-footer p, .ee-footer li {
  color: #b4864e;
  font-size: 15px;
  line-height: 1.55;
}
.ee-footer p {
  margin-bottom: 14px;
}
.ee-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ee-footer li {
  margin-bottom: 8px;
  list-style: none;
}
.ee-footer a {
  color: #5d9d2f;
}
.ee-footer a:hover {
  color: #ffffff;
}
.ee-footer-address {
  line-height: 1.6;
}
.ee-copyright {
  clear: both;
  margin-top: 56px;
  color: #946740;
  font-size: 13px;
}
.ee-copyright .container {
  border-top: 1px solid rgba(225, 225, 225, .08);
  padding-top: 28px;
  padding-bottom: 32px;
}
.ee-copyright-left {
  float: left;
  width: 70%;
}
.ee-copyright-right {
  float: right;
  width: 30%;
  text-align: right;
}
.ee-copyright a {
  color: #946740;
}
.ee-copyright a:hover {
  color: #ffffff;
}
/* ----------------------------------------------------------------------
   15. Responsive Adjustments
---------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .ee-logo-area, .ee-main-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .ee-logo-area {
    padding-top: 24px;
  }
  .ee-logo-image {
    margin-left: auto;
    margin-right: auto;
  }
  .ee-main-nav {
    padding-top: 22px;
    padding-bottom: 26px;
  }
  .ee-main-nav a {
    margin: 0 16px 10px 16px;
  }
  .ee-sidebar, .ee-main-content {
    float: none;
    width: 100%;
  }
  .ee-sidebar-box {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .ee-footer-column, .ee-footer-column-1, .ee-footer-column-2, .ee-footer-column-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 88%;
  }
  .ee-topbar-phone, .ee-topbar-links {
    float: none;
    display: block;
    text-align: center;
  }
  .ee-topbar-phone {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .ee-topbar-links a {
    display: inline-block;
    margin: 0 8px 4px 8px;
  }
  .ee-header .container {
    min-height: 0;
  }
  .ee-logo-area, .ee-main-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .ee-logo-area {
    padding-top: 22px;
  }
  .ee-logo-image {
    margin-left: auto;
    margin-right: auto;
  }
  .ee-main-nav {
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 14px;
  }
  .ee-main-nav a {
    display: block;
    margin: 0 0 12px 0;
  }
  .ee-page-banner {
    padding: 24px 0 48px 0;
  }
  .ee-page-banner h1 {
    font-size: 27px;
  }
  .ee-interior-wrap {
    padding: 42px 0 58px 0;
  }
  .ee-sidebar, .ee-main-content {
    float: none;
    width: 100%;
  }
  .ee-sidebar-box {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .ee-brand-heading .ee-brand-name {
    font-size: 36px;
  }
  .ee-brand-heading .ee-brand-tagline {
    font-size: 20px;
  }
  .ee-main-content h2.ee-page-heading {
    font-size: 32px;
  }
  .ee-main-content p, .ee-main-content li {
    font-size: 17px;
    line-height: 1.55;
  }
  .ee-two-column-left, .ee-two-column-right, .ee-card, .ee-card2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .ee-footer {
    padding-top: 56px;
  }
  .ee-footer-column, .ee-footer-column-1, .ee-footer-column-2, .ee-footer-column-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .ee-copyright-left, .ee-copyright-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .ee-copyright-right {
    margin-top: 8px;
  }
}
/*====================================================
  12. RESPONSIVE INTERIOR COMPONENTS
====================================================*/
@media only screen and (max-width: 1000px) {
  .card-grid.four, .service-grid.four, .feature-grid.four, .related-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-section, .story-split, .image-text-section {
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .story-section, .pillar-section, .content-section, .split-section, .story-split, .image-text-section {
    margin: 40px 0;
  }
  .split-section, .story-split, .image-text-section, .split-section.reverse, .story-split.reverse, .image-text-section.reverse {
    display: block;
  }
  .split-media, .story-split-media, .image-text-media {
    margin-top: 24px;
  }
  .card-grid, .service-grid, .feature-grid, .related-grid, .card-grid.two, .service-grid.two, .feature-grid.two, .related-grid.two, .card-grid.four, .service-grid.four, .feature-grid.four, .related-grid.four, .process-steps {
    grid-template-columns: 1fr;
  }
  .section-soft, .section-white-card, .story-callout, .content-callout, .cta-panel, .pillar-cta, .related-links {
    padding: 26px 22px;
  }
  .pull-quote, .story-quote {
    padding: 26px 24px;
    font-size: 22px;
  }
  .quote-panel {
    padding: 32px 24px;
  }
  .quote-panel p {
    font-size: 23px;
  }
  .lead, .page-lead, .intro-lead {
    font-size: 17px;
    line-height: 1.65;
  }
  .related-links ul {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .content-kicker {
    font-size: 12px;
    letter-spacing: .14em;
  }
  .section-soft, .section-white-card, .story-callout, .content-callout, .cta-panel, .pillar-cta, .related-links {
    padding: 22px 18px;
  }
  .info-card, .service-card, .feature-card, .related-card, .process-step {
    padding: 24px 20px;
  }
  .card-image {
    margin: -24px -20px 18px -20px;
  }
  .pull-quote, .story-quote {
    font-size: 20px;
    padding: 22px 20px;
  }
  .quote-panel p {
    font-size: 21px;
  }
}
.style-alt {
  padding: 30px 15px;
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 20px;
}
/* Hero / Header Section ABOUT PAGE */
.about-hero {
  text-align: center;
  padding: 0px 20px 0px;
}
.about-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.about-hero p {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
}
/* Grid Feature Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
.feature-card {
  background-color: #F9F6F0;
  padding: 25px;
  border-radius: 8px;
  border-top: 4px solid #d77d12;
}
.feature-card h3 {
  margin-top: 10px;
}
/* Content Sections */
.content-section {
  margin-bottom: 40px;
}
.content-section h2 {
  border-bottom: 2px solid #F9F6F0;
  padding: 30px 0 30px 0px;
  margin: 0 0 12px 0;
  color: #393939;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
}
/* Accordion / Policy Tabs */
.policy-container {
  margin-top: 30px;
}
.policy-item {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-bottom: 15px;
}
.policy-title {
  background-color:#f5f3ef; /*#F9F6F0;*/
  padding: 15px 20px !important;
  margin: 0 !important;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
}
.policy-content {
  padding: 20px;
}
/* Highlight box for Corporate Info */
.corporate-box {
  background-color: #F9F6F0;
  border-left: 5px solid #d77d12;
  border-radius: 8px;
  padding: 1px 20px 20px;
  margin: 30px 0;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 2rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
content-kicker {
  display: block;
  margin: 0 0 12px 0;
  font-family: 'Urbanist', 'Raleway', sans-serif;
  font-size: 26px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #5d9d2f;
}

.content-kicker span {
  display: block !important;
  margin: 0 0 12px 0 !important;
  padding-top:0 !important;
  font-family: 'Urbanist', 'Raleway', sans-serif !important;
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  color: #5d9d2f !important;
}
.content-kicker h2 {
  display: block !important;
  margin: 0 0 12px 0 !important;
  font-family: 'Urbanist', 'Raleway', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  color: #5d9d2f !important;
}
.content-kicker-mini {
  display: block;
  margin: 0!important;
  font-family: 'Urbanist', 'Raleway', sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #5d9d2f;
}


/* SLIDER STYLES */
/* Slider Wrapper Container */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 400px; /* Adjust to fit your product image size */ /*background: #fff;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
}
/* Main Display Window */
.slider-viewport {
  position: relative;
  width: 100%;
  height: 400px; /* Height of your main product frame */
  overflow: hidden;
  border-radius: 8px;
}
/* Continuous track holding slides horizontally */
.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}
/* Individual Slides */
.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures the product image isn't cropped awkwardly */
}
/* Navigation Arrows */
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0e0e0;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.arrow-btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.prev-btn {
  left: -10px;
}
.next-btn {
  right: -10px;
}
/* Bottom Pagination Indicator Controls */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
/* makes the dots enlongated, instead of round */
.dot {
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  background: #f0f0f0;
}
.dot.active {
  background-color: #5d9d2f; /* accent color */
  transform: scale(1.15);
}

/* ==========================================================================
   KEPT STYLES FROM master-style.css
   (Machine page sidebars, video embeds, typography & utility rules)
   ========================================================================== */

/* --- TEXT & TYPOGRAPHY --- */
.bigtfont { font-size: 16px; font-weight: normal; line-height: 25px; }
.bigtfonth2 { font-size: 27px!important; line-height: 32px; margin-bottom: 20px; }
.bigtfonth2form { font-size: 27px!important; line-height: 50px; }
.bigtfonth3 { font-size: 20px!important; line-height: 20px; padding: 0; margin: 0; color: #fff; }
.bigtfonth4 { font-size: 18px!important; line-height: 28px; font-style: normal; }
.big_text1 { font-size: 24px; font-family: 'Gill Sans', 'Raleway', sans-serif; font-weight: 300; line-height: 32px; letter-spacing: .1em; color: #454545; }
.big_text1 i { color: #7c5c36; font-style: normal; }
.big_text2 { font-size: 21px; font-family: 'Raleway', sans-serif; font-weight: 500; color: #454545; }
.big_text2white { font-size: 21px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #ffffff; }
.xbig_text2white { font-size: 28px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #ffffff; }
.xbigfont { font-size: 30px!important; font-weight: 400; line-height: 40px; font-family: 'Raleway', sans-serif; color: #393939; }
.xbigfont2 { font-size: 30px!important; line-height: 38px; font-weight: 400; font-family: 'Raleway', sans-serif; color: #393939; }
.smallertfont2 { font-size: 14px!important; font-weight: normal; line-height: 18px; padding-bottom: 10px; }
.smallertfont12 { font-size: 12px!important; font-weight: normal; line-height: 18px; }
.white { color: #fff; }
.tan { color: #b4864e; }

/* Custom Brand Typography */
.kendaia { font-family: 'kendaiaregular', 'Raleway', sans-serif!important; font-size: larger; font-weight: 900; letter-spacing: .02em; color: #2b7803!important; text-transform: uppercase; }
.kendaia1b { font-family: 'kendaiaregular', 'Raleway', sans-serif!important; font-size: 50px; font-weight: 900; letter-spacing: .02em; color: #6c4020!important; text-transform: uppercase; filter: drop-shadow(4px 4px 4px #7c401e); }
.kendaia2 { font-family: 'kendaiaregular', 'Raleway', sans-serif!important; letter-spacing: .02em; font-size: 18px!important; float: none!important; color: #6c4020!important; margin-right: 0px!important; margin-top: 0px!important; text-transform: uppercase; }

/* --- RESPONSIVE VIDEO EMBEDS --- */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.youtube-video { aspect-ratio: 16 / 9; width: 100%; }

/* --- PAGE STRUCTURE & SIDEBAR LAYOUTS --- */
.content_left { float: left; width: 71%; padding: 0; }
.left_sidebar { float: left; width: 25%; padding: 0; background-color: #ffffff!important; }
.content_right { float: right; width: 71%; padding: 0; }
.left_sidebar2 { float: left; width: 25%; padding: 0; }
.content_right2 { float: right; position: relative; left: 10%; right: 30%; width: 60%; padding: 0; }
.right_sidebar { float: right; width: 25%; padding: 0; }

/* --- SIDEBAR WIDGETS --- */
.sidebar_widget { float: left; width: 100%; padding: 0; margin: 0; }
.sidebar_widget ul.arrows_list1 { padding: 0; margin: 0; float: left; margin-top: -10px; }
.sidebar_widget ul.arrows_list1 li a { color: #ad774f; line-height: 30px; }
.sidebar_widget ul.arrows_list1 li a:hover { color: #272727; }
.sidebar_widget ul.arrows_list1 i { margin-right: 4px; }
.sidebar_title { float: left; width: 100%; }
.sidebar_widget h4, .clientsays_widget h4 { margin-bottom: 20px; float: left; font-weight: 500; }
.clientsays_widget { float: left; width: 100%; padding: 0; margin: 0; color: #999; }
.clientsays_widget strong { font-weight: 600; color: #454545; }
.clientsays_widget h3 { margin-bottom: 18px; }
.clientsays_widget img { float: left; margin-right: 13px; margin-top: 7px; }

/* --- CALLOUT BOXES & BUTTONS --- */
.callout { border: 1px solid #e5e5e5; border-radius: 2px; padding: 20px; margin-bottom: 30px; background: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%); font-weight: normal; }
.callout p { color: #333; font-size: 14px; }
.callout.green { background: linear-gradient(to bottom, #3c8f0f 0%, #348806 100%); border-color: #297400; color: #fff; }

.cforms .button { float: left; margin-top: 10px; color: #43bf04; padding: 10px 25px; font-size: 16px; font-weight: 500; background: #fff; border: 1px solid #43bf04; border-radius: 3px; font-family: 'Raleway', sans-serif; cursor: pointer; white-space: nowrap; transition: all 0.3s ease; }
.cforms .button:hover { color: #393939; border: 1px solid #393939; }

/* --- SCROLL TO TOP --- */
.scrollup { width: 40px; height: 40px; position: fixed; bottom: 22px; right: 20px; display: none; background: url(../images/scroll-top-arrow.png) no-repeat center center; background-size: contain; cursor: pointer; z-index: 9001; transition: opacity 0.3s ease; }
.scrollup.show { display: block; opacity: 0.9; }
.scrollup:hover { opacity: 1; }

/* --- UTILITIES & MARGINS --- */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: block; }
.margin_top1 { float: left; width: 100%; margin-top: 10px; }
.margin_top2 { float: left; width: 100%; margin-top: 20px; }
.margin_top3 { float: left; width: 100%; margin-top: 30px; }
.margin_top4 { float: left; width: 100%; margin-top: 40px; }
.margin_top5 { float: left; width: 100%; margin-top: 50px; }
.margin_top6 { float: left; width: 100%; margin-top: 60px; }
.margin_top12 { float: left; width: 100%; margin-top: 120px; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.rimg {
	height: auto; 
	width: auto;	
	max-width: 100%;}
img {
	height: auto; 
	width: auto;	
	max-width: 100%;}
