.home-panels{
    margin-bottom: 20px;
    gap: 0;
    box-shadow: 0px 0px 1px 0px #888888;
    transition-duration: 0.2s;
}
.home-panels:hover{
    box-shadow: 0px 0px 20px 5px #888888;
}
.home-panels .wf-column{
    min-height: 377px;
}
.home-panel-img img{
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%; 
}
.home-panel-text{
    padding: 20px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-panel-text h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    color: #4B6648;
    text-transform: uppercase;
}
.home-panel-text p{
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  color: #244922;
  text-transform: uppercase;
}

.btn-bottom{
    margin-top: auto;
    margin-bottom: 10px;
    text-align: center;    
}

.t4-header .menu-item-title {
  background-color: #F5F5F5;
  color: #333;
  padding: 0px 20px;
  border-radius: 5px;
  transition: all .8s;
  width: 100%;
  display: block;

}
.t4-header .menu-item-title:hover, .t4-header .level0 > li.active .menu-item-title {
  background-color: #333;
  color: #fff;
}
.t4-header .level1 li.nav-item .menu-item-title {
  background-color: #F5F5F5;
  color: #333;
}
.t4-header .level1 li.active  .menu-item-title {
  background-color: #333;
  color: #fff;
}
.t4-header .show .dropdown-menu .menu-item-title {
      padding: 10px 20px;
}
.t4-header .contact-button .menu-item-title {
    background-color: #4B6648;
    color: #ffffff;
}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
    display: block;
}
t4-header .contact-button a{
    color: #fafafa;
}
.home-icons{
    gap: 100px;
}
.home-icons .wf-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2% 5% !important;
    transition: all 0.6s ease !important;
}
.home-icons .wf-column:hover {
    transform: scale(1.1);
}
.home-icons .wf-column img{
    margin-top: auto;
}
.home-icons .wf-column h3{
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.home-icons .box-four{
    background-color: rgba(87, 87, 87, 0.6);
    margin-top: 20px;
    padding: 30px 5%;
}
.social-list li {
    padding: 0 .25rem;
}
.t4-top-bar .social-list li {
    display: inline-block;
}
#t4-header .logo-image img{
    width: 200px;
    height: auto;
    margin: 15px 0;
}
.t4-header{
    border-bottom: none;
    z-index: 2;
}
.t4-topbar #triggerButton{
    float: left;
}
.header #triggerButton {
    display: none;
}
#t4-main-top{
    padding: 30px 0;
}
.fill img {
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%;
}
.t4-topbar p, li {
  line-height: 30px;
  font-size: 14px;
}
@media (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 1600px;
  }
}
.t4-header .container-xxl{
    padding: 0;
}
.t4-header .menu-item-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.mx-auto{
    margin-right: 0 !important;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 20px 1rem;
}
.contact-button{
    padding-right: 0 !important;
}
.home-maintop-content{
    text-align: center;
    font-size: 20px;
}
.t4-footer a{
    color: #4B6648;
    font-weight: bold;
}
.t4-footer a:hover{
    color: #ffffff;
}
.t4-main-body{
    padding-bottom: 0 !important;
}
.t4-section-1{
    padding: 30px 0;
}
.btn.btn-primary {
    background-color: #4B6648;
    border-color: #4B6648;
}
.t4-footnav .module-title{
    font-size: 25px;
}
.t4-megamenu a{
    transition-duration: 0.2s;
}
.t4-megamenu a:hover{
    color: #4B6648;
}
.t4-footnav a:hover{
    font-weight: bold;
}

.content .wf-column{
    padding: 10px;
}
.accordions {
  background-color: #ffffff;
  color: #4B6648;
  font-weight: none;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: solid 1px #4B6648;
}

.actives, .accordions:hover {
  background-color: #4B6648;
  color: #ffffff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-right: solid 1px #4B6648;
  border-left: solid 1px #4B6648;
  color: #000000;
}

.panel p{
    margin-top: 10px;
}
.question-accordions {
  background-color: #ffffff;
  color: #4B6648;
  font-weight: none;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: solid 1px #4B6648;
}
.question-accordions:hover {
    background-color: #4B6648;
    color: #ffffff;
}
.border-top{
    border-radius: 10px 10px 0 0 !important;
    border-top: solid 1px #4B6648 !important;
}
.border-bottom{
    border-radius: 0 0 10px 10px !important;
    border-bottom: solid 1px #4B6648 !important;
}
.padded-list{
    margin-top: 10px;
}
.panel li{
    margin: 10px 0;
}
.panel li::marker{
    color: #4B6648;
}
.accordions-container, .content .wf-column {
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #333;
  margin-bottom: 25px;
}


