/*for updating CSS without access to the build scripts*/

/* Footer additions and modifications*/

/*.footer-logo {
  align-items: flex-end;
}

@media screen and (min-width: 992px) {
  .footer .footer-logo {
    margin-bottom: 2.1875em;
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}

.footer .visual-links-container {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  background-color: #2a2a2a;
}

.footer .visual-links-container p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.footer .visual-link.visual-portal {
  border-bottom: 1px solid white;
  margin-bottom: 0.5rem
}

.footer .visual-link.visual-podcast {
  margin-top: 0.5rem
}

.footer .visual-link-image {
  max-width: 150px;
  max-height: 150px;
}

.footer .icon-spotify,
.footer .icon-applepodcasts {
  width: 40px;
  height: 40px;
  color: red;
}

.footer .footer__disclaimer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid white;
}
*/
