
.col-nav__col {
  margin-bottom: 1rem;
}
.col-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.col-nav__title {
  margin-bottom: 1.11rem;
  font-size: 1.22rem;
  font-weight: 700;
}
.col-nav__title a {
  color: #B9B9B9 !important;
  text-decoration: none;
}
.col-nav__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.col-nav__item:not(:first-child) {
  margin-top: .56rem;
}
.col-nav__link {
  color: #6A6D77;
  text-decoration: none;
}
.col-nav__link:hover {
  color: #DC5828;
  text-decoration: none;
}

/* Light */
.col-nav--light .col-nav__title {
  color: #212322;
}
.col-nav--light,
.col-nav--light .col-nav__link,
.col-nav--light .col-nav__link:hover {
  color: #6A6D77;
}

/* Dark */
.col-nav--dark .col-nav__title {
  color: #F5F5F5 !important;
}

/* Normal state */
.col-nav--dark,
.col-nav--dark .col-nav__link {
  color: #F5F5F5; 
}

/* Hover state */
.col-nav--dark .col-nav__link:hover {
  color: #dc5828;
}

/* ---------------------------------- */
/* --- NEW CUSTOM UTILITY CLASSES --- */
/* ---------------------------------- */

/* 1. Override for smaller footer text */
.footer-small .col-nav__title,
.footer-small .col-nav__link {
  font-size: 18px !important;
}


/* 2. Override for grey, uppercase list items (Single Item Targeting) */
.footer-grey-caps,
.col-nav__item.footer-grey-caps,
.col-nav__link.footer-grey-caps,
.footer-grey-caps a {
  color: #B9B9B9 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;}
}