.uwfooterpartner {
  align-items: flex-end;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
  .uwfooterpartner {
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .uwfootertext {
    padding-left: .5em;
    margin-top: auto;
    margin-right: none;
    margin-left: none;
    margin-bottom: auto;
    font-size: calc(10px + 6 * ((100vw - 320px) / 680));
  }
  .uwfooterpartner {
    display: block;
  }
  }

.uwfootertext {
  padding-left: .5em;
  margin-top: auto;
  margin-right: auto;
  margin-left: none;
  margin-bottom: auto;
  font-size: calc(10px + 6 * ((100vw - 320px) / 680));
}


.apex-o-footer {
  background-color: #333F48;
  background-image: linear-gradient(180deg, #242D35 0%, #333F48 4em);
  color: #919D9D;
  padding: 4em 1em;
  text-align: center;
}
  .apex-o-footer--backlink a {
    line-height: 0;
    opacity: 0.666;
    transition: opacity 0.25s ease;
  }
  .apex-o-footer--backlink a:active,
  .apex-o-footer--backlink a:focus,
  .apex-o-footer--backlink a:hover {
    opacity: 1;
  }
  .apex-o-footer--backlink img {
    max-height: 1.125em;
  }
  .apex-o-footer--button {
    color: #FFFFFF;
  }
  .apex-o-footer--item + .apex-o-footer--item {
    margin-top: 1em;
  }
  .apex-o-footer--logo {
    line-height: 0;
  }
  .apex-o-footer--logo img {
    max-height: 3.25em;
  }
  .apex-o-footer--row + .apex-o-footer--row {
    margin-top: 4em;
  }
  .apex-o-footer--social {
    margin-top: 1em;
  }
  .apex-o-footer--socialIcon {
    font-size: 1.75em;
  }
  .apex-o-footer--socialItem {
    display: inline-block;
    margin: 0 0.75em;
  }
  .apex-o-footer--socialItems {
    list-style-type: none;
    margin: 0 -0.75em;
  }
  .apex-o-footer--socialLink {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.25s ease;
  }
  .apex-o-footer--socialLink:active,
  .apex-o-footer--socialLink:focus,
  .apex-o-footer--socialLink:hover {
    color: #DAAA00;
  }

@media (min-width: 64em) {
  .apex-o-footer {
    padding: 4em;
    text-align: inherit;
  }
    .apex-o-footer--item {
      flex: 0 1 auto;
    }
    .apex-o-footer--item + .apex-o-footer--item {
      margin-top: 0;
    }
    .apex-o-footer--row {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
    .apex-o-footer--row + .apex-o-footer--row {
      margin-top: 1.5em;
    }
    .apex-o-footer--social {
      margin-top: 1.5em;
    }
}

@media print {
  .apex-o-footer {
    background: transparent;
    color: inherit;
    padding: 0;
  }
    .apex-o-footer--backlink,
    .apex-o-footer--button,
    .apex-o-footer--logo {
      display: none;
    }
    .apex-o-footer--copyright {
      text-align: center;
    }
    .apex-o-footer--row + .apex-o-footer--row {
      margin-top: 0;
    }
}
