/* GLOBAL STYLE SHEET */
/* STYLE POLICY PAGES */
#brx-content.wordpress {
  padding: 3em;
}
#brx-content.wordpress p, #brx-content.wordpress h1, #brx-content.wordpress h2, #brx-content.wordpress h3, #brx-content.wordpress h4, #brx-content.wordpress h5, #brx-content.wordpress h6 {
  margin-bottom: 1em;
}
/* STICKY HEADER SCROLL OFFSET */
html {
  scroll-padding-top: 8dvh !important;
  scroll-behavior: smooth;
}
/* adjust scroll offset for mobile header */
@media (max-width: 767px) {
  html {
    scroll-padding-top: 8dvh !important;
  }
}
/* CATEGORY AND TAG BUTTON STYLING */
.taxonomy-button {
  display: inline-block;
  padding: 5px 16px;
  /* Adjust the padding as needed */
  margin: 5px;
  color: var(--primary-medium);
  /* Change the text color */
  background-color: none;
  /* Change the background color */
  text-decoration: none;
  border: 1px solid var(--primary-medium);
  border-radius: 30px;
  /* Rounded corners */
  margin-right: 5px;
  /* Add spacing between buttons */
}
.taxonomy-button:hover {
  color: var(--white);
  /* Change the text color on hover */
  background-color: var(--action);
  /* Change the background color on hover */
}
/* DISABLE TABS ACCESSIBILITY OUTLINE */
body.bricks-is-frontend :focus {
  outline: none;
}
@media (max-width: 780px) {
  .aa-display-none__780 {
    display: none;
  }
}
@media (max-width: 680px) {
  .aa-display-none__680 {
    display: none;
  }
}
@media (max-width: 580px) {
  .aa-display-none__580 {
    display: none;
  }
}
/* WSForm Styling */
.wsf-label .wsf-required-wrapper > .wsf-text-danger {
  display: inline-block !important;
  transform: scale(1.6) !important;
  /* visually enlarges */
  transform-origin: left !important;
}
.aa-wsf-submit .wsf-button {
  min-height: 65px;
  width: 100%;
  max-width: 300px;
}
.aa-wsf-captcha {
  display: flex;
  justify-content: center;
}
.aa-wsf-submit {
  display: flex;
  justify-content: center;
}
.form--light .wsf-form input[type="text"].wsf-field ~ .dropzone {
  min-height: 76px;
}
.wsf-alert.wsf-alert-success {
  background-color: var(--white);
  border-color: var(--neutral-light);
  color: var(--text);
}
