
.top-row {
    width: 100%;
    height: 440px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    background:url('/static/img/press/web-press-hero.jpg');
    background-size:cover;
    background-position: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.top-row-cover {
    text-align: center;
    margin-top: 190px;
    padding-bottom: 10px;
    z-index: 1000;
    color: white;
}

.top-title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 44px;
    font-weight: 800;
}

.top-subtitle {
    font-family: 'value-sans-regular', sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.contact-methods {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contacts-image {
    width: 150px;
    height: auto;
    text-align: center;
}

.contacts-image-outer {
    width: 150px;
    margin: 0 auto;
}

.contacts-title {
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 22pt;
    font-weight: bold;
}

.contacts-text {
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
}

.press-link-img {
    margin-top: 40px;
    width: 100%;
    height: 310px;
}

.press-link-date {
    padding: 10px 0px;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 16px;
}

.press-link-title {
    padding: 0px 0px;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.press-link-body {
    padding: 5px 0px;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 14px;
    color: gray;
    line-height: 26px
}

.press-link-read-more {

}