/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
:root {
  --primary-green: #1a7d5f;
  --light-green: #6aa84f;
  --accent-green: #1a7d5f;
  --bg-light: #eee;
  --text-dark: #232323;
}
body {
  color: #232323;
  line-height: 1.6;
}
.hero-section {
  background: linear-gradient(135deg, #1a7d5f 0%, #6aa84f 100%);
  color: #ffffff;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg%20width="60"%20height="60"%20viewBox="0%200%2060%2060"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M30%205%20L35%2020%20L50%2020%20L38%2028%20L42%2043%20L30%2035%20L18%2043%20L22%2028%20L10%2020%20L25%2020%20Z"%20fill="rgba(255,255,255,0.03)"/></svg>');
  opacity: 0.5;
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section h1 .product-image-container {
    margin-top: 30px;
  }
  .hero-section h1 .product-image {
    max-width: 80%;
  }
}
.hero-section .lead {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .hero-section .lead {
    font-size: 1.1rem;
  }
  .hero-section .lead .product-image-container {
    margin-top: 30px;
  }
  .hero-section .lead .product-image {
    max-width: 80%;
  }
}
.hero-section a {
  color: #fff;
}
.product-image-container {
  position: relative;
  animation: floatImage 3s ease-in-out infinite;
}
.product-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
.product-image:hover {
  transform: scale(1.05);
}
@keyframes floatImage {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.badge-custom {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 5px;
  display: inline-block;
}
.benefits-section {
  padding: 80px 0;
  background: #ffffff;
}
.benefit-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-5px);
}
.benefit-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1a7d5f 0%, #6aa84f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #ffffff;
}
.benefit-card h3 {
  color: #1a7d5f;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.product-details {
  padding: 80px 0;
  background: #eee;
}
.detail-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 40px;
  margin-bottom: 30px;
}
.detail-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.detail-box h3 {
  color: #1a7d5f;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.detail-box ul {
  list-style: none;
  padding: 0;
}
.detail-box ul li {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.detail-box ul li:last-child {
  border-bottom: none;
}
.detail-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a7d5f;
  font-weight: bold;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .detail-box {
    padding: 25px;
  }
  .detail-box .product-image-container {
    margin-top: 30px;
  }
  .detail-box .product-image {
    max-width: 80%;
  }
}
.application-section {
  padding: 80px 0;
}
.application-section strong {
  color: #ffffff !important;
}
.application-card {
  background: linear-gradient(135deg, #1a7d5f 0%, #6aa84f 100%);
  color: #ffffff !important;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.application-card h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ffffff !important;
}
.application-card .rate {
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.application-card .rate small {
  font-size: 1.2rem;
}
.professional-section {
  padding: 60px 0;
  background: #1a7d5f;
  color: #ffffff;
  text-align: center;
}
.professional-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff !important;
}
.professional-section p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
}
.form-section {
  padding: 80px 0;
  background: #eee;
}
.form-container {
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 0 auto;
}
.form-container h2 {
  color: #1a7d5f;
  margin-bottom: 15px;
  font-weight: 700;
}
.form-container .lead {
  margin-bottom: 30px;
  color: #6c757d;
}
@media (max-width: 768px) {
  .form-container {
    padding: 30px 20px;
  }
  .form-container .product-image-container {
    margin-top: 30px;
  }
  .form-container .product-image {
    max-width: 80%;
  }
}
.form-label {
  font-weight: 600;
  color: #232323;
  margin-bottom: 8px;
}
.form-control, .form-select {
  border: 2px solid #e9ecef;
  padding: 12px 16px;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}
