@charset "UTF-8";
@media all {
  .a5-theme-fpp input[type="text"]:focus,
  .a5-theme-fpp input[type="search"]:focus {
    box-shadow: unset;
    outline: medium none;
  }
}
