{"version":3,"sources":["accessibility.js","main.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"main.js","sourcesContent":["jQuery(document).ready(function ($) {\r\n\r\n\t// hash focus onload\r\n\tif (document.location.hash) {\r\n\t\tvar myAnchor = document.location.hash;\r\n\t\t$(myAnchor).attr('tabindex', -1).on('blur focusout', function () {\r\n\t\t\t$(this).removeAttr('tabindex');\r\n\t\t}).focus();\r\n\t}\r\n\r\n\t// hash focus inline\r\n\t$(window).bind('hashchange', function () {\r\n\t\tvar hash = \"#\" + window.location.hash.replace(/^#/, '');\r\n\t\tif (hash != \"#\") {\r\n\t\t\t$(hash).attr('tabindex', -1).on('blur focusout', function () {\r\n\t\t\t\t$(this).removeAttr('tabindex');\r\n\t\t\t}).focus();\r\n\t\t}\r\n\t\telse {\r\n\t\t\t$(\"#header\").attr('tabindex', -1).on('blur focusout', function () {\r\n\t\t\t\t$(this).removeAttr('tabindex');\r\n\t\t\t}).focus();\r\n\t\t}\r\n\t});\r\n});","jQuery(document).ready(function ($) {\r\n\r\n jQuery(document).ready(function ($) {\r\n $('.accordions').each(function () {\r\n var $this = $(this);\r\n $this.addClass('active');\r\n });\r\n function accordionTitles() {\r\n var r = $.Deferred();\r\n var titleCount = 0;\r\n $('.accordions .accordion-title').each(function () {\r\n titleCount++;\r\n var $this = $(this);\r\n var id = 'accordion-' + titleCount;\r\n if ($this.hasClass('open')) {\r\n $this.addClass('is-active');\r\n if ($this.is('div')) {\r\n $('h2', $this).wrapInner('