.site-footer {
  background: var(--grey-dark);
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.site-footer .h4 {
  font-size: 18px;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer--menus {
  padding: 4rem 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .site-footer--menus {
    text-align: left;
  }
  .site-footer--menus .border-right {
    padding-right: 4rem;
    border-right: solid 1px var(--color);
    position: relative;
  }
  .site-footer--menus .border-right::after {
    content: "";
    display: block;
    height: 100%;
    background: rgba(255,255,255,0.2);
    width: 1px;
    top: 0;
    position: absolute;
    right: 1rem;
  }
}

.logo-footer {
  padding-bottom: 1.5rem;
}

.logo-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.5rem auto 0 auto;
  background: rgba(255,255,255,0.2);
}

.site-footer--legal {
  padding: 1rem 0;
  background: #000000;
  font-size: .9rem;
}

.site-footer--legal .menu {
  margin: 0;
  list-style: none;
}

.site-footer--legal a {
  text-decoration: none;
}

.site-footer--legal .menu a{
  color: #FFFFFF;
}

.site-footer--legal .menu a:hover {
  color: var(--orange);
}

#footer-menu {
  display: none;
}

.menu-title {
  padding: 1rem 0;
  border-top: solid 1px rgba(255,255,255,0.2);
  border-bottom: solid 1px rgba(255,255,255,0.2);
  position: relative;
  cursor: pointer;
}

.menu-title .chevron {
  position: absolute;
  right: 2rem;
  top: 50%;
  height: 10px;
  margin-top: -5px;
}

.site-footer #footer-menu.is-open {
  display: block;
}

@media screen and (min-width: 992px) {
  #footer-menu {
    display: block;
  }
  .menu-title .chevron {
    display: none;
  }
}

#footer-menu li a {
  padding: .5rem 0;
  display: block;
}

#footer-menu li a:hover {
  color: var(--orange);
}

#footer-menu li a::before {
  margin-right: .5rem;
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#legal-menu {
  display: flex;
}

@media screen and (min-width: 992px) {
  #legal-menu {
    justify-content: flex-end;
  }
}

#legal-menu li {
  display: flex;
  align-items: center;
}

#legal-menu li::after {
  content:"";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--orange);
  display: inline-block;
  margin: .4rem;
}

#legal-menu li:last-child::after {
  content: inherit;
}

#legal-menu li a {
  padding: .5rem;
}

.site-footer .h4 {
  padding: 1rem 0;
  margin: 0;
  border-bottom: solid 1px rgba(255,255,255,0.2);
}

@media screen and (min-width: 992px) {
  .site-footer .h4 {
    border: 0;
  }
}

.site-footer .contact-tel,.site-footer .contact-mail {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.catalog-element {
  border: solid 1px rgba(255,255,255,0.2);
  display: inline-flex;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.catalog-download {
  border-right: solid 1px rgba(255,255,255,0.2);
}

.catalog a {
  display: inline-block;
  padding: .7rem;
  color: var(--orange);
  flex-shrink: 1;
}
.catalog .icon-book-outline {
  padding: .7rem;
  font-size: 1.7rem;
}

.certifications--elements {
  border-top: solid 1px rgba(255,255,255,0.2);
}

.certifications--elements img {
  max-height: 100px;
  width: auto;
}

.certifications a {
  display: inline-block;
  padding: 1rem;
  border-left: solid 1px rgba(255,255,255,0.2);
}

.certifications a:first-child {
  border-left: 0
}