section#breadcrumb {
	background-color: #f8f8f8;
	font-family: "roman", sans-serif;
	margin-top: 32px;
	padding: 0;
}

section#breadcrumb:has(ul:empty) {
	display: none;
}

section#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	padding: 16px;
}

section#breadcrumb ul li {
	background: url('/static/g/chevron-right.svg') center left no-repeat;
	background-size: 16px 16px;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0 20px;
}

section#breadcrumb ul li:first-child {
	background: none;
	padding-left: 0px;
}

section#breadcrumb ul li a {
	color: #01835b;
}

@media screen and (min-width: 768px) {
	section#breadcrumb ul {
		padding: 16px 24px;
	}
}

@media screen and (min-width: 1024px) {
	section#breadcrumb ul {
		padding: 16px 32px;
	}

	section#header-image + section#breadcrumb {
		margin-top: 0;
		padding-top: 28px;
	}
}