.form-control:focus, .form-select:focus {
  border-color: #1a7d5f;
  box-shadow: 0 0 0 0.25rem rgba(56, 118, 29, 0.15);
}
.btn-primary {
  background: linear-gradient(135deg, #1a7d5f 0%, #6aa84f 100%);
  border: none;
  padding: 15px 50px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(56, 118, 29, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(56, 118, 29, 0.4);
  background: linear-gradient(135deg, #6aa84f 0%, #1a7d5f 100%);
}
a.btn.btn-light.btn-lg {
  color: #232323;
  background: #ffffff !important;
  border-radius: 0.5rem;
}
a.btn.btn-outline-light.btn-lg {
  border: 2px solid white !important;
  background: transparent !important;
  color: #ffffff !important;
  padding: 12px 40px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}
a.btn.btn-outline-light.btn-lg:hover {
  background: #ffffff;
  color: #1a7d5f;
}
.alert {
  border-radius: 8px;
  border: none;
}
.alert.alert-success {
  background: #d4edda;
  color: #155724;
}
.alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
}
.alert.alert-info {
  background: #d1ecf1;
  color: #0c5460;
}
.text-green {
  color: #1a7d5f;
}
.bg-green {
  background-color: #1a7d5f;
}
.text-light-green {
  color: #6aa84f;
}
.bg-light-green {
  background-color: #6aa84f;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
@media print {
  .hero-section, .form-section, .btn, .badge-custom {
    display: none;
  }
  .product-details, .application-section {
    page-break-inside: avoid;
  }
}
/* old, original - phase out */
/***********************************
 *
 * Landing Page Nursery Greenhouse 
 *
 ***********************************/
.bg-success-subtle {
  background-color: rgba(45, 122, 62, 0.1) !important;
}
.bg-primary-subtle {
  background-color: rgba(13, 110, 253, 0.1) !important;
}
h2 {
  font-size: 2.5rem;
}
.section-title {
  color: #1a7d5f !important;
  font-size: 2.5rem;
  font-weight: 700;
}
.lead {
  font-size: 1.5rem;
}
/* Header Section */
.lp-header-section-title {
  font-size: 4.5rem;
  text-shadow: 3px 3px 10px var(--sustane-white);
  color: #232323 !important;
  letter-spacing: -1px;
  animation: fadeInUp 1s ease-out;
}
.lp-header-section-subtitle {
  font-size: 1.75rem;
  color: #232323 !important;
  animation: fadeInUp 1s ease-out 0.3s both;
}
/* Why - Rich Organic Base */
.technology-highlight {
  background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(45, 122, 62, 0.15);
  border-left: 5px solid #2d7a3e;
}
.technology-highlight .tech-icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(45, 122, 62, 0.2);
}
.technology-highlight .tech-icon i {
  font-size: 3rem;
  color: #2d7a3e;
}
.technology-highlight h5 {
  color: #2d7a3e;
  font-size: 1.5rem;
}
.technology-highlight ul {
  list-style-type: none !important;
}
.technology-highlight ul li {
  padding: 0.5rem 0;
  font-size: 1.05rem;
}
/* Benefit Section */
.benefit-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(45, 122, 62, 0.1);
}
.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(45, 122, 62, 0.2);
  border-color: #2d7a3e;
}
.benefit-card .benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2d7a3e, #4a9d5f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.benefit-card .benefit-icon i {
  font-size: 2rem;
  color: #ffffff;
}
.benefit-card h4 {
  font-size: 1.25rem;
  color: #2d7a3e;
  margin-bottom: 1rem;
  text-align: center;
}
.benefit-card p, .benefit-card li {
  color: #6c757d;
  text-align: center;
  margin-bottom: 0;
}
/* Product Comparison */
.products-section {
  background: #f8f9fa;
  padding: 5rem 0;
}
.products-section h3 {
  color: #fff !important;
}
.products-section h3.side-by-side {
  color: #232323 !important;
}
.products-section .product-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.products-section .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.products-section .product-card.featured {
  border: 3px solid #f4c430;
}
.products-section .product-card.featured .featured-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #f4c430;
  color: #212529;
  padding: 0.5rem 3rem;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.products-section .product-card .product-header {
  padding: 2rem;
  text-align: center;
}
.products-section .product-card .product-header h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
/* Product Bag Image Container */
.products-section .product-image-container {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-section .product-bag-image {
  transition: transform 0.3s ease;
}
.products-section .product-card:hover .product-bag-image {
  transform: scale(1.05);
}
.products-section .product-card .product-body {
  padding: 2rem;
}
.products-section .product-card .product-badge {
  text-align: center;
  margin-bottom: 2rem;
}
.products-section .product-card .product-badge .badge {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
}
.products-section .product-card .product-features .feature-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.products-section .product-card .product-features .feature-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.products-section .product-card .product-features .feature-item i {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.products-section .product-card .product-features .feature-item strong {
  display: block;
  color: #212529;
  margin-bottom: 0.25rem;
}
.products-section .product-card .product-specs {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
}
.products-section .product-card .product-specs .specs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.products-section .product-card .product-specs .specs-grid .spec {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #dee2e6;
}
.products-section .product-card .product-specs .specs-grid .spec:last-child {
  border-bottom: none;
}
.products-section .product-card .product-specs .specs-grid .spec .label {
  font-weight: 600;
  color: #6c757d;
}
.products-section .product-card .product-specs .specs-grid .spec .value {
  font-weight: 600;
  color: #212529;
}
/* Comparison Table */
.products-section .comparison-table-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.products-section .comparison-table-wrapper .comparison-table {
  margin-bottom: 0;
}
.products-section .comparison-table-wrapper .comparison-table thead th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid #2d7a3e;
  padding: 1rem;
}
.products-section .comparison-table-wrapper .comparison-table tbody td {
  padding: 1rem;
  vertical-align: middle;
}
.products-section .comparison-table-wrapper .comparison-table tbody td:first-child {
  font-weight: 600;
  color: #212529;
}
.products-section .comparison-table-wrapper .comparison-table tbody tr:hover {
  background-color: rgba(45, 122, 62, 0.05);
}
/* Bottom Section - contact form */
.contact-form-section {
  padding: 5rem 0;
  color: #ffffff;
}
.contact-form-section .section-title {
  color: #ffffff !important;
  font-size: 2.5rem;
  font-weight: 700;
}
/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 992px) {
  #g-header {
    text-align: center !important;
    padding-bottom: 15px;
  }
  .products-section .product-card.featured .featured-badge {
    right: -40px;
    padding: 0.4rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-section-v2 {
    background-attachment: scroll;
  }
  .hero-section-v2 .hero-badges-v2 .badge {
    font-size: 0.9rem;
    margin: 0.5rem auto;
    width: fit-content;
  }
  .introduction-section, .products-section, .contact-form-section {
    padding: 3rem 0;
  }
  .introduction-section .benefit-card, .products-section .product-card .product-body, .contact-form-section .form-container {
    padding: 1.5rem;
  }
  .introduction-section .technology-highlight {
    padding: 2rem 1.5rem;
  }
  .products-section .comparison-table {
    font-size: 0.85rem;
  }
  .products-section .comparison-table th, .products-section .comparison-table td {
    padding: 0.75rem 0.5rem !important;
  }
  .products-section .product-image-container {
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    height: 40px !important;
  }
  .hero-section-v2 .btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  .products-section .product-card .product-header h3 {
    font-size: 1.5rem;
  }
  .products-section .product-card .feature-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-form-section .form-container {
    padding: 2rem 1rem;
  }
  .footer .lead {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .lp-header-section-title {
    font-size: xxx-large;
  }
}
/* ============================================
   Print Styles
   ============================================ */
@media print {
  .navbar, .hero-section-v2, .footer, .scroll-indicator, .btn {
    display: none;
  }
  .products-section .product-card, .introduction-section .benefit-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  body {
    padding-top: 0;
  }
}
.lp-h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lp-h1 {
    font-size: 3rem;
    font-weight: 600;
  }
}
.lp-h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.lp-h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.lp-lead {
  font-size: 2rem;
  font-weight: 400;
}
.lp-message {
  font-size: 1.5rem;
}
ul.checklist {
  list-style: none;
  padding-left: 0;
}
ul.checklist li {
  position: relative;
  padding-left: 1.75rem;
}
ul.checklist li::before {
  content: "";
  /* fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* required for solid icons */
  position: absolute;
  left: 0;
  color: #1a7d5f !important;
  /* Bootstrap success green, or any color */
}
.landing-main-bottom .g-main-feature-image {
  border-radius: 8px;
}
.landing-main-bottom .g-main-feature-right {
  padding-top: 100px;
}
.lp-sustane .lp-hero-464tg {
  position: relative;
  background-size: cover;
  background-position: center;
}
.lp-sustane .lp-hero-464tg__overlay {
  background: rgba(0, 0, 0, 0.52);
  padding: 80px 40px;
  text-align: center;
}
.lp-sustane .lp-hero-464tg__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.lp-sustane .lp-hero-464tg__subtitle {
  color: #e0e0e0;
  font-size: 2.3rem;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.lp-sustane .lp-hero-464tg__message {
  color: #ccc;
  font-size: 0.95rem;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}
.lp-sustane .lg-showcase-464tg-title {
  color: #1a7d5f;
  font-size: 2rem;
}
.lp-sustane .lg-showcase-464tg-subtitle {
  font-size: 1.4rem;
}
.lp-sustane .lp-product-464tg-image {
  width: 100%;
  border-radius: 4px;
}
.lp-sustane .lp-key-message-464tg {
  background: #e6f4f0;
  border-left: 4px solid #1a7d5f;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
}
.lp-sustane .lp-key-message-464tg h3 {
  color: #115c45;
  margin-bottom: 0.5rem;
}
.lp-sustane .lp-form-cta-464tg {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 50px 40px;
  text-align: center;
  margin: 40px 0;
}
.lp-sustane .lp-benefit-464tg-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1.25rem;
  height: 100%;
}
.lp-sustane .lp-benefit-464tg-card__icon {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}
.lp-sustane .lp-benefit-464tg-card__icon--blue {
  color: #1565C0;
}
.lp-sustane .lp-benefit-464tg-card__icon--orange {
  color: #E65100;
}
.lp-sustane .lp-benefit-464tg-card__icon--gold {
  color: #F57F17;
}
.lp-sustane .lp-benefit-464tg-card__icon--green {
  color: #1a7d5f;
}
.lp-sustane .lp-bottom-464tg {
  background: #115c45;
  color: #fff;
  padding: 70px 40px;
  text-align: center;
}
.lp-sustane .lp-bottom-464tg__title {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.lp-sustane .lp-bottom-464tg__subtitle {
  color: #C8E6C9;
  font-style: italic;
  margin-bottom: 1rem;
}
.lp-sustane .lp-bottom-464tg__message {
  color: #C8E6C9;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .lp-sustane .lp-hero-464tg__title {
    font-size: 1.8rem;
  }
  .lp-sustane .lp-bottom-464tg {
    padding: 40px 20px;
  }
  .lp-sustane .lp-bottom-464tg__title {
    font-size: 1.6rem;
  }
}
.lp-464tgli .fa-ul li {
  font-size: 1.3rem;
}
/* 464 turfgrass */
#g-mainbottom {
  padding: 0;
}
#g-last {
  padding: 0;
}
.lp-header, .lp-showcase, .lp-why, .lp-benefits, .lp-main-bottom {
  position: relative;
  padding: 80px 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.lp-header > *, .lp-showcase > *, .lp-why > *, .lp-benefits > *, .lp-main-bottom > * {
  position: relative;
  z-index: 1;
}
.lp-header h2, .lp-header h3, .lp-header h4, .lp-showcase h2, .lp-showcase h3, .lp-showcase h4, .lp-why h2, .lp-why h3, .lp-why h4, .lp-benefits h2, .lp-benefits h3, .lp-benefits h4, .lp-main-bottom h2, .lp-main-bottom h3, .lp-main-bottom h4 {
  color: inherit;
}
a.text-white {
  color: #fff !important;
}
.lp-showcase::before, .lp-main-bottom::before {
  display: none;
}
.lp-no-overlay::before {
  display: none;
}
.lp-subtitle {
  font-size: 1.25rem;
  opacity: 0.85;
  margin-bottom: 1.25rem;
}
.lp-white-background-rounded {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.lp-header {
  background-size: cover;
  background-repeat: no-repeat;
  /*.container-fluid {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }*/
}
.lp-header h1, .lp-header h2, .lp-header p {
  color: #ffffff;
}
.lp-header h1 {
  margin-bottom: 0.5rem;
}
.lp-product-image {
  max-height: 400px;
  width: auto;
}
@media (max-width: 767px) {
  .lp-product-image {
    max-height: 260px;
    margin-top: 2rem;
  }
}
.lp-highlights {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
}
.lp-highlight-item {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.lp-highlight-title {
  display: block;
  font-size: 0.75rem;
  opacity: 0.75;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lp-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.lp-showcase {
  padding: 48px 0;
}
.lp-showcase-item {
  padding: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.lp-showcase-item:last-child {
  border-right: none;
}
.lp-showcase-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}
.lp-showcase-item p {
  margin-bottom: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .lp-showcase-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .lp-showcase-item:last-child {
    border-bottom: none;
  }
}
.lp-showcase-section-message h2 {
  color: #fff !important;
  font-weight: 600;
  padding-top: 25px;
  font-size: 2.5rem;
}
.lp-showcase-section-message li {
  font: 2rem;
  color: #fff !important;
}
.lp-key-message {
  border-left: 4px solid #edd245;
  padding-left: 1.25rem;
  margin-top: 1.75rem;
}
.lp-key-message h3 {
  color: inherit;
  margin-bottom: 0.5rem;
}
.lp-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.lp-highlights-list li:last-child {
  border-bottom: none;
}
.lp-hl-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
.lp-hl-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.lp-hl-text {
  display: block;
  font-size: 0.9rem;
  opacity: 0.85;
  margin-top: 0.15rem;
}
.lp-benefits-intro {
  margin-bottom: 2.5rem;
  max-width: 800px;
}
.lp-benefits-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.lp-main-bottom .btn-lg {
  padding: 0.85rem 2.5rem;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .lp-header, .lp-why, .lp-benefits {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .lp-header, .lp-showcase, .lp-why, .lp-benefits, .lp-main-bottom {
    padding: 48px 0;
  }
  .lp-highlights {
    margin-top: 2rem;
  }
  .lp-ctas {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* bolster g */
/*
 * Landing Page Bolster Liquid Custom Styling
 *
 * 2026-04-21 Danico
 */
#g-showcase {
  padding: 1.5rem 0px;
}
#g-feature {
  border-top: 1px solid #c8e09a;
}
#lpbl #g-fullwidth > .g-container {
  background: rgba(0, 0, 0, 0.6);
}
#lpbl .lp-tagline {
  font-size: 1.3rem;
}
#lpbl .lp-hdr-highlights {
  font-size: 1.3rem;
}
.lp-bolster-liquid-header {
  /* Hero */
}
.lp-bolster-liquid-header .lp-header-section-title {
  color: #fff !important;
  text-shadow: none;
  font-weight: 600;
}
.lp-bolster-liquid-header h1 {
  margin-top: unset;
}
.lp-bolster-liquid-header .lp-h2 {
  color: #fff !important;
}
.lp-bolster-liquid-header .hero {
  padding: 72px 40px 60px;
  text-align: center;
  color: #fff;
}
.lp-bolster-liquid-header .hero-eyebrow {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a8e063;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lp-bolster-liquid-header .hero-eyebrow::before, .lp-bolster-liquid-header .hero-eyebrow::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
}
.lp-bolster-liquid-header .hero h1 {
  font-size: clamp(28px, 5.5vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.lp-bolster-liquid-header .hero h1 em {
  font-style: normal;
  color: #a8e063;
}
.lp-bolster-liquid-header .hero-tagline {
  font-size: 1.2rem;
  color: #c5e09a;
  max-width: 560px;
  margin: 0 auto 10px;
}
.lp-bolster-liquid-header .hero-formula-line {
  font-weight: 600;
  color: #8ab860;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.lp-bolster-liquid-header .hero-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin-bottom: 36px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.lp-bolster-liquid-header .hero-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.lp-bolster-liquid-header .hc-mark {
  color: #a8e063;
  font-weight: 800;
  flex-shrink: 0;
}
.lp-bolster-liquid-header .hero-cta {
  display: inline-block;
  background: #a8e063;
  color: #1a4a0d;
  font-weight: 800;
  padding: 16px 44px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lp-bolster-liquid-header .hero-cta:hover {
  background: #bfec7a;
  text-decoration: none;
}
/* Product band */
.product-band {
  background: #f5f9ee;
  border-top: 4px solid #2e6b1f;
  border-bottom: 1px solid #dde8cc;
  padding: 44px 40px;
  text-align: center;
}
.product-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #2e6b1f;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-icon svg {
  width: 44px;
  height: 44px;
}
.product-band h2 {
  font-weight: 800;
  color: #1a4a0d;
  margin-bottom: 6px;
}
.product-band .product-sub {
  font-size: 13px;
  color: #5a7a40;
  font-style: italic;
  margin-bottom: 16px;
}
.formula-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
}
.fpill {
  background: #2e6b1f;
  color: #d4edab;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}
.product-band p {
  font-size: 14px;
  color: #444;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.7;
}
/* Two-col section */
.two-col-section {
  padding: 56px 40px;
  max-width: 960px;
  margin: 0 auto;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.col-block h2 {
  font-weight: 800;
  font-size: 20px;
  color: #1a4a0d;
  margin-bottom: 4px;
}
.col-block .col-sub {
  color: #6a8a50;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #dde8cc;
}
.benefit-list {
  list-style: none;
}
.benefit-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eef3e8;
  color: #333;
  line-height: 1.5;
}
.benefit-list li:last-child {
  border-bottom: none;
}
.bl-check {
  color: #2e6b1f;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.ing-list {
  list-style: none;
}
.ing-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eef3e8;
}
.ing-list li:last-child {
  border-bottom: none;
}
.ing-pct {
  font-weight: 800;
  font-size: 20px;
  color: #2e6b1f;
  min-width: 44px;
  flex-shrink: 0;
  line-height: 1.3;
}
.ing-detail strong {
  display: block;
  color: #1a4a0d;
  font-weight: 600;
  margin-bottom: 2px;
}
.ing-detail span {
  color: #5a6a4a;
  line-height: 1.5;
}
/* Research callout */
.research-band {
  background: #fff;
  padding: 48px 40px;
  border-bottom: 1px solid #eee;
}
.research-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  text-align: center;
}
.research-stat {
  background: #f5f9ee;
  border: 1px solid #dde8cc;
  border-radius: 6px;
  padding: 24px 20px;
}
.rs-value {
  font-weight: 800;
  font-size: 22px;
  color: #1a4a0d;
  margin-bottom: 6px;
}
.rs-label {
  color: #5a7a40;
  line-height: 1.4;
}
.research-note {
  max-width: 960px;
  margin: 20px auto 0;
  text-align: center;
  color: #777;
  font-style: italic;
}
/* Gray band */
.gray-band {
  background: #f4f4f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 56px 40px;
}
.gray-band-inner {
  max-width: 960px;
  margin: 0 auto;
}
.gray-band h2 {
  font-weight: 800;
  color: #1a4a0d;
  margin-bottom: 4px;
}
.gray-band .section-sub {
  color: #6a8a50;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #dde8cc;
}
.app-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.app-table th {
  background: #2e6b1f;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 16px;
  text-align: left;
}
.app-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e4e4e0;
  color: #333;
  vertical-align: top;
  line-height: 1.55;
}
.app-table tr:last-child td {
  border-bottom: none;
}
.app-table tr:nth-child(even) td {
  background: #f9faf6;
}
.testimonial-box {
  background: #fff;
  border-left: 4px solid #2e6b1f;
  padding: 20px 24px;
  color: #444;
  font-style: italic;
  line-height: 1.65;
}
.testimonial-box cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #2e6b1f;
  font-size: 14px;
  margin-top: 10px;
}
/* Downloads */
.downloads-band {
  /*background: #f5f9ee;*/
  border-top: 1px solid #c8e09a;
  border-bottom: 1px solid #c8e09a;
  padding: 40px 40px;
}
.downloads-inner {
  margin: 0 auto;
}
.downloads-inner h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2e6b1f;
  margin-bottom: 16px;
}
.dl-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.dl-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #c8e09a;
  color: #2e6b1f;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 4px;
  text-decoration: none;
}
.dl-link:hover {
  background: #eef6de;
  border-color: #2e6b1f;
  text-decoration: none;
}
.sku-table {
  width: 100%;
  border-collapse: collapse;
}
.sku-table th {
  background: #2e6b1f;
  color: #fff;
  padding: 10px 16px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.sku-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #e0e8d0;
  color: #333;
  vertical-align: top;
  line-height: 1.5;
  font-size: unset;
}
.sku-table tr:nth-child(even) td {
  background: #f5f9ee;
}
.sku-table tr:last-child td {
  border-bottom: none;
}
.sku-more {
  margin-top: 16px;
}
/* Responsive */
@media (max-width: 768px) {
  /* Mobile table styles - Card layout */
  .lp-nav {
    padding: 12px 20px;
  }
  .lp-nav-right {
    gap: 12px;
  }
  .hero {
    padding: 48px 20px 40px;
  }
  .product-band {
    padding: 32px 20px;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .two-col-section {
    padding: 40px 20px;
  }
  .research-inner {
    grid-template-columns: 1fr;
  }
  .gray-band {
    padding: 40px 20px;
  }
  .form-band {
    padding: 48px 20px;
  }
  .form-two {
    grid-template-columns: 1fr;
  }
  .downloads-band {
    padding: 32px 20px;
  }
  .lp-footer {
    padding: 24px 20px;
  }
  .app-table, .sku-table {
    display: block;
    margin-bottom: 32px;
  }
  .app-table thead, .sku-table thead {
    display: none;
  }
  .app-table tbody, .sku-table tbody {
    display: block;
  }
  .app-table tr, .sku-table tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #e4e4e0;
    border-radius: 4px;
    padding: 12px;
  }
  .app-table td, .sku-table td {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
  }
  .app-table td:last-child, .sku-table td:last-child {
    border-bottom: none;
  }
  .app-table td::before, .sku-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #2e6b1f;
    margin-right: 12px;
    min-width: 100px;
  }
}
#lp-lsf {
  /* ===========================
           TYPOGRAPHY
           =========================== */
  /* ===========================
           CONTAINER
           =========================== */
  /* ===========================
           HERO SECTION
           =========================== */
  /* ===========================
           WHY CHOOSE SECTION
           =========================== */
  /* ===========================
           PRODUCTS SECTION
           =========================== */
  /* ===========================
           COMPARISON SECTION
           =========================== */
  /* Mobile responsive */
  /* ===========================
           SOIL SCIENCE SECTION
           =========================== */
  /* ===========================
           CONTACT SECTION
           =========================== */
  /* client request 27-May-2026 */
}
#lp-lsf .lp-lsf-header-pretitle {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
#lp-lsf h1, #lp-lsf .lp-lsf-header-title h1 .lp-header-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
#lp-lsf .lp-lsf-header-title {
  font-size: 4rem;
  color: #fff !important;
}
#lp-lsf h2, #lp-lsf .lp-lsf-header-subtitle h2 .lp-header-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a5f3e !important;
}
#lp-lsf .products-section h2 {
  color: #1A795F !important;
}
#lp-lsf h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a5f3e;
}
#lp-lsf .products-section h3 {
  color: #1A795F !important;
}
#lp-lsf h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1a5f3e;
}
#lp-lsf p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
#lp-lsf a {
  color: #1a5f3e;
  text-decoration: none;
  transition: color 0.2s ease;
}
#lp-lsf a:hover {
  color: #0f4427;
  text-decoration: underline;
}
#lp-lsf .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
#lp-lsf .section-spacing {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  #lp-lsf .section-spacing {
    padding: 2rem 0;
  }
  #lp-lsf h1 {
    font-size: 2rem;
  }
  #lp-lsf .lp-lsf-header-title {
    font-size: 2rem;
  }
  #lp-lsf h2 {
    font-size: 1.5rem;
  }
}
#lp-lsf .hero {
  background: linear-gradient(135deg, #1a5f3e 0%, #2d7a52 100%);
  color: white;
  padding: 6rem 1.5rem;
  text-align: center;
}
#lp-lsf .hero__tagline {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  letter-spacing: 0.5px;
}
#lp-lsf .hero__headline {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: white;
}
#lp-lsf .hero__subheading {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  opacity: 0.95;
  line-height: 1.8;
}
#lp-lsf .btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: white;
  color: #1a5f3e;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
