/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #323232;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.5;
	margin:0;
	padding:0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p, .companyContactInfo
{
	margin:0 0 25px 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	border:none;
}

a
{
	color:#f27522;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


h1, h2, h3, h4, h5, h6
{
	font-family: 'Cabin', sans-serif;
	font-weight:700;
}

h1
{	width:100%;
	margin:0 0 25px 0;
	padding:0 0 5px 0;
	font-size:1.500em;
	border-bottom:solid 2px #bcc0c2;
}

h2
{
	color:#4d8abe;
	font-size:1.125em;
	margin:0 0 6px 0;
}


.container
{
	display:block;
	position:relative;
	width:998px;
	margin:0 auto;
	
}




/* ==========================================================================
     Header
   ========================================================================== */

header
{
	position:relative;
	height:136px;
	/*z-index:9999;*/
}

	.contact-us
	{
		float:right;
		margin:12px 0 0 0;
	}
	
		.contact-us:before
		{
			content: URL('/assets/img/contact-us-icon.png');
		}
		
			.lt-ie8 .contact-us:before
			{
				content: " ";
			}
		
	.logo
	{
		margin:12px 0 0 0;
		float:left;
	}
	
	
	/* ==========================================================================
     Navigation
   ========================================================================== */
	
	nav
	{
		position:absolute;
		bottom:2px;
		right:0;
		width:auto;

		}
	
		nav ul 
		{
			display:block;
			position:relative;
			list-style-image:none;
			height:30px;
			width:auto;
			padding:0;
			margin:0;

 		 }
		 
			 nav  ul li
			{
			  display:block;
			  position:relative;
			  float:left;
			  height:30px;
			  width:auto;
			  padding:0;

			}
			
				 nav  ul li > a
				 {
					display:block;
					float:left;
					margin:0 0 0 2px;
					padding:0 8px;
					width:auto;
					height:30px;
					font-size:0.938em;
					color:#fff;
					text-shadow: 0px 1px 2px #3a6b98;
					text-decoration:none;
					line-height:30px;
					background:#4d8abe;
					
					
					
					transition:height 0.1s, color 0.1s, margin-top 0.1s, line-height 0.1s;
					-moz-transition:height 0.1s, color 0.1s, margin-top 0.1s, line-height 0.1s; /* Firefox 4 */
					-webkit-transition:height 0.1s, color 0.1s, margin-top 0.1s, line-height 0.1s; /* Safari and Chrome */
					-o-transition:height 0.1s, color 0.1s, margin-top 0.1s, line-height 0.1s; /* Opera */
					
					behavior: url(/assets/js/vendor/PIE/PIE.htc);
				 }
				 
				 	nav  ul li a:hover, nav ul li.selectedSubNav > a
					{
						color:#eee;
						height:38px;
						margin-top:-8px;
						line-height:38px;
						
					}
							.lt-ie8 nav ul li a:hover
							{
								padding:0 8px 8px 8px;
							}
							
								.lt-ie8 nav ul li.selectedSubNav > a, .lt-ie8 nav ul li.hasSubNav > a
								{
									height:30px !important;
									
								}
								
								.lt-ie8 nav  ul li a.sel
								{
									padding:0 22px 8px 8px;
									
								}
					
							.lt-ie8 nav ul li.hasSubNav > a:hover
							{
								padding:0 22px 8px 8px;
							}
							
							.lt-ie8 nav ul li.selectedSubNav > a
							{
								padding:0 22px 8px 8px;
								height:38px;
								margin-top:-8px;
								line-height:38px;
							}
							
							.lt-ie8 nav ul li.selectedSubNav > a:hover
							{
								padding:0 22px 8px 8px;
							}
							
							
							
						nav  ul li a.sel
						{
							color:#eee;
							height:38px;
							margin-top:-8px;
							line-height:38px;
							
						}		
						
						nav ul li.selectedSubNav > a
						{
							padding-right:22px;
							background:url(/assets/img/upArrow.png) 94% 50% no-repeat #4d8abe;
						}
					
					nav ul li.hasSubNav > a
					{
						padding-right:22px;
						background:url(/assets/img/downArrow.png) 94% 50% no-repeat #4d8abe;
					}
					
					
					
				/*	nav ul li.hasSubNav > a:after
					{
						content: "";
						display:block;
						position:absolute;
						top:50%;
						right:8px;
						width: 0; 
						height: 0;
												
						border-width:5px;
						border-style:solid;
						border-color:#fff transparent transparent;
						
						text-shadow: 0px 1px 2px #3a6b98;
						
						transition:top 0.1s, border-top 0.1s;
						-moz-transition:top 0.1s, border-top 0.1s; 
						-webkit-transition:top 0.1s, border-top 0.1s; 
						-o-transition:top 0.1s, border-top 0.1s; 
						
						
					}
					
						.lt-ie9 nav ul li.hasSubNav > a
						{
							background:url(/assets/img/downArrow.png) 95% 50% no-repeat #4d8abe;
						}*/
					
				/*		nav ul li.hasSubNav > a:hover:after
						{
							border-top:5px solid #eee;
							top:36%;
						}
					
					nav ul li.selectedSubNav > a:after
					{
						content: "";
						position:absolute;
						top:36%;
						right:8px;
						width: 0; 
						height: 0; 
						border-left: 5px solid transparent;
						border-right: 5px solid transparent;
						
						border-bottom: 5px solid #fff;
						
						transition:top 0.1s, border-bottom 0.1s;
						-moz-transition:top 0.1s, border-bottom 0.1s; 
						-webkit-transition:top 0.1s, border-bottom 0.1s; 
						-o-transition:top 0.1s, border-bottom 0.1s; 
						
						behavior: url(/assets/js/vendor/PIE/PIE.htc);
					}
					
						.lt-ie9 nav ul li.selectedSubNav > a
						{
							background:url(/assets/img/upArrow.png) 95% 50% no-repeat #4d8abe;
						}*/
					
						
				 
					nav ul li ul
				  {
					display:none;
					position:absolute;
					top:31px;
					left:2px;
					z-index:999;
					margin:0;
					list-style-type:none !important;
					width:auto !important;
					height:auto !important;
					padding:16px 20px 3px 13px;
					background:#4d8abe;
				  }
				  
				  nav ul li ul li
					{
					  position:relative;
					  width:auto !important;
					  display:block !important;
					  float:left !important;
					  clear:both;
					  padding:0 0 12px 0;
					  background:#4d8abe;
					  height:30px !important;
					}
					
						 nav ul li ul li a
						 {
						 	display:block;
							margin:0;
							width:auto;
							height:auto;
							font-size:12px;
							font-weight:normal;
							color:#fff;
							text-decoration:none;
							line-height:12px;
							white-space:nowrap;
							
							transition:none;
							-moz-transition:none;
							-webkit-transition:none;
							-o-transition:none;
							
							
						 }
						 
						 	 .lt-ie8 nav ul li ul li a:hover
							 
							 {
							 	margin:0 !important;
								padding-left:8px !important;
								line-height:12px !important;
								
								
							 }
						 
						 	 nav ul li ul li a:hover
							 {
							 	color:#eee;
								height:inherit;
								margin-top:inherit;
								line-height:inherit;
							}


/* ==========================================================================
     Homepage
   ========================================================================== */					
					
	.main-home
	{
		position:relative;
		margin:0 0 180px 0;
		display:block;
		width:100%;
		height:568px;
		background:url(/assets/img/homeBg.jpg) no-repeat;

	}
	
	
      	.main-home h1
		{
			display:block;
			color:#fff;
			font-size:1.625em;
			text-shadow: 0px 1px 2px #000;
			line-height:30px;
			padding:20px 0 0 20px;
			margin:0;
			border:0;
		}
		
		.zipSearch-home
		{
			display:block;
			position:absolute;
			top:362px;
			left:216px;
			height:129px;
			width:566px;
			padding:10px 0 22px 0;
			background: rgb(255, 255, 255); 
			background: rgba(255, 255, 255, 0.8); 
			
			-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.60);
			-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.60);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.60);

			
		}	
			
			.lt-ie9 .zipSearch-home
			{
				background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */    filter: 						progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */      zoom: 1;
			
			behavior: url(/assets/js/vendor/PIE/PIE.htc);
			}
		
			.zipSearch-home h2
			{
				position:relative;
				display:block;
				width:100%;
				margin:0;
				font-size:1.938em;
				color:#4d8abe;
				text-shadow: 0px 2px 2px #fff;
				text-align:center;
			
			}
			
				.lt-ie8 .zipSearch-home h2
				{
					position:relative;
					display:block;
					width:100%;
					margin:0;
					font-size:1.938em;
					color:#4d8abe;
					text-shadow: 0px 2px 2px #fff;
					text-align:center;

				}
			
		.zipSearch-home	input[type=text]
			{
				float:left;
				height:53px;
				width:258px;
				background:#fff;
				margin:5px 0 0 71px;
				color:#a0a0a0;
				font-size:1.500em;
				text-indent:10px;
				-webkit-border-radius: 6px;
         		 border-radius: 6px;
				 border:solid 1px #9a9f9e;
				 
				 -webkit-box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.5);
         		 box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.5);

			}
			
				.lt-ie9 input[type=text]
				{
					line-height:2.100em;
				}
				
					.lt-ie8 input[type=text], .lt-ie8 input[type=submit]
					{
						margin-top:-12px;
						
					}
			
			.zipSearch-home	input[type=submit]
			{
				float:left;
				display:block;
				width:140px;
				height:53px;
				border:0;
				margin:5px 0 0 5px;
				background:url(/assets/img/searchBtn.png) 0 0 no-repeat;
				cursor:pointer;
			}
			
				.zipSearch-home	input[type=submit]:active
				{
					background:url(/assets/img/searchBtn.png) 0 -55px no-repeat;
				}
			
		
		.home-content
		{
			display:block;
			width:380px;
			height:187px;
			position:absolute;
			left:22px;
			bottom:-152px;
			padding:24px 20px 14px 20px;
			background:#fff;
			
			-webkit-box-shadow: 0 10px 0 #fff, 0 0 5px #333;
			box-shadow: 0 10px 0 #fff, 0 0 5px #333;
			
			behavior: url(/assets/js/vendor/PIE/PIE.htc);
		}
		
			.home-content p
			{
				font-size:0.813em;
				line-height:1.500em;
				margin:0;
			}
			
		.home-logos
		{
			display:block;
			width:534px;
			height:187px;
			position:absolute;
			right:22px;
			bottom:-152px;
			padding:18px 20px 14px 40px;
			background:#fff;
			vertical-align:top;
			
			-webkit-box-shadow: 0 10px 0 #fff, 0 0 5px #333;
			box-shadow: 0 10px 0 #fff, 0 0 5px #333;
			
			behavior: url(/assets/js/vendor/PIE/PIE.htc);
		}
		
			.home-logos h3
			{
				font-size:1.188em;	
				text-align:center;
				margin:0 0 11px 0;
			}
			
			.home-logos a
			{
				display:block;
				float:left;
				margin:5px 10px;
			}


