@charset "UTF-8";
@-ms-viewport{ width: device-width; }

/* 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 {

	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

nav, ol, ul, li { list-style-type: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

*,
*:before,
*:after {
    box-sizing: inherit;
}

html { overflow-y: scroll; }

html, body {
	margin: 0;
	padding: 0;

	width: 100%;
	max-width: 100%;

	height: 100%;
	max-height: 100%;
	min-height: 100vh;
}

html {
	color: #202501;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 100%;
	min-width: 200px;
}

body {
	height: 100vh !important;
	position: relative;
}

main {
	background-color: white;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

p { line-height: 1.6; }

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1em 0 .5em; padding: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0; padding: 0;
}

sup { 
  vertical-align: super;
  font-size: 50%;
}

#inner-wrap {
	background: white;
	width: 80%;
	margin: 0 auto; padding: 0;
}

.clear{ clear:both; }

.row { display: flex; /* equal height of the children */ }

.col {  flex: 1 0 auto; /* additionally, equal width */ }



/* Main Styles
--------------------------------------------- */

#fadein { animation: fadein .6s; }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#header {
	background-color: #4d4c26;
	line-height: 0;
	margin: 0; padding: 0;
	width: 100%;
	float: left;
}

#header-wrapper-center {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

#header-wrapper {
	width: 100%;
	margin: 0;
	padding: 1% 0;
	float: left;
}

#logo {
	width: 180px !important;
	position: relative;
	z-index: 1;
	float: left;
}



/* English/French Navigation 
--------------------------------------------- */

#enfr {
	width: 10%;
	margin: 1.6em 0 0;
	padding: 0;
	text-align:left;
	z-index: 4;
	float: right;
}

#enfr ul {
	list-style-type: none;
	text-align: right;
	margin: 0; padding: 0;
	border-bottom: none; 
}

#enfr ul li {
	text-align: right;
	list-style: none;
	width: 28px;
	margin: 0; padding: 8% 0 4%;
	float: right;
}

#enfr ul li a {
	color: #c8c89e;
	font-size: .90em;
	text-decoration: none;
	display: inline-block;
	margin: 0; padding: 0;
	float: right;
}

#enfr ul li a:hover { color: white !important; }

#enfr ul li a.active-link { color: white; }

#flag {
	text-align: right;
	width: 100%;
	margin: 0 0 .25em; padding: 0;
	float: right; }
	
#flag img { width: 46px; margin:0; padding:0; }



/* Navigation 
--------------------------------------------- */

nav {
	width: 50%;
	margin: 2.25em 0 0;
	text-align:left;
	float: right;
}

nav ul	{
	font-size: .90em;
	list-style: none;
	text-align: right;
	margin: 0 !important;
	padding: 0;
	z-index: 0;
	border-bottom: none;
}

nav ul li {
	text-align: center;
	padding: 3% 0 1%;
	display: inline-block;
}

nav ul li:nth-of-type(1) { width: 80px; }
nav ul li:nth-of-type(2) { width: 90px; }
nav ul li:nth-of-type(3) { width: 100px; }

nav ul li a {
	color: #c8c89e;
	font-size: 1em;
	text-decoration: none;
}

nav ul li a:hover { color: white; }

nav ul li a.active-link { color: white; }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	cursor: pointer;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox] { display: none; }

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu { display: block; }

.fixedPosition { position: fixed; }


/* Nav Media Query
--------------------------------------------- */

