.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93c724), color-stop(1, #6ab11a));
	background:-moz-linear-gradient(top, #93c724 5%, #6ab11a 100%);
	background:-webkit-linear-gradient(top, #93c724 5%, #6ab11a 100%);
	background:-o-linear-gradient(top, #93c724 5%, #6ab11a 100%);
	background:-ms-linear-gradient(top, #93c724 5%, #6ab11a 100%);
	background:linear-gradient(to bottom, #93c724 5%, #6ab11a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c724', endColorstr='#6ab11a',GradientType=0);
	background-color:#93c724;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:12px;
	padding:16px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	margin: 30px 0;
	width: 156px;
	text-align:center;
}
.myButton-freeagent {
	padding:16px 14px !important;	
}
.myButton-quickbooks {
	font-size:11px !important;	
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ab11a), color-stop(1, #93c724));
	background:-moz-linear-gradient(top, #6ab11a 5%, #93c724 100%);
	background:-webkit-linear-gradient(top, #6ab11a 5%, #93c724 100%);
	background:-o-linear-gradient(top, #6ab11a 5%, #93c724 100%);
	background:-ms-linear-gradient(top, #6ab11a 5%, #93c724 100%);
	background:linear-gradient(to bottom, #6ab11a 5%, #93c724 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab11a', endColorstr='#93c724',GradientType=0);
	background-color:#6ab11a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.landing p, .landing div {
	margin: 10px auto;
    color: rgb(64, 64, 64);
    font-family: "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    line-height: 20px;
}
b {
	font-weight: bold;
}
div.split_three {
	width:30%;
	float:left;
	margin: 1%;
}
ul {
	list-style-type:disc;
}
h2 {
	margin-top: 10px;
}
.landing-description-large {
	width: 80%;
}
.landing-description-small {
	width: 55%;
}
.landing-description {
	margin-top:30px;
	float:left;
	clear: both;
}

.landing-free {
	width: 187px;
}

.landing-aside {
	float: right;
}

.landing-aside-item {
	float: left;
}

@media only screen and (min-width: 901px) and (max-width: 1024px){
	.landing-description-large {
		width: 75%;
	}
	.landing-description-small {
		width: 50%;
	}
}	
@media only screen and (min-width: 701px) and (max-width: 900px){
	.landing-description {
		width: 100%;
		float: none;
	}
	.landing-aside {
		float: none;
		clear: both;
		display:block;
		width: 100%;
	}
	.landing-aside-item-single {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
}	

@media only screen and (min-width: 1px) and (max-width: 700px){
	.landing-description-large, .landing-description-small {
		width: 100%;
	}
	.landing-description {
		float:none;
	}
	.landing-aside {
		float: none;
		clear: both;
		display:block;
		width: 100%;
	}
	.landing-aside-item {
		float: none;
		clear: both;
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
}