/* ==========================================================================
     Content Page
   ========================================================================== */

.zipSearch-content
{
	
	width:100%;
	height:64px;
	background:#eaf4fb;
	padding:10px 0 0 0;
	
	
	-webkit-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.25);
     box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.25);
	 
	 behavior: url(/assets/js/vendor/PIE/PIE.htc);
	 
	 
}


	
	.zipSearch-content h2
	{
		display:inline;
		float:left;
		width:auto;
		margin:5px 0 0 138px;
		font-size:1.563em;
		color:#4d8abe;
		text-shadow: 0px 2px 2px #fff;
		
		behavior: url(/assets/js/vendor/PIE/PIE.htc);
	}
	
		.zipSearch-content input[type=text]
			{
				float:left;
				height:36px;
				width:200px;
				background:#fff;
				margin:5px 0 0 15px;
				color:#a0a0a0;
				font-size:1.00em;
				text-indent:6px;
				-webkit-border-radius: 6px;
         		 border-radius: 6px;
				 border:solid 1px #9a9f9e;
				 
				 -webkit-box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.5);
         		 box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.5);
			}
			
			 .zipSearch-content input[type=submit]
			{
				float:left;
				display:block;
				width:97px;
				height:36px;
				border:0;
				margin:5px 0 0 5px;
				background:url(/assets/img/searchBtn.png) 0 0 no-repeat;
				background-size:97px 72px;
				cursor:pointer;
			}
			
					.lt-ie9 .zipSearch-content input[type=submit]
					{
						background:url(/assets/img/searchBtn-IEcontent.png) 0 0 no-repeat;
					}
			
				.zipSearch-content input[type=submit]:active
				{
					background:url(/assets/img/searchBtn.png) 0 -36px no-repeat;
					background-size:97px 72px;
				}
				
					.lt-ie9 .zipSearch-content input[type=submit]:active
					{
						background:url(/assets/img/searchBtn-IEcontent.png) 0 -36px no-repeat;
					}
				
	.content-content
	{
		float:left;
		width:715px;
		margin: 36px 0 10px 18px;
	}
	
		.content-content h1:after
		{
			content: URL('/assets/img/header-icon.gif');
			margin:0 0 0 8px;
		}
		
			.lt-ie8 .content-content h1:after
			{
				content: " ";
			}
		
	.content-logos
	{
		float:right;
		width:240px;
		height:628px;
		margin: 80px 0 20px 0;
		padding:0 0 0 40px;
		text-align:center;
		background:url(/assets/img/logoBarBg.png) 0 0  no-repeat;
	}
	
		.content-logos h3
		{
			font-size:1.188em;	
			line-height:1.188em;
			text-align:center;
			margin:0 0 25px 0;
		}
		
		.content-logos a
			{
				position:relative;
				width:auto;
				display:block;
				margin:0 auto 20px auto;
			}


