/* change hamburger menu to X when open */
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/* rotate the Menu icon on click */
.mobile_menu_bar:before {
  transition: all 0.4s ease;
  transform: rotate(0deg);
  display: block;
}
.mobile_nav.opened .mobile_menu_bar::before {
  transition: all 0.4s ease;
  transform: rotate(90deg);
  display: block;
}

/* set skip to main content button style */
.accessibility-statement-link {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  padding: 1em;
  background-color: black;
  color: white;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  /* opacity: 0; */
  /* transform: translateX(-250px); */
}
.accessibility-statement-link:focus {
  clip: auto;
  clip-path: none;
  /*transform: translateX(0px); */
  /*opacity: 1; */
}

/* set skip to main content button style */
.skip-to-main-content-link {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  padding: 1em;
  background-color: black;
  color: white;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  /* opacity: 0; */
  /* transform: translateX(-200px); */
}
.skip-to-main-content-link:focus {
  clip: auto;
  clip-path: none;
  /* transform: translateX(0px); */
  /* opacity: 1; */
}
:focus-visible {
  outline: solid 5px !important;
}
.et_pb_contact_form_label {
  display: block !important;
}

#copyright-footer-text a,
#copyright-footer-text p {
  color: #cecece;
}