.tile {
  width: 100%;
  display: block;
  float: none;
  padding-bottom: 16px;
  font-family: "Roboto", Helvetica;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 599px) {
  .tile {
    font-size: 16px;
  }
}

.col .tile:last-child {
  padding: 0;
}

.tile--hide {
  display: none;
}

.tile--border .tile__container {
  border: 1px solid #fff;
}

.tile__container {
  border-radius: 4px;
  background: #fff;
}

.tile__container--overflowHidden {
  overflow: hidden;
}

.tile__container--blue-lighter {
  background-color: #ebf7fc;
}

.tile__container--blue-light {
  background-color: #92d6f0;
}

.tile__container--blue {
  background-color: #32b4e9;
}

.tile__container--blue-dark {
  background-color: #015698;
}

.tile__container--white-light {
  background: rgba(255, 255, 255, 0.5);
}

.tile__container--white-lighter {
  background: rgba(255, 255, 255, 0.1);
}

.tile__container--gray-lighter {
  background: #f4f4f4;
}

.tile__container--border {
  border: 1px solid #fff;
}

.tile__container--shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.tile__header {
  height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}

.tile__header--white-light {
  border-color: rgba(146, 214, 240, 0.5);
}

.tile__title {
  line-height: 58px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tile__title--blue-light {
  color: #fff;
}

.tile__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tile__body > div,
.tile__body > form {
  width: 100%;
}

.tile__spacing {
  padding: 16px;
}

.tile__spacing--half {
  padding: 0 8px;
}

.tile__footer {
  min-height: 42px;
  font-family: "Red Hat Display", Helvetica;
  padding: 16px 0;
  font-size: 1rem;
  /*border-top: 1px solid #F4F4F4;*/
  font-weight: 400;
  text-align: center;
}

.tile__footer a {
  white-space: normal !important;
  word-wrap: break-word;
}
