.footer footer {
  position: relative;
  z-index: 1000;
}
.footer .page-wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 960px;
}
.footer .site-footer {
  background-color: #4f4f4f;
  color: #ebebeb;
  display: block;
  font-size: 14px;
  padding: 0 0 30px;
  width: 100%;
}
.footer .site-footer .footer-tagline {
  border-bottom: 1px solid #727272;
  float: left;
  height: 11px;
  margin: 40px 0 30px;
  padding: 0 0 30px;
  width: 100%;
}
.footer .site-footer p,
.footer .site-footer h5 {
  font-size: 14px;
  line-height: 30px;
}
.footer .site-footer h5 {
  border: 0;
  color: #b1b1b1;
  margin: 0;
  padding: 0;
}
.footer .site-footer ul {
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.footer .site-footer ul li {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 12px;
}
.footer .site-footer ul li:last-child {
  padding-bottom: 0;
}
.footer .site-footer ul li a {
  color: #b1b1b1;
  padding-right: 15px;
  text-decoration: none;
}
.footer .site-footer ul li a:hover {
  color: #05c3de;
  text-decoration: underline;
}
.footer .site-footer .footer-mission {
  display: inline;
  float: left;
  margin-right: 1.1125%;
  padding-right: 2.10651%;
  width: 55%;
}
.footer .site-footer .footer-mission p {
  margin-bottom: 0;
  margin-top: 0;
}
.footer .site-footer .footer-social {
  display: inline;
  float: left;
  margin-right: 1.1125%;
  padding-left: 2.10651%;
  width: 17.84609%;
}
.footer .site-footer .footer-social li a i {
  width: 25px;
}
.footer .site-footer .footer-links {
  display: inline;
  float: right;
  margin-left: -0.8125em;
  margin-right: 0;
  width: 32.76328%;
}
.footer .site-footer .footer-links .footer-links-list {
  display: inline;
  float: left;
  margin-right: 1.1125%;
  padding-left: 2.10651%;
  width: 100%;
}
.footer .site-footer .footer-links .footer-links-list:nth-child(3n) {
  display: inline;
  float: right;
  margin-left: -0.8125em;
  margin-right: 0;
  width: 32.59167%;
}
.footer .disclaimer-footer {
  background-color: #3b3b3b;
  display: block;
  font-size: 14px;
  padding: 15px 0 30px;
  width: 100%;
}
.footer .disclaimer-footer p {
  border: 0;
  color: white;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 15px 0 0 0;
}
.footer .disclaimer-footer p a {
  color: white;
  text-decoration: underline;
}
.footer .disclaimer-footer p a:hover {
  color: #05c3de;
}
.footer .disclaimer-footer p.last {
  padding-bottom: 15px;
}
@media (max-width: 960px) {
  .site-footer .footer-tagline {
    padding-left: 10px;
  }
  .site-footer .footer-mission {
    padding-left: 10px;
  }
  .disclaimer-footer p {
    margin: 0 10px;
  }
}
