.footer {
	background-color: #5C3327;
	color: #FFFFFF;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.8125rem;
	position: relative;
	border-radius: 20px 20px 0 0;
}

.footer ul,
.footer li {
	list-style: none;
	text-align: center;
	font-size: 0.875rem;
}

.footer ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.5rem;
}

.footer li:last-child:after {
	content: url("../../images/arrow-right.svg");
	margin-left: 0.1875rem;
}

.footer .contextual-region .contextual .contextual-links {
	-ms-flex-direction: row;
	flex-direction: row;
	display: none;
}

.footer .contextual-region .contextual.open .contextual-links {
	display: block;
}

