h1.field-price-heading, .changePriceContainer span, .pricing-tab > span, .pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan, .product-block .price span, .product-block .feature-box h3, .highlighted-box > div span {
	font-family:"proxima_novasemibold", Arial, Helvetica, sans-serif;
}
.product-block .price span {
	font-family: "proxima_nova_rgbold";
}
.main-container-wrapper {
	position: relative;
}
.main-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: #77cdff;
    background: -moz-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #77cdff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#77cdff', endColorstr='#ffffff', GradientType=0);
}
#block-system-main{
	margin : 20px 0px 40px;
}
#block-system-main > .content-wrap {
	position: relative;
	max-width:1170px;
    margin: 0 auto;
    padding: 0;
}
.pricing-header {
	text-align: center;
	margin-bottom: 40px;
}
h1.field-price-heading span{
	display:inline-block;
	font-size:30px;
}
.field-price-caption{
	text-align:center;
}

/************************ Currency Toggle Starts ***********************/
.changePrice {
	display: inline-block;
}
.changePriceContainer {
	min-height: 30px;
}
.changePriceContainer span {
	color: #a4a4a4;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	padding-bottom: 2px;
	border-bottom: 2px solid #a4a4a4;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.changePriceContainer .action {
	color: #000;
	cursor: default;
	border-bottom: 2px solid #000;
}
.changePriceContainer .changeCurrency {
	display: none; 
	min-height: 30px; 
	padding: 0px 10px; 
	width: auto; 
}
.changePriceContainer .showThis { 
	display: inline-block; 
}
/************************ Currency Toggle Ends ***********************/

