html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align:middle;
}

/* 2. Clearfix -------------------------------- */
/* More info: http://nicolasgallagher.com/micro-clearfix-hack/

For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* General Typography ------------------------------ */

body {
	font-family: "freight-sans-pro", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
}

p, li {
	line-height: 1.5;
}

p.standfirst{
	font-size: 1.6rem;
	line-height: 2.4rem;
}


h1 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

section > h1 + p, section > h1 + article {
	margin-top: 11px;
	margin-top: 1.1rem;
}

h2, #features h1 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 9px;
	margin-bottom: 0.9rem;
	margin-top: 18px;
	margin-top: 1.8rem;
	font-weight: 400;
}

h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 100;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: 15px;
	margin-top: 1.5rem;
}

h4 {
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}

/* Blockquotes */

blockquote {
	margin: 0 2em 1em;
	color: #888;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
}

#quote-name {
	color: #008dc9;
	text-align: right;
}

cite {
	display: block;
}

.icon {
	font-family: 'Pictos' !important;
	font-weight: 100 !important;
	font-size: 1.2em;
	position: relative;
	vertical-align: baseline;
	display: inline-block;
	margin-right: 0.3em;
	position: relative;
}

.caption, #mainfooter {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px;
	line-height: 1.5rem;
	text-align:center;
}
  
.caption {
	font-style: italic;
	color: #999;
}

.caption p {
	font-size: 1.2em;
}


h2 + *, h3 + *, h4 + * {
	margin-top: 20px;
	margin-top: 2rem;
}

h2 + p, h3 + p, h4 + p {
	margin-top: 0;
}

a {
	color: #008dc9;
	text-decoration: none;
}

a:hover {
	color: rgb(37,108,164);
}

input {
	border: none;
	font-size: 14px;
	-moz-box-shadow: inset 0 0.05em 0.1em #ccc;
	-webkit-box-shadow: inset 0 0.05em 0.1em #ccc;
	box-shadow: inset 0 0.05em 0.1em #ccc;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "freight-sans-pro",Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 11px;
	padding: 1.1rem;
	-webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
	-moz-box-sizing: border-box; /* FF1+ */
	     box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

input:focus {
    -moz-box-shadow: 0 0 5px rgba(255,236,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(255,236,0,0.5);
    box-shadow: 0 0 5px rgba(255,236,0,0.5);
    color: #000;
}

/* Button Styles */

button, .button {
	background-image: -o-linear-gradient(bottom , rgb(0,149,211) 0%, rgb(0,138,205) 100%);
	background-image: -moz-linear-gradient(bottom , rgb(0,149,211) 0%, rgb(0,138,205) 100%);
	background-image: -webkit-linear-gradient(bottom , rgb(0,149,211) 0%, rgb(0,138,205) 100%);
	background-image: -ms-linear-gradient(bottom , rgb(0,149,211) 0%, rgb(0,138,205) 100%);
	background-image: linear-gradient(bottom , rgb(0,149,211) 0%, rgb(0,138,205) 100%);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(0,138,205);
	border-color: rgb(0,138,205) rgb(0,108,275);
	
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.15);
	
	padding-bottom: 8px;
	padding-top: 8px;
	color: #fff;
	
	-webkit-transition: all 0.05s ease-out;
	-moz-transition: all 0.05s ease-out;
	-o-transition: all 0.05s ease-out;
	-ms-transition: all 0.05s ease-out;
	transition: all 0.05s ease-out;
	
	position: relative;
	text-shadow: 0 -1px 0 rgb(0,123,177);
	cursor: pointer;
	text-align: center;
}

button.play{
	background-image: -o-linear-gradient(bottom , #454545 0%, #696969 100%);
	background-image: -moz-linear-gradient(bottom , #454545 0%, #696969 100%);
	background-image: -webkit-linear-gradient(bottom , #454545 0%, #696969 100%);
	background-image: -ms-linear-gradient(bottom , #454545 0%, #696969 100%);
	background-image: linear-gradient(bottom , #454545 0%, #696969 100%);
	
	border: 1px solid #454545;
	margin-right: 20px;
	text-shadow: none;
}

button.play:hover{
	-webkit-box-shadow: inset 0 0 0px rgba(98,98,98,0.2);
	box-shadow: inset 0 0 0px rgba(98,98,98,0.2);
}

button:hover, .button:hover {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	color: #fff;
}

button:active, .button:active {
	-moz-box-shadow: inset 0 1px 0 rgb(0,149,211);
	-webkit-box-shadow: inset 0 1px 0 rgb(0,149,211);
	box-shadow: inset 0 1px 0 rgb(0,149,211);
	background: rgb(30,179,241);
	text-shadow: none;
}

#signup .button {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

#signup div {
	text-align: left;
}

/* Terms overrides */

.terms article p {
	margin: 1em 0 0 0;
	text-indent: 0;
}

.terms #app-signup p {
	margin-top: 0;
}

.terms .firstline h1 {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

.terms h1 + p {
	margin-top: 0.5em;
}

#contact-details {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}


/* Transitions */

a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
} 


/* Layout ------------------------------ */

.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

section article {
	position: relative;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

section p + article {
	margin-top: 22px;
	margin-top: 2.2rem;
}

section#gridset-for, 
section#more-features, 
section#next-steps, 
section#includes, 
section#twitter {
	background-color: #fff;
	padding-top:44px;
	padding-top: 4.4rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
}

section#gridset-for ul, 
section#more-features ul, 
section#next-steps ul,  
section#twitter ul {
	margin-left: 16px;
}

article  p + p {
text-indent: 1em;
margin-top: 0;
margin-bottom: 0;
}

/* Content Lists */

article ul {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	margin-top: 22px;
	margin-top: 2.2rem;
}

article li {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

article p + ul {
	margin-top: 22px;
	margin-top: 2.2rem;
}


/* Header */

#logo {
	margin-bottom: 0;
	padding-bottom: 24px;
	text-align:center;
	margin-top:10px;

}

#mainheader {
	margin: 26px 0 0 0;
	margin: 2.6rem 0 0 0;
	display: block;
}

#mainnav {	
	display: block;	
	clear: left;
	font-size: 11px;
	font-size: 1.1rem;
	clear: left;
	color: #999;
}

#app-signup a {
	margin: 0 0.5em;
}

