/* ===============================
   ATMS Global Footer
================================ */

.atms-site-footer {
  width: 100%;
  background: #035695;
  color: #ffffff;
  font-family: "Geist", Arial, sans-serif;
  padding: 0 20px;
  margin: 0;
  overflow: hidden;
}

.atms-site-footer *,
.atms-site-footer *::before,
.atms-site-footer *::after {
  box-sizing: border-box;
}

.atms-site-footer-container {
  width: 100%;
  max-width: 1184px;
  min-height: 101px;
  margin: 0 auto;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.atms-site-footer p {
  width: auto;
  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff;
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0;

  text-align: left !important;
}

.atms-site-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Geist", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.atms-site-footer a:hover {
  text-decoration: underline;
}

/* ===============================
   Laptop
================================ */

@media (max-width: 1366px) {
  .atms-site-footer-container {
    max-width: 980px;
    min-height: 86px;
  }

  .atms-site-footer p {
    font-size: 14px;
    line-height: 28px;
  }
}

/* ===============================
   Tablet
================================ */

@media (max-width: 991px) {
  .atms-site-footer {
    padding: 0 24px;
  }

  .atms-site-footer-container {
    max-width: 720px;
    min-height: 76px;
  }

  .atms-site-footer p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* ===============================
   Mobile
================================ */

@media (max-width: 767px) {
  .atms-site-footer {
    padding: 0 18px;
  }

  .atms-site-footer-container {
    min-height: 70px;
  }

  .atms-site-footer p {
    font-size: 12px;
    line-height: 22px;
  }
}

/* ===============================
   Small Mobile
================================ */

@media (max-width: 480px) {
  .atms-site-footer-container {
    min-height: 66px;
  }

  .atms-site-footer p {
    font-size: 11px;
    line-height: 20px;
  }
}