.primary-button-lg {
	background: #009cff; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	width: 160px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;	
	margin: 0;
	padding: 0 !important;		
	
}
.primary-button-lg a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 10px 0;		
}
.primary-button-lg a:hover {
	color: #fff;
}
.primary-button-lg:hover {
	background: #28acff; /* Old browsers */
	cursor: pointer;
}
.secondary-button-lg {
	background: #dfdfdf; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #333;
	font-size: 15px;
	font-style: normal;
	width: 160px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 !important;		
}
.secondary-button-lg a {
	text-decoration: none;
	color: #555;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 10px 0;	
}
.secondary-button-lg a:hover {
	color: #333;
}
.secondary-button-lg:hover {
	background: #e9e9e9; /* Old browsers */
	cursor: pointer;
}
.primary-button-sm {
	background: #009cff; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;	
	margin: 0;
	padding: 0 !important;		
}
.primary-button-sm a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 7px 0 7px 0;		
}
.primary-button-sm a:hover {
	color: #fff;
}
.primary-button-sm:hover {
	background: #28acff; /* Old browsers */
	cursor: pointer;
}
.secondary-button-sm {
	background: #dfdfdf; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 !important;			
}
.secondary-button-sm a {
	text-decoration: none;
	color: #555;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 7px 0 7px 0;		
}
.secondary-button-sm a:hover {
	color: #333;
}
.secondary-button-sm:hover {
	background: #e9e9e9; /* Old browsers */
	cursor: pointer;
}
.trial-button {
	background: #5fa706; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	font-size: 17px;
	font-style: normal;
	width: 180px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 !important;		
}
.trial-button:hover {
	background: #6ab907; /* Old browsers */
}
.trial-button a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 12px 0 12px 0;		
}
.trial-button a:hover {
	cursor: pointer;
	color: #fff;
}
.trial-button-lg {
	background: #5fa706; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	width: 160px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;	
	margin: 0;
	padding: 0 !important;	
}
.trial-button-lg a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 10px 0;	
}
.trial-button-lg a:hover {
	color: #fff;
}
.trial-button-lg:hover {
	background: #6ab907; /* Old browsers */
	cursor: pointer;
}
.trial-button-sm {
	background: #5fa706; /* Old browsers */
	text-indent: 0;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	width: 130px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;	
	margin: 0;
	padding: 0 !important;		
}
.trial-button-sm a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 0;
	padding: 7px 0 7px 0;		
}
.trial-button-sm a:hover {
	color: #fff;
}
.trial-button-sm:hover {
	background: #6ab907; /* Old browsers */
}
