jQuery(document).ready(function(n){function i(){var i=n(document.body).height()-n("#sticky-footer-push").height(),t=n(window).height(),r=t-i;i<t&&(n("#sticky-footer-push").length===0&&n("main #contentArea").after('<div id="sticky-footer-push"></div>'),n("#enterpriseFooter").css("margin-bottom","0"),n("#sticky-footer-push").height(r))}n(window).on("load",function(){n("#enterpriseFooter").css("margin-bottom",n(".smallDisclaimer").outerHeight()+"px"),i();var t=n("#sticky-footer-push").height();n("#sticky-footer-push").css("height",t-4+"px")});var t;n(window).on("resize",function(){clearTimeout(t),t=setTimeout(function(){n("#enterpriseFooter").css("margin-bottom",n(".smallDisclaimer").outerHeight()+"px"),i()},50)})})