(function(){$.fn.policeTeams=function(n){setTimeout(function(){$(".sticky-nav").addClass("closed");$(n.modulid+" .sticky-header").click(function(){$(this).parent().toggleClass("closed")})},2e3);var n=$.extend({textColor:"#ffffff",backgroundColor:"#13183E"},n);return this.each(function(){n.modulid="#"+$(this).attr("id");var t=document.styleSheets[document.styleSheets.length-1],i=t.cssRules;t.insertRule(n.modulid+" .sticky-nav { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .sticky-nav { background-color:"+n.backgroundColor+";}",i.length);t.insertRule(n.modulid+" .sticky-nav .sticky-header:after { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .sticky-nav ul li a i { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .sticky-nav ul li a { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .sticky-nav ul li a.subpage-link:after { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .sticky-header span { color:"+n.textColor+" !important;}",i.length);t.insertRule(n.modulid+" .sticky-nav ul li:hover { background-color:rgba(0, 0, 0, 0.2) !important;}",i.length)})}})(jQuery)