/************************ Monthly / Yearly Toggle Starts ***********************/
.pricing-tab-wrap {
	position: relative; 
	display: inline-block;
    float: right;
}
.pricing-tab > span {
	width: 50%;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	transition: 0.5s all ease;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span:first-child, .pricing-tab > span:last-child {
    color: #a4a4a4;
}
.pricing-tab > span.active:first-child, .pricing-tab > span.active:last-child {
    color: #000000;
}
.pricing-tab > span.ztoggle-slide {
    width: 50px;
    display: inline-block;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #4696ec;
    border-radius: 20px;
    height: 25px;
    cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span.ztoggle-slide em.toggle-btn {
    display: block;
    width: 18px;
    border-radius: 100%;
    background: #4696ec;
    height: 18px;
    margin-left: 4px;
    margin-top: 2px;
    transition: 0.5s all ease;
    cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-left: 26px;
}
/************************ Monthly / Yearly Toggle Ends ***********************/

/************************ Pricing Block Starts ***********************/
.pricing-wrap {
	margin:20px 0 60px;
}
.pricing-wrap .content-wrap {
	max-width:1170px;
	clear:both;
	overflow:hidden;
	border-collapse:collapse;
	margin : 0 auto;
	padding-top: 10px;
    margin-top: 30px;
	-webkit-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
	-moz-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
	box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
}
.pricing-wrap .content-wrap .product-block {
	display:inline-block;
	float:left;
	background: #fff;
	border-right: 1px solid #e5e5e5;
	border-collapse:collapse;
	box-sizing:border-box;
	position:relative;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan {
	background: #f9fafb;
}
.pricing-wrap .content-wrap .product-block:last-child {
	border-right: none;
}
.pricing-wrap .content-wrap .product-block .popular-plan {
	position:absolute;
	left:0;
	top:-10px;
	width:100%;
	line-height:42px;
	color: #e19533;
    font-size: 11px;
	text-align:center;
	background: #f9fafb;
	border-top:3px solid #03a9f5;
	text-transform:uppercase;
}
.product-block span.detail span.zpricegroup span { 
	display : inline-block; 
}
.price .z-price-text em { 
	font-size: 26px; 
}
.z-price-text em { 
	font-style: normal; 
}
.product-block span.detail span.ztogglegroup { 
	display: inline; 
}
.product-block span.detail span > span.zpricegroup { 
	display: inline-block; 
}
.popular-plan ~ .feature-box {
	border-bottom:3px solid #03a9f5;
}
.product-block.highlighted-plan .feature-box {
	padding-bottom:60px;
}
.pricing-wrap .content-wrap .product-block .popular-plan:after, .pricing-wrap .content-wrap .product-block .popular-plan:before {
	content:'';
	position:absolute;
	width:1px;
	top:-3px;
	height:30px;
	border-top:3px solid #03a9f5;
	background:#e4e4e4;
}
.pricing-wrap .content-wrap .product-block .popular-plan:after {
	right:-1px;
}
.pricing-wrap .content-wrap .product-block .popular-plan:before {
	left:-1px;
}
.pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan {
	background:#03a9f5;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 10px 30px;
	box-sizing:border-box;
	text-transform: uppercase;
	width: auto;
}
.pricing-wrap .content-wrap .product-block a.trynow-plan {
	display:none;
}
.umain .pricing-wrap .content-wrap .product-block a.getstart-plan {
	display:none;
}
.umain .pricing-wrap .content-wrap .product-block a.trynow-plan {
	display : inline-block;
}
#block-system-main.block-box-2 > .content-wrap, .pricing-wrap.pricing-box-2 .content-wrap {
	max-width:750px;
}
#block-system-main.block-box-3 > .content-wrap, .pricing-wrap.pricing-box-3 .content-wrap {
	max-width:980px;
}
.pricing-wrap.pricing-box-2 .content-wrap .product-block {
	width:50%;
}
.pricing-wrap.pricing-box-3 .content-wrap .product-block {
	width:33.333%;
}
.pricing-wrap.pricing-box-4 .content-wrap .product-block {
	width:25%;
}
.pricing-wrap.pricing-box-5 .content-wrap .product-block {
	width:20%;
}
.pricing-wrap .content-wrap .product-block .main-box {
	text-align: center;
}
.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-box {
	padding: 40px 20px;
	display: block;
}
.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box {
	border-bottom:1px solid #e5e5e5;
}
.pricing-wrap .content-wrap .product-block .addons-box:empty {
	display:none;
}
.product-block .plan-name, .product-block .price {
	display:block;
	text-align:center;
    margin-bottom: 10px;
    padding:0;
    text-transform: uppercase;
}
.product-block .plan-name { color: #333; font-size: 18px; line-height: 1.5; font-family: "proxima_novasemibold"; margin-bottom: 15px; }
.product-block .plan-caption {
	display:block;
	text-align:center;
    margin-bottom: 10px;
    padding:0;
	font-size:14px;
	color:#999;
}
.product-block span.detail {
	display:block;
	text-align:center;
	margin:5px 0 20px;
}
.product-block span.detail span {
	display:block;
	font-size:16px;
}
.product-block .price span {
	color: #000;
    font-size: 60px;
    line-height: 1;
}
.product-block .price span:first-child {
	position:relative;
	top:-20px;
    font-size: 30px;
}
.feature-box ul li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
	color:#000;
}
.feature-box ul li {
    padding-left: 20px;
}
.feature-box ul li:before {
	content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(/sites/default/files/yes-tick.png) left top no-repeat;
    background-size: cover;
}
.product-block .feature-box h3 {
	color: #999;
    font-size: 14px;
	line-height: 22px;
    margin-bottom: 15px;
	letter-spacing:0;
}
.highlighted-box > div {
	text-align:center;
	margin:15px 0;
}
.highlighted-box p {
	position: relative;
	line-height: 1.5;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 0 15px;
}
.highlighted-box p:last-child {
	margin-bottom: 0;
}
.highlighted-box p:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(/sites/default/files/yes-tick.png) left top no-repeat;
    background-size: cover;
}
.highlighted-box > div span {
	display:block;
}
.comparison-link {
	text-align:center;
}
.comparison-link a {
    color: #03a9f5;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}
.pricing-faq {
	position:relative;
	overflow:hidden;
	margin:0 0 60px;
        padding: 50px 0px 0px;
}
.pricing-faq .content-wrap { 
	max-width:1170px;
 	padding-top:0;
}
.pricing-faq h2 {
    margin-bottom: 50px;
    text-align: center;
	position:relative;
	padding-bottom:10px;
}
.pricing-faq h2:after {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	background:#666;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.pricing-faq ul li {
    display:inline-table;
	width:49%;
	box-sizing:border-box;
	padding:0 30px 0 0;
	margin:0 0 30px;
	min-height:100px;
}
.pricing-faq ul li:nth-child(2n+2) {
	padding:0 0 0 30px ;
}
.pricing-wrap.pricing-box-3 ~ .pricing-faq .content-wrap {
	max-width:980px;
}
.pricing-faq ul li h3 {
	font-size:24px;
	margin-bottom: 10px;
}
.signing .signup {
	display:none;
}


.has-tooltip span {
	border-bottom:1px dotted #ccc;
	cursor:pointer;
}
.has-tooltip > span.price-tooltip { display : none; }
.price-tooltip:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	bottom: -5px;
	color: white;
	height: 0px;
	left: 20%;
	position: absolute;
	width: 0px;
	content: '';
}
span.price-tooltip.active {
	background-color: #fff;
	box-shadow: 0px 0px 11px #B8B6B6;
	color: #484848;
	font-size: 13px;
	line-height: 18px;
	min-height: 25px;
	width: 90%;
	padding: 15px 19px;
	position: absolute;
	text-align: left;
	left: 0px;
	bottom: 105%;
	border:none;
	transition: 0.5s ease;
	display: block;
}
span.price-tooltip.active::after {
    height: 15px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: transparent;
}
.zpriceplantext {
    font-size: 60px;
    font-family: "proxima_nova_rgbold";
    line-height: 1;
}
/************************ Pricing Block Ends ***********************/

