#mainContent {
	/*padding-bottom:310px; */
}

#pageTitle h2 {
	color: #333;
	text-align: center;
	padding: 0;
	font-size: 2.3rem;
	margin: 10px 0;
}

#pageTitle h1.blue {
	color: #0c6ab1;
	font-weight: 600;
	padding-bottom:0;
	margin: 0;
	font-size: 2.5rem;
}

.priceinfo {
	background: #5c9ac7;
	color: #fff;
	padding: 15px;
	border: solid 1px #5c9ac7;
	text-align: center;
	width: 40%;
	margin: auto;

}

.priceinfo .value {
	font-size: 3.8rem;
}


.blue {
	color: #0c6ab1;
}

.red {
	color: #ec1c24;	
}

.green {
	color: #44a441;
}


#feature-list{}

#feature-list #pageTitle h1{padding-bottom:80px!important;}

#feature-list .featureContent .features_inner{display:block!important; overflow:hidden; margin-bottom:25px;}

#feature_section{
	text-align: center;
}

#feature_section a {
	background: url("/content/images/sce/featurelist_icon.png") no-repeat center right;
	color: #0c6ab1;
	font-size: 1.43rem;
	padding: 15px 70px 15px 0;
	display: inline-block;
}

#feature_section span {
	font-weight: 600;
}

.stepinfo{padding:30px 0;}

.stepinfo, .stepinfo .fillbackground {
	background: #5899c9;
}

.stepinfo h2 {
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.stepinfo div.contentItem h2 a{background:#e4ebf1; display:inline-block; padding:10px; text-decoration:none; border-radius:3px; font-weight:500;}

.step {
	padding-bottom: 30px;
	width: 940px;
	margin: auto;
}

.step > div {
	display: table-cell;
	vertical-align: middle;
}

.step > div:last-child {
	padding-left: 32px;
}

.step .stepCircle {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: #fff;
	position: relative;
		
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition:  all 300ms ease;
	transition: all 300ms ease;
}

.step .stepCircle .textInfo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 0.9rem;
	height: 220px;
	padding: 0 20px;
}

.step .stepCircle .textInfo a {
	opacity: 0.3;
	color:#808184;
	text-decoration:none;
}

.step .stepCircle:hover .textInfo a {
	opacity: 1;
}

.step .stepCircle:hover .textInfo a.learnMore {
	font-weight:bold;
	text-decoration:underline;
}

.step .stepCircle .textInfo .learnMore {
	position:absolute;
	top:165px;
	left:0;
	width:220px;
	text-align:center;
}

.step .stepCircle > a.video {
	display:block;
	height:220px;
	width:220px;
	border-radius:50%;
	position:absolute;
	top:0;
}

.step .stepCircle .number {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 9rem;
	color: #e1dace;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition:  all 300ms ease;
	transition: all 300ms ease;
}

.step .stepCircle:hover .number {
	top: -300px;
	opacity: 0;
}

.step .stepCircle a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
}

.step .stepCircle .textInfo a {
	display:inline;
	position:inherit;
	width:auto;
	height:auto;
}

.step .stepArrow {
	width: 32px;
	height: 32px;
	background: url("/Content/images/sce/stepArrow.svg") no-repeat;
}

.step .greenButton {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	padding: 0;
	position: relative;
	text-align: center;
	line-height: 220px;
}

.moreLink {
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	margin-top: 40px;
	display: inline-block;
}


a.none:hover
{
	text-decoration: none;
}


/*#pageTitle h1 {
	font-weight: normal;
}*/

#pageTitle .subHeader {
	color: #0c6ab1;
	font-size: 1.62rem;
	line-height: 2rem;
	display: block;
	text-align: center;
	margin: -30px 0 35px 0;
}


#registrationForm  {
	background: #e5e5e5;
	padding: 30px;
	border-radius: 5px;
}

.dataRow > div {
	display: table-cell;
	vertical-align: top;
}

#registrationForm p {
	padding-left: 6px;
}

#registrationForm form {
	width: 760px;
	margin: auto;
}

.step1, .step2 {
	display: table-cell;
	vertical-align: top;
	width: 430px;
	position: relative;
}

.step2 {
	width: 300px;
	padding-left: 30px;
}

.trialField {
	position: absolute;
	bottom: 0;
}

