a.uw-btn {
    padding: 5px 15px;
    text-transform: uppercase;
    background-color:#4b2e83;
    font-family: "Encode Sans Compressed",sans-serif;
    font-weight: 800;
    color:#FFFFFF;
    display: inline-block;
    position: relative;
    background-image: none!important;
    border-bottom: none;
    margin-right: 47px;
    z-index: 1;
    line-height: 24px;
    font-size: 14px;
}

a.uw-btn:before {
    content: "";
    width: 48px;
    right: -48px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #4b2e83;
    border-left: 5px solid rgba(0,0,0,.3);
}

a.uw-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    right: -50px;
    top: 50%;
    margin-top: -28px;
    background: url(assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}

.uw-body a:focus.uw-btn, .uw-body a:hover.uw-btn {
    border-bottom: none;
}

.uw-body a:focus, .uw-body a:hover {
    color: #85754d;
}

a.uw-btn:hover, a.uw-btn:focus {
    color: #85754d;
    background-color: #f5f5f5;
}

a:hover, a:focus {
    color: #c9c9c9;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #08d;
    text-decoration: none;
    -o-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

a.uw-btn:hover:before, a.uw-btn:focus:before {
    background-color: #613ba9;
}

a.uw-btn:before {
    content: "";
    width: 48px;
    right: -48px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #4b2e83;
    border-left: 5px solid rgba(0,0,0,.3);
}

a.uw-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    right: -50px;
    top: 50%;
    margin-top: -28px;
    background: url(http://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}
