/* -- press -- */
.layout-press {
    padding: 50px 15px 30px;
    background-color: #efefef;
    position: relative;
}

.layout-press > .inner {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.layout-press form,
p.kit-download {
    display: inline-block;
    vertical-align: middle;
}

p.kit-download {
    margin: 0 20px 0 0;
}

.press-intro {
    position: relative;
    z-index: 2;
}

.press-intro h1 {
    font-size: 38px;
}

.kit-download a {
    font-family: $font-terciary;
    text-transform: uppercase;
    color: $orange;
    text-decoration: underline;
    font-weight: bold;
}

.layout-press form select {
    color: $orange !important;
}

ul.press-releases {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.press-releases > li {
    position: relative;
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #c0c0c0;
}

ul.press-releases > li:last-of-type {
    border-bottom: none;
}

ul.press-releases > li.more:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(180deg, transparent, #eee);
}

ul.press-releases > li h3 {
    color: $black-70;
    font-size: 22px;
    max-width: 85%;
    width: 100%;
}

.vert-align-list {
    margin: 0;
    position: relative;
    padding: 0;
    list-style-type: none;
    right: 0;
}

.vert-align-list > li {
    display: inline-block;
}

.vert-align-list > li:first-of-type {
    float: left;
}

.vert-align-list > li:last-of-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.pr-head {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}

.pr-head h3 {
    float: left;
}

.pr-head p {
    float: right;
    font-size: 16px;
    color: #848484;
    margin-top: 5px;
    margin-bottom: 0;
}

.single-press-release .single-press-release-content {
    display: none;
}

.single-press-release.active .single-press-release-content {
    display: block;
}

.single-press-release.active .pr-head {
    margin-bottom: 20px;
    display: inline-block;
    width: 95%;
    vertical-align: middle;
}

.close-pr {
    float: right;
    display: none;
    color: $orange;
    border: 2px solid $orange;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    font-weight: bold;
}

.close-pr:hover {
    background-color: $orange;
    color: $white;
}

.single-press-release.active .close-pr {
    display: inline-block;
}

.close-pr-bottom {
    margin-top: 30px;
    cursor: pointer;
}

.pr-head-mobile {
    position: relative;
    padding-right: 50px;
}

.pr-head-mobile::after {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    color: $orange;
    right: 0;
    top: -5px;
    font-size: 32px;
    line-height: 1em;
}

.single-press-release.active .pr-head-mobile {
    margin-bottom: 20px;
}

.single-press-release.active .pr-head-mobile::after {
    content: "\f106";
}

.published-date {
    margin-bottom: 0;
    color: #848484;
}

.download-press-kit {
    padding: 30px 0;
    background-color: $white;
}
@media screen and (max-width:1377px) {
    .press-intro h1 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
}
@media screen and (max-width:991px) {
    .layout-press {
        background-color: $white;
    }

    .close-pr {
        display: none !important;
    }
}
@media screen and (max-width:768px) {
    .vert-align-list {
        text-align: center;
        margin-top: 15px;
    }

    .vert-align-list > li:first-of-type {
        float: none;
        display: block;
    }

    .vert-align-list > li:last-of-type {
        position: relative;
        top: auto;
        transform: none;
        margin-top: 15px;
    }

    ul.press-releases > li .pr-head-mobile h3 {
        font-size: 18px;
    }

    .vert-align-list {
        border-bottom: 1px solid silver;
        padding-bottom: 30px;
    }

    ul.press-releases > li h3 {
        max-width: 100%;
    }
}
