footer {
  padding: 40px 0 0 0;
  background-color: var(--white);
}

footer .news-list img {
  display: block;
  width: 150px;
  height: 80px;
  object-fit: cover;
}

footer a {
  color: var(--primary-blue-335e79);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}

footer h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: underline;
}

.footer-social {
  padding-left: 0;
  list-style: none;
}

.footer-social li {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (max-width: 991px) {
  .footer-social li {
    margin: 0 3px;
  }
}

.footer-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}

.footer-social li:hover a,
.content-social li:hover a {
  text-decoration: none;
  color: var(--primary-blue-335e79);
  border: 1px solid var(--primary-blue-335e79);
}

.content-social {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 15px auto;
}

.content-social li {
  display: inline-block;
  margin: 0 5px;
}

.footer-address {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 20px;
}

.footer-address li {
  display: block;
  margin: 10px 0;
}

footer .list-unstyled li {
  margin-bottom: 10px;
}

footer .copyright {
  padding: 20px 0;
  font-size: 14px;
  color: var(--primary-blue-335e79);
}

footer .copyright ul {
}
footer .copyright ul li {
}
footer .copyright ul li:not(:last-child):after {
  content: " | ";
  margin: 0 5px;
}

.footer-post img {
  max-width: 100%;
}

/*  */

.row.rainbow-row {
  width: 100%;
  display: flex;
  padding: 0;
}

.row.rainbow-row div[class^="col-"] {
}

.rainbow-row hr {
  height: 5px;
  width: 100%;
  display: block;
  opacity: 1;
  border-top: none;
  margin: 0.35em 0;
  border-radius: 3px;
}

@media only screen and (max-width: 991px) {
  .rainbow-row hr {
    height: 3px;
  }
}
.rainbow-row .blue hr {
  background-color: var(--primary-blue-335e79);
}

.rainbow-row .teal hr {
  background-color: var(--primary-teal-aed6cd);
}

.rainbow-row .haze hr {
  background-color: var(--secondary-haze-689bb1);
}

/*  tablets and smaller desktops: MD */
@media only screen and (max-width: 992px) {
  footer {
    text-align: center;
  }

  .footer-address,
  footer h2 {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  footer .copyright {
    margin-top: 40px;
  }

  .footer-social {
    text-align: center;
  }

  .footer-nav {
    margin-top: 20px;
  }

  .footer-social li a {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav .list-unstyled {
    border-right: none;
  }

  .footer-address,
  footer h2 {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  .footer-social {
    display: block;
    text-align: center;
  }

  .footer-post img {
    max-width: 80%;
  }
}
