.underline {
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.no-margin-top {
  margin-top: 0 !important;
}

.simple-tile {
  position: relative;
  min-height: 125px;
  max-height: 126px;
  background-color: #fff;
  display: flex;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.simple-tile .simple-tile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 999;
}
.simple-tile .simple-tile__cube-wrapper {
  position: relative;
  display: flex;
}
.simple-tile .simple-tile__cube__end {
  min-width: 20px;
}
.simple-tile .simple-tile__cube {
  color: #fff;
  min-width: 115px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.simple-tile .simple-tile__cube img {
  max-width: 45px;
  height: auto;
}
.simple-tile .simple-tile__cube .simple-tile__cube-month {
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 7px;
  font-size: 21px;
  color: #331934 !important;
}
.simple-tile .simple-tile__cube .simple-tile__cube-day {
  color: #331934 !important;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  width: 75px;
}
.simple-tile .simple-tile__cube > div {
  text-align: center;
}

.simple-tile__body-wrapper {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.simple-tile__body-wrapper .simple-tile__text__inner h6 {
  margin: 0;
}
.simple-tile__body-wrapper .simple-tile__details__time,
.simple-tile__body-wrapper .simple-tile__details__branch,
.simple-tile__body-wrapper .simple-tile__details__link {
  font-weight: 100;
}
.simple-tile__body-wrapper .simple-tile__details__time a,
.simple-tile__body-wrapper .simple-tile__details__branch a,
.simple-tile__body-wrapper .simple-tile__details__link a {
  color: #F15A29;
  text-decoration: underline;
}
.simple-tile__body-wrapper .simple-tile__details__date,
.simple-tile__body-wrapper .simple-tile__details__time,
.simple-tile__body-wrapper .simple-tile__details__link {
  margin-left: 5px;
}
.simple-tile__body-wrapper .simple-tile__details {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
  flex-direction: row;
  align-content: center;
}
.simple-tile__body-wrapper .simple-tile__details > div {
  display: flex;
  align-items: center;
  font-weight: 100;
}
.simple-tile__body-wrapper .simple-tile__details > div:nth-child(2) {
  margin-left: 0;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__branch a {
  color: #331934;
  text-decoration: underline;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__text {
  width: 100%;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__text h6 {
  margin: 0;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__link .simple-tile__body__button {
  position: absolute;
  bottom: 10px;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__link .simple-tile__body__button a {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.simple-tile__body-wrapper .simple-tile__details .simple-tile__details__link .simple-tile__body__button a:last-child {
  margin-bottom: 0;
}