/* OC Auditor — main styles (vanilla CSS, theme.json tokens) */

:root {
	--oc-primary: var(--wp--preset--color--primary, #0a336b);
	--oc-link: var(--wp--preset--color--link, #235b21);
	--oc-accent: var(--wp--preset--color--accent, #d97706);
	--oc-accent-soft: var(--wp--preset--color--accent-soft, #f9a13a);
	--oc-ink: var(--wp--preset--color--ink, #150f11);
	--oc-muted: var(--wp--preset--color--muted, #6d758f);
	--oc-body: var(--wp--preset--color--body, #000000);
	--oc-border: var(--wp--preset--color--border, #e0e0e0);
	--oc-surface: var(--wp--preset--color--surface, #eefaff);
	--oc-surface-soft: var(--wp--preset--color--surface-soft, #f8f9fc);
	--oc-cream: var(--wp--preset--color--cream, #fff7f0);
	--oc-max: 1440px;
	--oc-radius: 15px;
}

*,
*::before,
*::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #000000;
	/* live uses default smoothing (auto), not antialiased — metrics must match */
}

/* Bootstrap 5 .container breakpoints (live SoT) */
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
@media (min-width: 576px) {
	.container { max-width: 540px; }
}
@media (min-width: 768px) {
	.container { max-width: 720px; }
}
@media (min-width: 992px) {
	.container { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container { max-width: 1140px; }
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--oc-link); text-decoration: none; }
a:hover { color: #1a4518; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute; width: 1px; word-wrap: normal !important;
}

.oc-main { padding-bottom: 3rem; }

.oc-btn {
	display: inline-flex; align-items: center; justify-content: center;
	gap: .5rem; padding: .75rem 1.25rem; border: 0; border-radius: 4px;
	background: var(--oc-accent); color: #fff !important; font-weight: 600; cursor: pointer;
	transition: background .2s ease;
}
.oc-btn:hover { background: #b45309; color: #fff !important; }
.oc-btn--lg { padding: 1rem 1.75rem; font-size: 1.05rem; }
.oc-btn--light { background: #fff; color: var(--oc-ink) !important; }
.oc-btn--light:hover { background: #f3f3f3; color: var(--oc-ink) !important; }
.oc-btn--accent,
a.oc-btn--accent {
	background: #d97706 !important; /* live .bg-orange */
	color: #fff !important;
}
.oc-btn--accent:hover,
a.oc-btn--accent:hover {
	background: #b45309 !important;
	color: #fff !important;
}

.oc-section-header { text-align: center; margin: 0 auto 2.5rem; max-width: 52rem; }
.oc-section-header h2,
.oc-section-header.oc-section-header { color: var(--oc-primary); font-size: clamp(1.75rem, 4vw, 3rem); margin: 0 0 1rem; }
.oc-section-header p,
.oc-section-header__lead { color: var(--oc-muted); font-size: 1.125rem; margin: 0; }

/* Header */
.oc-site-header { padding: 0 1.5rem 1rem; border-bottom: 0; }
.oc-site-header__inner {
	max-width: var(--oc-max); margin: 0 auto;
	display: flex; flex-wrap: wrap; gap: 1.5rem;
	align-items: center; justify-content: space-between;
}
.oc-site-header__logo img { max-width: 140px; }
.oc-site-header__right { flex: 1; max-width: 815px; width: 100%; margin-left: auto; }
.oc-site-header__top {
	display: none; justify-content: flex-end; align-items: center; gap: 1rem;
	padding-bottom: .85rem; border-bottom: 1px solid var(--oc-border); margin-bottom: .5rem;
}
.oc-site-header__email { display: inline-flex; align-items: center; gap: .5rem; color: var(--oc-ink); font-size: .875rem; }
.oc-social { display: flex; gap: .75rem; }
.oc-social a {
	width: 32px; height: 32px; border-radius: 4px; background: #000; color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: .85rem;
}
.oc-site-header__email i {
	width: 32px; height: 32px; border-radius: 4px; background: #000; color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
}
.oc-site-header__email { color: #000; gap: .65rem; }
.oc-site-header__email span { color: #000; font-size: 16px; }

.oc-social a:hover { background: var(--oc-accent); color: #fff; }

.oc-site-header__nav-bar {
	display: flex; flex-wrap: wrap; align-items: center; gap: .75rem;
	background: #fff; border-radius: 0 0 8px 8px; padding: .35rem 0;
}
.oc-nav-toggle {
	margin-left: auto; border: 1px solid var(--oc-border); background: #fff;
	width: 42px; height: 42px; border-radius: 4px; display: inline-flex;
	flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer;
}
.oc-nav-toggle span { display: block; width: 18px; height: 2px; background: var(--oc-ink); }
.oc-search {
	display: flex; align-items: center; background: var(--oc-cream);
	border: 1px solid var(--oc-border); border-radius: 4px; overflow: hidden; order: -1; width: 100%;
}
.oc-search button { border: 0; background: transparent; padding: .65rem .75rem; cursor: pointer; color: var(--oc-ink); }
.oc-search input { border: 0; background: transparent; flex: 1; padding: .65rem .5rem .65rem 0; outline: none; }

.oc-primary-nav-wrap { display: none; width: 100%; }
.oc-primary-nav-wrap.is-open { display: block; }
.oc-primary-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .25rem; }
.oc-primary-nav a { color: var(--oc-ink); padding: .55rem .75rem; display: block; }
.oc-primary-nav .sub-menu { list-style: none; margin: 0; padding: 0 0 0 1rem; display: none; }
.oc-primary-nav .menu-item-has-children.is-open > .sub-menu { display: block; }
.oc-primary-nav .sub-menu a:hover { background: #e9ecef; }

@media (min-width: 992px) {
	.oc-site-header__top { display: flex; }
	.oc-nav-toggle { display: none; }
	.oc-search { order: 2; width: auto; min-width: 180px; }
	.oc-primary-nav-wrap { display: block !important; order: 1; flex: 1; width: auto; }
	.oc-primary-nav { flex-direction: row; flex-wrap: wrap; align-items: center; gap: .15rem; }
	.oc-primary-nav > li { position: relative; }
	.oc-primary-nav .sub-menu {
		position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff;
		box-shadow: 0 0 4px #dfdfdf; padding: .5rem 0; z-index: 40; display: none;
		overflow: visible;
	}
	.oc-primary-nav > li:hover > .sub-menu { display: block; }
	.oc-primary-nav .sub-menu > li { position: relative; }
	.oc-primary-nav .sub-menu > li:hover > .sub-menu { display: block; }
	.oc-primary-nav .sub-menu .sub-menu { left: 100%; top: 0; margin-left: 0.1rem; z-index: 41; }
}

/* Page banner — compact title band (live uses 442px; local uses compact band) */
.oc-page-banner,
#page-banner {
	background: #0A336B;
	color: #fff;
	min-height: 0;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	max-width: none;
}
.oc-page-banner__inner,
#page-banner .container {
	/* inherit Bootstrap .container max-widths above */
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.oc-page-banner__title,
.page-banner-headline {
	color: #fff !important;
	margin: 30px 0 16px !important; /* live h1.mb-3 */
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height: 1.2;
}
.oc-page-banner__sub,
.page-banner-subheadline {
	color: #fff !important;
	margin: 10px auto !important; /* live SoT */
	max-width: none;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1.5 !important; /* 24px */
}

/* Hero */
.oc-hero-slider { position: relative; height: 600px; overflow: hidden; margin-bottom: 2rem; }
.oc-hero-slider__track { height: 100%; position: relative; }
.oc-hero-slider__slide {
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
}
.oc-hero-slider__slide.is-active,
.oc-hero-slider__slide.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.oc-hero-slider__overlay {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center;
}
.oc-hero-slider__copy {
	background: rgba(0,0,0,.35); padding: 1.5rem; max-width: 48rem;
}
.oc-hero-slider__copy h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin: 0 0 1rem; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.oc-hero-slider__dots { position: absolute; left: 0; right: 0; bottom: 1rem; display: flex; justify-content: center; gap: .5rem; }
.oc-hero-slider__dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.oc-hero-slider__dot.is-active { background: #fff; }

/* Team */
.oc-team-grid { padding: 3rem 0; }
.oc-team-grid__items {
	display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media (min-width: 640px) { .oc-team-grid__items { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .oc-team-grid__items { grid-template-columns: repeat(4, 1fr); } }
.oc-team-card { background: transparent; position: relative; }
.oc-team-card--intro { display: block; flex-direction: column; justify-content: flex-start; gap: 0; padding: 20px 15px; }
.oc-team-card--intro h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); margin: 0 0 12px; font-weight: 400; }
.oc-team-card__media { position: relative; background: var(--oc-surface); height: 320px; border-radius: var(--oc-radius); overflow: hidden; }
.oc-team-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: var(--oc-radius); }
.oc-team-card__email {
	position: absolute;
	right: .75rem;
	bottom: -12px;
	width: 35px;
	height: 35px;
	background: var(--oc-surface);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.oc-team-card__body {
	background: var(--oc-surface);
	padding: .75rem;
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.oc-team-card__body h3 { font-size: 18px; font-weight: 600; margin: 0 0 .25rem; }
.oc-team-card__role { margin: 0 0 .5rem; font-size: 1rem; }
.oc-team-card__bio { margin: 0; font-size: 1rem; line-height: 1.5; color: #000; }

/* Departments */
.oc-department-grid { padding: 3rem 0; }
.oc-department-grid__layout {
	display: grid; gap: 1.5rem; grid-template-columns: 1fr;
}
@media (min-width: 992px) {
	.oc-department-grid__layout { grid-template-columns: 1fr 2fr 1fr; align-items: stretch; }
}
.oc-department-grid__side { display: flex; flex-direction: column; gap: 1.5rem; }
.oc-department-grid__main {
	min-height: 320px; border-radius: 12px; background-size: cover; background-position: center;
	box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.oc-dept-tile {
	position: relative; display: flex; align-items: center; justify-content: center;
	min-height: 242px; max-width: 255px; width: 100%; margin: 0 auto; border-radius: 10px;
	background-size: cover; background-position: center; overflow: hidden; color: #fff;
}
.oc-dept-tile__label {
	position: relative; z-index: 1; width: 100%; text-align: center; padding: .75rem;
	background: rgba(0,0,0,.45); font-weight: 600; font-size: 1.1rem; color: #fff;
}
.oc-dept-tile::before {
	content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.25);
}

/* Video */
.oc-video-section { padding: 3rem 1rem; background: var(--oc-surface-soft); text-align: center; }
.oc-video-section__frame {
	position: relative; max-width: 800px; margin: 0 auto; aspect-ratio: 16 / 9;
	border-radius: 8px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.oc-video-section__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Quick links */
.oc-quick-links { padding: 3rem 0; }
.oc-quick-links__grid {
	display: grid; grid-template-columns: 1fr; gap: 1rem;
}
@media (min-width: 768px) { .oc-quick-links__grid { grid-template-columns: 1fr 1fr; } }
.oc-quick-links__item {
	display: flex; justify-content: space-between; align-items: center;
	padding: 1rem 1.25rem; border: 1px solid var(--oc-border); border-radius: 6px;
	color: var(--oc-primary); font-weight: 600; transition: background .2s ease, border-color .2s ease;
}
.oc-quick-links__item:hover { background: var(--oc-surface); border-color: var(--oc-primary); color: var(--oc-primary); }
.oc-quick-links__chevron { font-size: 1.25rem; }

/* News */
.oc-news-grid { padding: 3rem 0; background: var(--oc-surface-soft); }
.oc-news-grid__inner.container,
.oc-news-grid .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}
.oc-news-grid__items {
	display: grid; grid-template-columns: 1fr; gap: 1.5rem;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) { .oc-news-grid__items { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .oc-news-grid__items { grid-template-columns: repeat(3, 1fr); } }
.oc-news-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.06); height: 100%; }
.oc-news-card__media img { width: 100%; height: 200px; object-fit: cover; }
.oc-news-card__body { padding: 1rem 1.1rem 1.25rem; }
.oc-news-card__date,
.oc-news-card__author { color: var(--oc-muted); font-size: .875rem; margin: 0 0 .35rem; }
.oc-news-card h3,
.oc-news-card__title { margin: 0 0 .5rem; font-size: 1.1rem; }
.oc-news-card h3 a,
.oc-news-card__title a { color: var(--oc-ink); }
.oc-news-grid__cta { text-align: center; margin-top: 2.5rem; }
.oc-news-grid__cta .oc-btn,
.oc-news-grid__cta a.oc-btn {
	background: #d97706 !important;
	color: #fff !important;
}
.oc-news-grid__cta .oc-btn:hover,
.oc-news-grid__cta a.oc-btn:hover {
	background: #b45309 !important;
	color: #fff !important;
}

/* ========== Search results ========== */
.oc-search-results,
.oc-search-recommended {
	max-width: 1140px;
	margin: 2rem auto 3rem;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
}
.oc-search-results .wp-block-post-template,
.oc-search-recommended .wp-block-post-template {
	gap: 1.5rem;
}
.oc-search-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	height: 100%;
	display: flex;
	flex-direction: column;
}
/* Standard card image: 16:9 crop at 200px (matches news grid) */
.oc-search-card .wp-block-post-featured-image {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	height: 200px;
	background: #eefaff;
}
.oc-search-card .wp-block-post-featured-image a,
.oc-search-card .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	box-shadow: none;
}
.oc-search-card__body {
	padding: 1rem 1.1rem 1.25rem;
	flex: 1 1 auto;
}
.oc-search-card__body .wp-block-post-title {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 600;
}
.oc-search-card__body .wp-block-post-title a {
	color: #0a336b;
	text-decoration: none;
}
.oc-search-card__body .wp-block-post-title a:hover {
	color: #235b21;
	text-decoration: underline;
}
.oc-search-card__body .wp-block-post-excerpt,
.oc-search-card__body .wp-block-post-excerpt p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #000000;
}
.oc-search-results .wp-block-query-pagination {
	margin: 2rem 0 0;
}

/* Empty / no-results state */
.oc-search-empty {
	max-width: 720px;
	margin: 2rem auto 3rem;
	padding: 0 15px;
	text-align: center;
}
.oc-search-empty .wp-block-heading {
	color: #0a336b;
	margin: 0 0 0.75rem;
}
.oc-search-empty > .wp-block-paragraph {
	margin: 0 0 1.25rem;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.oc-search-empty .wp-block-search {
	max-width: 420px;
	margin: 0 auto 2rem;
}
.oc-search-empty__reco-title {
	margin: 2rem 0 1rem !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}
.oc-search-empty .oc-quick-links {
	text-align: left;
	margin-bottom: 1rem;
}
.oc-search-empty .oc-search-recommended {
	margin-top: 0.5rem;
	padding: 0;
}

/* ========== Instagram video feed ========== */
.oc-instagram-feed {
	padding: 3rem 0;
}
.oc-instagram-feed__inner.container,
.oc-instagram-feed .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.oc-instagram-feed__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: 1.5rem;
}
.oc-instagram-feed__title {
	margin: 0;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	color: #0a336b;
}
.oc-instagram-feed__profile {
	color: #235b21;
	font-weight: 600;
	text-decoration: none;
}
.oc-instagram-feed__profile:hover {
	text-decoration: underline;
}
.oc-instagram-feed__grid {
	display: grid;
	grid-template-columns: repeat(var(--oc-ig-cols, 4), minmax(0, 1fr));
	gap: 0.75rem;
}
@media (max-width: 991.98px) {
	.oc-instagram-feed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575.98px) {
	.oc-instagram-feed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}
}
.oc-instagram-feed__card {
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #111;
	text-decoration: none;
	aspect-ratio: 1 / 1; /* Instagram profile-grid square */
}
.oc-instagram-feed__media {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.oc-instagram-feed__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.oc-instagram-feed__card--placeholder .oc-instagram-feed__media {
	background: #eefaff;
}
.oc-instagram-feed__card--placeholder img {
	object-fit: contain;
	padding: 18%;
	box-sizing: border-box;
}
.oc-instagram-feed__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05));
	pointer-events: none;
}
.oc-instagram-feed__play svg {
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.oc-instagram-feed__card:hover .oc-instagram-feed__play {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1));
}
.oc-instagram-feed__empty {
	margin: 0;
	color: #000;
	text-align: center;
}

/* Press releases (home) — news-grid style cards */
.oc-press-releases {
	padding: 3rem 0;
	background: transparent;
}
.oc-press-releases__inner.container,
.oc-press-releases .container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}
.oc-press-releases__title {
	text-align: center;
	margin: 0 0 1.5rem;
	color: var(--oc-primary);
}
.oc-press-releases__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.oc-press-releases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
	.oc-press-releases__grid { grid-template-columns: repeat(3, 1fr); }
}
.oc-press-releases__card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.oc-press-releases__media {
	display: block;
	background: #eefaff;
}
.oc-press-releases__media img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
}
.oc-press-releases__media--placeholder {
	background: #eefaff;
}
.oc-press-releases__media--placeholder img {
	object-fit: contain;
	object-position: center;
	padding: 1.5rem;
	box-sizing: border-box;
}
.oc-press-releases__body {
	padding: 1rem 1.1rem 1.25rem;
	flex: 1 1 auto;
}
.oc-press-releases__card-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.35;
}
.oc-press-releases__card-title a {
	color: var(--oc-ink, #150f11);
	text-decoration: none;
}
.oc-press-releases__card-title a:hover {
	color: var(--oc-link, #235b21);
	text-decoration: underline;
	text-underline-offset: 2px;
}
/* Legacy link-only markup fallback */
.oc-press-releases__item { margin: 0; }
.oc-press-releases__item a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* FAQ — live VC accordion (vc_tta) parity */
.oc-faq {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.oc-faq__list { margin: 0; padding: 0; }
.oc-faq__item {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 -1px !important; /* live panels share 1px borders */
  background: transparent !important;
  list-style: none;
}
.oc-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #666 !important;
  background: #f8f8f8 !important;
  padding: 14px 20px 14px 46px !important;
  position: relative;
  /* live .vc_tta-panel-heading ≈ 46px border-box */
  min-height: 46px !important;
  height: 46px !important;
  box-sizing: border-box !important;
  display: block !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14 !important;
}
.oc-faq__item[open] summary {
  border-radius: 5px 5px 0 0 !important;
}
.oc-faq__item:not([open]) summary {
  border-radius: 5px !important;
}
.oc-faq__item summary::-webkit-details-marker { display: none; }
/* VC plus icon = 12×12 cross via pseudo lines */
.oc-faq__item summary::before,
.oc-faq__item summary::after {
  content: "" !important;
  position: absolute;
  left: 21px; /* live icon x≈60 inside content starting ~39 */
  top: 50%;
  background: #666 !important;
  transform: translateY(-50%);
  font-size: 0 !important;
}
.oc-faq__item summary::before {
  width: 12px;
  height: 2px;
}
.oc-faq__item summary::after {
  width: 2px;
  height: 12px;
  left: 26px;
}
.oc-faq__item[open] summary::after {
  display: none !important;
}
.oc-faq__answer {
  margin: -1px 0 0 !important; /* collapse shared border with summary like VC */
  padding: 14px 20px !important;
  background: #f8f8f8 !important;
  color: #000000;
  font-size: 16px !important;
  line-height: 24px !important;
  /* opsz 14 matches live glyph metrics (289.2px sample); auto does not */
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14 !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}
.oc-faq__answer p {
  margin: 10px 0 0 !important; /* live .wpb_wrapper p margin-top */
  color: #212529 !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14 !important;
}
.oc-faq__answer a {
  color: var(--oc-primary);
  text-decoration: underline;
}
.oc-faq__answer a:hover {
  color: var(--oc-accent);
}

/* Contact */
.oc-contact { padding: 3rem 15px; text-align: center; max-width: 1140px; margin: 0 auto; }
.oc-contact .oc-section-header { text-align: center; margin-bottom: 1.5rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.oc-contact .oc-section-header h1,
.oc-contact__title {
	font-size: 30px !important;
	font-weight: 700 !important;
	color: #0a336b !important;
	margin: 0 0 16px !important;
	line-height: 1.2;
}
.oc-contact .oc-section-header p {
	font-size: 20px !important;
	font-weight: 300 !important;
	color: #6c757d !important;
	margin: 0 0 24px !important;
	line-height: 1.5;
}
.oc-contact__grid {
	display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem;
	text-align: left; max-width: 1140px; margin-left: auto; margin-right: auto;
}
@media (min-width: 768px) { .oc-contact__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) {
	.oc-contact__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.25rem;
		align-items: flex-start;
	}
}
.oc-contact__item { display: flex; gap: 1rem; align-items: center; }
.oc-contact__icon { color: var(--oc-accent) !important; font-size: 2rem !important; line-height: 1; flex: 0 0 auto; }
.oc-contact__item strong { display: block; font-weight: 700; color: #212529; }
.oc-contact__item a,
.oc-contact__item span { color: #212529; font-weight: 400; }
.oc-contact__map {
	border-radius: 10px;
	overflow: hidden;
	min-height: 360px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	aspect-ratio: 16 / 9;
	max-width: 100%;
}
.oc-contact__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* Sidebar nav (from VC btn stacks) — live vc_btn3 */
.oc-sidebar-nav { display: flex; flex-direction: column; gap: 22px; width: 100%; padding-bottom: 22px; }
.oc-sidebar-nav__link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 20px;
	background: #ebebeb;
	color: #666 !important;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	text-align: left;
	transition: background .15s ease, color .15s ease;
}
.oc-sidebar-nav__link:hover,
.oc-sidebar-nav__link.is-active {
	background: #0a336b;
	color: #fff !important;
}

/* Converted VC columns */
.oc-vc-columns { gap: 1.5rem; margin: 1.5rem 0; }
.wp-block-button.oc-button-block,
.oc-button-block { width: 100%; }
.oc-button-block .wp-block-button__link { width: 100%; background: var(--oc-primary); border-radius: 2px; text-align: left; }

/* Footer — live #footer-subscribe / #footer-navigation / #footer-bottom */
.oc-site-footer { margin-top: 3rem; /* mt-5 */ }
footer.wp-block-template-part,
.wp-site-blocks > footer {
  margin-top: 3rem !important; /* live site-footer mt-5 */
}
main.oc-main {
  padding-bottom: 3rem !important; /* live site-main py-5 bottom */
}
.oc-subscribe,
#footer-subscribe {
	background-size: cover;
	background-position: center;
	padding: 96px 0; /* live */
	text-align: center;
	color: #fff;
	display: flex;
	box-sizing: border-box;
	min-height: 378px;
}
.oc-subscribe__inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.oc-subscribe h2,
#footer-subscribe h2 {
	color: #fff !important;
	max-width: 40rem;
	margin: 0 auto 2.5rem;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 1.3;
}
.oc-subscribe__form {
	display: grid;
	gap: .75rem;
	max-width: 1100px;
	margin: 0 auto;
	grid-template-columns: 1fr;
	width: 100%;
}
/* Live Constant Contact: 2×2 from tablet, 4-col on wide desktop */
@media (min-width: 768px) {
	.oc-subscribe__form { grid-template-columns: repeat(2, minmax(0, 255px)); justify-content: center; }
}
@media (min-width: 1200px) {
	.oc-subscribe__form { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1100px; }
}
.oc-subscribe__form input {
	height: 53px;
	border: 1px solid #ced4da;
	background-color: #fafbfd;
	border-radius: 6px;
	padding: 18px 16px;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	box-sizing: border-box;
	color: #212529;
}
.oc-subscribe__form .oc-btn,
.oc-subscribe__form .btn {
	height: 53px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
	background: #f9a13a;
	color: #fff !important;
	border: 0;
	width: 100%;
}
.oc-subscribe__form .oc-btn:hover,
.oc-subscribe__form .btn:hover {
	background: #e08c1f;
	color: #fff !important;
}
.subscribe-shortcode-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
/* Live Custom CSS — CTCT 4-col orange button + white disclosure */
.subscribe-shortcode-wrapper .ctct-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.ctct-form-wrapper .ctct-form .ctct-label-top label {
	display: none;
}
.subscribe-shortcode-wrapper .ctct-form .ctct-form-field {
	flex: 0 0 100%;
	margin: 0 !important;
	max-width: 100%;
}
@media (min-width: 768px) {
	.subscribe-shortcode-wrapper .ctct-form .ctct-form-field {
		flex: 0 0 calc(50% - 5px);
		max-width: 255px;
	}
}
@media (min-width: 992px) {
	.subscribe-shortcode-wrapper .ctct-form .ctct-form-field {
		flex: 0 0 calc(25% - 5px);
		max-width: 255px;
	}
}
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-text,
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-email,
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-submit {
	width: 100% !important;
	box-sizing: border-box;
}
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-text,
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-email {
	padding: 0.75rem 1rem !important;
	font-size: 1.25rem !important;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem !important;
	min-height: 56px;
	height: 56px;
	background-color: #fafbfd !important;
}
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-submit,
.subscribe-shortcode-wrapper .ctct-form-field .ctct-submit {
	background-color: #d97706 !important; /* rgb(217, 119, 6) */
	color: #fff !important;
	font-size: 1.25rem !important;
	padding: 0.75rem 1rem !important;
	border: none !important;
	border-radius: 0.25rem !important;
	transition: all 0.3s ease;
	margin: 0 !important;
	min-height: 53px;
	height: 53px;
	cursor: pointer;
}
.subscribe-shortcode-wrapper .ctct-form-field input.ctct-submit:hover {
	background-color: #b45309 !important;
	transform: scale(1.05);
}
.subscribe-shortcode-wrapper .ctct-form .ctct-label-hidden,
.subscribe-shortcode-wrapper .ctct-list-selector,
.subscribe-shortcode-wrapper .ctct-optin-hide {
	display: none !important;
}
.subscribe-shortcode-wrapper .ctct-form p {
	margin: 0 !important;
	padding: 0 !important;
}
.subscribe-shortcode-wrapper [data-lastpass-icon-root] {
	display: none !important;
}
#footer-subscribe .ctct-disclosure,
.subscribe-shortcode-wrapper .ctct-disclosure,
#ctct-form-wrapper-0 .ctct-disclosure {
	text-align: center;
	margin-top: 1rem;
	color: #fff !important;
	font-size: 0.875rem;
	line-height: 1.45;
}
#footer-subscribe .ctct-disclosure a,
.subscribe-shortcode-wrapper .ctct-disclosure a,
#ctct-form-wrapper-0 .ctct-disclosure a {
	color: #f9a13a !important;
}
.oc-subscribe__disclosure,
#footer-subscribe .ctct-disclosure {
	color: #fff;
	max-width: 720px;
	margin: 1.25rem auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
}
.oc-subscribe__disclosure hr,
#footer-subscribe .ctct-disclosure hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
	margin: 0 0 0.75rem;
}
.oc-subscribe__disclosure a,
#footer-subscribe .ctct-disclosure a {
	color: #f9a13a;
	text-decoration: underline;
}

.oc-footer-nav,
#footer-navigation {
	background: #eefaff;
	padding: 48px 0; /* py-5 */
	color: #000;
}
.oc-footer-nav__logo {
	text-align: center;
	margin: 0 auto 48px; /* mb-5 */
	padding: 0 15px;
}
.oc-footer-nav__logo img {
	max-width: 140px;
	max-height: 140px;
	width: 140px;
	height: auto;
	margin: 0 auto 24px; /* mb-4 on live img */
	display: block;
}
.oc-footer-nav__grid {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	display: grid;
	gap: 1.5rem; /* g-4 */
	grid-template-columns: 1fr;
}
@media (min-width: 992px) {
	.oc-footer-nav__grid { grid-template-columns: 1fr 1fr; }
}
.oc-footer-nav__cols {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}
@media (min-width: 768px) {
	.oc-footer-nav__cols { grid-template-columns: repeat(3, 1fr); }
}
.oc-footer-nav h3 {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
}
.oc-footer-nav__spaced { margin-top: 1.5rem; }
.oc-menu-list { list-style: none; margin: 0; padding: 0; }
.oc-menu-list li { margin: 0 0 .4rem; }
.oc-menu-list a { color: #000; }
.oc-menu-list--two-col,
.two-col-list {
	columns: 2;
	column-gap: 1.5rem;
}

.oc-footer-bottom,
#footer-bottom {
	background: #eefaff;
	padding: 24px 0; /* py-4 */
}
.oc-footer-bottom__inner,
.footer-bottom-copyright {
	max-width: 1440px;
	margin: 0 auto;
	padding: 27px 15px 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: center;
	border-top: 1px solid #e1e4ed;
}
@media (min-width: 992px) {
	.oc-footer-bottom__inner,
	.footer-bottom-copyright {
		grid-template-columns: 1fr 1fr;
	}
	.oc-footer-bottom .oc-social,
	#footer-bottom .header-social {
		justify-content: flex-end;
	}
}
.oc-footer-bottom__copy { color: #000; font-size: .9rem; }
#footer-bottom .oc-social,
#footer-bottom .header-social {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}
#footer-bottom .social-icon-link,
#footer-bottom .oc-social a {
	color: #fff;
	background-color: #000000;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 6px;
	text-decoration: none;
}
#footer-bottom .social-icon-link:hover,
#footer-bottom .oc-social a:hover {
	background-color: #333333;
	color: #fff;
}

