jQuery(document).ready(function(){

//8. Hide (Collapse) the toggle containers on load
jQuery(".toggle_container").hide();
//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
jQuery(".trigger").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container21").hide();
jQuery(".trigger21").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container22").hide();
jQuery(".trigger22").click(function(){
jQuery(this).toggleClass("active").toggleClass(".toggle_container22").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container31").hide();
jQuery(".trigger31").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container32").hide();
jQuery(".trigger32").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow") ;
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container41").hide();
jQuery(".trigger41").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container42").hide();
jQuery(".trigger42").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container43").hide();
jQuery(".trigger43").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container5").hide();
jQuery(".trigger5").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container61").hide();
jQuery(".trigger61").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container62").hide();
jQuery(".trigger62").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container63").hide();
jQuery(".trigger63").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
jQuery(".toggle_container7").hide();
jQuery(".trigger7").click(function(){
jQuery(this).toggleClass("active").next().slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
});
});



