/* Top tiles */
.region-top {
  margin-top: 73px;
}
.region-top .region-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 935px;
}
.region-top .region-wrapper .tile {
  height: 13rem;
  margin: 0px;
  position: relative;
  width: 150px;
}
.region-top .region-wrapper a {
  color: #758C9D;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.region-top .region-wrapper .tile span {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
.region-top .region-wrapper .tile .icon {
  top: 0px;
}
.region-top .region-wrapper .tile .label {
  bottom: 0px;
}
.region-bottom {
  margin-top: 43px;
}
.region-bottom .region-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1175px;
}
.region-bottom .region-wrapper .tile {
  background: #FFFFFF;
  height: 19rem;
  margin-bottom: 43px;
  margin-top: 43px;
  position: relative;
  width: 280px;
}
.region-bottom .region-wrapper a {
  color: #758C9D;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.region-bottom .region-wrapper .tile span {
  display: block;
  white-space: nowrap;
}
.region-bottom .region-wrapper .tile .label {
  border-bottom: solid 1px #DAE2E8;
  margin: 0 .875rem;
  padding: .875rem 0;
  top: 0px;
}
.region-bottom .region-wrapper .tile .icon {
  top: 55%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}