﻿html, body {
  padding: 0;
  margin: 0;
  background-color: #efefef; }

.agoc-footer {
  /*.hidden-dt {
        @media(min-width:992px) {
            display: none;
        }
    }

    .hidden-mobile {
        @media(max-width:991px) {
            display: none;
        }
    }*/
  text-align: center;
  background-color: #efefef;
  padding: 10px 0; }
  .agoc-footer .horiz-line {
    height: 1px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff; }
  .agoc-footer a {
    display: inline-block;
    position: relative; }
    .agoc-footer a .vert-line {
      position: absolute;
      right: -6px;
      top: 10px;
      height: 32px;
      width: 1px;
      border-left: 1px solid #ccc;
      border-right: 1px solid #fff; }
    .agoc-footer a img {
      margin: 10px 15px;
      filter: grayscale(1); }
      .agoc-footer a img:hover {
        filter: none; }
      .agoc-footer a img.footer-logo-aui {
        height: 26px;
        width: 133px; }
      .agoc-footer a img.footer-logo-gps {
        height: 26px;
        width: 85px; }
      .agoc-footer a img.footer-logo-adp {
        height: 26px;
        width: 118px; }
      .agoc-footer a img.footer-logo-4front {
        height: 26px;
        width: 112px; }
      .agoc-footer a img.footer-logo-acs {
        height: 26px;
        width: 118px; }
      .agoc-footer a img.footer-logo-zfc {
        position: relative;
        top: 10px; }
      .agoc-footer a img.agoc-large {
        height: 18px;
        width: 262px; }

/*@media(max-width:991px) {
  .agoc-footer {
    a {
      img {
        margin: 10px 10px;

        &.footer-logo-aui {
          height: 20px;
          width: 109px;
        }

        &.footer-logo-gps {
          height: 20px;
          width: 67px;
        }

        &.footer-logo-adp {
          height: 20px;
          width: 92px;
        }

        &.footer-logo-4front {
          height: 20px;
          width: 86px;
        }

        &.footer-logo-acs {
          height: 20px;
          width: 92px;
        }

        &.agoc-mobile {
          height: 30px;
          width: 140px;
        }
      }
    }
  }
}*/
