footer {
 display: block;
}

footer {
 margin: 0;
 position: relative;
 padding: 30px 0 0 0;
 text-transform: uppercase;
 z-index: 99;
}

footer p {
 font-size: 14px;
 font-size: 1.4rem;
 font-weight: 500;
 line-height: 20px;
 line-height: 1.42857143em;
 margin: 0 0 10px;
}

footer p+p {
 margin-top: 0;
}

footer ul {
 margin: 0;
 padding: 0;
 overflow: hidden;
}

footer ul li {
 list-style: none;
 margin: 0 15px 15px 0;
 padding-left: 0;
}

footer ul .equal-housing-lender {
 height: 31px;
 padding-left: 32px;
 position: relative;
}

footer ul .equal-housing-lender img {
 position: absolute;
 left: 0;
 top: 0
}

footer .footer-legal {
 margin-bottom: 30px;
}

footer .footer-legal span img {
 margin-right: 30px;
}

footer .footer-legal span img:last-child {
 margin-right: 0;
}

footer .footer-legal span amp-img {
 margin-right: 30px;
}

footer .footer-legal span amp-img:last-child {
 margin-right: 0;
}

footer .footer-legal .footer-copyright img {
 margin-right: 30px;
}

footer .footer-legal .footer-copyright img:last-child {
 margin-right: 0;
}

footer .footer-legal .footer-copyright p {
 margin-bottom: 0;
}

@media only screen and (min-width:768px) {
 footer .footer-legal {
  clear: both;
 }

 footer .footer-legal .footer-copyright {
  float: left;
  margin-right: 30px;
 }
}