.rainbowFooter {
  background-color: #1b1b1e;
  padding: 40px 20px 0px 20px;
}

/* Grid & Layout Helpers */
.container {
  width: 100%;
  max-width: var(--rail);
  margin: 0 auto;
}

.row {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.ppd {
  flex: 1;
}

.alignItemsCenter { align-items: center; }

@media (min-width: 768px) {
  .colMd8 { width: 66.66%; flex: 0 0 66.66%; }
  .colMd6 { width: 50%; flex: 0 0 50%; }
  .colMd4 { width: 33.33%; flex: 0 0 33.33%; }
}

@media (min-width: 992px) {
  .colLg8 { width: 66.66%; flex: 0 0 66.66%; }
  .colLg6 { width: 50%; flex: 0 0 50%; }
  .colLg4 { width: 33.33%; flex: 0 0 33.33%; }
  .colLg2 { width: 16.66%; flex: 0 0 16.66%; }
  .dLgBlock { display: block; }
}

.dNone { display: none; }

/* CTA Section */
.ctaArea {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-subtle);
}

.logoLight {
  height: 40px;
  margin-bottom: 20px;
}

.subtitle {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
  max-width: 450px;
}

/* Plain white text link — no fill, border or pill. */
.btnDefault {
  background: none;
  border: 0;
  color: var(--text-primary);
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: var(--speed-base);
}

.btnDefault:hover {
  color: var(--orange);
}

.ms2 { margin-left: 8px; }

/* Widgets */
.footerTop {
  padding: 80px 0;
}

.footerWidget .title {
  color: var(--text-primary);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.footerLink {
  list-style: none;
  padding: 0;
}

.footerLink li {
  margin-bottom: 6px;
}

.footerLink li a,
.footerLink li span {
  color: var(--text-secondary);
  text-decoration: none;
  transition: var(--speed-base);
  font-size: 14px;
  line-height: 1.5;
}

.footerLink li a:hover {
  color: var(--blue);
  padding-left: 5px;
}

.subtitleSmall {
  color: var(--orange);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.socialIcon {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
}

.socialIcon li a {
  color: var(--text-secondary);
  transition: var(--speed-base);
}

.socialIcon li a:hover {
  color: var(--blue);
  transform: scale(1.2);
}

/* Copyright Area */
.copyrightArea {
  padding: 25px 0;
  border-top: 1px solid var(--border-subtle);
}

.complianceLine {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-tertiary);
  font-size: 12.5px;
  line-height: 1.6;
}

.ftMenu {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 25px;
}

.ftMenu li a {
  color: var(--text-secondary);
  font-size: 14px;
  text-decoration: none;
}

.ftMenu li a:hover { color: var(--text-primary); }

.copyrightRight {
  text-align: right;
}

@media (max-width: 767px) {
  .copyrightRight { text-align: center; margin-top: 15px; }
  .ftMenu { justify-content: center; }
  .colSm6 {
    padding-top: 40px;
  }
  .ppdWrap {
    flex-direction: column;
  }
  /* Space the stacked footer widgets so Locations isn't flush under Products */
  .ppdWrap > .ppd:not(:first-child) {
    margin-top: 40px;
  }
  .ftWrp {
    flex-direction: column;
  }
  /* Keep the tagline off the right edge instead of running flush to it */
  .subtitle {
    max-width: 100%;
    padding-right: 24px;
  }
  /* Stack the footer CTA on phones so the tagline wraps instead of overflowing */
  .contentWrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .contentWrapper > div {
    flex-basis: auto !important;
    width: 100%;
  }
}

.copyrightText {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 0;
}
.contentWrapper {
  padding: 0px 0px;
  gap: 0px;
  justify-content: space-between;
}
