/* ||| COPY: CSS ||| Start */

/* GUIDE Overview */

.lms figure.sub h2 {
	font-size: 21px;
}
figure.sub a {
	text-decoration: none;
	display: block;		/* no hover-flicker */
}
figure.sub p {
	margin-top:	7px;
}
.lms .sub .iconic {
	margin-top: 14px;
}
.block-verysmall .lms figcaption {
	text-align: center;
}

/* correcting different block heights */
/* SPECIFIC: intro + n 1/3 (-> 1/2) */
@media screen and (min-width: 960px) {
	.landingpage-blocks-block:nth-child(3n+2) .block-small {
			clear: left;
	}
}
@media screen and (min-width: 640px) and (max-width: 959px) {
	.landingpage-blocks-block:nth-child(2n+2) .block-small {
		clear: left;
	}
}

/* ||| COPY: CSS ||| End */