.media_kit_download a {
    text-decoration: none;
    background: transparent url(../images/iStock-844294300.png) center left no-repeat;
    background-size: 25px;
    padding-left: 26.9px;
}

.media_kit_info_text {
    float: left;
}

.media_kit_download {
    float: right;
}

.media-kit-info {
    padding-top: 2rem;
}

.row.media-kit-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 2px solid silver;
    font-size: 1rem;
    margin-left: 0rem;
    margin-right: 0;
}

.module-mediakit-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
}

.row.media-kit-content .col-lg-6 {
    padding-left: 0;
}

.col-lg-6.image {
    padding-right: 2rem;
}

.col-sm-12.media_kit_end {
    font-size: 1rem;
    border-top: 2px solid silver;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.media_kit_info_text.mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .media_kit_info_text.mobile {
        display: block;
        margin-bottom: 2rem;
    }

    .media_kit_info_text.desktop {
        display: none;
    }

    .row.media-kit-content {
        padding-top: 2rem;
    }

    .media_kit_download {
        float: left;
        margin-bottom: 1.5rem;
    }

    .media-kit-info {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}

.module-filter__sidebar {
    height: 0;
}

.module-filter__sidebar.active {
    height: 100%;
}

/* New detail page */
.previous-link {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #355E75;
    padding-left: 45px;
}

.previous-link:before {
    content: "";
    position: absolute;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 23.41px;
    background-image: url(../images/arrow-previous.svg);
}

.download-icon {
    margin: 35px 0;
}

.program-link {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #355e75;
    text-decoration-line: underline;
    padding-left: 50px;
    margin-bottom: 50px;
}

.program-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.detail-page h1 {
    font-weight: 800;
    font-size: 26px;
    line-height: 38px;
    min-width: 530px;
}

@media only screen and (max-width : 1023px) {
    .detail-page h1 {
        font-weight: 800;
        font-size: 26px;
        line-height: 38px;
        min-width: 100%;
    }
}

.detail-page .newsBodytext p>a {
    color: #5eabc9;
    text-decoration: underline;
}

#eventsContent .detail-page {
    margin-bottom: 60px;
}

@media only screen and (max-width : 1023px) {
    #eventsContent .detail-page {
        margin-bottom: 30px;
    }
}

.pagination-icon {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.pagination-icon .previous,
.next {
    position: relative;
}

.pagination-icon .previous a:before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 18px;
    height: 35px;
    background-image: url(../images/arrow-previous-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-icon .next a:before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 18px;
    height: 35px;
    left: 55px;
    background-image: url(../images/arrow-next-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-left h4 {
    font-size: 22px;
    line-height: 23.41px;
    font-weight: 400;
    color: #262626;
}

.sidebar-left h4 span {
    font-size: 22px;
    line-height: 23.41px;
    font-weight: 700;
}

.line-border {
    border-bottom: 3px solid #BFBFBF;
}

.sidebar-left .share-options {
    border: none;
    padding: 0;
}

.sidebar-left .share-options ul {
    justify-content: inherit;
}

.sidebar-left .share-options ul li {
    padding-right: 31.25px;
}

.sidebar-left a {
    color: #355e75;
    text-decoration-line: underline;
    font-weight: 400;
}

.sidebar-left p {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-left span {
    font-weight: 400;
}

.sidebar-left .subcat {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #262626;
}

@media only screen and (max-width : 1519px) {
    #newsContent {
        padding-top: 30px;
    }
}

.news-detail-page {
    background-color: #fff;
    margin: 80px 0 0;
}

.news-detail-page .content-sidebar-linklist {
    position: relative;
    top: -60px;
}

@media only screen and (max-width : 1519px) {
    .news-detail-page .content-sidebar-linklist {
        top: 0;
    }
}

.news-detail-page .content-sidebar-linklist::before {
    content: "";
    position: absolute;
    background: #e5eaee;
    display: block;
    height: 100%;
    width: 50vw;
    right: 100%;
    top: 0;
}

.sidebar-left .goto-link-list {
    border-bottom: 3px solid #BFBFBF;
    border-top: 3px solid #BFBFBF;
}

.sidebar-left .description-list {
    border-bottom: 3px solid #BFBFBF;
}

.sidebar-left .description-list dd, .description-list dt {
    border-top: 3px solid #BFBFBF;
}

.contentelements a {
    text-decoration: none !important;
}
.newsCat {
    padding-right: 20px;
}
@media only screen and (max-width: 600px) {
    .contentelement {
        padding-top: 88px
    }
}
.space-top-small{
    padding-top: 8px;
}