@media screen and (max-width: 780px) {
	nav {
		width: 40%;
		margin: .25em 0 0; padding: 0;
		position: relative;
		top: 0 !important; right: 0;
		opacity: 1.0 !important; z-index: 2;
		filter: alpha(opacity=100); /* For IE8 and earlier */ }

	nav ul {
		margin: 0; padding: 8em 0 0;
		top: 0; right: 0;
		display: none; z-index: -1;
		position: fixed; }

	/*Create vertical spacing*/
	nav ul li {
		font-weight: normal;
		line-height: 40px;
		width: 100% !important;
		margin: 0; padding: 0; }
		
	nav ul li:nth-of-type(1) { margin-top: 10%; }
	nav ul li:nth-of-type(4) { padding-bottom: 1em; }

	nav ul li:hover { background: #676532; }

	li:hover a {
		background-color: #676532;
		color: white !important; }
	
	/*Style*/
	nav ul li a {
		font-size: 1.2em;
		font-family: "Lato", sans-serif;
		border-bottom: none !important;
		margin: 0;
		height: 100%;
		display: block; }

	nav ul li a.active-link {
		font-size: 1.5em;
		text-decoration: underline; }

	nav ul li a:hover {
		color: white !important;
		width: 100%; }
		
	/*Display 'show menu' link*/
	.show-menu {
		width: 100%;
		text-align: right;
		z-index: 999;
		display: block; 
		float: right; }
		
	.show-menu img { width: 49px !important; }
		
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu {
		width: 100%; background-color: #4d4c26 !important;
		height: 100% !important; display: inherit; }
}

@media screen and (max-width: 480px) {
	nav { margin: .5em 0 0; }
	nav ul { margin: 0; padding: 8em 0 0; }
}

@media screen and (max-width: 350px) {
	nav { width: 30%; margin: .5em 0 .25em; }
}
	
	

/* Colour Band Under Header
--------------------------------------------- */

#top-band {
	background: #676532;
	width: 100%;
	margin: 0; padding: 0; 
	border-bottom: thin solid #c8c89e;
	border-top: thin solid #c8c89e;
	z-index: 3;
	float: left;
}

#band-wrapper { width: 80%; margin: 0 auto; display: table; }

#serving {
	color: white;
	font-size: 1em;
	text-align: left;
	width: 100%;
	padding: 1.25% 0 1.25% 2%;
	line-height: 0;
	float: left;
}

#main-pic { line-height: 0; overflow: hidden; }



/* Directional Page (Index)
--------------------------------------------- */

#bg {
	background: url(bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 200px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: relative;
	top: 0; left: 0;
}

#directions {	
	text-align: center;
	width: 250px;
	left: 0; right: 0;
	bottom: 0; 	top: 0;
	position: absolute;
	margin: auto
}

#tglogo {
	width: 100%;
	margin: 4em auto 2em;
	float: left;
}

#direct-enfr {
	width: 100%;
	float: left;
}

#direct-enfr ul {
	width: 100%;
	margin: 0; padding: 0;
	float: left;
}

#direct-enfr li:first-child {
	font-family: "Times New Roman", serif;
    width: 50%;
    margin: 0 auto; padding: 0;
	float: left;
}

#direct-enfr li:nth-of-type(2) {
	font-family: "Times New Roman", serif;
	text-align: right;
    width: 50%;
    margin: 0; padding: 0;
	float: right;
}

#direct-enfr li:first-child a {
	color: #3f4b00;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	float: none;
}

#direct-enfr li:last-child a {
	color: #3f4b00;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#direct-enfr li:hover a {
	color: #946203 !important;
	background-color: transparent;
	border-bottom: 1px solid #946203;
	padding:2px 0;
}

@media screen and (max-width: 480px) {
	#directions { width: 200px; }
	#direct-enfr li a { font-size: 1.1em !important; }
	#direct-enfr li:hover a {
		background-color: transparent;
		border-bottom: 1px solid #946203;
		padding:2px 0; }
}

@media screen and (max-width: 300px) {
	#bg { display: none; }
	#directions { background: white; }
}

@media screen and (max-width: 300px) {
	#directions { width: 180px; }
	#direct-enfr li a { font-size: 1em !important; }
	#direct-enfr li:hover a {
		background-color: transparent;
		border-bottom: 1px solid #946203;
		padding:2px 0; }
}



/* Home Page
--------------------------------------------- */

section {
	font-size: .90em;
	width: 70%;
	margin: 0 3% 0  0;
	padding: 0 2% 5%;
	float: left;
}

article {
	color: #5f4103;
	background-color: #F0F0F0;
	font-size: .90em;
	width: 30%;
	margin: 0;
	padding: 0 2% 1em;
	float: right;
}

#spacer-2 { display: none; }

