.LinkTilesText .header-link {
  text-align: right;
}

.LinkTilesText .tile-container {
  position: relative;
  min-height: 100px;
  margin: 0px !important;
  margin-bottom: 15px !important;
}

.LinkTilesText .for-box-shadow {
  width: 100%;
  height: 100%;
  min-height: 250px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.LinkTilesText a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}

.LinkTilesText .tile {
  border: 0px;
  box-shadow: 20px -20px 0px #CCE5ED inset;
  padding: 10px 30px 40px 120px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  cursor: pointer;
  word-break: break-word;
}

.LinkTilesText .tile:hover {
  background-color: #F4F9FB;
  box-shadow: 20px -20px 0px #99CCDA inset;
}

.LinkTilesText .icon-container {
  position: absolute;
  top: 10px;
  left: 40px;
}

.LinkTilesText .icon-container i {
  font-size: 30px;
  color: #217272;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