#mainnav a.last {
	margin: 0 0 0 0.5em;
}

#mainnav li, #app-signup li {
	display: inline-block;
} 

/* Signin Dropdown */

#app-signup {
	z-index:12;
	position: relative;
	text-align:right;
}

#session {
	display:inline-block;
	vertical-align: top;
	white-space: nowrap;
}

#session.active, #session:hover {
	background:rgba(255,255,255,0.1);
	color:fff;
}

a#signin-link {
	position:relative;
}

.active-links p {
	font-size:14px;
	font-style:normal;
	color:#888888;
}

#signin-dropdown {
	background: url("../img/peak.png") no-repeat scroll 103px 10px transparent;
	min-height:200px;
	min-width:160px;
	position:absolute;
	right:-6px;
	display:none;
	z-index: 12;
	padding-top: 20px;
}

#signin-dropdown form{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: -o-linear-gradient(bottom , #242424 0%, #333333 100%);
	background-image: -moz-linear-gradient(bottom , #242424 0%, #333333 100%);
	background-image: -webkit-linear-gradient(bottom , #242424 0%, #333333 100%);
	background-image: -ms-linear-gradient(bottom , #242424 0%, #333333 100%);
	background-image: linear-gradient(bottom , #242424 0%, #333333 100%);
	
	box-shadow:0 1px 2px #666666;
	-webkit-box-shadow: 0 1px 2px #666666;
	cursor:pointer;
	padding:10px;
	text-align:left;
	height: 150px;
}

#signin-dropdown .textbox span { color:#BABABA;}
#signin-dropdown .textbox input { width:200px; }

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#fff; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:grey; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
}

form.signin .remb { 
	padding:9px 0; 
	position:relative; 
	text-align:right;
}

form.signin .remb .remember { 
	text-align:left; 
	position:absolute; 
	left:0;
}

#signin-dropdown button{
	float: right;
}

#signin-dropdown p{
	float: left;
	margin-top: 7px;
}

#signin-dropdown fieldset{
	margin-bottom: 10px;
}


/* Homepage ------------------------------ */


/* Video */

#video {
	position: relative;
	background-color: none;
	overflow: visible;
	background-color:#6B8925;
}

@media only screen and (min-width: 768px) {

#video {
	background-color:#6B8925;
}

}

