.foa {
  background-color:#003972 !important;
  color:#fff;
  overflow:hidden;
	margin:1em;
}
.foa h2 {
  color:#fff;
  border:none;
	margin:2em 0;
}
.foa a {
  color:#fff;
  text-decoration:underline;
}
.foa-item {
	padding:1em 0;
}
.tiles {
  display: flex;
  flex-direction: column;
}
.tile {
  width:100%;
  background-color:#017A8D;
  color:#fff;
  margin-right:.5em;
  margin-bottom:2em;


}
.tile a, .tile p {
  color:#fff;
}
.tile a:hover {
  color:#fff;
}
.img-hover-zoom {
  height:auto;
  overflow:hidden;
}
.tile-img {
  width: 100%;
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.tile-body p{
  padding:0;
  margin:.5em;
  font-weight:bold;
  text-align:center;
}
@media (min-width: 768px) {
  .foa h2 {padding-left:1em;}
  .tiles {
    flex-direction: row;
  }
  .tile {
    margin-bottom:0;

    -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  }
  .img-hover-zoom {
    height:120px;
  }
}