/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }



html {
	font-size: 62.5%;
}

body {
	background: #f9f9f9;
	color: #444;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
}

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

h1 {
	font-size: 2.8em;
}

h2 { 
	font-size: 1.4em;
	font-weight: 800;
	line-height: 125%;
	margin-bottom: .15em;
}

p, ul {
	font-size: 1.4em;
	line-height: 150%;
	padding-bottom: .7em;
	text-align: left;
}

#intro p {
	font-weight: 600;
	margin: 0 10px;
}

a {
	color: #1330bf;
	text-decoration: none;
}

a:active,
a:hover {
	color: #d41010;
	text-decoration: underline;
}

h2 a {
	color: #000;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}

#header {
	margin-bottom: 2em;
	width: 100%;
}

.site-title {
	padding: 1em 0;
	text-align: center;
	max-width: 90%;
}

.menu {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.menu ul {
	line-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.menu ul li {
	border-left: 1px solid #eee;
	display: inline-block;
	font-size: .9em;
	font-weight: 600;
	letter-spacing: .05em;
	margin: 1.25em 0;
	padding-left: .25em;
	text-transform: uppercase;
}

.menu li a {
	display: inline-block;
	margin: 0 1em;
	padding: .25em .5em;
}

.menu li:first-child {
	border-left: none;
}

#intro,
#projects,
#footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}

#intro {
	clear: both;
	margin-bottom: 2em;
}

#footer {
	clear: both;
	padding-top: 2em;
}



.project {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 10px;
	margin: 0 10px 3em 10px;
}

a.triggered {
	border-radius: 2px;
	text-decoration: none;
}

.infographic a { color: #8BC34A; }
.infographic a.triggered { color: #fff; background-color: #8BC34A; }
.infographic a.triggered:hover { background-color: #648c35; }
.card-infographic .project { border-top-color: #8BC34A; }

.video a { color: #03A9F4; }
.video a.triggered { color: #fff; background-color: #03A9F4; }
.video a.triggered:hover { background-color: #0283bf; }
.card-video .project { border-top-color: #03A9F4; }

.story a { color: #FF9800; }
.story a.triggered { color: #fff; background-color: #FF9800; }
.story a.triggered:hover { background-color: #cc7a00; }
.card-story .project { border-top-color: #FF9800; }

.thumbnail {
	border-top: 1px solid #ccc;
	margin-bottom: .5em;
}

.notes {
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 1.2em;
	font-weight: 400;
	padding-top: .75em;
}

.date {
	color: #999;
	display: block;
}

.notes a {
	color: #333;
}

.project-button { display: none; }

.project-button a {
	background: #ccc;
	border-radius: .5rem;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: .5rem .75rem;
	text-decoration: none;
}

.card-infographic .project-button a       { background-color: #8bc34a; }
.card-infographic .project-button a:hover { background-color: #648c35; }

.card-video .project-button a             { background-color: #03A9F4; }
.card-video .project-button a:hover       { background-color: #0283bf; }

.card-story .project-button a             { background-color: #FF9800; }
.card-story .project-button a:hover       { background-color: #cc7a00; }

#footer p {
	border-top: 1px solid #ddd;
	color: #999;
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: .05em;
	margin: 0 10px 0 10px;
	padding-top: .5em;
	padding-bottom: 1.5em;
	text-transform: uppercase;
}

.row-clear {
	clear: both;
}





@media (min-width: 650px) {

	#header { margin-bottom: 4em; }
	#intro  { margin-bottom: 3em; }

	#intro p { text-align: center; }

	.card {
		display: block;
		float: left;
		width: 50%;
	}

}

@media (min-width: 1000px) {

	#intro p { font-size: 2em; font-weight: 300; }

	.card {
		width: 33.33333333%;
	}

}
