/*
	Theme Name: Sun Gro 2017
	Theme URI: http://www.okd.com
	Description: Sun Gro 2017 Redesign
	Version: 10.4.3
	Authors: Rob Lardie, Shah Ghafoori
	Author URI: http://okd.com
	Tags: Blank, HTML5, CSS3

	License: MITs
	License URI: http://opensource.org/licenses/mit-license.php
*/


/* html element 62.5% font-size for REM use */
html {
	width:100%;
	height:100%;
}
body {
	font-family: 'open_sansregular';
	font-size: 16px;
	width:100%;
	height:100%;
	position:relative;
	background:#FFF;
	padding:0px;
	margin:0px;
	color:#333;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans-bold-webfont.eot');
    src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-bold-webfont.woff') format('woff'),s
         url('/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('/fonts/opensans-extrabold-webfont.eot');
    src: url('/fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('/fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans-regular-webfont.eot');
    src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/fonts/opensans-semibold-webfont.eot');
    src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
   
   }
/*--------- TEXT STYLES ------------*/
h1{
	font-size:26px;
}
h2{
	font-size:22px;
}
h3{
}
p{
	
}
a{
	
}
li{
}
p.snippet{
	font-style:italic;
	color:#666666;
}
p a{
	color:#0c824b;
}
.black{
	color:#000000;
}
.white{
	color:#ffffff;
}
.center{
	text-align:center;
}

.text-center{
	text-align:center;
}
/*------- Hidden in Desktop --------*/
.mobile-hero-img, .responsive-nav{
	display:none;
}
.slideshow.mobile{
	display:none;
}

/*--------- BACKGROUNDS ------------*/
.bg-black{
	background-color:#000000;
}
.bg-white{
	background-color:#ffffff;
}
.bg-orange{
	background-color:#EF4029;
}
.bg-green{
	background-color:#00AF85;
}
.bg-blue{
	background-color:#D5E3F1;
}
.bg-gray{
	background-color:#eeeeee;
}
.bg-brown{
	background-color:#a29559;
}
.box-shadow{
    box-shadow: 0 5px 10px #CCC;
	-moz-box-shadow: 0 5px 10px #ccc;
	-ms-box-shadow: 0 5px 10px #ccc;
	-o-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
}
/*------------- Buttons --------------*/
.btn{
	padding:10px 30px;
	float:left;
}
.btn-center{
	margin:0 auto;
	display:table;
}
/*------------- Forms --------------*/
.form-wrapper {
    width: 90%;
    padding: 20px 5%;
    background-color: #eeeeee;
    float: left;
}
.form-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
form input, form select, form textarea {
	width:100%;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: sans-serif, Verdana, Geneva;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form input, form textarea {
    padding: 12px 15px 12px 180px;
}
.snippet {
    font-size: 14px;
    color: #333333;
}
form label {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 160px;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
    color: #0c824b;
    background-color: #f4f4f4;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #dcdcdc;
    display: inline;
    float: left;
    font-family: sans-serif, Verdana, Geneva;

}
form select {
    width:70%; /*Callback to older browsers*/
	width:calc(100% - 170px);
    height: 46px;
    margin-left: 170px;
    margin-top: 1px;
    padding: 12px 15px 12px 10px;
}
form select option{
}
form input[type="checkbox"] {
    float: left;
    width: 25px;
}
form textarea{
	padding:15px;
}
.icon {
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 30px;
    float: left;
}
.person {
    background-image: url(images/person-icon.jpg);
}
.email {
    background-image: url(images/email-icon.jpg);
}
.address {
    background-image: url(images/address-icon.png);
}
.phone {
    background-image: url(images/phone-icon.png);
}
.check {
    background-image: url(images/check-icon.png);
}
form input[type="submit"] {
    width: 200px;
    padding: 15px;
    background-color: #0063a7;
    color: #ffffff;
    border: 0;
    font-size: 18px;
}
.input-error{
	color:#900;
	margin-left:170px;
}
/*------------------------------------*\
    Default Containers
\*------------------------------------*/
.wrapper{
	width:100%;
	float:left;
}
.content-wrapper{
	padding:40px 0;
	border-bottom:1px solid #e5e5e5;
}
.container{
	max-width:1200px;
	width:100%;
	display:table;
	margin:0 auto;
}
.content{
	width:auto;
	padding:20px;
	float:left;
}
.col-8{
	width:80%;
}
.col-6{
	width:46%;
	margin:2%;
	float:left;
}
.col-3{
	width:30%;
	margin:1.6%;
	float:left;
}
.col-4{
	width:20%;
	float:left;
	margin:2.5%;
}
.col-center{
	margin-left:auto;
	margin-right:auto;
	float:none;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
header{
	width:100%;
	float:left;
	position: relative;
}
.logo{
	float:left;
	max-width:250px;
	margin:20px;
}
.header-right{
	float:right;
	margin:20px;
}
.social{
	float:right;
}
.social a{
	float:left;
	max-width:30px;
	margin:0 5px;
}
.social-search {
	float:left;
	max-width:30px;
	margin:0 5px;
	position: relative;
	cursor: pointer;
}

nav{
	width:100%;
	clear: both;
	background-color: #0c824b;
	float:left;
}
nav ul{
	font-family: 'open_sanssemibold';
	font-size: 16px;
	list-style-type: none;
	margin:0px auto;
	padding:0px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	display:table;
}
nav ul li{
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav ul li a{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	border-right: solid 1px #ccc;
	padding:10px 20px;
}
nav ul li a:hover{
	color:#FFFFFF;
	background-color:#2e3b5c;
}
nav ul li:last-child a {
	border-right: none;
}
nav ul li a:hover {
	text-decoration: none;
	color:#ffffcc;
}
/*------------ SUB NAV -----------------*/
#mainNav > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#mainNav ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#mainNav ul li.has-sub:hover > ul,
#mainNav ul li.has-sub:hover > div {
	display: block;
}

#mainNav ul li > ul,
#mainNav ul li > div {
	display:none;
	position: absolute;
	top: 42px;
	z-index: 999;
	margin-left:0;
	width:900px;
	background-image:url('images/bg_trans.png');
}
.sticky-nav #mainNav > ul > li ul{
	left:100px;
}
#mainNav ul li > ul li {
	display: inline-block;
	list-style: none;
	width:30%;
	margin:10px 1.5%;
	padding: 0;
	float:left;
	background-color:#ffffff;
	border:1px solid #e5e5e5;
	
}
#mainNav ul li > ul li a {
	outline: none;
	padding: 15px 15px 10px 15px;
	font-size: 15px;
	text-decoration: none;
	border:0;
	text-transform:uppercase;
	color:#000000;
	padding-left:80px;
	background-repeat: no-repeat;
	background-size:70px;
	background-position:left;
	float:right;
	text-align:left;
	width:90%;
	min-height:65px;
	margin:10px 5%;
}
#mainNav ul ul a:hover {
	background-color:transparent;
}
#mainNav > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

