/* Dark orange styling */
.tgrey {
  color: #a8a8a8;
}
.tlightgrey {
  color: #e2e2e2;
}
.tdarkgrey {
  color: #595959;
}
.darkorange .box {
  background-color: #c5511b !important;
  border: 3px solid #c5511b !important;
}
.darkorange p {
  background-color: #c5511b !important;
}
.header .title h2 {
  color: #c5511b;
}
.header .header.no-carousel {
  background: -webkit-gradient(radial, 1 2, 1, 1 1, 1000, from(#f99a6d), to(rgba(0, 0, 0, 0)));
}
.contentspace .contentbox {
  border-left: 8px solid #c5511b;
}
.eventspace {
  background-color: #f86622;
}