
.post-type-archive-news section.news-updates:first-of-type{
    padding-bottom: 0;
}

.post-type-archive-news .news-posts{
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
}

.post-type-archive-news-news-releases .news-post{
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.post-type-archive-news-media-coverage .news-post{
    margin-bottom: 30px;
}

.post-type-archive-news-media-coverage .news-updates .news-post:hover .news-post__top .background,
.post-type-archive-news .news-updates .news-post:hover .news-post__top .background {
    -ms-transform:none;
        transform: none; 
}

.header .header__top{
    padding: 0!important;
    text-align: right;
}

.header__top ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header__top ul li a{
    color: #fff;
    padding: 0 5px;
    font-size: 13.2px;
}

.header__top ul li a{
    border-left:1px solid #fff;
}

.header__top ul li:first-child a{
    border-left: none;
}

.header__top ul li:last-child a{
    padding-right: 15px;
}
.header__top ul li a:hover{
    text-decoration: underline;
}

.header__top ul li.current-menu-item a::after {
    content: none;
}