/* footer */
footer {
  background-color: #070707;
  color: white;
  position: relative;
  height: 200px;
}

.footer-global {
  font-weight: 500;
  text-align: center;
  background: #000;
}

.footer-local {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 8;
  background-color: #070707;
}

.logo-wrapper {
  position: relative;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.logo-brand {
  width: 100%;
  height: 256px;
  margin-top: -128px;
  position: absolute;
  top: 50%;
  z-index: auto;
}

.logo-brand svg {
  height: calc(100% + 24px);
  margin-top: -12px;
  margin-bottom: -12px;
  margin-left: -24px;
}

.logo-corp {
  margin: 24px auto;
}

.logo-dept {
  margin-top: -12px;
}

.market-switcher--toggle {
  height: 48px;
}

.social-wrapper {
  position: absolute;
  top: 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  z-index: 1;
}

.social-wrapper .btn-share {
  background: transparent;
  border-color: #caccce;
}

.social-wrapper .btn-share > svg {
  fill: #caccce;
}

.social-wrapper .btn-share:not(:last-of-type) {
  margin-right: 12px;
}

.social-wrapper .btn-share:hover {
  border-color: #f30;
}

.social-wrapper .btn-share:hover > svg {
  fill: #f30;
}

.pushy .social-wrapper {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 30px;
  position: relative;
}

.footer-link {
  margin: 16px auto;
  padding: 0;
}

.footer-link > li {
  margin: 0;
  padding: 0;
}

.footer-link a {
  color: white;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  margin: 6px 12px;
  text-align: center;
  white-space: nowrap;
}

.copyright {
  list-style-type: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-break: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #c9ccca;
  margin: 32px auto 0;
  padding-bottom: 32px;
}

@media (min-width: 600px) {
  .social-wrapper {
    top: 76px;
  }

  .logo-wrapper {
    min-height: 200px;
  }

  .logo-brand {
    height: 200px;
    margin-top: -100px;
  }

  .logo-corp {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .footer-link li {
    display: inline-block;
  }
}
@media (min-width: 980px) {
  .social-wrapper {
    top: 26px;
    -webkit-box-pack: end;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: right;
    position: relative;
  }

  .logo-wrapper {
    min-height: 100px;
  }

  .logo-brand {
    height: 100px;
    margin-top: 0px;
    top: auto;
    bottom: 0px;
  }

  .market-switcher--toggle {
    height: 56px;
  }

  .tpefw-designer--nav .btn {
    min-width: 200px;
  }

  .footer-local {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .social-wrapper {
    top: 76px;
  }

  .logo-wrapper {
    min-height: 200px;
  }

  .logo-brand {
    height: 200px;
    margin-top: 0px;
    top: auto;
  }

  /*.logo-brand svg {
      margin-left: 32px;
  }*/
  .logo-corp {
    margin-top: 24px;
  }

  .wrapper-width {
    max-width: 1440px;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (min-width: 1540px) {
  .wrapper-width, .social-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}