/* FOOTER DOD SUPPORT IMAGE BAR */
/* -------------------------------------------------------- */
#footer-support  {
  background-color: #e4e4e4 !important;
}
#footer-support .well {
  margin: 15px 0px;
}

/* FOOTER */
/* -------------------------------------------------------- */
.footer-distributed {
  background-color: #101c33;
  width: 100%;
  text-align: left;
  font: normal 13px 'Maven Pro', sans-serif;
  padding: 40px 40px;
}
.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .title {
  font: normal 24px 'Titillium Web', sans-serif;
  color: #face01;
  display: block;
}
.footer-distributed a {
  color: #5383d3;
  text-decoration: none;
  transition: color .5s ease;
}
.footer-distributed a:hover {
  color: #face01;
  text-decoration: none;
}

/* FOOTER LEFT */
/* -------------------------------------------------------- */
.footer-distributed .footer-left {
  width: 45%;
}
.footer-distributed h3 {
  color: #5383d3;
  font: normal 36px 'Lobster', Times New Roman, serif;
  margin: 0px;
}
.footer-distributed h3 span {
  color: #face01;
}
.footer-distributed .footer-copyright {
  line-height: 20px;
  color: #434e63;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

/* FOOTER CENTER */
/* -------------------------------------------------------- */
.footer-distributed .footer-center {
  width: 30%;
}
.footer-distributed ul {
  padding: 0;
  list-style-type: none;
}
.footer-distributed ul li {
  line-height: 25px;
  color: #aeadad;
}
.footer-distributed ul li a {
  color: #aeadad;
}
.footer-distributed ul li a:hover {
  color: #face01;
  text-decoration: none;
}

/* FOOTER RIGHT */
/* -------------------------------------------------------- */
.footer-distributed .footer-right {
  width: 20%;
  min-width: 182px;
}
.footer-distributed .footer-address {
  line-height: 20px;
  color: #aeadad;
  margin: 0;
  font-size: 13px;
}
.footer-distributed .social-btn {
  margin-top: 15px;
}

/* RESPONSIVE ADJUSTMENTS */
/* -------------------------------------------------------- */
@media screen and (max-width: 880px) { 
  .footer-distributed {
    font-size: 12px;
  }
  .footer-distributed h3 {
    font-size: 28px;
  }
  .footer-distributed .title {
    font-size: 18px;
  }
  .footer-distributed .footer-copyright {
    font-size: 9px;
  }
  .footer-distributed ul li {
    line-height: 20px;
  }
  .footer-distributed .footer-left,  .footer-distributed .footer-center,  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
