/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 20:36:40 */
/* Footer background */
.site-footer {
  display: block;
  margin: 0;
  background: #2F2F2F;
  padding: 0;
}
/* Ensure footer row matches background */
#cb-row--footer-main .footer--row-inner {
  background: #2F2F2F;
}
/* Let our layout control the width */
#cb-row--footer-main .builder-item {
  max-width: 100%;
  width: 100%;
}
/* Main footer layout */
.footer-html {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1px 1fr;
  align-items: start;
  gap: 56px;
  max-width: 1100px;
  padding: 28px 0 22px;
}
/* Footer sections */
.footer-html__section {
  display: block;
  text-align: center;
}
.footer-html__section--info, .footer-html__section--affiliations {
  margin: 0 auto;
  max-width: 420px;
}
/* Vertical divider */
.footer-html__divider {
  display: block;
  margin: 8px auto;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.12);
  width: 1px;
}
/* Titles */
.footer-html__title {
  display: block;
  margin: 0 0 18px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
/* Paragraph text */
.footer-html__text {
  display: block;
  margin: 0 0 18px;
  color: #D0D0D0;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}
/* Address heading */
.footer-html__address-title {
  display: block;
  margin: 0 0 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
/* Address text */
.footer-html__address {
  display: block;
  margin: 0;
  color: #D0D0D0;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}
/* Logos */
.footer-html__logos {
  display: flex;
  margin: 8px 0 18px;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.footer-html__logos img {
  height: auto;
  max-height: 94px;
  opacity: 0.85;
  width: auto;
}
/* Mobile layout */
@media (max-width: 900px) {
  .footer-html {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 20px 0 16px;
  }
  .footer-html__divider {
    display: none;
  }
  .footer-html__section--info, .footer-html__section--affiliations {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
