* { box-sizing: border-box; }
html { font-family: Arial, Helvetica, sans-serif; color: #333; background: #f4f4f0; line-height: 1.55; }
body { margin: 0; background: #f4f4f0; }
a { color: #6f8c2f; text-decoration: none; }
a:hover { text-decoration: underline; }
img[src=""], img:not([src]), .screen-reader-text { display: none !important; }
#wrapper, .wrapper { width: 100%; overflow: hidden; }
#header, .header, header { background: #fff; border-bottom: 1px solid #deded8; }
.header-wrapper, .fusion-header, #header .avada-row, .avada-row, .container {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}
#header, header { padding: 22px 0; }
#nav, .nav-holder, .navigation, .menu { margin-top: 12px; }
#nav ul, .navigation ul, ul.menu, .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li, .navigation li, ul.menu li { list-style: none; }
#nav a, .navigation a, ul.menu a {
  display: inline-block;
  padding: 8px 0;
  color: #333;
  font-weight: 700;
}
#main, .main, #content, .content, .post-content, .entry, .entry-content {
  width: min(1080px, calc(100% - 32px));
  margin: 26px auto 44px;
  padding: 28px;
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 4px;
}
h1, h2, h3, h4 { margin: 0 0 16px; color: #2f352b; line-height: 1.2; }
h1 { font-size: clamp(30px, 7vw, 48px); }
h2 { font-size: clamp(24px, 5vw, 34px); }
h3 { font-size: clamp(20px, 4vw, 26px); }
p { margin: 0 0 15px; }
.one_half, .one_third, .two_third, .three_fourth, .fusion-one-half, .fusion-one-third {
  width: auto !important;
  float: none !important;
  margin: 0 0 20px !important;
}
.columns, .fusion-row, .post-content .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
form, input, textarea, select {
  max-width: 100%;
  font: inherit;
}
input, textarea, select {
  padding: 9px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
button, input[type="submit"], .button, .btn {
  display: inline-block;
  padding: 10px 18px;
  border: 0;
  background: #6f8c2f;
  color: #fff;
  border-radius: 3px;
}
#footer, footer, .footer-area {
  padding: 28px 0;
  background: #333;
  color: #eee;
}
#footer a, footer a { color: #fff; }
@media (max-width: 720px) {
  #main, .main, #content, .content, .post-content, .entry, .entry-content { padding: 20px; }
}

/* Mobile repair pass 2 */
#sliders-container,
.rev_slider_wrapper,
.rev_slider,
.fullwidthbanner-container {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  background: #6f8c2f !important;
}

.rev_slider ul,
.rev_slider li {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.rev_slider li:not(:first-child) {
  display: none !important;
}

.tp-caption {
  position: static !important;
  display: block !important;
  max-width: 100% !important;
  white-space: normal !important;
  padding: 8px 24px !important;
  color: #fff !important;
  font-size: clamp(24px, 7vw, 44px) !important;
  line-height: 1.15 !important;
  text-shadow: none !important;
}

#main {
  clear: both !important;
  display: block !important;
  overflow: visible !important;
}

#content,
#sidebar {
  float: none !important;
  width: 100% !important;
  clear: both !important;
}

#mc_embed_signup,
#mc_embed_signup form,
#mc-embedded-subscribe-form {
  position: static !important;
  display: block !important;
  clear: both !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

#mc_embed_signup h3 {
  font-size: clamp(24px, 6vw, 34px) !important;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .input-group,
#mc_embed_signup .clear {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 14px !important;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  display: block !important;
  width: 100% !important;
}

#mc_embed_signup ul {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#mc_embed_signup li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-right: 16px !important;
}

.footer-area,
#footer {
  position: static !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 !important;
}

.footer-area .columns,
.footer-area section {
  display: none !important;
}

/* Rebuilt 2014 root snapshot */
.restored-root #main,
.restored-groups #main {
  width: 100%;
  margin: 0;
  padding: 34px 0 44px !important;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.restored-root #content,
.restored-groups #content {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  border: 1px solid #deded8;
  border-radius: 4px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: min(270px, 70vw);
  height: auto;
}

.archive-hero {
  position: relative;
  min-height: clamp(260px, 43vw, 450px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #536a26;
}

.archive-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12));
}

.archive-hero__text {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(34px, 7vw, 72px);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.archive-hero__text p,
.archive-hero__text strong {
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: .98;
  font-size: clamp(38px, 9vw, 76px);
}

.archive-hero__text strong {
  margin-top: 10px;
  font-size: clamp(27px, 6vw, 52px);
}

.root-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr);
  gap: 34px;
}

.root-tabs {
  display: grid;
  gap: 18px;
}

.root-tabs section,
.groups-grid section,
.video-placeholder {
  padding: 20px;
  background: #f7f7f1;
  border: 1px solid #deded8;
  border-radius: 4px;
}

.root-tabs h2,
.groups-grid h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.root-media {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(280px, 1.3fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 38px;
}

.newsletter-image {
  display: block;
}

.newsletter-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #deded8;
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 190px;
  text-align: center;
  color: #666;
}

.groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.groups-grid p {
  margin: 0;
  color: #6f8c2f;
  font-weight: 700;
}

@media (max-width: 820px) {
  .site-header,
  #nav ul,
  .navigation ul,
  ul.menu,
  .menu ul {
    display: block;
  }

  #nav a,
  .navigation a,
  ul.menu a {
    padding: 7px 0;
  }

  .root-intro,
  .root-media {
    grid-template-columns: 1fr;
  }

  .restored-root #content,
  .restored-groups #content {
    width: calc(100% - 24px);
    padding: 20px;
  }

  .archive-hero::after {
    background: rgba(0,0,0,.46);
  }
}