@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.pricing-wrap.pricing-box-4 .content-wrap, .pricing-wrap.pricing-box-5 .content-wrap {
		max-width:720px;
		-webkit-box-shadow : none;
		-moz-box-shadow : none;
		box-shadow : none;
	}
	.pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block {
		width:50%;
		margin:40px 0 0;
		border-left : 1px solid #e5e5e5; 
		border-top : 1px solid #e5e5e5; 
		border-bottom : 1px solid #e5e5e5; 
		border-right : none;
	}
	.pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
		border-right : 1px solid #e5e5e5;
	}
	
	.pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(3), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(4) {
		margin-top: 60px;
	}
	
	.pricing-faq h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.pricing-header {
		margin-top: 30px;
	}
	.pricing-wrap .content-wrap {
		-webkit-box-shadow : none;
		-moz-box-shadow : none;
		box-shadow : none;
	}
	.pricing-faq h2{
        margin-top: 20px;
    }
    .pricing-faq ul li h3 {
        font-size: 20px;
    }
	.pricing-faq ul li{
		display:block;
		width:100%;
		padding:0;
		min-height:inherit;
	}
	.pricing-faq ul li:nth-child(2n+2){
		padding: 0;
	}
	.pricing-wrap.pricing-box-3 .content-wrap .product-block, .pricing-wrap.pricing-box-2 .content-wrap .product-block, .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block{
		float:none;
		width:100%;
		display:block;
		max-width:400px;
		margin:0 auto 30px;
		border:1px solid #e5e5e5;
	}
	.pricing-wrap.pricing-box-3 p.common-tax-text {
        max-width: 400px
    }
}
@media only screen and (max-width: 480px) {
	.pricing-tab > span {
		font-size: 16px;
	}
	.changePriceContainer span {
		font-size: 15px;
		min-height: 26px;
		height: 25px;
		line-height: 25px;
	}
}