Northumbria University is proud to offer a range of Professional, Statutory and Regulatory Body (PSRB) approved & accredited courses and programmes. Explore our list of courses and programmes under our Education and Training page.
Northumbria is a research-rich, business-focused, professional university with a global reputation for academic quality. We conduct ground-breaking research that is responsive to the science & technology, health & well being, economic and social and arts & cultural needs for the communities
Northumbria University is renowned for the calibre of its business-ready graduates. Our alumni network has over 253,000 graduates based in 178 countries worldwide in a range of sectors, our alumni are making a real impact on the world.
At Northumbria, students enjoy an educational experience that will set them up for life, taught by experts in their field who have a passion for their subject. Our courses are at the forefront of current knowledge and practice and are shaped by world-leading and internationally excellent research.
Back to top
/*
Common.PodFitText (common-reduced.js) shrinks font-size in an unbounded loop.
p{font-size:1rem!important} in style.min.css pins the font size, so the loop
can never satisfy its exit test and hangs the renderer. Let the text wrap and
keep the box strictly narrower than its container so the test passes on entry. */
.card-pod-overlay .card-body {
white-space: normal !important;
min-width: 140px !important;
}
.card-pod-overlay .card-title,
.card-pod-overlay .card-subtitle {
white-space: normal !important;
width: auto !important;
max-width: calc(100% - 4px) !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
}