/* === CLIO IRSP PAGE CUSTOM COLOR THEME === */
#webpage-1810 {
  --primary-color: #550000;
}

/* Change primary text and link colors */
#webpage-1810 a,
#webpage-1810 .btn-primary,
#webpage-1810 .nav-link.active,
#webpage-1810 .text-primary {
  color: #550000 !important;
}

/* Change backgrounds and borders */
#webpage-1810 .btn-primary,
#webpage-1810 .bg-primary,
#webpage-1810 .badge-primary {
  background-color: #550000 !important;
  border-color: #550000 !important;
}

/* Hover states */
#webpage-1810 .btn-primary:hover,
#webpage-1810 .bg-primary:hover {
  background-color: #770000 !important;
  border-color: #770000 !important;
}

/* Footer styling for IRSP page */
#webpage-1810 footer {
  background-color: #550000 !important;
}

#webpage-1810 footer a:hover {
  color: #fff !important;
}









