.landing-page-tiles {
    margin-top: 22px;
}
/*.fixed-height-card {*/
/*  height: 257px;*/
/*  background-color: #ccc;*/
/*  border: 1px #000 solid;*/
/*  margin-bottom: 30px;*/
/*}*/
.rollover-tile-wrapper {
  height: 257px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
}
a.rollover-tile {
  text-decoration: none;
}
a.rollover-tile:hover .tile-caption,
a.rollover-tile:hover .tile-caption-bg {
  top: 0;
}
.rollover-tile .tile-thumb {
  position: absolute;
  background-position-x: 50%;
  background-position-y: 10%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.rollover-tile,
.rollover-tile .tile-text-icon svg{
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.rollover-tile h3.tile-title {
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
}
.rollover-tile .tile-text {
  color: #fff;
  padding: 0 30px;
  font-family: "Encode Sans Compressed";
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
.rollover-tile .tile-caption {
  display: flex;
  flex-direction: column;
}
.rollover-tile .tile-caption,
.rollover-tile .tile-caption-bg {
  position: absolute;
  top: 70%;
  height: 100%;
  width: 100%;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -ms-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.rollover-tile .tile-caption-bg {
  opacity: .75;
}
.rollover-tile .tile-caption-bg.purple {
  background-color: #4b2e83;
}
.rollover-tile .tile-caption-bg.gold {
  background-color: #85754d;
}
.rollover-tile .tile-text {
  padding-top: 30px;
}
.rollover-tile .tile-text-icon {
  text-align: center;
}
.rollover-tile .tile-text-icon svg {
  padding-top: 0px;
  fill: #fff;
  width: 30px;
}
