/* Changes:
*/
.footer {
  background: #d8e1e7;
  border-bottom: 15px solid #adbbc7;
  padding: 20px 0;
  margin-top: 20px;
}
.footer .middle {
  text-align: center;
}
.footer .links-header {
  font-weight: bold;
  font-size: 14px;
  color: #002148;
}
.footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  margin-top: 0px;
}
.footer .footer-links.grid-50 {
  width: 50% !important;
  float: left !important;
}
.footer .footer-links:after {
  clear: both;
}
.footer .footer-links li {
  margin-top: 2px;
  line-height: 1.4em;
}
.footer .footer-links li.header {
  font-size: 14px;
  color: #002148;
}
.footer .footer-links li a {
  text-decoration: none;
  color: #002148;
}
.footer .footer-links li a:hover {
  color: #0075c9;
}
.footer .footer-links li h3 {
  margin: 0 0 7px 0;
}
.footer .footer-logo {
  margin-top: 25px;
}
.footer .footer-info .donate {
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer .footer-info .donate p,
.footer .footer-info .donate img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer .footer-info .donate p {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #ecf0f3;
  color: #718ca3;
  padding: 15px 5px;
  font-size: 14px;
  margin: -12px 0 0 0;
}
.footer .footer-info .donate img {
  position: relative;
  z-index: 2;
}
.footer .footer-info .donate:hover p {
  background: #718ca3;
  color: #ecf0f3;
}
.footer .footer-info .donate:hover img {
  top: -5px;
}
.footer .footer-info .social-icons {
  text-align: center;
  margin-top: 8px;
}
.footer .footer-info .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  text-indent: -9999em;
  background-image: url('../img/social-icons.png');
}
.footer .footer-info .social-icons .facebook {
  background-position: 0 0;
}
.footer .footer-info .social-icons .facebook:hover {
  background-position: 0 32px;
}
.footer .footer-info .social-icons .twitter {
  background-position: -32px 0;
}
.footer .footer-info .social-icons .twitter:hover {
  background-position: -32px 32px;
}
.footer .footer-info .social-icons .linkedin {
  background-position: -64px 0;
}
.footer .footer-info .social-icons .linkedin:hover {
  background-position: -64px 32px;
}
.footer .footer-info .social-icons .youtube {
  background-position: -96px 0;
}
.footer .footer-info .social-icons .youtube:hover {
  background-position: -96px 32px;
}
.footer .footer-info .social-icons .googleplus {
  background-position: -128px 0;
}
.footer .footer-info .social-icons .googleplus:hover {
  background-position: -128px 32px;
}
.footer .footer-info .social-share {
  text-align: center;
}
.footer .footer-info .social-share .facebook {
  border: none;
  overflow: hidden;
  width: 90px;
  height: 21px;
  margin-top: 12px;
}
.footer .footer-info .accreditation {
  text-align: center;
  font-size: 14px;
  color: #38506d;
  margin: 8px 0 0 0;
}
.footer .footer-info .phone-number {
  text-align: center;
  font-size: 32px;
  color: #38506d;
  margin: 8px 0 0 0;
  font-weight: bold;
}
