
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, .section-nav a, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1
}
audio:not([controls]) {
	display: none;
	height: 0
}

ul, ol {
	list-style: none;
	text-align: center;
}



.button {
	padding: 10px 14px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1;
	background: #92959e;
	border: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	white-space: nowrap
}
.button-primary, .button--primary {
	background: #9AC33D;
	-webkit-box-shadow: 0 4px 0 #cacaca;
	-moz-box-shadow: 0 4px 0 #cacaca;
	-ms-box-shadow: 0 4px 0 #cacaca;
	-o-box-shadow: 0 4px 0 #cacaca;
	box-shadow: 0 4px 0 #cacaca
}
.button--no-box-shadow, .button--flat {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}


#pricing {
	padding: 50px 0 40px
}
#pricing .headline {
	max-width: 860px;
	margin-bottom: 60px
}
#pricing .headline h2 {
	margin: 0 0 24px
}
#pricing .headline p {
	margin: 0 0 1em
}
.pricing-plans {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-left: -20px
}

.pricing-plan {
	margin-bottom: 30px;
	padding-left: 20px
}
@media only screen and (min-width: 569px) {
.pricing-plan {
	width: 100%;
	margin-bottom: 0;
	float: left
}
.pricing-plan.pricing-plan--clear-tablet {
	clear: left
}

.pricing-plan:before {
	content: "";	
	position: absolute;	
	z-index: -1;
	width: 100%;
	height: 100%;
	margin-left: -20px;
	border-left: 20px solid #fff;
	border-right: 30px solid #fff;
	border-bottom: 20px solid #fff;
	display: block;
	background: #ecedf0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
}

@media only screen and (min-width: 1140px) {
.pricing-plan {
	width: 100%;
	height: auto;
	/*
	margin-top: 40px
	*/
}
.pricing-plan.pricing-plan--clear-tablet {
	clear: none
}
.pricing-plan:before {
	width: 100%;
	border-bottom: none
}
}



.pricing-plan--tablet-border {
	border-top: 60px solid #fff
}
@media only screen and (max-width: 568px) {
.pricing-plan--tablet-border {
	border: none
}
}
@media only screen and (min-width: 1140px) {
.pricing-plan--tablet-border {
	border: none
}
}



.pricing-plan__header2 {
	position: relative;
	text-align: center;
	z-index: 2;
}

.pricing-plan__header2 .superscript {
	position: relative;
	top: 11px;
	font-size: 31px;
	font-weight: 300;
	vertical-align: top
}
.pricing-plan__header2 .price {
	font-size: 62px;
	font-weight: 300
}

.pricing-plan__header2 .duration {
	font-size: 20px
}

.pricing-plan__header {
	position: relative;
	text-align: center;
	z-index: 2;
	padding: 30px 0 40px;
	background: #6b6c70;
	color: #fff
}

.pricing-plan__header h3, .pricing-plan__header .section-nav a, .section-nav .pricing-plan__header a {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 500
}
.pricing-plan__header .superscript {
	position: relative;
	top: 11px;
	font-size: 31px;
	font-weight: 300;
	vertical-align: top
}
.pricing-plan__header .price {
	font-size: 62px;
	font-weight: 300
}
.pricing-plan__header .duration {
	font-size: 20px
}

.pricing-plan__description {
	max-width: 220px;
	margin: 0 auto;
	padding: 10px 0 8px;
	color: #fff
}




.pricing-plan__header3 {
	position: relative;
	text-align: center;
	z-index: 2;
	padding: 30px 0 40px;
	background: #84858a;
	color: #fff
}


.pricing-plan__header3 .superscript {
	position: relative;
	top: 11px;
	font-size: 31px;
	font-weight: 300;
	vertical-align: top
}
.pricing-plan__header3 .price {
	font-size: 22px;
	font-weight: 300
}
.pricing-plan__header3 .duration {
	font-size: 20px
}

.pricing-plan__features3 li {
	margin: 0;
	padding: 5px 0
}


.pricing-plan__cta {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	text-align: center
}
.pricing-plan__cta .button {
	padding-left: 28px;
	padding-right: 28px
}
.pricing-plan__body {
	/*
	padding: 50px 20px 40px;
	*/
	padding: 50px 20px 0;
	background: #ecedf0
}
@media only screen and (min-width: 569px) {
.pricing-plan__body {
	background: none
}
}
.pricing-plan__features li {
	margin: 0;
	padding: 11px 0
}
.pricing-plan__other-features {
	margin: 0;
	padding: 11px 0;
	font-weight: 600
}



