function filterContent(n){var t=$(".hideOnAll"),i=$("div[data-atisParent='true'] div[id$='Section'],div[data-atisParent='true'] div[class$='Section']");n&&n!=null?(n=n.toUpperCase(),n!="ALL"?(t.show(),$("#"+n+"Section, ."+n+"Section").show(),i.filter(":not(#"+n+"Section, ."+n+"Section)").hide()):(i.show(),t.hide())):(i.show(),t.hide());$(".loginSection form").length==0&&$("#Home_LandingPage .post-content").length>0&&$("#Home_LandingPage .post-content").show();$(document).trigger("contentFiltered")}var regionFromCookie;$(function(){regionFromCookie=Cookies.get("_region");currentFilteredRegion=regionFromCookie;filterContent(regionFromCookie)});$(document).on("regionChanged",function(n,t){Modernizr.mq("(max-width: 992px)")&&$(".navBar").hasClass("mobile")&&$(".navbar-toggle").trigger("click");filterContent(t)});$(document).on("CmsContentRefreshed",function(){regionFromCookie=typeof currentFilteredRegion!="undefined"?currentFilteredRegion:Cookies.get("_region");filterContent(regionFromCookie)})