#footer {
  width: 100%;
  background-color: #f4f4f4;
  border: 0 solid #b2b2b2;
  border-width: 2px 0;
  display: inline-block;
  margin-top: 1em;
}

#footer-wrap {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 0.625em;
}

.footer-divider {
  float: left;
  width: 79%;
}

#footer-social {
  width: 23%;
  float: right;
}

#twitter-footer, #linkedin-footer, #google-footer, #facebook-footer, #rss-footer {
  display: inline-block;
  background: url("../imglib/icons/shared-sprite.png");
  width: 40px;
  height: 40px;
}

#twitter-footer {
  background-position: -55px -5px;
}
#twitter-footer:hover {
  background-position: -55px -50px;
}

#linkedin-footer {
  background-position: -55px -185px;
}
#linkedin-footer:hover {
  background-position: -55px -230px;
}

#google-footer {
  background-position: -55px -95px;
}
#google-footer:hover {
  background-position: -55px -140px;
}

#facebook-footer {
  background-position: -55px -275px;
}
#facebook-footer:hover {
  background-position: -55px -320px;
}

#rss-footer {
  background-position: -104px -425px;
}
#rss-footer:hover {
  background-position: -104px -470px;
}

#footer-social a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#footer-navigation {
  width: 77%;
  float: right;
  text-align: center;
}

#strapline {
  color: #333;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.45em;
  padding-bottom: 0.625em;
  margin-top: 0;
}
#strapline a {
  font-weight: bold;
  margin-top: 0;
}

.footer-links {
  font-size: 0.7em;
  padding-left: 0;
}
.footer-links li {
  display: inline-block;
  border-right: 1px solid #666;
  padding: 0 0.313em 0 0.25em;
  margin-bottom: 0.625em;
}
.footer-links li.last-footer-link {
  border: none;
}
.footer-links li.extra-footer-link {
  border-left: 1px solid #666;
  border-right: none;
}

#footer-dynamis {
  width: 20%;
  float: right;
  font-size: 0.7em;
  text-align: center;
  color: #666;
  font-weight: bold;
  padding: 0 0 1em 0;
  margin-top: 0;
}
#footer-dynamis img {
  margin-bottom: 1em;
}
#footer-dynamis li {
  list-style-type: none;
}

@media screen and (max-width: 64em) {
  #responsiveFooter #footer-wrap {
    width: 99%;
    padding: 1%;
  }
  #responsiveFooter .footer-divider {
    float: none;
    width: auto;
  }
  #responsiveFooter #footer-social {
    clear: left;
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 1em;
  }
  #responsiveFooter #footer-navigation {
    float: none;
    width: 90%;
    position: relative;
    margin: 0 auto 1em auto;
  }
  #responsiveFooter #strapline {
    font-size: 0.9em;
  }
  #responsiveFooter .footer-links {
    font-size: 0.9em;
  }
  #responsiveFooter .footer-links li {
    line-height: 2em;
  }
  #responsiveFooter .footer-links a {
    display: block;
    line-height: 2em;
  }
  #responsiveFooter #footer-dynamis {
    width: 46%;
    text-align: left;
    margin-left: 2em;
  }
}
@media screen and (max-width: 38.125em) {
  #responsiveFooter #footer-social {
    float: none;
    width: auto;
    text-align: center;
  }
  #responsiveFooter .footer-links .extra-footer-link {
    border: none;
  }
  #responsiveFooter #footer-dynamis {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 1em;
  }
}
@media screen and (max-width: 20em) {
  #responsiveFooter .footer-links li {
    border-right: none;
    width: 100%;
  }
}