footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.60) !important;
  border-top: solid 4px #a8a8a8;
}

footer .ftitle {
  font-size: 1.25rem;
  color: black;
  margin-top: .75rem;
  margin-bottom: .5rem;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li {
  line-height: 1.125rem;
}

footer li a {
  box-sizing: border-box;
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 1.25rem;
  color: black;
  text-decoration: rgb(255, 255, 255);
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}

footer li a:hover {
  color: var(--text-yellow);
}

.fcol {
  border-left: 4px solid var(--text-yellow-50);
  border-top: 0px ;
  padding-left: 1rem;
}
