.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-interactive-tiles {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles {
    flex-direction: row;
  }
}
.ux-iws-interactive-tiles__background-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ux-iws-interactive-tiles__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ux-iws-interactive-tiles__background--l {
  background-size: cover;
  background-position: center;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered .ux-iws-interactive-tile__number-container {
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered .ux-iws-interactive-tile__icon-container {
    margin: 0 auto 25px;
  }
}