/* Temp Fix - Brightstrap gives isues with legacy footer "span" */
footer .links dl.span2,
footer .links dl.span4 {
  width: 18% !important;
}
footer .links dl.span2 dd,
footer .links dl.span4 dd {
  line-height: 1.2em !important;
}

/* Brand footer legacy support - additional styles for unify footer html working on legacy pages*/
.footer.container {
  box-sizing: border-box;
  padding: 0 14px;
  clear: both;
  float: left;
  width: 100% !important;
  font-family: azo-sans-web, Arial, sans-serif;
  background: #f8f6f3;
}
.footer > div > div {
  margin: 0;
  padding: 0;
}

.footer dt {
  color: #555;
  line-height: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.footer dl {
  margin: 0;
  padding: 0 !important;
}
.footer p {
  padding: 0 0 10px 0 !important;
}
.footer dd {
  line-height: 20px;
  margin: 10px 0;
  position: relative;
}
.footer dd a {
  color: #242048;
}
.footer dd a:hover {
  color: #5678a2;
}
.footer dd a span {
  margin-left: 20px;
  display: block;
}
.footer .fa {
  top: 3px !important;
  left: 0px;
  position: absolute;
}

.other-sites {
  margin: 10px 0 0 0 !important;
}
.other-sites dd,
.other-sites dt {
  display: inline;
}
.other-sites dd:after {
  content: " | ";
}
.other-sites dd:last-child:after {
  content: none;
}

@media (max-width: 767px) {
  .inline-footer-links .row-fluid .span3 {
    width: 100%;
  }
  .inline-footer-links dd {
    display: inline;
  }
  .inline-footer-links dd:after {
    content: " | ";
  }
  .inline-footer-links dd:last-child:after {
    content: none !important;
  }
  .inline-footer-links .row-fluid [class*="span"] {
    margin-left: 0 !important;
  }

  .footer dl {
    margin: 0 0 10px;
  }
  .footer dt {
    margin: 10px 0 0 0 !important;
  }
  .footer dd {
    margin: 0 0 10px 0 !important;
  }
  .footer p {
    margin-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .row-fluid .span9.inline-footer-links,
  .row-fluid .span3.inline-footer-social {
    float: left !important;
  }
  .row-fluid .span9.inline-footer-links {
    width: 74.4681%;
  }
  .row-fluid .span3.inline-footer-social {
    width: 21.4043%;
    margin-left: 4.12766%;
  }
}

@media (max-width: 479px) {
  .footer .span3,
  .footer .span9 {
    width: 100%;
  }

  .inline-footer-social dd {
    margin: 0px 0px 10px;
    width: 50%;
    float: left;
  }
  .row-fluid [class*="span"] {
    margin-left: 0 !important;
  }
}

@media print {
  .footer.container {
    display: none;
  }
}
