.footer-wrapper {
  background-color: #f5f5f5;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

/* -- Top Section -- */
.footer-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Logo row on its own line */
.footer-logo-row {
  text-align: left; /* or center if desired */
  margin-bottom: 10px;
}

/* Contact + Social row on same line */
.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Contact text */
.footer-contact {
  text-align: left;
  margin: 0;
  color: #555;
  line-height: 1.6;
  max-width: 70%; /* Adjust if needed so icons donÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢t get pushed off */
}

/* Social icons to the right */
.footer-social-top a {
  margin-left: 0px;
}

.footer-social-top img {
  width: 40px;
  height: 40px;
}

/* Divider */
.footer-divider {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  border: none;
  border-bottom: 1px solid #ccc;
}

/* -- Middle Columns -- */
.footer-columns {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  text-align: left;
  width: 150px; /* or any fixed width the design calls for */
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  /* margin-bottom: 10px; */
  color: #000;
  font-family: inherit;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 6px;
}

.footer-col a {
  font-size: 14px;
  /* color: #0055ce; */
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* -- ALM Network of Sites -- */
.footer-network {
  background-color: #f5f5f5;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(0deg, #f5f5f5 65%, #e0e0e0 100%);
}

.network-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}

.footer-network ul {
  list-style: none;
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer-network a {
  font-size: 14px;
  /* color: #0055ce; */
  text-decoration: none;
}

.footer-network a:hover {
  text-decoration: underline;
}

/* -- Bottom Section -- */
.footer-bottom {
  /* background-color: #fff; */
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  /* border-top: 1px solid #ccc; */ /* if you need a top border */
}

.footer-bottom p {
  margin: 0;
  color: #555;
}

.footer-bottom a {
  color: #0055ce;
  font-size: 13px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-social-top a svg {
    vertical-align: middle;
}

.footer-social-top {
    display: flex;
    align-content: center;
    align-items: center;
}

img.tpmsmall {
	max-width: 200px;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
