.footer-distributed{
	background-color: var(--footer-bg);
	box-sizing: border-box;
	width: 100%;
	font: 1rem sans-serif;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:8px;
	z-index: 99999;
	color: var(--text-on-dark);
	margin-right:0px !important;
	margin-left:0px !important;
	min-height: 125px;
	height: auto;
}

.footer-distributed a {
	color: var(--text-on-dark);
}

.footer-distributed a:hover,
.footer-distributed a:focus {
	color: var(--text-on-dark);
	opacity: 0.85;
}