/* Empty / short pages — live main.site-main.py-5 = 96px content band */
main.oc-main,
main.site-main {
	padding-top: 0;
	padding-bottom: 0;
}
/* When page banner is inlined in main (FSE) and there is no post content node */
main.oc-main:not(:has(.wp-block-post-content)):not(:has(.entry-content)) {
	padding-bottom: 6rem; /* live empty main py-5 total (96px) below banner */
}
main.oc-main .wp-block-post-content,
main.oc-main .entry-content {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
main.oc-main .wp-block-post-content:empty,
main.oc-main .entry-content:empty {
	display: block !important;
	min-height: 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin: 0;
}

/* Content defaults — live Bootstrap body text is #212529, not muted gray */
.entry-content,
.wp-block-post-content { font-size: 16px; line-height: 24px; color: #212529; }
.entry-content h2,
.wp-block-post-content h2 { color: var(--oc-primary); }

.oc-accordion .wp-block-details { border: 1px solid var(--oc-border); border-radius: 8px; padding: .75rem 1rem; margin-bottom: .75rem; }

/* how-do-i / special-districts — live VC accordion parity (reuse FAQ chrome) */
.oc-accordion.wp-block-group,
.wp-block-group.oc-accordion {
  padding: 0 !important;
  margin: 0 !important;
}
.oc-accordion .wp-block-details {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 -1px !important;
  background: transparent !important;
}
/* One continuous answer panel (not one gray box per p/ul) */
.oc-accordion .wp-block-details[open] {
  background: #f8f8f8 !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 5px !important;
  padding: 0 !important;
}
.oc-accordion .wp-block-details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #666 !important;
  background: #f8f8f8 !important;
  padding: 14px 20px 14px 46px !important;
  position: relative;
  min-height: 46px !important;
  box-sizing: border-box !important;
  display: block !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 5px !important;
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14 !important;
}
.oc-accordion .wp-block-details[open] summary {
  border: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 5px 5px 0 0 !important;
  margin-bottom: 0 !important;
}
.oc-accordion .wp-block-details summary::-webkit-details-marker { display: none; }
.oc-accordion .wp-block-details summary::before,
.oc-accordion .wp-block-details summary::after {
  content: "" !important;
  position: absolute;
  left: 21px;
  top: 50%;
  background: #666 !important;
  transform: translateY(-50%);
  font-size: 0 !important;
}
.oc-accordion .wp-block-details summary::before {
  width: 12px;
  height: 2px;
}
.oc-accordion .wp-block-details summary::after {
  width: 2px;
  height: 12px;
  left: 26px;
}
.oc-accordion .wp-block-details[open] summary::after {
  display: none !important;
}

/* Live VC sky accordion (Agendas and Minutes) — stacked as one section */
.oc-accordion--sky .wp-block-details,
.oc-accordion--sky .wp-block-details[open] {
  border-radius: 0 !important;
}
.oc-accordion--sky .wp-block-details summary {
  background-color: #5aa1e3 !important;
  border-color: #4d9ae1 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.oc-accordion--sky .wp-block-details:first-of-type summary,
.oc-accordion--sky .wp-block-details:first-of-type[open] summary {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.oc-accordion--sky .wp-block-details:last-of-type:not([open]) summary,
.oc-accordion--sky .wp-block-details:last-of-type[open] {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.oc-accordion--sky .wp-block-details[open] {
  background-color: #f8f8f8 !important;
}
.oc-accordion--sky .wp-block-details[open] summary {
  background-color: #f8f8f8 !important;
  border-color: #e4e4e4 !important;
  color: #666 !important;
  border-radius: 0 !important;
}
.oc-accordion--sky .wp-block-details:first-of-type[open] summary {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.oc-accordion--sky .wp-block-details summary::before,
.oc-accordion--sky .wp-block-details summary::after {
  background: #fff !important;
}
.oc-accordion--sky .wp-block-details[open] summary::before,
.oc-accordion--sky .wp-block-details[open] summary::after {
  background: #666 !important;
}

/* Agendas / Minutes section headings */
body.page-id-5250 main.oc-main .wp-block-post-content h2.wp-block-heading,
body.parent-pageid-5142 main.oc-main .wp-block-heading:has(+ .oc-accordion--sky),
main.oc-main h2.wp-block-heading:has(+ .wp-block-group.oc-accordion--sky) {
  margin: 30px 0 20px !important;
}
/* Live panel-body padding: 14px 20px (shared across all answer blocks) */
.oc-accordion .wp-block-details > :not(summary),
.oc-accordion .wp-block-details > p.wp-block-paragraph,
.oc-accordion .wp-block-details > .wp-block-list,
.oc-accordion .wp-block-details > ul,
.oc-accordion .wp-block-details > ol {
  margin: 0 !important;
  padding: 0 20px 8px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000;
  font-size: 16px !important;
  line-height: 24px !important;
  box-sizing: border-box !important;
}
.oc-accordion .wp-block-details > summary + *,
.oc-accordion .wp-block-details > summary + p.wp-block-paragraph,
.oc-accordion .wp-block-details > summary + .wp-block-list,
.oc-accordion .wp-block-details > summary + ul,
.oc-accordion .wp-block-details > summary + ol {
  padding-top: 14px !important;
}
.oc-accordion .wp-block-details > :not(summary):last-child,
.oc-accordion .wp-block-details > p.wp-block-paragraph:last-child,
.oc-accordion .wp-block-details > .wp-block-list:last-child,
.oc-accordion .wp-block-details > ul:last-child,
.oc-accordion .wp-block-details > ol:last-child {
  padding-bottom: 14px !important;
  margin-bottom: 0 !important;
}
/* Tighten nested spacing only — do not zero padding on direct children */
.oc-accordion .wp-block-details .wp-block-paragraph,
.oc-accordion .wp-block-details p,
.oc-accordion .wp-block-details .wp-block-list,
.oc-accordion .wp-block-details ul,
.oc-accordion .wp-block-details ol,
main.oc-main .oc-accordion .wp-block-details .wp-block-paragraph,
main.oc-main .wp-block-post-content .oc-accordion .wp-block-details .wp-block-paragraph {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  background: transparent !important;
}
.oc-accordion .wp-block-details > :not(summary):last-child,
.oc-accordion .wp-block-details > p:last-child,
.oc-accordion .wp-block-details > .wp-block-paragraph:last-child,
.oc-accordion .wp-block-details > .wp-block-list:last-child,
.oc-accordion .wp-block-details > ul:last-child,
.oc-accordion .wp-block-details > ol:last-child {
  margin-bottom: 0 !important;
}
.oc-accordion .wp-block-details > ul,
.oc-accordion .wp-block-details > ol,
.oc-accordion .wp-block-details > .wp-block-list {
  padding-left: calc(20px + 1.25rem) !important;
  padding-right: 20px !important;
}
/* how-do-i FAQs heading — live h2 24/700, flush under banner */
body.page-id-926 main.oc-main .wp-block-post-content > h2.wp-block-heading:first-child {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  color: #212529 !important;
  line-height: 1.2 !important;
}


/* ========== Live visual parity (iteration 7) ========== */

/* Kill FSE gaps that push hero below header */
.wp-site-blocks,
.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-site-blocks { padding: 0 !important; }
.wp-block-template-part { margin: 0 !important; }
.wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.wp-block-post-content > * {
  margin-block-start: 0 !important;
}
body .is-layout-constrained > .alignfull,
.wp-block-post-content > .alignfull,
.oc-hero-slider.alignfull,
#hero-slider.alignfull,
.oc-page-banner.alignfull,
.oc-site-header.alignfull,
.oc-site-footer.alignfull,
.oc-subscribe.alignfull {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Header — match live: pb-3 (16px), logo 140, nav 16px/pad0, search far-right */
.oc-site-header.site-heade {
  padding: 0 0 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.oc-site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px; /* live Bootstrap container gutter */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0; /* live: logo flush against right wrapper */
}
.oc-site-header__logo img,
.navbar-brand img {
  max-width: 140px !important;
  width: 140px;
  height: auto;
  display: block;
}
.header-right-wrapper {
  flex: 0 1 815px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  max-width: 815px;
  margin-left: auto;
}
.top-header-bar {
  display: none;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
  background: transparent !important;
}
.top-header-bar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px; /* space between email cluster and socials */
  margin-right: 0;
}
.header-contact { display: flex; align-items: center; }
.email-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0; /* icon uses margin-right like live */
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
  padding: 0 8px;
}
.email-icon-link span {
  font-size: 16px !important; /* live: span 16px inside 14px link */
  color: #000;
  line-height: 24px;
}
.email-icon-link .fa-envelope {
  width: 32px; height: 32px; border-radius: 4px;
  background: #000; color: #fff !important;
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: 8px !important;
}
.header-social { display: flex; gap: 16px; } /* live: icons 48px centers */
.social-icon-link {
  width: 32px; height: 32px; border-radius: 4px;
  background: #000; color: #fff !important;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; padding: 6px;
}
.social-icon-link:hover { background: #b45309; color: #fff !important; }

.header-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-top: 14px !important;
  background: #fff;
  gap: 8px;
}
.navbar-menu1 {
  display: none;
  width: 100%;
}
.navbar-menu1.is-open { display: block; }
ul#menu-header-menu,
.oc-primary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
ul#menu-header-menu a,
.oc-primary-nav a {
  color: #150f11 !important;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
}
ul#menu-header-menu a:hover,
.oc-primary-nav a:hover,
ul#menu-header-menu a:active {
  text-decoration: none;
}
/* Parent (top-level) items: no hover background */
ul#menu-header-menu > li > a:hover,
ul#menu-header-menu > li > a:active,
.oc-primary-nav > li > a:hover,
.oc-primary-nav > li > a:active {
  background: transparent;
}
ul#menu-header-menu .sub-menu a:hover,
.oc-primary-nav .sub-menu a:hover {
  background: #e9ecef;
}
ul#menu-header-menu .sub-menu,
.oc-primary-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  display: none;
}
ul#menu-header-menu .menu-item-has-children.is-open > .sub-menu,
.oc-primary-nav .menu-item-has-children.is-open > .sub-menu {
  display: block;
}
/* Top-level parents: down caret */
ul#menu-header-menu > .menu-item-has-children > a::after,
.oc-primary-nav > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
}
/* Nested parents (e.g. Resources → Central Accounting): right chevron for flyout */
ul#menu-header-menu .sub-menu .menu-item-has-children > a,
.oc-primary-nav .sub-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
ul#menu-header-menu .sub-menu .menu-item-has-children > a::after,
.oc-primary-nav .sub-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 0.5em;
  vertical-align: 0.15em;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
}

