.footer {
  background-color: #f8f7fc;
}

.footer-top-container {
  border-bottom: 1px solid white;
  margin: 1.5rem 0;
}

@media only screen and (max-width: 479px) {
  .footer-top-container {
    margin: 1.5rem 1rem;
  }
}

.footer-media-containers-wrapper {
  margin: 0 auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

.subscribe-email-form-container {
  width: 22%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1400px) {
  .subscribe-email-form-container {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .subscribe-email-form-container {
    width: 30%;
  }
}

@media only screen and (max-width: 1040px) {
  .subscribe-email-form-container {
    width: 35%;
  }
}

@media only screen and (max-width: 911px) {
  .subscribe-email-form-container {
    width: 40%;
  }
}

@media only screen and (max-width: 911px) {
  .subscribe-email-form-container {
    width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .subscribe-email-form-container {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding: 0 10%;
  }
}

@media only screen and (max-width: 1400px) {
  .footer-media-containers-wrapper {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-media-containers-wrapper {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-media-containers-wrapper {
    flex-direction: column;
  }
}

.media-links-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.media-links-header {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #818184;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 5px;
  word-spacing: 1px;
  text-transform: uppercase;
}

.media-link {
  width: 24px;
  height: 24px;
  margin: 0 7px;
}

.footer-links-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .footer-links-container {
    min-width: 150px;
    margin: 0 10px 20px 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-links-container {
    min-width: 200px;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 467px) {
  .footer-links-container {
    margin: 15px 0;
    align-items: center;
  }
}

.footer-links-containers-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .footer-links-containers-wrapper {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 467px) {
  .footer-links-containers-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.footer-contact-info {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #818184;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 640px) {
  .footer-contact-info {
    line-height: 17px;
  }
}

.footer-links-container-header {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: rgb(1, 17, 45);
  letter-spacing: normal;
  margin-bottom: 13px;
  /* color: #929298; */
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 44px;
}

@media only screen and (max-width: 1024px) {
  .footer-links-container-header {
    line-height: normal;
  }
}

@media only screen and (max-width: 768px) {
  .footer-links-container-header {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-links-container-header {
    font-size: 15px;
    margin-bottom: 0px;
  }
}

.footer-links {
  font-size: 12px;
  color: #818184;
  /* color: rgb(75, 75, 77);
  opacity: 0.6; */
  font-family: Montserrat, sans-serif;
  margin-bottom: 5px;
}

.footer-links:hover {
  text-decoration: underline;
}

.footerCopyRightText {
  color: #939298;
  text-align: center;
  margin-top: 40px;
}