Beyond Compensation: How Personal Injury Lawyers Are Advancing Social Justice

By VSCP LAW

According to the John Lewis Institute for Social Justice, “social justice” is “a communal effort dedicated to creating and sustaining a fair and equal society in which each person and all groups are valued and affirmed.” Further, it seeks to end “all systems that devalue the dignity and humanity of any person.”

Given that social justice is an effort at the community level, how are personal injury lawyers advancing it? In order to understand that, first let’s explore a sampling of contexts in which certain persons are devalued, thereby creating the need for social justice advocacy.

WORKPLACE

In workplaces across the country, companies may engage in racist hiring, retention, compensation, and termination practices. Other unfair practices may include, for example, not providing proper safety equipment to a subgroup of workers, rendering them more likely than their colleagues to suffer serious injury from workplace accidents. Personal injury lawyers advance social justice when they fight on the behalf of these injured workers and ensure workplace safety is prioritized over company profit.

PUBLIC ACCESS

Disability rights are social justice rights. In other words, those in the disability community are included in the group of marginalized people who seek a fairer and more equitable society. There are various circumstances where a personal injury lawyer can help fight for disability rights. For instance, let’s say a company fails to comply with the Americans with Disabilities Act (ADA). The ADA mandates that public accommodations (whether owned by the government, a non-profit organization, or a private company) must meet certain minimum standards for accessibility. Failure to meet these guidelines can cause people in the disabled community serious injury. A personal injury attorney can sue the company on behalf of the injured person.

CRIMINAL JUSTICE

Section 1983 of Title 42 of the United States Code provides an individual the right to sue state government employees and others for civil rights violations. Prisoners can use Section 1983, for example, to sue the prison for inhabitable living conditions, faulty healthcare, or the failure of a security guard to protect a prisoner during an assault. Other possible claims against a prison include false arrest, wrongful conviction, false imprisonment, abuse of process, and the use of excessive force. A personal injury lawyer can file a lawsuit against the prison and other government entities for the personal injuries they caused to the client.

As may be obvious, in many examples of social justice violations, there’s a corporate greed that seems to be valued over human safety. Often, injuries happen to people because the company is more concerned with their bottom line than the health, wellbeing, and safety of others.

Personal injury lawyers can help drive societal and systemic change by holding profit-hungry corporations, companies, agencies, and organizations accountable for their actions and inactions. And, notably, change happening at the court level operates at lightning-fast pace compared to change happening at the congressional or legislative levels.

To fight inequality and further social justice, hire the personal injury lawyers and social justice advocates at VSCP Law.

MISTAKES THAT ARE DETRIMENTAL TO A PERSONAL INJURY CASE

The most detrimental mistake you can make in your personal injury case is doing...

PHILADELPHIA BRAIN INJURY LAWYER

Your brain is the processing center for your body. It controls what you think, h...

The Most Common Medical Malpractice Errors in Philadelphia

People often confuse medical errors and medical malpractice. Medical errors are...

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); }); }); });