div.toplinks, div.botlinks {
}
a.cta.link {
	margin: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #ffffff !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 24px 8px 10px;
	background: center no-repeat #4aa180;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}
a.cta.link:hover {
	background-color: #3d9170 !important;
	text-decoration:none !important;
	font-weight: bold;
}

@media screen and (max-width: 320px) {
	width: 100% !important;
}
