:root {
    --uoc-navy: #102a43;
    --uoc-blue: #0067b8;
    --uoc-cyan: #00a4a6;
    --uoc-ink: #17212b;
    --uoc-muted: #52606d;
    --uoc-line: #d9e2ec;
    --uoc-surface: #f4f8fb;
    --uoc-white: #ffffff;
    --uoc-focus: #ffb900;
}

html { scroll-behavior: smooth; }
body { color: var(--uoc-ink); font-family: "Segoe UI Variable", "Segoe UI", sans-serif; }
a { color: var(--uoc-blue); }
a:focus, button:focus, input:focus { outline: 3px solid var(--uoc-focus) !important; outline-offset: 2px; }
#content_form { margin-bottom: 5px; }
.uoc-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.navbar.navbar-inverse { background: var(--uoc-white); border: 0; box-shadow: 0 1px 0 var(--uoc-line); margin: 0; }
.uoc-utility { background: var(--uoc-navy); color: #eaf2f8; font-size: 13px; }
.uoc-utility .container { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.uoc-utility a { color: var(--uoc-white); font-weight: 600; }
.uoc-nav-shell { align-items: center; display: flex; justify-content: space-between; min-height: 78px; }
.navbar-header { flex: 0 0 auto; }
.navbar-brand { height: auto; padding: 0; }
.uoc-brand { align-items: center; color: var(--uoc-navy) !important; display: inline-flex; gap: 12px; text-decoration: none !important; }
.uoc-brand__mark { align-items: center; background: var(--uoc-blue); color: var(--uoc-white); display: inline-flex; font-family: Georgia, serif; font-size: 27px; font-weight: 700; height: 46px; justify-content: center; width: 46px; }
.uoc-brand__name { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; line-height: 1.05; }
.uoc-brand__name small { color: var(--uoc-muted); display: block; font: 600 12px/1.4 "Segoe UI", sans-serif; text-transform: uppercase; }
.navbar-collapse { padding: 0; }
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a[style] { color: var(--uoc-ink) !important; font-size: 15px; font-weight: 600; padding: 29px 13px; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { background: var(--uoc-surface); color: var(--uoc-blue) !important; }
.divider-vertical { display: none !important; }
.dropdown-menu { border: 1px solid var(--uoc-line); border-radius: 4px; box-shadow: 0 8px 24px rgba(16,42,67,.14); padding: 8px; }
.open > .dropdown-menu { background: var(--uoc-white); }
.open > .dropdown-menu > li > a { border-radius: 2px; color: var(--uoc-ink); padding: 10px 12px; }
.open .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .open .dropdown-menu > .active > a:focus { background: var(--uoc-blue); color: var(--uoc-white); text-decoration: none; }

.uoc-home h1, .uoc-home h2, .uoc-home h3 { color: var(--uoc-navy); font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
.uoc-hero { background: var(--uoc-navy); color: var(--uoc-white); min-height: 570px; overflow: hidden; position: relative; }
.uoc-hero__media { background: linear-gradient(90deg, rgba(16,42,67,.98) 0%, rgba(16,42,67,.84) 46%, rgba(16,42,67,.18) 76%), url('/homehero.jpg') center/cover; inset: 0; position: absolute; }
.uoc-hero__content { padding-bottom: 116px; padding-top: 112px; position: relative; }
.uoc-eyebrow { color: var(--uoc-cyan); font-size: 13px; font-weight: 700; letter-spacing: 0; margin: 0 0 14px; text-transform: uppercase; }
.uoc-hero h1 { color: var(--uoc-white); font-size: 58px; line-height: 1.05; margin: 0; max-width: 690px; }
.uoc-hero__lead { font-size: 21px; line-height: 1.55; margin: 24px 0 30px; max-width: 650px; }
.uoc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.uoc-button { align-items: center; border: 2px solid transparent; border-radius: 3px; display: inline-flex; font-size: 16px; font-weight: 700; justify-content: center; min-height: 48px; padding: 11px 20px; text-decoration: none !important; }
.uoc-button--primary { background: var(--uoc-blue); color: var(--uoc-white) !important; }
.uoc-button--primary:hover { background: #005a9e; }
.uoc-button--secondary { border-color: var(--uoc-white); color: var(--uoc-white) !important; }
.uoc-button--secondary:hover { background: var(--uoc-white); color: var(--uoc-navy) !important; }

.uoc-audience { background: var(--uoc-white); padding: 82px 0; }
.uoc-section-heading { max-width: 650px; }
.uoc-section-heading h2 { font-size: 38px; line-height: 1.18; margin: 0 0 20px; }
.uoc-section-heading > p:not(.uoc-eyebrow) { color: var(--uoc-muted); font-size: 18px; line-height: 1.6; }
.uoc-audience-grid { border-bottom: 1px solid var(--uoc-line); border-top: 1px solid var(--uoc-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.uoc-pathway { min-width: 0; padding: 34px 34px 38px 0; }
.uoc-pathway + .uoc-pathway { border-left: 1px solid var(--uoc-line); padding-left: 34px; }
.uoc-pathway__icon { color: var(--uoc-blue); display: block; font-size: 13px; font-weight: 800; margin-bottom: 28px; }
.uoc-pathway h3 { font-size: 24px; margin: 0 0 14px; }
.uoc-pathway p { color: var(--uoc-muted); line-height: 1.65; min-height: 80px; }
.uoc-pathway a { font-weight: 700; }

.uoc-services { background: var(--uoc-surface); padding: 82px 0; }
.uoc-services__layout { align-items: start; display: grid; gap: 80px; grid-template-columns: .85fr 1.15fr; }
.uoc-service-list { border-top: 1px solid var(--uoc-line); }
.uoc-service { align-items: center; border-bottom: 1px solid var(--uoc-line); color: var(--uoc-ink); display: grid; gap: 20px; grid-template-columns: 34px 1fr; padding: 22px 8px; text-decoration: none !important; }
.uoc-service:hover { background: var(--uoc-white); color: var(--uoc-blue); }
.uoc-service > .glyphicon { color: var(--uoc-blue); font-size: 22px; text-align: center; }
.uoc-service strong, .uoc-service small { display: block; }
.uoc-service strong { font-size: 17px; margin-bottom: 4px; }
.uoc-service small { color: var(--uoc-muted); font-size: 14px; line-height: 1.45; }
.uoc-callout { background: var(--uoc-cyan); padding: 52px 0; }
.uoc-callout__content { align-items: center; display: flex; gap: 40px; justify-content: space-between; }
.uoc-callout .uoc-eyebrow { color: var(--uoc-navy); }
.uoc-callout h2 { font-size: 30px; margin: 0; max-width: 680px; }

.uoc-footer { background: #0b2033; color: #dce7f0; }
.uoc-footer__grid { display: grid; gap: 48px; grid-template-columns: 1.5fr 1fr 1fr 1fr; padding-bottom: 54px; padding-top: 58px; }
.uoc-brand--footer { color: var(--uoc-white) !important; }
.uoc-brand--footer .uoc-brand__name small { color: #b8c8d8; }
.uoc-footer__identity p { color: #b8c8d8; margin-top: 20px; }
.uoc-footer h2 { color: var(--uoc-white); font: 700 15px/1.4 "Segoe UI", sans-serif; margin: 0 0 16px; }
.uoc-footer nav a, .uoc-footer__contact a { color: #dce7f0; display: block; margin: 0 0 11px; }
.uoc-footer__contact p { color: #b8c8d8; line-height: 1.6; }
.uoc-footer__legal { border-top: 1px solid #29445b; font-size: 13px; }
.uoc-footer__legal .uoc-shell { display: flex; gap: 24px; padding-bottom: 20px; padding-top: 20px; }
.uoc-footer__legal span { margin-right: auto; }
.uoc-footer__legal a { color: #dce7f0; }

@media (max-width: 991px) {
    .uoc-nav-shell { display: block; min-height: 68px; }
    .navbar-header { min-height: 68px; }
    .navbar-brand { padding-top: 11px; }
    .navbar-toggle { border-color: var(--uoc-line) !important; margin-top: 17px; }
    .navbar-inverse .navbar-toggle .icon-bar { background: var(--uoc-navy); }
    .navbar-collapse { border-color: var(--uoc-line); padding: 0 15px; }
    .navbar-nav { margin: 0; }
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a[style] { padding: 14px 4px; }
    .uoc-audience-grid { grid-template-columns: 1fr; }
    .uoc-pathway, .uoc-pathway + .uoc-pathway { border-left: 0; border-top: 1px solid var(--uoc-line); padding: 28px 0; }
    .uoc-pathway:first-child { border-top: 0; }
    .uoc-pathway p { min-height: auto; }
    .uoc-services__layout { gap: 42px; grid-template-columns: 1fr; }
    .uoc-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .uoc-shell { width: min(100% - 32px, 1180px); }
    .uoc-utility span { display: none; }
    .uoc-utility .container { justify-content: flex-end; }
    .uoc-brand__mark { font-size: 23px; height: 40px; width: 40px; }
    .uoc-brand__name { font-size: 17px; }
    .uoc-hero { min-height: 520px; }
    .uoc-hero__media { background-position: 62% center; }
    .uoc-hero__content { padding-bottom: 74px; padding-top: 76px; }
    .uoc-hero h1 { font-size: 42px; }
    .uoc-hero__lead { font-size: 18px; }
    .uoc-actions { align-items: stretch; flex-direction: column; }
    .uoc-section-heading h2 { font-size: 31px; }
    .uoc-audience, .uoc-services { padding: 58px 0; }
    .uoc-callout__content { align-items: flex-start; flex-direction: column; }
    .uoc-footer__grid { grid-template-columns: 1fr; }
    .uoc-footer__legal .uoc-shell { align-items: flex-start; flex-direction: column; gap: 12px; }
    .uoc-footer__legal span { margin-right: 0; }
}