#registrationForm input[type="text"], #registrationForm input[type="email"], #registrationForm select
{
	box-sizing: border-box;
	width: 350px;
	margin-right: 5px;
/*	height: 17px;*/
}

#registrationForm .longText input[type="text"], #registrationForm .longText input[type="email"] {
	width: 504px;
}

#registrationForm label[for="callTime"]
{
	color: #6BB327;
	font-size: 1.2rem;	
}

#country {
/*	width: 253px;
	margin-right: 5px;
*/
}

#timeZone {
/*	width: 514px;*/
}

button[disabled="disabled"] {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.trialButton {
	background: #6BB327;
	border: 0;
	border-radius: 5px;
	height: 2.5rem;
	line-height: 2.2rem;
	padding: 0 24px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 1.2rem;
/*	margin-top: 38px;*/
}

#registrationForm ul {
	margin: 10px 0 36px 0;
}

#registrationForm li {
	color: #0c6ab1;
	padding: 5px;
	background: url('images/sce/checkmark.svg') no-repeat center left;		
	padding-left: 25px;
	font-size: 1.2rem;
}

.help_text
{
	display: none;
	position: absolute;
	border: solid 1px #426e93;
	padding: 0px 10px 19px 15px;	
	background: #f1f8fe;
	width: 305px;
	text-align: left;
	z-index:10;
    border-radius: 10px;
    font-size: 14px;
}

.help_text p
{
	margin:3px 0 0 0;
}

div.arrow 
{
	background:transparent url(/content/images/sce/bubble-arrow.png) no-repeat scroll left top;
	height:40px;
	left:-48px;
	position:absolute;
	top:18px;
	width:50px;
}

div.arrowRight 
{
	background:transparent url(/content/images/sce/bubble-arrow-right.png) no-repeat scroll left top;
	height:40px;
	right:-48px;
	position:absolute;
	top:18px;
	width:50px;
}

.addonTable1, .addonTable2
{
	height: 500px;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 0 0 20px;
	border: solid 1px #eee;
    border-radius: 5px;
    float: left;
    font-size: 14px;
}

.addonTable1
{
	margin-right: 10px;
	margin-left: 14px;
    text-align: center;
    border-width: 0px;
}

.addonTable1_inner
{
    width: 250px;
    padding: 73px;
    background: #eee;
}

.addonTable2_inner
{
    width: 500px;
    padding: 35px;
    background: #eeeeee;
}

.addonTable1_inner, .addonTable2_inner
{
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.addonTable2
{
    width: 570px;
    text-align: center;
    padding-top: 0px;
}

.addonTable1 h2, .addonTable2 h2
{
    font-size: 23px;
    padding-bottom: 0;
    padding-top: 6px;
    line-height: 28px;
	font-weight: normal;
}

.addonTable1 h2 span, .addonTable2 h2 span 
{
    font-size: 23px;
    font-weight: normal;
}

.addonTable1 .pricesection
{
	color: #38A50A;
    font-size: 23px;
    padding-bottom: 11px;
    padding-top: 38px;
}

.addonTable1 .datasection
{
	color: #6d6e70;
    font-size: 14px;
    padding-bottom: 11px;
    padding-top: 0px;
}

.addonTable1 .infosection
{
	color: #6d6e70;
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 141px;
}

.addonTable2 .pricesection
{
    font-size: 16px;
    padding-bottom: 11px;
    padding-top: 15px;
    color: #0c6ab1;
}

.addonTable2 .datasection
{
	color: #6d6e70;
    font-size: 14px;
    padding-bottom: 11px;
    padding-top: 16px;
}

.addonTable2 .infosection
{
	color: #6d6e70;
    font-size: 12px;
    padding-bottom: 0px;
/*    padding-top: 12px;*/
}

.addonTable2 .column
{
	width: 250px;
	float: left;
}

.addonTable2 .column .rows
{
	clear: both;
}

.addonTable2 .column .rows .left, .addonTable2 .column .rows .middle, .addonTable2 .column .rows .right
{
	float: left;
	margin-bottom: 23px;
}

.addonTable2 .column .rows .left
{
	text-align: right;
	width: 84px;
	color: #ff0000;
}

.addonTable2 .column .rows .middle
{
	text-align: center;
	width: 65px;
}

.addonTable2 .column .rows .right
{
	text-align: left;
	width: 75px;
	color: #38a50a;
}

.addonTable2_innerb
{
	font-size: .75rem;
	color: #6d6e70;
	text-align: left;
	margin: 0 auto;
	width: 534px;
	line-height: 0.87rem;
}

#quote {
	background: #5c9ac7;
	color: #fff;
	padding: 25px 15px 45px 15px;
	
}

