/* PUFFAR START --------------------------------------------- */

.lst-boxes--image img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	max-height: 185px;
	max-width: 340px;
}

.lst-boxes .subheading {
	padding: 0.6em 0.6em 0;
}

.lst-boxes:hover .subheading {
	text-decoration: underline;
	color: #000;
}

.lst-boxes .subheading:hover {
   text-decoration: underline;
   color: #000;
}

.lst-boxes .normal {
	padding: 0.5em 1em 1em 1em;
	margin-top: 0.4em;
}

.lst-boxes--content .subheading {
   word-break: break-word;
   margin-top: 0;
   padding: .6em .6em 0;
   display: inline-block;
   width: 100%;
   max-width: 340px;
   box-sizing: border-box;
   -ms-word-wrap: break-word;
   word-wrap: break-word;
}

.lst-boxes .sv-custom-module {
	height: 100%;
}

.lst-boxes .sv-custom-module>div:nth-child(2) {
	height: 100%;
}

.lst-boxes-parent {
	height: 100%;
}

.lst-boxes--link {
  display: block;
  text-decoration: none;
  height: 100%;
}

/* PUFFAR END ----------------------------------------------- */