:root {
	--a3t-ink: #000;
	--a3t-paper: #fff;
	--a3t-border-width: 2px;
	--a3t-border: var(--a3t-border-width) solid var(--a3t-ink);
	--a3t-radius: 7px;
	--a3t-gap: 12px;
	--a3t-sidebar: clamp(220px, 23.5vw, 255px);
	--a3t-header-height: 82px;
	--a3t-panel-top: 18px;
	--a3t-copy-width: 75ch;
	--a3t-alignment-step: 18px;
	--a3t-home-menu-gap: 0px;
	--a3t-menu-line-height: 18px;
}

html {
	scroll-behavior: smooth;
	background: var(--a3t-paper);
}

body.a3t-guide-site {
	margin: 0;
	overflow-x: hidden;
	background: var(--a3t-paper);
	color: var(--a3t-ink);
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.a3t-guide-site *,
.a3t-guide-site *::before,
.a3t-guide-site *::after {
	box-sizing: border-box;
}

/* The client requested Verdana as the only visible typeface in the guide. */
.a3t-guide-site,
.a3t-guide-site *,
.a3t-guide-site *::before,
.a3t-guide-site *::after {
	font-family: Verdana, sans-serif !important;
}

.a3t-guide-site img,
.a3t-guide-site video,
.a3t-guide-site iframe {
	max-width: 100%;
}

.a3t-guide-site img {
	height: auto;
}

.a3t-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 8px 12px;
	transform: translateY(-170%);
	border: var(--a3t-border);
	background: var(--a3t-paper);
	color: var(--a3t-ink);
	font-weight: 700;
	text-decoration: none;
}

.a3t-skip-link:focus {
	transform: translateY(0);
}

.a3t-shell {
	width: calc(100% - 12px);
	max-width: 1200px;
	min-height: calc(100vh - 8px);
	margin: 4px auto;
}

.a3t-panel {
	border: var(--a3t-border);
	border-radius: var(--a3t-radius);
	background: var(--a3t-paper);
	box-shadow: none;
}

.a3t-guide-header,
.a3t-guide-layout {
	display: grid;
	grid-template-columns: var(--a3t-sidebar) minmax(0, 1fr);
	gap: var(--a3t-gap);
}

.a3t-guide-header {
	margin-bottom: 8px;
}

.a3t-logo-panel,
.a3t-brand-panel {
	height: var(--a3t-header-height);
}

.a3t-logo-panel {
	display: grid;
	place-items: center;
	padding: 7px 16px;
}

.a3t-logo-link {
	display: grid;
	width: 58px;
	place-items: center;
}

.a3t-logo-link img {
	display: block;
	width: 58px;
	height: auto;
	object-fit: contain;
}

.a3t-brand-panel {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 22px 18px 8px;
}

.a3t-brand-link {
	display: inline-flex;
	min-width: 0;
	max-width: calc(100% - 190px);
	flex-direction: column;
	color: var(--a3t-ink);
	text-decoration: none;
}

