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

providers {
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	width: 97%;
	display: inline-block;
	color: rgba(42,43,42,1.00);
	font-size: 1.1em;
}
.group {
	width: 100%;
	height: auto;
}
providers ul {
	display: inline-block;
	text-decoration: none;
	width: 28%;
	text-align: center;
	float: left;
}
providers li {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
providers li img {
	height: 175px;
	width: auto;
}
a:link , a:visited{
	color: rgba(39,93,139,1.00);
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: rgba(39,93,139,1.00);
	font-weight: bold;
	text-decoration: underline;
}
