* {
	/* Applys font to all text unless overrided by another css class */
	font-family: ROBOTO, Arial, Helvetica;
	font-size: 12.5px;
	font-weight: 475;
}

a {
	/* WCAG compliant link color */
	color: #0B78D0 !important;
}

body {
	margin: 0px !important;
	background-repeat: no-repeat !important;
	background-color: #f5f7f7 !important;
}

.ui-datatable tbody td {
	border: 0 none;
}

.boldText {
	font-weight: bold;
	text-align: center;
}

.centered-table {
	width: 100%;
	/* Set table width to 50% of parent */
	margin-left: auto;
	/* Center-align the table */
	margin-right: auto;
}

.centered-table-90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	margin: 0px !important;
	text-align: center;
}

.footerBackground {
	/* 	background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8); */
	background: #00607f !important;
	width: 100%;
	height: 100%;
}

.errorText {
	font-weight: bold !important;
	color: red !important;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
}

.gc-reset {
	transform: scale(0.57) !important;
	-webkit-transform: scale(0.57) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}

.headerBackground {
	/* 	background: linear-gradient(to right, rgb(0, 96, 127), #C3CDD8); */
	background: linear-gradient(135deg, rgba(0, 96, 127, 0.95),
		rgba(17, 57, 92, 0.85)), url('../resources/images/Capitol2.png') center 80%/cover
		no-repeat !important;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -18px 34px rgba(0, 0, 0, 0.14);
}

.printbutton {
	margin-left: 20px;
}

.panelGridCenter {
	margin: 0;
}

.tableButton {
	text-align: center;
	width: 50%;
}

.textNowrap {
	white-space: nowrap;
}

/*************mobile screens**************/
@media screen and (min-width: 200px) and (max-width: 430px) {
	body {
		font-size: 11px;
	}
	#DocCard {
		position: relative;
		bottom: 0;
	}
	.img {
		width: 5%;
		height: 5%;
		background-image:
			url(/resources/images/phoneBookTransparentWhiteFont.png) !important;
	}
	.xl\:col-4 {
		flex: 0 0 auto;
		width: 40%;
	}
	.xl\:col-3 {
		flex: 0 0 auto;
		width: 40%;
	}
	.col-12 {
		flex: 0 0 auto;
		padding: 0;
		width: 25%;
	}
	.col-66 {
		flex: 0 0 auto;
		width: 20%;
		display: block;
	}
	.col-666 {
		flex: 0 0 auto;
		width: 20%;
		display: block;
	}
	.col-44 {
		flex: 0 0 auto;
		width: 15%;
		display: block;
	}
	.col-444 {
		flex: 2 2 auto;
		width: 20%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	body {
		font-size: 11px;
	}
	#DocCard {
		position: relative;
		bottom: auto;
		margin-left: 100px;
	}
	.img {
		width: 5%;
		height: 5%;
		background-image:
			url(/resources/images/phoneBookTransparentWhiteFont.png) !important;
	}
	.xl\:col-4 {
		flex: 0 0 auto;
		width: 40%;
	}
	.xl\:col-3 {
		flex: 0 0 auto;
		width: 40%;
	}
	.col-12 {
		flex: 0 0 auto;
		padding: 0;
		width: 25%;
	}
	.col-66 {
		flex: 0 0 auto;
		width: 20%;
		display: block;
	}
	.col-666 {
		flex: 0 0 auto;
		width: 20%;
		display: block;
	}
	.col-44 {
		flex: 0 0 auto;
		width: 15%;
		display: block;
	}
	.col-444 {
		flex: 2 2 auto;
		width: 20%;
	}
}

/************begin overriding primeflex*******************/
.col-12 {
	flex: 0 0 auto;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}

.col-66 {
	flex: 0 0 auto;
	width: 70%;
	display: block;
}

.col-666 {
	flex: 0 0 auto;
	width: 50%;
	display: block;
}

.col-44 {
	flex: 1 1 auto;
	padding: 1rem;
	width: 33%;
	display: block;
}

.col-444 {
	flex: 2 2 auto;
	padding: 3rem;
	width: 23%;
}

.ui-datatable * {
	padding: 3px !important;
}

/************end overriding primeflex*******************/

/************* MOBILE SCREENS (phones) **************/
@media screen and (max-width: 768px) {
	body {
		font-size: 11px;
	}
	#welcomeGrid {
		flex-direction: column;
		align-items: center;
	}
	#welcomeGrid>div {
		flex: 0 0 auto;
		width: 100%;
		padding: 0 1rem;
	}
	#DocCard {
		position: static;
		margin-top: 1.5rem;
		float: none;
	}
	.textNowrap {
		white-space: normal;
	}
}

