.screen-reader-text{display:none !important;}

.insights-listing .title-with-button{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    padding-top: 20px;
}
.insight-cards .pmd-card-media img, .archive .blog-cards .pmd-card-media img, .section-blog .blog-cards .pmd-card-media img{
	height: 200px;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px){
    .insights-listing .title-with-button{
        margin-bottom: 20px;
    }
    .more-btn{
        margin-top: 10px;
    }
}
.insights-listing .section-articles .pmd-card{
    margin-bottom: 0px;
    height: 100%;
}
.insights-listing .section-articles .pmd-card .pmd-card-body{
    min-height: inherit;
}
@media screen and (max-width: 767px){ 
    .insights-listing .section-articles .pmd-card{
        margin-bottom: 12px;
    }
}
.insights-listing .title-with-button h3{
    margin: 0;
}
.insights-listing .row-with-flex{
    display: flex;
    flex-wrap: wrap;
}
/* @media (min-width: 768px) and (max-width: 991.98px) { 
    .insights-listing .row-with-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
} */
.insights-listing .column-flex{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px){
    .insights-listing .column-flex{
        display: none;
    }
    .insights-listing .column-flex:first-child{
        display: flex;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .insights-listing .column-flex:nth-child(3n){
        display: none;
    }
}
.insights-listing .view-more{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.insight-post.pmd-card-media{
    background-size: cover;
    height: 200px;
    background-position: center;
    display: block;
}
.insight-post.small-card.pmd-card-media{
    height: 150px;
}
@media screen and (max-width: 767px){
	.insights-listing .pmd-card-body{
		min-height:0px;
	}
}
.insight-cards{
    margin-top: -20px;
}

/* Insights Sidebar */
.insights-listing .pmd-card-body h3{
    font-size: 15px !important;
}
.left-nav-collapse{ position: sticky; top: 100px;}
.insight-style-nav{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: sticky;
    max-width: 270px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    /* height: 100%; */
}
.insight-style-nav .list-group li {
    background-color: transparent;
    position: relative;
/*     margin: 2px -1px 2px 0; */
    padding: 0;
    color: #4d4d4d;
    font-size: 14px;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    float: none;
    position: relative;
	    border: none;
    margin-left: -20px;
}
.insight-style-nav .list-group li a.nav-active {
    color: #0073f1;
    opacity: 1;
}
.insight-nav{
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: none;
}
.insight-style-nav .tab-anim {
    position: absolute;
    left: -1px;
    top: 4px;
    display: block;
    width: 3px;
    height: 36px;
    background: #0460ff ;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	border-radius: 8px;
}
.insight-style-nav li a:hover{
    color: #333;
}
.insight-style-nav .list-group li a, .insight-style-nav .list-group li span {
    color: #333;
    display: inline-block;
    padding:6px 8px 6px 24px;
    min-width: 220px;
    background-color: transparent;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    font-weight: 500;
    font-size: 14px;
    font-weight: normal;
    /* color: #333; */
    text-transform: inherit;
    pointer-events: auto;
}
.nav-label-margin{
    margin-top: 0;
    margin-left: 22px;
    padding: 0;
    margin-bottom: 6px;
    color: #034DCC;
    font-weight: 700;
    pointer-events: none;
    display: block;
/*     text-transform: uppercase; */
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 16px;
}
@media screen and (max-width: 767px){
    .nav-label-margin{
        margin-left: 0;
    }
    .insight-content{
        display: flex;
        flex-direction: column;
    }
    .insight-style-nav{
        position: fixed;
        max-width: auto;
        border-left: none;
        max-width: 100%;
    }
    .insight-nav{
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
        white-space: nowrap;
        overflow-x: scroll;
    }
    /* .insight-style-nav ul{
        display: flex
    } */
    .insight-style-nav .list-group li{
        float: none;
        position: relative;
        display: inline-flex;
        flex-wrap: wrap;
        white-space: break-spaces;
    }
    .insight-style-nav .list-group li a, .insight-style-nav .list-group li span{
        min-width: auto;
    }
	.insight-cards{
        order: 2;
    }
    .insight-sidebar{
        display: none;
    }
    .tab-anim{
        display: none !important;
    }
}

/* Insight Select on Mobile responsive */
.insight-select{
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 3px 6px rgb(5 46 76 / 12%);
}
@media (min-width: 768px) and (max-width: 1920px) { 
    .insight-select{
        display: none;
    }
}
@media screen and (max-width: 767px){    
    .insight-select{
        display: flex;
    }
    .archive .blog-listing-template{
        padding-top: 20px;
    }
    .pmd-card-body{
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .archive .post-thumbnail-image, 
    .archive .post-item .pmd-card-media-overlay:before{
        height: 150px;
    }
    .archive .pagination{
        margin: -20px 0 20px;
    }
}
.insight-select .pmd-card-body{
    display: flex;
    align-items: center;
}
.insight-select .pmd-card-body span{
    font-weight: 500;
    line-height: 1.2;
}
.insight-select-fixed{
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.insights-listing-push{
   margin-top: 85px; 
}

.insights-listing .section-articles .pmd-card,  .archive .blog-cards, .section-blog .blog-cards{
	    overflow: hidden;
    padding-top: 0;
}

#insight-sidebar {
    position: sticky;
    top: 100px;
    z-index: 10;
}

#insight-sidebar {
    height: 100%;
    overflow-y: auto;
}

.insight-content {
    overflow: visible;
}

html {
    scroll-behavior: smooth;
}

.insight-style-nav .list-group li a.active {
    color: #0073f1;
    opacity: 1;
	text-decoration: none;
}
.insight-style-nav .list-group li a:hover{
	text-decoration: none;
}
section#title_section{
	position: relative;
}
section#title_section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 58%);
    position: absolute;
    top: 0;
    left: 0;
}

.blog-list .blog-post .img{
	height: auto !important;
	width: 100% !important;
}