@media only screen and (min-width: 2200px) {
	
	#video {
		background-position: center 8%;
	}
	
}

#promovideo { 
	display:none; 
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:2000; 
	background:rgba(0,0,0,0.8);	
}

#promovideo video{
	position: fixed;
	box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 1);
}

#promovideo a{
	color: white;
  font-size: 2rem;
  padding: 24px;
  position: absolute;
}

#promovideo a:hover{
	cursor: pointer;
}

/* Form */

#signuparea {
	    color: #FFFFFF;
    font-size: 29px;
    line-height: 36px;
    margin-top: 0.5em;
    padding: 20px;
    position: relative;
    text-align: center;
		margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) {

#signuparea {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

}

@media only screen and (min-width: 768px) {

#strapline {
	position: absolute;
	bottom: 0;
}

}

#strapline h1{
	color: #000;
	font-size: 33px;
	font-size: 3.3rem;
 	margin-bottom: 11px;
}

@media only screen and (min-width: 768px) {

#strapline h1{
	color: #fff;
	font-size: 66px;
	font-size: 6.6rem;
 	text-shadow: 0 3px 5px rgba(0,0,0,0.6), 0 2px 10px rgba(0,0,0,0.5);
}

}

@media only screen and (min-width: 1676px) {

#strapline h1 {
	color: #000;
	text-shadow: none;
}

}

#strapline h3 img {
	height: 2em;
	vertical-align: middle;
	margin-right: 0.2em;
}

#strapline h3 a {
	color: #008DC9;
	text-shadow: none;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	display: block;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {

#strapline h3 img {
	height: 1.5em;
}

#strapline h3 a {
	color: #fff;
	text-shadow: 0 2px 3px rgba(0,0,0,0.9), 0 2px 10px rgba(0,0,0,0.9);
}

}

@media only screen and (min-width: 1024px) {

#strapline h3 img {
	height: 2em;
}

#strapline h3 a {
	font-size: 33px;
	font-size: 3.3rem;
}

}

@media only screen and (min-width: 1830px) {
	
	#strapline h3 a {
		color: #008DC9;
		text-shadow: none;
	}
	
}

#signupform{
	background-color: rgba(30,30,30,0.9);
	border: 1px solid rgba(255,255,255,0.1);
	border-top-color: 1px solid rgba(255,255,255,0.4);
	border-bottom-color: #000;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.8);
	box-shadow: 0 3px 10px rgba(0,0,0,0.8);
	clear: both;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-radius: 8px;
	margin-top: 2em;
}

@media only screen and (min-width: 768px) {
	
	#signupform {
		margin-top: 16%;
	}
	
}

@media only screen and (min-width: 1890px) {
	
	#signupform {
		margin-top: 18%;
	}
	
}

#signupform h3{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0;
}

@media only screen and (min-width: 768px) {
	
	#signupform {
		margin-top: 18%;
	}
	
	#signupform h3{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
}

.required{
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 0.5em;
	float: left;
}

#signupform input {
	background-color: #666;
	border: 1px solid #272727;
	border-top-color: #000;
	border-bottom-color: #696969;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.37);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.37);
	color: #ccc;
	margin-bottom: 10px;
	width: 100%;
}

#signupform input:focus {
	background: #fff;
	color: #333;
}

#signupform .entered {
	background: #ddd;
	color: #555;
}

#signupform #submitarea {
	margin-top: 0.5em;
}

#signupform .button {
	float: right;
}

/* Features */

#features {
	padding: 22px;
	border-top:8px solid #555354;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
	margin-bottom: -6.6rem;
	background:#FFF;
		margin-bottom: -8.6rem;
}
#features h1{
	text-align:center;
	font-size:22px;
	color:#6B8925;
	line-height:26px;
	padding:0;
	margin:0 0 20px 0;
}

@media only screen and (min-width: 768px) {
	
#features {

	padding: 22px;
	border-top:8px solid #555354;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
	margin-bottom: -8.6rem;
	background:#FFF;
	float:left;
}
	
}

#features article {
    background: none repeat scroll 0 0 #FAFAFA;
    float: left;
    margin-bottom: 10px;
    margin-left: 60px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 25%;
}

#features article h2 {
	display: block;
	font-size: 20px;
}

