.footer {
  border-top: 8px solid #005da4;
  padding: 10px 0 0 0;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: normal;
  color: #555555;
}
.footer-wrapper {
  display:inline-block;
}
.footer-wrapper > div {
  width: 162px;
  float: left;
  font-weight: bold;
  border-right: 2px solid #dcd9d9;
  padding: 0 0 0 15px;
}
.footer-wrapper > div:last-child {
  border: none;
}
.footer a {
  display:block;
  text-decoration:none;
  color:inherit;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
}
/* xxs */
@media(max-width: 325px) {
  .footer-wrapper .footer-motive {
    border: medium none;
  }
}
/* xs */
@media(max-width: 767px) {
  .footer-wrapper > div {
    display:none;
  }
  .footer-wrapper .footer-motive,
  .footer-wrapper .footer-textile {
    display:block;
  }
  .footer-wrapper .footer-textile {
    border: medium none;
  }
}
/* small */
@media(min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-stanley,
  .footer-wrapper .footer-print {
    display:none;
  }
  .footer-wrapper .footer-motive,
  .footer-wrapper .footer-order {
    color: #005da4;
  }
}
/* medium */
@media(min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-stanley {
    display:none;
  }
  .footer-wrapper .footer-motive,
  .footer-wrapper .footer-order,
  .footer-wrapper .footer-contact {
    color: #005da4;
  }
}
/* large */
@media(min-width:1200px) {
  .footer-wrapper > div:nth-child(odd) {
    color: #005da4;
  }
}
