body {
	margin: 0;
	padding: 0;
	font-family: 'open sans', sans-serif;
	color: #111;
	line-height: 1.5em;
	word-wrap: break-word;
}

.card {
	width: 600px;
	max-width: 94%;
	margin: 1.5em auto 2em auto;
	font-size: 1.1em;
	line-height: 1.8em;
}

@media only screen and (min-width: 600px) {
	.card {
		width: 640px;
		max-width: 100%;
		margin: 0 auto 2.5em auto;
		font-size: 1.3em;
		line-height: 1.8em;
	}
}

h1, h2, h3 {
	padding: 0 0.5em;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
}

a:link, a:visited, a:hover { 
	color: #000;
	padding: 0px 3px 0px 3px;
	background-color:#d6eef2;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.hero {width:100%;margin: 0 auto; }
.hero img {width:100%;max-width:1600px;margin: 0 auto;}
.caption {font-family: 'Open Sans', 'Helvetica Neue',Arial, sans-serif;width:100%;max-width:1600px;margin: 0 auto;color:#666; text-transform: uppercase; 
padding-top:0.6em;font-size:1.2em;text-align:right;font-weight:400;}


.enteremail {
	font-size: 1em; 
	color: #7c7c7c; 
	margin-top:2px;
	padding: 6px 10px;
	font-family: inherit;
	border: 1px #dedede solid;
	border-radius: 3px;
	width:60%;
	max-width:500px;
}

.subscribe {
	padding:8px;
	font-family: inherit;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}


hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
}


hr {
    border: 0;
    height: 1px;
	margin: 1.5em 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(211, 226, 237, 1), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(211, 226, 237, 1), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(211, 226, 237, 1), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(211, 226, 237, 1), rgba(0,0,0,0)); 
}