@charset "utf-8";
/* CSS Document */
footer p.footer-logos {
  line-height: 1.5rem;
  font-size: 1rem;
}
footer .contact {
  padding-top: 20px;
  font-size: 1.15rem;
  line-height: 1.55rem;
}
footer .logo1 {
  max-height: 7rem;
  max-width: 7rem;
}
footer .logo2 {
  max-height: 13rem;
  max-width: 15rem;
}
@media only screen and (max-width: 1280px) {
  footer p.footer-logos {
    margin: 0.25rem 0 0 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  footer .contact {
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-logos {
    margin: 0;
  }

  footer .logo1 {
    max-height: 6.25rem;
    max-width: 6.25rem;
  }
  footer .logo2 {
    margin-left: -13px;
    max-height: 13rem;
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 1024px) {
  footer .footer-logos {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  footer .contact {
    font-size: 1.15rem;
    margin-top: 1.15rem;
  }
  footer .lineheight {
    line-height: 1.15rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-logos {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-logos {
    margin-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  footer .logo1 {
    max-height: 4.8rem;
    max-width: 4.8rem;
  }
  footer .logo2 {
    margin-left: -13px;
    max-height: 7.8rem;
    max-width: 10rem;
  }
  footer .contact {
    font-size: 1.05rem;
    margin-top: 1rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 414px) {
  footer .footer-logos {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.15rem;
  }
  footer .logo1 {
    max-height: 4.25rem;
    max-width: 4.25rem;
  }
  footer .logo2 {
    max-height: 6.8rem;
    max-width: 9.5rem;
  }
  footer .contact {
    padding-top: 5px;
    font-size: 0.96rem;
  }
  .lineheight {
    line-height: 1.15rem;
  }
}
@media only screen and (max-width: 375px) {
  .logo1 {
    max-height: 4rem;
    max-width: 4rem;
  }
  .logo2 {
    margin-left: -13px;
    max-height: 6rem;
    max-width: 9rem;
  }
  .contact {
    padding-top: 5px;
    font-size: 0.8rem;
  }
  .lineheight {
    line-height: 0.9rem;
  }
}
