/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section {
	display: block;
}

td{vertical-align:top;}
a {
    color: #4e8d40;
    text-decoration: none;
}
a:hover{color: #040709;text-decoration: none;}
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;
}
img {
display: block;
height: auto;
max-width: 100%;
}


/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clear, .clear:before, .clear:after { zoom: 1; clear: both; line-height:0; display: block; height: 0; overflow: hidden; }


/*------------------------------------*\
  TYPE - 12px BASE
\*------------------------------------*/

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

h1 {
 font-size: 2em; 
 line-height: 1.125em; 
 margin-top: 12px;
}

h2 {
  font-size: 1.8em; 
  line-height: 1.125em; 
}

h3 {
  font-size: 1.6em; 
  line-height: 1.2857em; 
}

h4, h5, h6 {
  font-size: 1em; 
  line-height: 1.5em; 
}

/*--- PARAGRAPHS ---*/
p {
  margin-bottom: 18px;
}

/*--- LISTS ---*/
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: square outside;
  padding-left:20px;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}

/************************ TEMP ****************************/

#temp {
    color: #666666;
    font-family: font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
}

#canvas{
  width:980px;
  margin:auto;
color:#666666;
position:relative;
}

#contentFull{
  background: #ffffff;
  padding: 30px;
clear: both;
}
.logo-temp {
margin: 50px auto 30px;
}

/******************** END TEMP *************************/

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
background-color: #FFFFFF;
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 1.42857em;
margin-top: 0;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
    background: #231f20;
}
.phone {
    display: block;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 140%;
    line-height: 160%;
    padding-top: 10px;
}
#header .fa {
margin-right: 10px;
margin-top: 4px;
}

.white {color: #ffffff!important;}
.black  {color:#040709;}
.dark-green-bg {background:#4e8d40;}
.red-bg  {background:#ed1b24;}
.blue-bg {background:#005aab;}
.black-bg  {background:#040709;}
.purple-bg {background:#7f408d;}

embed, object, iframe{max-width: 100%;}

.navbar {
position: relative;
min-height: 40px;
margin: 0;
background:#4e8d40;
}
.navbar-inverse {
border: none;
}
.navbar-nav {
float: left;
margin: 0;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
background-color: #fff;
}
.navbar-toggle {border: 2px solid;}
.custom-burger {vertical-align: middle;color: #4e8d40;font-weight: bold;font-family: 'Lato', sans-serif;}

.navbar-inverse .nav-justified>li>a {
color: #ffffff;
padding: 13px 0;
font-size: 100%;
line-height: 100%;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-weight: bold;
white-space: nowrap;
}
.navbar-inverse .nav-justified>li>a:hover, .navbar-inverse .nav-justified>li>a:focus {color: #ccc;background-color: transparent;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #fff;
}
.navbar-inverse .nav-justified>.active>a, .navbar-inverse .nav-justified>.active>a:hover, .navbar-inverse .nav-justified>.active>a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-inverse .nav-justified>.open>a,.navbar-inverse .nav-justified>.open>a:hover,.navbar-inverse .nav-justified>.open>a:focus{
color:#ccc;
background-color: transparent;
}
.nav-justified>li>.dropdown-menu {background: #4e8d40;}
.dropdown-menu {
left: 25%;
margin: 0px 0 0;
}
.dropdown-menu>li>a {
color: #fff;
font-family: 'Lato', sans-serif;
padding: 6px 10px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #82000a;
background-color: #fff;
}
.navbar-inverse .nav-justified>li>a > span {
margin-right: 4px;
}
.nav-justified>li>a {
    text-align: left;
}
.jumbotron {
clear: both;
padding: 0;
margin: 0 auto;
background: transparent;
}

.home-tiles {text-align: center;}
.home-tiles a {
position: relative;
display: inline-block;
margin: 10px;
text-decoration: none;
}
.home-tiles a:hover {opacity:0.8;}
.home-tiles-title {
font-family: 'Lato', sans-serif;
font-size: 120%;
text-transform: uppercase;
font-weight: 700;
line-height: 100%;
color: #fff;
display: block;
text-align: center;
padding: 10px 0;
}
#content {
	padding-bottom:90px; /* Height of the footer element */
}
#footer {
color: #fff;
background: #4e8d40;
padding: 8px 0;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer a {
color: #fff;
text-align: center;
display: block;
text-decoration: none;
}

.row-centered {
    text-align:center;
}
.col-centered {
display: inline-block;
text-align: left;
margin: 10px;
vertical-align: top;
}
.nivo-directionNav {
display: none;
}
.product {
    width: 250px;
    height: 333px;
    float: left;
    margin: 0 15px 10px;
}
.product p {
    margin-bottom: 8px;
}
.product-smy {padding: 0 5px;}
.prod-btn {
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 120%;
    font-family: 'Lato', sans-serif;
}
.disclaimer {
    font-size: 80%;
    margin-bottom: 0;
}
.special-offers {color: #A50B0B!important;}
/******** CONTACT FORM ********/
.contactField {
height: 32px;
margin-right: 10px;
margin-bottom: 10px;
}
.contactLabel {
    width: 120px;
    text-align: left;
    float: left;
    margin-top: 8px;
}
.contactForm input, .contactForm select, .contactForm textarea {
width: 200px;
float: left;
margin: 0;
border: 1px solid #8c8c8c;
border-radius: 5px;
padding: 5px;
color: #040709;
font-family: 'Lato', sans-serif;
}
.contactForm textarea {
height: 100px;
width: 410px;
}
.contactSubmit {
height: 32px;
width: 200px;
float: left;
margin-bottom: 20px;
clear: both;
}
.contactSubmit input {
float: right;
width: 120px;
background: #4e8d40;
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 100%;
line-height: 120%;
text-transform: uppercase;
}
.contactSubmit input:hover {background: #040709;}
.contactForm .contactSubmit {padding: 10px 0 0 240px;}
div.website,div.website * {
    display: none !important
}
.requiredSymbol, .errorMessage {
    color: red;
}
.prod-hdr {background:#4e8d40; color:#fff;}
.prodcol-1 {
width: 10%;
border-top: 1px solid #333;
border-left: 1px solid #333;
float: left;
height: 25px;
padding: 2px 0 2px 5px;
}
.prodcol-2 {
width: 25%;
border-top: 1px solid #333;
border-left: 1px solid #333;
float: left;
height: 25px;
padding: 2px 0 2px 5px;
}
.prodcol-3 {
width: 65%;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
float: left;
height: 25px;
padding: 2px 0 2px 5px;
}
.prodbottom {border-bottom: 1px solid #333;}
.prod-tall {height: 50px;}
.jh {
    float: right;
    margin: 0 0 8px 8px;
}
/********  Media Queries *********/
@media (max-width: 767px) {
  .logo {margin:auto;}
  .phone {text-align:center;}
  .prodcol-1, .prodcol-2, .prodcol-3 {height: 50px;}
  .prod-tall {height: 100px;}
}
@media (max-width: 650px) {
  .prodcol-1, .prodcol-2 {width: 25%;}
  .prodcol-3 {width: 50%;}
  .prod-tall {height: 160px;}
}
@media print {
  .noPrint {display:none;}
}
/* Stylesheet: main Modified On 2016-05-13 00:02:39 */
