/* A shared four-column footer, isolated from the original Wix component styles. */
.shared-site-footer { width:100%; min-width:0; background:#fff; color:#302c38; }
.shared-site-footer .dp-footer,
.shared-site-footer .dp-footer * { box-sizing:border-box; }
.shared-site-footer .dp-footer {
  width:100%; max-width:1380px; margin:0 auto; padding:64px 40px 32px;
  font:16px/1.6 madefor-text,Arial,sans-serif; color:#302c38; text-align:left;
}
.shared-site-footer .dp-footer-grid {
  display:grid; grid-template-columns:1fr 1.15fr 1fr 1.3fr; gap:40px;
  padding:0 0 46px; border-bottom:1px solid #d8d7da;
}
.shared-site-footer .dp-footer-column { display:block; min-width:0; margin:0; padding:0; }
.shared-site-footer .dp-footer h2 {
  margin:0 0 20px; padding:0; font:600 17px/1.4 madefor-display,Arial,sans-serif;
  color:#302c38; letter-spacing:0; text-transform:none;
}
.shared-site-footer .dp-footer ul { display:block; list-style:none; margin:0; padding:0; }
.shared-site-footer .dp-footer li { display:block; margin:0; padding:0; }
.shared-site-footer .dp-footer a {
  display:inline-block; color:#514e55; text-decoration:none; text-transform:none;
  font:inherit; letter-spacing:0; padding:7px 0; max-width:100%; overflow-wrap:anywhere;
}
.shared-site-footer .dp-footer a:hover { color:#302c38; text-decoration:underline; text-underline-offset:5px; }
.shared-site-footer .dp-footer a:focus-visible { outline:2px solid #60615a; outline-offset:4px; }
.shared-site-footer .dp-footer-contact > a { display:block; width:fit-content; }
.shared-site-footer .dp-footer p { margin:0; padding:0; }
.shared-site-footer .dp-footer .dp-footer-name { font-weight:600; margin-bottom:3px; }
.shared-site-footer .dp-footer address { font:inherit; margin:19px 0 0; padding:0; color:#514e55; }
.shared-site-footer .dp-footer-brands { display:flex; align-items:center; justify-content:space-between; gap:36px; padding-top:30px; }
.shared-site-footer .dp-footer-brands a { display:block; padding:0; }
.shared-site-footer .dp-footer-brands img { display:block; object-fit:contain; height:auto; max-width:100%; }
.shared-site-footer .dp-footer-brokery { width:170px; }
.shared-site-footer .dp-footer-dallas { width:170px; }
.shared-site-footer .dp-footer-affiliations { width:220px; }
@media(max-width:1000px) {
  .shared-site-footer .dp-footer { padding:44px 30px 28px; }
  .shared-site-footer .dp-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px 40px; padding-bottom:36px; }
  .shared-site-footer .dp-footer-brands { gap:24px; flex-wrap:wrap; }
}
@media(max-width:560px) {
  .shared-site-footer .dp-footer { padding:36px 24px 28px; }
  .shared-site-footer .dp-footer-grid { grid-template-columns:minmax(0,1fr); gap:28px; }
  .shared-site-footer .dp-footer h2 { margin-bottom:10px; }
  .shared-site-footer .dp-footer a { padding-top:10px; padding-bottom:10px; }
  .shared-site-footer .dp-footer-brands { justify-content:flex-start; gap:28px; }
  .shared-site-footer .dp-footer-brokery,.shared-site-footer .dp-footer-dallas { width:130px; }
  .shared-site-footer .dp-footer-affiliations { width:200px; }
}
