a {
	color: #024711;
}
a.no-line { text-decoration: none; }

a:hover {
	color: #000;
}
a img { border: none; }

body {
	background-color: #f4f4f4;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 62.5%;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
	padding: 0 20px;
}
p.first { padding-bottom: 20px; }
p.last { padding-top: 20px; }

ol, ul {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
}

/* HEADERS */

h1 {
	font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 3.4em;
	font-weight: 300;
	color: #686868;
	margin: 30px 0 10px 20px;
}


/* LAYOUT */

.header {
	background-color: #024711;
	width: 100%;
}
.header-inner {
	position: relative;
	width: 960px;
	height: 174px;
	text-align: left;
	margin: 0 auto;
}
.logo {
	position: absolute;
	top: 30px;
	left: 20px;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.l-item {
	background: #FFF;
	width: 960px;
	text-align: left;
	display: inline-block;
	margin: 20px 0 20px 0;
}

img { width: 100%; }

@media only screen and (max-width: 960px) {
	body{
	}
	
	.header-inner {
		width: 100%;
	}
	
	.container {
		width: 100%;
	}
	
	.l-item {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	
}