.a3t-product-link,
.a3t-product-link:visited {
	position: absolute;
	top: 8px;
	right: 18px;
	color: #0000ee;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.a3t-product-link:hover,
.a3t-product-link:focus-visible {
	color: #0000cc;
	text-decoration: underline;
}

.a3t-guide-title {
	font-family: Verdana, sans-serif;
	font-size: clamp(1.75rem, 3.05vw, 2.45rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
	white-space: nowrap;
}

.a3t-guide-subtitle {
	margin-top: 5px;
	font-family: Verdana, sans-serif;
	font-size: clamp(0.72rem, 1.35vw, 0.9rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.05;
	white-space: nowrap;
}

.a3t-guide-layout {
	align-items: stretch;
	min-height: calc(100vh - 102px);
}

.a3t-guide-sidebar,
.a3t-guide-main {
	padding-top: var(--a3t-panel-top);
}

.a3t-guide-sidebar {
	padding-right: 12px;
	padding-bottom: 34px;
	padding-left: 12px;
	overflow-wrap: anywhere;
}

.a3t-sidebar-header {
	display: block;
	min-height: var(--a3t-alignment-step);
}

.a3t-panel-heading {
	margin: 0;
	line-height: var(--a3t-alignment-step);
}

.a3t-sidebar-header h2,
.a3t-page-title {
	margin-right: 0;
	margin-left: 0;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: var(--a3t-alignment-step);
}

.a3t-sidebar-header h2 {
	margin-bottom: 0;
}

.a3t-guide-navigation {
	min-width: 0;
}

.a3t-menu,
.a3t-menu .sub-menu,
.a3t-menu .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.a3t-menu {
	/* Each sidebar text row advances exactly 18px. */
	margin-top: var(--a3t-home-menu-gap);
}

.a3t-menu li {
	margin: 0;
	padding: 0;
}

.a3t-menu li + li {
	margin-top: 6px;
}

.a3t-menu > li + li {
	/* Home and New Job use the same 18px row rhythm. */
	margin-top: var(--a3t-home-menu-gap);
}

.a3t-menu a {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--a3t-ink);
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: var(--a3t-menu-line-height);
	text-decoration: none;
	box-shadow: none;
}

.a3t-menu a:hover,
.a3t-menu a:focus-visible {
	color: var(--a3t-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.a3t-menu .current-menu-item > a,
.a3t-menu .current_page_item > a,
.a3t-menu .current-menu-ancestor > a,
.a3t-menu .current_page_ancestor > a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.a3t-menu .sub-menu,
.a3t-menu .children {
	margin: 7px 0 3px 14px;
	padding-left: 9px;
	border-left: 1px solid var(--a3t-ink);
}

.a3t-menu .sub-menu a,
.a3t-menu .children a {
	font-size: 11px;
}

.a3t-guide-main {
	min-width: 0;
	padding-right: clamp(24px, 4vw, 52px);
	padding-bottom: 64px;
	padding-left: clamp(30px, 3.8vw, 44px);
}

.a3t-guide-article {
	width: 100%;
	max-width: var(--a3t-copy-width);
}

.a3t-page-title {
	margin-bottom: 2em;
	color: var(--a3t-ink);
}

/*
 * Home-page alignment requested by the client:
 * 1. “What’s Here” and the main “Home” title share the same top line.
 * 2. Home stays left-aligned with the W in “What’s Here”.
 * 3. The whitespace from “What’s Here” to Home is exactly 18px.
 * 4. The whitespace from Home to New Job is exactly the same 18px.
 * 5. The first editable Home-page paragraph begins on the New Job row.
 */
.a3t-home-article .a3t-page-title,
.a3t-virtual-home .a3t-page-title {
	/* One blank 18px row places the first paragraph on the New Job row. */
	margin-bottom: var(--a3t-alignment-step);
}

.a3t-page-content {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: var(--a3t-alignment-step);
	overflow-wrap: break-word;
}

.a3t-page-content > *:first-child {
	margin-top: 0;
}

.a3t-page-content > *:last-child {
	margin-bottom: 0;
}

.a3t-page-content p,
.a3t-page-content ul,
.a3t-page-content ol,
.a3t-page-content blockquote,
.a3t-page-content figure,
.a3t-page-content table,
.a3t-page-content .wp-caption {
	margin-top: 0;
	margin-bottom: 1.2em;
}

.a3t-page-content h2,
.a3t-page-content h3,
.a3t-page-content h4,
.a3t-page-content h5,
.a3t-page-content h6 {
	margin: 1.6em 0 0.55em;
	color: var(--a3t-ink);
	font-family: Verdana, sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

.a3t-page-content h2 {
	font-size: 1.15rem;
}

.a3t-page-content h3 {
	font-size: 1.05rem;
}

.a3t-page-content h4,
.a3t-page-content h5,
.a3t-page-content h6 {
	font-size: 1rem;
}

.a3t-page-content ul,
.a3t-page-content ol {
	padding-left: 1.5em;
}

.a3t-page-content li + li {
	margin-top: 0.3em;
}

.a3t-page-content a {
	color: var(--a3t-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.a3t-page-content a:hover {
	color: var(--a3t-ink);
	text-decoration-thickness: 2px;
}

.a3t-page-content img {
	display: block;
	border-radius: 0;
}


.a3t-page-content figure,
.a3t-page-content .wp-caption {
	max-width: 100%;
}

.a3t-page-content figcaption,
.a3t-page-content .wp-caption-text {
	margin-top: 6px;
	font-size: 0.82rem;
	line-height: 1.4;
}

.a3t-page-content .alignleft {
	float: left;
	margin: 0 1.25em 1em 0;
}

.a3t-page-content .alignright {
	float: right;
	margin: 0 0 1em 1.25em;
}

.a3t-page-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.a3t-page-content::after {
	display: table;
	clear: both;
	content: "";
}

.a3t-page-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.a3t-page-content th,
.a3t-page-content td {
	padding: 8px 10px;
	border: 1px solid var(--a3t-ink);
	text-align: left;
}

.a3t-page-content blockquote {
	margin-left: 0;
	padding: 2px 0 2px 16px;
	border-left: 2px solid var(--a3t-ink);
}

.a3t-page-content input,
.a3t-page-content select,
.a3t-page-content textarea,
.a3t-page-content button {
	max-width: 100%;
	font: inherit;
}

.a3t-content-pages {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2em;
}

.a3t-content-pages a,
.a3t-content-pages > span {
	display: inline-grid;
	min-width: 38px;
	min-height: 38px;
	place-items: center;
	border: 1px solid var(--a3t-ink);
	text-decoration: none;
}

.a3t-guide-site a:focus-visible,
.a3t-guide-site button:focus-visible,
.a3t-guide-main:focus-visible {
	outline: 2px solid var(--a3t-ink);
	outline-offset: 3px;
}

@media (max-width: 760px) {
	:root {
		--a3t-sidebar: 112px;
		--a3t-gap: 7px;
		--a3t-header-height: 72px;
		--a3t-panel-top: 14px;
	}

	.a3t-shell {
		width: calc(100% - 8px);
		margin: 4px auto;
	}

	.a3t-logo-link,
	.a3t-logo-link img {
		width: 50px;
	}

	.a3t-brand-panel {
		padding: 25px 12px 7px;
	}

	.a3t-brand-link {
		max-width: 100%;
	}

	.a3t-product-link,
	.a3t-product-link:visited {
		top: 6px;
		right: 12px;
		font-size: 12px;
	}

	.a3t-guide-title {
		font-size: clamp(1.25rem, 6vw, 1.95rem);
		letter-spacing: 0.04em;
	}

	.a3t-guide-subtitle {
		font-size: clamp(0.62rem, 2.4vw, 0.8rem);
		letter-spacing: 0.035em;
	}

	.a3t-guide-layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.a3t-guide-sidebar {
		padding-right: 14px;
		padding-bottom: 16px;
		padding-left: 14px;
	}

	.a3t-menu {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid var(--a3t-ink);
	}

	.a3t-menu li + li {
		margin-top: 0;
	}

	.a3t-menu a {
		min-height: 36px;
		padding: 9px 0;
		line-height: 18px;
	}

	.a3t-guide-main {
		min-height: 52vh;
		padding-right: 20px;
		padding-bottom: 44px;
		padding-left: 20px;
	}

	.a3t-page-title {
		margin-bottom: 1.5em;
		font-size: 16px;
	}

	.a3t-page-content {
		font-size: 12px;
	}
}

@media (max-width: 520px) {
	:root {
		--a3t-sidebar: 88px;
	}

	.a3t-logo-link,
	.a3t-logo-link img {
		width: 44px;
	}

	.a3t-brand-panel {
		padding-top: 27px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.a3t-product-link,
	.a3t-product-link:visited {
		top: 5px;
		right: 8px;
		font-size: 11px;
	}

	.a3t-guide-title {
		font-size: clamp(1.05rem, 5vw, 1.35rem);
		letter-spacing: 0.025em;
	}

	.a3t-guide-subtitle {
		font-size: clamp(0.54rem, 2.35vw, 0.65rem);
		letter-spacing: 0.02em;
	}

	.a3t-page-content .alignleft,
	.a3t-page-content .alignright {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media print {
	body.a3t-guide-site {
		background: #fff;
		font-size: 11px;
	}

	.a3t-shell {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.a3t-guide-sidebar {
		display: none;
	}

	.a3t-guide-header,
	.a3t-guide-layout {
		grid-template-columns: 1fr;
	}

	.a3t-logo-panel {
		display: none;
	}

	.a3t-panel {
		border: 0;
		border-radius: 0;
	}

	.a3t-guide-main {
		padding: 20px 0;
	}
}


/*
 * Client-approved desktop alignment grid.
 * Each text row is exactly 18px tall:
 * Row 1: “What’s Here” / main Page title
 * Row 2: Home sidebar link
 * Row 3: New Job sidebar link / first Home paragraph
 */
@media (min-width: 761px) {
	.a3t-guide-site .a3t-guide-sidebar,
	.a3t-guide-site .a3t-guide-main {
		padding-top: var(--a3t-panel-top) !important;
	}

	.a3t-guide-site .a3t-sidebar-header,
	.a3t-guide-site .a3t-page-title {
		display: block !important;
		height: var(--a3t-alignment-step) !important;
		min-height: var(--a3t-alignment-step) !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		font-family: Verdana, sans-serif !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		font-variant: normal !important;
		letter-spacing: 0 !important;
		line-height: var(--a3t-alignment-step) !important;
		text-transform: none !important;
		transform: none !important;
	}

	.a3t-guide-site .a3t-sidebar-header h2,
	.a3t-guide-site .a3t-page-title {
		font: normal normal 700 16px/18px Verdana, sans-serif !important;
	}

	.a3t-guide-site .a3t-guide-navigation,
	.a3t-guide-site .a3t-menu {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.a3t-guide-site .a3t-menu > li,
	.a3t-guide-site .a3t-menu > li + li {
		display: block !important;
		min-height: var(--a3t-alignment-step) !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.a3t-guide-site .a3t-menu > li > a {
		display: block !important;
		height: var(--a3t-alignment-step) !important;
		min-height: var(--a3t-alignment-step) !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		font: normal normal 400 12px/18px Verdana, sans-serif !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		transform: none !important;
	}

	.a3t-guide-site .a3t-menu > li.current-menu-item > a,
	.a3t-guide-site .a3t-menu > li.current_page_item > a,
	.a3t-guide-site .a3t-menu > li.current-menu-ancestor > a,
	.a3t-guide-site .a3t-menu > li.current_page_ancestor > a {
		font-weight: 700 !important;
	}

	/* The Home title occupies row 1. The editable paragraph starts on row 3. */
	.a3t-guide-site .a3t-home-article,
	.a3t-guide-site .a3t-virtual-home {
		display: block !important;
	}

	.a3t-guide-site .a3t-home-article .a3t-page-title,
	.a3t-guide-site .a3t-virtual-home .a3t-page-title {
		margin: 0 !important;
	}

	.a3t-guide-site .a3t-home-article .a3t-page-content,
	.a3t-guide-site .a3t-virtual-home .a3t-page-content {
		margin: 0 !important;
		padding: var(--a3t-alignment-step) 0 0 !important;
		font: normal normal 400 12px/18px Verdana, sans-serif !important;
	}

	.a3t-guide-site .a3t-home-article .a3t-page-content > *:first-child,
	.a3t-guide-site .a3t-virtual-home .a3t-page-content > *:first-child {
		margin-top: 0 !important;
		padding-top: 0 !important;
		font: normal normal 400 12px/18px Verdana, sans-serif !important;
	}
}

/* Built-in lightbox for every image added to WordPress Page content. */
.a3t-page-content .a3t-lightbox-trigger,
.a3t-page-content img.a3t-lightbox-image {
	cursor: zoom-in;
}

.a3t-page-content img.a3t-lightbox-image:focus-visible {
	outline: 2px solid var(--a3t-ink);
	outline-offset: 4px;
}

body.a3t-lightbox-open {
	overflow: hidden;
}

.a3t-lightbox[hidden] {
	display: none !important;
}

.a3t-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
}

.a3t-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.92);
	cursor: zoom-out;
}

.a3t-lightbox__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	grid-template-rows: minmax(0, 1fr) auto;
	align-items: center;
	width: min(1180px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	color: #fff;
}

.a3t-lightbox__media {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	min-height: 0;
	place-items: center;
}

.a3t-lightbox__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 145px);
	border: 2px solid #fff;
	background: #fff;
	box-shadow: none;
	object-fit: contain;
}

.a3t-lightbox__close,
.a3t-lightbox__previous,
.a3t-lightbox__next {
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 0;
	background: #000;
	color: #fff;
	font: 700 28px/1 Verdana, sans-serif;
	cursor: pointer;
}

.a3t-lightbox__close:hover,
.a3t-lightbox__previous:hover,
.a3t-lightbox__next:hover,
.a3t-lightbox__close:focus-visible,
.a3t-lightbox__previous:focus-visible,
.a3t-lightbox__next:focus-visible {
	background: #fff;
	color: #000;
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.a3t-lightbox__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
}

.a3t-lightbox__previous {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
}

.a3t-lightbox__next {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
}

.a3t-lightbox__footer {
	display: flex;
	grid-column: 2;
	grid-row: 2;
	justify-content: space-between;
	gap: 20px;
	padding-top: 12px;
	font-family: Verdana, sans-serif;
	font-size: 0.9rem;
	line-height: 1.4;
}

.a3t-lightbox__caption {
	min-width: 0;
}

.a3t-lightbox__counter {
	flex: 0 0 auto;
	white-space: nowrap;
}

@media (max-width: 680px) {
	.a3t-lightbox {
		padding: 12px;
	}

	.a3t-lightbox__stage {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
	}

	.a3t-lightbox__image {
		max-height: calc(100vh - 125px);
	}

	.a3t-lightbox__close,
	.a3t-lightbox__previous,
	.a3t-lightbox__next {
		width: 38px;
		height: 38px;
		font-size: 23px;
	}

	.a3t-lightbox__footer {
		flex-direction: column;
		gap: 4px;
		font-size: 0.8rem;
	}
}

/* A3T User Guide version 2.0.6 — client-approved Verdana baseline and 18px row alignment. */
