@charset "utf-8";
/* CSS Document */

/* News tile date - remove for spinouts page */
.news-tile-date{
 visibility: hidden; 
}

/* OVERWRITING THE BESPOKE NEWS FEED LAYOUT FROM CHRIS H - START */

@media (min-width: 992px) {
	.news-tiles .news-tile:nth-child(9n-8) {
	   flex: 0 0 calc(100% / 3);
	   max-width: calc(100% / 3);
		}
	  
	.news-tiles .news-tile:nth-child(9n-7) {
	   flex: 0 0 calc(100% / 3);
	   max-width: calc(100% / 3);
	}
	  
	.news-tiles .news-tile:nth-child(9n-8) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(9n-7) .news-tile-image-and-date {
	  height: 200px;
	}

	.news-tiles .news-tile:nth-child(9n-6), .news-tiles .news-tile:nth-child(9n-5), .news-tiles .news-tile:nth-child(9n-4) {
	   flex: 0 0 calc(100% / 3);
	   max-width: calc(100% / 3);
	}

	.news-tiles .news-tile:nth-child(9n-6) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(9n-5) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(9n-4) .news-tile-image-and-date {
	  height: 200px;
	}

	.news-tiles .news-tile:nth-child(9n-3), .news-tiles .news-tile:nth-child(9n-2), .news-tiles .news-tile:nth-child(9n-1), .news-tiles .news-tile:nth-child(9n-0) {
	   flex: 0 0 calc(100% / 3);
	   max-width: calc(100% / 3);
	}
	
}

/* OVERWRITING THE BESPOKE NEWS FEED LAYOUT FROM CHRIS H - END */