/*
 * Shared public footer treatment.
 * Loaded after the legacy theme styles so footer presentation stays identical
 * across the homepage, catalogue, program pages and institute microsites.
 */
.footer-area.style-01 .footer-top {
  background-color: #590182 !important;
}

.footer-area.style-01 .footer-intro .footer-intro-copy {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.footer-area.style-01 .footer-widget .widget-headline {
  position: relative;
  margin-bottom: 1.15rem;
  padding: 0 0 0 14px;
  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 1;
}

.footer-area.style-01 .footer-widget .widget-headline::before {
  content: none !important;
  display: none !important;
}

.footer-area.style-01 .footer-widget .widget-headline::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  width: 3px !important;
  height: 20px !important;
  border-radius: 999px;
  background: #f32424 !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
}

.footer-area.style-01 .footer-mark-disclaimer {
  margin: .45rem 0 0;
  max-width: 980px;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  line-height: 1.5;
}
