/* != ACCESSIBILITY STYLES ===== */
.sr-only, .slick-sr-only {
  /* Styles below are so elements are shown to screen readers only */
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid #EEC344;
  outline-offset: 3px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 3px solid #EEC344 !important;
  outline-offset: 3px !important;
}

.elementor-widget-bdevs-team a.gallery-link,
.elementor-widget-bdevs-team .slider .slide {
  cursor: default;
}

a.gallery-link {
  position: relative;
  display: block;
}
a.gallery-link:focus-visible {
  outline: none !important;
}
a.gallery-link:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: inset 0 0 0 3px #EEC344;
          box-shadow: inset 0 0 0 3px #EEC344;
  pointer-events: none;
  z-index: 10;
}

#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#skipnav:focus-visible {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.elementor-widget-text-editor p a {
  color: #46866C;
  text-decoration: underline;
}
.elementor-widget-text-editor p a:hover {
  color: #356551;
}

body .gform_wrapper .gform_fields .gfield--type-honeypot {
  display: block !important;
  position: absolute;
  left: -99999px;
}