ul.mosaic {
	display: block;
	padding-left: 0;
	margin-left: -9px;
	list-style: none;
}

.adopt-mobile ul.mosaic {
	margin-left: 0;
}

ul.mosaic:after {
	content: '';
	display: block;
	clear: both;
	zoom: 1;
}

ul.mosaic li {
	width: 33.333%;
	float: left;
	padding: 0;
	font-style: normal;
	font-size: 90%;
	margin-bottom: 1.5em !important;
}

ul.mosaic li.ui-state-highlight {
	margin: 0.3em;
}

.adopt-mobile ul.mosaic li {
	width: 100%;
}

ul.mosaic li:before {
	display: none;
}

ul.mosaic li .item-container {
	display: block;
	background: #f2f5f7;
	border-right: 9px solid white;
	border-left: 9px solid white;
	padding: 15px 1em;
	box-sizing: content-box;
}

.adopt-mobile ul.mosaic li .item-container {
	border-left: none;
	border-right: none;
}

ul.mosaic li .item-container:after {
	content: '';
	display: block;
	clear: both;
	zoom: 1;
}

ul.mosaic li .item-container img {
	display: block;
	float: left;
	margin-right: 1em;
}

.with-thumb h3 {
	padding-left: 80px; /* 65px (thumb width) + 15px (magrin) */
}

.thumb,
.item-thumb {
	width: 65px;
}

.item-container h3 {
	font-size: 0.9em;
	margin: 0;
	line-height: 1.5;
}

.item-container .thumb {
	float: left;
}

.item-container {
	overflow: hidden;
}

.item-container .top-body-image {
	float: left;
	margin: 15px;
}

.item-thumb {
	margin-bottom: 0.5em;
}

.warning-holder {
	background: #fed8de;
	padding: 15px;
	margin-bottom: 1.7em;
}

.warning-holder:after {
	content: '';
	display: block;
	clear: both;
}

.warning-holder img {
	display: block;
	float: left;
	margin-right: 15px;
	max-width: 200px;
}

.site-content-wrapper .warning-holder a {
	border-bottom: 0;
}

.warning-holder a {
	display: block;
	color: black;
	font-size: 140%;
	line-height: 1.4em;

}

.warning-holder b a {
	color: #da251c
}

/* assist version */
.assist-view ul.mosaic li .item-container {
	background: transparent;
	border: 1px solid black;
	margin-right: 8px;
	margin-left: 8px;
}

.not-published {
	font-size:.64rem;
	font-weight:600;
	margin-bottom:1.5rem;
}
html:not(.assist-view) .not-published{color:#9f9f9f}