#lp-lsf .btn:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #lp-lsf .hero {
    padding: 3rem 1rem;
  }
  #lp-lsf .hero__headline {
    font-size: 2rem;
  }
  #lp-lsf .hero__subheading {
    font-size: 1rem;
  }
}
#lp-lsf .why-section {
  background-color: white;
}
#lp-lsf .why-section h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#lp-lsf .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
#lp-lsf .benefit-card {
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #1a5f3e;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#lp-lsf .benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#lp-lsf .benefit-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
#lp-lsf .benefit-card p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}
#lp-lsf .products-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}
#lp-lsf .section-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  color: #666;
}
#lp-lsf .product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: flex-start;
  padding: 20px;
}
#lp-lsf .product-card.reverse {
  direction: rtl;
}
#lp-lsf .product-card.reverse > * {
  direction: ltr;
}
#lp-lsf .product-image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#lp-lsf .product-image {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.1rem;
  border: 2px dashed #ddd;
  position: relative;
  overflow: hidden;
}
#lp-lsf .product-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp-lsf .product-img-primary {
  object-fit: contain;
  z-index: 3;
  position: relative;
}
#lp-lsf .product-img-secondary {
  position: absolute;
  width: 35%;
  height: auto;
  max-height: 60%;
  object-fit: contain;
  bottom: 0;
  z-index: 2;
}
#lp-lsf .product-img-secondary.left {
  left: 5%;
}
#lp-lsf .product-img-secondary.right {
  right: 5%;
}
#lp-lsf .product-img-tertiary {
  position: absolute;
  width: 40%;
  height: auto;
  max-height: 65%;
  object-fit: contain;
  bottom: 10%;
  z-index: 1;
}
#lp-lsf .product-img-tertiary.left {
  left: -5%;
}
#lp-lsf .product-img-tertiary.right {
  right: -5%;
}
#lp-lsf .product-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#lp-lsf .product-label {
  color: #1a5f3e;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