.header-search-wrap { margin-left: auto; }
.header-search {
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  border: 0;
}
.header-search-icon {
  border: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
  padding: 10px 12px;
  cursor: pointer;
  color: #150f11;
  font-size: 16px;
}
.header-search .search-input-custom {
  border: 0;
  outline: 0;
  background: #fff7f0;
  height: 40px;
  width: 0;
  max-width: 190px;
  padding: 0;
  opacity: 0;
  transition: width .2s ease, opacity .2s ease, padding .2s ease;
}
.header-search.is-open .search-input-custom,
.header-search:focus-within .search-input-custom {
  width: 160px;
  padding: 0 10px;
  opacity: 1;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .top-header-bar { display: block; }
  .oc-nav-toggle { display: none; }
  .navbar-menu1 {
    display: block !important;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  ul#menu-header-menu,
  .oc-primary-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px !important;
    width: 100%;
  }
  ul#menu-header-menu > li,
  .oc-primary-nav > li { position: relative; flex: 0 0 auto; }
  ul#menu-header-menu > li > a,
  .oc-primary-nav > li > a {
    white-space: nowrap;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  ul#menu-header-menu .sub-menu,
  .oc-primary-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 0 4px #dfdfdf;
    border-radius: 6px;
    border: none;
    padding: 0.5rem 0;
    z-index: 1051;
    display: none;
    overflow: visible;
  }
  ul#menu-header-menu > li:hover > .sub-menu,
  .oc-primary-nav > li:hover > .sub-menu { display: block; }
  /* Grandchild flyouts (Resources → Central Accounting / Internal Audit / PTA) */
  ul#menu-header-menu .sub-menu > li,
  .oc-primary-nav .sub-menu > li {
    position: relative;
  }
  ul#menu-header-menu .sub-menu > li:hover > .sub-menu,
  .oc-primary-nav .sub-menu > li:hover > .sub-menu {
    display: block;
  }
  ul#menu-header-menu .sub-menu .sub-menu,
  .oc-primary-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
    min-width: 220px;
    z-index: 1052;
  }
  .header-search-wrap {
    flex: 0 0 auto;
    margin-left: 16px;
    order: 2;
  }
  .navbar-menu1 { order: 1; }
}

