/* Hide objects */

.news-tile-date {
    display: none !important;
}

/* Hide objects end*/

/* Repeating tile layout */

@media (min-width: 992px) {

    .news-tiles .news-tile:nth-child(10n-9), .news-tiles .news-tile:nth-child(10n-3) {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .news-tiles .news-tile:nth-child(10n-8), .news-tiles .news-tile:nth-child(10n-4) {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .news-tiles .news-tile:nth-child(10n-7), .news-tiles .news-tile:nth-child(10n-6), .news-tiles .news-tile:nth-child(10n-5), .news-tiles .news-tile:nth-child(10n-2), .news-tiles .news-tile:nth-child(10n-1), .news-tiles .news-tile:nth-child(10n-0) {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
	
    .news-tiles .news-tile:nth-child(10n-9) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(10n-8) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(10n-4) .news-tile-image-and-date, .news-tiles .news-tile:nth-child(10n-3) .news-tile-image-and-date {
      height: 250px;
    }

}
/* Repeating tile layout end */

/* format tag list */

.well
{
  	font-size: 1.2rem;
  	background-color: #eee;
  	text-align: justify;
}

.newsTagButton
{
	font-weight: bolder;
    font-size: 110%;
  	display: inline !important;
  
}


.sb-calendar-event, .event, .event a, a .event
{
  	background-color: transparent !important;
}


/* format tag list end */

/* news tile styling */

.panel
{
 	margin-bottom: auto;
  	border: none;
  	border-radius: 0;
    box-shadow: none;
  	background-color: #eee;
  
}

.news-tile-title
{
 	font-size: 1.6rem;
  	font-weight: bolder;
  	
}

.news-tile-title-and-abstract 
{
    font-size: 1.2rem;
}

.news-tile-tags
{
 display: none; 
}

/* news tile styling end */