#homepage-arrow {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	float: left;
}

#homepage-arrow img { width: 50px; }

#contact {
	width: 100%;
	margin: 0;
	position: relative;
	text-align: center;
	float: left;
}

.weed-master {
	color: #5f4103;
	font-weight: bold;
	text-decoration: none;
}
.weed-master:hover { color: #f5a41c; }

#contact p:nth-child(1) { font-size: 1.3em; margin: 0; padding: 0; }
#contact p:nth-child(2) { margin: 0 0 1em; padding: 0; }
#contact p:nth-child(3) { font-size: 1.1em; margin: 0; padding: 0; }
#contact p:nth-child(4) { margin: .2em 0 0; padding: 0; }



/* Products Page
--------------------------------------------- */

#products-left {
	font-size: .90em; 
	width: 100%;
	margin: 0;
	padding: 0 2% 5%;
	float: left;
}

table {
	border: 1px solid silver;
	border-collapse: collapse;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	table-layout: fixed;
}
table caption {
	font-size: 1.5em;
	margin: 0 0 .75em;
}
table tr {
	border: 1px solid silver;
	padding: 0;
}

table tr img { width: 40px; }

table th, table td {
	padding: .625em; vertical-align: top;
	text-align: left;
}
table th, table td:nth-child(2) {
	text-align: center;
}
table td:nth-child(3) {
	text-align: center;
}
table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {

	table { border: 0; }

	table caption { font-size: 1.3em; }
  
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px; }
  
	table tr {
		border-bottom: 3px solid gainsboro;
		display: block;
		margin-bottom: .625em; }
	
	table tr img { width: 30px; }
  
	table td {
		border-bottom: 1px solid gainsboro;
		display: block;
		font-size: 1em;
		text-align: left; }
  
	table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase; }

	table td:nth-child(2) {
		text-align: right; }

	table td:nth-child(3) {
		text-align: right; }

	.text-left { padding-left: 10px; }
}

.col-1-width { width: 25%; }
.col-2-width { width: 10%; }
.col-3-width { width: 10%; }
.col-4-width { width: 40%; }



/* Contact Page
--------------------------------------------- */

#contactus {
	font-size: 1.1em;
	white-space: nowrap;
	width: 80%;
	margin: 0 3% 0  0;
	padding: 0;
	float: left;
}

#contactus h1 { font-size: 1.8em; }

#contactus h2 { margin-top: 1.5em; }

#contactus p { margin-left: 1.25em; }

.contactus-color {
	color: #4a5618;
	text-decoration: underline;	
}
.contactus-color:hover { color: #946203; text-decoration: none;  }

#address {
	width: 100%;
	margin: 0; padding: 0;
	display: block;
	border-top: thin solid #C8C8A4;
	white-space: nowrap;
	float: none;
}

#phone {
	width: 100%;
	margin: 0; padding: 0;
	border-top: thin solid #C8C8A4;
	white-space: nowrap;
	float: left;
}

#phone p { font-size: 1.2em; }

#email {
	font-size: 1em;
	width: 80%;
	margin: 0;
	padding: 0;
	float: left;
}

#captcha { width: 130px; }

#contactpage-arrow {
	width: 100%;
	margin: 8% 0 0; padding: 0;
	position: relative;
	text-align: center;
}

#contactpage-arrow img { width: 50px; }



/* Contact Page - Contact Form
--------------------------------------------- */

#contactform {
	width: 80%;
	margin-top: 2em;
	float: left;
}

#contact-form label {
    display: block;
    margin: 0;
}

#fieldset {
	border: thin solid #C8C8A4;
	padding: 0 1em 3em;
}

#fieldset legend {
	background: white;
	font-size: 1.5em;
	font-style: normal;
}

#fieldset label {
	font-style: normal;
	display: block;
}

#fieldset input {
	background-color: #F0F0F0;
	font-family: 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	border: none;
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	display: block;
	float: left;
}

#fieldset input[type=text] {
	padding: .5em 0 .5em 10px;
    box-sizing: border-box;
}

#fieldset input[type=email] {
	padding: .5em 0 .5em 10px;
    box-sizing: border-box;
}

