﻿/*Brand Colours*/
/*Brand Weights*/
.background-highlight-blue {
  background-color: #0096c8;
}
.text-white {
  color: #ffffff;
}
.text-align-centre,
.text-align-center {
  text-align: center;
}
.padding-top-bottom-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.text-size-36,
.font-size-36 {
  font-size: 36px;
}
.text-weight-bold,
.font-weight-bold {
  font-weight: 700;
}