@charset "UTF-8";
/* CSS Document */

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: 1px;
}
	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;
}
/*
  ========================================
  Grid
  ========================================
*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: auto;
	padding: 0;
	color: #000;
	background-color: #fff;
}

/*
  ========================================
  Typography
  ========================================
*/

h1 {
	color: #fff;
	font: 270%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .025em;
	margin: auto;
    text-align: center;
	padding-top: 0em;
	padding-bottom: .3em;
	padding-left: 0em;
	padding-right: 0em;
}

h2 {
	color: #fff;
	font: 210%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .025em;
	margin: auto;
    text-align: center;
	padding-top: 0em;
	padding-bottom: .3em;
	padding-left: 0em;
	padding-right: 0em;
}

h3 {
	color: #fff;
	font: 95%/1.1 'Roboto', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	letter-spacing: .03em;
	padding-bottom: .3em;
}

h4 {
	color: #666;
	font: 75%/1.4 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: .03em;
	padding-top: 0em;
	padding-bottom: 2em;
	padding-left: .7em;
}

h5 {
	color: #fff;
	font: 75%/1.4 'Raleway', sans-serif;
    text-transform: uppercase;
}

p {
	font: 100%/2.1 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: .05em;
    color: #fff;
    text-align: center;
}

a {
    color: #666666;
	font-weight: bold;
}

.body_link {
	letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;

}

.spaceafter_body {
	padding-bottom: 2em;		
}

.spaceafter_head {
	padding-bottom: 2em;
}

.brandname {
	font: 110%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
    color: #4e3523;
	padding: 1em 0 .35em 0;		
}

.tagline {
	font: 70%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
    color: #4e3523;
    text-transform: uppercase;
    text-align: center;
	padding: .95em 0 1.25em 0;		
}

footer .tagline {
	font: 70%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
    color: #4e3523;
    text-transform: uppercase;
    text-align: center;
	padding: 0 0 1.25em 0;		
}

.developedby {
	font: 65%/1.5 'Raleway', sans-serif;
	font-weight: 200;
    color: #fff;
    text-align: center;
	padding: .5em 1em 1.25em 1em;		
}

.developedby a {
	color: #958f8a;
}

.contact_copy {
	font: 100%/1.75 'Raleway', sans-serif;
	font-weight: 200;
}

.product_type {
	font: 80%/1.4 'Raleway', sans-serif;
	font-weight: 200;
}

/*
  ========================================
  Navigation
  ========================================
*/

nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #4e3523;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
}

nav ul {
	list-style: none;
	width: 20.5em;
	margin: 0 auto;
	padding: 0; 
}

nav li {
	float: left; 
	}

nav li a {
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font: 95%/1.4 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: .07em;
    text-transform: uppercase;
	color: #c9c4c1;
	text-decoration: none;
	}

nav li:first-child a {
	}

nav li a:hover {
	color: #fff;
	}
/*
  ========================================
  Containers
  ========================================
*/