/* Hero — Bootstrap carousel-fade look (stacked slides + opacity crossfade) */
#hero-slider,
.oc-hero-slider {
  margin: 0 !important;
  padding: 0 !important;
  height: 600px;
  max-width: none;
  position: relative;
}
.oc-hero-carousel,
#mainHeroCarousel {
  position: relative;
  height: 600px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.oc-hero-slider__track,
.carousel-inner {
  height: 600px;
  position: relative;
}
/*
 * All slides stay in the layout (display:block) so opacity can animate.
 * Inactive slides are absolute + opacity:0; the active slide is relative
 * so the carousel keeps its height.
 */
.oc-hero-slider__slide,
.carousel-item {
  display: block !important;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
}
.oc-hero-slider__slide.is-active,
.oc-hero-slider__slide.active,
.carousel-item.active,
.carousel-item.is-active {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 1;
}
.carousel-control-prev,
.carousel-control-next,
.oc-hero-slider__prev,
.oc-hero-slider__next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 15%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  opacity: .5;
  transform: none;
}
.carousel-control-prev:hover,
.carousel-control-next:hover { opacity: .9; background: none; }
.carousel-control-prev,
.oc-hero-slider__prev { left: 0; }
.carousel-control-next,
.oc-hero-slider__next { right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators,
.oc-hero-slider__dots {
  position: absolute;
  right: 0; bottom: 0; left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
  gap: 4px;
}
.carousel-indicators [data-index],
.carousel-indicators button,
.oc-hero-slider__dot {
  width: 30px;
  height: 3px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 3px;
  background-color: rgba(255,255,255,.5);
  cursor: pointer;
  box-sizing: content-box;
  flex: 0 1 auto;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators .active,
.carousel-indicators .is-active,
.oc-hero-slider__dot.is-active,
.oc-hero-slider__dot.active {
  opacity: 1;
  background-color: #fff;
}

/* Sections full-bleed; inner content = Bootstrap .container 1140 */
.oc-team-grid,
.oc-department-grid,
.oc-quick-links,
.oc-news-grid,
.oc-video-section,
.oc-contact,
.oc-faq {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem 15px;
}
.oc-team-grid__items,
.oc-department-grid > .oc-section-header,
.oc-department-grid__layout,
.oc-quick-links__grid,
.oc-quick-links > .oc-section-header,
.oc-news-grid__items,
.oc-news-grid__inner,
.oc-news-grid > .oc-section-header,
.oc-news-grid .oc-section-header,
.oc-news-grid__cta,
.oc-video-section > .oc-section-header,
.oc-video-section__frame,
.oc-contact__inner,
.oc-faq__inner,
.oc-press-releases__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.oc-team-grid {
  padding-top: 48px;
  padding-bottom: 48px;
}
.oc-team-card--intro h2 {
  font-size: 48px !important;
  font-weight: 400 !important; /* live card-title */
  line-height: 1.2 !important;
  color: #0a336b;
  margin: 30px 0 12px !important; /* live card-title offset within card-body */
}
.oc-team-card--intro.firstCard,
.oc-team-card--intro {
  display: block !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 20px 15px !important; /* live .card-body + col pad */
  min-height: 0 !important;
  height: auto !important;
}
.oc-team-card--intro .oc-btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  padding: 6px 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 4px;
  background: #d97706 !important; /* live btn orange */
  color: #fff !important;
}
.oc-team-card--intro .oc-btn:hover {
  background: #b45309 !important;
  color: #fff !important;
}
.oc-team-card__media {
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0;
  background: transparent;
}
.oc-team-card__media img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: top center;
  border-radius: 0;
  display: block;
}
.oc-team-card__body {
  background: #eefaff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.oc-team-card__body h3 { font-size: 18px; font-weight: 600; } /* live #profile-cards .card-body h4 */
.oc-team-card__role { color: #000; font-size: 1rem; /* 16px ≈ 12pt */ }
.oc-team-card__bio { font-size: 1rem; /* 16px ≈ 12pt */ line-height: 1.5; }

/* Staff card titles match live h4 (18px / 600) over generic post-content h3 */
main.oc-main .wp-block-post-content .oc-team-card__body h3,
main.oc-main .entry-content .oc-team-card__body h3,
body.home .oc-team-card__body h3,
body.page-id-20 .oc-team-card__body h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin: 0 0 .25rem !important;
}
main.oc-main .wp-block-post-content .oc-team-card__role,
main.oc-main .wp-block-post-content .oc-team-card__bio,
body.home .oc-team-card__role,
body.home .oc-team-card__bio {
  font-size: 1rem !important; /* 16px ≈ 12pt */
  line-height: 1.5 !important;
}
.oc-footer-nav__grid,
.oc-footer-bottom__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.oc-page-banner { max-width: none; }

/* Mobile header — live: logo centered, stacked, ~236px */
@media (max-width: 767.98px) {
  .oc-site-header.site-heade { padding-bottom: 16px; }
  .oc-site-header__inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 0;
    padding: 0 12px;
  }
  .navbar-brand,
  .oc-site-header__logo {
    display: block;
    margin: 0 auto 16px !important;
    text-align: center;
  }
  .navbar-brand img,
  .oc-site-header__logo img {
    margin: 0 auto;
  }
  .header-right-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 auto;
    align-items: stretch;
  }
  .top-header-bar { display: none !important; }
  .header-navbar {
    padding-top: 14px !important;
    padding-bottom: 8px !important;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 64px;
  }
  .oc-nav-toggle {
    display: inline-flex !important;
    order: 2;
    margin-left: 0;
    width: 42px;
    height: 40px;
  }
  .header-search-wrap {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .navbar-menu1 {
    order: 3;
    width: 100%;
    flex-basis: 100%;
  }
  .navbar-menu1.is-open {
    display: block !important;
  }
  #hero-slider, .oc-hero-slider, .oc-hero-carousel, #mainHeroCarousel,
  .oc-hero-slider__slide, .carousel-item {
    height: 600px !important;
  }
}

/* Tablet header (768–991) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .oc-site-header__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .header-right-wrapper { max-width: 815px; }
  .top-header-bar { display: block; }
  .header-navbar {
    padding-top: 14px !important;
    padding-bottom: 8px !important;
    min-height: 64px;
    justify-content: flex-start !important;
    gap: 0 !important;
  }
  .header-search-wrap {
    margin-left: 28px !important; /* live search ~195 vs local 167 */
  }
  .navbar-menu1 { display: none; }
  .navbar-menu1.is-open { display: block !important; width: 100%; flex-basis: 100%; }
  .oc-nav-toggle { display: inline-flex !important; }
}

/* About / inner page content layout */
.oc-main {
  padding: 48px 0 3rem;
}
.oc-main > .oc-page-banner,
.oc-main > #page-banner {
  /* banner is full-bleed above padded content — kill main top pad for banner */
}
main.oc-main {
  padding-top: 0;
}
main.oc-main .wp-block-post-content {
  max-width: 1140px !important;
  margin: 48px auto 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.wp-block-columns.alignwide {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
  align-items: center;
}
.about-feature-img,
.wp-block-post-featured-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
.wp-block-post-content h2.wp-block-heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 30px 0 0 !important;
  line-height: 1.2 !important;
  color: #0a336b;
}
.wp-block-post-content h3.wp-block-heading {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: #0a336b;
  font-weight: 600;
}

/* Strong FSE gap kill — header must sit flush against hero */
.wp-site-blocks > *,
.wp-site-blocks > .wp-block-template-part,
.wp-site-blocks > main,
.wp-site-blocks > .wp-block-group,
main.oc-main,
main.wp-block-group,
.entry-content,
.wp-block-post-content,
.wp-block-post-content.alignfull,
.wp-block-post-content.has-global-padding {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}
header.oc-site-header + *,
.wp-block-template-part + main,
.wp-block-template-part + .wp-block-group {
  margin-block-start: 0 !important;
}
/* Only pad inner pages below banner, not front page hero */
body.home main.oc-main,
body.home .wp-block-post-content,
body.front-page main.oc-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Front page: full-bleed content (no constrained 1140 wrapper) */
body.home main.oc-main .wp-block-post-content,
body.home .wp-block-post-content,
body.home .entry-content,
body.front-page main.oc-main .wp-block-post-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Team grid — Bootstrap-like 4-col with g-4 gutters */
.oc-team-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .oc-team-grid__items { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .oc-team-grid__items { grid-template-columns: repeat(4, 1fr); }
}
.oc-team-card--intro.firstCard,
.oc-team-card--intro {
  min-height: 0 !important;
  display: block !important;
  justify-content: flex-start !important;
  padding: 20px 15px !important;
}
.oc-team-card--intro h2 {
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #0a336b;
  margin: 30px 0 12px !important;
  line-height: 1.2 !important;
}

/* About / pages: keep columns side-by-side from md (768) like Bootstrap */
@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1;
    min-width: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="41.66%"],
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="40%"] {
    flex-basis: 41.6667% !important;
    width: 41.6667% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="58.33%"],
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="60%"] {
    flex-basis: 58.3333% !important;
    width: 58.3333% !important;
  }
}

