.cta-tile-wrapper:hover a {
  text-decoration: none !important;
}

.cta-tile-wrapper {
  background: #f4f7f8;
  box-shadow: 0px 0px 15px 0px rgba(152, 152, 152, 0.3);
}

.cta-tile-title {
  font-size: 24px;
}

.cta-tile-image-wrapper {
  bottom: 0;
  right: 0;
}

 .cta-tile-image-wrapper img{
  max-width: 133px;
}

.cta-tile-wrapper img {
  opacity: .15;
}

.tile-color-orange .cta-tile-wrapper {
  border-bottom: 5px solid #FF8200;
}
.tile-color-blue .cta-tile-wrapper {
  border-bottom: 5px solid #336084;
}
.tile-color-green .cta-tile-wrapper {
  border-bottom: 5px solid #598000;
}
.tile-color-brown .cta-tile-wrapper {
  border-bottom: 5px solid #947100;
}
.tile-color-teal .cta-tile-wrapper {
  border-bottom: 5px solid #00AB8E;
}

@media (min-width: 768px) {
  .cta-tile-wrapper:hover .cta-tile-title, .cta-tile-wrapper:hover .cta-tile-body  {
    color: #ffffff;
  }

  .tile-color-orange .cta-tile-wrapper:hover {
    border-bottom: 16px solid #FF8200;
    background: #E07400;
  }

  .tile-color-teal .cta-tile-wrapper:hover {
    border-bottom: 16px solid #00AB8E;
    background: #009A80;
  }

  .tile-color-green .cta-tile-wrapper:hover {
    border-bottom: 16px solid #4e6e03;
    background: #598000;
  }
  .tile-color-brown .cta-tile-wrapper:hover {
    border-bottom: 16px solid #785d02;
    background: #947100;
  }
 .cta-tile-wrapper:hover img {
    filter: brightness(3);
  }
  
  .tile-color-blue .cta-tile-wrapper:hover {
    border-bottom: 16px solid #003865;
    background: #4D799D;
  }

  .cta-tile-wrapper:hover .cta-tile-content {
    margin-top: -16px;
  }
}


body:not(.path-frontpage) .cta-tile-content {
  min-height: 360px;
}

@media (min-width: 1300px) {
  body:not(.path-frontpage)  .cta-tile-content {
    min-height: 255px;
  }
}