Your download should begin automatically.

If not, Click here to download.

ul > li').removeClass('active'); } }); // End $(window).resize(function() { $('.ez__dropdown-toggle, .ez__xsScrollableContent > ul > li').removeClass('active'); if(window.innerWidth > 768) { $("header").addClass('open-mobilemenu'); } else { $("header").removeClass('open-mobilemenu'); } }); // Update the Sticky Class $(window).scroll(function(){ var header= $('header'), scroll = $(window).scrollTop(); if (scroll >= 200) header.addClass('sticky'); else header.removeClass('sticky'); }); })();