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