/* header images scale on small screens */
.header-logo, .brandingNEImage {
	max-width: 100%;
	height: auto;
}

.brandingNEImageContainer {
	display: flex;
	align-items: center;
	justify-content: right;
}

/* Environment tag */
.envtag-wrapper {
	text-align: center;
	padding: 0.25rem 0.5rem;
}

.envtag-text {
	display: inline-block;
	padding: 0.1rem 0.6rem;
	font-weight: bold;
	font-size: 36px;
	background: linear-gradient(darkorange, darkorange, #cc00cc, #cc00cc);
	background-clip: inherit;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footerMenu .ui-menubar {
	border: none;
}

.footer-menubar .ui-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menubar .ui-menuitem-link {
	padding: 0.25rem 0.75rem;
	white-space: normal;
}

/* 
 * DEPRECATED IN PF 10. - Manually adding in new components from this point on. 
 */

/* CUSTOM BUTTONS START */
body .ui-scrolltop {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0
		rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	transition: background-color .2s, color .2s, border-color .2s,
		box-shadow .2s, opacity .2s;
	background: rgba(0, 0, 0, .7)
}

body .ui-scrolltop:hover {
	background: rgba(0, 0, 0, .8)
}

body .ui-scrolltop .ui-scrolltop-icon {
	font-size: 2rem;
	color: #f8f9fa;
}

.topBtn {
	transition: all 0.5s ease-out;
	text-decoration: none !important;
	opacity: 80%;
}

.topBtn:hover {
	background-color: #00607F !important;
	transition: all 0.5s ease-in;
}

/******* custom button end*******/
.leftBannerCol {
	order: 1;
}

.rightBannerCol {
	order: 2;
}

@media screen and (max-width: 640px) {
	.leftBannerCol {
		order: 2;
	}
	.rightBannerCol {
		order: 1;
	}
}

/* Slightly smaller footer text on phones */
@media screen and (max-width: 768px) {
	.footer-menubar .ui-menuitem-link {
		font-size: 0.85rem;
	}
}

/* ***** OVERRIDE THEME ******* */
.ui-messages-info, .ui-message-info, .ui-messages-warn, .ui-message-warn,
	.ui-messages-error, .ui-message-error {
	color: #484848 !important;
}

.ui-button.ui-state-default {
	background: #0B78D0;
	border: 1px solid #0B78D0;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text
	{
	color: #FFFFFF !important;
}

body .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active>.ui-menuitem-link
	{
	background: #008AB8 !important;
}

.grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}
/* ***** END OVERRIDE THEME ******* */
/************ Nebraska State Directory public page ************/
.directory-public-page {
	padding-bottom: 2rem;
	background: linear-gradient(180deg, #f4f7fa 0%, #eef3f7 100%);
}

.directory-hero-banner {
	display: none;
}

.directory-hero-overlay {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.85rem 1.25rem 2.2rem;
	position: relative;
	z-index: 1;
}

.directory-hero-copy {
	max-width: 760px;
	padding: 0.85rem 1.05rem 1rem;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(12, 67, 95, 0.32),
		rgba(16, 73, 101, 0.24));
	box-shadow: 0 10px 22px rgba(7, 42, 62, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.directory-hero-kicker {
	display: inline-block;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.directory-hero-copy h1 {
	margin: 0 0 0.35rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.12;
	color: #fff;
}

.directory-hero-copy p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.4;
}

.directory-hero-actions .directory-button {
	padding: 0.62rem 0.95rem;
}

.directory-hero-copy p, .directory-sidebar-copy,
	.directory-agency-summary, .directory-unit-note,
	.directory-contact-note, .directory-empty-state p {
	font-size: 1rem;
	line-height: 1.6;
}

.directory-hero-actions {
	display: flex;
	gap: 0.65rem;
	flex-wrap: wrap;
	margin-top: 0.7rem;
}

.directory-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.15rem;
	border-radius: 999px;
	background: #ffffff;
	color: #0a4f6f !important;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.directory-button:hover, .directory-agency-link:hover,
	.directory-jump-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.directory-button.secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.directory-button.slim {
	padding: 0.7rem 1rem;
	font-size: 0.95rem;
}

.directory-button.fullwidth {
	width: 100%;
}

.directory-sidebar-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.directory-sidebar-header h2 {
	margin: 0;
	line-height: 1.15;
}

.directory-employee-search-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.72rem 0.85rem;
	border-radius: 16px;
	background: linear-gradient(135deg, #0a5e84, #0b78a0);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(10, 94, 132, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.directory-employee-search-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(10, 94, 132, 0.24);
}

.directory-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 999px;
	background: #e8f4fb;
	color: #0a5e84;
	font-size: 0.95rem;
	line-height: 1;
	flex: 0 0 auto;
}

.directory-employee-search-link .directory-link-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.directory-external-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	box-sizing: border-box;
	background: linear-gradient(135deg, #0a5e84, #0b78a0) !important;
	border: 1px solid transparent;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(10, 94, 132, 0.18);
}

.directory-external-button:hover {
	box-shadow: 0 12px 26px rgba(10, 94, 132, 0.24);
}

.directory-external-button .directory-link-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.directory-external-button.fullwidth {
	justify-content: space-between;
}

.directory-sidebar-copy {
	margin-top: 0;
}

.directory-sidebar-note {
	margin: 0.45rem 0 0.9rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #5f6f7f;
}

.directory-sidebar-note strong {
	color: #17324d;
}

.directory-shell {
	max-width: 1280px;
	margin: 0.35rem auto 0;
	padding: 0 1.25rem 2rem;
	display: grid;
	grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
	position: relative;
	z-index: 2;
}

.directory-sidebar-panel {
	position: relative;
	top: 0;
	align-self: start;
}

.directory-sidebar-card, .directory-agency-hero-card,
	.directory-reference-card, .directory-unit-card, .directory-empty-state
	{
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(10, 79, 111, 0.12);
	border: 1px solid #e4edf3;
	overflow: hidden;
}

.directory-sidebar-card {
	padding: 1.15rem;
}

.directory-sidebar-card h2, .directory-agency-hero-card h2,
	.directory-empty-state h2 {
	margin: 0;
	font-size: 1.55rem;
	font-weight: 700;
	color: #17324d;
}

.directory-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.65rem;
	margin: 1rem 0 1.1rem;
}

.directory-stat-card {
	padding: 0.85rem 0.65rem;
	border-radius: 18px;
	background: linear-gradient(180deg, #f2f7fb, #edf3f8);
	text-align: center;
}

.directory-stat-value {
	display: block;
	font-size: 1.45rem;
	font-weight: 700;
	color: #0a4f6f;
}

.directory-stat-label {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.85rem;
	color: #5f6f7f;
}

.directory-search-input {
	display: block !important;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.directory-agency-list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-height: 65vh;
	overflow: auto;
	padding-right: 0.15rem;
	margin-top: 0.85rem;
}

.directory-agency-list-adminWelcome {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-height: 20vh;
	overflow: auto;
	padding-right: 0.15rem;
}

.directory-agency-link {
	display: block;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: #f7fafc;
	border: 1px solid #e4edf3;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color
		0.15s ease;
}

.directory-agency-link.active {
	background: linear-gradient(180deg, #eaf5fb, #e0eef7);
	border-color: #98c4dc;
}

.directory-agency-link-name {
	font-size: 1rem;
	font-weight: 700;
	color: #17324d;
	line-height: 1.45;
}

.directory-agency-link-meta, .directory-inline-pills,
	.directory-phone-chip-wrap, .directory-jump-links,
	.directory-agency-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.directory-agency-link-meta {
	margin-top: 0.45rem;
}

.directory-meta-pill, .directory-phone-chip, .directory-jump-link {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 700;
}

.directory-meta-pill {
	background: #edf4f8;
	color: #35556c;
}

.directory-meta-pill.accent {
	background: #dff0f7;
	color: #0a5e84;
}

.directory-content-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

#agency-detail {
	scroll-margin-top: 1rem;
}

.directory-agency-hero-card {
	padding: 1.25rem;
}

.directory-agency-title-row, .directory-unit-heading-row,
	.directory-contact-title-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* .directory-agency-title-row>div:first-child, .directory-unit-heading-row>div:first-child,
	.directory-contact-title-row>div:first-child {
	min-width: 0;
	flex: 1 1 620px;
} */
.directory-agency-actions {
	justify-content: flex-end;
	align-items: flex-start;
	flex: 0 0 auto;
	margin-top: 0.1rem;
}

.directory-agency-actions .directory-button, .directory-agency-actions .directory-jump-link,
	.directory-agency-actions a {
	white-space: nowrap;
}

.directory-info-block, .directory-address-block,
	.directory-reference-inline {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e6eef3;
}

.directory-info-block h3, .directory-reference-card h3,
	.directory-unit-card h3 {
	margin: 0 0 0.6rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #17324d;
}

.directory-detail-row, .directory-reference-row {
	padding: 0.25rem 0;
	line-height: 1.55;
	color: #385267;
}

.directory-phone-chip {
	background: #eef7fb;
	color: #175b7d;
}

.directory-phone-chip-wrap {
	margin-top: 1rem;
}

.directory-phone-chip-wrap.compact {
	margin-top: 0.7rem;
}

.directory-reference-card {
	padding: 1.25rem 1.4rem;
}

.directory-jump-links {
	padding: 0.2rem 0 0.2rem;
}

.directory-jump-link {
	background: #f2f7fb;
	color: #175b7d !important;
	text-decoration: none;
}

.directory-collapsible-section {
	margin-top: 1rem;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(10, 79, 111, 0.12);
	border: 1px solid #e4edf3;
	overflow: hidden;
}

.directory-collapsible-section+.directory-collapsible-section {
	margin-top: 0.85rem;
}

.directory-collapsible-summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.3rem 1.35rem;
}

.directory-collapsible-summary::-webkit-details-marker {
	display: none;
}

.directory-collapsible-summary::marker {
	content: "";
}

.directory-collapsible-summary-main {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	/* 	min-width: 0;
	flex: 1 1 620px; */
}

.directory-collapsible-summary-text {
	min-width: 0;
}

.directory-collapsible-summary-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #17324d;
	line-height: 1.4;
}

.directory-collapsible-summary .directory-unit-note {
	margin: 0.35rem 0 0;
}

.directory-collapsible-summary .directory-phone-chip-wrap.compact {
	margin-top: 0;
	justify-content: flex-end;
}

.directory-collapsible-toggle-icon {
	flex: 0 0 auto;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 999px;
	background: #eef7fb;
	position: relative;
	box-shadow: inset 0 0 0 1px #d7e8f3;
}

.directory-collapsible-toggle-icon::before {
	content: "+";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #175b7d;
}

.directory-collapsible-section[open] .directory-collapsible-toggle-icon::before
	{
	content: "−";
}

.directory-collapsible-body>.directory-unit-card {
	padding-top: 0;
}

.directory-collapsible-body>.directory-unit-card>.directory-unit-heading-row
	{
	display: none;
}

.directory-unit-card {
	padding: 1.3rem 1.35rem;
}

.directory-unit-card+.directory-unit-card {
	margin-top: 0.85rem;
}

.directory-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}

