@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.uw-footer {
    background: #4b2e83 url("../assets/img/footer.jpg") repeat scroll center bottom / cover ;
    border-top: 7px solid #d1d1d1;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 17px;
}
.uw-footer .footer-wordmark {
    background: transparent url("../assets/svg/uw-sprite.svg") no-repeat scroll 0 -434px;
    display: inline-block;
    margin-top: 50px;
    overflow: hidden;
    text-indent: -9999px;
    width: 335px;
}
.uw-footer .footer-wordmark:focus, .uw-footer .footer-wordmark:hover {
    background: transparent url("../assets/svg/uw-sprite-focus.svg") no-repeat scroll 0 -434px;
}
.uw-footer .be-boundless {
    background: transparent url("../assets/img/boundless.png") no-repeat scroll center top;
    display: block;
    font-size: 24px;
    margin: 10px 0 60px;
    opacity: 0.6;
    text-indent: -99999px;
    transition: opacity 0.25s ease 0s;
}
.uw-footer .be-boundless:hover, .uw-footer .be-boundless:focus {
    opacity: 1;
}
.uw-footer h4 {
    color: #fff;
    font-family: "Encode Sans Compressed",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 41px 0 11px;
    position: relative;
}
.uw-footer h4::before, .uw-footer h4::after {
    background-color: #9184aa;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 85px;
}
.uw-footer h4::before {
    top: -27px;
}
.uw-footer h4::after {
    bottom: -85px;
}
.uw-footer ul.footer-social li {
    display: inline-block;
    list-style: outside none none;
}
.uw-footer ul.footer-social li a {
    background: transparent url("../assets/svg/uw-sprite.svg") no-repeat scroll 0 -185px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 8px 21px;
    text-indent: -9999px;
}
.uw-footer ul.footer-social li a.facebook {
    background-position: 0 -185px;
}
.uw-footer ul.footer-social li a.twitter {
    background-position: -46px -185px;
}
.uw-footer ul.footer-social li a.tumblr {
    background-position: -366px -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.vine {
    background-position: -230px -185px;
}
.uw-footer ul.footer-social li a.google {
    background-position: -275px -185px;
}
.uw-footer ul.footer-social li a.instagram {
    background-position: -322px -185px;
}
.uw-footer ul.footer-social li a.facebook:hover, .uw-footer ul.footer-social li a.facebook:focus {
    background-position: 0 -225px;
}
.uw-footer ul.footer-social li a.twitter:hover, .uw-footer ul.footer-social li a.twitter:focus {
    background-position: -46px -225px;
}
.uw-footer ul.footer-social li a.tumblr:hover, .uw-footer ul.footer-social li a.tumblr:focus {
    background-position: -366px -225px;
}
.uw-footer ul.footer-social li a.youtube:hover, .uw-footer ul.footer-social li a.youtube:focus {
    background-position: -138px -225px;
}
.uw-footer ul.footer-social li a.linkedin:hover, .uw-footer ul.footer-social li a.linkedin:focus {
    background-position: -184px -225px;
}
.uw-footer ul.footer-social li a.pinterest:hover, .uw-footer ul.footer-social li a.pinterest:focus {
    background-position: -92px -225px;
}
.uw-footer ul.footer-social li a.vine:hover, .uw-footer ul.footer-social li a.vine:focus {
    background-position: -230px -225px;
}
.uw-footer ul.footer-social li a.google:hover, .uw-footer ul.footer-social li a.google:focus {
    background-position: -275px -225px;
}
.uw-footer ul.footer-social li a.instagram:hover, .uw-footer ul.footer-social li a.instagram:focus {
    background-position: -322px -225px;
}
.uw-footer ul.footer-links {
    margin: 45px 0 0;
}
.uw-footer ul.footer-links li {
    display: inline-block;
    list-style: outside none none;
}
.uw-footer ul.footer-links li:last-child a::after {
    display: none;
}
.uw-footer ul.footer-links li a {
    color: #fff;
    margin-right: 20px;
    position: relative;
}
.uw-footer ul.footer-links li a::after {
    content: "/";
    opacity: 0.5;
    position: absolute;
    right: -14px;
    top: 0; /*was -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 auto;
        width: 300px;
    }
    .uw-footer h4::after {
        display: none;
    }
}