Join us at the 2025 NYS College & University Workshop on January 16-17! This workshop is your chance to stay ahead in this ever-evolving field. Chat with our experts about experiences, expertise, and insights that support the professional development of those with emergency management responsibilities in higher education.
/* 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();});
});