body.page-template-template-actus section:not(.footer-banner) > h3 {
	color: #2A3162;
}

section > h3 {
	padding-top: 20px;	
}


ul.blog-vids-list, ul.blog-news-list, ul.blog-posts-list, ul.blog-pubs-list {
	list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: stretch;
	padding: 0;
}


ul.blog-posts-list {
	margin: 50px auto 20px;
}


ul.blog-vids-list, ul.blog-posts-list, ul.blog-pubs-list {
	flex-wrap: wrap;
}

li.vids-list-item, li.news-list-item, li.posts-list-item, li.pubs-list-item {
	border: 1px solid #12979E;
	min-height: 380px;
	flex-basis: 290px;
	max-width: 290px;
	margin: 30px 20px;
	position: relative;
}

li.vids-list-item:nth-of-type(3n-2):last-of-type, li.posts-list-item:nth-of-type(3n-2):last-of-type, li.pubs-list-item:nth-of-type(3n-2):last-of-type {
	margin-right: 680px;
}

li.vids-list-item:nth-of-type(3n-1):last-of-type, li.posts-list-item:nth-of-type(3n-1):last-of-type, li.pubs-list-item:nth-of-type(3n-1):last-of-type {
	margin-right: 350px;
}

a.vids-preview-link, a.posts-preview-link, a.pubs-preview-link {
	text-decoration: none;
	color: unset;
}

