﻿div.widget.three-column-feature>.feature .box {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border: 1px solid #e0e2d7;
    height: 233px;
    background-color: #fcfdf8;
}
div.widget.three-column-feature>.feature .box>img {
    max-width: 100%;
    height: auto;
    display: block;
}
div.widget.three-column-feature>.feature .box>p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 125%;
}
div.widget.three-column-feature>.feature .box>.link {
    
}
div.widget.three-column-feature>.feature .box>.link a {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    right: 12px;
    bottom: 12px;
    height: 21px;
    width: 14px;
    text-indent: -9999px;
    background: transparent url('../../images/3-column-feature-arrow-sprite.png') no-repeat scroll left center;
}
div.widget.three-column-feature.jquery>.feature .box.hover {
    background-color: #eff0eb;
    cursor: pointer;
}
div.widget.three-column-feature.jquery>.feature .box.hover .link {
    text-decoration: underline;
}
div.widget.three-column-feature.jquery>.feature .box.hover .link a,
div.widget.three-column-feature.jquery>.feature .box .link a:hover {
    background-position: right center;
}