a img {
	border: none;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	display: inline-block;
	margin: 0 0 12px;
	padding: 8px 12px;
	min-height: 24px;
	font-weight: bold;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible,
.lang-switch:focus-visible,
.program-nav a:focus-visible,
.service-area-list a:focus-visible,
.county-list a:focus-visible,
.contact-table a:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

html {
	overflow-x: auto;
}

body {
	font-family: Arial, sans-serif;
	margin: 20px;
	background-color: #fff;
	color: #111;
	max-width: 100%;
	overflow-wrap: break-word;
}

.container {
	max-width: 100%;
	min-width: 0;
}

.content,
#txtIntro,
#countytable_wrapper {
	max-width: 100%;
	min-width: 0;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	margin: 0.6em 0;
}

.content h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 0.4em;
}

.content h3,
h2.star {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.8em 0 0.35em;
}

h2.star {
	font-size: 1.25em;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	border: 0;
	padding: 8px;
	text-align: left;
}

th {
	background-color: #f4f4f4;
}

.intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	width: 100%;
	align-items: start;
}

.intro-grid .callout {
	text-align: center;
	font-weight: bold;
}

.map-frame-wrap {
	width: 100%;
	max-width: 910px;
	min-width: 0;
	overflow: auto;
	margin: 0 auto;
}

.map-frame-wrap iframe {
	width: 910px;
	height: 705px;
	border: 0;
}

.event-calendar-wrap {
	width: 100%;
	max-width: 1100px;
	min-width: 0;
	margin: 0 auto;
	overflow: auto;
}

.event-calendar {
	width: 100%;
	max-width: 1100px;
	height: 800px;
	border: 0;
}

.calendar-alt {
	text-align: center;
	margin: 0.75em auto;
	max-width: 65%;
}

.event-list-wrap {
	max-width: 1100px;
	margin: 1em auto 1.5em;
	text-align: left;
}

.event-list-wrap h2 {
	text-align: center;
}

.event-list-wrap p {
	margin: 0.5em 1em 1em;
}

.event-list {
	margin: 0;
	padding: 0 1.25em 0 2.25em;
}

.event-list li {
	margin: 0 0 0.85em;
	padding-bottom: 0.85em;
	border-bottom: 1px solid #ccc;
}

.event-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.event-list time {
	display: block;
	font-weight: bold;
}

.event-title,
.event-location {
	display: block;
	margin-top: 0.2em;
}

.event-location {
	font-size: 0.95em;
}

.page-nav-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	width: 95%;
	margin: 0 auto 1em;
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	min-width: 44px;
	padding: 6px 12px;
	font-weight: bold;
}

#header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	max-width: 100%;
	min-width: 0;
}

#header .program-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 100%;
	min-width: 0;
}

#header .program-nav li {
	display: block;
	min-width: 0;
}

#header .program-nav a {
	display: block;
	min-height: 24px;
	min-width: 24px;
}

#header .program-nav img {
	display: block;
	max-width: 100%;
	height: auto;
}

.help-block {
	width: 88%;
	margin: 0 auto;
	text-align: center;
}

.help-block h2 {
	background-color: #f0f1f2;
	padding: 16px 8px;
	margin: 0 0 12px;
}

.help-block ul {
	text-align: left;
	display: inline-block;
	max-width: 40em;
	overflow-wrap: break-word;
}

.contact-table {
	width: auto;
	max-width: 100%;
	margin: 0 auto 1em;
}

.contact-table caption {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	background-color: #f4f4f4;
	caption-side: top;
}

.contact-table th,
.contact-table td {
	border: 1px solid #ccc;
	overflow-wrap: anywhere;
}

.service-area-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	padding: 0;
	margin: 0 auto 8px;
	max-width: 70%;
}

.service-area-list li {
	display: inline-block;
}

.service-area-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	min-width: 44px;
	padding: 8px 12px;
	border: 1px solid #333;
	background: #f4f4f4;
	color: #111;
	text-decoration: none;
	font-weight: bold;
}

.service-area-list a:hover,
.service-area-list a:focus-visible {
	background-color: #dcfac9;
}

.comparison-chart-heading {
	text-align: center;
	background-color: #add8e6;
	color: #111;
	font-weight: bold;
	padding: 8px;
	margin: 0 auto;
	max-width: 65%;
}

.comparison-chart-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
	padding: 8px 16px;
	margin: 0 auto;
	max-width: 65%;
	background-color: #f0f8ff;
}

.county-list-wrap {
	max-width: 60%;
	margin: 0 auto 1em;
	border: 1px solid #000;
	background: #fff;
}

.county-list-header {
	display: flex;
	font-weight: bold;
	background-color: #f4f4f4;
	padding: 8px;
	border-bottom: 1px solid #000;
}

.county-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.county-list li {
	border-top: 1px solid #000;
}

.county-list li:first-child {
	border-top: none;
}

.county-list a {
	display: flex;
	align-items: flex-start;
	padding: 8px;
	min-height: 24px;
	color: #111;
	text-decoration: underline;
	background: #fff;
}

.county-list a:hover,
.county-list a:focus-visible {
	background-color: #dcfac9;
}

.county-list-area {
	flex: 0 0 18%;
	min-width: 7em;
	padding-right: 8px;
}

.county-list-counties {
	flex: 1;
}

.county-list-header .county-list-area,
.county-list-header .county-list-counties {
	display: block;
}

.enroll-section ul {
	margin-top: 0.35em;
}

@media (max-width: 600px) {
	body {
		margin: 8px;
	}

	#header .program-nav {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	#skipnav {
		width: 100%;
	}

	.intro-grid {
		grid-template-columns: 1fr;
	}

	.county-list-wrap,
	.service-area-list,
	.comparison-chart-heading,
	.comparison-chart-list,
	.calendar-alt,
	.event-list-wrap,
	.help-block {
		max-width: 100%;
		width: 100%;
	}

	.county-list a {
		flex-direction: column;
	}

	.county-list-area {
		min-width: 0;
		flex-basis: auto;
	}

	.contact-table thead {
		display: none;
	}

	.contact-table,
	.contact-table tbody,
	.contact-table th,
	.contact-table td,
	.contact-table tr {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.contact-table tr {
		margin-bottom: 1rem;
		border: 1px solid #ddd;
		padding: 8px;
		background: #fff;
	}

	.contact-table td {
		border: none;
		border-bottom: 1px solid #eee;
		padding: 8px;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.contact-table td::before {
		content: attr(data-label);
		display: block;
		font-weight: bold;
		margin-bottom: 0.25em;
	}

	.contact-table td:last-child {
		border-bottom: none;
	}
}
