footer {
  font-family: InstrumentSans;
  background-color: white;
  color: #755C42;
  font-size: 1.125em;
  padding: 3rem 5rem !important;
}

footer .row {
  gap: 5em 0;
}

/* .footerheadings-block h3 {
  margin-bottom: 1rem !important;
}

.footerheadings-block h2,
.footerheadings-block h3 {
  font-size: 1.5em !important;
  cursor: pointer;
}

.footer-block {
  padding: 0 1rem;
} */

.footer-site-branding-block img {
  height: 10em;
  width: auto;
}

.footer-block ul {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.footer-list:not(:last-child) {
  margin-bottom: auto;
}

.footer-list .footer-link {
  color: inherit;
}

.footer-list .highlight-link {
  text-transform: uppercase;
}

.footer-list.target-blank a::after {
  content: "";
  display: block;
  position: absolute;
  left: -27px;
  width: 19px;
  height: 19px;
  top: 3px;
  background-image: url(../images/arrow-link-footer.png);
}

/* Links */
footer ul {
  line-height: 2em;
}

/* Dash item in front of footer li elements */
/* .footer-list::after {
  width: 20px;
  height: 1px;
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  top: 12px;
  left: -28px;
} */

.footer-list.target-blank::after {
  content: unset;
}

/* Twitter icon group */
.fa-twitter-icons-group {
  font-size: 0.5em !important;
}

.fa-twitter {
  color: #363636;
}

.amc-logo-footer {
  width: 8.785em;
}

/* AM SVG logo parts */
.amc-logo-footer-logo,
.amc-logo-footer-text {
  fill: white;
}

/***** RESPONSIVE *****/
/* XX-Large devices */
@media (max-width: 1400px) {

  /* Dash item in front of footer li elements */
  .footer-list::after {
    top: 10px;
  }
}

/* Large devices */
@media (max-width: 992px) {

  footer {
    padding: 3rem !important;
  }

  .footer-block {
    padding: 0 2.5rem;
  }

  /* Dash item in front of footer li elements */
  .footer-list::after {
    top: 8px;
  }

  .footer-list:not(:last-child) {
    margin-bottom: 2em;
  }
}

/* Medium devices */
@media (max-width: 768px) {
  footer {
    padding: 2.5rem !important;
  }
}

@media (max-width: 576px) {

  .footer-block {
    display: flex;
    justify-content: center;
  }
}
