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

/* GUIDE Overview */
.lms figure.sub h2 {
	font-size: 21px;
}
figure.sub a {
	text-decoration: none;
}
figure.sub p {
	margin-top:	7px;
}

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

	.landingpage-blocks-block:nth-child(2n+2) .block-small {
		clear: left;
	}
}

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