footer {
  background-color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
}

footer a,
footer p,
footer h3,
footer span,
footer label {
  color: #fff;
}

.btn-footer {
  color: #fff;
  background-color: #3377BB!important;
  border-color: #3377BB!important;
  padding: 0.375rem 1rem;
}

.btn-footer:hover,
.btn-footer:focus {
  color: #fff;
  background-color: rgba(51, 119, 187, 0.8)!important;
}

.btn-footer:active {
  background-color: #16589b!important;
  border-color: #16589b!important;
}

footer a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none!important;
  -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
}

footer a:hover {
  color: #0095d5;
}

footer a:focus {
  color: #0095d5;
}

footer a:active {
  color: #3377BB;
}

footer a .fa-chevron-right {
  color: #707070;
  padding-top: 0.25rem;
  float: right;
}

footer .quick-links a {
  border-bottom: 1px solid #707070;
}

footer p {
  font-size: 1rem;
  color: #fff;
}

footer .auctioneer-id-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
    -ms-flex-pack: start;
      justify-content: flex-start;
}

footer .auctioneer-id-search #auctioneerId {
  max-width: 8.5rem;
  margin-right: 1rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: none;
}

footer .footer-separator {
  border: 0;
  border-top: 1px solid #707070;
  margin: 1rem 0;
  height: 0;
}

footer .footer-links-legal {
  text-align: center;
  padding-bottom: 1rem;
}

footer .footer-links-legal a,
footer .footer-links-legal span {
  display: inline-block;
  padding: 0 0.5rem;
}

footer .az-bbb-img img {
  width: 4rem;
}

footer .az-naa-img img {
  width: 16rem;
}

.az-bbb-img img,
.az-naa-img img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}

.az-bbb-img:hover img,
.az-bbb-img:focus img,
.az-naa-img:hover img,
.az-naa-img:focus img {
  opacity: 0.7;
}

@media (min-width: 992px) {
  footer .quick-links a {
    border-bottom: none;
  }
  footer .quick-links a .fa-chevron-right {
    display: none;
  }
}

@media (max-width: 991px) {
  footer .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
        align-items: center;
  }
  footer h3 {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  footer .az-bbb-img img {
    width: 3rem;
  }
  footer .az-naa-img img {
    width: 10rem;
  }
}