.main-insight ul, .main-sales-rep ul, .main-contact ul{
	right:0;
}

/* ----------- Icons for each sub-menu --------------
--About Us--*/
.main-company a{
	background-image:url('images/icons/Company.png');
}
.main-locations a{
	background-image:url('images/icons/Locations.png');
}
.main-brands a{
	background-image:url('images/icons/Brands.png');
}
.main-environment-values a{
	background-image:url('images/icons/Environmental-Values.png');
}
.main-peat-moss a{
	background-image:url('images/icons/Sustainable-Peat-Moss.png');
}
/* --------------
--Pro Products--------*/
.main-sunshine a{
	background-image:url('images/icons/Sunshine-pro-logo.png');
}
.main-fafard a{
	background-image:url('images/icons/Fafard-pro-logo.png');
}
.main-metro-mix a{
	background-image:url('images/icons/Metro-Mix-logo.png');
}
.main-sungro a{
	background-image:url('images/logo_sm.png');
}
.main-technigro a{
	background-image:url('images/icons/Technigro-logo.png');
}
.main-all-products a{
	background-image:url('images/icons/Brands.png');
}
/* --------------
--Retail Products--------*/
.main-retail-bg a{
	background-image:url('images/icons/Black-Gold-logo.png');
}
.main-retail-fafard a{
	background-image:url('images/icons/Fafard-logo.png');
}
.main-retail-sunshine-advanced a{
	background-image:url('images/icons/Sunshine-Adv-logo.png');
}
.main-retail-sunshine-retail a{
	background-image:url('images/icons/Sunshine-logo.png');
}
.main-retail-bg-canada a{
	background-image:url('images/icons/Black-Gold-Canada-logo.png');
}
.main-retail-technigro a{
	background-image:url('images/icons/Brands.png');
}
.main-retail-all a{
	background-image:url('images/icons/Brands.png');
}
/* --------------
-- Tools and Services--------*/
.main-tech-services a{
	background-image:url('images/icons/Grower-Technical-Services.png');
}
.main-anal-testing a{
	background-image:url('images/icons/Analytical-Testing.png');
}
.main-tables a{
	background-image:url('images/icons/Conversion-Tables.png');
}
.main-links a{
	background-image:url('images/icons/Links.png');
}
/* --------------
-- Insight and Innovation--------*/
.main-newsletter a{
	background-image:url('images/icons/Sun-Groer-Newsletter.png');
}
.main-resilience a{
	background-image:url('images/icons/Resilience.png');
}
.main-soiless a{
	background-image:url('images/icons/Soilless-Substrate-Agriculture.png');
}
.main-ng a{
	background-image:url('images/icons/Natural-Organic-Explained.png');
}
.main-blog a{
	background-image:url('images/icons/Sun-Groer-Blog.png');
}
.news-events a{
	background-image:url('images/icons/news-events.png');
}

