body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}

.pricing-wrapper {
	background: #fff;
	width: 100%;
}

.pricing-wrapper hr.green {
	margin-bottom: 0;
	margin-top: 20px;
}

.pricing-title {
	text-align: center;
	padding: 30px 0 5px 0;
	margin: 0 auto;
}

.pricing-title h1 {
	text-transform: uppercase;
	color: #284875;
	font-size: 32px;
	margin: 0 0 5px 0;
	float: none;
	font-weight: 700;
}

.pricing-title span {
	font-style: italic;
	color: #284875;
	font-size: 18px;
}

.pricing-boxes {
	text-align: center;
	padding: 20px;
}

.pricing-box {
	text-align: center;
	border: 4px solid #FFF;
	border-radius: 20px;
	color: #284875;
	font-size: 13px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}



.pricing-box.box2 {
	margin-top: 0;
	z-index: 1000000;
	position: relative;
}

.pricing-box .text {
	padding: 20px 20px 10px 20px;
}

.pricing-box.box4 .text {
	padding: 0;
	vertical-align: bottom;
	display: table-cell;
	font-size: 12px;
	padding-left: 20px;
}

.pricing-box.box1 .price {
	 padding-bottom: 5px;
}

.pricing-box p {
	margin-bottom: 8px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.pricing-box h2 {
	color: #284875;
	text-transform: uppercase;
	font-size: 32px;
	margin: 0;
	font-weight: 700;
}

.pricing-box.box2 h2 {
	color: #4EAD48;
	padding: 20px 0 0 0;
}

.price {
	color: #4ead48;
	font-size: 28px;
	font-weight: bold;
}

.special-price {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}

.pricing-box.box2 .price {
	color: #FFF;
}

.price-more {
	font-style: italic;
	font-size: 12px;
	margin: 0 0  10px 0;
}

.pricing-box.box3 .price-more {
	  color: #4EAD48;
}

.pricing-banner {
	border: 4px solid #4ead48;
}

.pricing-box.box2 {
	border: 4px solid #4ead48;
}

.pricing-box.box4 {
	border: none;
	text-align: left;
}

.add-on {
	background: #CECECE;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 12px;
}

.add-on i {
	font-size: 26px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.box4 .add-on {
	font-size: 18px;
	font-weight: 700;
	padding: 12px 0 12px 0;
	text-align: center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

a.signup {
	background: #4ead48;
	padding: 10px 18px 10px 18px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 15px;
	margin: 0 0 20px 0;
	font-size: 16px;
}

.signup-more {
	font-size: 16px;
	font-style: italic;
	padding: 0 0 20px 0;
}

.box2 a.signup {
	background: #4EAD48;
	color: #FFF;
}

.box1 a.signup {
	margin-top: 39px;
}


p.green {
	color: #4EAD48;
	font-weight: bold;
}

.pricing-footer {
	color: #FFF;
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
	font-size: 12px;
}

.tag {
	background: #4EAD48;
	padding: 5px 0;
	width: 100%;
	font-size: 13px;
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	position: relative;
	left: -60px;
	top: -3px;
	color: white;
}

.check {
	padding: 5px 0 0 5px;
	width: 100%;
}

.check .labeled {
	width: 70px;
	text-align: left;
}

.add-price {
	float: left;
	padding: 0 5px;
	width: 50%;
	font-size: 21px;
	font-weight: 700;
	text-align: right;
}

.add-price-more {
	float: left;
	padding: 0 5px;
	width: 30%;
	font-size: 10px;
	text-transform: none;
	font-style: italic;
	text-align: left;
}

.add-on-extra {
	text-align: center;
	background: #CECECE;
	color: #FFF;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
	border-radius: 20px;
}

.price-extra {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	padding: 10px 0;
}

.add-price-extra {
	font-weight: 400;
	font-size: 11px;
	width: 40%;
	font-style: italic;
	margin: 0 auto;
}

.discl {
	color: #FFF;
	padding-bottom: 20px;
	font-size: 12px;
}

.discl a {
	color: #FFF;
}

a.go-back {
	border: 1px solid #284875;
	font-size: 13px;
	padding: 5px 10px;
	color: #284875;
	border-radius: 3px;
}

a.go-back:hover, a.go-back:focus, a.go-back:active {
	color: #284875;
}

p.sub {
	min-height: 45px;
}

table.pricing {
	margin-top: 50px;
}

table.pricing tbody {
	border:none;
}

table.pricing tbody a.signup {

}

table.pricing tbody tr {
	background-color: #fff;
}

table.pricing th.extra-space {
	padding-top: 37px;
}

table.pricing th {
	text-align: center;
}

table.pricing h2 {
	color: #284875;
}

table.pricing tbody tr td {
	border-bottom: 1px solid #efefef;
}

table.pricing tbody tr td h3 {
	color: #284875;
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
}

table.pricing tbody tr td p {
	display: none;
	color: #284875;
}

table.pricing tbody tr td {
	color: #fff;
}

table.pricing tbody tr td:first-child {
	text-align: left;
}

table.pricing tbody i {
	color: #4ead48;
}

table.pricing tbody tr td:not(:first-child) {
	text-align: center;
	vertical-align: top;
	width: 220px;
	border-left: 1px solid #efefef;
}

table.pricing tbody tr th:not(:first-child) {
	border-left: 1px solid #efefef;
}

table.pricing tbody tr th.cta {
	overflow: hidden;
	border: 3px solid #4EAD48;
	border-bottom: none;
}

table.pricing tbody tr th.cta.bottom {
	border: 3px solid #4EAD48;
    border-top: 1px solid #efefef;
}

table.pricing tbody tr td.cta {
	border: 3px solid #4EAD48;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

table.pricing h3 {
	cursor: pointer;
}


/* as from medium screens*/
@media only screen and (min-width: 40.063em) {
	.pricing-boxes {
		padding: 30px 5px 15px 5px;
	}

	.pricing-box {
		width: 33.5%;
		float: left;
	}

	.pricing-box.box4 {
		width: 50%;
		margin-top: 20px;
		margin: 0 auto;
		float: none;
	}

	.pricing-box .text {
		padding: 20px 20px 10px 20px;
		height: auto;
	}

	.pricing-box.box2 .text {
		height: auto;
	}

	.pricing-box.box4 .text {
		height: 689px;
		padding: 0;
		vertical-align: bottom;
		display: table-cell;
		font-size: 12px;
		padding-left: 20px;
		height: auto;
	}



	.mobile-yes.discl {
		display: none;
	}

	.box2 {
		margin-left: -4px;
		margin-right: -4px;
	}
}

/* as from large screens*/
@media only screen and (min-width: 64.063em) {
	.pricing-boxes {
		padding: 30px 0 15px 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.pricing-box {
		width: 300px;
	}

	.pricing-box.box4 {
		width: 200px;
		float: left;
		margin: 0;
		margin-top: 20px;
	}

	.pricing-box.box4 .text {
		padding: 0;
		vertical-align: bottom;
		display: table-cell;
		font-size: 12px;
		padding-left: 20px;
		height: 684px
	}
}