/* Shared footer contact area. Kept separate from CMS-managed styles.css. */
.footer-contact {
  background: #214b98;
  color: #fff;
  padding: 64px 0 48px;
}
.footer-contact h2 {
  color: #fff;
  font-family: "Calibri", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 22px;
}
.footer-contact h3 {
  color: #fff;
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
}
.footer-contact p,
.footer-contact address,
.footer-contact label {
  color: #fff;
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.footer-contact-details > p:first-of-type {
  max-width: 520px;
}
.footer-contact-links {
  display: flex;
  flex-direction: column;
  margin: 24px 0 18px;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
}
.footer-contact-links a {
  margin-bottom: 4px;
  text-decoration: none;
}
.footer-contact-links .fa {
  margin-right: 9px;
  width: 14px;
}
.footer-social-link {
  align-items: center;
  background: #163979;
  border-radius: 50%;
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  width: 48px;
}
.footer-social-link:hover {
  background: #fff;
  color: #214b98;
}
.footer-addresses {
  margin-top: 35px;
}
.footer-addresses > div {
  margin-bottom: 18px;
}
.footer-addresses address {
  margin: 0;
}
.footer-form-panel {
  background: #1d4690;
  border-radius: 12px;
  padding: 36px 44px;
}
.footer-form-panel .form-group {
  margin-bottom: 17px;
}
.footer-form-panel label {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
.footer-form-panel .form-control {
  border: 0;
  border-radius: 4px;
  min-height: 46px;
  padding: 10px 12px;
}
.footer-form-panel textarea.form-control {
  min-height: 126px;
}
.footer-form-panel .tickbox {
  align-items: flex-start;
  display: flex;
  margin: 4px 0 20px;
}
.footer-form-panel .tickbox .checkbox {
  flex: 0 0 20px;
  margin: 5px 10px 0 0;
  min-height: 20px;
}
.footer-form-panel .tickbox label {
  line-height: 1.45;
  margin: 0;
}
.footer-form-panel .btn-header {
  border: 0;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 25px;
  text-transform: uppercase;
}

.footer {
  background: #214b98;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px 0 30px;
}
.footer .container {
  display: block;
}
.footer .footer-meta {
  align-items: center;
  display: grid;
  gap: 3px;
  grid-template-columns: 1fr auto;
}
.footer .footer-meta > span {
  color: #fff;
  flex: none;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}
.footer .footer-meta > span:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer .footer-meta > span:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.footer .footer-meta > span:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}
.footer .footer-meta a {
  color: #fff;
}
.footer .advansys {
  height: auto;
  margin-left: 3px;
  max-height: 17px;
  vertical-align: middle;
  width: auto;
}
@media (max-width: 991px) {
  .footer-contact-details {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .footer-contact {
    padding: 42px 0 30px;
  }
  .footer-contact h2 {
    font-size: 30px;
  }
  .footer-form-panel {
    border-radius: 12px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }
  .footer {
    padding: 22px 0;
  }
  .footer .footer-meta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-meta > span:nth-child(3) {
    text-align: left;
  }
}
