.page_category_title:before{
    background: url("../../Images/news_section_title_img.png") no-repeat 50%;
}

.header--menu li a:hover,
.header--menu li.menu-item-has-children .sub-menu li a:hover{
    color: #fff;
    text-decoration: underline;
}

.right_sidebar.margin-top{
    margin-top: 110px;
}

.news_sect .two_columns .small_news__block{
    width: 100%;
}

.breadcrumbs li:nth-last-child(-n+2){
    display: none;
}
.breadcrumbs.show-last li:nth-last-child(-n+2){
    display: inline-block;
}

.header__search input[type="search"]{
    text-transform: none;
}

.jssocials-share-link{
    background: #2c5454;
}

footer .header__search {
    max-width: initial;
    display: block;
    margin: 0;
}

footer .header__search input[type="search"],
footer .header__search input[type="search"]:focus{
    color: #fff;
    border-color: #fff;
}

footer .header__search button svg path{
    fill: #fff;
}

@media (max-width: 767px) {
    .right_sidebar.margin-top {
        margin-top: 0;
    }
}

.page-skip-link:focus{
    background: #2c5454
}
