@charset "UTF-8";
/* CSS Document */	

a.footer_link:link {
	color: WHITE !important;
}

a.footer_link:visited {
	color: WHITE !important;
}

a.footer_link:hover {
	color: WHITE !important;
}

a.footer_link:active {
	color: RED !important;
}

#con661 h3 {
	font-size: 3em !important;
	font-weight: 800 !important;
}

#con661 p {
	font-size: 1.2em !important;
	font-weight: 800 !important;
}

@media screen and (max-width: 990px) {
	#con661 h3 {
		font-size: 2em !important;
		font-weight: 800 !important;
	}

	#con661 p {
		font-size: 1em !important;
		font-weight: 800 !important;
	}
}

@media screen and (max-width: 690px) {
	#con661 h3 {
		font-size: 1em !important;
		font-weight: 800 !important;
	}

	#con661 p {
		font-size: 0.8em !important;
		font-weight: 800 !important;
	}
}

.card {	
	border: 0px solid rgba(0,0,0,0) !important;
}