Skip to content

Jurisdiction

'); $('.js-press-release') .find('table') .addClass('Table Table--striped') .wrap('
'); // Clear focus state off of button 0.5s after clicking it $('.Button').click(function () { var button = this; setTimeout(function () { button.blur(); }, 500); });