/* @override 
	http://www.soilmoist.com/css/jrm-fluid.css
	http://jrm-v5.site/css/jrm-fluid.css */

/* @group Universal */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
   	vertical-align: top; removed from block by us
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* HTML5 elements */
article, aside, figure, footer, header, main, nav, section {display: block;}

body, html {
	background: #ffffff url(../images-jrm/jrm-bg.jpg) no-repeat center top;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, Swiss, sans-serif;
	line-height: 1.6;
}

#test {
	margin-bottom: 10em;
}

.wrap {width: 100%; overflow: auto;}


img {max-width: 100%; height: auto; width: auto\9;/*ie8*/}
/* height: auto; seems to override any height or width attributes in the HTML*/

nav {
	position: relative;
	z-index: 5000;
}

#menu-icon {display: none;}

main {margin-bottom: 3em;}

.home-features {
	border-top: 1px solid #aad164;
	border-bottom: 1px solid #aad164;
	margin-bottom: 1em;
	padding-bottom: 1.5em;
}

#footer {
	background-color: #441155;
	color: #ffffff;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

p.rt-float, img.rt-float {
	position: relative;
	float: right;
}


/* TYPOGRAPHY */

h1 {
	color: #aa1166;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .75em 1em;}

h1 + hr {margin-bottom: 2.5em;}

main h2, main h3 {color: #557700; font-weight: bold; margin-bottom: 1em;}
main p {margin-bottom: 1em;}

main ol, main ul {margin-bottom: 1.5em;}
main li {margin-left: 1em;}

.home-features h2 {
	color: #aa1166;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 1em;
}

#page-nav {
	color: #557700;
	margin-bottom: 2em;
	padding-bottom: .125em;
}

hr {
	border: none 0;
	clear: both;
	width: 98%;
	height: 1px;
	margin: 0 0 1em 1%;
	padding: 0;
	/* left align in IE, Opera */
	text-align: left;
}

main hr {border-top: 1px solid #aad164;}
#footer hr {border-top: 1px dashed #ffffff;}


/* LINKS */

a:link    {color: #557700;}
a:visited {color: #445511;}
a:hover   {color: #aa1166;}
a:active  {color: #aa1166;}

#footer a:link    {color: #ffffff;}
#footer a:visited {color: #dddddd;}
#footer a:hover   {color: #ffffbb;}
#footer a:active  {color: #ffffbb;}

#footer .footer-nav a {
	background-color: #8e44ad;
	border-radius: .25em;
}

#footer #google_translate_element a {color: #333333;}

#page-nav a {
	background-color: #f7b2d8;
	border-radius: .25em;
}
#page-nav a:link	{color: #aa1166;}
#page-nav a:visited	{color: #aa1166;}
#page-nav a:hover	{background-color: #aa1166; color: #ffffff;
}
#page-nav a:active	{background-color: #aa1166; color: #ffffff;}


/* COLOR PALETTE
visit http://design-seeds.com for great options
visit http://0to255.com for shades of colors
generic colors came from http://flatuicolors.com */

.bg-magenta {background-color:	#aa1166;}
.cp-magenta {color:				#aa1166;}

.bg-magenta-light {background-color:	#fad0e8;}
.cp-magenta-light {color:				#fad0e8;}

.bg-green-dark {background-color:	#557700;}
.cp-green-dark {color:				#557700;}

.bg-green {background-color:	#aad164;}
.cp-green {color:				#aad164;}

.bg-green-a {
	background-color:	#aad164;
	background-color:	rgba(170, 209, 100, .7);
}

.bg-green-light {background-color:	#d4f1b7;}
.cp-green-light {color:				#d4f1b7;}

.bg-green-lighter {background-color:	#f2f7e5;}
.cp-green-lighter {color:				#f2f7e5;}

.bg-blue {background-color:	#2980b9;}
.cp-blue {color:			#2980b9;}

.bg-purple {background-color:	#8e44ad;}
.cp-purple {color:				#8e44ad;}

.bg-purple-light {background-color:	#eeddff;}
.cp-purple-light {color:			#eeddff;}

.bg-white {background-color:	#ffffff;}
.cp-white {color:				#ffffff;}

.bg-gray {background-color:	#cccccc;}
.cp-gray {color:			#cccccc;}

.bg-gray-dark {background-color:	#333333;}
.cp-gray-dark {color:				#333333;}

.bg-black {background-color:	#000000;}
.cp-black {color:				#000000;}


/* BUTTONS */

.btn {
	display: block;
	border-radius: .375em;
	padding: .5em 1em;
	text-decoration: none;
}/* display can also be set to inline-block */

a.btn.bg-green-dark,
a.btn.bg-magenta {color: #ffffff;}

a.btn.bg-green-dark:hover {
	background-color: #88bb33;
	color: #ffffff;
}
a.btn.bg-magenta:hover {
	background-color: #ee2299;
	color: #ffffff;
}

.downloads {
	border-top: 1px solid #aad164;
	border-bottom: 1px solid #aad164;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.downloads .btn {
	display: inline-block;
	margin-top: .5em;
	margin-bottom: .5em;
}


/* MARGIN & PADDING */

.whtspc-1  {margin: 		1em;}
.whtspc-1t {margin-top: 	1em;}
.whtspc-1r {margin-right: 	1em;}
.whtspc-1b {margin-bottom:  1em;}
.whtspc-1l {margin-left: 	1em;}

.whtspc-15 	{margin: 		1.5em;}
.whtspc-15t {margin-top: 	1.5em;}
.whtspc-15r {margin-right: 	1.5em;}
.whtspc-15b {margin-bottom: 1.5em;}
.whtspc-15l {margin-left: 	1.5em;}

.whtspc-2  {margin: 		2em;}
.whtspc-2t {margin-top: 	2em;}
.whtspc-2r {margin-right: 	2em;}
.whtspc-2b {margin-bottom:  2em;}
.whtspc-2l {margin-left: 	2em;}

.nudge-1  {padding:			1em;}
.nudge-1t {padding-top:		1em;}
.nudge-1r {padding-right:	1em;}
.nudge-1b {padding-bottom:	1em;}
.nudge-1l {padding-left:	1em;}

.nudge-15  {padding: 		1.5em;}
.nudge-15t {padding-top: 	1.5em;}
.nudge-15r {padding-right: 	1.5em;}
.nudge-15b {padding-bottom: 1.5em;}
.nudge-15l {padding-left: 	1.5em;}

.nudge-2  {padding:			2em;}
.nudge-2t {padding-top:		2em;}
.nudge-2r {padding-right:	2em;}
.nudge-2b {padding-bottom:	2em;}
.nudge-2l {padding-left:	2em;}


/* ALIGNMENT */

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}


/* FORM INPUTS */

input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {width: 96%; margin-left: 2%; margin-bottom: 1.5em;}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

input[type='radio'] {
	margin-left: 3em;
	padding: .5em;
}/* adding space to make them easier to tap or click */

input:focus, textarea:focus {background-color: #ffffee;}

label {margin-left: 1em;}

.inline-label {
	display: inline-block;
	margin-left: .5em;
}/* for things like radio buttons and checkboxes */

fieldset {
	border: 1px solid #aad164;
	border-radius: .25em;
	margin: .75em .75em 1.25em .75em;
	padding: 1em;}

.question-group {
	border: 1px solid #aaaaaa;
	display: block;
	margin-bottom: 1.5em;
}
.question-group legend {
	margin-left: .5em;
	padding: .5em;
}
.question-group label {margin-left: 0;}


/* NICOLE SULLIVAN'S MEDIA OBJECT: bit.ly/cCY3Ew
I've renamed the classes and slightly modified the code. */

.media {margin: 1em 0; padding: .625em;}
.media, .media_body {overflow: hidden;}
.media .media_img {float: left; margin-right: 1em;}
.media .media_img img {display: block;}


/* STYLING */

.shadow {box-shadow: 0 .125em .25em 0 rgba(110,10,40,.2);}

.mat {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	padding: .5625em .5625em .625em .5625em;
}

.rounded {border-radius: .5em;}


/* BACK TO TOP */

#backtotop {
	position: fixed;
	right:0px;
	bottom:15px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:24px;
	height:90px;
}
#backtotop a:hover {
	opacity:.7; /*mouse over fade effect*/
}

/* FIELDSET */

.wr_fieldset {
	width: 95%; 
	margin: 0.875em;
	padding: 0;
}

.wr_fieldset fieldset {border: 1px solid #003f76; }

.wr_fieldset legend {
	margin: 0 0.875em;
	padding: 0 0.3125em;
	color: #003f76;
	font-size: 0.875em;
	font-weight: bold;
}

.wr_fieldset_pad {
	margin: 0;
	padding: 0.5em;
}


/* TABLES & ZEBRA STRIPES */
table {border-collapse: collapse;}


caption {
	background-color: #557700;
	color: #ffffff;
	font-size: 1.125em;
	font-weight: bold;
	padding: .5em 0;
}

th {
	background: #aad164;
	font-weight: bold;
}

td, th {
	border-bottom: 1px solid #aad164;
	padding: .625em;
	vertical-align: top;
}


table.zebra-stripe tr:nth-of-type(even) {background-color: #d4f1b7;}


/* FLEXIBLE CONTAINER */

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2em;
	height: 0;
	overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */




@media all {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .grid-container:before, .clearfix:before,
  .grid-container:after,
  .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-container:after, .clearfix:after {
    clear: both;
  }

  .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5, .small-grid-5, .medium-grid-5, .grid-10, .small-grid-10, .medium-grid-10, .grid-15, .small-grid-15, .medium-grid-15, .grid-20, .small-grid-20, .medium-grid-20, .grid-25, .small-grid-25, .medium-grid-25, .grid-30, .small-grid-30, .medium-grid-30, .grid-35, .small-grid-35, .medium-grid-35, .grid-40, .small-grid-40, .medium-grid-40, .grid-45, .small-grid-45, .medium-grid-45, .grid-50, .small-grid-50, .medium-grid-50, .grid-55, .small-grid-55, .medium-grid-55, .grid-60, .small-grid-60, .medium-grid-60, .grid-65, .small-grid-65, .medium-grid-65, .grid-70, .small-grid-70, .medium-grid-70, .grid-75, .small-grid-75, .medium-grid-75, .grid-80, .small-grid-80, .medium-grid-80, .grid-85, .small-grid-85, .medium-grid-85, .grid-90, .small-grid-90, .medium-grid-90, .grid-95, .small-grid-95, .medium-grid-95, .grid-100, .small-grid-100, .medium-grid-100, .grid-33, .small-grid-33, .medium-grid-33, .grid-66, .small-grid-66, .medium-grid-66 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }
}/*/mediaquery*/




/* ---- SMALL ---- */
@media screen and (max-width: 600px) {

/* iOS and Windows Mobile font-size changes fix from Ethan Marcotte */
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}

/* @group S: Grid */

.small-grid-100:before,
  .small-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .small-grid-100:after {
    clear: both;
  }

  .hide-on-small {
    display: none !important;
  }

  .small-grid-5 {
    float: left;
    width: 5%;
  }

  .small-prefix-5 {
    margin-left: 5%;
  }

  .small-suffix-5 {
    margin-right: 5%;
  }

  .small-grid-10 {
    float: left;
    width: 10%;
  }
  .small-prefix-10 {
    margin-left: 10%;
  }
  .small-suffix-10 {
    margin-right: 10%;
  }

  .small-grid-15 {
    float: left;
    width: 15%;
  }
  .small-prefix-15 {
    margin-left: 15%;
  }
  .small-suffix-15 {
    margin-right: 15%;
  }

  .small-grid-20 {
    float: left;
    width: 20%;
  }
  .small-prefix-20 {
    margin-left: 20%;
  }
  .small-suffix-20 {
    margin-right: 20%;
  }

  .small-grid-25 {
    float: left;
    width: 25%;
  }
  .small-prefix-25 {
    margin-left: 25%;
  }
  .small-suffix-25 {
    margin-right: 25%;
  }

  .small-grid-30 {
    float: left;
    width: 30%;
  }
  .small-prefix-30 {
    margin-left: 30%;
  }
  .small-suffix-30 {
    margin-right: 30%;
  }

  .small-grid-35 {
    float: left;
    width: 35%;
  }
  .small-prefix-35 {
    margin-left: 35%;
  }
  .small-suffix-35 {
    margin-right: 35%;
  }

  .small-grid-40 {
    float: left;
    width: 40%;
  }
  .small-prefix-40 {
    margin-left: 40%;
  }
  .small-suffix-40 {
    margin-right: 40%;
  }

  .small-grid-45 {
    float: left;
    width: 45%;
  }
  .small-prefix-45 {
    margin-left: 45%;
  }
  .small-suffix-45 {
    margin-right: 45%;
  }

  .small-grid-50 {
    float: left;
    width: 50%;
  }
  .small-prefix-50 {
    margin-left: 50%;
  }
  .small-suffix-50 {
    margin-right: 50%;
  }

  .small-grid-55 {
    float: left;
    width: 55%;
  }
  .small-prefix-55 {
    margin-left: 55%;
  }
  .small-suffix-55 {
    margin-right: 55%;
  }

  .small-grid-60 {
    float: left;
    width: 60%;
  }
  .small-prefix-60 {
    margin-left: 60%;
  }
  .small-suffix-60 {
    margin-right: 60%;
  }

  .small-grid-65 {
    float: left;
    width: 65%;
  }
  .small-prefix-65 {
    margin-left: 65%;
  }
  .small-suffix-65 {
    margin-right: 65%;
  }

  .small-grid-70 {
    float: left;
    width: 70%;
  }
  .small-prefix-70 {
    margin-left: 70%;
  }
  .small-suffix-70 {
    margin-right: 70%;
  }

  .small-grid-75 {
    float: left;
    width: 75%;
  }
  .small-prefix-75 {
    margin-left: 75%;
  }
  .small-suffix-75 {
    margin-right: 75%;
  }

  .small-grid-80 {
    float: left;
    width: 80%;
  }
  .small-prefix-80 {
    margin-left: 80%;
  }
  .small-suffix-80 {
    margin-right: 80%;
  }

  .small-grid-85 {
    float: left;
    width: 85%;
  }
  .small-prefix-85 {
    margin-left: 85%;
  }
  .small-suffix-85 {
    margin-right: 85%;
  }

  .small-grid-90 {
    float: left;
    width: 90%;
  }
  .small-prefix-90 {
    margin-left: 90%;
  }
  .small-suffix-90 {
    margin-right: 90%;
  }

  .small-grid-95 {
    float: left;
    width: 95%;
  }
  .small-prefix-95 {
    margin-left: 95%;
  }
  .small-suffix-95 {
    margin-right: 95%;
  }

  .small-grid-33 {
    float: left;
    width: 33.33333%;
  }
  .small-prefix-33 {
    margin-left: 33.33333%;
  }
  .small-suffix-33 {
    margin-right: 33.33333%;
  }

  .small-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .small-prefix-66 {
    margin-left: 66.66667%;
  }
  .small-suffix-66 {
    margin-right: 66.66667%;
  }

  .small-grid-100 {
    clear: both;
    width: 100%;
  }
/* @end */


/* @group S: Structure */

body, html {background-color: #ffffff;}

#mast-logo img {
	display: block;
	margin: 0 auto 1em auto;
	padding-top: 1em;
	width: 50%;
}
#mast-search input[type='text'] {width: 70%;}

.footer-phone {
	padding-bottom: 1em;
}

.small-border {border-bottom: 1px solid #aad164; margin-bottom: 1.5em;}

fieldset input[type='radio'] {margin-left: 1.5em;}

input[type='radio'] + label.inline-label {
	margin-bottom: 1em;
	width: 75%;
}/* adding space to make them easier to tap or click */

/* @end */


/* @group S: Typography */

h1 {font-size: 1.5em;}

main h2 {font-size: 1.25em;}
main h3 {font-size: 1.125em;}

#page-nav a {
	display: block;
	margin-bottom: .5em;
	padding-left: .5em;
}

#footer h2 {font-size: 1.5em; padding-bottom: .5em;}

.footer-nav a {
	display: block;
	font-size: 1.25em;
	margin: .5em;
	padding: .25em;
}

#footer .footer-nav a:hover,
#footer .footer-nav a:active {
	background-color: #d4f1b7;
	border-radius: .25em;
	color: #8e44ad;
}

.footer-nav p {color: #333333;}
/* match to the background-color of the footer to hide the bullets separating the links */



/* @end */


/* @group S: Tables */

table.small-table,
.small-table caption,
.small-table thead,
.small-table tbody,
.small-table th,
.small-table td,
.small-table tr {display: block;}

td, th {padding: .375em;}

td:before {
	position: absolute;
	top: .375em;
	left: .375em;
	width: 45%;
	padding-right: .75em;
}

table.small-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.small-table td:nth-of-type(1) {border-top: 1px solid #557700;}

table.small-table td:nth-of-type(1),
table.small-table td:nth-of-type(2),
table.small-table td:nth-of-type(3),
table.small-table td:nth-of-type(4),
table.small-table td:nth-of-type(5),
table.small-table td:nth-of-type(6),
table.small-table td:nth-of-type(7) {
	position: relative;
	padding-left: 50%;
}

/* golf-courses.php */
table.golf-4col td:nth-of-type(1):before {content: "Diameter";}
table.golf-4col td:nth-of-type(2):before {content: "Sq. Ft.";}
table.golf-4col td:nth-of-type(3):before {content: "Max. Amt. (lb.)";}
table.golf-4col td:nth-of-type(4):before {content: "Average Amt.*"; padding-bottom: .5em;}
.golf-4col td:nth-of-type(4) {padding-bottom: 1.75em;}

/* industrial.php */
table.industrial-6col td:nth-of-type(1) {
	background-color: #aad164;
	padding-left: 0;
	text-align: center;
}
table.industrial-6col td:nth-of-type(2):before {content: "H-200";}
table.industrial-6col td:nth-of-type(3):before {content: "H-300";}
table.industrial-6col td:nth-of-type(4):before {content: "H-400";}
table.industrial-6col td:nth-of-type(5):before {content: "H-500";}
table.industrial-6col td:nth-of-type(6):before {content: "H-600"; padding-bottom: .5em;}
.industrial-6col td:nth-of-type(6) {padding-bottom: 1.75em;}


/* commercial.php */
table.commercial-7col td:nth-of-type(1) {
	font-weight: bold;
	padding-left: 65%;
}
table.commercial-7col td:nth-of-type(2),
table.commercial-7col td:nth-of-type(3) {
	padding-bottom: 2em;
	padding-left: 65%;
}
table.commercial-7col td:nth-of-type(4),
table.commercial-7col td:nth-of-type(5),
table.commercial-7col td:nth-of-type(6),
table.commercial-7col td:nth-of-type(7) {
	padding-bottom: 4em;
	padding-left: 65%;
}

table.commercial-7col td:nth-of-type(1):before {content: "Container Size";}
table.commercial-7col td:nth-of-type(2):before {content: "Soil Moist per container";}
table.commercial-7col td:nth-of-type(3):before {content: "Pots per cu. yd. of soil";}
table.commercial-7col td:nth-of-type(4):before {content: "Amount treated per container size - 8lb";}
table.commercial-7col td:nth-of-type(5):before {content: "Amount treated per container size - 30lb";}
table.commercial-7col td:nth-of-type(6):before {content: "Amount treated per container size - 40lb";}
table.commercial-7col td:nth-of-type(7):before {content: "Amount treated per container size - 50lb";}
.commercial-7col td:nth-of-type(7) {padding-bottom: 1.75em;}


/* landscapers.php */

table.landscapers-2col td:nth-of-type(1):before {content: "Size";}
table.landscapers-2col td:nth-of-type(2):before {content: "Soil Moist";}

table.landscapers-3col td:nth-of-type(1):before {content: "Caliper Size";}
table.landscapers-3col td:nth-of-type(2):before {content: "Average Amount";}
table.landscapers-3col td:nth-of-type(3):before {content: "Sandy Soils";}


/* soil-moist-natural.php */
table.sm-natural-4col td:nth-of-type(1):before {content: "Pot Size";}
table.sm-natural-4col td:nth-of-type(2):before {content: "Amount";}
table.sm-natural-4col td:nth-of-type(3):before {content: "Pots per 3 oz Package";}
table.sm-natural-4col td:nth-of-type(4):before {content: "Pots per 10 oz Package";}

table.sm-natural-4col td:nth-of-type(3) {padding-bottom: 2.25em;}
table.sm-natural-4col td:nth-of-type(4) {padding-bottom: 2.25em;}


/* soil-moist-plus.php */
table.sm-plus-2col td:nth-of-type(1):before {content: "Containerized"; width: 55%;}
table.sm-plus-2col td:nth-of-type(2):before {content: "Soil Moist Plus 7-7-7"; width: 55%;}

table.sm-plus-greenhouse td:nth-of-type(1):before {content: "Bulk Mixing"; width: 55%;}
table.sm-plus-greenhouse td:nth-of-type(2):before {content: "Soil Moist Plus 7-7-7"; width: 55%;}

table.sm-plus-2col td:nth-of-type(1),
table.sm-plus-2col td:nth-of-type(2),
table.sm-plus-greenhouse td:nth-of-type(1),
table.sm-plus-greenhouse td:nth-of-type(2) {
	padding-left: 65%;
}

table.sm-plus-5col td:nth-of-type(1):before {content: "Container Size"; width: 55%;}
table.sm-plus-5col td:nth-of-type(2):before {content: "Soil Moist Plus 7-7-7 per container";width: 55%;}
table.sm-plus-5col td:nth-of-type(3):before {content: "Pots per cu. yd. of soil";width: 55%;}
table.sm-plus-5col td:nth-of-type(4):before {content: "Amount treated per container size - 10lb";width: 55%;}
table.sm-plus-5col td:nth-of-type(5):before {content: "Amount treated per container size - 40lb";width: 55%;}

.sm-plus-5col td:nth-of-type(2),
.sm-plus-5col td:nth-of-type(4),
.sm-plus-5col td:nth-of-type(5) {padding-bottom: 2.5em;}

table.sm-plus-5col td:nth-of-type(1),
table.sm-plus-5col td:nth-of-type(2),
table.sm-plus-5col td:nth-of-type(3),
table.sm-plus-5col td:nth-of-type(4),
table.sm-plus-5col td:nth-of-type(5) {
	padding-left: 65%;
}


/* ecto-tabs.php & plant-tabs.php */
table.tabs-2col td:nth-of-type(1):before {content: "# of Tabs";}
table.tabs-2col td:nth-of-type(2):before {content: "Height of Plant";}

/* @end */


/* @group S: Menu - Skip the Subnav */

/* Other menu options in Dropbox > BMD > Tools > Web Site Navigation */

/*	Options at:
	http://bradfrost.github.io/this-is-responsive/patterns.html
	
	This code comes from http://codepen.io/bradfrost/full/vljdx */

a.menu-link {
	float: left;
	display: block;
	padding: 1em 1em 1em 1.5em;
	color: #333333;
	width: 88%;
}
a.menu-link:before {
	content: "";
	position: absolute;
	left: 1.25em;
	width: 1em;
	height: .15em;
	background: #333333;
	box-shadow: 0 .25em 0 0 #333333, 0 .5em 0 0 #333333;
	margin-top: .375em;
}/* hamburger icon - source https://css-tricks.com/three-line-menu-navicon/ */
.menu, .menu > ul ul {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.js .menu, .js .menu > ul ul {
	overflow: hidden;
	max-height: 0;
}
.menu.active, .js .menu > ul ul.active {
	max-height: 23em;
}
.menu > ul {
	border-top: 1px solid #ffffff;
}
.menu li a {
	color: #333333;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
.menu li.has-subnav > a.active:after {
	content: "-";
}

/* @end */

}/*/mediaquery*/




/* ---- MEDIUM GRID ---- */

@media screen and (min-width: 601px) and (max-width: 900px) {
  .medium-grid-100:before,
  .medium-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .medium-grid-100:after {
    clear: both;
  }

  .hide-on-medium {
    display: none !important;
  }

  .medium-grid-5 {
    float: left;
    width: 5%;
  }
  .medium-prefix-5 {
    margin-left: 5%;
  }
  .medium-suffix-5 {
    margin-right: 5%;
  }

  .medium-grid-10 {
    float: left;
    width: 10%;
  }
  .medium-prefix-10 {
    margin-left: 10%;
  }
  .medium-suffix-10 {
    margin-right: 10%;
  }

  .medium-grid-15 {
    float: left;
    width: 15%;
  }
  .medium-prefix-15 {
    margin-left: 15%;
  }
  .medium-suffix-15 {
    margin-right: 15%;
  }

  .medium-grid-20 {
    float: left;
    width: 20%;
  }
  .medium-prefix-20 {
    margin-left: 20%;
  }
  .medium-suffix-20 {
    margin-right: 20%;
  }

  .medium-grid-25 {
    float: left;
    width: 25%;
  }
  .medium-prefix-25 {
    margin-left: 25%;
  }
  .medium-suffix-25 {
    margin-right: 25%;
  }

  .medium-grid-30 {
    float: left;
    width: 30%;
  }
  .medium-prefix-30 {
    margin-left: 30%;
  }
  .medium-suffix-30 {
    margin-right: 30%;
  }


  .medium-grid-35 {
    float: left;
    width: 35%;
  }
  .medium-prefix-35 {
    margin-left: 35%;
  }
  .medium-suffix-35 {
    margin-right: 35%;
  }

  .medium-grid-40 {
    float: left;
    width: 40%;
  }
  .medium-prefix-40 {
    margin-left: 40%;
  }
  .medium-suffix-40 {
    margin-right: 40%;
  }

  .medium-grid-45 {
    float: left;
    width: 45%;
  }
  .medium-prefix-45 {
    margin-left: 45%;
  }
  .medium-suffix-45 {
    margin-right: 45%;
  }

  .medium-grid-50 {
    float: left;
    width: 50%;
  }
  .medium-prefix-50 {
    margin-left: 50%;
  }
  .medium-suffix-50 {
    margin-right: 50%;
  }

  .medium-grid-55 {
    float: left;
    width: 55%;
  }
  .medium-prefix-55 {
    margin-left: 55%;
  }
  .medium-suffix-55 {
    margin-right: 55%;
  }

  .medium-grid-60 {
    float: left;
    width: 60%;
  }
  .medium-prefix-60 {
    margin-left: 60%;
  }
  .medium-suffix-60 {
    margin-right: 60%;
  }

  .medium-grid-65 {
    float: left;
    width: 65%;
  }
  .medium-prefix-65 {
    margin-left: 65%;
  }
  .medium-suffix-65 {
    margin-right: 65%;
  }

  .medium-grid-70 {
    float: left;
    width: 70%;
  }
  .medium-prefix-70 {
    margin-left: 70%;
  }
  .medium-suffix-70 {
    margin-right: 70%;
  }

  .medium-grid-75 {
    float: left;
    width: 75%;
  }
  .medium-prefix-75 {
    margin-left: 75%;
  }
  .medium-suffix-75 {
    margin-right: 75%;
  }

  .medium-grid-80 {
    float: left;
    width: 80%;
  }
  .medium-prefix-80 {
    margin-left: 80%;
  }
  .medium-suffix-80 {
    margin-right: 80%;
  }

  .medium-grid-85 {
    float: left;
    width: 85%;
  }
  .medium-prefix-85 {
    margin-left: 85%;
  }
  .medium-suffix-85 {
    margin-right: 85%;
  }

  .medium-grid-90 {
    float: left;
    width: 90%;
  }
  .medium-prefix-90 {
    margin-left: 90%;
  }
  .medium-suffix-90 {
    margin-right: 90%;
  }

  .medium-grid-95 {
    float: left;
    width: 95%;
  }
  .medium-prefix-95 {
    margin-left: 95%;
  }
  .medium-suffix-95 {
    margin-right: 95%;
  }

  .medium-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .medium-prefix-33 {
    margin-left: 33.33333%;
  }

  .medium-suffix-33 {
    margin-right: 33.33333%;
  }

  .medium-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .medium-prefix-66 {
    margin-left: 66.66667%;
  }
  .medium-suffix-66 {
    margin-right: 66.66667%;
  }

  .medium-grid-100 {
    clear: both;
    width: 100%;
  }
  
}/*/mediaquery*/




/* ---- MEDIUM ---- */

@media screen and (min-width: 601px) {

body, html {background-color: #ffffff;}



/* @group M: Structure */

#masthead {
	margin-top: 2em;
	margin-bottom: 2em;
}
#mast-search {text-align: right;}
#mast-search input[type='text'] {width: 74%;}

#page-nav {
	padding-top: .5em;
}

#footer .footer-nav {
	margin-bottom: 1.25em;
	text-align: center;
}

/* @end */



/* @group M: Typography */

h1 {font-size: 1.5em;}

main h2 {font-size: 1.25em;}
main h3 {font-size: 1.125em;}

#page-nav a {
	display: inline-block;
	margin: .375em;
	padding: .375em;
}

#footer .footer-nav a {
	background-color: #8e44ad;
	border-radius: .25em;
	display: inline-block;
	margin: .5em;
	padding: .375em;
}

/* @end */



/* @group M: Tables */

.golf-4col th, .golf-4col td {width: 25%;}
.golf-4col td {text-align: center;}

.commercial-7col td:nth-of-type(1) {font-weight: bold;}

.commercial-7col td:nth-of-type(4),
.commercial-7col td:nth-of-type(5),
.commercial-7col td:nth-of-type(6),
.commercial-7col td:nth-of-type(7) {
	text-align: right;
}

table.landscapers-2col,
table.sm-plus-2col {width: 98%;}

.sm-plus-5col td:nth-of-type(2),
.sm-plus-5col td:nth-of-type(3),
.sm-plus-5col td:nth-of-type(4),
.sm-plus-5col td:nth-of-type(5) {
	text-align: center;
}

table.h2o-mgmt-4col th {text-align: left;}
table.h2o-mgmt-4col td {width: 25%;}

/* @end */



/* @group M: menu - Skip the Subnav */

.pattern {
	overflow: visible;
}
nav {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
a.menu-link {
   display: none;
}
.js .menu, .js .menu > ul ul {
	max-height: none;
	overflow: visible;
	background: none;
}
.js .menu > ul ul {
	background: #aad164;
	border-radius: .125em;
	display: none;
}
.js .menu > ul li:hover > ul {
	display: block;
}
.menu ul {
	margin: 0;
	border: 0;
}
.menu li a {
	border: 0;
	color: #333333;
	padding: 0.5em 0.2em;
	font-weight: bold;
	text-decoration: none;
}
.menu > ul > li {
	display: inline-block;
	position: relative;
}
.menu > ul > li a:hover {
	background-color: #aa1166;
	border-radius: .25em;
	color: #ffffff;
}/* BMD added */
.menu > ul ul {
	position: absolute;
	top: 0;
	left: 12em;
	width: 12em;
	padding: 1em;
}
.menu > ul ul li {
	position: relative;
	list-style-type: none;
	text-align: left;
	padding-bottom: .25em;
}
.menu > ul ul li a {
	display: block;
	font-weight: normal;
}/* BMD added */
.menu > ul ul li a:hover {
	background-color: #aa1166;
	border-radius: .25em;
}/* BMD added */
.menu > ul ul.level-2 {
	top: 1.75em;
	left: 0;
}
.menu > ul ul.column-2 {
	left: 12em;
}/* BMD added */


/* @end */
}/*/mediaquery*/




/* ---- LARGE ---- */

@media screen and (min-width: 901px) {


/* @group L: Grid */

.grid-100:before,
  .grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }

  .grid-100:after {
    clear: both;
  }

  .hide-on-large {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }
  
  .suffix-5 {
    margin-right: 5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }

  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .grid-20 {
    float: left;
    width: 20%;
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }

/* @end */



/* @group L: Structure */

.conversion-chart {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-gap: 1em;
}

/* @end */



/* @group L: Typography */

h1 {font-size: 1.875em;}

main h2 {font-size: 1.5em;}
main h3 {font-size: 1.25em;}

.home-features h2 {font-size: 1.25em;}

/* @end */



/* @group L: menu */

.menu > ul > li > a {
	margin: 0 .2em;
	padding: .5em .75em;
}
.menu > ul ul {
	width: 16em;
}
.menu > ul ul.level-2 {
	top: 1.625em;
}

/* @end */

h2.white{color: #fff}

}/*/mediaquery*/



#social-icons{padding-top: 0; line-height: 1em; margin: 0; position: relative; top: -5px;}
#social-icons a{font-size: 1.5em; line-height: 1em; color: #557700; display: inline-block; padding: 0 10px;}
#social-icons a img{width: 30px; position: relative; top: 5px;}
#social-icons a:hover{color: #557700; opacity: .6}