.cta.grey a {
	padding: 0.75em 1em;
	font-size: 95%; 
	color: white; 
	background: #8d8d8d; /* old browsers */
	/* ie9 svg, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #8d8d8d 0%, #656565 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8d8d), color-stop(100%,#656565)); /* chrome,safari4+ */
	background: -webkit-linear-gradient(top,  #8d8d8d 0%,#656565 100%); /* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top,  #8d8d8d 0%,#656565 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(top,  #8d8d8d 0%,#656565 100%); /* ie10+ */
	background: linear-gradient(to bottom,  #8d8d8d 0%,#656565 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#656565',GradientType=0 ); /* ie6-8 */
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.cta.grey a:hover {
	background-color: #aeb0b2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeb0b2), to(#999a9b));
    background-image: -webkit-linear-gradient(top, #aeb0b2, #999a9b);
    background-image: -moz-linear-gradient(top, #aeb0b2, #999a9b);
    background-image: -ms-linear-gradient(top, #aeb0b2, #999a9b);
    background-image: -o-linear-gradient(top, #aeb0b2, #999a9b);
    background-image: linear-gradient(top, #aeb0b2, #999a9b);
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aeb0b2', EndColorStr='#999a9b')"; */
    color: white;
}

.cta.omega a {
	padding: 0.75em 1em; 
	font-size: 95%; 
	color: white; 
	background-color: #3779b3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3779b3), to(#02447e));
	background-image: -webkit-linear-gradient(top, #3779b3, #02447e);
	background-image: -moz-linear-gradient(top, #3779b3, #02447e);
	background-image: -ms-linear-gradient(top, #3779b3, #02447e);
	background-image: -o-linear-gradient(top, #3779b3, #02447e);
	background-image: linear-gradient(top, #3779b3, #02447e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3779b3', EndColorStr='#02447e')";
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	zoom: 1;
}

.cta.omega a:hover {
	color: white;
	background-color: #265a83;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#265a83), to(#1b405e));
	background-image: -webkit-linear-gradient(top, #265a83, #1b405e);
	background-image: -moz-linear-gradient(top, #265a83, #1b405e);
	background-image: -ms-linear-gradient(top, #265a83, #1b405e);
	background-image: -o-linear-gradient(top, #265a83, #1b405e);
	background-image: linear-gradient(top, #265a83, #1b405e);
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#265a83', EndColorStr='#1b405e')"; */
}

.cta.orange a {
	padding: 0.75em 1em; 
	font-size: 95%; 
	color: white; 
	background: #EAA23F; /* old browsers */
	/* ie9 svg, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #EAA23F 0%, #E6921E 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAA23F), color-stop(100%,#E6921E)); /* chrome,safari4+ */
	background: -webkit-linear-gradient(top,  #EAA23F 0%,#E6921E 100%); /* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top,  #EAA23F 0%,#E6921E 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(top,  #EAA23F 0%,#E6921E 100%); /* ie10+ */
	background: linear-gradient(to bottom,  #EAA23F 0%,#E6921E 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAA23F', endColorstr='#E6921E',GradientType=0 ); /* ie6-8 */
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.cta.orange a:hover {
	background-color: #ecab53;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ecab53), to(#e99d35));
    background-image: -webkit-linear-gradient(top, #ecab53, #e99d35);
    background-image: -moz-linear-gradient(top, #ecab53, #e99d35);
    background-image: -ms-linear-gradient(top, #ecab53, #e99d35);
    background-image: -o-linear-gradient(top, #ecab53, #e99d35);
    background-image: linear-gradient(top, #ecab53, #e99d35);
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ecab53', EndColorStr='#e99d35')"; */
    color: white;
}

.cta.green a { 
	padding: 0.75em 1em; 
	font-size: 95%; 
	color: white; 
	background: #87ae39; /* old browsers */
	/* ie9 svg, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #87ae39 0%, #779a32 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87ae39), color-stop(100%,#779a32)); /* chrome,safari4+ */
	background: -webkit-linear-gradient(top,  #87ae39 0%,#779a32 100%); /* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top,  #87ae39 0%,#779a32 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(top,  #87ae39 0%,#779a32 100%); /* ie10+ */
	background: linear-gradient(to bottom,  #87ae39 0%,#779a32 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ae39', endColorstr='#779a32',GradientType=0 ); /* ie6-8 */
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.cta.green a:hover {
	background-color: #93b64d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#93b64d), to(#83a246));
    background-image: -webkit-linear-gradient(top, #93b64d, #83a246);
    background-image: -moz-linear-gradient(top, #93b64d, #83a246);
    background-image: -ms-linear-gradient(top, #93b64d, #83a246);
    background-image: -o-linear-gradient(top, #93b64d, #83a246);
    background-image: linear-gradient(top, #93b64d, #83a246);
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#93b64d', EndColorStr='#83a246')"; */
    color: white;
}


/**<link rel="stylesheet" type="text/css" href="/content/dam/business/css/test.css">**/