body {
  box-sizing: border-box;
}

#footer {
  background-image: url("../../images/common/footer-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
}
#footer #menu {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1024px;
}
#footer #menu .quarterly {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Authoria", serif;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}
#footer #menu .quarterly img {
  filter: invert(100%);
  height: 22px;
  margin: 0 10px 0 0;
}
#footer #menu .quarterly:hover {
  background-color: #fff;
  transition: 0.5s;
}
#footer #menu .quarterly:hover img {
  filter: invert(0);
}
#footer #menu .quarterly:not(:hover) {
  background-color: transparent;
  transition: 0.5s;
}
#footer #menu ul {
  float: right;
  margin: 20px 10px 0 0;
  padding: 0;
}
#footer #menu ul li {
  float: left;
  font-family: "Authoria", serif;
  letter-spacing: 1px;
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 0;
}
#footer #menu ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#footer #menu ul li a:hover {
  text-decoration: underline;
}
#footer #menu ul li img {
  filter: invert(100%);
}
#footer #menu ul li #logo img {
  filter: invert(0);
  width: 90px;
}
#footer #menu ul li.social-footer-icon {
  display: inline-block;
  height: 31px;
  margin: 10px 0 0 30px;
}
#footer #menu .women-owned {
  display: block;
  float: right;
  margin-left: 15px;
}
#footer #menu .women-owned img {
  max-width: 100px;
}
#footer #menu .social {
  display: block;
  float: right;
  justify-content: flex-end;
}
#footer #menu .social .social-header-icon {
  float: right;
  margin: 10px 0 0 10px;
}
#footer #menu .social .social-header-icon img {
  max-height: 13px;
}
#footer #menu .social #logo {
  float: right;
  max-width: 100px;
}
#footer #menu .social #logo img {
  width: 100%;
}
#footer .subscribe {
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 0 30px;
  max-width: 1024px;
}
#footer .subscribe #mc_embed_signup {
  display: none;
}
#footer .subscribe label {
  display: none;
}
#footer .subscribe input {
  background: none;
  border: 1px solid #1c2537;
  box-sizing: border-box;
  color: #1c2537;
  font-family: "Barlow", serif;
  margin: 15px 0 0 0;
  padding: 10px 10px;
  text-transform: uppercase;
}
#footer .subscribe input::placeholder,
#footer .subscribe textarea::placeholder {
  color: #1c2537;
}
#footer .subscribe input.submit {
  display: block;
  margin: 30px 0 0 auto;
  width: auto;
}
#footer .subscribe .indicates-required {
  color: #1c2537;
  margin: 15px 0 0 0;
  font-size: 12px;
}
#footer .subscribe .button:hover {
  background-color: #fff;
  transition: 0.5s;
}
#footer .subscribe .button:hover img {
  filter: invert(0);
}
#footer .subscribe .button:not(:hover) {
  background-color: transparent;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  body #footer #menu {
    padding: 0 30px;
  }
  body #footer #menu ul {
    float: none;
  }
  body #footer #menu ul li {
    float: none;
    margin-left: 0;
  }
  body #footer #menu ul li.social-header-icon {
    margin-left: 10px;
  }
  body #footer #menu ul li.social-header-icon.first-social {
    margin-left: 0;
  }
  body #footer .subscribe {
    margin: 0;
    padding: 30px;
  }
}

/*# sourceMappingURL=02.footer.css.map */
