/* ------------------------------------------------------------------------------- */
/*  Engage
/* ------------------------------------------------------------------------------- */

#engage {
	color: #385A7B;
	background: #FFF;
	padding: 25px 0;
	border-top: 1px solid #C9D3DD;
	border-bottom: 1px solid #C9D3DD;
}

#engage h4 {
	font-family: 'proximanova-light';
	font-size: 22px;
	line-height: 20px;
}

#engage p {
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	color: #4983BB;
}

#engage p a,
#engage p a:hover {
	color: #4983BB;
	text-decoration: underline;
}

#engage a,
#engage a:hover {
	color: #FFF;
}

#engage .btn-green {
	font-size: 14px;
	padding: 10px 35px;
}

/* ------------------------------------------------------------------------------- */
/* Responsive
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

	#engage h4 { font-size: 21px; }

}

@media (max-width: 767px) {

	#engage h4 { font-size: 19px; }

	#engage .btn-green { margin-top: 20px; }

}

