Downloading File
Please wait, your file download will begin shortly.
If your download does not begin soon, please click here.
');
$('.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);
});
if (typeof Fancybox !== 'undefined' && typeof transitions !== 'undefined') {
transitions.hooks.after(function(data) {
Fancybox.bind("[data-fancybox]", {});
});
} else if (typeof Fancybox !== 'undefined') {
Fancybox.bind("[data-fancybox]", {});
}