footer{
	flex-shrink: 0;
	color:var(--white);
}
blockquote footer{
	margin-top:0;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5{
	color: var(--footer-headline);
	font-weight: 700;
	margin-bottom: 1.5rem;
}
footer #footer-top{
	background-color: var(--footer-top);
	padding: 2rem 0;
}

footer #footer-top2{
	background-color: #042852;
	padding: 2rem 0;
}

footer #footer-bottom{
	background-color: var(--footer-bottom);
	padding: 2rem 0;
}
.footer .link a{
	text-decoration: none;
}
.footer a,
.footer a i{
	color:var(--white);
}
.footer a:hover,
.footer a i:hover{
	color:var(--footer-link-hover);
}
footer .social a,
footer .social a:hover{
	text-decoration: none;
}
footer a.icon:before{
	font-family:"Font Awesome 6 pro";
	display: inline-block;
	font-weight: 900;
	margin-right:6px;
}
footer i.fa-map-marker-alt{
	padding: 5px 6px 0 0;
	display: inline;
}
footer a.phone:before{
	content:"\f095";
}
footer a.support:before{
	content:"\f590";
}
footer a.email:before{
	content:"\f0e0";
}
footer a.pdf:before{
	content:"\f1c1";
}
footer #footer-bottom .row:first-of-type{
	background-image: url(../images/forward.png);
	background-repeat: no-repeat;
	background-position: center center;
}
footer #footer-bottom ul.footer-links{
	padding:0;
}
footer #footer-bottom ul.footer-links li{
	list-style: none;
	margin-bottom: 10px;
}
footer #footer-bottom .social li{
	display: inline;
	font-size: 32px;
	padding: 0 5px;
}
footer #footer-bottom .social a i{
	transition: text-shadow 200ms ease 0s, transform 200ms ease 0s;
}
footer #footer-bottom .social a i:hover {
	transform: translate(2px, -2px);
	text-shadow: -4px 4px 0 #000;
	transition: .2s;
}
footer #footer-bottom .copyright{
	border-top: 1px solid var(--footer-link-hover);
	font-size: 12px;
	margin-top: 10px;
	padding-top: 1.5rem;
	font-weight: 300;
}
footer #footer-bottom .copyright p{
	margin-bottom: 0;
}
footer #footer-bottom .copyright a{
	margin-left: 10px;
}