header {
  background-image: url("images/bkgd_sunray.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

section {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.thirds {
	width: 33.3333333%;
	float: left;
}

.half {
	width: 50%;
	float: left;
}

.quad {
	width: 50%;
	float: left;
}


.fifth {
	width: 50%;
	float: left;
	display: inline;
}

.standard {
	padding: .915em 1.2em 1.5em 1.45em;
}

.company {
	background-color: #b36337;
}

.contact {
	background-color: #b78343;
}

.peanuts {
	background-color: #bc5235;
}

.body_wrapper {
	margin: 0 auto;
	max-width: 55em;
	padding: 2em 2em 1.5em 2em;
}

.chart_wrapper {
	margin: 0 auto;
	max-width: 55em;
}


  /*
  ========================================
  Images
  ========================================
*/

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.logo {
	display: inline;
	max-width: 85%;
	margin-left: 1.35em;
	margin-top: 1.95em;
}

img.greensky {
	display: inline;
	max-width: 65%;
	margin-bottom: .5em;
}

.image_wrapper {
	padding-bottom: 2em;
}

.image_wrapper_mid {
	padding-bottom: 0em;
}

.logo {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.spacebefore-centered-logo {
	padding-top: 1em;
}

.peanut_inshell {
	max-width: 85%;
	height: auto;
	padding-top: 1em;
}

.bump {
	margin-top: .4em;
}

.responsive {
    width: 90%;
    height: auto;
} 
/*
  ========================================
  MULTIPLE COLUMNS
  ========================================
*/
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 8em; /* Firefox */
    -webkit-column-width: 8em; /* webkit, Safari, Chrome */
    column-width: 8em;
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}

.columns p {
	font: .75em/1.5 Arial, Helvetica, sans-serif;
}

/*Grid*/
.grid {
	margin: 0 -1em;
	overflow: hidden;
}
.grid:target {
	-webkit-animation: fadeout 5s 1 ease-out;
    -moz-animation: fadeout 5s 1 ease-out; 
    -o-animation: fadeout 5s 1 ease-out;
    animation: fadeout 5s 1 ease-out; 
}
.grid > h2 {
	margin-left: 0.45em;
}
.grid > section {
	padding: 1em 1em 0.5em;
}
.grid > section:target {
	-webkit-animation: fadeout 5s 1 ease-out;
    -moz-animation: fadeout 5s 1 ease-out; 
    -o-animation: fadeout 5s 1 ease-out;
    animation: fadeout 5s 1 ease-out; 
}
.grid ul {
	overflow: hidden;
}
.grid ul li {
	margin-bottom: 0.3em;
}

      .grid {
  		overflow: hidden;
			margin: 0 auto;
		}
		.grid li > div {
			background-color: #bc5235;
			text-align: center;
			padding-bottom: 2em;
		}
		.grid li a {
			color: #fff;
		}
		

/*Fluid*/
.fluid {
	display: block;
	margin: 0 auto;
	max-width: 40em;
}

/*Patterns*/

.pattern {
	background: #bc5235;
	overflow: hidden;
}

@media all and (min-width:575px) {

h1 {
	font: 500%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: .2em;
}

h2 {
	font: 270%/1.1 'Roboto', sans-serif;
	font-weight: 300;
}

h3 {
	font: 115%/1.1 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
}

.developedby {
	letter-spacing: .07em;
}

.product_type {
	font: 90%/1.45 'Raleway', sans-serif;
	font-weight: 200;
}

.spaceafter_head {
	padding-bottom: 2em;
}

.body_wrapper {
	margin: 0 auto;
	max-width: 65em;
	padding: 2.05em 5em 1.5em 5em;
}

	.grid ul li {
		width: 50%;
		float: left;
	}
	.grid ul li:nth-child(odd) {
		padding-right: 1em;
		clear: left;
	}

      .grid {
  		overflow: hidden;
			margin: 0 auto;
		}

		.grid li > div {
			min-height: 200px;
		}

		.grid li a {
			color: #fff;
		}
		

	}


@media all and (min-width: 1020px) {

h1 {
	font: 790%/1.1 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: .2em;
}

h2 {
	font: 410%/1.1 'Roboto', sans-serif;
	font-weight: 300;
}

h3 {
	font: 135%/1.1 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
}

p {
	font: 130%/2.5 'Raleway', sans-serif;
	font-weight: 200;
	padding-bottom: 1.5em;		
}

.contact_copy {
	font: 160%/1.5 'Raleway', sans-serif;
	font-weight: 200;
}

.product_type {
	font: 100%/1.5 'Raleway', sans-serif;
	font-weight: 200;
}

.spaceafter_head {
	padding-bottom: 3em;
}

nav ul {
	list-style: none;
	width: 24em;
	margin: 0 auto;
	padding: 0; 
}

nav li a {
	padding: 20px 15px 18px 15px;
	font: 115%/1.4 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: .07em;
	}

.body_wrapper {
	margin: 0 auto;
	max-width: 75em;
	padding: 3.5em 8em 3.5em 8em;
}

.image_wrapper {
	padding-bottom: 8em;
}

.image_wrapper_mid {
	padding-bottom: 3em;
}
.responsive {
    width: 80%;
    height: auto;
} 

}



