@media (min-width: 769px) {

	.footer-inner ul {
		border: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
	}

	.footer-inner ul li {
		font-family: "Atkinson Hyperlegible", arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16.04px;
		display: inline-block;
		margin: 0 0 0 24px;
	}

}

@media (max-width: 768px) {

	.footer-inner ul {
		border: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.footer-inner ul li {
		font-family: "Atkinson Hyperlegible", arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		margin: 0;
	}

}


.footer-inner ul li.footer-menu-off a:link,
.footer-inner ul li.footer-menu-off a:visited {
	color: var(--footer-menu-font-color);
	text-decoration:none;
	display: block;
}

.footer-inner ul li.footer-menu-off a:hover,
.footer-inner ul li.footer-menu-off a:active,
.footer-inner ul li.footer-menu-off a:focus {
	color: var(--footer-menu-font-color);
	display: block;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	text-underline-position: under;
	text-underline-offset: -2px;
	text-decoration-color: var(--footer-menu-underline-color);
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
}

.footer-inner ul li.footer-menu-on a:link,
.footer-inner ul li.footer-menu-on a:visited,
.footer-inner ul li.footer-menu-on a:hover,
.footer-inner ul li.footer-menu-on a:active,
.footer-inner ul li.footer-menu-on a:focus {
	color: var(--footer-menu-font-color);
	display: block;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	text-underline-position: under;
	text-underline-offset: -2px;
	text-decoration-color: var(--footer-menu-underline-color);
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
}

.footer-inner ul li.footer-menu-off a:focus-visible,
.footer-inner ul li.footer-menu-on a:focus-visible {
	outline: 1px solid var(--footer-menu-outline-color) !important;
	outline-offset: 3px !important;
}


.footer-text {
	font-family: "Atkinson Hyperlegible", arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: var(--footer-menu-font-color);
}