#features article p {
	font-size: 12px;
	font-size: 1.2rem;
}

#specimens img {
	-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.22);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	border-top-color: #fff;
	margin-bottom: 22px;
	width: 100%;
	max-width: 100%;
}


/* Specimens */

#specimens {
	padding: 110px 0 22px;
	padding: 11rem 0 2.2rem;
	border-top: 1px solid #ccc;
}

#specimens p {
	color: #999;
}

#about {
	margin: 44px 0 22px;
	margin: 4.4rem 0 2.2rem;
}

#about article{
	margin-bottom: 0;
}

#about ul li {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

#manual article {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.image > div {
    margin-left: 0;
}

.page .image ul {
	margin-top: 66px;
}

.page section h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

#getstarted article header h1 {
	left: -0.9em;
	position: relative;
}

#getstarted .image {
	position: relative;
	left: -10px;
}

#getstarted div + article header h1 {
	left: -0.8em;
	position: relative;
}

.page article p {
	padding-right: 17.082%;
}


/* Carousel */

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.tests li{
	list-style: none;
}

ul.tests li img{
	float: left;
	height: auto;
	margin: 0;
	margin-right: 1em;
	width: 40px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
	vertical-align: middle;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 5px;
  padding-top: 5px;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_tabs {
	margin-top: 0;
	position: relative;
	text-align: left;
}
 
.rslides_tabs li {
   display: inline;
   float: none;
   *float: left;
   margin-right: 8px;
}
 
.rslides_tabs a {
   text-indent: -9999px;
   overflow: hidden;
   background: #ccc;
   background: rgba(0,0,0, .2);
   display: inline-block;
   *display: block;
   width: 12px;
   height: 12px;
}
 
.rslides_tabs .rslides_here a {
   background: #56bae1;
}  

#myQuote blockquote {
	margin: 0 0 1em;
}


/* Content Pages ------------------------------ */


/* Content Page intro paragraph */


#main {
	padding-top: 66px;
}

p.firstline {
	font-size: 18px;
	font-size: 1.8rem;
}

header.sub {
	border-bottom: 1px solid #eee;
}

/* Features Page  */

#main-feature article {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

#more-features div {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
} 

img.more_features{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Features Page - Signup Boxout */

#signup {
	padding: 44px 0;
}

#signup button, #signup .button, .plans button, .plans .button {
	font-size: 16px;
	font-size: 1.6rem;
}

#signup p {
	font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
}

/* Features Page - Next Steps */

#next-steps {
	margin: 44px 0;
	margin: 4.4em 0;
}


/* Pricing Page - Payment Plan Styles */

.plans {
	overflow: hidden;
	margin: 0 auto;
}

.price{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.price span{
	letter-spacing: -8px;
}

.popular {
	background-color: #FFDE00;
	color: #847200;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 0;
}

@media only screen and (max-width: 480px) {
	
	.price span{
		letter-spacing: -4px;
	}
	
}

#paymentoptions h1 {
	margin-bottom: 0;
	margin-top: 0;
}

#paymentoptions p.meta{
	color: #949393;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

#annual, 
#monthly{
	background-color: white;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); 
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 20px 0 30px;
  padding: 2rem 0 3rem;
  position: relative;
}

#monthly {
	padding: 40px 0 10px;
	padding: 4rem 0 1rem;
}

@media only screen and (max-width: 480px) {
	
	#main-feature #monthly {
		margin-bottom: 22px;
		margin-bottom: 2.2rem;
	}
	
	#monthly {
		padding: 40px 0 20px;
		padding: 4rem 0 2rem;
	}
	
	#annual {
		padding: 20px 0;
		padding: 2rem 0;
	}
	
}

#annual li, 
#monthly li{
	font-size: 13px;
	color: #5e5e5e;
	margin-bottom: 0;
}

#annual h1, 
#monthly h1{
	color: #666667;
	font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
	
	#annual h1, 
	#monthly h1{
		font-size: 15px;
	  font-size: 1.5rem;
	  margin-top: 18px;
	  margin-top: 1.8rem;
	  text-align: left;
	  float: left;
	  clear: none;
	  width: 50%;
	  padding-left: 20px;
	  padding-left: 2rem;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
}

#annual h2, 
#monthly h2{
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-right: 24px;
		padding-right: 2.4rem;
}