/* --------------
-- Sales Reps--------*/
.main-pro-sales a{
	background-image:url('images/icons/Professional-Sales-02.png');
}
.main-retail-sales a{
	background-image:url('images/icons/Retail-Sales.png');
}
.main-sports-sales a{
	background-image:url('images/icons/Golf-and-Sports-Field-Sales.png');
}
.main-international-sales a{
	background-image:url('images/icons/International-Sales.png');
}
.main-registration a{
	background-image:url('images/icons/Retailer Registration.png');
}
/* --------------
-- Contact Us --------*/
.main-crc a{
	background-image:url('images/icons/Customer-Resource-Centers.png');
}
.main-careers a{
	background-image:url('images/icons/Careers.png');
}
.main-policies a{
	background-image:url('images/icons/Sales-and-Claim-Policies.png');
}
.main-terms a{
	background-image:url('images/icons/General-Terms-and-Conditions.png');
}

/*----- Disables Background for footer nav ----*/
.sticky-header {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 5px solid #999999;
    z-index: 999;
}
.sticky-header.active {
    display: block;
}
.sticky-header .sticky-logo {
    float: left;
    max-width: 130px;
	padding:15px;	
}



.main {
	min-height: 500px;
	clear: both;
}
.mainContent, .footContent {
	width:100%;
	height:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	position: relative;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.slideshow.desktop{
	width:100%;
	float:left;
	display:block;
}
.flexslider{
	margin:0 !important;
	border:0 !important;
	border-radius:0 !important;
	float:left;
	width: 100%;
	position:relative;
}
.flexslider ul{
	float:left;
	padding:0;
	margin:0;
	width:100%;
}
.flex-next {
    background-image: url(images/slider_nav.png);
    background-repeat: no-repeat;
    background-position: right;
}
.flex-prev {
    background-image: url(images/slider_nav.png);
    background-repeat: no-repeat;
}
.prod-cat-home{
	min-height:300px;
}
.prod-cat-home p{
	min-height:100px;
}
.home-vid{
	width:49%;
	padding:0;
	margin:0;
	background-color:#00AF85;
	margin-top:10px;
}
.home-vid:last-of-type{
	margin-left:2%;
}
.home-vid h3{
	color:#000000;
	padding:10px;
	display:inline-block;
	background-color:#ffffff;
	margin:15px 0;
	padding-right:50px;
	background-image:url('images/play-btn.jpg');
	background-repeat:no-repeat;
	background-position:right;
	background-size:40px;
}
.home-vid h3:hover{
	background-size:45px;
	box-shadow:0 0 3px #000000;
}
/*------------------------------------*\
    Customer Resource Center Map
\*------------------------------------*/
#wrapper2 {
    position: relative;
    margin: 50px auto 20px auto;
    width: 650px;
    min-height: 750px;
    text-align: left;
}
#wrapper2 h2 {
    line-height: .1;
    padding-bottom: 0px;
}
#wrapper2 ul {
    margin-top: 1px;
    padding-top: 1px;
	padding:0;
}
.pin {
    display: none;
}
#maping li {
    padding-top: 10px;
    margin-left: 0px;
    list-style-position: inside;
    list-style-image: none;
	list-style:none;
}
.tooltip-down {
    background-position: 0 -52px;
}
.tooltip-up, .tooltip-down {
    position: absolute;
    background: url(images/arrow-up-down.png);
    width: 36px;
    height: 52px;
}
.tooltip-down {
    background-position: 0 -52px;
}
.tooltip {
    display: none;
    width: 200px;
    /* cursor: help; */
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding: 15px;
    color: #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    background-color: #CCC;
    background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(209,209,209) 76%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(209,209,209) 76%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(209,209,209) 76%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(209,209,209) 76%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(209,209,209) 76%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(0.76, rgb(209,209,209)));
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
}
.home-accordion h3{
	font-size:20px !important;
	color:#000000 !important;
	background:none !important
}
.home-accordion ul{
	margin:0 !important;
	padding:0 !important;
}
.home-accordion li{
	list-style:none !important;
}
.home-accordion .ui-accordion-header-active{
	color:#000000 !important;
}
/*------------------------------------*\
    INTERIOR PAGES
\*------------------------------------*/
.content-wrapper h2{
	padding:0;
	margin:0;
	margin-bottom:30px;
}
.res-video {
    max-width: 100%;
    float: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.play-btn {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
}
.play-btn img {
    border: 0;
    box-shadow: none;
}
/*-------- Locations Page ---------------*/
.map-wrapper{
	width:100%;
	height:800px;
	float:left;
	background-image:url('images/interactive-map.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
.map-content-wrapper{
	max-width:715px;
	width:100%;
	margin:0 auto;
	height:800px;
	position:relative;
}
.mapIcon{
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	position:relative;
	display:inline-block;
	background-size:cover;
	transition:0.5s;
	cursor:pointer;
	z-index:10;
}
.mapIcon:hover{
	width:40px;
	height:40px;
	z-index:99;
}
.customerCenter{
	background-image:url('images/Sun Gro_CCC_icon_RGB_no words_SM.png');
}
.distribution{
	background-image:url('images/distributionIcon.png');
}
.productionFacility{
	background-image:url('images/productionIcon.png');
} 
.research{
	background-image:url('images/Discovery D icon_53x75pix.png');
	width:20px;
} 
.mapLocation{
	width:250px;
	height:200px;
}
.mapContent{
	background-color:#ffffff;
	border:2px solid #cccccc;
	border-radius:3px;
	padding:15px;
	margin:-10px;
	display:none;
	position:relative;
	z-index:10;
	box-shadow:0 0 5px #000000;
}
.mapContent h2{
	font-size:20px;
	color:#000000;
}
.mapContent p{
	margin:10px 0;
}
.mapLink{
	width:100%;
	margin:10px 0;
	padding:5px 0;
	text-align:center;
	background-color:#01572f;
	color:#ffffff;
	font-size:15px;
	display:inline-block;
}
.mapLink-list{
	width:200px;
}
.mapLink:hover{
	color:#ffffff;
}
.locations-heading{
	width:100%;
	float:left;
	padding:10px 0;
	background-color:#D4FFCD;
	margin-bottom:30px;
}
.locations-heading-row{
	width:30%;
	margin:0 1.5%;
	float:left;
}
.locations-heading-row img{
	max-width:20px;
	float:left;
	margin-top:5px;
}
.locations-heading-row h2{
	font-size:15px;
	display:inline-block;
	color:#000000;
	font-weight:600;
	margin:5px;
}
.site-content-map{
	width:92%;
}
	
.sabaBeath-customerCenter{
	position:absolute;
	top:150px;
	left:110px;
}
.sabaBeath-facility{
	position:absolute;
	top:150px;
	left:135px;
}
.vilna-facility{
	position:absolute;
	top:150px;
	left:160px;
}
.vilna-customerCenter{
	position:absolute;
	top:150px;
	left:182px;
}
.portCartier-facility{
	position:absolute;
	top:180px;
	left:550px;
}
.abbotsford{
	position:absolute;
	top:180px;
	left:70px;
}
.vassar{
	position:absolute;
	top:225px;
	left:330px;
}
.elma-customerCenter{
	position:absolute;
	top:215px;
	left:280px;
}
.elma-facility{
	position:absolute;
	top:215px;
	left:305px;
}
.colombier-facility{
	position:absolute;
	top:215px;
	left:520px;
}
.burnt-facility{
	position:absolute;
	top:220px;
	left:565px;
}
.inkerman-facility{
	position:absolute;
	top:245px;
	left:565px;
}
.kent-facility{
	position:absolute;
	top:270px;
	left:565px;
}
.montreal{
	position:absolute;
	top:265px;
	left:500px;
}
.hubbard-customerCenter{
	position:absolute;
	top:310px;
	left:50px;
}
.hubbard-facility{
	position:absolute;
	top:310px;
	left:80px;
}
.floodwood-facility{
	position:absolute;
	top:295px;
	left:320px;
}
.marysville{
	position:absolute;
	top:335px;
	left:90px;
}
.brantford{
	position:absolute;
	top:328px;
	left:490px;
}
.agawam{
	position:absolute;
	top:293px;
	left:540px;
}
.sacramento-customerCenter{
	position:absolute;
	top:373px;
	left:40px;
}
.sacramento-facility{
	position:absolute;
	top:373px;
	left:65px;
}
.quincy-facility{
	position:absolute;
	top:345px;
	left:395px;
}
.fillmore-facility{
	position:absolute;
	top:380px;
	left:150px;
}
.santaMaria{
	position:absolute;
	top:450px;
	left:105px;
}
.anderson{
	position:absolute;
	top:440px;
	left:472px;
}
.anderson-distribution{
	position:absolute;
	top:465px;
	left:465px;
}
	
.pineBluff-customerCenter{
	position:absolute;
	top:450px;
	left:350px;
}
.pineBluff-facility{
	position:absolute;
	top:450px;
	left:380px;
}
.nogales{
	position:absolute;
	top:485px;
	left:150px;
}
.valdosta{
	position:absolute;
	top:490px;
	left:455px;
}
.orlando-customerCenter{
	position:absolute;
	top:530px;
	left:490px;
}
.orlando-facility{
	position:absolute;
	top:555px;
	left:500px;
}
.locations-list-wrapper{
	float:left;
	width:100%;
	border:1px solid #cccccc;
	border-radius:2px;
	margin:50px 0;
	background-color:#ffffff;
}
.locations-list-heading{
	width:100%;
	background-color:#01572f;
	float:left;
}
.locations-list-heading img{
	float:left;
	max-width:20px;
	margin-right:5px;
	margin-top:2px;
}
.locations-list-heading h2{
	color:#ffffff;
	padding:15px;
	font-size:18px;
}
.locations-list-row{
	float:left;
	width:100%;
}
.locations-list-row h3{
	display:block;
	padding:15px;
	color:#000000;
	background-color:#e8e8e8;
	border-bottom:1px solid #cccccc;
}
.locations-list-row p{
	padding:10px 20px;
	margin:0;
}
.ui-state-active{
	background-color:#ffffff !important;
	font-weight:600 !important;
}
	
.mycarousel{
	margin:0 auto !important;
	width:auto;
	display:table;
	margin:0 auto;
	width:auto !important;
}
/* footer -----------------------------------------------------------------*/
.footer-logo-wrapper{
	background-color:#A4A882;
	margin-bottom:10px;
}
.footer-logo-wrapper:nth-child(even){
	background-color:#A3965D;
}	
.footer-logos{
	float:left;
	width:100%;
}
.footer-logos>div, .footer-logos>h2{
	width:20%;
	float:left;
}
.footer-logos>div{
	border-right:1px dotted #ffffff;
}
.footer-logos>div:last-child{
	border:none;
}
.footer-logos>div img{
	width:70%;
	display:table;
	margin:0 auto;
	margin-top:10px;
	margin-top:10px;
}
.footer-logos>h2{
	color:#ffffff;
	text-align:center;
	padding:0;
	margin:10px 0;
	font-size:16px;
}
.footer-logos>h2 span{
	display:block;
}
.footer-nav{
	padding:10px;
	margin:0;
	float:left;
}
.footer-nav>li{
	float:left;
	width:20%;
	list-style:none;
	min-height:200px;
}
.footer-nav li a{
	color:#ffffff;
}
.footer-nav>li>a{
	width:100%;
	float:left;
	font-weight:800;
	margin:10px 0;
}
.footer-nav li ul{
	float:left;
	wdith:100%;
}
.footer-nav li ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.footer-nav li ul li{
	float:none;
	display:block;
	width:100%;
	back
}
.footer-nav li ul li a{
	background:none;
}
.footer-logo{
	width:30%;
	margin:0 2.5%;
	float:left;
}
.copyright{
	width:60%;
	float:left;
	margin:0 2.5%
}
.footer {
	clear:both;
	background-color: #0c824b;
	min-height: 200px;
	color:#fff;
	box-shadow: 0px 500px 0px 500px #0c824b;
}
.footer p {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.proFoot {
	font-family: 'open_sansbold';
	color:#fff;
	background: #a4a882;
	width:100%;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
}
.retFoot {
	font-family: 'open_sansbold';
	color:#fff;
	background: #a29559;
	width:100%;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
.proLogoTitle {
	width:80%;
	height:100%;
	display: block;
	vertical-align: top;
	position: absolute;
	left:0px;
	top:5px;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
}

.proLogo {
	width:20%;
	height:100%;
	display: inline-block;
	border-right: dotted 1px #fff;
	vertical-align: top;
	position: relative;
}

.proLogo img {
	max-width: 150px;
}
.proLogo:first-child {
	width:15%;
}

.proLogo:last-child {
	border:none;
}

/*-------------------------------------
    Blog
--------------------------------------*/
.int-content{
	width:65%;
	float:left;
}
.int-sidebar{
	width:30%;
	float:right;
}
article.cat-view{
	padding:20px;
	margin-bottom:30px;
	box-shadow:0 5px 5px #cccccc;
	float:left;
}
article.cat-view h2{
	border-bottom:6px solid #00AF85;
	padding-bottom:15px;
}
.read-more{
	display:block;
	margin:20px 0;
	color:#00AF85;
	font-weight:600;
}
.cat-nav a{
	display:inline-block;
	padding:5px 10px;
	background-color:#00AF85;
	color:#ffffff;
}
.tags{
	padding:0;
	margin:0;
}
.tags li{
	display:inline-block;
	float:left;
	margin-right:5px;
}
.tags li a{
	padding:5px;
	background-color:#00AF85;
	color:#ffffff;
}
.attachment-post-thumbnail{
	max-width:200px;
	float:left;
	margin-right:10px;
}
.int-sidebar div{
	box-shadow: 0 5px 5px #eeeeee;
	padding:20px;
	margin-bottom:30px;
	border:1px solid #cccccc;
}
.int-sidebar div h3{
	border-bottom: 6px solid #00AF85;
    padding-bottom: 15px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.productHeader {
	width:100%;
	clear: both;
	text-align: left;
	color:#333;
	padding: 20px 0px 20px 0px;
}
.headerImage {
	width:95%;
	clear: both;
	margin: 10px 0px 10px 0px;
}
.productMain {
	width:100%;
	clear: both;
	position: relative;
}
.content-wrapper .productMain img {
	border:none;
}
.productLeft {
	width:70%;
	float:left;
	text-align: left;
	position: relative;
}
.productRight {
	width:30%;
	float:right;
}
.clearDiv {
	width:100%;
	height: 5px;
	clear: both;
}
.singleProduct {
	width:48%;
	display: inline-block;
	vertical-align: top;
}
.singleProductFull {
	width:95%;
}
.singleProductHalf {
	width:24%;
	display: inline-block;
	vertical-align: top;
}
.singleProductHalf ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.singleProductHalf ul li {
	font-family: 'open_sanssemibold';
	margin: 4px 0px 4px 5px;
	text-align: left;
}
.singleProduct h3 {
	font-family: 'open_sanssemibold';
	font-size: 20px;
	margin: 10px 0px 5px 0px;
}
.singleProduct h4 {
	font-family: 'open_sanssemibold';
	font-size: 16px;
	margin: 10px 0px 5px 0px;
}
.adviseText {
	color:#0063a7;
	font-style:italic;
}
.singleProduct ul.leaf {
	font-family: 'open_sanssemibold';
	font-size: 18px;
	list-style:url('images/leafBullet.png');
	margin: 10px 0px 10px 0px;
}
.singleProduct ul.docs {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding:0;
}
.singleProduct ul.docs li {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
.singleProduct ul li a {
	color:#336600;
	font-weight: 600;
}
.singleProduct ul li a:hover {
	color:#55943d;
	text-decoration: underline;
}
.singleProduct h2, .singleProductHalf h2 {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	font-size: 16px;
	color:#fff;
	line-height: 18px;
	background-color:#16406e;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 5px 0px;
	display: block;
	width:85%;
	border-radius: 0px 18px 18px 0px;
	-moz-border-radius: 0px 18px 18px 0px;
	-webkit-border-radius: 0px 18px 18px 0px;
	border: 0px solid #000000;
	position: relative;
	z-index: 1;
}
.singleProduct select {
	margin: 5px 0px 5px 0px;
	width:70%;
	font-size:16px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:40px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;

}
.singleProduct input[type="submit"] {
	width:40%;
	max-width: 80px;
}
.dualName {
	display: inline-block;
	position: relative;
	padding-right: 0px;
	background-color: #d8301a;
	padding:10px 0px 10px 10px;
	margin-right: 3px;
}
.dualName.pantoneSunshine, .dualName.pantoneSunshine:after {
	background-color: #e2231a;
}
.dualName.pantoneFafard, .dualName.pantoneFafard:after {
	background-color: #003b71;
}
.dualName.pantoneMetro, .dualName.pantoneMetro:after {
	background-color: #60295e;
}

.dualName:after {
  content: '';
  position: absolute;
  top: 0; right: -10px;
  width: 15px; height: 100%;
  background-color: #d8301a;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
.singleProduct h2.nonDual {
	padding:10px 10px 10px 10px;
	background-color: #d8301a;
}
.singleProduct h2.nonPro {
	padding:10px 10px 10px 10px;
	font-family: 'open_sanssemibold';
	font-weight: 600;
	font-size: 16px;
	color: #0c824b;
	line-height: 18px;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 5px 0px;
	display: block;
	width:85%;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}
.singleProduct h2.nonList {
		font-size: 20px;
		line-height: 24px;

}
.singleProductLeft {
	width: 40%;
	float: left;
}

.singleProduct img {
	max-width: 220px;
	padding:0;
	width:95%;
}
#productPic img {
	max-width: 220px;
}
.listImage {
	width:125px;
	height:151px;
}
.listImage img {
	width:125px;
	height:151px;
  	object-fit: contain;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	-ms-transform:translateY(-50%); /* IE */
	-moz-transform:translateY(-50%); /* Firefox */
  	-webkit-transform:translateY(-50%);
}

.prodBadge {
	display: inline-block;
	width:24%;
	margin-right: 0px;
	margin-bottom: 5px;
}
.prodBadge img {
	width:85%;
}
.singleProductRight {
	width: 55%;
	float: right;
}
.singleProductRight h3 {
	font-family: 'open_sanssemibold';
	text-align: left;
	font-size: 15px;
	color:#333;
	margin: 0px 0px 5px 0px;
}
.singleProduct a.readMore {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	display: block;
	padding:10px 0px 10px 0px;
	width:95%;
	background: #a2daea;
	color:#326978;
	text-align: center;
	margin-top: 10px;
}
.singleProductRight ul {
	display: block;
	margin: 0px 0px 10px 0px;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	color:#326978;
}
.singleProductRight ul li {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.productRight ul {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding:0px;
}
.productRight li {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	display:block;
}
.productRight h2, .formRight h2 {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	color:#fff;
	font-size: 23px;
	text-align: left;
	display:block;
	cursor: pointer;
	background:#b9e3ef;
	padding:10px 0px 10px 15px;
	margin:0px;
	border-bottom: solid 1px #fff;
}
.productRight h2:hover, .productRight h2:active {
	background:#8bd1e5;
}
.productRight label {
	position:relative;
	float:none;
	width:auto;
	display: inline-block;
	padding:5px 0px 5px 0px;
	color:#333;
	background: none;
	background-color: inherit;
	z-index: inherit;
	border:none;
}
.productRight input[type="checkbox"] {
    float: none;
    width: 20px;
}
.productRight .ingrCat {
	font-family: 'open_sansregular';
}
.rightOpen {
	background:#8bd1e5;
}
.singleProduct h2.traitHead, .singleProductHalf h2.traitHead {
	background-color: #3bc2a1;
	padding: 10px 10px 10px 10px;
	max-width: 190px;
	font-size: 16px;
}
#prodChars img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.singleProduct h2.pantoneSunshine {
	background-color: #e2231a;
}
.singleProduct h2.pantoneFafard {
	background-color: #003b71;
}
.singleProduct h2.pantoneMetro {
	background-color: #60295e;
}
#techVideo img {
	border: solid 9px #ccc;
	padding:0px;
	margin: 10px 0px 10px 0px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
}
.productContent {
	display: block;
}
.prodMobileRight {
	display: none;
}
.prodFilter {
	display:none;
}
.filterClose {
	display: none;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.img-responsive{
	width:100%;
}
img {
	max-width:100%;
	height:auto;
	border:none;
}
.content-wrapper img{
	border: 1px solid #e5e5e5;
    padding: 7px;
}
#ingrPic {
	max-width: 200px;
	display: block;
	margin: 0px auto;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*----- Tables -------*/
.tblColour {
    background-color: #5F9A3E;
    color: #FFFFFF;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
.tblColour p {
    padding-bottom: 10px;
    font-size: 18px;
}
.tblColour2 {
    background-color: #ccdfc1;
    padding: 10px;
}
.tblColour1 {
    padding: 10px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media all and (max-width:1399px) {
	nav ul li a{
		padding:10px 12px;
	}
	#mainNav ul li > ul, #mainNav ul li > div{
		width:700px;
	}
}
@media all and (max-width:1199px) {
	nav ul li a{
		padding:10px 5px;
		font-size:15px;
	}
	#mainNav ul li > ul, #mainNav ul li > div{
		width:650px;
	}
}
@media all and (max-width:1023px) {
	.header{
		border-bottom:5px solid #0c824b;
		height:140px;
	}
	.logo{
		max-width:200px;
	}
	.main-navigation{
		display:none;
	}
	
	.intro-text{
		background-color:#e5e5e5;
	}
	.intro-text h1{
		color:#000000;
		font-size:18px;
		padding:20px;	
	}
	.productLeft {
		width:95%;
		padding-left: 20px;
	}
	.prodHead {
		padding-left: 20px;
	}
	.headerImage {
		display:none;
	}
	.productRight {
		display:none;
		position:absolute;
		right:0px;
		top:0px;
		width:85%;
		max-width: 450px;
		z-index: 60;
		background: #fff;
		-webkit-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
		box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
	}
	.prodFilter {
		font-family: 'open_sanssemibold';
		font-size: 18px;
		display:block;
		width:95%;
		clear: both;
		text-align: right;
		padding:0px 40px 15px 0px;
		cursor: pointer;
	}
	.prodFilter button {
		font-family: 'open_sanssemibold';
		font-weight: normal;
		color:#fff;
		font-size: 18px;
		cursor: pointer;
		background:#8bd1e5;
		padding:6px 25px 6px 25px;
		margin:0px;
		border:solid 1px #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.filterClose {
		position: absolute;
		right: 10px;
		top:6px;
		z-index: 61;
		font-size: 30px;
		line-height: 32px;
		padding:0;
		margin:0;
		display: block;
		width:36px;
		height:36px;
		color:#fff;
		border: solid 1px #fff;
		text-align: center;
		background: #a2daea;
	}
	.filterClose:hover {
		cursor: pointer;
		background:#8bd1e5;
	}
	.mBar {
		width: 15px;
		height: 3px;
		background-color: black;
		margin: 3px 0;
	}
	.header-right{
		display:none;
	}
	.responsive-nav{
		display:block;
	}
	.responsive-nav a{
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 100;
		width: 40px;
		height: 40px;
		border: 0;
		background-image: url(images/res-nav-back.jpg);
		background-color: transparent;
		box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		-ms-box-shadow: 0 0 5px #000000;
		-o-box-shadow: 0 0 5px #000000;
		-webkit-box-shadow: 0 0 5px #000000;
	}
	.sticky-header.active {
    	display: none !important;
	}
	.search-box-header{
		display:block !important;
		right: 20px !important;
		top:90px !important;
	}

}
@media all and (max-width:767px) {
	.logo{
		max-width:150px;
		margin:20px;
	}
	.col-6, .col-3{
		width:90%;
		margin:0 5%;
		margin-bottom:30px;
	}
	.col-3.home{
		width:70%;
		margin:30px 15%;
	}
	.slideshow.mobile{
		display:block;
		width: 100%;
		float: left;
		display: block;
	}
	.slideshow.desktop{
		display:none;
	}
	.mobile-hero-img{
		display:block;
		width:100%;
		background-image:url('images/mobile-hero.jpg');
		background-repeat:no-repeat;
		background-size:cover;
		float:left;
		min-height:300px;
		position:relative;
	}
	.mobile-hero-title{
		width:100%;
		padding:40px 5%;
		display:inline-block;
		background-color:#ffffff;
		color:#0c824b;
		font-size:22px;
		text-align:center;
		position:absolute;
		bottom:0;
		z-index:999;
		margin:0;
		
	}
	.mobile-hero-img h2 span{
		display:block;
	}
	.footer-logos{
		width:90%;
		margin:0 5%;
	}
	.footer-logos>h2{
		width:100%;
		float:left;
	}
	.footer-logos>div{
		width:25%;
		float:left;
	}
	.footer-logos>div img{
		width:95%;
		float:left;
		margin:0;
	}
	.footer-nav>li{
		width:50%;
	}
	.footer-logo, .copyright{
		width:95%;
	}
	.singleProduct {
		width:100%;
	}
	#productPic {
	display: none;
	}
	.productContent {
		display: none;
	}
	.productContent img {
		display:block;
	}
	.singleProduct h2.traitHead, .singleProductHalf h2.traitHead {
	background-color: #3bc2a1;
	padding: 10px 10px 10px 10px;
	max-width: 640px;
	font-size: 18px;
	cursor:pointer;
	}
	.prodMobileLeft {
	float:left;
	width:60%;
	}
	.prodMobileRight {
		display: block;
		float:right;
		width: 40%;
		clear: none;
	}

	.singleProduct h2 {
		width:100%;
		font-size: 18px;
	}
	.singleProduct ul.leaf {
	font-size: 16px;
	}
	.prodFilter {
		padding:0px 0px 15px 0px;
	}
	.int-content{
		width:100%;
	}
	.int-sidebar{
		width:100%;
	}
}
@media all and (max-width:480px) {
	.prodMobileLeft {
	float:left;
	clear: right;
	width:95%;
	}
	.prodMobileRight {
		display: block;
		float:left;
		width: 95%;
		clear: none;
	}

	.singleProduct h2 {
		font-size: 16px;
	}
	.productRight {
		width:100%;
	}
	.footer-nav>li{
		width:100%;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
}
