/* Footer Styling */

.map-container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.map-container iframe {
  width: 100%;
  border: 0 !important;
  margin-top: 0 !important;
}

/* cant remove pt-5 otherwise it messes up the style, so this will do */
.pt5-dis {
  padding-top: 0 !important;
}

.footer-heading {
  margin-bottom: 10px;
  display: inline-block;
}

footer .footer_company_info > div a {
  text-decoration: none !important; 
  color: var(--ast-global-color-0);
}

footer .footer_company_info > div a:hover {
  color: var(--ast-global-color-1);
}

footer .footer_boardmember > div a {
  text-decoration: none !important; 
  color: var(--ast-global-color-0);
}

footer .footer_boardmember > div a:hover {
  color: var(--ast-global-color-1);
}

.newsletter-form-wrapper .tnp-subscription input[type="email"] {
  border-radius: 0.75rem;
  background-color: #FFF;
  color: #000000;
  font-size: 1.25rem;
  border: #000 solid 1px;
}