#annual h2 em,
#monthly h2 em{
	font-size: 110px;
	font-size: 11rem;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

#main-feature .pounds {
	font-size: 14px;
	font-size: 1.4rem;
	color: #949393;
	margin-bottom: 0;
	clear: both;
}

@media only screen and (max-width: 480px) {
	
	#annual h2, 
	#monthly h2{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 700;
		float: right;
		clear: none;
		width: 50%;
		text-align: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 20px;
		padding-right: 2rem;
	}
	
	#annual h2 em,
	#monthly h2 em{
		font-size: 44px;
		font-size: 4.4rem;
	}
	
}

#main-feature .pounds {
	text-align: center;
}

@media only screen and (max-width: 480px) {
	
	#main-feature .pounds {
		text-align: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 20px;
		padding-right: 2rem;
	}
	
}

div.keyline{
	position: relative;
	border-top: 1px solid #dddddd;
	margin-bottom: 20px;
}

#annual p.tagline, 
#monthly p.tagline {
	color:#5e5e5e;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	background-color: white;
	top: -15px;
	position: absolute;
	padding: 5px;
	left: 50%;
	margin-left: -120px;
	
}

#monthly h3{
	color: #999999;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: -20px 0 20px;
    margin: -2rem 0 2rem;
}

#annual p, #monthly p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	float: none;
}

#monthly p.year{
	margin-top: 15px;
}

#paymentoptions .button {
	margin: 5px auto 0;
	margin: 0.5rem auto 0;
	display: inline-block;
}

#annual .additions, #monthly .additions {
	text-align: left;
	padding: 0 43px;
}

.additions ul {
	margin: 4px 0 11px 0;
}

#monthly .additions ul li{
	background: url(../img/plus.jpg) no-repeat -1px 3px;
	list-style: none;
	padding-left: 20px;
	margin-top: 0;
}

#monthly p.extra {
	font-style: italic;
	color: #939191;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: 4px;
}

.note{
	color: #949393;
	font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 2em;
    display: block;
    text-align: center;
}

.pay-as-you-go{
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.actions .button{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* pricing features */

#includes article{
	margin-bottom: 0;
}

section#includes{
	margin-top: 50px;
	margin-top: 5rem;
	margin-bottom: 50px;
	margin-bottom: 5rem;
	padding-top: 5px;
	padding-bottom: 20px;
}

section#includes p{
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
}

/* team page*/

.firstline.headingleft {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	padding: 0;
}

.headingleft h1 {
	text-align: left;
}

.team{
	margin-bottom: 30px;
}

.team ul li{
	display: inline-table;
	list-style: none;
	margin-right: 22px;
	margin-bottom: 32px;
}

.team p{
	text-align: center;
	font-size: 14px;
	color: grey;
	line-height: 19px;
}

.team p span{
	display: block;
}

.team img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	border: 3px solid white;
	margin: 0 7px 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
}

p.signature{
	color: #888888;
	font-family: "kremlin-pro-web-expanded",Helvetica,Arial,sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}

/* Footers ------------------------------ */


/* Who's using Gridset? */
  
#information {
	border-top: 2px solid #ecebdb;
	width: 100%;
	background: #fff;
	padding: 33px 0 11px;
	padding: 3.3rem 0 1.1rem;
	margin-top: 44px;
	margin-top: 4.4rem;
}

#information section {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

#information section img {
	margin-bottom: 22px;
}


/* Main Footer  */
  
#mainfooter {
	background: #333;
	color: #ccc;
	width: 100%;
	padding: 22px 0 44px;
	padding: 2.2rem 0 24.4rem;
}

#mainfooter p {
	margin: 0;
}

#mainfooter a {
	font-weight: bold;
	color: #fff;
}

#mainfooter .gridinfo {
	margin-top: 22px;
	margin-top: 2.2rem;
	font-style: italic;
	color: #ccc;
}

.twitter_footer{
	margin-top: 15px;
}

.twitter_footer li{
	display: inline;
	list-style: none;
	margin-right: 20px;
}

h1 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1em;
}

h1#logo img{
	width: 150px;
	display: block;
}

/* Layout ------------------------------ */

section article {
	margin-bottom: 33px;
	margin-bottom: 3.3rem;
}

section p + article {
	margin-top: 22px;
	margin-top: 2.2rem;
}