li.news-list-item {
	min-height: 380px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

li.news-list-item:nth-of-type(odd) {
	background-color: #12979E;
	color: #fff;
}

li.news-list-item:not(:nth-of-type(odd)) {
	background-color: #fff;
	border: 1px solid #12979E;
	color: #fff;
}

li.news-list-item h5 {
	font-family: "Poppins-Bold";
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

li.news-list-item:not(:nth-of-type(odd)) h5 {
	color: #2A3162;
}

li.news-list-item p {
	font-family: "Poppins-Regular";
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: justify;
}

li.news-list-item:not(:nth-of-type(odd)) p {
	color: #2A3162;
}

div.vids-list-item-img {
	position: relative;
}

div.vids-list-item-img, div.posts-list-item-img, div.pubs-list-item-img {
	height: 160px;
    width: 100%;
    overflow: hidden;
	background-color: #EAEAEA;
}

div.vids-list-item-img img.vid-thumbnail {
	filter: brightness(0.7);
}

li.vids-list-item:nth-of-type(odd) div.posts-list-item-img, li.posts-list-item:nth-of-type(odd) div.posts-list-item-img, li.pubs-list-item:nth-of-type(odd) div.pubs-list-item-img {
	border-bottom: 4px solid #2A3162;
}

li.vids-list-item:not(:nth-of-type(odd)) div.posts-list-item-img,  li.posts-list-item:not(:nth-of-type(odd)) div.posts-list-item-img, li.pubs-list-item:not(:nth-of-type(odd)) div.pubs-list-item-img {
	border-bottom: 4px solid #12979E;
}



div.vids-list-item-img img.vid-thumbnail, div.posts-list-item-img img, div.pubs-list-item-img img {
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

div.vids-list-item-img img.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
}

div.vids-list-item-text, div.posts-list-item-text, div.pubs-list-item-text {
	min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 25px 0;
    width: 100%;
    min-height: 180px;
}



div.vids-list-item-text p, div.posts-list-item-text p, div.pubs-list-item-text p {
	font-family: "Poppins-Regular";
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: justify;
}

li.vids-list-item:nth-of-type(odd), li.posts-list-item:nth-of-type(odd), li.pubs-list-item:nth-of-type(odd) {
	background-color : #12979E;
}

li.vids-list-item:not(:nth-of-type(odd)), li.posts-list-item:not(:nth-of-type(odd)), li.pubs-list-item:not(:nth-of-type(odd)){
	background-color : #fff;
}


div.vids-list-item-text h5,  div.posts-list-item-text h5, div.pubs-list-item-text h5 {
    font-family: "Poppins-Bold";
	min-height: 40px;
    font-size: 18px;
    margin: 0;
    justify-self: flex-start;
    text-transform: uppercase;
    line-height: 18px;
}

li.vids-list-item:nth-of-type(odd) h5, li.posts-list-item:nth-of-type(odd) h5, li.pubs-list-item:nth-child(odd) h5 {
	color: #fff;
}

li.vids-list-item:not(:nth-of-type(odd)) div.vids-list-item-img, li.posts-list-item:not(:nth-of-type(odd)) div.posts-list-item-img, li.pubs-list-item:not(:nth-of-type(odd)) div.pubs-list-item-img {
	color: #2A3162;
}

li.vids-list-item p.vid-date, li.posts-list-item p.post-date, li.pubs-list-item p.post-date {
	font-family: "Poppins-Bold";
    font-size: 12px;
	justify-self: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

li.vids-list-item:nth-of-type(odd) p.post-date, li.posts-list-item:nth-of-type(odd) p.post-date, li.pubs-list-item:nth-of-type(odd) p.post-date {
	color: #EAEAEA;	
}

li.vids-list-item:not(:nth-of-type(odd)) p.post-date, li.posts-list-item:not(:nth-of-type(odd)) p.post-date, li.pubs-list-item:not(:nth-of-type(odd)) p.post-date {
	color: #2A3162;	
}

li.vids-list-item:nth-of-type(odd) div p, li.posts-list-item:nth-of-type(odd) div p, li.pubs-list-item:nth-of-type(odd) div p {
	color: #fff;
}

a.read-article, a.watch-vid {
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	font-family: "Poppins-Bold";
    font-size: 12px;
	text-decoration: none;
	margin-left: 25px;
}

li.vids-list-item:nth-of-type(odd) a.watch-vid, li.posts-list-item:nth-of-type(odd) a.read-article, li.pubs-list-item:nth-of-type(odd) a.read-article {
	color: #EAEAEA;	
}


li.vids-list-item:not(:nth-of-type(odd)) a.watch-vid, li.posts-list-item:not(:nth-of-type(odd)) a.read-article, li.pubs-list-item:not(:nth-of-type(odd)) a.read-article {
	color: #2A3162;	
}

div.vids-list-item-text > div:last-of-type, a.vid-preview-link > div {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1090px) {
	section.blog-posts ul.blog-posts-list li.posts-list-item, section.blog-pubs ul.blog-pubs-list li.pubs-list-item {
		min-height: 360px;
	}

	section.blog-vids ul.blog-vids-list li.vids-list-item {
		min-height: 360px;
		flex-basis: 35%;
		margin: 2%;
	}

	li.vids-list-item div.vids-list-item-text, li.posts-list-item div.posts-list-item-text, li.pubs-list-item div.pubs-list-item-text {
		min-height: 150px;
		padding: 20px 20px 0;	
	}
	
	li.vids-list-item a.read-article, li.posts-list-item a.read-article, li.pubs-list-item a.read-article {
		margin-left: 20px;
	}
	
	/* ul.blog-posts-list li.posts-list-item:nth-child(3n-1):not(:first-of-type) h5, ul.blog-pubs-list li.pubs-list-item:nth-child(3n-1):not(:first-of-type) h5, ul.blog-posts-list li.posts-list-item:nth-child(3n-1):not(:first-of-type) p.post-date, ul.blog-pubs-list li.pubs-list-item:nth-child(3n-1):not(:first-of-type) p.post-date, ul.blog-posts-list li.posts-list-item:nth-child(3n-1):not(:first-of-type) div p, ul.blog-pubs-list li.pubs-list-item:nth-child(3n-1):not(:first-of-type) div p, ul.blog-posts-list li.posts-list-item:nth-child(3n-1):not(:first-of-type) a.read-article, ul.blog-pubs-list li.pubs-list-item:nth-child(3n-1):not(:first-of-type) a.read-article { */
		/* color: #2A3162; */
	/* } */
	
	/* ul.blog-posts-list li.posts-list-item:nth-child(3n-1):not(:first-of-type) div.posts-list-item-img, ul.blog-pubs-list li.pubs-list-item:nth-child(3n-1):not(:first-of-type) div.pubs-list-item-img { */
		/* border-bottom: 4px solid #12979E; */
	/* } */
	
	/* ul.blog-posts-list  li.posts-list-item:nth-child(3n-1):not(:first-of-type), ul.blog-pubs-list  li.pubs-list-item:nth-child(3n-1):not(:first-of-type) { */
		/* background-color: #fff; */
	/* } */
	
	ul.blog-vids-list li.vids-list-item:nth-of-type(2n+1):last-of-type,
	ul.blog-posts-list li.posts-list-item:nth-of-type(2n+1):last-of-type,
	ul.blog-pubs-list li.pubs-list-item:nth-of-type(2n+1):last-of-type {
		margin-right: 340px;
		margin-left: 20px;
	}
	
	section.blog-news ul.blog-news-list {
		justify-content: space-between;
	}
	
	ul.blog-news-list li.news-list-item {
		margin: 30px 10px;
	}

}

@media screen and (max-width: 880px) {
	section.blog-vids ul.blog-vids-list, section.blog-news ul.blog-news-list, section.blog-posts ul.blog-posts-list, section.blog-pubs ul.blog-pubs-list {
		flex-direction: column;
	}
	
	section.blog-news ul.blog-news-list li.news-list-item {
		width: 600px;
		max-width: 100%;
		min-height: auto;
		height: fit-content;
		margin: 20px auto;
	}
	
	section.blog-vids ul.blog-vids-list li.vids-list-item, section.blog-posts ul.blog-posts-list li.posts-list-item, section.blog-pubs ul.blog-pubs-list li.pubs-list-item {
		flex-basis: 100%;
		max-width: 100%;
		min-height: 160px;
		height: fit-content;
		margin: 20px auto;
	}
	
	section.blog-vids ul.blog-vids-list li.vids-list-item:nth-of-type(2n+1):last-of-type, section.blog-posts ul.blog-posts-list li.posts-list-item:nth-of-type(2n+1):last-of-type,  section.blog-pubs ul.blog-pubs-list li.pubs-list-item:nth-of-type(2n+1):last-of-type {
		margin-left: auto;
		margin-right: auto;
	}
	
	section.blog-vids  ul.blog-vids-list li.vids-list-item:nth-of-type(2n+1):last-of-type, section.blog-posts  ul.blog-posts-list li.posts-list-item:nth-of-type(2n+1):last-of-type, section.blog-posts  ul.blog-posts-list li.pubs-list-item:nth-of-type(2n+1):last-of-type {
		margin-right: auto;
	}
	
	section.blog-vids ul.blog-vids-list li.vids-list-item > a, section.blog-posts ul.blog-posts-list li.posts-list-item > a, section.blog-pubs ul.blog-pubs-list li.pubs-list-item > a {
		display: flex;
		align-items: stretch;
		flex-direction: row;
	}
	
	li.vids-list-item div.vids-list-item-img, li.posts-list-item div.posts-list-item-img, li.pubs-list-item div.pubs-list-item-img {
		width: 280px;
		height: 158px;
		max-width: 48%;
	}
	
	li.vids-list-item div.vids-list-item-img img.vid-thumbnail, li.posts-list-item div.posts-list-item-img img, li.pubs-list-item div.pubs-list-item-img img {
		object-fit: cover;
		object-position: top;
		overflow: hidden;
		height: 100%;
		width: 100%;
		max-width: 100%;
	}	
	
	ul.blog-vids-list li.vids-list-item div.vids-list-item-text,  ul.blog-posts-list li.posts-list-item div.posts-list-item-text, ul.blog-pubs-list li.pubs-list-item div.pubs-list-item-text {
		height: 100%;
		width: 290px;
		max-width: 60%;
		padding: 10px 15px 0;
	}
	

	
	section.blog-vids ul.blog-vids-list li.vids-list-item > a.watch-vid, section.blog-posts ul.blog-posts-list li.posts-list-item > a.read-article, section.blog-pubs ul.blog-pubs-list li.pubs-list-item > a.read-article {
		display: block;
		right: 20px;
		height: auto;
	}
	
	ul.blog-vids-list li.vids-list-item p.vid-date, ul.blog-posts-list li.posts-list-item p.post-date, ul.blog-pubs-list li.pubs-list-item p.post-date {
		margin: 0;
	}
	
}

@media screen and (max-width: 660px) {
	
	body section.blog-vids ul.blog-vids-list li.vids-list-item, body section.blog-posts ul.blog-posts-list li.posts-list-item, body section.blog-pubs ul.blog-pubs-list li.pubs-list-item {
		width: 310px;
		max-width: 100%;
	}
	
	section.blog-vids ul.blog-vids-list li.vids-list-item div.vids-list-item-text, section.blog-posts ul.blog-posts-list li.posts-list-item div.posts-list-item-text, section.blog-pubs ul.blog-pubs-list li.pubs-list-item div.pubs-list-item-text {
		width: 450px;
		max-width: 100%;
		min-height: 140px;
	}
	
	body section.blog-vids ul.blog-vids-list li.vids-list-item > a:not(.watch-vid), body section.blog-posts ul.blog-posts-list li.posts-list-item > a:not(.read-article), body section.blog-pubs ul.blog-pubs-list li.pubs-list-item > a:not(.read-article) {
		display: flex;
		flex-direction: column;
	}
	
	body section.blog-vids ul.blog-vids-list li.vids-list-item > a.watch-vid, body section.blog-posts ul.blog-posts-list li.posts-list-item > a.read-article, body section.blog-pubs ul.blog-pubs-list li.pubs-list-item > a.read-article {
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	ul.blog-vids-list li.vids-list-item div.vids-list-item-img, ul.blog-posts-list li.posts-list-item div.posts-list-item-img,  ul.blog-pubs-list li.pubs-list-item div.pubs-list-item-img {
		width: 100%;
		height: 150px;
		max-width: 100%;
	 }
	 
	ul.blog-vids-list li.vids-list-item div.vids-list-item-img img, ul.blog-posts-list li.posts-list-item div.posts-list-item-img img, ul.blog-pubs-list li.pubs-list-item div.pubs-list-item-img img {
		object-position: center; 
	 }
	 
	li.vids-list-item div.vids-list-item-text h5, li.posts-list-item div.posts-list-item-text h5, li.pubs-list-item div.pubs-list-item-text h5 {
		 font-size: 15px;
		 min-height: 34px;
	 }
	 
	li.vids-list-item div.vids-list-item-text p, li.posts-list-item div.posts-list-item-text p, li.pubs-list-item div.pubs-list-item-text p {
		margin-top: 7px;
	 }
}
