/* clearfix */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* font size */
.font-size-1-375 {
  font-size: 1.375rem; }

.text-size--22 {
  font-size: 22px; }

/* font colour */
.text-light-gray {
  color: #b3b3b3 !important; }
  .text-light-gray * {
    color: #b3b3b3 !important; }

.text-orange {
  color: #f27134 !important; }

/* alignment */
.text-center {
  text-align: center !important; }

.block-center {
  margin-left: auto !important;
  margin-right: auto !important; }

/* other */
hr.grey-hr {
  border: none;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 30px; }

/*# sourceMappingURL=utilities.css.map */