.insights_grid_block .content-padding {
    padding: 0px 15px 90px;
}
.insights_grid_block .negative-margin {
    margin: 0px -15px;
}

.insights_grid_block a.button.tag, .insights_grid_block button.tag {
    margin-bottom: 20px;
}
.insights_grid_block .filter-tiles {
    width: 100%;
    display: contents;
}

.insights_grid_block .insights-grid-results {
    min-height: 510px;
}

.insights_grid_block > div {
    min-height: 250px;
}

.insights_grid_block p.h1style {
    margin-bottom: 0;
}
body.single-nw-insights {
    overflow-x: unset!important;
}


.insights_grid_block .insights-grid-results button,
.insights_grid_block .featured-insights-post button {
    cursor: default;
}

.insights_grid_block a.insights_grid_image_link:hover,
.insights_grid_block .insights-grid-results button:hover,
.insights_grid_block .featured-insights-post button:hover {
    opacity: 1 !important;
}

.insights_grid_block .insights-grid-results button:hover,
.insights_grid_block .featured-insights-post button:hover {
    transform: scale(1);
}

.insights_grid_block h4 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.insights_grid_block .tag-selection p.h2style {
    margin-bottom: 0;
}
.insights_grid_block h4:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: 0;
    left: 0;
    transition: ease all 0.6s;
}

.insights_grid_block .insights_grid_image_link:hover ~ h4:after,
.insights_grid_block a.button:hover ~ h4:after {
    width: 75%;
}

.insights_grid_block #dynamic-label {
    text-transform: capitalize;
}
.insights_grid_block .fade-out-transition {
    opacity: 0;
    transition: ease all 300ms;
}

.insights_grid_block .fade-in-transition {
    opacity: 0!important;
    animation-name: fadeInTextBlock;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.insights_grid_block .container-fluid {
    /*min-height: 1100px;*/
}

.single-nw-news .insights_grid_block .container-fluid {
    min-height: auto;
}

@keyframes fadeInTextBlock {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.insights_grid_block span.tag {
    padding: 10px 20px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #FFFFFF;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 60px;
    padding-right: 0;
    z-index: 3;
}
.insights_grid_block p.tag-text {
    color: #000;
    margin-bottom: 0;
    min-width: 60px;
    text-align: center;
}

.insights_grid_block p.tag-text::after {
    content: '';
    position: absolute;
    top: 0;
    height: 60px;
    width: 92px;
    right: -70px;

    background-image: url('assets/tag_knob.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}


.insights_grid_block .cat-list .tag {
    margin-bottom: 0;
    opacity: 0.6;
    white-space: nowrap;
    font-size: 14px;
}
.insights_grid_block .cat-list .tag.active {
    opacity: 1;
}

.insights_grid_block .cat-list .tag:hover {
    /*background: transparent;*/
    /*color: #1A1A1A;*/
    opacity: 1;
}

.insights_grid_block p.h2style {
    margin-bottom: 90px;
}

.insights_grid_block a {
    text-decoration: none;

}

.insights_grid_block .featured-insights-post a {
    display: inline-flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 100%;
}

.insights_grid_block .load_more_wrapper a.button.primary::after {
    display: none;
}

.insights_grid_block .load_more_wrapper a.button.primary {
    background: var(--white);
    color: var(--black);
    display: block;
    transform: unset!important;
}
.row.featured-insights-post {
    border: 1px solid var(--grey-medium);
    border-radius: 20px;
    margin-top: 75px;
}
.row.featured-insights-post .image-16by9 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.row.featured-insights-post h2 {
    margin-bottom: 15px;
}
.insights_grid_block a:hover {
    opacity: 1;
}
.row.featured-insights-post .image-16by9 > img:hover {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.row.featured-insights-post .image-16by9 > img {
    min-width: 110%;
    min-height: 110%;
    height: 110%;
    width: 110%;
    transition: ease all 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.featured-insights-post .filter-featured {
    width: 100%;
    margin-bottom: -8px;
}

@media(min-width: 1199.98px) {
    .insights_grid_block .content-padding .button.tag {
        display: block;
        margin-left: 30px;
    }

    .insights_grid_block .content-padding a:nth-child(3) {
        display: block;
        padding-left: 30px;
    }
}
@media (max-width: 1599.98px) {

    .insights_grid_block .negative-margin {
        margin: 0px -30px;
    }
}
@media (max-width: 1199.98px) {
    .insights_grid_block .content-padding {
        padding: 0px 15px 45px;
    }
    .insights_grid_block .negative-margin {
        margin: 0px -15px;
    }
    .insights_grid_block.block p.h2style {
        margin-bottom: 45px;
    }
    .insights_grid_block .load_more_wrapper a.button.primary {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        padding: 5px;
    }

    /*** Tags scroll **/
    .insights_grid_block .cat-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-right: 100px;
        width: calc(100% - 10px);
    }

    .insights_grid_block .cat-list::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .insights_grid_block .tag-selection {
        text-align: left!important;
    }
    /* Track */
    .insights_grid_block .cat-list::-webkit-scrollbar-track {
        background: var(--onyx);
    }

    /* Handle */
    .insights_grid_block .cat-list::-webkit-scrollbar-thumb {
        background: #888;
        width: 30px;
    }

    /* Handle on hover */
    .insights_grid_block .cat-list::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .insights_grid_block .cat-list .tag {
        font-size: 11px;
    }

}

@media(max-width: 991.98px){
    .row.featured-insights-post {
        border: 0px;
    }
    .row.featured-insights-post .image-16by9 {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .insights_grid_block .featured-insights-post a {
        display: block;
    }
}

@media(max-width: 767.98px){
    .row.featured-insights-post {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .insights-grid-results.mt8 {
        margin-top: 0px;
    }
}
@media(max-width: 575.98px) {

}


/*** Animation ***/
.insights_grid_block .come-in:nth-child(1),
.insights_grid_block .come-in:nth-child(3n + 1) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; /* So they look staggered */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.insights_grid_block .come-in:nth-child(2),
.insights_grid_block .come-in:nth-child(3n + 2) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; /* So they look staggered */
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.insights_grid_block .come-in:nth-child(3),
.insights_grid_block .come-in:nth-child(3n + 3) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; /* So they look staggered */
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}


@media(max-width: 1199.98px) {
    .insights_grid_block .come-in:nth-child(1),
    .insights_grid_block .come-in:nth-child(3n + 1),
    .insights_grid_block .come-in:nth-child(2),
    .insights_grid_block .come-in:nth-child(3n + 2),
    .insights_grid_block .come-in:nth-child(3),
    .insights_grid_block .come-in:nth-child(3n + 3) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .insights_grid_block .come-in:nth-child(1),
    .insights_grid_block .come-in:nth-child(2n + 1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    .insights_grid_block .come-in:nth-child(2),
    .insights_grid_block .come-in:nth-child(2n + 2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
}

@media(max-width: 767.98px) {
    .insights_grid_block .come-in:nth-child(1),
    .insights_grid_block .come-in:nth-child(3n + 1),
    .insights_grid_block .come-in:nth-child(2),
    .insights_grid_block .come-in:nth-child(3n + 2),
    .insights_grid_block .come-in:nth-child(3),
    .insights_grid_block .come-in:nth-child(3n + 3) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}

@media(max-width: 575px) {
    .insights_grid_block a.button.tag, .insights_grid_block button.tag {
        margin-bottom: 10px;
    }
}