$("#newsletter-signup").on('click', function() {
    $('html, body').animate({
      scrollTop: $(".pure-g.newsletter").offset().top
    }, 1000);
  });