Alertus is thrilled to attend the 2024 NASRO School Safety Conference! Visit booth #614 between July 14 - July 15 to chat with our experts about how the Alertus System can positively impact your school’s safety strategy.
/* 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();});
});