/* Header */

.page #mainheader {
	padding-bottom: 0;
}

#mainnav {	
	margin-top: 0;
	padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 200;
  clear: left;
}

@media only screen and (min-width: 768px) {

#mainnav {	
  text-align: center;
}

}

#mainnav li {
  margin: 0 11px 0 0;
  left: auto;
  display: inline-block;
}

#mainnav a {
	color: #333;
}

#app-signup {
	text-align: right;
	margin-bottom:5px;
}

.page #mainheader ul a {
  display: inline-block;
}

/* Content Pages ------------------------------ */	

/* Content Page intro paragraph */


#main {
	padding-top: 22px;
}

@media only screen and (min-width: 768px) {

.firstline {
	text-align:center;
}

}

.firstline h1 {
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	padding: 0;
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.firstline p {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	color: #6b8d9e;
	line-height: 1.2;
}


/* Features Page  - Annotated Screenshot  */

#screenshot {
	position: relative;
	margin: 0 044px 0;
	margin: 0 0 4.4rem 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#screenshot img {
	width: 90%;
	border: 1px solid #ccc;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.22);
}

#screenshot:after {
	clear: both;
}

#screenshot li {
	font-family: "kremlin-pro-web-expanded", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #888;
	position: inherit;
	margin: 0 5% 12px 7%;
}

#gridset-for img {
	max-width: 100%;
}

/* Features Page - Signup Boxout */

#signup {
	text-align: center;
}

#signup p {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

/* Pricing Page */

.promise {
	margin-top: 22px;
	margin-top: 2.2rem;
}

 
/* Footers ------------------------------ */

/* Who's using Gridset? */

#information {
	padding: 44px 0 0;
	padding: 4.4rem 0 0;
	clear: both;
}

#information section {
	margin-top: 44px;
	margin-top: 4.4rem;
}

#information section img {
	float: none;
	margin-top: 0;
	margin-bottom: 22px;
}

#information p, #information h1, #information h2 {
	text-align: left;
}

@media only screen and (min-width: 768px) {

/* Header ------------------------------ */

#app-signup {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0;
}


/* Homepage ------------------------------ */

h1#logo img{
	width: 150px;
	margin: 0;
}

button.play{
	margin-right: 20px;
}

/* Specimens */

#about {
	margin: 44px 0 20px;
}

/* Content Pages ------------------------------ */	

/* Content Page intro paragraph */

#main {
	padding-top: 66px;
}

#mainnav {	
  clear: none;
}

#information section img {
	float: left;
	margin-top: inherit;
	margin-bottom: inherit;
	position: relative;
	top: -10px;
}

.firstline h1 {
	font-weight: bold;
	font-size: 42px;
	font-size: 4.2rem;
	padding: 0;
}

.firstline p {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	color: #6b8d9e;
	line-height: 1.2;
}

/* Features Page  - Annotated Screenshot  */

#screenshot {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Pricing Page */

.promise {
	margin-top: 0;
}

#information section {
	margin-top: 0;
}

}

@media only screen and (min-width: 1024px) {

body {
	font-size: 16px;
	font-size: 1.6rem;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 33px;
	margin-bottom: 3.3rem;
}

/* Layout ------------------------------ */

#mainnav a {
	margin: 0 0.5em;
}

section article {
	margin-bottom: 66px;
	margin-bottom: 6.6rem;
}

#features article p {
	font-size: inherit;
}

section p + article {
	margin-top: 33px;
	margin-top: 3.3rem;
}

.page #main {
  min-height: 800px;
}

.page section h1 {
	margin-bottom: 0;
}

/* Header */

#mainnav {	
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 200;
    padding-top: 5px;
}

.page #mainheader {
	background: #333333;
	color: #ffffff;
}

#app-signup {
	text-align: right;
	margin-top: 8px;
}

#promovideo video{
	top: 50%;
	left: 50%;
	width: 85em;
	height: 47.8em;
	margin-top: -23em;
	margin-left: -41em;
}

/* Content Pages ------------------------------ */

/* Content Page intro paragraph */

.firstline {
	text-align:center;
	padding: 0 20%;
}

.firstline h1 {
	font-weight: bold;
	font-size: 48px;
	font-size: 4.8rem;
	padding: 0;
}

