<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

 */


.text-black {
  color: #000000 !important; }
   
 .text-jlbrown {
  color: #855636 !important; }
  
 .text-jlgreen {
  color: #8BB84D !important; } 
  
  .text-white {
  color: #FFFFFF !important; } 

.bg-black {
  background-color: #000000 !important; }
  
  .bg-white {
  background-color: #FFFFFF !important; }
  
.bg-jlgreen {
  background-color: #8BB84D !important; }
  
   .bg-jlbrown {
  background-color: #855636 !important; }
  
  .bg-headerbrown {
  background-color: #C79D81 !important; } 
 
 
  .bg-textbg {
  background-color: #F6F6F5 !important; } 
  
  
.text-page_title {
  color: #4b6f32 !important; }  
  
.bg-footer {
  background-color: #8BB84D !important; 
  color: #000000 !important; } 

 .text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}

.text-lrg {
  font-size: 25px;}
 
 .text-xsmall {
  font-size: 16px;}
  
.text-titles {
  font-size: 30px;} 
  
   .text-limobile {
  font-size: 14px;}
  

     @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
 @media (max-width: 850px) {
  .hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.btn-submit-g {
  color: #FFFFFF;
  background-color: #8BB84D;
  border-color: #8BB84D;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #8BB84D;
    border-color: #8BB84D; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(79, 112, 206, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #8BB84D;
    border-color: #8BB84D; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8BB84D;
    border-color: #8BB84D; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(79, 112, 206, 0.5); }



/* Style The Dropdown Button */
.dropbtn {
  background-color: #8BB84D;
  color: white;
  padding: 7px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 1px 1px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #855636;
}














</pre></body></html>