$(document).ready(function(){$(".js--section-sticky").waypoint(function(n){"down"==n&&$("nav").addClass("sticky")},{offset:"60px;"}),$(".js--wp-1").waypoint(function(n){$(".js--wp-1").addClass("animated fadeIn")},{offset:"50%"}),$(".js--wp-2").waypoint(function(n){$(".js--wp-2").addClass("animated fadeInUp")},{offset:"50%"}),$(".js--wp-3").waypoint(function(n){$(".js--wp-3").addClass("animated fadeIn")},{offset:"50%"}),$(".js--wp-4").waypoint(function(n){$(".js--wp-4").addClass("animated pulse")},{offset:"50%"}),$(function(){$("a[href*=#]:not([href=#])").click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var n=$(this.hash);if((n=n.length?n:$("[name="+this.hash.slice(1)+"]")).length)return $("html,body").animate({scrollTop:n.offset().top},1e3),!1}})}),$(".js--nav-icon").click(function(){var n=$(".js--main-nav");$(".js--nav-icon i");n.slideToggle(200)}),$(window).resize(function(){var n=$(window).width();$(".js--nav-icon i");n>905&&$("#hidden").removeAttr("style")})});