Pitt Online — Style Guide & Component Library
Design System
Style Guide &
Component Library

The Pitt Online visual system — color, type, and reusable blocks matched to the component library at pittonline.northmaple.co. Copy any block below into a blank page; everything inherits from the token block at the top of the file.

Foundations

Color

Pitt Royal leads. Deep royal and medium blue carry dark panels and cards; gold is the accent for frames, dividers, titles-on-dark, and the tertiary button. Sections alternate as colored bands rather than plain white.

Pitt Royal#003594 · --royal
Deep Royal#001E54 · --royal-deep
Medium Blue#1A4FA0 · --blue-med
Pitt Gold#FFB81C · --gold
Ink#15181d · --ink
Slate#515a67 · --slate
Mist#f4f6fa · --mist
Line#e1e5ec · --line
Foundations

Typography

Two faces with clear roles. Instrument Serif is the display voice — every hero, section heading, gold title, and large figure. Roboto handles all body copy, labels, kickers, buttons, and UI. The accent word in a hero is set in serif italic.

.display (serif)Belong Here Online
h2 (serif)

Three concentrations

h3 (serif)

Family Nurse Practitioner

.lead (Roboto)Turn curiosity into capability with Pitt Online.
body (Roboto)Coursework is fully online, with on-campus immersions, and clinical placements arranged for you.
.kicker (Roboto)Design System
Components

Buttons

Shared .btn base with four variants: Primary, Secondary, Tertiary Gold, and Tertiary Blue. All lift with the elevation shadow on hover.

<a class="btn btn--primary">Primary Action</a>
<a class="btn btn--secondary">Secondary Action</a>
<a class="btn btn--tertiary-gold">Tertiary Gold</a>
<a class="btn btn--tertiary-blue">Tertiary Blue</a>
Components

Kicker, Divider & Node Strip

The uppercase Roboto kicker opens sections. The gold content-divider sets the rhythm between blocks; the corner node-strip is the decorative motif used in heroes and blog headers.

The Pitt Difference

We handle all 780 clinical hours.

<span class="kicker">The Pitt Difference</span>
<div class="content-divider"><span class="dot"></span></div>
<span class="node-strip"><span></span><span></span><span></span></span>
Components

Chevron Link & Breadcrumb

Inline navigation uses a chevron (›), not an arrow. Breadcrumbs sit above hero copy and have an on-dark variant.

<a class="link-chevron" href="#">Request Info <span class="chev"></span></a>

<nav class="crumb">
  <a href="#">Home</a><span class="sep"></span>Graduate
</nav>
Components

Gold-Framed Media

The signature treatment: a persistent 3px gold frame around featured images and video. Use .gold-frame on the wrapper.

3:2 featured image
<div class="gold-frame">
  <img src="…" alt="…">
</div>
Patterns

Home Hero

Serif display headline with an italic accent word, a short lead, then an "ask your question" input with sample prompt chips — the conversational entry point in place of a single CTA.

Belong Here Online

Turn curiosity into capability with Pitt Online. This is education designed for real-world impact.

Start your exploration
What programs are available? How do I apply? When can I start a program?
Patterns

Metric Rows (Content + List)

A medium-blue band with a gold serif title and label/value rows — used for program facts and outcomes. Values are set in serif gold.

By the numbers

Projected NP job growth by 203435%
Median annual NP salary$137K
Supervised clinical hours780
<div class="band band--blue"><div class="wrap">
  <h3 class="gold-title">By the numbers</h3>
  <div class="metric-rows">
    <div class="row"><span class="label"></span><span class="value">35%</span></div>
  </div></div></div>
Patterns

Tuition & Costs

Royal band with a heading, supporting copy, and two prominent gold serif figures (full-time and part-time).

A degree that pays for itself.

The MSN-NP is among the strongest graduate investments a registered nurse can make.

$1,200
Per credit · same rate, every state
$61K–$71K
Total program · varies by concentration
Patterns

Program Cards

White cards with a gold top frame, an uppercase meta line, a serif title, and a chevron link pinned to the bottom so cards align across a row.

School of Nursing · MSN

Psychiatric-Mental Health NP

Assess, diagnose, and manage mental health and substance use conditions across the lifespan.

Request Info
School of Nursing · MSN

Family Nurse Practitioner

Deliver primary care across the lifespan — the provider patients know by name.

Request Info
<div class="prog-card">
  <div class="meta">School of Nursing · MSN</div>
  <h3>Family Nurse Practitioner</h3>
  <p>Deliver primary care across the lifespan.</p>
  <a class="link-chevron" href="#">Request Info <span class="chev"></span></a>
</div>
Patterns

Secondary Callout

A white panel of checklist highlights with gold check accents — eligibility, experience, pathways, accreditation.

  • Application fee waivedwhen you request information.
  • All 780 clinical hours coordinatedno preceptor hunt.
  • Rolling admissionapply early to secure your place.
  • CCNE-accreditedsame rigor as on-campus.
Patterns

Request for Information

A Pitt Royal backdrop with a gold-bordered card holding a short interest form (selects) and a continue action.

Request information.

Continue ›
Layout

Section Bands

Pages are built from alternating colored bands. Wrap content in .wrap and choose a band modifier.

.band .band--light
.band .band--royal
.band .band--blue
.band .band--deep
.band .band--gold
<section class="band band--royal">
  <div class="wrap"></div>
</section>