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