.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-notification-bar {
  display: block;
}
.ux-iws-notification-bar__wrapper {
  background-color: #f6f6f6;
  transition: background-color 250ms ease;
}
.ux-iws-notification-bar__wrapper * {
  color: #131313;
}
.ux-iws-notification-bar__wrapper:hover {
  background-color: #e7e7e7;
}
.ux-iws-notification-bar__wrapper--white {
  background-color: #fff;
}
.ux-iws-notification-bar__wrapper--white * {
  color: #131313;
}
.ux-iws-notification-bar__wrapper--white:hover {
  background-color: #fff;
}
.ux-iws-notification-bar__wrapper--green {
  background-color: #bbd03a;
  color: #fff;
}
.ux-iws-notification-bar__wrapper--green * {
  color: #fff;
}
.ux-iws-notification-bar__wrapper--green ux-button {
  --ux-button-text-color: $color-white;
  --ux-button-border-color: #fff;
}
.ux-iws-notification-bar__wrapper--green:hover {
  background-color: #c7d85e;
}
.ux-iws-notification-bar__wrapper--blue {
  background-color: #285172;
}
.ux-iws-notification-bar__wrapper--blue * {
  color: #fff;
}
.ux-iws-notification-bar__wrapper--blue ux-button {
  --ux-button-text-color: $color-white;
  --ux-button-border-color: #fff;
}
.ux-iws-notification-bar__wrapper--blue:hover {
  background-color: #4f708b;
}
.ux-iws-notification-bar__inner-wrapper {
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ux-iws-notification-bar__inner-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-notification-bar__inner-wrapper {
    padding: 35px 0 45px;
  }
}
.ux-iws-notification-bar__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-notification-bar__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ux-iws-notification-bar__icon {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ux-iws-notification-bar__icon {
    margin-right: 40px;
    margin-top: 5px;
  }
}
.ux-iws-notification-bar__icon ux-icon {
  font-size: 55px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-notification-bar__icon ux-icon {
    font-size: 85px;
  }
}
.ux-iws-notification-bar *[slot=title] {
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .ux-iws-notification-bar *[slot=title] {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .ux-iws-notification-bar *[slot=title] {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-notification-bar *[slot=copy] *:last-child {
    margin-bottom: 0;
  }
}
.ux-iws-notification-bar__cta {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-notification-bar__cta {
    align-self: flex-end;
    flex: 0 0 auto;
    margin-left: 8%;
    margin-bottom: 5px;
  }
}