/* Tablet header: logo left, search + toggler right (like live md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .oc-site-header__inner {
    flex-direction: row !important;
    align-items: center !important;
  }
  .navbar-brand, .oc-site-header__logo {
    margin: 0 !important;
    text-align: left !important;
  }
  .header-navbar {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .header-search-wrap { order: 1; margin-right: 8px; margin-left: 0; }
  .oc-nav-toggle { order: 2; }
  .navbar-menu1 { order: 3; }
}

/* Hero: remove rounded/shadow inset mismatch — live looks edge-flush in viewport */
#hero-slider .oc-hero-carousel,
#mainHeroCarousel.oc-hero-carousel {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Team grid — Bootstrap row g-4 equivalent (25% cols, 12px pad) */
@media (min-width: 992px) {
  .oc-team-grid__items {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 !important;
    margin-left: -12px;
    margin-right: -12px;
  }
  .oc-team-grid__items > .oc-team-card {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .oc-team-grid__items {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 !important;
    margin-left: -12px;
    margin-right: -12px;
  }
  .oc-team-grid__items > .oc-team-card {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
  }
}

/* Team grid final — 25% cols inside 1140, no negative margin */
.oc-team-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.oc-team-grid__items {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .oc-team-grid__items {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: stretch !important;
  }
  .oc-team-grid__items > .oc-team-card {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .oc-team-grid__items {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch !important;
  }
  .oc-team-grid__items > .oc-team-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (min-width: 1200px) {
  /* ensure section horizontal padding matches live px-4-ish while container stays 1140 */
  .oc-team-grid { padding-left: 0; padding-right: 0; }
}

/* Page content constrained like live .container */
main.oc-main .wp-block-post-content,
.entry-content.wp-block-post-content {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 48px !important;
}
body.home main.oc-main .wp-block-post-content,
body.home .wp-block-post-content {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

/* Banner: keep title+sub vertically centered; tighter mobile type */
#page-banner,
.oc-page-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 0 !important;
}
.page-banner-headline,
.oc-page-banner__title {
  margin-top: 30px !important;
  margin-bottom: 16px !important; /* live .mb-3 */
}
@media (max-width: 767.98px) {
  .page-banner-headline,
  .oc-page-banner__title { font-size: 30px !important; }
  .page-banner-subheadline,
  .oc-page-banner__sub { font-size: 16px !important; line-height: 24px !important; }
  #page-banner, .oc-page-banner { padding: 0 !important; }
}

/* VC-like 25/75 and 33/66 column pages */
.oc-vc-columns.oc-cols-2 { align-items: flex-start; }
@media (min-width: 768px) {
  /* Sidebar-first migrations only: swap to live content-left / sidebar-right */
  .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) {
    order: 2 !important;
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column {
    order: 1 !important;
    flex: 0 0 66.6667% !important;
    width: 66.6667% !important;
    max-width: 66.6667% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="25%"] {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="75%"] {
    flex: 0 0 75% !important;
    width: 75% !important;
    max-width: 75% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="66.67%"] {
    flex-basis: 66.6667% !important;
    width: 66.6667% !important;
    max-width: 66.6667% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="33.33%"] {
    flex-basis: 33.3333% !important;
    width: 33.3333% !important;
  }
  /* Fraud hotline etc. — live vc_col-sm-10 / vc_col-sm-2 */
  .oc-vc-columns > .wp-block-column[style*="83.33%"] {
    flex-basis: 83.3333% !important;
    width: 83.3333% !important;
    max-width: 83.3333% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="16.67%"] {
    flex-basis: 16.6667% !important;
    width: 16.6667% !important;
    max-width: 16.6667% !important;
  }
}

/* Override WP constrained layout to live .container width */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1140px !important;
}
.wp-block-post-content.is-layout-constrained {
  max-width: 1140px !important;
}

/* About bio row — vertical center like Bootstrap align-items-center */
.wp-block-columns.alignwide,
main .wp-block-columns:not(.oc-vc-columns) {
  align-items: center !important;
}

/* About mobile: keep banner title 30px like live */
@media (max-width: 767.98px) {
  .page-banner-headline,
  .oc-page-banner__title { font-size: 30px !important; }
  .page-banner-subheadline,
  .oc-page-banner__sub { font-size: 16px !important; }
}

/* Featured image rounding/shadow like live about */
.wp-block-post-featured-image,
.about-feature-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.wp-block-post-featured-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* Bootstrap 5 .container widths for inner pages
   NOTE: do NOT target .is-layout-constrained > * — that double-pads every paragraph */
main.oc-main .wp-block-post-content,
.entry-content.wp-block-post-content {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
@media (min-width: 576px) {
  main.oc-main .wp-block-post-content,
  .entry-content.wp-block-post-content {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  main.oc-main .wp-block-post-content,
  .entry-content.wp-block-post-content {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  main.oc-main .wp-block-post-content,
  .entry-content.wp-block-post-content {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  main.oc-main .wp-block-post-content,
  .entry-content.wp-block-post-content {
    max-width: 1140px !important;
  }
}

/* About columns: exact Bootstrap md-5 / md-7 */
@media (min-width: 768px) {
  body.page-id-20 .wp-block-columns.alignwide > .wp-block-column:first-child,
  body.page-id-20 .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 41.6667% !important;
    width: 41.6667% !important;
    max-width: 41.6667% !important;
  }
  body.page-id-20 .wp-block-columns.alignwide > .wp-block-column:last-child,
  body.page-id-20 .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 58.3333% !important;
    width: 58.3333% !important;
    max-width: 58.3333% !important;
  }
}

/* Keep home full bleed */
body.home main.oc-main .wp-block-post-content,
body.home .wp-block-post-content,
body.home .is-layout-constrained > .alignfull {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* About page columns: no CSS gap — Bootstrap padding gutters */
body.page-id-20 .wp-block-columns {
  gap: 0 !important;
  column-gap: 0 !important;
}
body.page-id-20 .wp-block-columns > .wp-block-column {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
/* At mobile stack, use container padding only */
@media (max-width: 767.98px) {
  body.page-id-20 .wp-block-columns > .wp-block-column {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  main.oc-main .wp-block-post-content,
  .entry-content.wp-block-post-content {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* VC pages also no gap between sidebar/content */
.oc-vc-columns {
  gap: 0 !important;
  column-gap: 0 !important;
}
.oc-vc-columns > .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Emulate Bootstrap container+row gutters for page content */
main.oc-main .wp-block-post-content,
.entry-content.wp-block-post-content {
  box-sizing: border-box !important;
}
main.oc-main .wp-block-post-content > .wp-block-columns,
.entry-content > .wp-block-columns {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: calc(100% + 30px) !important;
  max-width: none !important;
}
body.page-id-20 .wp-block-columns > .wp-block-column {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
@media (max-width: 767.98px) {
  main.oc-main .wp-block-post-content > .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  /* No double gutter: content already has 15px; columns must not add more */
  .oc-vc-columns > .wp-block-column,
  main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-20 .wp-block-columns > .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Mobile container ≈ full width with 15px pad like BS */
  main.oc-main .wp-block-post-content {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Force about columns to fill Bootstrap row width exactly (15px gutters → 445px image) */
@media (min-width: 768px) {
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
  }
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column:first-child {
    flex: 0 0 41.6667% !important;
    width: 41.6667% !important;
    max-width: 41.6667% !important;
  }
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column:last-child {
    flex: 0 0 58.3333% !important;
    width: 58.3333% !important;
    max-width: 58.3333% !important;
  }
}
@media (max-width: 767.98px) {
  body.page-id-20 .wp-block-post-featured-image,
  body.page-id-20 .about-feature-img {
    overflow: hidden;
  }
  body.page-id-20 .wp-block-post-featured-image img,
  body.page-id-20 .about-feature-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: top center !important;
  }
  body.page-id-20 .wp-block-columns {
    flex-direction: column !important;
  }
  body.page-id-20 .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

body.page-id-20 .wp-block-columns,
body.page-id-20 .wp-block-columns.is-layout-flex {
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 1.5rem !important;
  --wp--style--block-gap: 0px !important;
}

/* Columns row itself must not pad — only children pad (Bootstrap row model) */
body.page-id-20 .wp-block-columns,
body.page-id-20 main .wp-block-post-content > .wp-block-columns,
.oc-vc-columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  body.page-id-20 main .wp-block-post-content > .wp-block-columns {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
    gap: 0 !important;
    row-gap: 1.5rem !important;
    --wp--style--block-gap: 0px !important;
  }
  body.page-id-20 .wp-block-columns > .wp-block-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

/* About content typography — live about-content headings */
body.page-id-20 .wp-block-post-content h2.wp-block-heading,
body.page-id-20 .about-content h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin: 0 0 .35rem;
  line-height: 1.3;
  color: #0a336b;
}
body.page-id-20 .wp-block-post-content h3.wp-block-heading,
body.page-id-20 .about-content h3 {
  font-size: 24px !important;
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.3;
  color: #0a336b;
}
body.page-id-20 .wp-block-post-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 1rem;
}

/* Tablet toggler size closer to Bootstrap */
@media (max-width: 991.98px) {
  .oc-nav-toggle {
    width: 56px;
    height: 40px;
    padding: 4px 8px;
  }
}

body.page-id-20 .wp-block-post-content h2.wp-block-heading {
  margin-top: 30px !important;
}
/* Match live main py-5 */
body.page-id-20 main.oc-main {
  padding-top: 0;
  padding-bottom: 48px;
}
body.page-id-20 main.oc-main .wp-block-post-content {
  margin-top: 48px !important;
}

.page-banner-subheadline,
.oc-page-banner__sub {
  line-height: 24px !important;
  font-size: 16px !important;
}

/* Bootstrap-like navbar toggler */
.oc-nav-toggle {
  width: 56px !important;
  height: 40px !important;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  background: #fff;
  padding: 4px 12px;
  gap: 5px;
}
.oc-nav-toggle span {
  width: 22px;
  height: 2px;
  background: #150f11;
  display: block;
}

/* Tablet: push search toward logo side like live (after logo in flow) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .oc-site-header.site-heade {
    padding-bottom: 16px; /* pb-3 */
  }
  .oc-site-header__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header-right-wrapper {
    max-width: none !important;
    flex: 1 1 auto;
    padding-top: 0 !important;
    align-self: flex-start !important;
  }
  .oc-site-header__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-start !important;
  }
  .top-header-bar {
    padding-top: 7px !important;
    padding-bottom: 14px !important;
    min-height: 0 !important;
  }
  .email-icon-link {
    margin: 0 !important;
    padding: 0 8px !important; /* keep live horizontal pad */
  }
  .header-navbar {
    justify-content: flex-start;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
    min-height: 56px;
  }
  .header-search-wrap {
    margin-left: 12px;
    margin-right: auto;
    order: 1;
  }
  .header-search-icon {
    width: 40px;
    height: 40px;
  }
  .oc-nav-toggle {
    order: 2;
    margin-left: auto;
    margin-right: 0;
    width: 56px !important;
    height: 40px !important;
  }
}

body.page-id-20 .wp-block-post-content p {
  line-height: 24px !important;
  font-size: 16px !important;
  color: #000000;
}
body.page-id-20 .wp-block-post-featured-image,
body.page-id-20 .about-feature-img {
  border-radius: 4px !important;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
body.page-id-20 .wp-block-post-featured-image img,
body.page-id-20 .about-feature-img img {
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: top center !important;
  width: 100%;
  height: auto;
}
/* Tighten column gutter to get ~270px image like live (15px pad) */
@media (min-width: 768px) {
  body.page-id-20 .wp-block-columns > .wp-block-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-20 main .wp-block-post-content > .wp-block-columns {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
  }
}

/* About bio spacing exact match to live about-content */
body.page-id-20 .wp-block-post-content {
  --wp--style--block-gap: 0px !important;
}
body.page-id-20 .wp-block-post-content > .wp-block-columns,
body.page-id-20 .wp-block-post-content .wp-block-column {
  --wp--style--block-gap: 0px !important;
}
body.page-id-20 .wp-block-post-content h2.wp-block-heading {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}
body.page-id-20 .wp-block-post-content h3.wp-block-heading {
  margin-top: 30px !important;
  margin-bottom: 23px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
body.page-id-20 .wp-block-post-content .wp-block-column > p,
body.page-id-20 .wp-block-post-content p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 24px !important;
}
body.page-id-20 .wp-block-post-content .wp-block-column > p:last-child {
  margin-bottom: 0 !important;
}

/* Live about-content heading weights */
body.page-id-20 .wp-block-post-content h2.wp-block-heading {
  font-weight: 400 !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  font-size: 24px !important;
}
body.page-id-20 .wp-block-post-content h3.wp-block-heading {
  font-weight: 800 !important;
  margin-top: 30px !important;
  margin-bottom: 23px !important;
  font-size: 24px !important;
}

/* === Motion parity (Bootstrap carousel-fade + header transitions) === */
/* Hero fade rules live with the main hero block above — keep only chrome transitions here. */
.social-icon-link,
.email-icon-link .fa-envelope {
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.header-search .search-input-custom,
#search-input-field {
  transition: width .2s ease, opacity .2s ease, padding .2s ease;
}
.oc-primary-nav a,
#menu-header-menu a {
  transition: background-color .15s ease, color .15s ease;
}
.carousel-control-prev,
.carousel-control-next {
  transition: opacity .15s ease;
}

/* Empty landing pages — keep live py-5 band (rules above); do not collapse */

/* Legacy WPBakery content leftovers (org-chart etc.) — match live */
.wp-block-post-content .wpb_heading,
.wp-block-post-content .wpb_singleimage_heading,
.entry-content .wpb_heading,
.entry-content .wpb_singleimage_heading {
	text-align: center !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #0a336b !important;
	margin: 30px 0 20px !important;
}
.wp-block-post-content .vc_align_center,
.entry-content .vc_align_center,
.wp-block-post-content .vc_figure,
.entry-content .vc_figure {
	text-align: center;
}
/* VC HTML imports: post-content IS the Bootstrap container (15px gutters) */
main.oc-main .wp-block-post-content:has(.wpb-content-wrapper),
.entry-content:has(.wpb-content-wrapper) {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.wp-block-post-content:has(.wpb-content-wrapper) .wpb-content-wrapper,
.entry-content:has(.wpb-content-wrapper) .wpb-content-wrapper {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
.wp-block-post-content .vc_row,
.entry-content .vc_row,
.wp-block-post-content .vc_column_container,
.entry-content .vc_column_container,
.wp-block-post-content .vc_column-inner,
.entry-content .vc_column-inner,
.wp-block-post-content .wpb_wrapper,
.entry-content .wpb_wrapper {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
.wp-block-post-content .vc_single_image-wrapper,
.entry-content .vc_single_image-wrapper {
	width: 100%;
}
.wp-block-post-content .vc_single_image-wrapper img,
.entry-content .vc_single_image-wrapper img,
.wp-block-post-content .wpb_single_image img,
.entry-content .wpb_single_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.wp-block-post-content .wpb_text_column,
.entry-content .wpb_text_column {
	text-align: center;
}
/* Avoid theme h2 scale overriding VC headings inside HTML blocks */
.wp-block-post-content h2.wpb_heading,
.wp-block-post-content h2.wpb_singleimage_heading {
	font-size: 24px !important;
	font-weight: 400 !important;
}


/* === Gutenberg content parity after VC→blocks conversion === */
main.oc-main .wp-block-post-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box;
}
main.oc-main .wp-block-post-content > .wp-block-heading,
main.oc-main .entry-content > .wp-block-heading {
  color: #0a336b;
  font-weight: 400 !important;
  line-height: 1.2;
}
/* Standalone section titles (org-chart pattern): centered 24px like live VC headings */
main.oc-main .wp-block-post-content > h2.wp-block-heading:first-child {
  text-align: center;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 30px 0 20px !important;
}
main.oc-main .wp-block-post-content > h3.wp-block-heading {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 30px 0 23px !important;
  text-align: left !important;
  color: #0a336b !important;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph {
  font-size: 16px;
  line-height: 24px !important;
  color: #000000;
  /* Only force vertical spacing — leave left/right free for editor spacing */
  margin-top: 0 !important;
  margin-bottom: 10px !important; /* live VC paragraph spacing */
  /* Do not force text-align here — Gutenberg .has-text-align-* must win */
}
main.oc-main .wp-block-post-content > .wp-block-paragraph.has-text-align-center {
  text-align: center;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph.has-text-align-right {
  text-align: right;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph.has-text-align-left {
  text-align: left;
}
/* Centered short pages — ONLY when paragraph is the sole block child.
   Exclude PDF icon lists (special districts / JPA) which must stay left-aligned.
   Also respect explicit Gutenberg alignment classes. */
main.oc-main .wp-block-post-content > .wp-block-paragraph:only-child:not(:has(img[src*="20.gif"])):not(:has(img[src*="20-e"])):not(.has-text-align-left):not(.has-text-align-right) {
  text-align: center;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph:only-child:has(img[src*="20.gif"]),
main.oc-main .wp-block-post-content > .wp-block-paragraph:only-child:has(img[src*="20-e"]) {
  text-align: left;
}
main.oc-main .wp-block-post-content a,
main.oc-main .entry-content a {
  color: #235b21;
}
/*
 * WCAG 1.4.1: prefer underlines for prose links, but full-site underlining
 * reflows tablet layouts vs live screenshots. Use a 1px text-decoration that
 * only applies on focus/hover for dense link lists, and always-on underline
 * for dedicated press-release items + team bio "Read more".
 */
main.oc-main .wp-block-post-content .wp-block-paragraph > a:hover,
main.oc-main .wp-block-post-content .wp-block-paragraph > a:focus-visible,
main.oc-main .wp-block-post-content li > a:hover,
main.oc-main .wp-block-post-content li > a:focus-visible,
main.oc-main .wp-block-post-content td a:hover,
main.oc-main .wp-block-post-content td a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oc-press-releases__item a,
main.oc-main .wp-block-post-content .oc-team-card__bio a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.oc-main .wp-block-post-content .oc-press-releases__card-title a,
main.oc-main .entry-content .oc-press-releases__card-title a {
  color: #150f11;
  text-decoration: none;
}
main.oc-main .wp-block-post-content .oc-press-releases__card-title a:hover,
main.oc-main .entry-content .oc-press-releases__card-title a:hover {
  color: #235b21;
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* Buttons / CTAs keep white text and no underline (live btn style) */
main.oc-main .wp-block-post-content a.oc-btn,
main.oc-main .wp-block-post-content a.oc-btn--accent,
main.oc-main .wp-block-post-content a.oc-btn--lg,
main.oc-main .wp-block-post-content .oc-news-grid__cta a,
main.oc-main .wp-block-post-content .oc-team-card--intro a.oc-btn,
main.oc-main .entry-content a.oc-btn {
  color: #fff !important;
  text-decoration: none !important;
}
/* Card title links stay ink-colored without forced green */
main.oc-main .wp-block-post-content .oc-news-card__title a,
main.oc-main .wp-block-post-content .oc-team-card__body h3 a {
  color: inherit;
  text-decoration: none;
}
main.oc-main .wp-block-post-content .oc-news-card__title a:hover,
main.oc-main .wp-block-post-content .oc-team-card__body h3 a:hover {
  text-decoration: underline;
}
/* Media page cards: live uses #6D758F titles / text-dark latest links (not body green) */
main.oc-main .wp-block-post-content .oc-media-page__card-title a,
main.oc-main .wp-block-post-content .oc-media-page__compact-title a,
main.oc-main .entry-content .oc-media-page__card-title a,
main.oc-main .entry-content .oc-media-page__compact-title a {
  color: #6d758f;
  text-decoration: none;
}
main.oc-main .wp-block-post-content .oc-media-page__latest-title a,
main.oc-main .entry-content .oc-media-page__latest-title a {
  color: #212529;
  text-decoration: none;
}
main.oc-main .wp-block-post-content .oc-media-page__card-title a:hover,
main.oc-main .wp-block-post-content .oc-media-page__compact-title a:hover,
main.oc-main .wp-block-post-content .oc-media-page__latest-title a:hover,
main.oc-main .wp-block-post-content .oc-media-page__read-more:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.oc-main .wp-block-image {
  margin: 0 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
main.oc-main .wp-block-image.aligncenter,
main.oc-main .wp-block-image:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main.oc-main .wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
main.oc-main .wp-block-columns.oc-vc-columns {
  gap: 1.5rem;
  margin: 0 0 1.5rem;
  align-items: flex-start;
}
main.oc-main .wp-block-details {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  margin: 0 0 0.75rem;
  text-align: left;
}
main.oc-main .wp-block-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #0a336b;
}
/* About-us keeps left-aligned titles; match live bio typography */
body.page-id-20 main.oc-main .wp-block-post-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body.page-id-20 main.oc-main .wp-block-columns {
  align-items: center !important;
  margin-top: 0 !important;
}
body.page-id-20 main.oc-main .wp-block-columns .wp-block-heading {
  text-align: left !important;
  color: #0a336b !important;
}
body.page-id-20 main.oc-main .wp-block-columns h2.wp-block-heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 30px 0 20px !important;
}
body.page-id-20 main.oc-main .wp-block-columns h3.wp-block-heading {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 30px 0 23px !important;
}
body.page-id-20 main.oc-main .wp-block-columns .wp-block-paragraph {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
  text-align: left !important;
}
body.page-id-20 main.oc-main .wp-block-columns .wp-block-column:first-child {
  padding-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-20 main.oc-main .wp-block-columns .wp-block-column:first-child {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  body.page-id-20 main.oc-main .wp-block-columns .wp-block-column:first-child {
    padding-top: 0 !important;
  }
}
body.page-id-20 .oc-team-grid .oc-section-header {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1.5rem !important; /* live .mb-3/.mb-4 stack */
  text-align: center !important;
}
body.page-id-20 .oc-team-grid .oc-section-header h2 {
  font-size: 24px !important; /* live h2 + .fw-bold */
  font-weight: 700 !important;
  color: #0a336b !important;
  margin: 0 0 1rem !important; /* live .mb-3 */
  text-align: center !important;
  max-width: none !important;
  width: 100% !important;
}
body.page-id-20 .oc-team-grid .oc-section-header p {
  font-size: 1rem !important;
  color: #6c757d !important; /* live .text-secondary */
  text-align: center !important;
  margin: 0 0 1.5rem !important; /* live .mb-4 */
  max-width: none !important;
  width: 100% !important;
}

/* Desktop/tablet: top-align utility bar with live */
@media (min-width: 768px) and (max-width: 991.98px) {
  .oc-site-header__inner {
    align-items: flex-start !important;
  }
  .header-right-wrapper {
    align-self: flex-start !important;
    padding-top: 0 !important;
  }
  .top-header-bar {
    padding-top: 7px !important; /* live tablet email ~top 7 */
  }
}
@media (min-width: 992px) {
  .oc-site-header__inner {
    align-items: flex-start !important;
  }
  .header-right-wrapper {
    align-self: flex-start !important;
    padding-top: 0 !important;
  }
  .top-header-bar {
    padding-top: 15px !important; /* live desktop email ~top 15 */
    padding-bottom: 14px !important;
  }
  .header-navbar {
    padding-top: 14px !important;
  }
}


/* === Body / block paragraph text === */
body { color: #000000; }
.entry-content,
.wp-block-post-content,
.wp-block-post-content p,
.wp-block-post-content .wp-block-paragraph,
.oc-vc-columns p,
main.oc-main .wp-block-columns .wp-block-paragraph,
main.oc-main .wp-block-column > p {
  color: #000000;
}
/* About Us bio paragraphs use the same body black */
body.page-id-20 .wp-block-post-content .wp-block-column p,
body.page-id-20 .wp-block-post-content .wp-block-paragraph {
  color: #000000;
}
/* Live empty pages: main.py-5 (96px) + footer.mt-5 (48px) below banner */
footer.wp-block-template-part,
.wp-site-blocks > footer.wp-block-template-part {
  margin-top: 3rem !important;
}
main.oc-main {
  padding-bottom: 3rem !important;
}
/* No post-content (empty pages): need full 96px below banner like live main.py-5 */
main.oc-main:not(:has(.wp-block-post-content)):not(:has(.entry-content)) {
  padding-top: 0 !important;
  padding-bottom: 6rem !important;
}


/* Inter optical size: opsz 14 matches live banner + most content metrics */
body,
.page-banner-subheadline,
.oc-page-banner__sub,
.page-banner-headline,
.oc-page-banner__title,
main.oc-main .wp-block-post-content,
.oc-faq {
  font-optical-sizing: none !important;
  font-variation-settings: "opsz" 14 !important;
}

/* Report cover images — live VC medium ≈206×267, left-aligned */
main .wp-block-post-content > .wp-block-image.size-medium,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="206x267"]),
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="pafr"]),
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="acfr"]),
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="CAFR"]),
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="PAFR"]),
main.oc-main .wp-block-post-content > .wp-block-image.size-medium,
main.oc-main .wp-block-post-content > .wp-block-image.alignnone.size-medium {
  max-width: 206px !important;
  width: 206px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}
main .wp-block-post-content > .wp-block-image.size-medium img,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="206x267"]) img,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="pafr"]) img,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="acfr"]) img,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="CAFR"]) img,
main .wp-block-post-content > .wp-block-image.size-full:has(img[src*="PAFR"]) img,
main.oc-main .wp-block-post-content > .wp-block-image.size-medium img,
main.oc-main .wp-block-post-content > .wp-block-image.size-medium img {
  width: 206px !important;
  max-width: 206px !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* Property tax guide cover is 232×300 on live (not 206×267) */
main.oc-main .wp-block-post-content > .wp-block-image:has(img[src*="Property-Tax-Report"]) ,
main.oc-main .wp-block-post-content > .wp-block-image:has(img[src*="Property-Tax-Report"]) {
  width: 232px !important;
  max-width: 232px !important;
}
main.oc-main .wp-block-post-content > .wp-block-image:has(img[src*="Property-Tax-Report"]) img {
  width: 232px !important;
  max-width: 232px !important;
  height: auto !important;
}
/* Content h3 like live .wpb_text_column h3 (18px / ~22px box) — not about-us */
main.oc-main .wp-block-post-content h3.wp-block-heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 30px 0 20px !important;
  color: #0a336b !important;
}
body.page-id-20 main.oc-main .wp-block-post-content h3.wp-block-heading,
body.page-id-20 main.oc-main .wp-block-columns h3.wp-block-heading {
  font-size: 24px !important;
  font-weight: 800 !important;
}

