/**
 * ADA updates
 *
 * @format
 */

:focus-visible {
	outline: auto;
}

.faqs h3 button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.faqs .faq h3::after {
	pointer-events: none;
}

.timeline_decades_list li a {
	color: inherit;
	display: block;
	text-decoration: none;
}

/* #ffb94a fails contrast on white. Dark header, footer, and button fills keep the gold. */
a:hover,
a:focus,
a:focus-visible,
.post-title a:hover,
.post-title a:focus,
.post-title a:focus-visible {
	color: #a86800;
}

/* Keep the bio link in the tab order. display:none on .member_bio removes it until hover. */
.team_members .team_member .member_bio {
	align-items: center;
	display: flex;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
}

.team_members .team_member .member_bio a {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.team_members .team_member:hover .member_bio,
.team_members .team_member:focus-within .member_bio {
	background-color: rgba(255, 185, 74, 0.6);
	opacity: 1;
	pointer-events: auto;
}

.team_members .team_member:hover .member_info,
.team_members .team_member:focus-within .member_info {
	display: none;
}

/* Override Themify focus outlines so keyboard focus stays visible. */
:is(button, a, input, select, textarea, .button):focus-visible,
.tf_focus_none a:focus-visible,
.tf_focus_none :is(button, a, input, select, textarea, .button):focus-visible,
.tf_focus_heavy :is(button, a, input, select, textarea, .button):focus-visible {
	outline: auto;
}

.builder-posts-wrap .post-title a {
	text-decoration: underline;
}

.builder-posts-wrap .post-title a:hover,
.builder-posts-wrap .post-title a:focus {
	text-decoration: none;
}