#quote .quotecontainer > div {
	display: table-cell;
	vertical-align: top;
}

#quote .quotecontainer .quoteopen,#quote .quotecontainer .quoteclose {
	width: 56px;
}

#quote .quoteclose {
	vertical-align: top;
}

#quote .quotecontainer .quote {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2rem;
	position: relative;
	width: 100%;
	height: 200px;
}

#quote .quote_name {
	text-align: center;
	font-size: 1rem;
	margin-top: 10px;
}

.addonTable2_innerb .tip
{
	font-size: 1rem;
	line-height: 1.2rem;
	color: #0c6ab1;
	text-align: center;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 18px;
}

.pageSectionTitle {
	color: #0c6ab1;
	text-align: center;
	margin: 16px 0;
	font-size: 1.6rem;
}

.tryButton {
	display: inline-block;
	border-radius: 5px;
	background: #6BB327;
	color: #fff;
	padding: 10px 25px;
	font-size: 1.5rem;
}

.pageSectionTitle {
}

.tryButton:hover{text-decoration:none; background:#5B9D1C;}

.faqHeading {
	text-align: center;
	color: #4465a1;
	margin-top: 0px;
}

.faqTitle {
	color: #4472c4;
	font-weight: bold;
}

.faqContent {
}

.row .leftColumn, .row .rightColumn {
	width: 45%;
	float: left;
	padding-left: 15px;
	padding-right:15px;
	box-sizing: border-box;
}

.row .centerColumn {
	width: 10%;
	float: left;
	padding-left: 15px;
	padding-right:15px;
	box-sizing: border-box;
}

/* Changes 10/27/17 */
.pricing-top #quote{
	margin:0 auto;
	box-sizing:border-box;
}

.pricing-top #quote .fillbackground{background:#5C9AC7;}

.pricing-top{text-align:center;}

.pricing-top .priceinfo{
	width:300px;
	height:300px;
	vertical-align:top;
	box-sizing:border-box;
	margin:35px auto;
	background:#fff;
	border-radius:50%;
	border:1px solid #eaeaea;
}

