
.page-template-template-insights .header-five {
    grid-template-rows: repeat(10,1fr)!important;
    min-height: auto!important;
    max-height: 600px!important;
}
.page-template-template-insights .header-five__image {
    grid-column: 6/-1!important;
}
.page-template-template-insights .header-five__content {
    grid-column: 1/6!important;
    grid-row: 1/10!important;
}
.page-template-template-insights .header-five__title {
    margin-bottom: 0!important;
}
.page-template-template-insights .header-five__content .button,
.page-template-template-insights .header-five__box-one,
.page-template-template-insights .header-five__box-two {
    display: none!important;
}
.page-template-template-insights .header-five__introduction-text {
    margin: 0!important;
}
.page-template-template-insights #filter {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.page-template-template-insights #filter .sixpoint-select select {
    background: none!important;
    margin: 0!important;
    width: 100%!important;
}
.page-template-template-insights #filter .simplr-insight23-search {
    position: relative;
}
.page-template-template-insights #filter .simplr-insight23-search::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 30px;
    height: 30px;
    background-color: transparent!important;
    background-image: url(../images/smplr-search-icon-blk.svg)!important;
    background-position: left center!important;
    background-size: 18px!important;
    background-repeat: no-repeat!important;
}
.page-template-template-insights #filter .simplr-insight23-search input {
    background: none!important;
    border-bottom: 1px solid #000!important;
    appearance: none!important;
    outline: 0!important;
    padding: .375rem 0!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    border-radius: 0!important;
    position: relative;
}

.page-template-template-insights #filter .simplr-insight23-search input:focus {
    outline: none!important;
}


@media screen and (max-width: 767px) {
    .page-template-template-insights #filter {
        flex-wrap: wrap;
        gap: 10px!important;
    }
    .page-template-template-insights #filter .sixpoint-select, 
    .page-template-template-insights #filter .simplr-insight23-search,
    .page-template-template-insights #filter .simplr-insight23-search-btns {
        width: 100%!important;
    }
    .page-template-template-insights #filter .simplr-insight23-search input {
        margin: 0!important;
        width: 100%!important;
    }
}

@media screen and (min-width: 768px) {
    .page-template-template-insights #filter .sixpoint-select, 
    .page-template-template-insights #filter .simplr-insight23-search,
    .page-template-template-insights #filter .simplr-insight23-search-btns {
        min-width: 200px;
        max-width: 270px;
    }
    .page-template-template-insights #filter {
        gap: 80px!important;
    }
    .page-template-template-insights #filter .simplr-insight23-search input {
        margin: 0 0 0 35px!important;
        width: calc(100% - 30px)!important;
    }
}
@media screen and (max-width: 992px) {
    #insightPosts article {
        margin-bottom: 15px!important;
    }
    .page-template-template-insights #filter {
        padding: 30px 0!important;
    }
    .our-clients__quote-wrapper {
        margin: 30px 15px 15px 15px!important;
        padding: 45px 0 0 0!important;
    }
}
@media screen and (min-width: 993px) {
    #insightPosts article {
        margin-bottom: 30px!important;
    }
    .page-template-template-insights #filter {
        padding: 0 0 50px 0!important;
    }
    button#loadMorePosts {
        margin: 50px 10px 50px 0!important;
    }
}