First Responders Tuition Scholarship
Educational Opportunities for First Responders
* denotes a required field
SAVE 25% ON TUITION
City University of Seattle is proud to support first responders nationwide who protect and serve our communities every day. To show our appreciation for the work you do, we’re proud to offer the First Responders Tuition Scholarship to law enforcement agencies, EMTs, firefighters, corrections officers, and their dependents.
First responders are eligible for a 25% tuition scholarship, including a 10% tuition scholarship for dependents.
Which offices are considered first responders?
var partArr = [“Bureau of Alcohol, Tobacco, Firearms and Explosives”,”Bureau of Citizenship and Immigration Services”,”Bureau of Justice Statistics”,”Centers for Disease Control and Prevention”,”Central Intelligence Agency”,”Commission on Judicial Conduct “,”Coroner’s Office”,”Department of Corrections and Rehabilitation”,”Department of Fish and Game”,”Department of Homeland Security”,”Department of Justice Office of the Attorney General”,”Drug Enforcement Administration”,”Drug Enforcement Agency”,”Federal Bureau of Investigation”,”Federal Bureau of Prisons, Office of Correctional Education”,”Fire Department”,”Fraternal Order of Police”,”Highway Patrol”,”National Highway Traffic Safety Administration”,”Office of Juvenile Justice and Delinquency Prevention”,”Office of Public Safety”,”Office of Victims of Crime”,”Police Department”,”Port Police”,”Probation Department”,”Sheriff’s Department”,”State Hospital Police Officers”,”State Park Rangers”,”Transit District Police Department”,”Transportation Security Administration”,”U.S. Customs and Border Protection”,”U.S. Department of State Bureau of Consular Affairs”,”U.S. Immigration and Customs Enforcement”,”U.S. Marshals”,”U.S. Parole Commission”,”U.S. Secret Service”,”U.S. Sentencing Commission”];
function findparts() {
event.preventDefault(); const s = document.getElementById(‘searchpart’).value.toLowerCase();
let r = ”, l = ”; const tag = ‘li’; for( let x=0; partArr.length > x; x++ ){ l = partArr[x].toLowerCase(); if( -1 < l.indexOf(s) ){ r += `${partArr[x]}`; } } if( ”==r ){ r = `No matches found.`; } document.getElementById(‘part-results’).innerHTML = r;
}