@media (min-width: 1400px) {
    .insights-post-wrap {
        grid-template-areas:
            "a a a b c"
            "a a a d e";
        grid-auto-columns: 2fr;
    }
}

.insights-post-wrap .insights-post {
    margin: 0;
		background: #EEEEEE;
}

@media (min-width: 1400px) {
    .insights-post-wrap .insights-post:nth-child(1) {
        grid-area: a
    }
	
		.insights-post-wrap .insights-post:nth-child(1) .inner-padding {
				padding: 40px;
		}
	
		.insights-post-wrap .insights-post:nth-child(2) .inner-padding,
		.insights-post-wrap .insights-post:nth-child(3) .inner-padding,
		.insights-post-wrap .insights-post:nth-child(4) .inner-padding,
		.insights-post-wrap .insights-post:nth-child(5) .inner-padding {
				padding: 20px;
		}
    .insights-post-wrap .insights-post:nth-child(2) {
        grid-area: b;
    }

    .insights-post-wrap .insights-post:nth-child(3) {
        grid-area: c
    }

	.insights-post-wrap .insights-post:nth-child(4) {
        grid-area: d
    }

	.insights-post-wrap .insights-post:nth-child(5) {
        grid-area: e
    }
	
	.insights-post-wrap .insights-post:nth-child(2) .insights-post-title, 
  .insights-post-wrap .insights-post:nth-child(3) .insights-post-title,
	.insights-post-wrap .insights-post:nth-child(4) .insights-post-title,
	.insights-post-wrap .insights-post:nth-child(5) .insights-post-title{
        font-size: 18px;
    }
}

@media (max-width:1399px) {
	.insights-post-wrap .insights-post .inner-padding {
			padding: 20px !important;
	}
}

.insights-post-wrap .insights-post:nth-child(n+2) .insights-post-exceprt {
    display: none;
}

.insights-post-video {
    margin: 0 !important;
}

.insights-post-video {
    width: 100%;
    max-width: 100%;
}

.insights-post-video iframe,
.insights-post-video video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
    display: block;
}

@media (min-width: 768px) {
	.insights-post-wrap .insights-post:nth-child(n+2) .post-image img {
			aspect-ratio: 16 / 9;
			object-fit: cover;
	}
}

.insights-post-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.insights-post {
	padding: 0 !important
}

#top .insights-search input[type="submit"] {
    width: 50px !important;
}

#searchform .av_searchform_search.avia-svg-icon {
    font-size: 25px;
}

/*
@media (min-width: 1400px) {
    #insights_week {
        grid-template-areas:
            "a a b"
            "a a c";
        grid-auto-columns: 2fr;
    }
}

#insights_week .insights-post {
    margin: 0
}

@media (min-width: 1400px) {
    #insights_week .insights-post:nth-child(1) {
        grid-area: a
    }

    #insights_week .insights-post:nth-child(2) {
        grid-area: b
    }

    #insights_week .insights-post:nth-child(3) {
        grid-area: c
    }
	
		#insights_week .insights-post:nth-child(2) .insights-post-title, 
    #insights_week .insights-post:nth-child(3) .insights-post-title {
        font-size: 18px;
    }
}

#insights_week .insights-post:nth-child(n+2) .insights-post-exceprt {
    display: none;
} */

.insights-post-link {
    display: flex;
    flex-wrap: wrap;
}

.insights-post {
    grid-template-rows: auto auto auto 1fr auto; /* for post image */
}