.ed-four-column-footer {
  padding: 50px; }
  .ed-four-column-footer .footer-column-image {
    max-width: 100%; }
  .ed-four-column-footer__footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ed-four-column-footer__column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ed-four-column-footer__copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ed-four-column-footer__copyright div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; }
  .ed-four-column-footer__social-icons {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ed-four-column-footer .menu-footer-nav-menu-container .nav {
    list-style: none;
    padding: 0; }
    .ed-four-column-footer .menu-footer-nav-menu-container .nav a {
      text-decoration: none; }
  .ed-four-column-footer .menu-footer-meta-menu-container .nav {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0; }
    .ed-four-column-footer .menu-footer-meta-menu-container .nav li {
      padding: 0 20px; }
    .ed-four-column-footer .menu-footer-meta-menu-container .nav a {
      text-decoration: none; }
  .ed-four-column-footer__website-by p {
    text-align: center; }
  @media (min-width: 768px) {
    .ed-four-column-footer__column {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    .ed-four-column-footer__copyright div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      text-align: left; }
    .ed-four-column-footer__website-by p {
      text-align: right; }
    .ed-four-column-footer .menu-footer-meta-menu-container .nav {
      -ms-flex-pack: start;
      justify-content: flex-start; } }

