/* Small static replacements for the WordPress icon and interaction runtime. */
.fas,
.far,
.fab,
.fi-arrow-right {
  font-family: Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
}

.fa-check-circle::before { content: "✓"; }
.fa-envelope::before { content: "✉"; }
.fa-exclamation-circle::before { content: "!"; }
.fa-facebook-f::before { content: "f"; }
.fa-instagram::before { content: "◎"; }
.fa-linkedin-in::before { content: "in"; font-size: .72em; }
.fa-map-marker-alt::before { content: "●"; }
.fa-minus::before { content: "−"; }
.fa-phone-alt::before { content: "☎"; }
.fa-plus::before { content: "+"; }
.fa-times::before { content: "×"; }
.fa-youtube::before { content: "▶"; }
.fi-arrow-right::before {
  content: "→";
  font-family: Arial, sans-serif !important;
}

.uabb-adv-accordion-item.is-open .uabb-adv-accordion-content {
  display: block;
}

.uabb-adv-accordion-item.is-open .uabb-adv-accordion-open-icon {
  transform: translate(0, 0);
}

.uabb-adv-accordion-item.is-open .uabb-adv-accordion-close-icon {
  transform: translate(0, 100%);
}

@media (max-width: 768px) {
  .fl-menu > nav {
    display: none;
  }

  .fl-menu.is-open > nav {
    display: block;
  }

}
