.hero-standard + .wysiwyg.volunteer {
	margin-top: 2rem;
}

.wysiwyg.volunteer .sidebar-menu__list {
	margin-bottom: 0;
	padding-left: 0;
}

.wysiwyg.volunteer h2.wp-block-heading {
	margin-bottom: 1rem;
}

.wysiwyg.volunteer h3.wp-block-heading {
	font-size: var(--font-size-large);
}

.wysiwyg__content .volunteers__alphaNavList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom: 2px solid var(--color-theme-grey)
}

.wysiwyg__content .volunteers__alphaNavList > li {
	list-style: none
}

.wysiwyg__content .volunteers__alphaNavItem {
	font-size: 21px;
	display: inline-block;
	padding: 6px;
	text-decoration: none!important
}

.volunteers__alphaLetter {
	font-weight: 700;
}

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

.wysiwyg__content .volunteers__listItem {
	margin: 24px 0
}

.wysiwyg__content .volunteers__listLink {
	font-size: var(--font-size-large);
	color: var(--color-theme-blue);
	text-decoration: underline
}

.wysiwyg__content .volunteers__listLink:hover {
	text-decoration: none;
	color: var(--color-theme-primary);
	background-color: var(--color-theme-blue-bright);
}

.wysiwyg__content .volunteers__listItem p {
	margin-top: 0;
}

.volunteers-list .accordion__container {
	padding-left: 0;
}

.volunteer .acc-title {
	font-size: var(--font-size-largest);
	font-weight: 500;
}
