/* styling the message that appears after successful newsletter registration */
.nlcontent .nl-reg-steps .nl-reg-icon i {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto auto 1rem;
  background-size: cover;
  background-image: url("../img/newsletter/registration_icons_sprite.jpg");
}

.nlcontent .nl-reg-icon-second {
  background-position: center;
}

.nlcontent .nl-reg-icon-third {
  background-position: 48px 0;
}
