.read-more {
    margin-bottom: 15px;
}

div.read-more a {
    color: #5a5a5a;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    background-color: #e8e3d3;
    font-family: "Encode Sans Compressed",sans-serif;
    display: inline-block;
    position: relative;
    background-image: none!important;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    z-index: 1;
    line-height: 24px;
}

div.read-more a:before {
    width: 43px;
    right: -43px;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #4b2e83;
    border-left: 5px solid rgba(0,0,0,.3);
}

div.read-more a:after {
    width: 45px;
    height: 45px;
    top: 34%;
    margin-top: -21px;
    margin-right: 4px;
    right: -43px;
    background-size: 740px;
    background-position: -32px -410px;
    content: "";
    position: absolute;
    bottom: 0;
    background: url(/sites/all/themes/uw_boundless/css/assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}

div.read-more a:hover {
    border-bottom: none;
    background-color: #f5f5f5;
}

div.read-more a:hover:before {
    background-color: #613ba9;
}