footer {
  padding-top: 80px;
  background-color: var(--lightWhite);
  color: var(--slateGrey) !important;
}

footer a {
  text-decoration: none !important;
  color: var(--slateGrey) !important;
  transition: all .15s ease-in-out;
}

footer a:hover {
  color: var(--lightBlue) !important;
}

footer p {
  line-height: 28px;
}

footer h3 {
  color: var(--darkBlueGrey) !important;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

footer table td {
  word-break: keep-all;
  vertical-align: top;
}

footer ul li:not(:last-child) {
  margin-bottom: 10px;
}

.contact_icon_group a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  border: 1px solid var(--lightGrey);
  border-radius: 50%;
}

.contact_icon_group a:hover {
  color: var(--white) !important;
  border-color: var(--lightBlue) !important;
  background-color: var(--lightBlue) !important;
}

.footer_bg {
  background: url('../images/footer.png') center 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
  width: 100%;
  height: 380px;
}