The Northeast Colleges & Universities Security Association (NECUSA) is hosting its 71st annual conference. This year, the conference will cover various topics, including Lessons Learned from an Active Shooter Event, Domestic Terror Groups On-Campus Recruiting, Public Safety in Urban Settings, Campus Art & History, and more.
/* 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();});
});