.at-pressArticle {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
    padding: 1em 3em 1em 10em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-decoration: none;
    transition: border 0.3s ease;
}

.at-pressArticle:focus {
    box-shadow: inset 0 0 0 2px #e99424;
}

.at-pressArticle:hover .pressArticle__title {
    text-decoration: underline;
}

.pressArticle__logo {
    position: absolute;
    display: block;
    top: 0;
    left: 1em;
    max-width: 100px;
    z-index: -1;
}

.pressArticle__year {
    font-size: .9em;
    opacity: .8;
    color: #127db3;
}

.pressArticle__title:after {
    content: '\2192';
    display: inline-block;
    position: absolute;
    top: calc(50% - 12px);
    right: 1em;
    width: 24px;
    height: 24px;
    margin-left: .5em;
    padding-left: 3px;
    font-family: 'icons';
    font-size: .5em;
    line-height: 2;
    text-align: center;
    border-radius: 5em;
    color: #fff;
    background-color: #e99424;
}