.directory-contact-card {
	padding: 1rem;
	border-radius: 18px;
	background: linear-gradient(180deg, #fbfdfe, #f4f8fb);
	border: 1px solid #e4edf3;
}

.directory-contact-title {
	font-size: 0.98rem;
	font-weight: 700;
	color: #193651;
	line-height: 1.45;
}

.directory-contact-name {
	margin-top: 0.3rem;
	font-size: 1rem;
	color: #4c6275;
}

.directory-contact-card .directory-contact-title-row {
	display: block;
}

.directory-children-wrap {
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 3px solid #d6e8f2;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.directory-empty-state {
	padding: 2rem;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.directory-shell {
		grid-template-columns: 1fr;
		margin-top: 1rem;
	}
	.directory-sidebar-panel {
		position: relative;
		top: 0;
	}
	.directory-agency-actions {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.directory-hero-banner {
		min-height: 64px;
	}
	.directory-hero-overlay {
		padding: 0.85rem 0.85rem 2rem;
	}
	.directory-hero-copy h1 {
		font-size: 1.65rem;
	}
	.directory-agency-title-row, .directory-unit-heading-row,
		.directory-contact-title-row, .directory-collapsible-summary {
		flex-direction: column;
	}
	.directory-collapsible-summary .directory-phone-chip-wrap.compact {
		justify-content: flex-start;
	}
	.directory-agency-actions {
		width: 100%;
		justify-content: flex-start;
	}
	.directory-stat-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.directory-contact-grid {
		grid-template-columns: 1fr;
	}
	.directory-shell {
		padding: 0 0.85rem 2rem;
		margin-top: 1rem;
	}
	.directory-hero-copy {
		padding: 1.1rem 1rem 1.2rem;
		border-radius: 22px;
		background: linear-gradient(135deg, rgba(12, 67, 95, 0.32),
			rgba(16, 73, 101, 0.24));
	}
}

@media screen and (max-width: 480px) {
	.directory-sidebar-header {
		align-items: flex-start;
		flex-direction: column;
	}
}

.directory-public-page {
	background:
		linear-gradient(180deg, rgba(244, 247, 250, 0.98) 0%, rgba(238, 243, 247, 0.98) 100%);
}

.directory-sidebar-card,
.directory-agency-hero-card,
.directory-reference-card,
.directory-unit-card,
.directory-empty-state {
	border-radius: 24px;
	border: 1px solid #dce9f1;
	box-shadow: 0 18px 42px rgba(10, 79, 111, 0.11);
}

.directory-sidebar-card {
	border-top: 5px solid #00607f;
}

.directory-agency-hero-card {
	position: relative;
	overflow: hidden;
	border-top: 5px solid #00607f;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 252, 0.95));
}

.directory-agency-title-row,
.directory-agency-hero-card .directory-info-block,
.directory-agency-hero-card .directory-phone-chip-wrap {
	position: relative;
	z-index: 1;
}

.directory-agency-link.active {
	background: linear-gradient(135deg, #e7f4fb, #dceef8);
	border-color: #74b7d2;
	box-shadow: inset 4px 0 0 #00607f;
}

.directory-agency-link:hover {
	border-color: #9bc9dc;
}

.directory-collapsible-section[open] {
	border-color: #b8d7e7;
	box-shadow: 0 18px 42px rgba(10, 79, 111, 0.14);
}

.directory-collapsible-section[open] .directory-collapsible-summary {
	background: linear-gradient(180deg, #f7fbfe, #edf6fb);
}

.directory-contact-card {
	box-shadow: 0 10px 24px rgba(10, 79, 111, 0.08);
}

/* WCAG accessibility helpers */
.skip-link {
	position: absolute;
	top: -48px;
	left: 1rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	background: #ffffff;
	color: #003f5f;
	border: 3px solid #003f5f;
	border-radius: 0.35rem;
	font-weight: 700;
	text-decoration: none;
	transition: top 0.15s ease-in-out;
}

.skip-link:focus,
.skip-link:focus-visible {
	top: 1rem;
	outline: 3px solid #f9c74f;
	outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
.ui-button:focus-visible,
.ui-commandlink:focus-visible,
.ui-inputfield:focus-visible,
.ui-selectonemenu:focus-visible,
.directory-agency-link:focus-visible,
.directory-jump-link:focus-visible,
.admin-sidebar-link:focus-visible,
.admin-inline-link:focus-visible,
.admin-link-button:focus-visible,
.admin-instruction-link:focus-visible {
	outline: 3px solid #f9c74f !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 2px #003f5f !important;
}

.directory-collapsible-summary:focus {
	outline: none !important;
	box-shadow: none !important;
}

.directory-collapsible-summary:focus-visible {
	outline: 3px solid #f9c74f !important;
	outline-offset: 3px !important;
	box-shadow: none !important;
	border-radius: 1rem;
}

/*PrimeFaces tooltips visible above dialogs and admin cards. */
.ui-tooltip {
	z-index: 10050 !important;
}

/* WCAG shared updates */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.footer-semantic {
	padding: 0.65rem 1rem;
}

.footer-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem 1rem;
}

.footer-link-list a {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding: 0.25rem 0.5rem;
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none;
}

.footer-link-list a:hover,
.footer-link-list a:focus {
	text-decoration: underline;
}

.page-breadcrumb {
	max-width: 1360px;
	margin: 0 auto 0.75rem;
	padding: 0 0.25rem;
	color: #486072;
	font-weight: 700;
}

.page-breadcrumb a {
	font-weight: 700;
}

.content-skip-link {
	position: absolute;
	left: -9999px;
	z-index: 1000;
	padding: 0.7rem 1rem;
	background: #ffffff;
	color: #003f5f !important;
	border: 3px solid #003f5f;
	border-radius: 0.45rem;
	font-weight: 800;
	text-decoration: none;
}

.content-skip-link:focus,
.content-skip-link:focus-visible {
	position: static;
	left: auto;
	display: inline-flex;
	margin: 0 0 1rem;
	outline: 3px solid #f9c74f !important;
	outline-offset: 3px;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
.ui-button:focus,
.ui-button.ui-state-focus,
.ui-commandlink:focus,
.ui-inputfield:focus,
.ui-inputfield.ui-state-focus,
.ui-selectonemenu:focus,
.ui-selectonemenu.ui-state-focus,
.directory-agency-link:focus,
.directory-jump-link:focus,
.admin-sidebar-link:focus,
.admin-inline-link:focus,
.admin-link-button:focus,
.admin-instruction-link:focus,
.footer-link-list a:focus {
	outline: 3px solid #f9c74f !important;
	outline-offset: 3px !important;
	box-shadow: 0 0 0 2px #003f5f !important;
}

.directory-collapsible-summary-title {
	display: block;
}

