﻿body {
}
.article-theme {
    background-image:url('none');
}
.footer-theme {
	display:none;
}
#pricing-intro {
}
#pricing-intro h1 {
    font-family:'Open Sans';
    font-weight: 600;
    font-size:42px;
    line-height:42px;
    font-weight:normal;
}
.cost-box {
    margin:50px auto 0px auto;
    background-color:#ececeb;
    border-radius:13px;
    min-height:200px;
    text-decoration:none;
}
.cost-box .fourcol {
	margin:0 0 0 0;
	float:left;
	width:33.33%;
	text-align:center;
	background-image:-webkit-linear-gradient(left, #dbdad8, #ececeb); 
	background-image:-moz-linear-gradient(left, #dbdad8, #ececeb);
	background-image:-ms-linear-gradient(left, #dbdad8, #ececeb);
	background-image:-o-linear-gradient(left, #dbdad8, #ececeb);
	border-bottom:1px solid #a0a7a7;
}
.cost-box .grid {
	/*background-image:url(/files/1/Design/pricing_heading_top.png);
	background-position:center top;
	background-repeat:repeat-x;*/
	text-align:center;
}
.cost-box .focus {
	margin-top:0px;
}
.cost-box .divider {
	background-image:url(/files/1/Design/pricing_divider.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.cost-box-heading {
    font-family:'Open Sans';
    font-weight: 400;
    color:#383e41;
    font-size:34px;
    line-height:36px;
    font-weight:normal;
    text-align:center;
    letter-spacing:-1px;
    border-bottom:none;
    margin:0 10% 40px;
    padding-top: 35px;
}
.cost-box-subheading {
    font-family:'Open Sans';
    font-weight: 600;
    color:#4372a4;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	text-align:center;
	padding-top:20px;
	border-bottom:1px solid #c9cdcd;
	min-height:60px;
	margin:0 0 0 0;
}
.cost-box-summary {
    font-family:'Open Sans';
    font-weight: 400;
	color:#798586;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	margin-left:3%;
	margin-right:3%;
	padding:30px 2%;
	min-height:0px;
}
.cost-box-button {
	font-family:'Open Sans';
	font-weight: 400;
	color:#798586;
	font-size:14px;
	text-transform:uppercase;
	background-color:#ececeb;
	padding:5px 40px 5px 40px;
	margin:0 auto 0 auto;
	border-radius:3px;
	box-shadow: inset 1px 1px 0px 0px white, 1px 2px 0px #a5acac;
}
.cost-box-button:hover {
	background-color:#f1f1f1;
	color:#4a5455;
}
.feature-box {
	margin:10px 10% 50px 10%;
	font-family:'Open Sans';
	font-size:12px;
	line-height:21px;
	color:#383e41;
}
.feature-box hr {
	background-color:#d6d8d7;
	color:#d6d8d7;
	border:none;
	height:1px;
}
.feature-box .fivecol {
	font-weight:bold;
}
.feature-box .sevencol {
	color:#8d9498;
}
.feature-box .sevencol:hover {
	color:#383e41;
}
.closing {
	height:40px;
}
sup {
	font-size:60%;
}
@media screen and (max-width:959px){
	.cost-box {
		float:none;
		margin:30px auto 30px auto;
		padding-left:0px;
		padding-right:0px;
		border:2px solid #fff;
		border-radius:13px;
	}
    .cost-box .fourcol {
		padding-top:10px;
		float:none;
		width:100%;
		background-image:-webkit-linear-gradient(bottom, #dbdad8, #ececeb); 
		background-image:-moz-linear-gradient(bottom, #dbdad8, #ececeb);
		background-image:-ms-linear-gradient(bottom, #dbdad8, #ececeb);
		background-image:-o-linear-gradient(bottom, #dbdad8, #ececeb);
		border-bottom:1px solid #c9cdcd;
	}		
	.cost-box .divider {
		background-image:none;
	}
	.cost-box-summary {
		font-size:24px;
		line-height:28px;
		margin-left:0%;
		margin-right:0%;
		padding:20px 5% 20px 5%;
		min-height:60px;
	}
}
@media screen and (max-width:599px) {
	.sixcol-right {
		float:none;
		width:100%;
	}	
	.cost-box {
		float:none;
		margin:30px auto 30px auto;
    }
    .cost-box .fourcol {
		margin:0 0 0 0;
		float:none;
		width:100%;
	}	
	.cost-box .divider {
		background-image:none;
	}
	.cost-box-summary {
		margin-left:0%;
		margin-right:0%;
		padding:30px 5% 30px 5%;
		min-height:80px;
	}
}