.tile-container {
  height: 100%;
  padding: 50px;
  margin-bottom: 50px; }
  .tile-container .title {
    font-size: 2em;
    font-weight: bold;
    color: #fff; }
  .tile-container .tiles .tile-inner {
    height: 295px;
    margin: auto;
    padding: 20px;
    display: inline-block;
    background: #fff; }
    .tile-container .tiles .tile-inner .tile-image {
      text-align: center; }
    .tile-container .tiles .tile-inner .tile-link {
      font-weight: bold; }
      .tile-container .tiles .tile-inner .tile-link a {
        font-weight: bold;
        color: #277c75; }
        .tile-container .tiles .tile-inner .tile-link a:visited {
          color: #277c75; }
  .tile-container .tiles .tile-inner.research .tile-image img {
    width: 260px;
    height: 100px; }

.carousel-control-prev {
  width: 4%; }

.carousel-control-next {
  width: 4%; }

@media (max-width: 500px) {
  .carousel-control-prev {
    width: 14%; }
  .carousel-control-next {
    width: 14%; }
  .tile-container .tiles .tile-inner {
    height: 100%; } }
