/* ADA Compliance Styles */

/* Skip to main content link - visible on focus */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Ensure focus indicators are visible */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Remove inline styles from footer logo */
footer .logo {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Remove inline styles from criteria section */
section[aria-labelledby="criteria-heading"] {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Ensure footer has full width */
footer .clear {
  width: 100%;
}

/* h4 styling for non-header elements */
.h4-style {
	text-align: center;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* Style table captions to look like h2 */
caption {
	color: #CC0000;
	font-weight: bolder;
	font-size: 5vw;
	margin-top: 0.5em;
	margin-bottom: 0;
	caption-side: top;
	text-align: center;
}

@media only screen and (min-width:800px) {
	caption {
		font-size: 22pt;
	}
}

/* Audio label styling */
.audio-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.audio-label {
	font-weight: bolder;
	white-space: nowrap;
	margin: 0;
	flex-shrink: 0;
	text-transform: uppercase;
}

.audio-label::after {
	content: ":";
}

/* h2 styling for non-header elements */
.h2-style {
	color: #CC0000;
	font-weight: bolder;
	font-size: 5vw;
	margin-top: 0.5em;
	margin-bottom: 0;
}

@media only screen and (min-width:800px) {
	.h2-style {
		font-size: 22pt;
	}
}