#fieldset textarea {
	background-color: #F0F0F0;
	font-family: 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	border: none;
	width: 100%;
	margin: 1em 0 0;
	padding: .5em 0 .5em 10px;
	box-sizing: border-box;
	display: block;
	float: left;
}

#fieldset input[type=submit] {
	background-color: #C8C8A4;
	font-size: 1.2em;
	border: none;
	width: 100%;
	margin: 1em 0 0;
	padding: .25em 0;
	display: block;
	float: left;
}

#fieldset input[type=submit]:hover {
	background-color: #B4B494;
	border: none;
}

#recaptcha { text-align: center; overflow: hidden; }

.submit	{
	width: 302px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	float: right;
}

.submit:hover {
	color: white;
	font-weight: bold;
	width: 11%;
	cursor: pointer;    
}

.g-recaptcha > div {
    width: 100% !important;
}

@media screen and (max-width: 400px){
	.g-recaptcha {
		width: 150px; 
		transform:scale(0.6);
		-webkit-transform:scale(0.6);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		margin-bottom: -30px; }

	.g-recaptcha iframe {
		width: 302px; }
}



/* Footer
--------------------------------------------- */

footer	{
	clear: both;
	background: #676532;
	border-top: 4px solid #676532;
	width: 100%;
	float: left;
}

#footercontact {
	width: 80%;
	margin: 0 auto;
	padding: .5em 0;
	position: relative;
	display: table;
}

#bottom-logo {
	width: 125px;
	margin: 0; padding: 0;
	display: block;
	float: left;
}

#bottom-logo img {
	width: 150px;
	min-width: 150px;
}

#reliable {
	color: white;
	font-size: .90em;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(51,51,51,1.5);
	line-height: 1.2;
	width: 50%;
	left: 10.5em; bottom: .90em;
	position: absolute;
}

#copy-strip {
	background: #5b592f;
	text-align: right;
	width: 100%;
	margin: 0 auto;
}

#copyright {
	color: white;
	font-size: .70em;
	text-shadow: 1px 1px 2px rgba(51,51,51,0.5);
	text-align: left;
	width: 80%;
	margin: 0 auto;
	padding: .75em 0 .75em 2%;
}	


/* Media Queries Except for Nav
--------------------------------------------- */

@media screen and (max-width: 1200px) {
	#enfr { margin: 1.55em 0 0; padding: 0; }
	#header-wrapper-center { width: 90%; }
	#inner-wrap { width: 90%; }
	#band-wrapper, #footercontact { width: 90%; }
	#products-left { width: 100%; margin: 0 auto; float: none; }
	#copyright { width: 90%; }
	#footercontact { width: 90%; }
}	

@media screen and (max-width: 1000px) {
	#enfr { margin: 1.5em 0 0; padding: 0; }
	#band-wrapper { width: 90%; }
	#serving { padding: 1.75% 0 1.75% 2%; }
	#homepage-arrow img { width: 40px; }
	#contactpage-arrow img { width: 40px; }
	#contact { font-size: .95em; }
	#content-left { width: 20%;  }
	section { font-size: .90em; }
	article { font-size: .90em; }
}

@media screen and (max-width: 780px) {
	#logo { width: 160px; z-index: 5; }
	#flag { display: none; }
	#serving { font-size: 1em; padding: .75em 0; }

	#enfr {
		width: 40%;
		margin: .5em 0 0;
		top: 0; right: 0;
		position: relative; }

	#inner-wrap { width: 100%; }

	#band-wrapper, #footercontact { width: 90%; }
	
	section {
		width: 90% !important;
		margin: 0 auto 2em; padding: 0;
		font-size: .90em;
		line-height: 1.5;
		float: none; }
	
	article {
		width: 100% !important;
		padding: 0 0 1em;
		font-size: .90em;
		line-height: 1.5; }		

	#spacer { display: none; }
	#spacer-2 { display: block; }
	#homepage-arrow { display: none; }

	#contact {
		width: 90%; margin: 0 auto 3%; padding: 0;
		text-align: left;
		float: none; }

	#products-left {
		width: 90% !important;
		padding: 0 0 2em;
		font-size: .90em;
		line-height: 1.5; }

	#contactus { width: 50%; margin: 0 0 1em 0; padding: 0; }
		
	#contactpage-arrow img { width: 40px; }
	
	#email {
		width: 100%;
		margin: 5% auto 10%; padding: 0;
		display: table;
		float: none; }
		
	#contactform {
		width: 100%;
		margin: 0; padding: 0;
		float: left; }
	
	#fieldset legend { font-size: 1.50em; }

	#reliable {
		font-size: .85em;
		width: 60%;
		left: 11em; bottom: .90em; }

	h1 { font-size: 1.6em; }
	h2 { padding: 0; }

	.row { display: block; }
}

