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