
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em; outline: none;
	box-sizing: border-box;
	}

.wf-loading body {
    visibility: hidden;
}

body {
	width:100%;
	color: #333;
	font-size:1em;
	line-height:1.5em;
	font-family:"Apercu Regular", sans-serif; font-size-adjust:0.508; font-weight:normal; font-style:normal;
	text-rendering: optimizeLegibility;
	background-color:white;
	}
	
.words {
	margin: 150px auto 50px;
	padding: 0 5%;
	overflow: hidden;
	max-width: 1280px;
	}
	
.landscape {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	}

.landscape img {
	margin:0px 0 -8px 0;
	}
	
.visuals{
	width:100%;
	margin: 0 auto ;
	text-align:center;
}

	
h1 {
	position:absolute;
	top:250px;
	left:7%;
	font-style:normal;
	font-weight:normal;
	}

h2 {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	padding:50px 0 0   ;
	border-top:10px solid #fff;
	width:50%;
	}

p {
	margin-top: 1em;
	padding-left:45px;
	}

a, a:visited {
	color: #333;
	text-decoration: underline;
	
	}

a:hover {
	text-decoration: none;
	} 
	
.screenshots img { 
	width:31.3%;
	margin-bottom:2%;
	}
	
.screenshots img:hover { 
	width:31.3%;
	box-shadow: 10px 10px 15px #ddd;
	-webkit-transition: box-shadow .2s ease-in;
	-moz-transition: box-shadow .2s ease-in;
	-o-transition: box-shadow .2s ease-in;
	-ms-transition: box-shadow .2s ease-in;    
	transition: box-shadow .2s ease-in;
	}	

.col1 { 
	box-shadow: 5px 5px 8px #eee;
	margin-right:3%;
	}
.col2 { 
	box-shadow: 0px 5px 8px #eee;
	}
.col3 { 
	box-shadow: -5px 5px 8px #eee;
	margin-left:3%;
	}
	
.logos img { 
	border: none;
	width:100%;
	}	
	
a img, img a, img:hover {
	text-decoration: none;
	border:0px;
	}
ul {
	padding:1em 0 3em 0;
	padding-left:2.5em;
	}

li {
	list-style-type: none;
	padding-bottom: 1em;

	}

li li {
	list-style-type: disc;
	padding-bottom: 1em;
	display:inline;
	color:purple;
	padding-left:50px;
	}
	

ul .paragraph_list {
	padding-bottom:40px;
	}
	

.letterhead {
	position:absolute;
	top:75px;
	right: 22px;
	text-align: right;
	font-size: .75em;
	line-height: 1.75em;
	}

.next {
	position:fixed;
	text-align:right;
	right:25px;
	top:240px;
	color:#999;
	text-decoration: underline;
	}

.bp-internetland{
	position:fixed;
	top:100px;
	right: 10%;
	z-index: 3;
}

.bp-internetland img {
	height:49px !important;
	display:none;
	}

.date {
	text-align:right;
	padding-top:50px;
	color:#ccc;
	font-weight:normal;
	font-style:italic;
	}

.credit {
	color: #bbb;  font-size-adjust:0.508; font-weight:normal; font-style:normal;
	font-size:.75em;
	letter-spacing: .03em;
	}
	
.credit a {
	color: #000;
	}	
	
.with {
	font-family: serif;
	font-style:italic;
	}

.toggle {
	position:absolute;
	top:180px;
	right: 15%;
	text-align: center;
	margin-right:5px;	
	font-size:.75em;
	color:#aaa;

	}

.groupurple { width:100%; margin: 0 auto 0px auto; background-color:#f9f9f9;}

.section{margin: 0;}

.section1500{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
	
#subscribe {
font-size:12px;
}
 
#subscribe input {
  padding: 5px 15px;
  border: 1px solid #aaa;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 570px) {
.words {
	padding: 0 10% 0 10%;
	}
}