@media screen and (max-width: 480px) {
	h1 { font-size: 1.6em; }
	h2 { padding: 0 ; }

	article {
		width: 100% !important;
		padding: 0 0 1em;
		font-size: .80em;
		line-height: 1.5; }
	
	#header-wrapper { padding: 2% 0; }
	#logo { width: 150px !important; z-index: 5; }
	#enfr { margin: .25em 0 0; }
	#enfr ul li a { font-size: 1em; }	
	#serving { font-size: .95em; padding: .75em 0; }
	#contact {
		margin: 0 auto 4%; padding: 0;
		text-align: left;
		float: none; }
	#spacer { display: none; }

	#products-left td:first-child { background-color: #F0F0F0; }
	
	#contactus { width: 100%; }

	#reliable {
		font-size: .80em;
		width: 70%;
		left: 5em; bottom: .6em; }
	#footercontact { padding: .25em 0 0; }
	#bottom-logo { width: 100%; }
	#bottom-logo img { width: 100px; }
	#reliable {
		font-size: .80em;
		width: 100%;
		margin-bottom: .75em;
		position: static;
		float:left; }
	#copy-strip { border-top: thin solid silver; }
	#copyright { padding: 2% 0; }
	.ghost {
		opacity:0 !important;
		background-color: transparent !important; }
}


@media screen and (max-width: 350px) {

	section { font-size: .90em; padding: 0 !important; }
	article {
		width: 100% !important;
		padding: 0 0 1em;
		font-size: .80em;
		line-height: 1.5; }	
	
	#header-wrapper { padding: 2% 0; }
	#logo { width: 140px; z-index: 5 }

	#flag { display: none; }
	#serving { font-size: .90em; padding: .90em 0; }
	
	#contact {
		margin: 7% 5% 1%; padding: 0;
		text-align: left;
		float: left; }

	#contact p:nth-child(1) { font-size: 1.3em; margin: 0; padding: 0; }
	#contact p:nth-child(2) { font-size: 1.2em; margin: 0 0 1em; padding: 0; }
	#contact p:nth-child(3) { font-size: 1.3em; margin: 0; padding: 0; }
	#contact p:nth-child(4) { font-size: 1.2em; margin: .2em 0 0; padding: 0; }

	#contactform { margin: 0; }
	#fieldset textarea { font-size: 1.1em; }

	#footercontact { padding: .25em 0 0; }
	#bottom-logo { width: 100%; }
	#bottom-logo img { min-width: 80px; }
	#reliable {
		font-size: .80em;
		width: 100%;
		position: static;
		float:left; }

	.ghost {
		opacity:0 !important;
		background-color: transparent !important; }
}

@media screen and (max-width: 320px) {
	h1 { font-size: 1.5em; }
	article { padding: .5em 0 2em; }
	#logo { width: 130px !important; }
	#enfr { width: 30%; margin: .75em 0 0; }
	#reliable { font-size: .80em; }
	#contactus { min-width: 200px; }
	#fieldset textarea { font-size: 1em; }
	.ghost {
		opacity:0 !important;
		background-color: transparent !important; }
}

@media screen and (max-width: 300px) {
	#serving { font-size: .85em; padding: .90em 0; }
	#fieldset textarea { font-size: 1em; }
	.ghost {
		opacity:0 !important;
		background-color: transparent !important; }	
}

