﻿.uw-footer {
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  line-height: 1.72222;
  background: url('../assets/footer.jpg') center bottom;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: cover;
  padding: 0 0 30px 0;
  background-color: #4b2e83;
  border-top: 7px solid #d1d1d1;
  text-align: center;
  position: relative;
}
.uw-footer a {
  text-decoration: none;
  font-weight: normal;
}
.uw-footer .footer-wordmark {
  display: inline-block;
  width: 335px;
  background: url(../assets/uw-sprite.svg) no-repeat 0 -434px transparent;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 50px;
}
.uw-footer .footer-wordmark:focus,
.uw-footer .footer-wordmark:hover {
  background: url(../assets/uw-sprite-focus.svg) no-repeat 0 -434px transparent;
}
.uw-footer .be-boundless {
  line-height: 64px;
  background: url(../assets/campaign.svg) no-repeat center top transparent;
  display: block;
  text-indent: -99999px;
  margin: 10px 0 60px;
  opacity: 1;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.uw-footer .be-boundless:hover,
.uw-footer .be-boundless:focus {
  opacity: 0.6;
}
.uw-footer h4 {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin: 41px 0 11px 0;
  line-height: 1.3;
}
.uw-footer h4:before,
.uw-footer h4:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #9184aa;
  left: 50%;
  margin-left: -40px;
}
.uw-footer h4:before {
  top: -27px;
}
.uw-footer h4:after {
  bottom: -85px;
}
.uw-footer ul.footer-social {
  margin: initial;
}
.uw-footer ul.footer-social li {
  list-style: none;
  display: inline-block;
}
.uw-footer ul.footer-social li a {
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url(../assets/uw-sprite.svg) no-repeat 0 -185px transparent;
  padding: 8px 21px;
}
.uw-footer ul.footer-social li a.facebook {
  background-position: 0px -185px;
}
.uw-footer ul.footer-social li a.twitter {
  background-position: -46px -185px;
}
.uw-footer ul.footer-social li a.youtube {
  background-position: -138px -185px;
}
.uw-footer ul.footer-social li a.linkedin {
  background-position: -184px -185px;
}
.uw-footer ul.footer-social li a.pinterest {
  background-position: -92px -185px;
}
.uw-footer ul.footer-social li a.instagram {
  background-position: -322px -185px;
}
.uw-footer ul.footer-social li a:hover.facebook,
.uw-footer ul.footer-social li a:focus.facebook {
  background-position: 0px -225px;
}
.uw-footer ul.footer-social li a:hover.twitter,
.uw-footer ul.footer-social li a:focus.twitter {
  background-position: -46px -225px;
}
.uw-footer ul.footer-social li a:hover.youtube,
.uw-footer ul.footer-social li a:focus.youtube {
  background-position: -138px -225px;
}
.uw-footer ul.footer-social li a:hover.linkedin,
.uw-footer ul.footer-social li a:focus.linkedin {
  background-position: -184px -225px;
}
.uw-footer ul.footer-social li a:hover.pinterest,
.uw-footer ul.footer-social li a:focus.pinterest {
  background-position: -92px -225px;
}
.uw-footer ul.footer-social li a:hover.instagram,
.uw-footer ul.footer-social li a:focus.instagram {
  background-position: -322px -225px;
}
.uw-footer ul.footer-links {
  margin: 45px 0 0 0;
}
.uw-footer ul.footer-links li {
  list-style: none;
  display: inline-block;
}
.uw-footer ul.footer-links li:last-child a:after {
  display: none;
}
.uw-footer ul.footer-links li a {
  color: #fff;
  position: relative;
  margin-right: 20px;
}
.uw-footer ul.footer-links li a:after {
  content: "/";
  opacity: 0.5;
  position: relative;
  right: -14px;
  top: -2px;
}
.uw-footer ul.footer-links li a:focus,
.uw-footer ul.footer-links li a:hover {
  color: #b7a57a;
  text-decoration: none;
}
.uw-footer ul.footer-links li a:focus:after,
.uw-footer ul.footer-links li a:hover:after {
  color: #fff;
}
.uw-footer p {
  color: #fff;
  font-size: 0.8em;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .uw-footer .footer-wordmark {
    background-position: 25px -338px;
    background-size: 690px;
  }
  .uw-footer h4:after {
    display: none;
  }
}