Yesterday’s mass shooting at Robb Elementary School in Uvalde, Texas, in which at least nineteen students and two adults were tragically killed, has reawakened a national conversation regarding gun violence, and the horrific incidents which seemingly happen on a near-daily basis.

The conversation has been rightfully dominated by public calls for Congress to pass responsive, common-sense legislation governing the accessibility of firearms to citizens, banning assault or similar high-capacity weapons, strengthening the resources and reach of agencies like the Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) to enforce the existing regulatory scheme more thoroughly, and to target the gun industry in the manufacturing, marketing, sale, and distribution of weapons. As time passes, though, the public outcry subsides, and rarely does anything ever actually materialize.

Often overlooked in the midst of these instinctual calls to action and offerings of thoughts and prayers is a federal statute called the Protection of Lawful Commerce in Arms Act (“PLCAA”), 15 U.S.C. §§ 7901-7903. Congress passed PLCAA in 2005, and in doing so, uniquely provided an entire industry with immunity from civil lawsuits. At the time, PLCAA also led to the dismissal of litigation commenced by municipalities nationwide seeking to hold the gun industry accountable for the adverse impact of nuisance activity occasioned by the gun industry’s business practices.

In particular, PLCAA prohibits the filing of a “qualified civil liability action…in any Federal or State court.” Despite the nomenclature, there are few qualifications to the reach of PLCAA’s prohibitions. PLCAA generally bars any “civil action or proceeding or an administrative proceeding brought by any person against a manufacturer or seller of a qualified product, or a trade association, for damages, punitive damages, injunctive or declaratory relief, abatement, restitution, fines, or penalties, or other relief, resulting from the criminal or unlawful misuse of a qualified product by the person or a third party.” A “qualified product” includes any firearm, ammunition, or their component parts. The statutory definitions under PLCAA are wide-ranging, as almost any individual or entity “engaged in the business” of selling a “qualified product” has standing to invoke its protections.

There are a few exceptions to PLCAA immunity. For instance, the statute allows lawsuits “brought against a seller for negligent entrustment or negligence per se.” On its face, though, this exception does not apply to manufacturers. Furthermore, the statute allows “an action in which a manufacturer or seller of a qualified product knowingly violated a State or Federal statute applicable to the sale or marketing of the product…” This exception is known as the “predicate exception,” as it requires the litigant to invoke a predicate statute in order to proceed in litigation. Few litigants have successfully invoked either of these exceptions, as courts have traditionally interpret them very narrowly in view of the Congressional findings and purposes noted in PLCAA.

PLCAA as a whole is not a particularly complicated statute on its face: it contains only three sections. Most of the statutory language is devoted to explaining the Congressional findings and purposes of PLCAA. But the statutory findings exaggerate the risk of litigation posed to the gun industry, and the majority (if not all) of the statutory purposes are not actually advanced by PLCAA’s general ban on litigation against gun industry participants.

It is incumbent on Congress to not only buttress the regulatory framework to govern the manner in which guns are manufactured, marketed, sold, and distributed, but also to consider repealing PLCAA.

State legislatures must also reconsider their own regulatory frameworks, as well. Although PLCAA, as a Federal statute, generally supersedes any state law attempting to vitiate, undermine, or otherwise limit PLCAA’s reach, state laws that specifically and clearly apply to the marketing, sale, or distribution of firearms, or their component parts, would enable litigants to assert claims and invoke the negligent entrustment, negligence per se, and predicate exceptions more readily. For example, after protracted litigation leading to an appeal to the Supreme Court of Connecticut, the families of victims in the Sandy Hook shooting ultimately recovered a $73 million from Remington Arms based on allegations that Remington and its affiliates violated state consumer protection law. Few offered legitimate complaints about Remington’s coffers running dry because of this result, and for good reason: the gun industry is massively profitable.

To be sure, not every incident of gun violence warrants a lawsuit. And certainly, no law, rule, statute, or regulation can revive the lives forever lost and changed as a result of tragedies like Robb Elementary School, Marjory Stoneman Douglas High School, Sandy Hook Elementary School, or even lesser known but equally heartbreaking instances of gun violence injuries and death. However, the repeal of PLCAA and the enactment of additional regulations on the state level would be a momentous step in the right direction. In doing so, Congress and state legislatures would create a powerful incentive for the gun manufacturers, distributors, and dealers to self-regulate—no different than any other industry—while providing individuals and families most immediately impacted by gun violence an avenue of recourse to be appropriately compensated. In the absence of meaningful regulations, perhaps that’s the best we can ask for.

For a more in-depth discussion of PLCAA, see my article published in the Drexel Law Review, In Guns We Entrust, 11 Drexel L. Rev. 412 (2018):
https://drexel.edu/~/media/Files/law/law%20review/v11-1/Rosner%20421466.ashx

tag on yout theme's header.php Read the detailed step-by-step at https://humbertosilva.com/visual-composer-infinite-image-carousel/ */ // auxiliary code to create triggers for the add and remove class for later use (function($){ $.each(["addClass","removeClass"],function(i,methodname){ var oldmethod = $.fn[methodname]; $.fn[methodname] = function(){ oldmethod.apply( this, arguments ); this.trigger(methodname+"change"); return this; } }); })(jQuery); // main function for the infinite loop function vc_custominfiniteloop_init(vc_cil_element_id){ var vc_element = '#' + vc_cil_element_id; // because we're using this more than once let's create a variable for it window.maxItens = jQuery(vc_element).data('per-view'); // max visible items defined window.addedItens = 0; // auxiliary counter for added itens to the end // go to slides and duplicate them to the end to fill space jQuery(vc_element).find('.vc_carousel-slideline-inner').find('.vc_item').each(function(){ // we only need to duplicate the first visible images if (window.addedItens < window.maxItens) { if (window.addedItens == 0 ) { // the fisrt added slide will need a trigger so we know it ended and make it "restart" without animation jQuery(this).clone().addClass('vc_custominfiniteloop_restart').removeClass('vc_active').appendTo(jQuery(this).parent()); } else { jQuery(this).clone().removeClass('vc_active').appendTo(jQuery(this).parent()); } window.addedItens++; } }); // add the trigger so we know when to "restart" the animation without the user knowing about it jQuery('.vc_custominfiniteloop_restart').bind('addClasschange', null, function(){ // navigate to the carousel element , I know, its ugly ... var vc_carousel = jQuery(this).parent().parent().parent().parent(); // first we temporarily change the animation speed to zero jQuery(vc_carousel).data('vc.carousel').transition_speed = 0; // make the slider go to the first slide without animation and because the fist set of images shown // are the same that are being shown now the slider is now "restarted" without that being visible jQuery(vc_carousel).data('vc.carousel').to(0); // allow the carousel to go to the first image and restore the original speed setTimeout("vc_cil_restore_transition_speed('"+jQuery(vc_carousel).prop('id')+"')",100); }); } // restore original speed setting of vc_carousel function vc_cil_restore_transition_speed(element_id){ // after inspecting the original source code the value of 600 is defined there so we put back the original here jQuery('#' + element_id).data('vc.carousel').transition_speed = 500; } // init jQuery(document).ready(function(){ // find all vc_carousel with the defined class and turn them into infine loop jQuery('.vc_custominfiniteloop').find('div[data-ride="vc_carousel"]').each(function(){ // allow time for the slider to be built on the page // because the slider is "long" we can wait a bit before adding images and events needed var vc_cil_element = jQuery(this).prop("id"); setTimeout("vc_custominfiniteloop_init('"+vc_cil_element+"')",500); }); }); });