.columns
{
	line-height: 24px;
}

.columns p
{
    margin: 27px 0;
}

.columns img
{
    float: right;
    padding-right: 20px;
}

.columns .leftcolumn
{
	float: left;
    text-align: justify;
    width: 455px;
} 

.columns .rightcolumn
{
    float: left;
    padding-left: 46px;
    text-align: justify;
    width: 455px;
}

.leftContent {
	clear: both;
	float: left;
	width: 255px;
	font-weight: 600;
	font-size: 14px;
}

.leftContent ul a {
	line-height: 160%;
	color: #6d6e70;
	width: 198px;
	height: 35px;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	border-left: solid 3px transparent;
	border-bottom: solid 1px #f1f1f2;
}

.leftContent li.active a, .leftContent li:hover a {
	color: #6d6e70;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background: #f1f1f3;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-left: solid 3px #0269b4;
}

.bodyContent {
	float: left;
	width: 699px;
}

.textContent {
	width:900px;
	margin:auto; 
}

.anchor {
	background: #5899c9;
	text-align: center;
	margin-top: -18px;
/*	margin-left: -1000px;
	margin-right: -1000px;*/
	position: fixed;
	z-index: 100;
	top: 83px;
	width: 100%;
}


.anchor li {
	display: inline-block;
	padding: 5px 10px;
}


@media screen and (max-width: 1000px)
{
	#mainContent {
		position: relative;
	}

	div.leftContent {
		display: none;
		position: absolute !important;
		float: none;
		top: 70px !important;
		left: 0;
	}

	.bodyContent {
		width: auto;
		float: none;
		position: relative;
	}

	#subMenuControl {
		display: block;
		width: 42px;
		height: 28px;
		position: absolute;
		top: 70px;
		background: url("images/template/sub_menu.svg") no-repeat center;
		z-index: 1;
		opacity: 0.7;
	}

	#pageTitle {
/*		top: 20px;*/
	}

	.textContent {
		width: auto;
	}

	.anchor {
		display: none;
	}

	.readytotryheader {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 600px) {
	.bodyContent img {
		max-width: 300px;
	}
}

.anchor a {
    color: #fff;
}

.tryButton {
    border-radius: 5px;
    background: #6BB327;
    color: #fff;
    padding: 10px 25px;
    font-size: 1.5rem;
}
.price-cta h2 {
    text-align: center;
}