.footer-container {
  padding-top: 2.5em;
  padding-bottom: 1.75em;
}

.footer-container .footer-logo-container {
  margin-bottom: 0.75em;
}

.footer-container .footer-menu {
  margin-right: 1em;
}

.footer-container .footer-menu {
  max-width: 10.75em;
  width: 100%;
}

.footer-container .footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}

.footer-container .footer-logo-ifcn img {
  width: 7em;
  margin-bottom: 2.75em;
}

.footer-container .footer-logo-ajor img {
  width: 8.25em;
}

.footer-container .footer-logo-container {
  max-width: 9em;
  width: 100%;
}

.footer-container .footer-logo {
  width: 5em;
}

.footer-container .footer-main-actions {
  width: 100%;
}

.footer-container .footer-content {
  display: flex;
}

.footer-container .footer-subscription {
  max-width: 20em;
  width: 100%;
  margin-right: 5.5em;
}

.footer-subscription > div {
  margin-bottom: 3.5em;
}

.footer-subscription-submit h3 {
  margin-bottom: 1.25rem;
}

.footer-subscription-submit form {
  display: flex;
  align-items: flex-end;
}

.newsletter-subscribe-form input {
  font-weight: initial;
  text-transform: initial;
}

.footer-subscription-submit input[type="email"] {
  width: 100%;
  margin-right: 16px;
  padding-bottom: 8px;
  font-size: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.footer-subscription-submit input[type="submit"] {
  height: 24px;
  padding: 5px 12px 6px 13px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  font-size: 10px;
}

.footer-subscription-contact h4 {
  margin: 0 25px 12px 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.footer-subscription-contact .footer-subscription-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-container .footer-menu > div {
  margin-bottom: 2.25rem;
}

.footer-container .footer-menu > div h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.125rem;
}

.footer-container .footer-menu > div ul a {
  line-height: 1.5;
}

.footer-container .footer-footer p {
  font-family: inherit;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .footer-container {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }

  .footer-container .footer-logo {
    width: 3.75em;
  }

  .footer-container .footer-logos {
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer-container .footer-logo-ifcn {
    margin-right: 1em;
  }

  .footer-container .footer-logo-ifcn img {
    width: 4.25em;
    margin-bottom: 1.5em;
  }

  .footer-container .footer-logo-ajor img {
    width: 7.75em;
  }

  .footer-container .footer-content {
    flex-direction: column;
  }

  .footer-container .footer-subscription > div {
    margin-bottom: 3.25em;
  }

  .footer-container .footer-menu > div {
    margin-bottom: 2.25em;
  }
}

/* Pallete
-------------------------------------------------- */
.footer-container {
  background-color: var(--black);
}

.footer-subscription-submit input[type="email"] {
  background-color: transparent;
  color: var(--grey-3);
  border-bottom-color: var(--white);
}

.footer-subscription-submit input[type="submit"] {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.footer-container .footer-menu > div ul a {
  color: var(--white);
}

.footer-subscription-contact h4,
.footer-container .footer-menu > div h4,
.footer-container .footer-footer,
.footer-container .footer-footer a {
  color: var(--grey-4);
}

.footer-subscription-items .icon-border {
  stroke: var(--grey-4);
}

.footer-subscription-items .icon-background,
.footer-subscription-items a:hover .icon-logo {
  fill: var(--grey-4);
}