/* ==========================================================================
     Zipcode Results
   ========================================================================== */

.zipcode-result
{
	display:block;
	
	clear:both;
	width:80%;
	margin:0 0 35px 0;
	padding:15px 0 22px 15px;
	border-bottom:solid 1px #bcc0c2;
}

	.zipcode-result:last-child
	{
		border-bottom:none;
	}
	
	.zipcode-result h2
	{
		width:55%;
		line-height:22px;
	}

.cert
{
	width:29%;
	float:right;
	margin:0 15px 0 0;
	font-size:85%;
}

	.cert h4
	{
		margin-top:0;
	}

	.cert ul
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
		.cert ul li
		{
			display:block;
			float:left;
			clear:both;
			margin:0 0 12px 0;
			line-height:300%;
		}
		
			.cert ul li div 
			{
				display:block;
				Float:left;
				margin:-0 10px 0 0;
			}


.canada, .food-protection, .green-pro, .schools{
	background: url(/assets/img/zipcode-logos.png) no-repeat;
}


.canada{
	background-position: 0 -162.99998474121094px ;
	width: 45px;
	height: 68px;
}

.food-protection{
	background-position: 0 -105px ;
	width: 45px;
	height: 51px;
}

.green-pro{
	background-position: 0 -56px ;
	width: 45px;
	height: 41px;
}

