/* COLORS */
#idfg-html-footer .container {
  max-width: 1140px;
}
#idfg-html-footer #idfg-footer-main {
  padding-top: 50px;
  background-color: #304428;
  color: white;
}
#idfg-html-footer #idfg-footer-main .menu {
  list-style-type: none;
}
#idfg-html-footer #idfg-footer-main .menu a {
  color: #f7c85d;
  text-decoration: none;
}
#idfg-html-footer #idfg-footer-main .menu a:hover {
  color: #bbd383;
}

#idfg-footer-logos {
  background-color: #304428;
  padding: 1rem 0;
}
#idfg-footer-logos .ten-col {
  width: 10%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: center;
  flex: 1 1 auto;
}
#idfg-footer-logos .ten-col a {
  color: #f7c85d;
  text-decoration: none;
}
#idfg-footer-logos .ten-col a:hover {
  color: #bbd383;
}

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