/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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, 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.5;
	}
	
	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;
	}	
	
	/* end reset*/
	
	
	
	
	/* default styles (all device widths)*/


		
body {
	width: 90%;
	margin: 0 auto;
    padding: 0px 0 50px 0;
    font-size: 18px;
    min-height: 100%;
    font-family: Sanchez;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: rgba(0, 0, 0, 1);
	}
	
ul, li, p, footer  {
		opacity: .9;
	}
	 	
	 	
p  {
	 margin-bottom: 2%;
	 }
	

h1 {
   font-size: 52px;
   line-height: 60px;
   margin: 0px 0px 15px 0px;
   font-weight: 600;
   font-style: normal;
   font-family: "Open Sans";
}

h2 {
   font-size: 36px;
   line-height: 46px;
   margin: 0px 0px 25px 0px;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
}

h3 {
   font-size: 28px;
   line-height: 36px;
   margin: 0px 0px 19px 0px;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
}

h4 {
   margin-bottom: 25px;
   font-weight: 600;
   font-style: normal;
   font-family: "Open Sans";
}

p {
   margin: 0px 0px 25px 0px;
   text-transform: inherit;
   font-size: 16px;
   line-height: 1.563em;
   font-family: Sanchez;
   font-weight: 400;
   font-style: normal;
}

p.intro {
   font-size: 20px;
   line-height: 1.45em;
   margin: 0px 0px 13px 0px;
   font-family: Sanchez;
   font-weight: 400;
   font-style: normal;
}

blockquote.pull-quote {
   margin: 0em 1em 1em 0em;
   border-left: 3px solid #ccc;
   padding: 0em 0em 0em 0.7em;
}

div.content {
   margin: 0 auto;
   text-align: left;
   width: 40%;
   padding: 50px 0px 0px 0px;
}

h5 {
   margin-bottom: 22px;
   margin: 20px 0px 10px 0px;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
}

p.quote {
   font-size: 23px;
   line-height: 28px;
   font-style: normal;
   color: #666666;
   margin: 0px;
   font-family: "Open Sans";
   font-weight: 400;
}

blockquote {
   font-size: 26px;
   line-height: 37px;
   margin-bottom: 25px;
}



#logo {
		display: block;
		margin: 5% auto;
		width: 50%;
		padding-top: 1%;
		border-left: 0px solid black;
		}
		
header h1 {
		width: 100%;
		opacity: .8;
		margin-top: -1.5%;
		text-align: center;
		border: 0px solid red;
		}
		
header p {
		max-width: 900px;
		margin: -2% auto 0 auto;
		font-size: 1.2em;
		line-height: 1.4;
		color: black;
		text-align: left;
		border-bottom: 1px solid #666;
		padding-bottom: 2%;
		font-family: Sanchez;
	}
		
		
		
nav {
	width: 100%;
	display: block;
	text-align: center;
	border: 0px solid red;
	margin-bottom:8%;
	}
	
nav ul, nav h4{
	text-align: center;
	}

header {
	width: 100%;
	margin-bottom: 5%;
	margin-top: 2%;
	border: 0px solid blue;
}

#main  {
	width: 100%;
	border: 0px solid grey;
	font-size: 1.2em;
	margin-bottom: 5%;
}

.details, .smaller {
	font-size: .9em;
}

.col3 h4  {
	margin-top: 10%;
	line-height: 1;
}

#social  {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	clear:both;
	text-align: center;
	width: 100%;
	color: #666;
	font-weight: bolder;
	border: 0px solid red;
	padding: 0%;
}

#social img {
	border: 0px solid red;
	width: 12%;
	}

#social ul{
	font-size: 2em;
}

#social li {
	display: inline;
	width: 3em;
	padding: 0%;
}

#social a:link, #social a:visited {
	text-decoration: none;
	opacity: 1;
	color: #666;
}

#social a:hover, #social a:focus {
	text-decoration: none;
	opacity: 1;
	color: #999;
}


footer {
	width: 100%; 
	margin-top:0%;
	margin-bottom: 3%;
	text-align: center;
	font-size: .8em;
	clear: both;
	border: 0px solid brown;
}

img {
	width: 100%;
	max-width: 640px;
} 

a:link, a:visited {
	text-decoration: none;
	opacity: 1;
	color: #e03b27;
}

a:hover, a:focus {
	text-decoration: underline;
	text-decoration-style: dashed;
	opacity: 1;
	color: #f72006;
}

h1 {
	text-decoration: none;
	color: #000;
}

.col2 img, .col3 img, .col4 img {
	border: 1px solid black;
} 

.col2 img, .col2 p, .col3 p{
	margin-bottom: 5%;
}

	
.col1 { 
	display: none;
	float:none; 
	width: 100%;
	margin: 10% 0 3% 0;
	padding-bottom: 0%;
	border: 0px solid red; 
	}

.col2 { 
	float:none; 
	width: 100%;
	margin: 10% 0 3% 0;
	padding-bottom: 0%;
	border: 0px solid orange; 
	}
	
