/* News and Insights section styles */
.nai_post h1,
.nai_post h2,
.nai_post h3,
.nai_post h4,
.nai_post h5,
.nai_post h6,
.nai_post p{
    margin:0;
    padding:0;
}

.nai_post{
    display:inline-block;
    max-width:33%;
    padding:15px 0 45px 0;
}
.nai_post .nai_date{
    font-style:italic;
    margin:15px 0;
}

.nai_post img{
    max-width:100%
}

.nai_post .nai_postThumb{
    display:inline-block;
    vertical-align:top;
    width:35%;
}

.nai_post .nai_read{
    font-weight:700;
    text-align:right;
}

.nai_post .nai_textBlock{
    box-sizing:border-box;
    display:inline-block;
    padding:0 15px 0 30px;
    vertical-align:top;
    width:65%;
}
.nai_post .nai_textBlock h6{
    margin-bottom:25px;
}

@media screen and (max-width:1300px) {
    .nai_post{
        max-width:50%;
    }
}
@media screen and (max-width:800px) {
    .nai_post{
        max-width:100%;
    }
    .nai_thumb{
        max-width:200px;
    }
}