/* Nuclear: content h3 = live 18px (about-us keeps 24 via page-id-20 rules) */
main.oc-main .entry-content h3,
main.oc-main .wp-block-post-content h3,
main.oc-main .wp-block-post-content h3.wp-block-heading {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
body.page-id-20 main.oc-main .wp-block-post-content h3,
body.page-id-20 main.oc-main .wp-block-post-content h3.wp-block-heading,
body.page-id-20 main.oc-main .wp-block-columns h3.wp-block-heading {
  font-size: 24px !important;
  font-weight: 800 !important;
}

/* Final h3 parity vs live VC headings */
main.oc-main .wp-block-post-content h3.wp-block-heading {
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-top: 30px !important;
  margin-bottom: 23px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}
body.page-id-20 main.oc-main .wp-block-post-content h3.wp-block-heading,
body.page-id-20 main.oc-main .wp-block-columns h3.wp-block-heading {
  font-size: 24px !important;
  font-weight: 800 !important;
}

/* First content block: live VC wrapper adds ~10px before first paragraph */
main.oc-main .wp-block-post-content > .wp-block-paragraph:first-child {
  margin-top: 10px !important;
}
/* Content h2 like live (24px), not theme display size */
main.oc-main .wp-block-post-content > h2.wp-block-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 30px 0 20px !important;
  text-align: left !important;
  color: #0a336b !important;
}
/* Column / department h2 — live VC is 24/400 with 30px top */
main.oc-main .wp-block-columns h2.wp-block-heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 30px 0 0 !important;
  color: #0a336b !important;
  text-align: left !important;
}
/* Paragraph then cover image — live ~25px gap (p mb 0) */
main.oc-main .wp-block-post-content > .wp-block-paragraph:has(+ .wp-block-image) {
  margin-bottom: 0 !important;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph + .wp-block-image {
  margin-top: 25px !important;
}
/* Named-size CTA / report button images (310×110, etc.) */
main .wp-block-post-content .wp-block-image img[src*="310x110"],
main .wp-block-post-content .wp-block-image img[src*="GCR_homepage_btn"] {
  width: 310px !important;
  max-width: 310px !important;
  height: auto !important;
}
main .wp-block-post-content .wp-block-image:has(img[src*="310x110"]),
main .wp-block-post-content .wp-block-image:has(img[src*="GCR_homepage_btn"]) {
  max-width: 310px !important;
}

/* VC figure captions — live ~12.8px / 19.2lh */
.wp-block-image figcaption,
.wp-element-caption {
  font-size: 12.8px !important;
  line-height: 19.2px !important;
  color: #212529 !important;
  text-align: center !important;
  margin-top: 2.56px !important;
  margin-bottom: 0 !important;
}

/* Content h1 like live VC (30px / 800) — not theme display 2.75rem */
main.oc-main .wp-block-post-content > h1.wp-block-heading,
main.oc-main .wp-block-post-content h1.wp-block-heading {
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  color: #0a336b !important;
  margin: 30px 0 0 !important;
  text-align: left !important;
}
/* Live VC leaves ~35px between h1 and following paragraph */
main.oc-main .wp-block-post-content > h1.wp-block-heading + .wp-block-paragraph {
  margin-top: 35px !important;
}
/* Don't collapse first-child overrides onto content h1 */
main.oc-main .wp-block-post-content > h1.wp-block-heading:first-child {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

/* Default content CTAs = live vc_btn3 blue (home Learn More stays orange via page rule) */
main.oc-main .wp-block-post-content .wp-block-button__link,
main.oc-main .entry-content .wp-block-button__link {
  background: #0088cc !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.375 !important; /* 22px → pad 18*2 + 22 = 58 like live */
  padding: 18px 25px !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
main.oc-main .wp-block-post-content .wp-block-buttons {
  margin: 25px 0 32px !important; /* live gap to following disclaimer ≈32px */
}
/* When paragraph precedes buttons, don't double the gap */
main.oc-main .wp-block-post-content > .wp-block-paragraph:has(+ .wp-block-buttons) {
  margin-bottom: 0 !important;
}

/* Don't stretch photos to column width — live uses intrinsic/medium sizes */
main.oc-main .wp-block-columns .wp-block-image {
  width: auto !important;
  max-width: 100% !important;
}
main.oc-main .wp-block-columns .wp-block-image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
/* Side-column stock photos: intrinsic size, capped by column (CA ~350; GA stays nat 263) */
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image {
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image img,
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Wider side images (CA/CR ~306–350): live pins to column start, not optical center */
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="three-colleagues"]),
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="AdobeStockImageBudge"]),
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="cHECK"]) {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="three-colleagues"]) img,
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="AdobeStockImageBudge"]) img,
main.oc-main .wp-block-columns .wp-block-column[style*="33.33%"] .wp-block-image:has(img[src*="cHECK"]) img {
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* Satellite / 50-50 photo rows: keep natural ~325 width, don't force 100% */
main.oc-main .wp-block-columns.oc-cols-2 .wp-block-column[style*="50%"] .wp-block-image img {
  max-width: 100% !important;
  width: auto !important;
}

/* Nested paragraphs keep live VC 10px bottom margin (vertical only —
   do not zero left/right so editor spacing presets / inline margins work) */
main.oc-main .wp-block-post-content .wp-block-paragraph,
main.oc-main .wp-block-columns .wp-block-paragraph,
main.oc-main .wp-block-column > p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
}
/* First text block offset like live VC wrapper */
main.oc-main .wp-block-post-content > .wp-block-paragraph:first-child,
main.oc-main .wp-block-columns .wp-block-column > .wp-block-paragraph:first-child {
  margin-top: 10px !important;
}
/* Columns after a paragraph: live VC row gap ~25px (padding; zero prior mb to avoid 35px) */
main.oc-main .wp-block-post-content > .wp-block-paragraph:has(+ .wp-block-columns) {
  margin-bottom: 0 !important;
}
main.oc-main .wp-block-post-content > .wp-block-paragraph + .wp-block-columns {
  margin-top: 0 !important;
  padding-top: 25px !important;
}

