.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-tile {
  position: relative;
  background: linear-gradient(to left, rgba(40, 81, 114, 0.65) 0%, rgba(40, 81, 114, 0.95) 70%, #285172 100%);
  color: #fff;
  flex: 1 1;
  display: flex;
  transition: height 500ms ease, background 500ms ease, padding 500ms ease;
}
.ux-iws-interactive-tile:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile {
    background: linear-gradient(to bottom, rgba(40, 81, 114, 0.65) 0%, rgba(40, 81, 114, 0.95) 70%, #285172 100%);
  }
}
.ux-iws-interactive-tile__content-wrapper {
  padding: 32px 30px;
}
@media only screen and (min-width: 568px) {
  .ux-iws-interactive-tile__content-wrapper {
    padding: 44px 60px 44px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__content-wrapper {
    padding: 30px;
    display: block;
    align-self: flex-end;
    padding-top: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__content-wrapper--static {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__content-wrapper::after {
    content: "";
    position: absolute;
    z-index: auto;
    top: 0;
    right: -1px;
    display: block;
    content: "";
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 100%);
  }
}
.ux-iws-interactive-tile__header {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__header {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
}
.ux-iws-interactive-tile__icon-container {
  margin-right: 15px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__icon-container {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.ux-iws-interactive-tile__icon-container ux-icon {
  color: #fff;
  font-size: 45px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__icon-container ux-icon {
    font-size: 65px;
  }
}
.ux-iws-interactive-tile *[slot=headline] {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-interactive-tile *[slot=headline] {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile *[slot=headline] {
    font-size: 22px;
    line-height: 28px;
    width: 100%;
  }
}
.ux-iws-interactive-tile *[slot=copy-text] * {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile *[slot=link] {
    margin-top: auto;
  }
}
.ux-iws-interactive-tile a:hover {
  color: #fff;
}
.ux-iws-interactive-tile a:hover ux-icon {
  color: #fff;
}
.ux-iws-interactive-tile__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.ux-iws-interactive-tile__content--interactive {
  height: 0;
  overflow: hidden;
  max-height: 1500px;
  transition: height 250ms ease;
}
@media (max-width: 1023px) {
  .ux-iws-interactive-tile__content--interactive {
    max-height: 1500px;
  }
}
@media (max-width: 768px) {
  .ux-iws-interactive-tile__content--interactive {
    max-height: 2250px;
  }
}
.ux-iws-interactive-tile__up-arrow {
  display: block;
  position: absolute;
  top: 35px;
  right: 30px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__up-arrow {
    position: absolute;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ux-iws-interactive-tile__number {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-interactive-tile__number {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__number {
    font-size: 34px;
  }
}
.ux-iws-interactive-tile__number--green {
  color: #bbd03a !important;
}
.ux-iws-interactive-tile__number-container {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ux-iws-interactive-tile__number-container {
    min-width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__number-container {
    min-width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }
}
.ux-iws-interactive-tile__number-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ux-iws-interactive-tile__up-arrow ux-icon[name=arrow-down], .ux-iws-interactive-tile__up-arrow ux-icon[name=chevron-down] {
  color: #bbd03a;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile__up-arrow ux-icon[name=arrow-down], .ux-iws-interactive-tile__up-arrow ux-icon[name=chevron-down] {
    transform: rotate(180deg);
  }
}
.ux-iws-interactive-tile--interactive {
  cursor: pointer;
}
.ux-iws-interactive-tile--active {
  background: linear-gradient(to right, rgba(187, 208, 58, 0.65) 0%, rgba(187, 208, 58, 0.95) 70%, #bbd03a 100%);
}
.ux-iws-interactive-tile--active *[slot=link] a {
  color: #fff;
}
.ux-iws-interactive-tile--active *[slot=link] a:hover {
  color: #285172;
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors */
}
.ux-iws-interactive-tile--active *[slot=link] a:hover ux-icon {
  color: #285172 !important;
}
@media only screen and (min-width: 568px) {
  .ux-iws-interactive-tile--with-number .ux-iws-interactive-tile__content-wrapper {
    padding: 30px 60px 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tile--with-number .ux-iws-interactive-tile__content-wrapper {
    padding: 30px;
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .ux-iws-interactive-tile__up-arrow {
    pointer-events: none;
  }
}