.pricing-top > .fillbackground{border-top:1px solid #eaeaea; background:#f5f5f5;}

.pricing-top .priceinfo .price-info{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	max-width:90%;
	margin:0 auto;
}

.pricing-top .priceinfo .price-info > span, .pricing-top .priceinfo .price-info > div{
	color:#0C6AB1;
}

.pricing-top .priceinfo, .pricing-top .price-cta{display:inline-block; vertical-align:middle; max-width:50%; box-sizing:border-box;}
.pricing-top .price-cta{margin-left:30px;}
.section.title{text-align:center;}
.section.title > span:not(.sep){background: url("/Content/images/sce/checkmark.svg") no-repeat 8px center; padding-left: 33px; font-size:20px;}
.section.title .fillbackground{background:#f1f1f1; border-top:1px solid #eaeaea;}

#feature-list.pricing-feature-list .featureContent .row > div:last-child{display:none;}
#feature-list.pricing-feature-list .featureContent .features_inner{text-align:center;}
#feature-list.pricing-feature-list .featureContent .features_inner ul{display:inline-block; vertical-align:top; float:none;}
#feature-list.pricing-feature-list .featureContent .features_inner ul li{text-align:left;}
#feature-list.pricing-feature-list .featureContent h2{display:block; float:none; margin-bottom:30px; text-align:center;}

.pjm-icon-list{font-size:0;}
.pjm-icon-list p span{display:inline-block; vertical-align:middle; box-sizing:border-box;}
.pjm-icon-list p{margin:10px 0; width:50%; display:inline-block; vertical-align:top;}
.pjm-icon-list p span.list-icon img{max-width:42px; height:auto!important;}
.pjm-icon-list p span.list-txt{padding:0 10px; width:calc(100% - 45px);}
.pjm-icon-list p *{font-size: 18px;}
.pjm-icon-list .last-list-item{display:block; font-size:18px; margin:0 0 20px;}

ul.inline-list{font-size:0; text-align:center;}
ul.inline-list li{display:inline-block; vertical-align:top; margin:0 10px; width:auto; box-sizing:border-box; font-size:16px;}
ul.inline-list li .icon-check{color:#6BB327;}

#registrationForm .validation-summary-errors li {
	color: red;
	background: none;
}


@media screen and (max-width: 1000px) 
{
	#pageTitle {
		top: 0;
	}

	#pricingTable {
		width: 302px;
	}

	#pricingTable .row {
		display: block;
	}

	#pricingTable .row > div {
		display: block;
	}
		
	#pricingTable ul {	
		width: 200px;
		height: 200px;
	}
	
	#pricingTable li a.none {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#pricingTable .priceTax {
		text-align: left;
		margin-right:0;
	}
	
	.step {
		width: auto;
		max-width: 100%;
	}
	
	.step > div {
		display: block;
		margin: auto;
	}
	
	.step .stepCircle {
		margin: auto;
	}
	
	.step .stepArrow {
		margin: auto;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.step > div:last-child {
		padding-left: 0;
		padding-top: 32px;
		text-align: center;
	}	
	
	.step .stepCircle .textInfo {
		font-size: 1.2rem;
	}
	
	.step .stepCircle .number {
		height: 170px;
	}
		
	.step .greenButton {
		font-size: 1.4rem;
	}
	.step1, .step2 {
		display: block;
		width: auto;
		padding: 0;
	}
	
	.trialField {
		position: relative;
	}
	
	#registrationForm {
		padding: 10px;
		max-width: 500px;
		margin: auto;
	}

	#registrationForm form {
		width: auto;
	}
	
	.dataRow > div {
		display: block;
	}
	
	#registrationForm input[type="text"], #registrationForm input[type="email"], #registrationForm select {
		width: calc(100% - 20px);
	}
	
	#registrationForm  ul {
		display: none;
	}
	
	#registrationForm select + input {
		display: block;
		margin-top: 4px;
	}

	.requireText {
		display: block;
		margin-top: 10px;
	}
/*	
	#country {
		width: calc(100% - 8px);
	}
*/
	#timeZone, #subscription {
		width: calc(100% - 8px);
	}

	.v_field input[type="text"] {
		width: 250px;
	}
	
	.addonTable1, .addonTable2 {
		height: auto;
		width: auto;
		float: none;
		margin: auto;
	}

	.addonTable1_inner, .addonTable2_inner {
		height: auto;
		padding: 10px;
		margin: auto;
	
	}
	.addonTable2_innerb, .addonTable2_inner {
		width: auto;
	}

	.addonTable2_innerb {
		padding: 5px;
	}

	.addonTable1 .infosection {
		padding: 0;
	}

	.addonTable1 .pricesection {
		padding-top: 10px;
	}

	.row .leftColumn, .row .rightColumn {
		width: auto;
		float: none;
	}

	.row .centerColumn {
		width: auto;
		float: none;
	}

}

@media screen and (max-width: 750px){
	.pricing-top .priceinfo{ margin-bottom:0px; max-width:100%}
	.pricing-top .price-cta{max-width:100%; display:block; margin-left:0; margin-bottom:30px;}
}

@media screen and (max-width:450px){
	.pjm-icon-list p{width:100%; display:block;}
}

.col-md-6.form {
    background: #0c6ab1;
    color: white;
    padding-bottom: 37px;
    width: 35%;
    min-width: 360px;
}
.col-md-6.left-price {
    width: 65%;
    min-width: 360px;
}
.form-group {
    padding: 10px 10px;
    margin: auto;
}

#mainContent .container {
    width: 100%;
}
#timeZone {
    width: 100%;
}
.domainField {
    width: 312px;
}
a.video {
    color: #fff;
}
.terms {
    width: 370px;
    margin: auto;
}
#country {
    width: 312px;
}
ul.checkList li {
    padding: 5px 0 5px 30px;
    background-size: auto 15px;
    background-position: 0px 10px;
}
.formFeature {
    max-width: 312px;
    margin: auto;
}
.trialButton {
    padding: 0 20px;
}
.quotecontainer {
    text-align: center;
}