/*
 * General Pod
 */

.general-pod {
	background-color: #f5f5f5;
}

.general-pod .heading {
	color: #000000;
	font: 20px/25px 'proximaNovaRegular';
}

.general-pod .text {
    color: #000000;
	font: 15px/25px 'proximaNovaRegular';
}

.general-pod .link {
    margin-top: 0;
}