.schools{
	background-position: 0 0;
	width: 45px;
	height: 53px;
}


/* ==========================================================================
     Contact
   ========================================================================== */

label
{
	display:inline-block;
	float:left;
	clear:left;
	width:185px;
	color:#4d8abe;
	font-size:1.125em;
	font-weight:bold;
}

input[type=text], textarea
{	
	display:inline-block;
	float:left;
	height:40px;
	width:225px;
	background:#fff;
	margin:-10px 0 30px 0;
	color:#a0a0a0;
	font-size:1em;
	 border:solid 1px #9a9f9e;
	-webkit-box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

	textarea
	{
		height:80px;
	}
	
input[type=submit]
{
		margin:0 0 0 337px;
		padding:0 8px;
		width:auto;
		height:30px;
		font-size:0.938em;
		font-weight:bold;
		color:#fff;
		text-shadow: 0px 1px 2px #3a6b98;
		text-decoration:none;
		line-height:30px;
		background:#4d8abe;
		border:solid 1px #3a6b98;
		float:left;
		cursor:pointer;
		
}
input[type=submit]:active
{
	-webkit-box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.4);
   	box-shadow: 0px 1px 2px #fff, inset 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.feedbackForm {padding-bottom:10px;}




/* ==========================================================================
     Footer
   ========================================================================== */


Footer
{
	display:block;
	width:100%;
	border-top:solid 1px #323232;
	padding:20px 0 0 0;
	text-align:center;
	font-size: 0.813em;
}
    Footer p
    {
        padding: 0 20px;
        text-align: left;
    }
    Footer .google-plus-social
    {
        float: right;
    }
    Footer .google-plus-social img
    {
        margin:0;
    }
	Footer img
	{
		margin:30px auto 15px auto;
	}



/* ==========================================================================
     Form Validation Plug-in 
   ========================================================================== */		
	
	
	
	.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: red;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: red;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

	
	





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
