/* Styles extracted from the legacy homepage footer usage in index_old.php. */
.bg-footer {
  background: url(/images/rat/bg-footer.jpg);
  background-size: cover;
}

.footer2 .col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer2-header {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
}

.footer2-link,
.footer2-link:link,
.footer2-link:visited {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer2-link:hover {
  color: white;
  text-decoration: underline;
}

.footer2-link .fa {
  font-size: 26px;
  margin-right: 20px;
}

.footer2 .small {
  color: #0E79B3;
  font-size: 12px;
}

.footer2 #trustwaveSealImage {
  width: 84px;
}

.grid-four-column-centered-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: start;
}

.social-tags {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-center-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bl-btn {
  background: #28ade5;
  border-radius: 0.625rem;
  text-shadow: none;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 0.625rem 1.5625rem;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  box-shadow: 0 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
  width: 20%;
  text-align: center;
}

.bl-btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

a.footer-btn {
  background: #a9f4fc;
  color: #0E79B3;
  text-shadow: none;
  font-weight: 700;
  box-shadow: none;
  padding: 10px 25px;
  border-radius: 20px;
  display: block;
  width: 100%;
}

a.footer-btn:link,
a.footer-btn:visited {
  color: #0E79B3;
  font-size: 12px;
}

a.footer-btn:hover {
  background: #98dbe2;
  color: #0E79B3;
  text-decoration: none;
}

@media only screen and (max-width: 720px) {
  .grid-four-column-centered-footer {
    grid-template-columns: 1fr 1fr;
  }

  .social-tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  a.footer-btn {
    width: 60%;
  }
}
