/*------------------------------------------
// CALL TO ACTION
//------------------------------------------*/
.cta-group, .cta {
	margin-bottom:1em;
	line-height: normal;
}
.cta-group .cta-icon {
	font-size: 4rem;
	line-height: normal;
	text-align: center;
}
.cta-single {
	border:#e9e9e9 solid 5px;
	padding: 20px;
	margin-bottom:1em;
}
.cta-single .cta-icon {
	font-size: 3.5rem;
	line-height: normal;
	text-align: center;
}
.cta-single p, .cta-group p {
	line-height: normal;
}

@media screen and (max-width: 1024px) {
	.cta-group .cta-icon {
	font-size: 3rem;
	}
	.cta .cta-icon {
	font-size: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.cta-group .cta-icon {
	font-size: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.home .cta-group {
		text-align: left;
	}
	.cta-single, .cta-group {
		text-align: center;
	}
	.cta-group .one_third {
		border-bottom:#e9e9e9 solid 2px;
		margin-bottom:1.5em;
		padding-bottom:1em;
	}
	.home .cta-group .last {
		padding:15px;
	}
	.cta-group .last {
		border:none;
		padding: 0;
	}
}

