#container {
  width: 100%;
  margin: 0 auto;
  background: white;
  border-bottom: 0;
  padding-bottom: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Footer */
.site-footer {
	text-align: center;
	padding: 0;
}

.site-footer img {
	max-height: 60px;
	margin-top: -0.5rem;
}

.site-footer ul {
	margin-bottom: 0.25rem;
}

.site-footer li::after {
	content: '|';
	padding-left: 1rem;
	color: #ffffff;
}

.site-footer li:last-child::after {
	content: '';
	padding-left: 0;
}

.site-footer .footer-info {
	margin: 0 2rem 2rem;
}

.site-footer {
	padding: 0;
	text-align: center;
	background: #003349;
	color: #ffffff;
}

.site-footer img {
	max-height: 60px;
	margin-bottom: -1rem;
}

.site-footer ul {
	display: flex;
	padding-left: 0;
	justify-content: center;
	flex-flow: row wrap;
	padding-left: 0;
}

.site-footer ul li a {
	font-size: 1rem;
}

.site-footer li::after {
	content: "|";
	padding-left: 16px;
	color: #ffffff;
	font-size: 1rem;
}

.site-footer ul li {
	list-style: none;
	float: left;
	padding-left: 16px;
}

.site-footer li:first-child::before {
	content: "";
	margin-left: -16px;
}

.site-footer li:last-child::after {
	content: "";
	padding-left: 0;
}
.site-footer a,
.site-footer .footer-info .copyright {
	color: #ffffff;
	font-size: 0.9rem;
	margin: 0;
}

.site-footer .footer-info .legal-links li a,
.site-footer a {
	text-decoration: none;
	background-color: transparent;
}

.site-footer .footer-info .legal-links li a:hover,
.site-footer .footer-info .legal-links li a:active,
.site-footer .footer-info .legal-links li a:focus {
	text-decoration: underline;
	background-color: transparent;
	color: #cceaff !important;
}

.site-footer .copyright a {
	text-decoration: underline;
}

.site-footer .copyright a:hover,
.site-footer .copyright a:active,
.site-footer .copyright a:focus {
	color: #cceaff !important;
}

.site-footer .footer-info {
	margin: 0;
	padding: 2rem;
	background: #003349;
}

.site-footer a:focus,
.site-footer a.logo:hover,
.site-footer a.logo:active,
.site-footer a.logo:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #ffffff !important;
}

.site-footer a {
	padding-left: 2px;
	padding-right: 2px;
}
