@charset "UTF-8";

/* ----------------------------------

Name: custom.css
Version: 3.2

-------------------------------------

*/

.btn-green {
    background-color: #5B6137;
    color: white; /* Ensure the text is visible */
}

/* CONTACT FORM */

.FormBuilder.InputfieldForm .Inputfield .InputfieldHeader {
display: block;
font-weight: 600;
padding-bottom: 0.25em;
color: white;
}

header a.logo img {
max-height: 60px;
}

.hidden {
    display: none !important;
}

/* For ADA compliance - hidden h1 tag */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
}
.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
}

a:focus,
button:focus {
    outline: 2px solid #333;
    outline-offset: 2px;
}

/* Style submenu items on hover */
.dropdown-menu a:hover,
.dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #f8f8f8 !important; /* optional: slightly different bg on hover */
}

.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-toggle-autoplay:focus {
    outline: 3px solid #333;
    outline-offset: 3px;
    border-radius: 4px;
}