/* Home latest news — live #section-6 padded band with constrained container */
body.home #section-6.oc-news-grid,
body.home .oc-news-grid {
  padding: 48px 24px !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box;
  background: var(--oc-surface-soft);
}
body.home .oc-news-grid__inner.container {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}
.oc-team-card__media {
  height: 329px !important;
  min-height: 329px !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  position: relative;
  z-index: 2;
}
.oc-team-card__email {
  z-index: 3 !important;
}
.oc-team-card__body {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  flex: 1 1 auto !important; /* live .card-body — equal height in row */
  display: flex !important;
  flex-direction: column !important;
}
.oc-team-card {
  display: flex !important;
  flex-direction: column !important;
  /* no height:100% — that blocks flex stretch equal-height rows */
  align-self: stretch !important;
}
.oc-team-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
}
.oc-team-card--intro .oc-btn {
  background: #d97706 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  text-decoration: none !important;
}

/* Home profile-cards section — live bg-white py-5 px-4 */
body.home #profile-cards.oc-team-grid,
body.home .oc-team-grid {
  padding: 48px 24px !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
body.home .oc-team-grid__items {
  max-width: 720px !important; /* tablet container */
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 992px) {
  body.home .oc-team-grid__items {
    max-width: 1140px !important;
  }
}
body.home .oc-team-card--intro {
  padding: 20px 15px !important;
  width: 50% !important;
  max-width: 50% !important;
  flex: 0 0 50% !important;
}
body.home .oc-team-card--intro h2 {
  max-width: 290px;
}

/* Home intro card: 50% only at md, 25% at lg like live col-md-6 col-lg-3 */
body.home .oc-team-card--intro {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.home .oc-team-grid__items {
    max-width: 720px !important;
  }
  body.home .oc-team-card--intro,
  body.home .oc-team-grid__items > .oc-team-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  body.home .oc-team-grid__items {
    max-width: 1140px !important;
  }
  body.home .oc-team-card--intro,
  body.home .oc-team-grid__items > .oc-team-card {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
  }
}


/* Prevent WP constrained-layout from padding every child block */
main.oc-main .wp-block-post-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.wp-block-list):not(ul):not(ol)),
main.oc-main .wp-block-post-content > .wp-block-paragraph,
main.oc-main .wp-block-post-content > .wp-block-heading,
main.oc-main .wp-block-post-content > .wp-block-buttons {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
/* Lists need Bootstrap-like indent — do NOT zero padding-left */
main.oc-main .wp-block-post-content > .wp-block-list {
  padding-right: 0 !important;
  max-width: none !important;
}

/* Bootstrap-like list indent (live ul padding-left: 32px) */
main.oc-main .wp-block-post-content ul,
main.oc-main .wp-block-post-content ol,
main.oc-main .entry-content ul,
main.oc-main .entry-content ol,
main.oc-main .wp-block-post-content .wp-block-list {
  padding-left: 32px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* List block style: No markers — hide bullets only; keep existing list indent */
main.oc-main .wp-block-post-content ul.wp-block-list.is-style-no-markers,
main.oc-main .wp-block-post-content ol.wp-block-list.is-style-no-markers,
main.oc-main .entry-content ul.wp-block-list.is-style-no-markers,
main.oc-main .entry-content ol.wp-block-list.is-style-no-markers,
ul.wp-block-list.is-style-no-markers,
ol.wp-block-list.is-style-no-markers {
  list-style: none;
}
main.oc-main .wp-block-post-content .wp-block-list.is-style-no-markers li,
.wp-block-list.is-style-no-markers li {
  list-style: none;
}
main.oc-main .wp-block-post-content li > ul,
main.oc-main .wp-block-post-content li > ol {
  padding-left: 32px !important;
  margin-top: 0;
}
/* Live ERP markup inserts an empty <p></p> spacer (~12px) before nested ul */
main.oc-main .wp-block-post-content li > p:empty {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}


/* Media page — live news-page template top offset + Articles display heading */
body.page-id-9673 main.oc-main .wp-block-post-content > .wp-block-paragraph:first-child {
  margin-top: 62px !important; /* live first link ~708 vs banner end ~646 */
}
body.page-id-9673 .oc-media-articles-title,
body.page-id-9673 main.oc-main .wp-block-post-content > h2.wp-block-heading {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 48px 0 24px !important;
  color: #000000 !important;
  text-align: center !important;
}


/* Central Accounting — live vc_col-sm-8 / vc_col-sm-4 text + image row */
@media (min-width: 768px) {
  body.page-id-776 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child {
    flex: 0 0 66.6667% !important;
    width: 66.6667% !important;
    max-width: 66.6667% !important;
  }
  body.page-id-776 .oc-vc-columns.oc-cols-2 > .wp-block-column:last-child {
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

/* OB pages — live vc_col-sm-3 / vc_col-sm-9 sidebar left */
@media (min-width: 768px) {
  body.page-id-5142 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav),
  body.page-id-5161 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav),
  body.parent-pageid-5142 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav),
  body.single-ob_meeting .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav),
  body.oc-ob-meeting .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) {
    order: 1 !important;
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
  }
  body.page-id-5142 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column,
  body.page-id-5161 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column,
  body.parent-pageid-5142 .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column,
  body.single-ob_meeting .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column,
  body.oc-ob-meeting .oc-vc-columns.oc-cols-2 > .wp-block-column:first-child:has(.oc-sidebar-nav) + .wp-block-column {
    order: 2 !important;
    flex: 0 0 75% !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}

.oc-ob-meetings-archive__list {
  margin: 0.75rem 0 1rem 1.25rem;
  padding: 0;
}
.oc-ob-meetings-archive__list > li {
  margin: 0.35rem 0;
}
.oc-ob-meetings-archive__schedule ul {
  margin: 0.5rem 0 1.25rem 1.25rem;
}
.oc-ob-meetings-archive__schedule .red-strike,
.oc-ob-meetings-archive__schedule del {
  color: #c00;
  text-decoration: line-through;
}

/* OB / meeting singles — keep sidebar top-aligned with content */
.oc-vc-columns.oc-cols-2,
body.single-ob_meeting .wp-block-columns.alignwide.oc-vc-columns,
body.oc-ob-meeting .wp-block-columns.alignwide.oc-vc-columns,
body.parent-pageid-5142 .oc-vc-columns.oc-cols-2,
body.page-id-5142 .oc-vc-columns.oc-cols-2 {
  align-items: flex-start !important;
}
body.single-ob_meeting main.oc-main > .wp-block-columns.oc-vc-columns,
body.oc-ob-meeting main.oc-main > .wp-block-columns.oc-vc-columns {
  max-width: 1140px !important;
  width: 100% !important;
  margin: 48px auto 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}
body.single-ob_meeting main.oc-main .wp-block-column > .wp-block-post-content,
body.oc-ob-meeting main.oc-main .wp-block-column > .wp-block-post-content,
body.parent-pageid-5142 main.oc-main .wp-block-column > .wp-block-post-content {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.single-ob_meeting .oc-sidebar-nav,
body.oc-ob-meeting .oc-sidebar-nav,
body.parent-pageid-5142 .oc-sidebar-nav,
body.page-id-5142 .oc-sidebar-nav,
body.page-id-5250 .oc-sidebar-nav {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* OB meeting agenda body — match live centered header + spacing */
body.single-ob_meeting .wp-block-post-content > .wp-block-paragraph,
body.oc-ob-meeting .wp-block-post-content > .wp-block-paragraph,
body.single-ob_meeting .wp-block-column .wp-block-paragraph,
body.oc-ob-meeting .wp-block-column .wp-block-paragraph {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
body.single-ob_meeting .wp-block-post-content > .has-text-align-center,
body.oc-ob-meeting .wp-block-post-content > .has-text-align-center,
body.single-ob_meeting .wp-block-column .has-text-align-center,
body.oc-ob-meeting .wp-block-column .has-text-align-center {
  text-align: center !important;
}
body.single-ob_meeting .wp-block-post-content > .wp-block-columns.oc-vc-columns,
body.oc-ob-meeting .wp-block-post-content > .wp-block-columns.oc-vc-columns {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body.single-ob_meeting .wp-block-post-content > .wp-block-list,
body.oc-ob-meeting .wp-block-post-content > .wp-block-list {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .oc-vc-columns > .wp-block-column[style*="25%"] {
    flex-basis: 25% !important;
    width: 25% !important;
    max-width: 25% !important;
  }
  .oc-vc-columns > .wp-block-column[style*="75%"] {
    flex-basis: 75% !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}


/* Converted HTML dumps → core/table + iframe embed */
.oc-iframe-embed {
  width: 100%;
  margin: 0 0 1rem;
}
.oc-iframe-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
main.oc-main .wp-block-table {
  margin: 0 0 1rem;
  width: 100%;
  overflow-x: auto;
}
main.oc-main .wp-block-table table,
main.oc-main .wp-block-table .oc-converted-table,
main.oc-main table.style1,
main.oc-main table.table1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
main.oc-main .wp-block-table td,
main.oc-main .wp-block-table th,
main.oc-main table.style1 td,
main.oc-main table.table1 td {
  padding: 6px 8px;
  vertical-align: top;
}
main.oc-main table.table1 .table1_header td,
main.oc-main table.table1 tr.table1_header td {
  font-weight: 700;
  background: #f0f0f0;
}
main.oc-main .wp-block-table img,
main.oc-main table.style1 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
main.oc-main .wp-block-post-content img[src*="20.gif"],
main.oc-main .wp-block-post-content img[src*="20-e1759127719354.gif"],
main.oc-main table.style1 img[src*="20.gif"],
main.oc-main .oc-year-tabs__panel img[src*="20.gif"],
main.oc-main .oc-year-tabs__panel-inner img[src*="20.gif"] {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  display: inline !important;
  vertical-align: middle;
}
/* Keep PDF icons inline with adjacent link text (not full-width figures) */
main.oc-main .wp-block-post-content figure.wp-block-image:has(img[src*="20.gif"]),
main.oc-main .wp-block-post-content figure.wp-block-image:has(img[src*="20-e"]),
main.oc-main .oc-year-tabs__panel-inner figure.wp-block-image:has(img[src*="20.gif"]) {
  display: inline-block !important;
  margin: 0 0.35rem 0 0 !important;
  width: auto !important;
  max-width: 16px !important;
  line-height: 1;
  vertical-align: middle;
}
main.oc-main .wp-block-post-content figure.wp-block-image:has(img[src*="20.gif"]) img,
main.oc-main .wp-block-post-content figure.wp-block-image:has(img[src*="20-e"]) img,
main.oc-main .oc-year-tabs__panel-inner figure.wp-block-image:has(img[src*="20.gif"]) img {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
}
/* Do not force size-medium on PDF icon figures */
main.oc-main .wp-block-post-content > .wp-block-image.size-medium:has(img[src*="20.gif"]),
main.oc-main .wp-block-post-content > .wp-block-image.size-medium:has(img[src*="20-e"]) {
  width: auto !important;
  max-width: 16px !important;
  margin: 0 0.35rem 0 0 !important;
}

/* Year tabs (adopted budget) */
.oc-year-tabs__layout {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin: 0;
  border: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .oc-year-tabs__layout {
    grid-template-columns: 200px minmax(0, 1fr);
    min-height: 480px;
  }
}
.oc-year-tabs__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .oc-year-tabs__nav {
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    overflow-y: auto;
    max-height: none;
  }
}
.oc-year-tabs__tab {
  appearance: none;
  border: 0;
  background: #f1f1f1;
  color: #666;
  text-align: left;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.oc-year-tabs__tab:hover {
  background: #fafafa;
  color: #333;
}
.oc-year-tabs__tab.is-active {
  background: #fff;
  color: #212529;
  box-shadow: inset 4px 0 0 #5533ff;
}
.oc-year-tabs__panels {
  background: #fff;
  min-width: 0;
}
.oc-year-tabs__panel {
  padding: 1.5rem;
}
.oc-year-tabs__panel[hidden] {
  display: none !important;
}
.oc-year-tabs__panel-inner > .wp-block-image:has(img[src*="20.gif"]) {
  display: inline-block;
  margin: 0 0 0.5rem;
}
/* Hide raw Details only after year-tabs SSR (not in block editor). */
.oc-year-tabs.is-rendered .wp-block-details {
  display: none;
}

/* ── Top-tabs variant (press releases, horizontal language tabs) ── */
.oc-top-tabs .oc-year-tabs__layout {
  grid-template-columns: 1fr;
  min-height: 0;
}
.oc-top-tabs .oc-year-tabs__nav {
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  gap: 4px;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .oc-top-tabs .oc-year-tabs__layout {
    grid-template-columns: 1fr;
  }
  .oc-top-tabs .oc-year-tabs__nav {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    overflow-y: visible;
    max-height: none;
  }
}
.oc-top-tabs .oc-year-tabs__tab {
  width: auto;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
  padding: 8px 16px;
  background: #ebebeb;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}
.oc-top-tabs .oc-year-tabs__tab:hover {
  background: #f8f8f8;
  color: #333;
}
.oc-top-tabs .oc-year-tabs__tab.is-active {
  background: #f8f8f8;
  color: #333;
  border-bottom: 1px solid #f8f8f8;
  box-shadow: none;
}
.oc-top-tabs .oc-year-tabs__panels {
  border: 1px solid #ddd;
  border-top: 0;
}
.oc-top-tabs .oc-year-tabs__panel {
  padding: 1.25rem;
}

/* Document table block */
.oc-document-table {
  margin: 0 0 1.5rem;
  width: 100%;
  overflow-x: auto;
}
.oc-document-table__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.oc-document-table__table th,
.oc-document-table__table td {
  padding: 8px 12px;
  vertical-align: middle;
  border: 1px solid var(--oc-border);
  text-align: left;
}
.oc-document-table__table thead th {
  font-weight: 700;
  background: #f0f0f0;
}
.oc-document-table__action-col {
  width: 140px;
  text-align: center;
}
.oc-document-table__pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #c0392b;
  font-size: 20px;
  line-height: 1;
}
.oc-document-table__pdf:hover {
  color: #922b21;
}

/* News coverage block */
.oc-news-coverage {
  margin: 0 0 2rem;
}
.oc-news-coverage__intro {
  font-size: 16px;
  line-height: 1.6;
  color: #33404f;
  max-width: 820px;
  margin: 0 0 1.75rem;
}
.oc-news-coverage__article {
  background: #fff;
  border: 1px solid var(--oc-border);
  border-radius: var(--oc-radius);
  margin-bottom: 1.75rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10, 51, 107, 0.06);
}
.oc-news-coverage__head {
  padding: 1.25rem 1.5rem 0.25rem;
}
.oc-news-coverage__kicker {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--oc-accent);
  margin-bottom: 0.5rem;
}
.oc-news-coverage__src {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.oc-news-coverage__src--editorial {
  background: var(--oc-primary);
  color: #fff;
}
.oc-news-coverage__src--third {
  background: #1c437a;
  color: #fff;
}
.oc-news-coverage__src--own {
  background: #eceff3;
  color: var(--oc-muted);
}
.oc-news-coverage__title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--oc-primary);
  font-weight: 600;
}
.oc-news-coverage__byline {
  font-size: 13px;
  color: var(--oc-muted);
  margin-bottom: 0.75rem;
}
.oc-news-coverage__byline a {
  color: var(--oc-primary);
  text-decoration: underline;
}
.oc-news-coverage__summary {
  padding: 0 1.5rem 0.25rem;
  margin: 0 0 0.5rem;
  font-size: 15.5px;
  line-height: 1.6;
  color: #33404f;
}
.oc-news-coverage__quotes {
  padding: 0.25rem 1.5rem 1.25rem;
}
.oc-news-coverage__quote-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--oc-muted);
  margin: 0.875rem 0 0.625rem;
}
.oc-news-coverage__quote {
  margin: 0 0 0.875rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--oc-accent);
  background: var(--oc-cream);
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  line-height: 1.55;
  color: #2a3543;
  font-style: italic;
}
.oc-news-coverage__tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 6px;
  vertical-align: middle;
  font-style: normal;
}
.oc-news-coverage__tag--independence {
  background: #e7eefb;
  color: #1c437a;
}
.oc-news-coverage__tag--oversight {
  background: #eef6ec;
  color: #2f6b34;
}
.oc-news-coverage__note {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 12.5px;
  color: #8a93a0;
}
.oc-news-coverage__attr {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 13px;
  color: var(--oc-muted);
}
.oc-news-coverage__disclaimer {
  font-size: 11.5px;
  line-height: 1.5;
  color: #9aa4b0;
  margin: 0.5rem 0 0;
}

