.uw-body .uw-site-title {font-size: 45px;}

a.uw-btn {
    padding: 7px 15px;
    text-transform: uppercase;
    background-color: #e8e3d3;
    font-family: "Encode Sans Compressed",sans-serif;
    font-weight: 800;
    color: #5a5a5a;
    display: inline-block;
    position: relative;
    background-image: none!important;
    border-bottom: none;
    margin-bottom: 25px;
    margin-right: 50px;
    z-index: 1;
    line-height: 24px;
    font-size: 16px;
}
.uw-hero-image {height:200px;}

.tile img{
    width:100%;

.tile {background-color:#F4F3F0;}

.tile h3, .teaser h3 {
    color: #4b2e83;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
margin-top:7px;
}
.teaser {
        background-color:#F4F3F0;
        padding:15px;
        font-size:16px;
}


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;
}

.teaser a {
    color: #333333;
    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;
}

a.uw-btn.btn-purple {
    background-color:#ffffff;   
}