Please join us for the Winter Release Webinar on Wednesday, February 19, 2025 at 1:00 p.m. EST. This session will provide an overview of the exciting new features and integrations designed to help you maintain optimal emergency preparedness and allow attendees to ask questions.
/* Script to enforce expanding text sections. MUST be loaded after jquery (see above) */
$(document).ready(function(){
$('.markdown-block .sqs-block-content h2').css('cursor','pointer');
$(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle();
$(".markdown-block .sqs-block-content h2").click(function() {$(this).nextUntil("h2").slideToggle();});
});