/* Footer links — white instead of orange */
.t-footer a {
  color: #ffffff !important;
}

.t-footer a:hover {
  color: #F26419 !important;
}

/* Footer headings */
.t-footer .t-title {
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
}

/* Footer copyright */
.t-footer .t-text {
  color: #8a9ab0 !important;
  font-size: 13px !important;
}