/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

section {
/*font-family: "Source Sans Pro", "helvetica", sans-serif;*/
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
text-align: center;
font-size: 16px;
color: rgba(39,65,90,1);
}

h4 {
margin-bottom: 12px;
font-size: 1.25em;
font-weight: 400;
text-transform: uppercase;
}

h5 {
font-size: 1.75em;
}

p {
margin-bottom: 1em;
color: rgba(39,65,90,.9);
font-size: 1.25em;
/*line-height: 1.625em;*/
}


ol, ul {
list-style: none;
}

strong {
color: rgba(39,65,90,1);
font-weight: 600;
}

.price-back,
.plans {
background: #f5f5f5;
}


.layer {
clear: both;
width: 100%;
height: auto;
padding: 60px 7.5% 60px;
display: block;
}

.layer > section, .layer > article {
clear: both;
width: 100%;
height: auto;
max-width: 1092px;
margin: 0 auto;
display: block;
}

@media all and (min-width: 768px) {
    .third {
        width: 27.95%;
        margin: 0 30px 0 0;
        display: inline-block;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .third {
        width: 70%;
        margin: 0 10px 0 0;
        display: inline-block;
    }
}


.plan-tier {
background: white;
vertical-align: baseline;
border-radius: 3px;
-moz-border-radius: 3px;
cursor: pointer;
overflow: hidden;
}
sup {
    top: 0.8em !important;
}
.lift {
position: relative;
-webkit-transition: all .075s ease-out;
-moz-transition: all .075s ease-out;
-o-transition: all .075s ease-out;
transition: all .075s ease-out;
}
.plus-pass {
	    font-size: 40px;
    top: .5em;
    position: relative;
    right: 10px;
    color: #00B200;
}
.top-line-pass {
    width: 100%;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 700;
}
.underline-pass {
	    font-size: 14px;
    margin-bottom: 20px;
}

.lift:hover {
	/*
-webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
-moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
box-shadow: 0 2px 6px rgba(39,65,90,.15);
	*/
border: 3px solid #FF4D4D;
}


.plan-tier h4 {
padding: 18px 0 15px;
margin: 0 0 0px;
background: #00a1ff;
color: white;
}

.acall:hover {
border: 3px solid #aaa !important;	
}
.bcall:hover {
border: 3px solid #00B200 !important;
}
.ccall:hover {
border: 3px solid #00a1ff !important;
}

.plan-tier {
cursor: pointer;
    vertical-align: top;
    padding-top: 0px;
    margin-top: 10px;
}

.plan-tier sup {
	font-size: 20px;
position: relative;
right: -2px;
}

.plan-tier ul {
margin: 0px 0 0 !important;
border-top: 2px solid #e7f2f0;
}

.plan-tier ul li {
font-size: 1.25em;
padding: 18px 0;
color: rgba(39,65,90,.9);
border-bottom: 2px solid #e7f2f0;
}

sup {
vertical-align: top;
}

.plan-tier .plan-price {
font-size: 5em;
font-weight: 300;
letter-spacing: -3px;
}

.plan-tier sub {
vertical-align: bottom;
position: relative;
bottom: 3.375em;
}

.plan-tier .early-adopter-price {
color: #0091e5;
}
p:first-of-type {
margin-top: 0;
}

small, del {
color: rgba(39,65,90,.5);
font-size: 1em;
/*line-height: 1.5em;*/
}

s, strike, del {
text-decoration: line-through;
}


.layer {
padding-top: 20px;
padding-bottom: 96px;
}

.plan-tier.callout h6 {
width: 100%;
padding: 15px 0 14px;
background: #8dcf3f;
color: rgba(39,65,90,.5);
font-size: 1.25em;
}

.plan-tier.callout h4 {
background-color: #00B200;
}