footer {
	color: #e1e1e1;
	font-weight: 300;
	padding: 20px;
}
footer.contain-to-grid {
	background: #424242;
}
footer .footer-inline-nav {
	padding: 0;
	margin: 0;
}
footer .footer-inline-nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
footer .footer-inline-nav li a {
	color: #ffff;
	font-size: 16px;
	font-weight:500;
}
footer .footer-inline-nav a:hover {
	color: #ff9000;
}
footer .footer-inline-nav li:after {
	content: "/";
	font-style: italic;
	margin-left: .675rem;
	margin-right: .675rem;
}
footer .footer-inline-nav li:last-child:after {
	content: "";
	margin-right: 0;
}
footer h6 {
	color: #e1e1e1;
	font-size: .9em;
}
footer p {
	font-size: .8em;
}
footer hr {
	border-color: #686868;
}

footer h2 {
	background: #333;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	font: 300 22px/1.8em 'Open Sans', sans-serif;
	margin: 20px 0;
	color: #cdcdcd;
}
footer h3 {
	margin: 0 0 5px;
	font: 100 20px/1.1em 'Open Sans', sans-serif;
	margin: 0;
	list-style: none;
	color: #cdcdcd;
}
footer ul {
	margin: 0;
	padding: 0 10px;
	color: #cdcdcd;
	list-style: none;
	font: 300 14px/1.8em 'Open Sans', sans-serif;
}
footer li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 1.3;
	list-style: none;
}
footer p {
	font-family: inherit;
	font-weight: 200;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	text-rendering: optimizeLegibility;
}
footer .note, .note, .smalltext {
	font-size: 12px !important;
	display: block;
	margin-top: -2px;
}
footer strong {
	font-weight: 600;
}
.footer-logo {
	margin-top: 6px;
}

.footer-legal {
	padding: 20px 0;
}
.footer-legal p {
	font-size: 16px;
	font-weight:500;
	margin-bottom: .35em;
	line-height: 1.6em;
	color: #ffff;
}

	.footer-legal a:focus-visible {
		outline: 4px solid #FFFF
	}
