.sections {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	margin-top: 25px;
}

.sections > div > div.row {
	margin-bottom: 30px;
}

.sections > div > div.row > .sections-picture > a {
	display: block;
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

.sections > div > div.row > .sections-picture > a > img {
	background: no-repeat center #d5d5d0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sections > div > div.row > .sections-content {
}

.sections > div > div.row > .sections-content > .sections-text {
	margin-bottom: 2px;
}

.sections .sections-content a { 
	display: block;
	display: -webkit-box;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	margin-top: 8px;
}

.sections .sections-content a:hover {
	text-decoration: none;
}

.sections .publishing-info {
	display: block;
	margin-bottom: 15px;
  padding-top: 4px;
  color: #999;
  font: .9em Roboto, Arial, serif;
  text-align: left;
  word-spacing: -4px;
}

.sections .publishing-info > span {
  word-spacing: normal;
}

.sections .publishing-info > span:not(:last-of-type)::after {
  content: "•";
  margin: 0 10px;
}