Skip to content

Medical Assistant Specialist

The Medical Assistant Specialist program will equip you with the administrative and clinical skills essential for a career as a Medical Assistant. Graduates will be prepared for entry-level positions in various healthcare settings.

Human Services (AS)

The AS – Human Services program prepares you for a role in the social service industry where you will make a difference in your community and affect positive change in the lives of others.

Human Services (BS)

Get the skills to address the needs of vulnerable individuals and families. The program offers three elective tracks for specialized study: Family Services, Gerontology Services, and Human Services Administration.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });