in js/scripts.js [10:13]
$('.toggle-collapsible').click(function() { $(this).toggleClass('active'); $(this).next().toggle(); });