Add “active: false” to your jQuery. So, your Custom JS should look like this:
jQuery(document).ready(function() {
jQuery(“.iNICfaqs_questions”).accordion({header: “.accordion_header”, active: false, autoHeight: false,navigation: true,collapsible: true});
});