<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COLORS*/
#footer-outer-wrapper {
  background-color: #ffffff;
}

#footer-inner-wrapper #top-footer-line {
  height: 15px;
  background-color: #000000;
  margin-bottom: 1px;
}

#footer-inner-wrapper .bottom-links {
  padding: 20px 20px 25px 20px;
  background-color: #000000;
  text-align: center;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 0 0 7px 7px;
}

#footer-inner-wrapper .bottom-links a {
  font-size: 11px;
  color: #ffffff;
  padding: 0 5px 0 3px;
}

#footer-inner-wrapper .social-icons {
  text-align: center;
  margin-bottom: 10px;
}

#footer-inner-wrapper .social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  margin: 0 5px 10px 5px;
}

#footer-inner-wrapper .footer-email-registration {
  text-align: center;
  background-color: #efefef;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #666666;
}

#footer-inner-wrapper .footer-email-registration p {
  padding-right: 10px;
  margin: 0 0 10px 0;
  font-size: 12px;
}

#footer-inner-wrapper .footer-email-registration input {
  padding: 5px;
  width: 25%;
}

#footer-inner-wrapper .footer-email-registration
input[name="email"] {
  height: 32px;
  font-size: 11px;
  margin-right: 0;
  width: 65%;
  margin-bottom: 0;
}

#footer-inner-wrapper .location-text {
  font-size: 12px;
  text-align: center;
  color: #666666;
}

#footer-inner-wrapper .location-text p {
  font-size: 12px;
}

#footer-inner-wrapper .location-text a {
  font-size: 10px;
  width: 100%;
  margin-top: 20px;
  color: #2A5B81;
}

#footer-inner-wrapper #footer-copyright {
  text-align: center;
  padding: 20px 0 60px 0;
}

#footer-inner-wrapper #footer-copyright p {
  font-size: 11px;
  color: #666666;
}

#footer-inner-wrapper #footer-ellipsis {
  text-align: center;
  color: #002A42;
  font-size: 10px;
}

#footer-inner-wrapper #footer-ellipsis a:hover {
  text-decoration: none;
  cursor: default;
}

/*# sourceMappingURL=footer.css.map */</pre></body></html>