.mediapage .intro-text-hr-theme {
    border-bottom: 1px solid #234c5a;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.mediapage .column-12>.parsys>.parsys_column {
    border-bottom: 1px solid #234c5a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.mediapage .row .column .text,
.mediapage .row .column .image {
    margin-bottom: 20px;
}

.mediapage .row .column_2-70-30 {
    display: flex;
}

.mediapage .row .column_2-70-30>.column_2-70-30-c0 {
    width: 70%;
    margin-right: 20px;
}

.mediapage .row .column_2-70-30>.column_2-70-30-c1 {
    width: 30%;
}

.mediapage .row .column_4 .text h1,
.mediapage .row .column_4 .text h2,
.mediapage .row .column_4 .text h3,
.mediapage .row .column_4 .text h4,
.mediapage .row .column_4 .text h5,
.mediapage .row .column_4 .text h6 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.mediapage .row .column_4 .text p {
    text-transform: uppercase;
    margin-right: 60px;
}

.mediapage .row .column_4 .image {
    margin-bottom: 5px;
}

.mediapage .row .column_4 .text .arrow-link-before-text-theme p a {
    color: #647783;
    text-transform: capitalize;
}

.mediapage .teaser .teaser-inner .link-wrapper a {
    font-weight: normal;
}

.mediapage .row .column_4 .text .arrow-link-before-text-theme p a:before {
    background-image: url(../../images/forward-icon.png);
    height: 12px;
    width: 10px;
    content: "";
    top: 15px;
    display: inline-block;
    float: left;
    background-size: cover;
    margin-right: 10px;
    margin-top: 5px;
}

.mediapage .latestnewseventsteaser .news-teaser-container:after,
.mediapage .latestnewseventsteaser .article:after {
    content: "";
    display: table;
    clear: both;
}

.mediapage .latestnewseventsteaser .news-text-wrap {
    width: 50%;
    float: left;
    border-bottom: 0;
}

.mediapage .latestnewseventsteaser .news-text-wrap .news-title {
    text-transform: uppercase;
}

.latestnewseventsteaser .teaser-inner .news-text-wrap:first-child {
    border-top: 0px;
}

.mediapage .latestnewseventsteaser .news-thumbnail {
    width: 33%;
    margin-right: 20px;
    height: 80px;
    overflow: hidden;
    float: left;
}

.mediapage .latestnewseventsteaser .news-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.latestnewseventsteaser .teaser-inner .news-text-wrap .news-title {
    color: #647783;
    display: block;
    font-size: 14px !important;
    padding-right: 30px;
}

.latestnewseventsteaser .teaser-inner .news-text-wrap .news-date {
    color: #a8aaac;
    display: block;
    font-size: 16px !important;
    line-height: 1;
    margin-bottom: 5px !important;
}

.latestnewseventsteaser .teaser-inner .news-text-wrap {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    min-height: 100px;
}

.mediapage-social-footer .twitter-icon {
    background: #1ea1f3;
    padding: 8px 6px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}

.mediapage-social-footer .linkedin-icon {
    background: #0079ba;
    padding: 8px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}

.mediapage-social-footer .linkedin-icon img,
.mediapage-social-footer .socialicon img {
    height: 22px;
    width: auto;
}

.mediapage-social-footer span {
    display: block;
}

.mediapage-social-footer .socialicon {
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .column_4 .column_4-c0,
    .column_4 .column_4-c1,
    .column_4 .column_4-c2,
    .column_4 .column_4-c3 {
        float: left !important;
        margin-left: 0% !important;
        width: 100% !important;
    }
    .mediapage .row .column_2-70-30 {
        display: block;
    }
    .mediapage .row .column_2-70-30>.column_2-70-30-c0,
    .mediapage .row .column_2-70-30>.column_2-70-30-c1 {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .column_1 .column_1-c0,
    .column_2 .column_2-c0,
    .column_2 .column_2-c1,
    .column_3 .column_3-c0,
    .column_3 .column_3-c1,
    .column_3 .column_3-c2 {
        margin-bottom: 40px !important;
    }
    .mediapage .latestnewseventsteaser .news-text-wrap {
        width: 100%;
    }
    .mediapage-social-footer {
        margin-bottom: 50px !important;
    }
    .mediapage .column-12>.parsys>.parsys_column {
        border-bottom: 1px solid #dcecff;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .teaser .teaser-inner .teaser-content img {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .row {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }
}