/* Helpers */
.d-block {
  display: block;
}

.purple-core {
  color: #7f2b7b;
}

.ebs-red {
  color: #D22630 !important;
}

.grey-06 {
  color: #6e6e6e;
}

.grey-07 {
  color: #4d4d4d;
}

.grey-dark {
  color: #333333;
}

.white {
  color: #ffffff !important;
}

.bg-grey-01 {
  background-color: #f2f2f2;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.position-relative {
  position: relative;
}

.z-2 {
  z-index: 2;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.text-bold {
  font-weight: 600;
}

.text-light {
  font-weight: 200;
}

.text-left {
  text-align: left !important;
}

.relt4 {
  position: relative;
  top: 4px;
}

.lh-24 {
  line-height: 24px;
}

.align-middle {
  vertical-align: middle;
}

.bt {
  border-top: 1px solid rgba(0, 0, 0, .08);
}
.push {
  height: 50px;
}