.siteFooterMBC_siteFooter {
  color: var(--color-white);
  background-color: var(--color-blue-60);
  padding: 2em 1em;
}

.siteFooterMBC_siteFooter__contentWrapper {
  font-size: 0.8125em;
  line-height: 1rem;
}

.siteFooterMBC_siteFooter__LogoSiteMapWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.siteFooterMBC_siteFooter__logo {
  display: inline-block;
}

.siteFooterMBC_siteFooter__siteMapLink {
  color: var(--color-white);
  font-weight: var(--font-weight-normal);
  line-height: 16.25px;
}

.siteFooterMBC_siteFooter__trademark {
  margin-bottom: 1em;
}

footer .siteFooterMBC_footerNav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 26px 0px;
}

.siteFooterMBC_footerNav__item {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}

.siteFooterMBC_footerNav__item:last-of-type {
  margin-bottom: 0px;
}

.siteFooterMBC_footerNav__imageWrapper {
  height: 15px;
  margin-left: 5px;
}

.siteFooterMBC_footerNav__imageWrapper img {
  height: 100%;
  width: auto;
}

.siteFooterMBC_footerNav__link {
  font-size: 11.375px;
  line-height: 14.22px;
  display: block;
  color: var(--color-white);
  font-weight: var(--font-weight-normal);
}
.siteFooterMBC_footerNav__link:hover{
  text-decoration: underline;
}

.siteFooterMBC_siteFooter__content {
  margin-bottom: 2em;
}

.siteFooterMBC_footerCopyrightJobNumberWrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 48em) {
  .siteFooterMBC_siteFooter {
    padding: 2em 2.75em;
  }
  .siteFooterMBC_footerCopyrightJobNumberWrapper {
    flex-direction: row;
  }
  .siteFooterMBC_siteFooter__copyright,
  .siteFooterMBC_siteFooter__jobNumber {
    display: inline-block;
  }

.siteFooterMBC_siteFooter__jobNumber {
  margin-left: 13px;
}

  footer .siteFooterMBC_footerNav__list {
    display: flex;
    flex-flow: wrap;
  }

  .siteFooterMBC_footerNav__item {
    flex: 0 0 16.67%;
    margin-bottom: 0px;
  }
  .siteFooterMBC_footerNav__list li:not(:last-of-type) {
    margin-right: 26px;
  }

  .siteFooterMBC_footerNav__item a:first-child {
    padding-left: 0px;
  }
}

@media (min-width: 62.0625em) {
  .siteFooterMBC_siteFooter {
    padding: 2em 6.375em;
  }
  .siteFooterMBC_footerNav__list li:not(:last-of-type) {
    margin-right: 0px;
  }
}