#lp-lsf .product-intro {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#lp-lsf .specs-table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}
#lp-lsf .specs-table tr {
  border-bottom: 1px solid #e0e0e0;
}
#lp-lsf .specs-table td {
  padding: 0.75rem 0;
  font-size: 0.95rem;
}
#lp-lsf .specs-table td:first-child {
  font-weight: 600;
  color: #1a5f3e;
  width: 40%;
}
#lp-lsf .specs-table td:last-child {
  color: #555;
}
#lp-lsf .benefit-list {
  list-style: none;
  margin: 1.5rem 0;
}
#lp-lsf .benefit-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #555;
  font-size: 0.95rem;
}
#lp-lsf .benefit-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a5f3e;
  font-weight: bold;
}
#lp-lsf .product-section-title {
  font-weight: 600;
  color: #1a5f3e;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
#lp-lsf .product-image-performance {
  background-color: #f0f8f4;
  padding: 1.5rem;
  border-radius: 4px;
  border-left: 4px solid #1a5f3e;
}
#lp-lsf .product-image-performance p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
#lp-lsf .product-image-performance strong {
  color: #1a5f3e;
}
#lp-lsf .product-image-cta {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #1a5f3e;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 100%;
  text-align: center;
}
#lp-lsf .product-image-cta:hover {
  background-color: #0f4427;
}
#lp-lsf .performance-box p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
#lp-lsf .performance-box strong {
  color: #1a5f3e;
}
#lp-lsf .note-box {
  background-color: #fff8e1;
  padding: 1rem;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
  margin: 1rem 0;
}
#lp-lsf .note-box p {
  font-size: 0.95rem;
  color: #5a5a00;
  margin: 0;
  font-style: italic;
}
#lp-lsf .btn-secondary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #1a5f3e;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
#lp-lsf .btn-secondary:hover {
  background-color: #0f4427;
  text-decoration: none;
}
@media (max-width: 768px) {
  #lp-lsf .product-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #lp-lsf .product-card.reverse {
    direction: ltr;
  }
}
#lp-lsf .comparison-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#lp-lsf .comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#lp-lsf .comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
#lp-lsf .comparison-table thead {
  background-color: #1a5f3e !important;
  color: white;
}
#lp-lsf .comparison-table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#lp-lsf .comparison-table th:last-child {
  border-right: none;
}
#lp-lsf .comparison-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
#lp-lsf .comparison-table tbody tr:hover {
  background-color: #fafafa;
}
#lp-lsf .comparison-table td {
  padding: 1rem;
  border-right: 1px solid #e0e0e0;
}
#lp-lsf .comparison-table td:last-child {
  border-right: none;
}
#lp-lsf .comparison-table td:first-child {
  font-weight: 600;
  color: #1a5f3e;
}
#lp-lsf .comparison-table {
  width: 100%;
  border-collapse: collapse;
}
#lp-lsf .comparison-table thead {
  background-color: #1a7d5f !important;
}
#lp-lsf .comparison-table thead th {
  background-color: #1a7d5f !important;
  color: white !important;
  padding: 16px;
  text-align: left;
  font-weight: 600;
}
#lp-lsf .comparison-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
#lp-lsf .comparison-table tbody td {
  padding: 16px;
}
@media (max-width: 768px) {
  #lp-lsf .comparison-table thead {
    display: none;
  }
  #lp-lsf .comparison-table tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #lp-lsf .comparison-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    background: #ffffff;
  }
  #lp-lsf .comparison-table tbody td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
  }
  #lp-lsf .comparison-table tbody td:last-child {
    border-bottom: none;
  }
  #lp-lsf .comparison-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #1a7d5f;
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
  #lp-lsf .comparison-table tbody td:first-child {
    grid-column: 1 / -1;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
  }
  #lp-lsf .comparison-table tbody td:first-child::before {
    content: "";
    display: none;
  }
  #lp-lsf .comparison-table tbody td:first-child strong {
    color: #333;
  }
}
#lp-lsf .soil-science-section {
  background-color: white;
}
#lp-lsf .soil-science-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
#lp-lsf .soil-science-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
}
#lp-lsf .soil-science-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
#lp-lsf .soil-column {
  padding: 2rem;
  background-color: #f8f8f8;
  border-radius: 8px;
  border-left: 4px solid #1a5f3e;
}
#lp-lsf .soil-column h3 {
  margin-bottom: 1.5rem;
}
#lp-lsf .soil-list {
  list-style: none;
}
#lp-lsf .soil-list li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #555;
  font-size: 0.95rem;
}
#lp-lsf .soil-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a5f3e;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #lp-lsf .soil-science-grid {
    grid-template-columns: 1fr;
  }
}
#lp-lsf .contact-section h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff !important;
}
#lp-lsf .contact-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}
#lp-lsf .comparison-table thead tr {
  background-color: #1a7d5f !important;
}
#lp-lsf .comparison-table thead th {
  background-color: #1a7d5f !important;
  color: white !important;
}
#lp-lsf .lp-lsf-header-text-larger {
  text-align: center;
  font-size: 1.75rem !important;
}
#lp-lsf .lp-lsf-benefits-text-larger {
  text-align: center;
  font-size: 1.75rem !important;
}
/* late spring fertility */
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -1.563rem80px 04.6875rem;
  position: relative;
  z-index: 21;
}
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #ecf0f1;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 3.126rem;
  }
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-content-pro .g-content-pro-image, .g-content-pro-slider .g-content-pro-image, .g-content-pro-slideset .g-content-pro-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #2d3d4d;
}
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #1a7d5f;
}
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 10px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #1a7d5f;
}
.g-content-pro .g-info-container-style2 .g-article-details, .g-content-pro-slider .g-info-container-style2 .g-article-details, .g-content-pro-slideset .g-info-container-style2 .g-article-details {
  color: #595959;
}
.g-content-pro .g-article-details, .g-content-pro-slider .g-article-details, .g-content-pro-slideset .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #262626;
}
.g-content-pro .g-article-details > span, .g-content-pro-slider .g-article-details > span, .g-content-pro-slideset .g-article-details > span {
  margin-right: 10px;
}
.g-content-pro .g-article-details > span:last-child, .g-content-pro-slider .g-article-details > span:last-child, .g-content-pro-slideset .g-article-details > span:last-child {
  margin-right: 0;
}
.g-content-pro .g-article-details > span i, .g-content-pro-slider .g-article-details > span i, .g-content-pro-slideset .g-article-details > span i {
  margin-right: 5px;
}
.g-content-pro .g-article-read-more, .g-content-pro-slider .g-article-read-more, .g-content-pro-slideset .g-article-read-more {
  margin-top: 15px;
}
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  transition: all 1s 0.3s ease;
}
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-article-details {
  margin-bottom: 15px;
  font-size: 90%;
}
.g-slideshow .g-article-details > span {
  margin-right: 10px;
}
.g-slideshow .g-article-details > span:last-child {
  margin-right: 0;
}
.g-slideshow .g-article-details > span i {
  margin-right: 5px;
}
.g-slideshow .g-article-details.details-showbottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #1a7d5f;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-article-read-more {
  margin-top: 15px;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-article-details {
  font-size: 100%;
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow.dark-text .style3 .g-slideshow-title {
  color: #000000 !important;
}
.g-slideshow.dark-text .style3 .g-slideshow-desc, .g-slideshow.dark-text .style3 .g-article-details {
  color: #000000;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #000000;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #ecf0f1;
  background: #ffffff;
  transition: all 0.2s ease;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #1a7d5f;
  color: #1a7d5f;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #1a7d5f;
  color: #1a7d5f;
  box-shadow: none;
}
.g-portfolio .g-portfolio-item {
  border: 1px solid #ecf0f1;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-portfolio p {
  margin: 0;
}
.g-portfolio .g-portfolio-title {
  margin: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #2d3d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #1a7d5f;
}
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #333;
  font-style: italic;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #1a7d5f;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #595959;
}
.g-portfolio .g-portfolio-special {
  color: #333;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #ecf0f1;
  border-top: none;
  width: 100%;
  transition: opacity 0.3s 0.3s ease;
}
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #ffffff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  transition: all 1s 0.3s ease;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
@font-face {
  font-family: "AvenirLTStd-Black";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AvenirLTStd/AvenirLTStd-Black.otf.eot#iefix') format("embedded-opentype"), url('../fonts/AvenirLTStd/AvenirLTStd-Black.otf.woff2') format("woff2"), url('../fonts/AvenirLTStd/AvenirLTStd-Black.otf.woff') format("woff"), url('../fonts/AvenirLTStd/AvenirLTStd-Black.otf.ttf') format("truetype"), url('../fonts/AvenirLTStd/AvenirLTStd-Black.otf.svg#AvenirLTStd-Black') format("svg");
}
@font-face {
  font-family: "AvenirLTStd-Book";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AvenirLTStd/AvenirLTStd-Book.otf.eot#iefix') format("embedded-opentype"), url('../fonts/AvenirLTStd/AvenirLTStd-Book.otf.woff2') format("woff2"), url('../fonts/AvenirLTStd/AvenirLTStd-Book.otf.woff') format("woff"), url('../fonts/AvenirLTStd/AvenirLTStd-Book.otf.ttf') format("truetype"), url('../fonts/AvenirLTStd/AvenirLTStd-Book.otf.svg#AvenirLTStd-Book') format("svg");
}
@font-face {
  font-family: "AvenirLTStd-Light";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AvenirLTStd/AvenirLTStd-Light.otf.eot#iefix') format("embedded-opentype"), url('../fonts/AvenirLTStd/AvenirLTStd-Light.otf.woff2') format("woff2"), url('../fonts/AvenirLTStd/AvenirLTStd-Light.otf.woff') format("woff"), url('../fonts/AvenirLTStd/AvenirLTStd-Light.otf.ttf') format("truetype"), url('../fonts/AvenirLTStd/AvenirLTStd-Light.otf.svg#AvenirLTStd-Light') format("svg");
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AvenirLTStd/AvenirLTStd-Roman.otf.eot#iefix') format("embedded-opentype"), url('../fonts/AvenirLTStd/AvenirLTStd-Roman.otf.woff2') format("woff2"), url('../fonts/AvenirLTStd/AvenirLTStd-Roman.otf.woff') format("woff"), url('../fonts/AvenirLTStd/AvenirLTStd-Roman.otf.ttf') format("truetype"), url('../fonts/AvenirLTStd/AvenirLTStd-Roman.otf.svg#AvenirLTStd-Roman') format("svg");
}
@font-face {
  font-family: "NexaRustSans-Black";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSans-Black.otf.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSans-Black.otf.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSans-Black.otf.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSans-Black.otf.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSans-Black.otf.svg#NexaRustSans-Black') format("svg");
}
@font-face {
  font-family: "NexaRustSans-Book";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSans-Book.otf.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSans-Book.otf.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSans-Book.otf.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSans-Book.otf.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSans-Book.otf.svg#NexaRustSans-Book') format("svg");
}
@font-face {
  font-family: "NexaRustSlab-Black";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSlab-Black.otf.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSlab-Black.otf.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSlab-Black.otf.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSlab-Black.otf.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSlab-Black.otf.svg#NexaRustSlab-Black') format("svg");
}
@font-face {
  font-family: "NexaRustSlab-Shadow";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSlab-Shadow.otf.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.otf.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.otf.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.otf.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.otf.svg#NexaRustSlab-Shadow') format("svg");
}
@font-face {
  font-family: "NexaRustSans-Black";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSans-Black.woff2.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSans-Black.woff2.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSans-Black.woff2.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSans-Black.woff2.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSans-Black.woff2.svg#NexaRustSans-Black') format("svg");
}
@font-face {
  font-family: "NexaRustSans-Book";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSans-Book.woff2.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSans-Book.woff2.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSans-Book.woff2.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSans-Book.woff2.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSans-Book.woff2.svg#NexaRustSans-Book') format("svg");
}
@font-face {
  font-family: "NexaRustSlab-Black";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSlab-Black.woff2.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSlab-Black.woff2.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSlab-Black.woff2.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSlab-Black.woff2.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSlab-Black.woff2.svg#NexaRustSlab-Black') format("svg");
}
@font-face {
  font-family: "NexaRustSlab-Shadow";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NexaRustSans/NexaRustSlab-Shadow.woff2.eot#iefix') format("embedded-opentype"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.woff2.woff2') format("woff2"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.woff2.woff') format("woff"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.woff2.ttf') format("truetype"), url('../fonts/NexaRustSans/NexaRustSlab-Shadow.woff2.svg#NexaRustSlab-Shadow') format("svg");
}
.font-family-AvenirLTS {
  font-family: "AvenirLTStd-Black", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_sansbook";
  src: url('../fonts/NexaRustSans/nexarustsans-book-webfont.woff2') format("woff2"), url('../fonts/NexaRustSans/nexarustsans-book-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lt_std45_book";
  src: url('../fonts/AvenirLTStd/avenirltstd-book-webfont.woff2') format("woff2"), url('../fonts/AvenirLTStd/avenirltstd-book-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lt_std95_black";
  src: url('../fonts/AvenirLTStd/avenirltstd-black-webfont.woff2') format("woff2"), url('../fonts/AvenirLTStd/avenirltstd-black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lt_std35_light";
  src: url('../fonts/AvenirLTStd/avenirltstd-light-webfont.woff2') format("woff2"), url('../fonts/AvenirLTStd/avenirltstd-light-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_lt_std55_roman";
  src: url('../fonts/AvenirLTStd/avenirltstd-roman-webfont.woff2') format("woff2"), url('../fonts/AvenirLTStd/avenirltstd-roman-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_sansblack";
  src: url('../fonts/NexaRustSans/nexarustsans-black-webfont.woff2') format("woff2"), url('../fonts/NexaRustSans/nexarustsans-black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_sansbook";
  src: url('../fonts/NexaRustSans/nexarustsans-book-webfont.woff2') format("woff2"), url('../fonts/NexaRustSans/nexarustsans-book-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_slabblack";
  src: url('../fonts/NexaRustSans/nexarustslab-black-webfont.woff2') format("woff2"), url('../fonts/NexaRustSans/nexarustslab-black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_rust_slabshadow";
  src: url('../fonts/NexaRustSans/nexarustslab-shadow-webfont.woff2') format("woff2"), url('../fonts/NexaRustSans/nexarustslab-shadow-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  /* Brand Colors */
  --sustane-green: #1A795F;
  --sustane-yellow: #EDD245;
  --sustane-black: #232323;
  --sustane-white: #fff;
  --sustane-grey: #efefef;
  /* Typography/Font */
  --font-size-base: 1.1rem;
  --font-size-lg:1.35rem;
  --font-size-sm: 0.875rem;
  --line-height-base: 1.5;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 3rem;
}
/* end of root */
#g-fullwidth .btn.btn-primary {
  color: #fff !important;
}
p {
  margin: 0.75rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-family: "nexa_rust_sansbook";
  color: var(--sustane-black) !important;
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
em {
  color: var(--sustane-green);
}
th {
  text-align: center;
  font-weight: bold;
}
.btn .btn-primary linka {
  color: #fff !important;
}
.round-image, .round-image img {
  border-radius: 50%;
  padding: 20% 0;
}
.item-image {
  padding-left: 20px;
}
.grid-style {
  padding: 10px 0;
  border-bottom: 1px solid var(--sustane-grey);
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.table-footnote {
  font-size: small;
}
td {
  font-size: smaller;
}
.distContact {
  font-size: smaller;
}
ol.breadcrumb {
  font-size: 1.1rem;
}
.sustane-bullet {
  color: var(--sustane-green);
}
#g-mainbody {
  padding: 0.5rem;
}
.banner-image-title-left {
  font-size: 3rem;
  color: #fff;
  text-align: left;
  padding-left: 80px;
  text-shadow: 1px 1px var(--sustane-black);
}
.banner-image-description-left {
  font-size: 2rem;
  color: #fff;
  text-align: left;
  padding-left: 80px;
  text-shadow: 1px 1px var(--sustane-black);
}
.banner-image-title-right {
  font-size: 3rem;
  color: #fff;
  text-align: right;
  padding-right: 80px;
  text-shadow: 1px 1px var(--sustane-black);
}
.banner-image-description-right {
  font-size: 2rem;
  color: #fff;
  text-align: right;
  padding-right: 80px;
  text-shadow: 1px 1px var(--sustane-black);
}
.banner-image-title-center {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px var(--sustane-black);
}
.banner-image-description-center {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px var(--sustane-black);
}
.g-slidershow-item .banner-text {
  text-align: center !important;
}
.footer-address {
  text-align: right;
}
#g-header .g-container .g-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-gray {
  background: #eee;
}
.box-green {
  background: var(--sustane-green);
  color: var(--sustane-white) !important;
}
h2 .box-green {
  color: var(--sustane-white) !important;
}
.product-category-page .wf-column.pcp {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 10px;
  margin: 2px 2px;
}
.product-category-page .wf-column.pcp.no-border {
  border: 1px solid transparent;
  box-shadow: unset;
  border: unset;
}
.product-category-page .wf-column.pcp:hover {
  background-color: var(sustane-grey) !important;
  border: 2px solid var(--sustane-green);
}
.product-category-page .wf-column.pcp img {
  padding-top: 20px;
}
.fwt-container {
  padding: 0 4rem;
}
.pcp {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 10px;
  margin: 2px 2px;
}
.pcp:hover {
  background-color: var(sustane-grey) !important;
  border: 2px solid var(--sustane-green);
}
#g-fullwidth .page-header {
  font-size: 2.75rem !important;
  text-shadow: 1px 1px var(--sustane-black) !important;
  text-align: center !important;
}
.vmlandingpage .page-header {
  font-size: 2.75rem !important;
  text-shadow: 1px 1px var(--sustane-black) !important;
  text-align: center !important;
}
#g-fullwidth .banner-text {
  text-shadow: 1px 1px var(--sustane-black) !important;
  text-align: center !important;
}
#g-fullwidth .g-slideshow .g-slideshow-title {
  text-shadow: 1px 1px var(--sustane-black) !important;
}
#g-fullwidth .g-slideshow .g-slideshow-desc {
  text-shadow: 1px 1px var(--sustane-black) !important;
}
#g-feature {
  padding: 0;
}
#g-intro {
  padding: 0;
}
#g-footer {
  padding: 0;
  font-size: 0.9rem;
}
#g-copyright {
  padding: 0;
}
#g-copyright .g-content {
  font-size: 0.8rem;
  text-align: center;
}
.product-tagline {
  font-size: 1.75rem;
  font-weight: bold;
}
.product-section-title {
  color: var(--sustane-green);
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "nexa_rust_sansblack", serif;
}
.product-intro {
  color: var(--sustane-green);
  font-size: 1.3rem;
}
.product-certified-logos ul {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
}
.product-certified-logos ul li {
  display: inline-block;
  max-width: 20%;
}
.product-blurb-styling {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--sustane-green);
  text-align: center;
}
.product-storage-table-styling table {
  font-size: smaller;
}
.product-application-rates-table-styling table {
  font-size: smaller;
}
.product-category-download-links ul {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
  margin-left: unset;
}
.product-category-download-links ul li {
  display: inline-block !important;
  justify-content: space-evenly;
  font-family: "nexa_rust_sansbook";
  font-size: 0.8rem;
  width: 50%;
}
.product-category-download-links ul.fields-container {
  margin: 0px !important;
}
.product-documents-equal-height .row {
  --bs-gutter-x: 1.5rem;
}
.product-documents-equal-height .col-md-4, .product-documents-equal-height .col-lg-4 {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}
.product-documents-equal-height .document-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  min-height: 80px;
}
.product-documents-equal-height .document-item:hover {
  background-color: var(--sustane-grey);
  border-color: var(--sustane-green);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-documents-equal-height .document-item::before {
  content: "•";
  color: var(--sustane-green);
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.product-documents-equal-height .document-item a {
  text-decoration: none;
  color: var(--sustane-black);
  font-family: "nexa_rust_sansbook", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
.product-documents-equal-height .document-item a:hover {
  color: var(--sustane-green);
}
.product-documents-equal-height.fa-bullets .document-item::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 900;
  font-size: 1.2rem;
}
.product-documents-equal-height.fa-bullets.spec-sheet .document-item::before {
  content: "";
}
.product-documents-equal-height.fa-bullets.certificate .document-item::before {
  content: "";
}
.product-documents-equal-height.fa-bullets.label .document-item::before {
  content: "";
}
.product-download-links ul li {
  font-family: "nexa_rust_sansbook";
  font-size: 0.8rem;
  text-align: left;
}
.product-download-links ul li .field-prefix {
  display: none;
}
.wf-columns-gap-none .wf-column {
  padding: 0 10px;
}
.product-download-links .two-column-list {
  display: flex !important;
  flex-wrap: wrap;
  list-style: disc;
  column-count: 2;
  column-gap: 20px;
  margin-left: unset;
  padding-left: 20px;
}
.product-download-links .two-column-list li {
  display: list-item;
  width: calc(50% - 10px);
  font-family: "nexa_rust_sansbook";
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 5px;
}
li .vc-download-link {
  font-size: smaller;
}
li:first-child .vc-download-link {
  font-weight: bold;
  font-size: larger;
}
.product-category-download-links ul li span {
  vertical-align: sub;
}
.gp-link {
  padding-top: 10px !important;
}
.home-grid .g-content {
  font-size: 1rem;
}
.g-content-pro-title a {
  font-size: 1.2rem;
}
.g-content-pro-image img {
  border-radius: 5%;
}
.g-content-pro-link {
  background: var(--sustane-green);
  padding: 10px;
}
.g-content-pro-link a {
  color: #fff;
}
.g-content-pro-item {
  border: none !important;
}
.research-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.research-intro {
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .sus-products h1, .sus-products .g-content-pro-item {
    text-align: center;
  }
  #g-top .g-main-nav .g-toplevel {
    text-align: center;
    border: none;
  }
  #g-top .g-main-nav .g-toplevel > li {
    border: none;
  }
  #g-fullwidth .g-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #g-fullwidth h1 {
    text-align: center !important;
  }
  #g-fullwidth h2 {
    text-align: center;
  }
  #g-fullwidth .g-slideshow-desc {
    display: flex;
    text-align: center;
  }
  #g-fullwidth .banner-text {
    text-align: center;
  }
  .footer-address {
    text-align: center;
  }
  #g-copyright {
    text-align: center !important;
  }
  #g-copyright .g-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #g-fullwidth li .g-slideshow-item .uk-active {
    height: 300px !important;
  }
  #g-fullwidth .g-article-read-more button.button {
    font-size: smaller;
  }
}
.g-portfolio .g-portfolio-title a {
  font-size: 1rem;
  font-weight: normal;
}
.testimonialStyle .g-content-pro, .g-content-pro {
  text-align: left !important;
  font-weight: normal;
  font-size: 0.9rem;
}
.testimonialStyle h4.g-content-pro-title a {
  font-size: 1rem;
  font-weight: normal !important;
}
.testimonialStyle .g-content-pro .g-article-read-more a.button {
  font-size: 1rem;
  text-align: left !important;
}
.distListStyle {
  line-height: 1rem;
}
/* Wholesale Distributor Menu Item Styling */
/* Change the title from bold and add border */
.sus-wholesale-distributor th {
  font-size: 1.3rem;
  text-align: left;
  font-weight: normal !important;
}
.sus-wholesale-distributor tr {
  border-bottom: 1px solid var(--sustane-green);
}
.sus-wholesale-distributor table {
  border: none;
}
#maps .mmlsearch input#searchname {
  display: none;
}
.addressdata h4 {
  margin-bottom: 0;
}
.addressdata {
  margin-bottom: 3rem;
}
#Locationsearch .form-inline .inputbox {
  font-size: 1rem;
}
select {
  font-size: 1rem;
}
#maps .sidebar-icon {
  display: none;
}
#locationresult .resultbar .locationaddress {
  margin-left: unset;
}
.product-download-section {
  margin: 2rem 0;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1.5rem;
}
.product-download-section .download-section-header {
  color: #5A8A5A;
  font-family: "nexa_rust_sansbook";
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #5A8A5A;
}
.product-download-section .product-download-links .two-column-list {
  display: flex !important;
  flex-wrap: wrap;
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}
.product-download-section .product-download-links .two-column-list li {
  display: list-item;
  width: calc(50% - 10px);
  font-family: "nexa_rust_sansbook";
  font-size: 0.9rem;
  text-align: left;
  margin: 0.25rem 0;
  line-height: 1.4;
}
.product-download-section .product-download-links .two-column-list li a {
  color: #2c5aa0;
  text-decoration: none;
}
.product-download-section .product-download-links .two-column-list li a:hover {
  color: #5A8A5A;
  text-decoration: underline;
}
.product-download-section .product-download-links .two-column-list li:first-child {
  font-weight: bold;
  font-size: 1rem;
}
.product-download-section .product-download-links .two-column-list li:first-child a {
  color: #1a4480;
  font-weight: bold;
}
@media (max-width: 768px) {
  .product-download-section .product-download-links .two-column-list li {
    width: 100%;
  }
}
.acf-download-section .acf-download-button {
  display: inline-block;
  color: #2c5aa0;
  text-decoration: none;
  font-family: "nexa_rust_sansbook";
}
.acf-download-section .acf-download-button:hover {
  color: #5A8A5A;
  text-decoration: underline;
}
.acf-download-section:not(.product-download-section) {
  margin: 1rem 0;
}
.acf-download-section:not(.product-download-section) .acf-download-button {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #5A8A5A;
  border-radius: 4px;
  display: inline-block;
}
.acf-download-section:not(.product-download-section) .acf-download-button:hover {
  background-color: #5A8A5A;
  color: white;
  text-decoration: none;
}
.te_trombinoscope form .table th .heading-sort {
  display: none;
}
.te_trombinoscope form .personfield.fieldname {
  font-size: 1.1rem;
}
.te-trombinoscope form .table td.col_picture .picture {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.te-trombinoscope form .picture img {
  margin: 0 !important;
  padding: 20% 0 !important;
}
.te_trombinoscope form .table, .te_tronbinoscope form .table thead tr {
  border: none;
  border-bottom: 2px solid var(--sustane-green);
}
.te_trombinoscope form .personfield .fieldmisc {
  white-space: pre;
}
.nav.mod-list li a {
  color: var(--sustane-green);
}
.mod-list li a::before {
  content: "" !important;
}
.nav.mod-list {
  display: flex !important;
  flex-wrap: wrap;
  list-style: disc;
  column-count: 2;
  column-gap: 20px;
  margin-left: unset;
  padding-left: 20px;
}
.nav.mod-list li {
  display: list-item;
  width: calc(50% - 10px);
  font-family: "nexa_rust_sansbook";
  text-align: left;
  margin-bottom: 5px;
}
/* Home Page Top Message Styling - sits on top of background slideshow */
.sus-hp-fw-msg {
  padding: 80px 0;
  text-align: center;
  color: white;
  text-shadow: 1px 2px 2px #000;
  font-weight: 700;
}
/* Home Page Featured Product Links */
.sus-fp-links a {
  text-transform: uppercase;
  padding: 10px;
  background: var(--sustane-grey);
  color: var(--sustane-green);
}
/* used in the custom featured product module */
.featured-product-prefix {
  font-size: 0.9rem;
}
.btn-featured-product {
  padding: 10px;
  background: var(--sustane-grey);
  color: var(--sustane-green);
  font-size: 0.9rem;
}
/* Testimonials */
#lnee_420 .latestnews-item {
  background: var(--sustane-grey);
  border-left: 5px solid var(--sustane-green);
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  position: relative;
}
#lnee_420.horizontal ul.latestnews-items li.latestnews-item {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#lnee_420 .newstitle {
  display: none;
}
/* Testimonials mobile responsive - force single column */
@media only screen and (max-width: 768px) {
  /* Force any grid layouts to single column */
  /* Override any potential multi-column layouts */
  #lnee_420, .testimonials-container, .what-customers-say {
    display: flex !important;
    flex-direction: column !important;
  }
  #lnee_420 .latestnews-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #lnee_420 .g-content {
    display: flex !important;
    flex-direction: column !important;
  }
  #lnee_420 .g-grid, #lnee_420 .uk-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  #lnee_420 .g-block, #lnee_420 .uk-width-1-2, #lnee_201 .uk-width-1-3 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Testimonial Styling */
blockquote.newsintro {
  padding: inherit !important;
  margin-top: 0 !important;
  border-left-color: var(--sustane-green) !important;
  margin: 0;
}
.sus-testimonial-product-benefit {
  font-style: italic;
  font-weight: 600;
}
.sus-testimonial-submitter {
  font-size: 1.1rem;
  padding-left: 20px;
}
.sus-testimonial-affiliation {
  font-size: 1.1rem;
}
h3.newstitle.sus-testimonial-title {
  padding: 0 !important;
}
/* Product Landing Page Styling - Regular Labs Articles Anywhere */
.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.landing-title-value {
  font-size: 3rem;
}
.landing-subtitle-value {
  font-size: 1.3rem;
}
.landing-product-tags {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 5px;
  display: inline-block;
}
/*# sourceMappingURL=custom_25.css.map */