footer {
  color: #aaa;
  text-align: center;
}

footer nav {
  display: inline-block;
  vertical-align: top;
  margin-right: 4em;
}

footer nav,
#copyright {
  font-size: 0.75em;
}

footer nav a {
  display: block;
  margin-bottom: 0.5em;
  color: inherit !important;
}

footer nav a:hover {
  color: #ff7300;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  text-decoration: none;
}

footer section:nth-child(2),
#copyright {
  margin-right: 0;
  margin-top: 22px;
}

footer h3 {
  color: #070300;
  margin-bottom: 22px;
}

.sub-links {
  text-align: left;
}

.sub-links:last-child {
  margin-right: 0;
}

#social-media a {
  height: 25px;
  margin-bottom: 20px;
}

#social-media a img {
  height: 100%;
  width: auto;
}

#newsletter-signup {
  text-align: left;
  width: 50%;
}

form#mc-embedded-subscribe-form {
  padding: 0;
  width: 100%;
}

form#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  width: 100%;
  z-index: 0;
}

div.mc-field-group {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

div.mc-field-group #mce-EMAIL {
  width: 100%;
  font-size: 16px;
  padding: 0.5em 1em;
  border: solid 1px #ff7300;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

form#mc-embedded-subscribe-form input[type="submit"] {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  font-weight: 500;
}

#copyright {
  display: block;
  text-align: center;
  padding: 3em 0 6em;
}

.footer-info-text {
  font-size: 0.85em;
}

@media screen and (max-width: 1260px) {
  footer {
    width: 80%;
    margin: 0 auto;
  }

  #newsletter-signup {
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
  }

  #footer-sublinks-social-media {
    width: 100%;
  }

  div.mc-field-group {
    width: 85%;
  }

  div.mc-field-group #mce-EMAIL {
    padding: 0.55em 1.25em;
  }

  form#mc-embedded-subscribe-form input[type="submit"] {
    margin-top: 1em;
    position: relative;
    width: 85%;
    -webkit-transition: all 0.5s ease;
  }

  footer nav,
  footer section {
    margin: initial;
    width: 100%;
  }

  footer nav.sub-links a {
    text-align: center;
  }

  footer nav#social-media {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -6em;
  }

  footer nav#social-media a {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
  }

  #copyright {
    margin-top: 6em;
  }
}

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

  #footer-sublinks-social-media {
    display: flex;
  }

  footer nav.sub-links a {
    text-align: left;
  }

  #footer-sublinks-social-media {
    display: flex;
    width: 100%;
  }

  footer nav.sub-links a {
    text-align: left;
  }

}
