.Footer {
  margin-top: 60px;
  background-color: #154171;
  color: #ffffff;
}

@media screen and (max-width: 768px) {

.Footer {
    margin-top: 44px;
    padding-top: 80px;
}
  }

@media screen and (min-width: 769px) {

.Footer {
    padding-top: 120px;
}
  }

@media screen and (min-width: 1026px) {
    .Footer > .u-contentWidth {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-bottom: 80px;
    }
  }

.Footer-externalLinks {
  display: flex;
  gap: 30px;
  align-items: center;
}

.Footer-externalLinks a svg {
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
  }

.Footer-externalLinks a {
    transition: opacity 250ms ease;
  }

.Footer-externalLinks a:hover {
      opacity: 0.8;
    }

.Footer-subcontent {
  padding: 45px 0;
  background-color: var(--clr-primary-02);
  color: #ffffff;
}

.Footer-subcontent > .u-contentWidth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

.FooterTeaser + .Footer,
.Jobs + .Footer {
  margin-top: 0;
}
