.footer-desktop-aad-logo {
  height: 80px;
  height: 5rem;
  width: 80px !important; 
}

.footer-mobile-aad-logo {
  height: 50px;
  height: 3.125rem;
  width: 100px;
  width: 6.25rem;
  margin: 5px;
  margin: 0.3125rem;
  display: none; 
}

@media screen and (max-width: 1200px) {
  .error-page .header-topbar {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .footer-desktop-aad-logo {
    display: none; 
  }

  .footer-mobile-aad-logo {
    display: block;
    margin-left: auto;
    margin-right: auto; 
  } 
}

.header-AAD-logo {
  height: 60px;
  height: 3.75rem;
  width: 146px;
  width: 9.125rem;
  margin-right: 40px;
  margin-right: 2.5rem; 
}

.header-AAD-logo-mobile {
  height: 50px;
  height: 3.125rem;
  width: 115px;
  width: 7.1875rem;
  -webkit-align-self: center;
  /* Safari 7.0+ */
  align-self: center; 
}

@media screen and (max-width: 767px) {
  .header-default-home .header-topbar .header-AAD-logo {
    height: 50px;
    width: 115px; 
  }
}


@media screen and (max-width: 767px) {
  .error-page .header-AAD-logo-mobile {
    width: 50px; 
  }

  .error-page .header-topbar {
    margin: 0;
    height: 60px;
  }
}

.header-AAD-logo-mobile.header-logo-circle {
  width: 50px;
}