.flex-slider{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.inner-panel-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inner-panel-container .right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.inner-panel-container .right img{
    float: right;
}
.location span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease-in;
}

.location span.show {
  opacity: 1;
}

.contact_content {

  transition: opacity 1s ease-in;
}

.contact_content.fade-in {
  opacity: 1;
}
.contact{
    gap: 0;
    margin-bottom: 20px;
    border-radius: 30px;
    transition-duration: 0.2s;
}
.contact:hover{
    transform: scale(1.005);
}
.contact .left{
    padding: 20px;
    border-radius: 10px 0 0 10px;
    background-color: #f5f5f5;
    color: #333;

}
.contact .right{
    padding-bottom: 1px;
}
.contact h3{
    font-size: 2rem;
}
.contact iframe{
    border-radius: 0 20px 20px 0;
}
.contact a:hover{
    font-weight: bold;
}
@media(max-width: 960px){
    .contact .left{
        border-right: 3px solid #ffffff;
        border-radius: 20px;
    }
    .contact iframe{
        border-radius: 20px;
        border-bottom: 0;
        height: 500px;
    }
    .contact .right{
        border: none;
    }
}

.products .img-container {
    position: relative;
}
.products .img-container {
    border-radius: 5px;
    transition: all .5s;
}
.products .img-container:hover {
    box-shadow: 0px 0px 20px 5px #888888
}
.products .img-container h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(119, 119, 119,.6);
  width: 100%;

  transition: all 1s;
}
.products .img-container h3 a {
    color: #fff;
      padding: 20px;
      display: block;
}
.products .img-container:hover h3 {
    background: #111;
}
.products .wf-column {

  background: #fff;
  color: #333;

  position: relative;
}
.products .wf-column ul, .products  .wf-column:hover p {
    transition: all 1s;
}
.products  .wf-column p, .products .wf-column ul {
    padding: 20px;
    display: none;
    transition: all 1s;
}
/* .products  .wf-column:hover ul, .products  .wf-column:hover p {
position: absolute;
  background: #244922;
  color: #fff;
  display: block;
  width: 88%;
  top: 20px;
  display: block;
  transition: all 1s;
  height: 88%;
} */
.form-control{
    max-width: none;
}
form h2{
    display: none;
}
.rsform-submit-button:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #4B6648;
}
.level2, .level1 .item-caret {
    display: none !important;
}
.t4-footnav .t4-module .navbar .nav > li a.nav-link:hover, .t4-footnav .t4-module .navbar .nav > li a.nav-link:active, .t4-footnav .t4-module .navbar .nav > li a.nav-link:focus {
    color: #333
}
.t4-footnav .container {
   padding-top: 2rem;
   padding-bottom: 2rem;
}
.t4-footer .container {
   padding-top: 1rem;
   padding-bottom: 1rem;
}
.t4-footnav .t4-module .navbar .nav > li a.nav-link {
  padding: 0 0;
}
.navbar-expand-lg .navbar-toggler, .t4-header-r #triggerButton, .jux-reset, div[data-filter-group="tag"] {
    display: none !important;
}
@media screen and (max-width: 1200px) {
   .t4-header .menu-item-title {
font-size: 14px;
    padding: 0px 10px;
  }
}
.jux-link a {
  cursor: default;
  pointer-events: none;        
  text-decoration: none;
}
.jux-filters-wrapper button.is-checked, .jux-filters-wrapper button:hover {
  text-decoration: none;
  background: #4B6648 !important;
  color: #fff;
}

table {
	display: table;
  border-spacing: 2px;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: 0;
}

thead {
	border-block-end: 2px solid;
	background: whitesmoke;
}

tfoot {
	border-block: 2px solid;
	background: whitesmoke;
}

th,
td {

	padding: 0.25rem 0.75rem;
}

table.products {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
}

table.products thead th {
  background-color: #003366;
  color: #ffffff;
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #ccc;
}

table.products tbody td {
  padding: 2px 6px;
  border: 1px solid #ccc;
  vertical-align: top;
  width: 25%;
}

table.products tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.products tbody tr:hover {
  background-color: #e0f0ff;
}

table.products td strong {
  color: #4B6648;
}
.head td, .head {
    border-bottom: 4px solid #4B6648 !important;
}