.firstline p {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	color: #6b8d9e;
	line-height: 1.2;
}

/* Features Page  - Annotated Screenshot  */

#screenshot {
	position: relative;
	margin: 66px 0 160px 0;
	margin: 6.6rem 0 16.0rem 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

#screenshot img {
	width: 50%;
	border: 1px solid #ccc;
}

#screenshot:after {
	clear: both;
}

#screenshot li {
	font-family: "kremlin-pro-web-expanded", Helvetica, Arial, sans-serif;
	text-align: left;
	list-style-type: none;
	color: #888;
	position: absolute;
	display: block;
}

#screenshot .one {
	top: -20%;
	left: 4%;
	background: url(../img/arrow_1.png) no-repeat bottom right;
	width: 27%;
	padding-bottom: 4%;
}

#screenshot li.one p {
	width: 52%;
}

#screenshot .two {
	top: 16%;
	left: 4%;
	background: url(../img/arrow_2.png) no-repeat top right;
	padding-top: 10%;
	width: 45%;
}

#screenshot li.two p {
	width: 30%;
}

#screenshot .three {
	bottom: -30%;
	left: 4%;
	background: url(../img/arrow_3.png) no-repeat top right;
	width: 32%;
}
#screenshot li.three p {
	width: 50%;
	padding-top: 25%;
}

#screenshot .four {
	top: -18%;
	right: 4%;
	background: url(../img/arrow_4.png) no-repeat 0 0;
	text-align: right;
	width: 26%;
	padding-bottom: 5%;
}

#screenshot li.four p {
	width: 40%;
	float: right;
	padding-bottom: 10%;
}

#screenshot .five {
	top: 16%;
	right: 4%;
	background: url(../img/arrow_5.png) no-repeat 0 0;
	text-align: right;
	width: 30%;
	padding-top: 6%;
}

#screenshot li.five p {
	width: 45%;
	float: right;
}

#screenshot .six {
	bottom: -30%;
	right: 4%;
	background: url(../img/arrow_6.png) no-repeat 0 0;
	text-align: right;
	width: 42%;
	padding-top: 19%;
}

#screenshot li.six p {
	width: 50%;
	float: right;
}

/* Pricing ------------------------------ */


#onetime h2.period, 
#monthly h2.period {
	margin-top: 54px;
}

#onetime .additions, #monthly .additions {
	padding: 0 85px;
}

/* Footers ------------------------------ */

#information section {
	padding: 0;
}

#information section img {
	float: left;
	margin: 0 0 22px;
	max-width: 100%;
	position: relative;
	top: 0;
}

/* Main Footer */

#mainfooter .gridinfo {
	text-align: right;
	margin: 0;
}

#information section img {
	width: 100%;
}

}

@media only screen and (min-width: 1440px) {

#screenshot .one {
	top: -5%;
	left: 4%;
	background: url(../img/arrow_1.png) no-repeat right;
	width: 20%;
	padding-bottom: 4%;
}

#screenshot li.one p {
	width: 52%;
}

#screenshot .two {
	top: 16%;
	left: 4%;
	background: url(../img/arrow_2.png) no-repeat top right;
	padding-top: 10%;
	width: 32%;
}

#screenshot li.two p {
	width: 30%;
}

#screenshot .three {
	bottom: -5%;
	left: 4%;
	background: url(../img/arrow_3.png) no-repeat right;
	width: 28%;
}
#screenshot li.three p {
	width: 45%;
	padding-top: 15%;
}

#screenshot .four {
	top: -8%;
	right: 4%;
	background: url(../img/arrow_4.png) no-repeat 0 0;
	text-align: right;
	width: 24%;
	padding-bottom: 5%;
}

#screenshot li.four p {
	width: 40%;
	float: right;
	padding-bottom: 10%;
}

#screenshot .five {
	top: 16%;
	right: 4%;
	background: url(../img/arrow_5.png) no-repeat 0 0;
	text-align: right;
	width: 26%;
	padding-top: 6%;
}

#screenshot li.five p {
	width: 45%;
	float: right;
}

#screenshot .six {
	bottom: -10%;
	right: 4%;
	background: url(../img/arrow_6.png) no-repeat left;
	text-align: right;
	width: 35%;
	padding-top: 9%;
}

#screenshot li.six p {
	width: 40%;
	float: right;
}

}