(function(n){function t(){var t=n(".topNavActiveCategory:not(#topNavMobileDropdownButton)");t.children("a").attr("aria-expanded","false");t.children("a").attr("data-bi-bhvr","EXPAND");t.children("ul").removeClass("activeMenu");n(".topNavDropdownMenu").removeClass("activeMenu");t.removeClass("topNavActiveCategory")}function i(){var i=n("#topNavMobileDropdownButton");i.removeClass("topNavActiveCategory");i.children("a").attr("aria-expanded","false");i.children("a").attr("data-bi-bhvr","EXPAND");t();n("#topNavCategories").removeClass("activeMenu")}n(".topNavMobileCategory").click(function(){var t=n(this),r=t.hasClass("topNavActiveCategory");r?i():(t.addClass("topNavActiveCategory"),t.children("a").attr("aria-expanded","true"),t.children("a").attr("data-bi-bhvr","REDUCE"),n("#topNavCategories").addClass("activeMenu"))});n(".topNavCategory").click(function(){var i=n(this),r=i.hasClass("topNavActiveCategory");t();r||(i.addClass("topNavActiveCategory"),i.children("a").attr("aria-expanded","true"),i.children("a").attr("data-bi-bhvr","REDUCE"),i.children("ul").addClass("activeMenu"))});n(".topNavCategory").keyup(function(n){n.keyCode==27&&t()});n(window).resize(function(){i()});n(document).click(function(r){n(r.target).closest(".activeMenu").length||n(r.target).closest(".topNavMobileCategory").length||n(r.target).closest(".topNavCategory").length||(t(),i())})})(jQuery)