/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2026 | 04:18:26 */
/* === BB FRAMEWORK RESCUE ===
   The active Beaver Builder build generates layout CSS without column
   structure rules. This restores enough structure to make the site readable.
   REMOVE this snippet once a legitimate Beaver Builder license is installed
   and the cache regenerates correctly. */

/* --- Column layout --- */
.fl-col-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
  content: none;
}
.fl-col {
  float: none;
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.fl-col-content {
  width: 100%;
}
.fl-col-small {
  flex: 0 0 25%;
  max-width: 25%;
}
.fl-module {
  max-width: 100%;
}
.fl-module-content img,
.fl-photo-img,
.pp-photo-img,
.uabb-photo-img {
  max-width: 100%;
  height: auto;
}

/* --- PowerPack horizontal menu rescue --- */
@media (min-width: 769px) {
  .pp-advanced-menu .menu,
  .pp-advanced-menu-horizontal > .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
  }
  .pp-advanced-menu .menu > li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0.5em 0;
  }
  .pp-advanced-menu .menu > li > a {
    padding: 0.25em 0;
    white-space: nowrap;
  }
  .pp-advanced-menu .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 260px;
    padding: 0.5em 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    z-index: 9999;
  }
  .pp-advanced-menu .menu > li:hover > .sub-menu,
  .pp-advanced-menu .menu > li:focus-within > .sub-menu {
    display: block;
  }
  .pp-advanced-menu .menu .sub-menu li {
    display: block;
    padding: 0.4em 1.25em;
    list-style: none;
  }
  .pp-advanced-menu .menu .sub-menu a {
    display: block;
    white-space: nowrap;
  }
  .pp-advanced-menu .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .pp-advanced-menu .pp-menu-toggle {
    display: none !important;
  }
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .fl-col-small { flex: 0 0 30%; max-width: 30%; }
}
@media (max-width: 768px) {
  .fl-col-group { flex-wrap: wrap; }
  .fl-col,
  .fl-col-small { flex: 1 1 100%; max-width: 100%; }
}
