body.hme #page-footer .footer-mycme {
  background: var(--off-white);
  padding: 0 1rem;
}
body.hme #page-footer .footer-mycme nav ul {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.hme #page-footer .footer-mycme nav ul li {
  border-bottom: 1px solid var(--navy-blue);
  margin: 0 1rem;
  width: 100%;
  text-align: center;
}
body.hme #page-footer .footer-mycme nav ul li a {
  color: var(--navy-blue);
  font-weight: 600;
}
body.hme #page-footer .footer-mycme .header-bottom {
  color: var(--navy-blue);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9375rem 0.9375rem 0;
  margin: 0 0 10px;
}
body.hme #page-footer .footer-mycme .sites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(13, 2.65rem);
  grid-auto-flow: column;
  margin-bottom: 0;
  padding: 0 1rem;
}
body.hme #page-footer .footer-mycme .sites-grid li {
  list-style: none;
}
body.hme #page-footer .footer-mycme .sites-grid li a {
  text-decoration: none;
  color: var(--navy-blue);
  font-size: 0.875rem;
  font-weight: 400;
}
body.hme #page-footer .footer-mycme .nace-logo {
  padding: 0 1rem;
}
body.hme #page-footer .footer-mycme .nace-logo + hr {
  margin-right: 1rem;
  margin-left: 1rem;
  border-top: 1px solid var(--navy-blue);
}
body.hme #page-footer .footer-mycme .icompli-section {
  padding: 0 1rem;
}
body.hme #page-footer .footer-mycme .icompli-section img {
  margin-bottom: 1rem;
}
body.hme #page-footer .footer-mycme .icompli-section .icompli-link {
  font-style: italic;
  font-size: 0.875rem;
  color: #000000;
  display: block;
  text-decoration: none;
}
body.hme #page-footer .footer-mycme .icompli-section + hr {
  margin-right: 1rem;
  margin-left: 1rem;
  border-top: 1px solid var(--navy-blue);
}
body.hme #page-footer .footer-mycme .disclaimer-section {
  padding: 0 1rem 30px;
}
body.hme #page-footer .footer-mycme .disclaimer-section img {
  height: 2.5rem;
  margin-bottom: 1rem;
}
body.hme #page-footer .footer-mycme .disclaimer-section p {
  font-size: 0.875rem;
  color: #000000;
}
body.hme #page-footer .footer-mycme .disclaimer-section .footer-widgets {
  /* stylelint-disable */
}
body.hme #page-footer .footer-mycme .disclaimer-section .footer-widgets li {
  list-style: none;
}
body.hme #page-footer .footer-mycme .disclaimer-section .footer-widgets .widget_cookie_settings_btn {
  text-align: center;
  /* stylelint-enable */
}
body.hme #page-footer .footer-mycme .disclaimer-section .footer-widgets .widget_cookie_settings_btn button {
  width: 15.4rem;
  color: #000b3a;
  border: solid 1px #000b3a;
  background: #ffffff;
  border-radius: 0;
  font-size: 0.6875rem;
  padding: 9px;
}
body.hme #page-footer .footer-mycme .disclaimer-section .social-icons {
  padding-top: 15px;
  text-align: center;
}
body.hme #page-footer .footer-mycme .disclaimer-section .social-icons img {
  margin-bottom: 0;
  height: 36px;
}
body.hme #page-footer .footer-mycme .disclaimer-section .social-icons .facebook-logo {
  margin-left: 25px;
}

@media (min-width: 768px) {
  body.hme #page-footer {
    display: flex;
    flex-direction: column;
  }
  body.hme #page-footer .footer-mycme nav ul {
    flex-direction: row;
    justify-content: center;
  }
  body.hme #page-footer .footer-mycme nav ul li {
    width: auto;
    border-bottom: none;
    border-right: 3px solid #000000;
    margin: 1rem 0;
    padding: 0 20px;
  }
  body.hme #page-footer .footer-mycme nav ul li:last-child {
    border-right: none;
  }
  body.hme #page-footer .footer-mycme .bottom-section {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 2fr 0.8fr 1.2fr;
  }
  body.hme #page-footer .footer-mycme .bottom-section hr {
    display: none;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section {
    border-right: 1px solid #000000;
    padding-bottom: 1rem;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section .header-bottom {
    padding: 0 0 12px;
    line-height: 1;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section .sites-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 0 5px;
    padding: 0 5px 20px 0;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section .sites-grid li {
    margin: 0;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section .sites-grid li a {
    margin: 0 0 5px;
    display: block;
  }
  body.hme #page-footer .footer-mycme .bottom-section .left-section .nace-logo {
    padding: 0;
  }
  body.hme #page-footer .footer-mycme .bottom-section .icompli-section {
    border-right: 1px solid #000000;
  }
  body.hme #page-footer .footer-mycme .bottom-section .disclaimer-section .footer-widgets {
    /* stylelint-disable */
  }
  body.hme #page-footer .footer-mycme .bottom-section .disclaimer-section .footer-widgets .widget_cookie_settings_btn {
    text-align: left;
    /* stylelint-enable */
  }
  body.hme #page-footer .footer-mycme .bottom-section .disclaimer-section .social-icons {
    text-align: left;
  }
}

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