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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
*{
	box-sizing:border-box;
}
#header{
	text-align: center;
	padding:10px 0;
}
body{
	background: #8ac255;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.1;
}
h1{
	font-size: 38px;
	font-weight: 900;
	line-height: 1.2;
}
h2{
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
     color: #cd6d27;
}
h3{
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
     color: #cd6d27;
}
h4{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
h5{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
p{
	font-size: 20px;
	line-height: 1.2;
}
ul li{
	list-style: disc;
	margin:5px 35px;
}
.container{
	background: #fff;
	margin:0 auto;
	max-width: 980px;
	width: 100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#main{
	background:#fff;
}
#header img{
	margin:10px;
}
#header .button{
	margin:10px;
	float: right;
}
.one-half{
	float: left;
	width: 50%;
}

strong{
	font-weight: 700;
}

.orange-curve{
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background: #cd6e26;
	color:#fff;
	padding: 20px;
	margin:10px;
	line-height: 2.2;
	height: 200px;
}
.orange-curve h2{
	color:#fff;
}
.button{
	background: #cd6e26;
	color:#fff;
	padding: 20px;
	border-radius: 10px;
	text-decoration: none;
	margin:10px 0;
	display: inline;
	font-size:24px;
}
.button:hover{
	opacity: 0.8;
}
.grey-curve{
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background: #e3e3df;
	padding: 20px;
	margin:10px;
	height: 200px;
}

.text-center{
	text-align: center;
}
.uppercase{
	text-transform: uppercase;
}

.headerRow{
	background:#cd6e26;
	color:#fff;
	font-weight: 500;
	font-size: 24px;
	padding: 10px;
}
.weedTable{
	border:1px solid #cccccc;
	margin:20px;
}
.tableRow .weed-half{
	background: #cccccc;	
	color:#000;
	font-weight: 500;
	font-size: 24px;
}
.tableRow{
	border-bottom: 1px solid #e3e3df;
}
.application{
	padding: 10px;
	height: 100px;
	display: table;
}
.tableRow .weed{
	float: left;
	padding: 5px;
}
.tableRow .weed img{
	height: 90px;
	width: 140px;
}
.tableRow .weed-name{
	float: left;
	padding: 5px;
	line-height: 1;
	height: 100px;
	display: table;
}
.weed-name span,.application span{
	display: table-cell;
	vertical-align: middle;
}
.padding{
	padding:20px;
}
.margin-bottom{
	margin-bottom: 20px;
}

@media screen and (max-width: 480px){
	.one-half,.container{
		width: 100%;
	}
	#header img{
		max-width: 80%;
	}
	#header .button{
		display: inline-block;
		float: none;
	}
	.padding{
		padding: 5px;
	}
	.button{
		display: inline-block;
		margin:5px;
	}
}