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

.az-footer a {
  color: #fff;
}

.az-footer p,
.az-footer h2,
.az-footer span,
.az-footer label {
  color: #fff !important;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.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;
}

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

.az-footer a:hover,
.az-footer a:focus {
  color: #0095d5;
}

.az-footer a:active {
  color: #3377BB;
}

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

.az-footer .quick-links ul {
  list-style: none;
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.az-footer .quick-links ul li {
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

.az-footer .footer-links-legal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.az-footer .footer-links-legal .copyright-year {
  padding: 0;
}

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

.az-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;
  -moz-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;
}

.az-bbb-img,
.az-naa-img {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.az-bbb-img:focus-visible,
.az-naa-img:focus-visible {
  outline-color: #3377BB !important;
  outline-style: solid !important;
  outline-width: 3px !important;
  outline-offset: 2px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
}

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

@media only screen and (max-width: 991px) {
  .az-footer .quick-links a {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .az-footer .footer-links-legal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .az-footer .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .az-footer h2 {
    margin-bottom: 0.5rem;
  }
}

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

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