nav.navigation.pagination {
    opacity: 0!important;
}

section.news .bread_crumb .level-3.sub, section.news .bread_crumb .level-2.sub::after{
    display: none
}

#st_gdpr_iframe {
    border: none;
}
#infinite-handle {
    margin-top: 0!important;
}
section.news {
		margin-top: 100px;
		padding-bottom: 64px;
}

section.news .bread_crumb {
    padding-bottom: 0;
}

.news-single-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-single-content {
    padding-top: 0;
    margin-top: 64px;
}

.news-single-content-title {
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #1a1a1a;
}

.news-single-content-info {
    padding-top: 64px;
}

section.news #s {
    margin-bottom: 0;
}

.news img {
    margin: 10px auto;
}

.error-404.not-found .search-submit, .no-results.not-found .search-submit {
    background: #e53d1e;
    transition: filter 0.1s ease-in-out;
}

.error-404.not-found .search-submit, .no-results.not-found .search-submit:hover {
    filter: brightness(1.3);
}

.page-header.news {
    margin-top: 16px;
    padding-bottom: 32px;
}

.page-header.news h1 {
    margin: 0;
}

.page-title.search {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#list-content .news_articles.entry {
    padding: 0;
    display: flex;
    width: 100%;
    height: 206px;
    margin-bottom: 64px;
    position: relative;
    left: 0!important;
}

section.products {
    padding-bottom: 64px;
}

@media screen {
	section.news h1 {
		position: relative;
		padding-top: 2rem;
		margin-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	section.news h1 a {
		font-size: 14px;
		color: #1a1a1a;
		position: absolute;
		right: 0;
		top: 2.75rem;
	}
	section.news h2 {
		margin-top: 2rem;
	}

    .news hr {
        background-color: #767676;
        border: 0;
        height: 2px;
        max-width: 2.25em;
        text-align: left;
        margin: 2rem 0 2rem 0;
    }
}

.news-footer-icons {
    font-size: 0.75rem;
    color: #767676;
    line-height: 0.75rem;
    margin-right: 15px;
    display: inline-block;
}

@media(max-width: 1024px) {
    #s {
        width: 90%!important;
    }
    #searchsubmit {
        width: 10%!important;
    }

    section.products.search_main {
        margin-top: 185px!important;
    }

    .page-header-wrapper-mobile{
        display: block!important;
    }

    .page-header.desktop {
        display: none;
    }

    section.products.search_main .page-header-wrapper-mobile .page-title {
        display: block;
        font-size: 2rem;
        text-align: center;
        padding-left: 3%;
        padding-top: 10px;
        margin-bottom: 16px;
    }

    section.products.search_main .page-header-wrapper-mobile .page-title.search.mobile {
        display: block;
        font-size: 20px;
        text-align: left;
        padding-left: 3%;
        padding-top: 10px;
        margin-bottom: 46px;
        font-weight: normal;
    }

    .news-footer-icons {
        display: block;
    }
    .news-single-header {
        display: block;
        width: 100%;
    }

    .news-single-header .bread_crumb, section.news .crumb-wrap .bread_crumb,
    section.products.search_main .page-header-wrapper-mobile .bread_crumb {
        width: 100%;
        margin-top: 16px;
        display: flex;
        justify-content: center!important;
    }

    .news-single-header #searchform,
    section.products.search_main .page-header-wrapper-mobile #searchform {
        width: 100%;
        display: block;
    }
    section.products.search_main .page-header #searchform{
        padding-left: 3%;
        padding-right: 3%;
    }
    section.products.search_main h1{
        display: none;
    }

    .news-single-header #searchsubmit::after,
    section.products.search_main .page-header #searchsubmit::after,
    section.products.search_main .page-header-wrapper-mobile #searchsubmit::after {
        display: none;
    }

    .news-single-content {
        padding-left: 3%!important;
        padding-right: 3%!important;
    }

    section.news.case_study_main {
        margin-top: 170px!important;
    }

    section.news .crumb-wrap {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    section.news .crumb-wrap #searchform {
        width: 100%;
        display: block;
    }

    section.news .crumb-wrap #searchsubmit::after {
        display: none;
    }

    section.news #list-content {
        width: 100%;
        margin-top: 92px;
    }

    .news-list-item-img {
        display: none!important;
    }

    .news-list-item-img-mobile {
        display: block!important;
        width: 100%!important;
        box-sizing: content-box!important;
        height: 226px;
        overflow: hidden;
    }

    .news-list-item-img-mobile img {
/*        object-fit: cover;*/
        width: 100%;
/*        height: 206px;*/
    }

    .page-header.news {
        margin-top: 0;
        padding-bottom: 0;
    }

    .entry-header.news {
        display: block!important;
        width: 100%!important;
        box-sizing: border-box!important;
        margin: 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #list-content .news_articles.entry {
        padding: 0!important;
        display: block;
        width: 100%!important;
        height: auto!important;
        margin-bottom: 46px;
        box-sizing: border-box!important;
        position: relative;
        left: 0!important;
        flex-basis: content;
    }

    .news-list-item-button {
        display: none;
    }

    .news-list-item-excerpt {
        margin-bottom: 16px;
    }
}

.news-list-item-img {
    display: inline-block;
    width: 33%;
    height: 226px;
    overflow: hidden;
}

.news-list-item-img img {
    width: 100%;
}

.news-list-item-img-mobile {
    display: none;
}

.entry-header.news {
    display: inline-block;
    width: 66%;
    padding-left: 30px;
    box-sizing: content-box;
    margin: 0 auto!important;
}

.news-list-item-title {
    height: auto!important;
}

.news-list-item-title a{
    height: auto!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #1a1a1a;
    text-overflow: ellipsis;
}

.news-list-item-date {
    margin-top:1rem;
    margin-bottom:1rem;
    color:#666666;
    font-size:1rem;
    font-family: 'Roboto Condensed', sans-serif!important;
    line-height: 1rem;
}

.news-list-item-excerpt p{
    font-size: 20px;
    line-height: 23px;
    height: 46px;
    font-stretch: condensed;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: normal;
    margin: 0;
    padding: 0;
    /* letter-spacing: normal; */
    width: 100%;
    /* white-space: nowrap; */
    word-break: break-all;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-list-item-button {
    float: right;
    border: 2px solid #e53d1e;
    color:#e53d1e;
    border-radius: 15px;
    width:115px;
    height:30px;
    margin-top:1rem;
    box-sizing: border-box;
    transition: all 0.25 ease;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-list-item-button:hover {
    background: #e53d1e;
    color: white;
}

.news-footer-icons svg {
    margin-right: 10px;
}

#st-1 .st-btn > img{
        top: 0!important;
}

section.products.search_main .page-header-wrapper-mobile {
    display: none;
}

.contact#earche-contact {
    padding-top: 112px!important;
}

/* polyfill */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, section.news, section.case_study_main, section.products {
        padding-top: 0!important;
    }
}

@media all and (max-width: 800px) {
    #list-content .entry {
        flex-basis: 100%!important;
    }
}

@media all and (max-width: 1024px) {
    #list-content .entry {
        flex-basis: 100%!important;
    }
}

@media all and (max-width: 1024px) {
  .container-product-navigation .page-header.news{
    padding: 0 10px;
  }
  .container-product-navigation .page-header .toggle-product-navigation {
    margin-top: 10px;
  }

  .container-product-navigation nav {
    margin-top: 6rem;
  }
}
