/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Full-width yellow alert strip */
#g-drawer {
  background: #fef3c7;
  border-bottom: 1px solid #f59e0b;
  margin: 0;
  padding: 0;
}
/* Remove Gantry spacing in this row */
#g-drawer .g-content {
  margin: 0;
  padding: 0;
}
/* Module wrapper */
#g-drawer .top-alert, #g-drawer .ews-alert, #g-drawer .top-alert.moduletable, #g-drawer .moduletable.ews-alert {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 500;
  color: #3f3f46;
}
/* Inner content area */
#g-drawer .top-alert .g-particle, #g-drawer .ews-alert .g-particle, #g-drawer .top-alert > div, #g-drawer .ews-alert > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.22rem 1rem;
}
/* Two-column layout */
#g-drawer .ews-alert-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#g-drawer .ews-alert-message {
  margin: 0;
}
#g-drawer .ews-alert-label {
  font-size: 0.8rem;
  color: #52525b;
  white-space: nowrap;
  font-weight: 500;
}
/* Clean text */
#g-drawer .top-alert p, #g-drawer .ews-alert p {
  margin: 0;
}
/* Links */
#g-drawer .top-alert a, #g-drawer .ews-alert a {
  color: #92400e;
  text-decoration: underline;
}
#g-drawer .top-alert a:hover, #g-drawer .top-alert a:focus, #g-drawer .ews-alert a:hover, #g-drawer .ews-alert a:focus {
  color: #78350f;
}
/* Mobile stack */
@media (max-width: 767px) {
  #g-drawer .ews-alert-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }
  #g-drawer .ews-alert-label {
    white-space: normal;
  }
}
#g-slideshow .uk-button, #g-slideshow .button, .g-slideshow .uk-button, .g-slideshow .button {
  border-radius: 18px !important;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
}
/* Quick Links cards - Features Style 7 */
.g-features-particle.style7 .g-grid > div, .g-features-particle.style-7 .g-grid > div, .g-features-particle.style7 .g-block, .g-features-particle.style-7 .g-block {
  padding: 0.75rem;
}
/* Card box */
.g-features-particle.style7 .g-content, .g-features-particle.style-7 .g-content, .g-features-particle.style7 .g-features-item, .g-features-particle.style-7 .g-features-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  height: 100%;
}
/* Title */
.g-features-particle.style7 .g-features-item-title, .g-features-particle.style-7 .g-features-item-title, .g-features-particle.style7 h4, .g-features-particle.style-7 h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.35rem;
}
/* Description */
.g-features-particle.style7 .g-features-item-desc, .g-features-particle.style-7 .g-features-item-desc, .g-features-particle.style7 p, .g-features-particle.style-7 p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #64748b;
  margin: 0;
}
/*# sourceMappingURL=custom_268.css.map */