#pmgFooter {
  border-top: 8px solid var(--footer-top-border-color);
  font-family: Nunito, sans-serif;
  padding: 16px 5px 17px 28px;
  color: var(--footer-text-color);
  background-color: var(--footer-background-color);
}

#rowOne {
  display: flex;
  border-bottom: 1px solid var(--footer-middle-border-color);
  width: 98%;
  justify-content: space-between;
  padding: 1% 0.5% 0.5%;
  height: 50px;
}

#left {
  display: inline-flex;
}

#rowTwo {
  display: flex;
  width: 98%;
  justify-content: space-between;
  padding: 0.5% 0.5% 0;
  font-weight: 200;
  font-size: 12pt;
}
.row div:last-child {
  margin-left: auto;
  padding-right: 1%;
}
#rowTwoRight {
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  min-width: 200px;
  vertical-align: middle;
}
.poweredBy {
  background-image: url('https://assets.paymerang.com/v1/whitelabel-footer-powered-logo-black.svg');
}

#rowTwoLeft::after {
  content: var(--footer-copyright-info);
}

#tagline {
  font-size: 16pt;
  font-weight: 200;
}

#logo {
  width: 515px;
  background-image: var(--footer-left-logo);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  max-height: 50px;
}

#helpText {
  font-size: 14pt;
  font-weight: 200;
}

#footerEmail {
  color: var(--footer-email-color);
  font-size: 14pt;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 950px) {
  #tagline {
    font-size: 12pt;
    font-weight: 200;
  }
  #helpText {
    font-size: 12pt;
    font-weight: 200;
    margin-left: 20px;
  }
  #copyright {
    font-size: 12pt;
    font-weight: 200;
    margin-left: 20px;
  }
}

@media screen and (max-width: 770px) {
  #helpText {
    text-align: right;
  }
  #copyright {
    text-align: right;
  }
  #logo {
    width: 400px;
  }

  #footerEmail {
    font-size: 12pt;
  }
}

@media screen and (max-width: 670px) {
  #logo {
    width: 250px;
  }
}
