﻿.site-footer-container {
	position: static; /* Remove fixed positioning */
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	background-color: #295D92 !important;
	color: #fff !important;
	flex-shrink: 0;
}

.site-footer-container a:hover {
	text-decoration: underline !important;
}

.footer-title {
	color: #fff !important;
	font-size: 1.40em !important;
	font-weight: normal !important;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

ul.mdc-custom__footer__links {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.50em !important;
}

ul.mdc-custom__footer__links li {
	margin-bottom: 0px !important;
	list-style: none;
}

ul.mdc-custom__footer__links li a {
	color: #fff;
	transition: color 0.2s;
	text-decoration: none;
	font-size: 0.95rem !important;
}

.footer-disclaimer {
	color: white;
	font-size: 0.95rem !important;
}

.footer-copyright {
	text-align: right;
}

.md-logo-footer {
	max-width: 130px;
	margin-top: 14px;
	margin-bottom: 12px;
}