.col3 { 
	float:none;
	width: 100%;
	margin: 10% 0 3% 0;
	padding-bottom: 0%;
	border: 0px solid purple;
	}
	
.col4 { 
	float:left; 
	width: 100%;
	margin: 0% 0% 3% 0%;
	padding-bottom: 0%;
	}
	
.col1 p {
	 font-size: .7em;
	 }
	 
.col2 p  {
	 font-size: .9em;
	 }
	 
.col3 p  {
	 font-size: .8em;
	 }
	
	
.col3 h2 {
	margin-top:0%;
	border: 0px solid red;
	}

	
.col1 h4:first-child {
	margin-top:0%;
	}
	
.pushdown {
	margin-top:5%;
	}
	
.col1 ul {
	margin-bottom: 5%;
	font-size: .8em;
	border: 0px solid purple;
	}
	
.clear  {
	clear: both;
	}
	
small  {
font-size: .8em;
display: block;
}


em {
	font-style: italic;
	}
	
.details li em {
	font-weight: 900;
	color: black;
	font-style: italic;
	display: block;
	font-size: .8em;
	line-height: 1em;
	}
	
.col3 li, .col4 li {
	margin-bottom: 3%;
	line-height: 1.4em;
	}
	
.col3 small, .col4 small  {
	margin-bottom: 3%;
	font-size: .6em;
	line-height: 1.2em;
	font-style: italic;
	font-family: Sanchez;
	}

#dpi-logo  {
	width: 15%;
	margin-top: 10%;
	}
	
#cmdc-logo  {
	width: 15%;
	margin: 1% auto;
	border: 0px solid black;
	padding-right:1%;
	}
	
figure {
	margin: 5% 0;
	}
	
figcaption {
	font-size: .8em;
	text-align: center;
	font-style: italic;
	}
	
.project-image {
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	border: 1px solid black;
	width: 25%;
}
	
.col4 h3 {
	margin-top: 10%;
	}
	
.col1 h4, nav h4{
	margin: 8% 0% 2% 0%;
	}
	
	

/* tablet styles */
@media only screen and (min-width: 500px) and (max-width: 850px) {
	
	
body {
	width: 90%;
	margin: 0 auto;
	min-width: 500px;
	max-width: 800px;
	}

 header {
	text-align: right;
	margin-top: 1%;
	}

 header p {
	font-size: 1.3em;
	line-height: 1.5;
	color: black;
	text-align: left;
	border-bottom: 1px solid #666;
	padding-bottom: 2%;
}

 nav {
	display: block;
	text-align: center;
	}

#logo {
	width: 40%;
	}


 #main  {
	font-size: 1.2em;
	margin-bottom: 3%;
	}

 footer {
	margin-bottom: 3%;
	}

h2  {
	font-size: 1.2em 
}

h3  {
	font-size: 1.1em 
}

.col1 { 
	display: none;
	float:none; 
	width: 100%;
	text-align: center;
	margin: 1% 3% 3% 0;
	padding-bottom: 0%
	}

.col2 { 
	float:left; 
	width: 48%;
	margin: 1% 0% 3% 0;
	padding-bottom: 0%;
	}

.col3 { 
	float:right; 
	width: 48%;
	margin: 1% 0 5% 0;
	padding-bottom: 0%;
	}

.col4 { 
	float:left; 
	width: 70%;
	margin: 0% 0% 3% 15%;
	padding-bottom: 0%;
	}

.col3 h2 {
	margin-top:25%;
	opacity: .8;
	border: 0px solid red;
	}

#social img {
	border: 0px solid red;
	width: 8%;
	}
	
}



/* desktop styles */
@media only screen and (min-width: 851px) {

 body {
	width: 90%;
	margin: 0 auto;
	min-width: 801px;
	max-width: 1280px;
	}

 header {
	text-align: right;
	margin-top: 1%;
	}

 header p {
	font-size: 1.4em;
	line-height: 1.6;
	color: black;
	text-align: left;
	border-bottom: 1px solid #666;
	padding-bottom: 2%;
}

 nav {
	display: none;
	float: right;
	text-align: center;
	border: 0px solid orange;
	}


 #logo {
	width: 30%;
	}
	

 #main  {
	font-size: 1.3em;
	margin-bottom: 5%;
	}


 footer {
	margin-bottom: 3%;
	border: 0px solid red;
	}

 .col1 { 
	display: block;
	float:left; 
	width: 16%;
	margin: 0% 1% 3% 0;
	padding-bottom: 0%;
	}

.col2 { 
	float:left; 
	width: 45%;
	margin: 0% 1% 3% 0;
	padding-bottom: 0%;
	}

.col3 { 
	float:right; 
	width: 35%;
	margin: 0% 0% 3% 0;
	padding-bottom: 0%;
	}

.col4 { 
	float:left; 
	width: 60%;
	margin: 0% 0% 3% 8%;
	padding-bottom: 0%;
	}

.col3 h2 {
	margin-top:25%;
	opacity: .8;
	border: 0px solid red;
	}

#social  img {
	border: 0px solid red;
	width: 5%;
	}

}