.tile-component {
  text-decoration: none;
  text-align: center;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #7b7b7b;
  /*
     * Styles common to all renditions
     */
  /*
     * Image rendition styles
     */
  /*
     * Icon rendition styles
     */
}
.tile-component .link-text {
  text-transform: uppercase;
  color: #006064;
  text-decoration: underline;
}
.tile-component .tile-link:hover {
  text-decoration: none;
}
.tile-component.image .tile-title {
  border: 1px solid transparent;
}
.tile-component.image .tile-title h1,
.tile-component.image .tile-title h2,
.tile-component.image .tile-title h3,
.tile-component.image .tile-title h4,
.tile-component.image .tile-title h5 {
  font-weight: 600;
  color: #f9f9f9;
  padding: 10px 0 12px 0;
  width: 75%;
  min-width: 10em;
  margin: auto;
  top: 0;
  position: relative;
}
.tile-component.image .tile-title h1 {
  margin-bottom: -104px;
}
.tile-component.image .tile-title h2 {
  margin-bottom: -87px;
}
.tile-component.image .tile-title h3 {
  margin-bottom: -65px;
}
.tile-component.image .tile-title h4 {
  margin-bottom: -58px;
}
.tile-component.image .tile-title h5 {
  margin-bottom: -55px;
}
.tile-component.image .tile-title h6 {
  color: #313131;
  padding: 10px 0 12px 0;
  width: 75%;
  margin: 0 auto -55px;
  position: relative;
}
.tile-component.image img {
  width: 100%;
}
.tile-component.image .tile-text {
  padding: 15px 10px 15px;
  color: #313131;
}
.tile-component.icon h1,
.tile-component.icon h2,
.tile-component.icon h3,
.tile-component.icon h4,
.tile-component.icon h5 {
  font-weight: 900;
  color: #313131;
}
.tile-component.icon h6 {
  color: #313131;
}
.tile-component.icon .tile-text {
  padding: 15px 10px 15px;
  width: 75%;
  margin: auto;
  color: #313131;
}
/* below style is added for homepage only */
.home .tile-component {
  /* Image rendition styles */
  /* Icon rendition styles */
}
.home .tile-component.image h2 {
  font-size: 1.5em;
  margin-bottom: -55px;
}
.home .tile-component.icon h2 {
  font-size: 1.5em;
  font-weight: 400;
}