/* Team profile email under bio */
.oc-team-profile__email {
  margin-top: 1.5rem;
}
.oc-team-profile__email-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--oc-primary, #0a336b);
}
.oc-team-profile__email-link:hover {
  text-decoration: underline;
}

/* Unclaimed Properties — Visit CTA blue bar + boxed fund cards */
.oc-unclaimed-cta,
.wp-block-group.oc-unclaimed-cta {
  background: #1e73be !important;
  color: #fff !important;
  padding: 1.25rem 1.5rem !important;
  margin: 1.25rem 0 1.75rem !important;
  max-width: none !important;
}
.oc-unclaimed-cta .wp-block-columns {
  align-items: center !important;
  margin: 0 !important;
  gap: 0.75rem !important;
}
.oc-unclaimed-cta a,
.oc-unclaimed-cta h2,
.oc-unclaimed-cta h3,
.oc-unclaimed-cta h4,
.oc-unclaimed-cta p {
  color: #fff !important;
  margin: 0 !important;
}
.oc-unclaimed-cta a {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.oc-unclaimed-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 3.5rem;
}
.oc-unclaimed-cta__icon a,
.oc-unclaimed-cta__icon i {
  color: #fff !important;
  font-size: 2.75rem;
  line-height: 1;
}
.oc-boxed-card,
.wp-block-column.oc-boxed-card,
.oc-vc-columns .wp-block-column.oc-boxed-card {
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  padding: 20px 15px !important;
  box-sizing: border-box;
}

/* Live VC gutters: borders sit ~10px apart (5px outer inset) */
body.page-id-9242 .oc-vc-columns.oc-cols-2:has(.oc-boxed-card) {
  gap: 0 10px !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  --wp--style--block-gap: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
body.page-id-9242 .oc-vc-columns.oc-cols-2 > .wp-block-column.oc-boxed-card {
  margin: 15px 0 !important;
}
body.page-id-9242 .oc-vc-columns.oc-cols-2 > .wp-block-column.oc-boxed-card > p:first-child {
  font-size: 20px !important;
  margin-top: 0 !important;
}
/* 6th slot is empty on live — no border */
body.page-id-9242 .oc-vc-columns.oc-cols-2 > .wp-block-column.oc-boxed-card:empty,
body.page-id-9242 .oc-vc-columns.oc-cols-2 > .wp-block-column.oc-boxed-card:not(:has(p)),
body.page-id-9242 .oc-vc-columns.oc-cols-2 > .wp-block-column:not(.oc-boxed-card):last-child:not(:has(p)) {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Unclaimed / YouTube embed + FAQ header spacing */
body.page-id-9242 main.oc-main .wp-block-post-content > h1.wp-block-heading {
  font-size: 2rem;
  margin: 1.25rem 0 1rem;
  color: #0a336b;
}
body.page-id-9242 main.oc-main .wp-block-post-content > h6.wp-block-heading {
  font-size: 24px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #212529 !important;
  margin: 1.5rem 0 1rem !important;
}
body.page-id-9242 .wp-block-post-content .wp-block-embed {
  margin: 0.75rem 0 1.5rem;
  max-width: 100%;
}
body.page-id-9242 .wp-block-post-content .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
}
body.page-id-9242 .wp-block-post-content .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
body.page-id-9242 main.oc-main .wp-block-post-content > .wp-block-image.size-full {
  margin: 0 0 1.25rem;
}
body.page-id-9242 main.oc-main .wp-block-post-content > .wp-block-image.size-full img {
  width: 100% !important;
  height: auto !important;
}

/* About Us — final alignment overrides (match live .align-items-center) */
body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns,
body.page-id-20 main.oc-main .wp-block-columns.is-layout-flex {
  align-items: center !important;
}
body.page-id-20 main.oc-main .wp-block-columns .wp-block-column:first-child {
  padding-top: 0 !important;
}

/* Live about-content headings (global custom CSS + about template) */
body.page-id-20 main.oc-main .wp-block-post-content h2.wp-block-heading,
body.page-id-20 main.oc-main .wp-block-columns h2.wp-block-heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 30px 0 20px !important;
  color: #0a336b !important;
}
body.page-id-20 main.oc-main .wp-block-post-content h3.wp-block-heading,
body.page-id-20 main.oc-main .wp-block-columns h3.wp-block-heading {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 30px 0 23px !important;
  color: #0a336b !important;
}

/* Beat generic mobile "zero column pad" so image matches live 15px inset */
@media (max-width: 767.98px) {
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
    flex-direction: column !important;
    row-gap: 0 !important; /* live uses .mb-4 only, not gap + margin */
  }
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column:first-child {
    margin-bottom: 1.5rem !important; /* live .mb-4 */
  }
}

/* Live .wpb_text_column { margin-bottom: 25px } — keeps bio column height for align-items-center */
body.page-id-20 main.oc-main .wp-block-post-content > .wp-block-columns > .wp-block-column:last-child {
  padding-bottom: 25px !important;
}

/* About banner: live template uses fixed 442px */
body.page-id-20 #page-banner,
body.page-id-20 .oc-page-banner {
  height: 442px !important;
  min-height: 442px !important;
}

/* VC message box → oc-notice */
.oc-notice {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.5;
}
.oc-notice--warning {
  background: #fff8e6;
  border-color: #f0d58c;
  color: #5c4a12;
}
.oc-notice p {
  margin: 0;
}

/* Audit Oversight Committee meetings — year labels + accordions */
body.page-id-4445 main.oc-main .wp-block-post-content > p.wp-block-paragraph:has(+ .wp-block-group.oc-accordion),
body.page-id-4445 main.oc-main .wp-block-post-content > .wp-block-group.oc-accordion + p.wp-block-paragraph:has(+ .wp-block-group.oc-accordion) {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: #212529;
}
body.page-id-4445 main.oc-main .wp-block-post-content > p.wp-block-paragraph:first-child:has(+ .wp-block-group.oc-accordion) {
  margin-top: 0;
}
body.page-id-4445 .oc-accordion .wp-block-details summary {
  font-size: 1rem;
  font-weight: 600;
}
body.page-id-4445 .oc-accordion .wp-block-details .wp-block-image img[src*="20"] {
  width: 16px !important;
  height: auto !important;
  vertical-align: middle;
  margin-right: 0.35rem;
}

/* Media page — News Page template layout */
body.page-id-9673 main.oc-main .wp-block-post-content > .wp-block-paragraph:first-child {
  margin-top: 62px !important;
}
.oc-media-page {
  margin: 0;
}
.oc-media-page__section-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}
.oc-media-page__heading,
body.page-id-9673 .oc-media-page__heading {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 0.5rem !important;
  color: #000000 !important; /* live .heading-black */
  text-align: center !important;
}
.oc-media-page__subheading {
  margin: 0 auto;
  color: #6d758f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.oc-media-page__articles-row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .oc-media-page__articles-row {
    grid-template-columns: 58.333% 41.667%;
    align-items: stretch;
  }
}
.oc-media-page__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  overflow: hidden;
  height: 100%;
}
.oc-media-page__card--featured .oc-media-page__card-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.oc-media-page__card-body {
  padding: 32px;
}
.oc-media-page__card-title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
.oc-media-page__card-title a,
.oc-media-page__compact-title a {
  color: #6d758f;
  text-decoration: none;
}
.oc-media-page__latest-title a {
  color: #212529;
  text-decoration: none;
}
.oc-media-page__card-excerpt {
  margin: 0 0 1rem;
  color: #6d758f;
}
.oc-media-page__read-more {
  color: #235b21; /* live body link green on "Read more" */
  font-weight: 600;
  text-decoration: none;
}
.oc-media-page__card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 24px;
  border-top: 1px solid #e1e4ed;
  color: #6d758f;
  font-size: 14px;
}
.oc-media-page__author {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.oc-media-page__side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.oc-media-page__compact-row {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 100%;
}
.oc-media-page__compact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oc-media-page__compact-body {
  padding: 1rem 1rem 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oc-media-page__compact-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}
.oc-media-page__card-meta--compact {
  border-top: 0;
  padding-top: 0;
  font-size: 12px;
}
.oc-media-page__latest {
  padding-top: 100px;
}
.oc-media-page__latest-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .oc-media-page__latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .oc-media-page__latest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.oc-media-page__latest-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  overflow: hidden;
  height: 100%;
}
.oc-media-page__latest-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.oc-media-page__latest-body {
  padding: 1.25rem;
}
.oc-media-page__latest-date {
  margin: 0 0 0.75rem;
  color: #6c757d;
  font-size: 0.875rem;
}
.oc-media-page__latest-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
.oc-media-page__latest-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6c757d;
  font-size: 14px;
}
.oc-media-page__user-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f3f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.oc-media-page__pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.oc-icon-link-row__note {
  margin: 0.35rem 0 0 1.35rem;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
}

/* Icon + linked text row block */
.oc-icon-link-row {
  margin: 0 0 0.75rem;
}
.oc-icon-link-row__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
}
.oc-icon-link-row__link:hover .oc-icon-link-row__label {
  text-decoration: underline;
  color: var(--oc-primary);
}
.oc-icon-link-row__icon {
  flex: 0 0 auto;
  line-height: 0;
}
.oc-icon-link-row__icon img {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  display: block;
}
.oc-icon-link-row__body {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
}
.oc-icon-link-row__label {
  font-weight: 400;
}
.oc-icon-link-row__meta {
  color: #212529;
}
.oc-icon-link-row--legacy {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
}
.oc-icon-link-row--legacy figure.wp-block-image {
  flex: 0 0 auto;
  margin: 0 !important;
  width: auto !important;
  max-width: 16px !important;
}
.oc-icon-link-row--legacy > p {
  flex: 1 1 auto;
  margin: 0 !important;
}

/* Special districts / JPA child PDF lists — live uses one <p> + <br>, zero row gaps */
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20.gif"]),
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20-e"]),
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20.gif"]),
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20-e"]) {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20.gif"]) + p:has(img[src*="20.gif"]),
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20-e"]) + p:has(img[src*="20-e"]),
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20.gif"]) + p:has(img[src*="20.gif"]),
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20-e"]) + p:has(img[src*="20-e"]) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20.gif"]) img,
body.parent-pageid-934 main.oc-main .wp-block-post-content p:has(img[src*="20-e"]) img,
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20.gif"]) img,
body.parent-pageid-934 main.oc-main .wp-block-columns p:has(img[src*="20-e"]) img {
  display: inline !important;
  vertical-align: middle;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Empty hub children (no post content) — match live white gap before subscribe CTA */
body.page-id-943 main.oc-main,
body.page-id-945 main.oc-main {
  padding-bottom: 5rem !important;
  min-height: 120px;
}
