.press {
    background-color: #e9e9e9;
    margin-bottom: 30px;
}

.press h3 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECDCD;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.3;
    color: #666;
}

a.itembox {
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #666;
    height: 277px;
}

a.itembox:hover {
    text-decoration: none;
    color: #FE6E0D;
}

.press a.itembox h3:hover {
    color: #337AB7;
}

.press .iconleft {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 277px;
}

.press .boxright {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    padding: 0.5rem 1rem;
    height: 277px;
    overflow: hidden;
}

.press .boxright p {
    margin: 0.5rem 0 0 0;
    line-height: 1.3;
    font-size: 0.9rem;
}