/*
 * Foundation footer icon and spacing correction.
 * This focused layer prevents legacy site-wide SVG gradients and margin resets
 * from overriding the footer's lime icon treatment and reference spacing.
 */
.fxf-footer .fxf-footer__email {
  margin-top: 34px !important;
}

.fxf-footer .fxf-footer__email svg,
.fxf-footer .fxf-footer__email svg rect,
.fxf-footer .fxf-footer__email svg path {
  color: #cbf558 !important;
  fill: none !important;
  stroke: #cbf558 !important;
}

.fxf-footer .fxf-footer__social a,
.fxf-footer .fxf-footer__social a svg {
  color: #cbf558 !important;
}

.fxf-footer .fxf-footer__social a svg,
.fxf-footer .fxf-footer__social a svg path {
  fill: #cbf558 !important;
}

.fxf-footer .fxf-footer__social a svg path {
  stroke: none !important;
}

.fxf-footer .fxf-footer__social a:hover,
.fxf-footer .fxf-footer__social a:hover svg,
.fxf-footer .fxf-footer__social a:hover svg path {
  color: #24143d !important;
  fill: #24143d !important;
}
