ratings 

The Certified Legal Assistant (CLA) /Certified Paralegal (CP) program prepares students for the examination administered by the National Association of Legal Assistants. The Professional Paralegal Certification Preparation Course is a “Post Bachelors” program. This degree doesn’t necessarily have to be in paralegal studies.

$1,200.00
Course Access

6 months

Modules

2

Students

4

Posted by
Certification

Short Course Description

Certified Legal Assistant/Paralegal (CLA/CP) examination preparatory course is designed to review the key topics tested in the two-day exam for the certification of paralegals. The CLA/CP credential has been recognized by the American Bar Association as a designation, which marks a high level of professional achievement.   The following areas and skills are covered:
  • Communications,
  • Judgment and Analytical Ability,
  • Legal Research, Legal Terminology,
  • and Ethics.
  Additionally, the substantive law section of the exam consists of the American Legal System in three specific areas:
  • Civil Litigation;
  • Business Organizations;
  • and Contract Law.
  Successful graduates of this course will be awarded a Certificate of Completion with the International Association for Continuing Education and Training (IACET) Accreditation credits

Instructor(s)

Guno Ritfeld
Profile Photo
Guno Ritfeld is a retired Department of Defense Commissioned Officer. He has earned a B.A. in Psychology/Education, a Juris Doctorate (J.D.), and a Master of Laws (LL.M.) degree. He is certified by the Florida Supreme Court as a Circuit Civil, Family, and County mediator and has served as a County mediator at the Orange County courthouse. He served as a member of the City of Orlando Certification Appeals Board and Chapter 57 Discrimination Board, and as a contract Human Rights Mediator and Administrative Investigator for various state and federal agencies. He is an experienced commercial, workplace, and family dispute mediator and arbitrator.
top
ADR Academy (ADRA) ©  All rights reserved.
document.addEventListener("DOMContentLoaded", function () { // Only run on WPLMS certificate pages if (!window.location.pathname.includes("/certificates/")) { return; } // Find the print and download icons (current markup) const printIcon = document.querySelector(".vicon-printer"); const downloadIcon = document.querySelector(".vicon-vicon-download, .vicon-download, .vicon-file"); function doPrint(e) { if (e) e.preventDefault(); // The certificate wrapper on the page const cert = document.querySelector(".certificate"); if (!cert) { console.warn("Certificate wrapper '.certificate' not found, falling back to window.print()"); window.print(); return; } // Open a clean window for print/PDF const win = window.open("", "_blank"); if (!win) { console.error("Popup blocked; falling back to window.print()"); window.print(); return; } let html = ""; html += "Certificate"; html += ""; html += cert.outerHTML; html += ""; // Write certificate HTML into the new window win.document.open(); win.document.write(html); win.document.close(); // Give browser a moment to render, then print setTimeout(function () { try { win.focus(); win.print(); } catch (err) { console.error("Print failed, falling back to window.print()", err); window.print(); } // Optional: close after printing // win.close(); }, 600); } // Attach handlers if icons exist if (printIcon) { printIcon.addEventListener("click", doPrint); } if (downloadIcon) { downloadIcon.addEventListener("click", doPrint); } });