@import url('mentor.min.css');
@import url('font-awesome.css');
@import url('font-myriad.css');

/*----------------------------------------------------------------------
General
----------------------------------------------------------------------*/

body
{ 
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	font-size:12px;
	line-height:18px;
}

h1 {
	color: #02376A;
	font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
	font-size: 28px;
	line-height:28px !important;
	font-weight:normal;
	line-height: 100%;
	margin: 0 0 10px;
	padding: 0 0 4px;
	width: 100%;
}

.home-header {
	background: #D3D4C1;
	padding:6px 0;
	text-align:center;
	width:100%;
	margin:0 auto;
}

.home-header h1 {
	color:#000;
	font-family: 'MyriadProCondensed',Arial,sans-serif;
	font-size: 27px;
	font-weight:normal;
	line-height:32px;
	margin:0;	
}

h2 {
	font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
	color:#02376A;
	font-size: 23px;
	line-height:26px;
	font-weight:normal;
	margin: 0 0 4px;
}

#planting-schedule h2 {
	font-size: 20px;
	line-height:26px;
}

#home h2 {
	font-size: 24px;
	line-height:26px;
}

h3 {
	font-family:Arial,sans-serif;
	margin: 0 0 4px;
	color: #6B9638;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

h4 {
	font-family: Arial,sans-serif;
	margin: 0 0 3px;
	color: #02376A;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}

.first {
margin-left: 0;
}

.last {
margin-left: 0;
}

ul.list {
	margin:0 0 20px 5px;
}

ul.list li {
	background: url(../img/bullet.jpg) no-repeat 0 5px;
	list-style:none;
	padding: 0 0 10px 15px;
	line-height:18px;
	margin: 0;
}

ul, ol {
	padding: 0;
	margin: 0 0 20px 25px;
}

h1 a,
h2 a,
h3 a,
h4 a{
	text-decoration:none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover{
	text-decoration:none;
}

ol {

}

ol li {

}

a{
	text-decoration:none;
	color:#02376A;
	outline:0;
}

a:hover {
	text-decoration:underline;
	color:#6B9638;
	outline:0;
	cursor:pointer;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#5f5f5f;	
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	word-spacing:1px;
}	

.sidebar{
	margin-top:42px;
}

h1 sup,
h2 sup,
h3 sup,
.tagline sup{
	font-size: 12px;
	line-height: 22px;
	top: -0.55em;
	font-family: Arial, Helvetica, sans-serif;
}

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

#home blockquote {
	padding: 0;
	margin:32px 0 0;
	border: 0;
	float:none;
}

blockquote i {
	color: #6B9638;
	margin:0;
	font-size: 22px;
}

blockquote p {
	font-size: 15px;
	color: #5f5f5f;
	line-height: 25px;
	font-style:italic;
	font-family: Georgia,Constantia,Lucida,serif;
}

blockquote > p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:8px;
	font-style: normal;
	display: block;
	float:right;
	line-height:14px;
}

blockquote .testimonial-photo{
	float:right; 
	margin: 8px 0 15px 15px;
}

.nav a{
	font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
	font-weight:normal;
}

:-moz-placeholder {
	color: #bbb;
	font-size:12px;
}
	
::-webkit-input-placeholder {
	color: #bbb;
	font-size:12px;
}

.label{
	background-color:#c1c1bf;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:none;
}

#home .mainContent {
	padding-top: 20px;
	border-top: 0;
	min-height:0;
}

.mainContent {
	padding-top: 20px;
	border-top: 0;
	min-height:400px;
}

.mainContent a.label:hover,
.mainContent a:hover > span.label{
	background-color:#81B344;
}

.nav-list {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.nav-list > .active > a,
.nav-list > .active > a:hover{
	background-color:#81B344;
}

.nav-list i{
	opacity:0.6;
}

.nav-list > .active i{
	opacity:1;
}

.nav-list>li>a,
.nav-list a{
	color:#5f5f5f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow:none;
	margin-left: -20px;
	margin-right: -20px;
}

.nav-list > li > a {
	padding: 2px 20px;
}

.nav>li>a:hover,
.nav-list a:hover{
	color:#5f5f5f;
	background:#DEDEDE;
	text-shadow:none;
}

.nav-list a.active,
.nav-list a.active:hover {
	color:#FFF;
	background:#02376A;
	text-shadow:none;
}

.nav-list .divider {
	height: 1px;
	margin: 12px 0px;
	overflow: hidden;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

.nav-list .sub-section {
	font-weight:bold;
	color:#5f5f5f;
}


/*back to top button*/
.btt{
	opacity:.6;
	background-color:#999;
}

.btt:hover{
	opacity:1.0;
	background-color:#02376A;
}

.divider{
	clear: both;
	position: relative;
	margin-top: 40px;
}

/*================================================
Forms
================================================*/
form{
	margin:0px;
	padding:0px;
	font-size:12px;
}

#form-container input.error, #form-container select.error  {
  background-color:#E0130F;
	color:#FFF;
}
	
#form-container{

}

#form-container .form-row{
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}

#form-container .form-row div {
	width:160px; 
	float:left; 
	margin-right:10px;
}


#form-container label{
	font-family: Arial,sans-serif;
	margin: 0 0 3px;
	color: #02376A;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}

#form-container .chbx-row{
	margin:5px 0;
	width:100%;
	overflow:hidden;	
}

#form-container .chbx{
	float:left;
	margin-left: 0;
	padding-top:2px;
	position: relative;
	width: 20px;
}

#form-container .chbx input{
	border:none;
}

#form-container .chbx-text label{
	display: block;
	float: left;
	font-weight:normal
}

.btn-row{
	margin-bottom:5px;
	padding-top:5px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
/*----------------------------------------------------------------------
custom span adjustments
----------------------------------------------------------------------*/

.span2.product-listing,
.span3.product-listing,
.span4.product-listing {
	margin:0 20px 0 0;
}

.adj-margin{
	margin: 0 0 0 0!important;
}

.loader-type{
	float:right;
	margin-bottom:10px;
	margin-top:-10px;
	display:none;
}

.attachment-type{
	text-align:center;
	margin:-40px 0 20px 0;	
}

.attachment-type.full-width{
	margin:0 0 20px 0;	
}

#buckets .attachment-type,
#grapple-attachments .attachment-type{
	margin:-10px 0 20px 0;	
}


/*----------------------------------------------------------------------
Home
----------------------------------------------------------------------*/
#home .sliderWrap {
	padding-top: 0;
	position:relative;
}

.tagline{
	font-family: 'MyriadProCondensed',Arial,sans-serif;
	color: #000;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	position:absolute;
	top:2;
	left:200px;		
}

#home #home-callout{
	position:absolute;
	z-index:1000;
	/*top:20%;*/
	top:2%;
	left:-9%;
	height:165px;
	width:165px;	
}

#home #home-callout img{
	width:100%;
}

#home #home-callout2{
	position:absolute;
	z-index:2000;
	top:45%;
	left:-9.5%;
	height:158px;
	width:200px;	
}


#home #home-callout2:hover { 
    box-shadow: 0px 0px 5px #000000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(2.9);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(2.9);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(2.9);
    transition: all 200ms ease-in;
    transform: scale(2.9);
	left:15%;
}

#home #home-callout2 img{
	width:100%;
}

/*----------------------------------------------------------------------
Navigation
----------------------------------------------------------------------*/
.navbar .container {
	position:relative;
}
.navbar{
	height:131px;
	background:url(../img/bg-header.png) repeat-x 0 0;
}
				
.navbar .brand{
	border:0;
	margin-top:10px;
}

.navbar .nav {
	margin-top: 11px;
	float:left;
}

.navbar .nav > li{
	margin-right:0;
}

.navbar .nav > li > a{
	font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size:17px;
	text-shadow: none;
	padding: 9px 20px 6px 20px;
	border-bottom:0px solid #81B344;
	text-transform:uppercase;		
}

.navbar .nav > li.show{
	display:none;	
}

.navbar .nav > li > a:hover  {
	color: #FFF;
	background: #9AC368;
	text-decoration: none;
	border:0;
}


.navbar .nav > li > a.active,
.navbar .nav > li > a.active:hover  {
	color: #FFF;
	background: #02376A;
}

.navbar .nav .active > a{
	background-color: #;
	text-decoration: none;
	border:0;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.dropdown-menu li>a:hover, 
.dropdown-menu .active>a:hover,
.navbar .nav .active > a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #02376A;
	border:0;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar .dropdown-menu:after,
.navbar .dropdown-menu:before{
	content:none;
	margin:0;
	padding:0;
}

.navbar .dropdown-menu{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	border:0;
	margin:0;
	padding:0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	background:#81B344;
}

.navbar .dropdown-menu li{
	margin:0;
	padding:0;
	border:0;
}

.navbar .dropdown-menu a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	border:0;
	padding: 4px 20px;
	margin:0;
	text-decoration:none;
}

.dropdown-menu .divider{
	background-color:#FFF;
	border:0;
}

/*3rd level menu*/
.navbar .nav .nav-header {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
}

/*----------------------------------------------------------------------
Utility Nav
----------------------------------------------------------------------*/
.utility-nav{
	text-align:right;
	position:absolute;
	top:10px;
	right:20px;
}

.utility-nav ul li{
	display:inline-block;
	border-right:1px solid #ccc; 	
	line-height:12px;
	padding:0 10px;
	margin:0;
}

.utility-nav ul li:last-child{	
	padding:0 0 0 10px;
	border-right:0; 	
}

.utility-nav ul li a{
	font-family: Arial,sans-serif;
	color:#000;
	font-size:12px;
	line-height:12px;
	float: none;
	font-weight:normal;
	padding:0 0 2px;
	margin:0;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.utility-nav ul li a:hover{
	color:#81B344;
	border-bottom:3px solid #81B344;
	text-decoration:none;
}

.utility-nav ul li a.active,
.utility-nav ul li a.active:hover{
	color:#02376A;
	border-bottom:3px solid #02376A;
	text-decoration:none;
}

/*----------------------------------------------------------------------
Header
----------------------------------------------------------------------*/
header .smedia {
	position: absolute;
	margin-left: 5px;
	top: 33px;
	right: 20px;
}

header .smedia span{
	color: #000;
	font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
	font-size: 17px;
	margin:7px 0 0;
	font-weight: normal;
  text-align:right
}

header .smedia .icon-fb{
	margin-right:20px;
	float:left;
}

.sliderWrap .span12{
	box-shadow: 0 0 0 #5f5f5f;
	border: 0 solid #ccc;
	border-bottom:0;
}

.peVolo .peVoloPrev a, 
.peVolo .peVoloNext a,
.peVolo .peVoloBullets a {
	opacity: .75;
}

.peVolo .peVoloPrev a:hover, 
.peVolo .peVoloNext a:hover,
.peVolo .peVoloBullets a:hover {
	opacity: 1;
}

.homeWrap{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:-10px;
	background: #FFF;
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 50%, #DEDEDE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #FFF), color-stop(100%, #DEDEDE));
	background: -webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #DEDEDE 100%);
	background: -o-linear-gradient(top, #FFF 0%, #FFF 50%, #DEDEDE 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #FFF 50%, #DEDEDE 100%);
	background: linear-gradient(top bottom, #FFF 0%, #FFF 50%, #DEDEDE 100%);			
}

/*----------------------------------------------------------------------
Main Content
----------------------------------------------------------------------*/
.mainContent{
	border-top:0;
}

input:focus,
textarea:focus {
	border-color: rgba(101, 152, 182, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 152, 182, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 152, 182, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(101, 152, 182, 0.6);
	outline: 0;
	outline: thin dotted \9;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane{
	border: 1px solid #CCC;
	border-top:0;
	border-radius:0 0 4px 4px;
	overflow:hidden;
	padding: 20px 15px 10px 15px;
	background: -moz-linear-gradient(top, #FFF 70%, #F6F6F6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #FFF), color-stop(100%, #F6F6F6));
	background: -webkit-linear-gradient(top, #FFF 70%, #F6F6F6 100%);
	background: -o-linear-gradient(top, #FFF 70%, #F6F6F6 100%);
	background: -ms-linear-gradient(top, #FFF 70%, #F6F6F6 100%);
	background: linear-gradient(top bottom, #FFF 70%, #F6F6F6 100%);
	min-height:250px;	
}

.column-1{
	float:left;
	width:48%;	
}

.column-2{
	float:right;
	width:48%;	
}

.column-2 img{
	width: 100%;
}

.column-2 .row{
	width:100%; 
	overflow:hidden;
	margin:0;
}

.column-2 .row .column{
	width:215px;
	float:left;
	margin-bottom:15px;
}

.column-2 .row .column:last-child{
	float:right;
}

.caption{
	margin-top:10px;
	font-size:11px;	
	line-height:13px;
}

.image-wrapper .caption{
	margin-top:10px;
	font-size:11px;
	font-style:italic;	
	line-height:13px;
}

.nav-tabs {
	border-bottom: 4px solid #02376A;
}

.nav-tabs>li {
	margin-bottom:0;
}

.nav-tabs > li > a{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	border: 1px solid #81B344;
	background:#81B344;
	background: -moz-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AED084), color-stop(30%, #81B344));
	background: -webkit-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -o-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -ms-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: linear-gradient(top bottom, #AED084 0%, #81B344 30%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#AED084, endColorstr=#81B344);	
}

.nav-tabs > li > a:hover {
	color:#FFF;
	border: 1px solid #81B344;
	background:#81B344;
	background: -moz-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #81B344), color-stop(100%, #AED084));
	background: -webkit-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -o-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -ms-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: linear-gradient(top bottom, #81B344 70%, #AED084 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81B344, endColorstr=#AED084);	
}

.nav-tabs>.active>a, 
.nav-tabs>.active>a:hover {
	color:#FFF;
	background: #02376A;
	background: -moz-linear-gradient(top, #0354A5 0%, #02376A 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0354A5), color-stop(30%, #02376A));
	background: -webkit-linear-gradient(top, #0354A5 0%, #02376A 30%);
	background: -o-linear-gradient(top, #0354A5 0%, #02376A 30%);
	background: -ms-linear-gradient(top, #0354A5 0%, #02376A 30%);
	background: linear-gradient(top bottom, #0354A5 0%, #02376A 30%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0354A5, endColorstr=#02376A);	
	border: 1px solid #02376A;
	border-bottom-color:none;
	cursor: default;
}

.nav-tabs > .active > a{
	color:#FFF;
}

.well {
	min-height: 20px;
	padding: 20px;
	margin-bottom:0;
	border:1px solid #ccc;
	background: #FFF;
	background: -moz-linear-gradient(top, #FFF 30%, #DEDEDE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFF), color-stop(100%, #DEDEDE));
	background: -webkit-linear-gradient(top, #FFF 30%, #DEDEDE 100%);
	background: -o-linear-gradient(top, #FFF 30%, #DEDEDE 100%);
	background: -ms-linear-gradient(top, #FFF 30%, #DEDEDE 100%);
	background: linear-gradient(top bottom, #FFF 30%, #DEDEDE 100%);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:none;
}

/*----------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/
footer{
	margin-top:30px;
	border-top:1px solid #CCC;
	background: #FFF;	
}

footer .footerMain {
	padding:15px 0;
	border-top: 0;
}

.copyright p{
	color:#5f5f5f;
	text-align:center;
	white-space:nowrap;
	font-size:11px;
	margin-bottom:0px;
	line-height:16px;
}

.copyright a{
	text-decoration:underline;
}

.copyright a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------
Buttons
----------------------------------------------------------------------*/
.btn-row{
	margin-bottom:5px;
	padding-top:5px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

/*--------------- BUTTONS ---------------*/
.btn1{  
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
  border-radius: 0\9; /* IE8 and older */
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	text-transform:normal;
	padding: 4px 8px;
	margin:0 0 10px 0; 
	font-weight:bold; 
	text-align: center;
	color:#FFF;
	border: 1px solid #81B344;
	background:#81B344;
	background: -moz-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AED084), color-stop(30%, #81B344));
	background: -webkit-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -o-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: -ms-linear-gradient(top, #AED084 0%, #81B344 30%);
	background: linear-gradient(top bottom, #AED084 0%, #81B344 30%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#AED084, endColorstr=#81B344);	
}
	
.btn1:hover{ 
	color:#FFF;
	border: 1px solid #81B344;
	background:#81B344;
	background: -moz-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #81B344), color-stop(100%, #AED084));
	background: -webkit-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -o-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: -ms-linear-gradient(top, #81B344 70%, #AED084 100%);
	background: linear-gradient(top bottom, #81B344 70%, #AED084 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81B344, endColorstr=#AED084);	
}

a.btn1{
	text-decoration:none;
	display: inline-block; 
}

a.btn1:hover{
	color:#FFF;
}

/*----------------------------------------------------------------------
Downnload lists
----------------------------------------------------------------------*/
ul.download{
	list-style:none;
	margin:0;
	padding:0;
}

ul.download li{
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}

ul.download li a{
	text-decoration:none;
	padding:2px 4px 2px 28px;
	display:block;
	background: url(../img/icon-pdf.png) no-repeat 8px 2px;
}

ul.download li.divider {
	height: 1px;
	margin: 10px 0px 16px 0;
	padding:0px;
	overflow: hidden;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

ul.download li.sub-section {
	font-weight:bold;
	color:#5f5f5f;
	font-size:14px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.data-table{
	padding:0;
	margin:0 0 15px 0;
	border:0;
	width:100%;
}

table.data-table tr{
	background:#D9EAC1; 
	margin-bottom:3px;
	border-bottom:3px solid #FFF; 
}

table.data-table.style-2 tr{
	background:#DFEAF5;
}

table.data-table tr.alt{
	background:#FFF;
	font-weight:bold; 
}

table.data-table.style-2 tr.alt{
	background:#FFF;
	font-weight:normal; 
}

table.data-table tr th{
	padding:2px 4px;
	background:#81B344;
	color:#FFF;
	text-align:left;
}

table.data-table.style-2 tr th{
	background:#4E8DC6;
}

table.data-table tr td{
	padding:2px 4px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	line-height:15px;
}

table.data-table.style-2 tr th,
table.data-table.style-2 tr td{
	text-align:center;
	border-left:1px solid #FFF;
	vertical-align:middle;
}


table.data-table tr td.cost{
	text-align:right;
}

table.data-table tr td div.callout {
	color: #02376A;
	font-size: 12px;
	font-weight:bold;
	margin:3px 0 3px 20%;
	line-height:15px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}


table.seed-chart{
	padding:0;
	margin:0 0 15px 0;
	border:0;
	width:99.9%;
}

table.seed-chart tr:hover{
	background:#efefef;
}

table.seed-chart tr th,
table.seed-chart tr td{
	padding:4px;
	white-space:nowrap;	
}

table.seed-chart tr th{ 
	color:#FFF;
	text-align:left;
	background:#02376A;
	border-left:1px solid #FFF;
}

table.seed-chart tr th:first-child { 
	border-left:1px solid #02376A;
}

table.seed-chart tr th:last-child { 
	border-right:1px solid #02376A;
}

table.seed-chart tr td{ 
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


table.seed-chart tr td:last-child{ 
	border-right:1px solid #ccc;
}


.callout-box{
	width:100%;
	border:1px solid #81B344;
	padding:0;
	margin:0 0 20px 0;	
}

.callout-box h3{
	background:#81B344;
	color:#FFF;	
	padding:5px;
}

.callout-box .copy{
	padding:5px;
}

.callout-box .copy ul.list{
  margin: 0 0 0 5px;
}


.note{
	font-size:11px;
	line-height: 13px;	
}

.image-wrapper{
	float:right;
	margin:0 0 15px 15px;
	width:45%;
}

.image-wrapper img{
	width:100%;
}

img.main-image {
	width:100%;
	margin:0 0 20px 0;
}

.news-item{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;	
}

.news-item h4{
	margin-bottom:0;	
}

.news-item .source{
	font-size:12px;
	font-style:italic;
}


#photo-download .column,
#brochure-download .column{
	width:21%;
	max-width:212px;
	margin:2%;
	float:left;
	text-align:center;
}

#photo-download .column img,
#brochure-download .column img{
	width:100%;
}

#brochure-download .column img{
	padding-bottom:10px;
}

.pr-title{
	float:left;
	width:70%;	
}

.pr-date{
	font-weight:normal;
	color:#5f5f5f;
	font-size:12px;
	margin-right:10px;
	float:left;
}

.download-this{
	float:right; 
	width:25%;
	min-width:72px;	
}

.icons-format{
	float:left;
	width:29px;
	height:36px;
	background:url(../img/icons-format.png);
	text-indent:-1000px;
	margin-right:6px;
}

.icons-format.pdf{
	background:url(../img/icons-format.png) 0 0;
}

.icons-format.doc{
	background:url(../img/icons-format.png) -29px 0;
}

a.pdf2{
	background:url(../img/icon-pdf2.png) 0 0 no-repeat;
	float:left;
	display:block;
	min-height:36px;
	padding:6px 0 0 36px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

/*--------------- VIDEO PLAYER ---------------*/

.youmax-showing {
    color: black;
    font-weight: normal;
}

.youmax-duration {
    background-color: black;
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    padding: 2px 3px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}

#youmax-header {
    display: none!important;
}

.youmax-stat {
    float: right;
    margin: 10px;
    font: 10px Arial;
    color: #ccc;
    margin-top: 25px;
    text-align: center;
}

#youmax-stat-holder {
    float: right;
    height: 100%;
}

.youmax-stat-count {
    font: 18px Arial;
}

#youmax-channel-desc {
    text-align: left;
}

#youmax {
    width: 100%!important;
    margin: 0px auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    overflow-x: hidden;
    background-color:;
}

.youmax-video-tnail {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 108px!important;
    position: relative;
}

.youmax-video-tnail-box {
    width: 46%;
    margin: 0 2% 2% 2%;
    float: left;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#youmax-encloser {
    border: 0px solid #cccccc;
    background-color: ;
    padding-top: 0;
    width: 99.666%;
    margin: 0px auto;
}

#youmax-video-list-div {
    width: 100%;
    text-align: left;
    display: inline-block;
    background-color: ;
    padding: 0;
}

.youmax-video-tnail-box .youmax-video-list-title {
    color: #6B9638;
    font-size: 11px;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 4px 10px 0 10px;
    margin:0;
		line-height:16px;
    font-weight: bold;
    max-width: 250px;
    height: 35px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.youmax-video-list-title {
    color: #6B9638;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 0;
    margin:20px 2%;
    font-weight: bold;
    overflow: hidden;
}

.youmax-video-list-views {
    color: #444;
    padding: 1% 10px;
    padding-bottom: 3%;
    display: inline-block;
    font-size: 10px;
}

.youmax-playlist-sidebar {
    background-color: rgba(0,0,0,0.8);
    float: right;
    max-width: 50%;
    height: 100%;
    color: white;
    text-align: center;
}

.youmax-playlist-video-count {
    display: inline-block;
    margin: 3%;
    margin-top: 5%;
    height: 20%;
}

.youmax-playlist-sidebar-video {
    opacity: 1;
    width: 64px;
    height: 20%;
    background-color: rgb(114,114,114);
    display: inline-block;
    margin: 2% auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.youmax-tab {
    background-color: rgb(230,230,230);
    color: #666;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    margin: 5px;
    margin-top: 10px;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

#youmax-tabs {
    text-align: left;
    background-color: #FFF;
    padding-left: 0;
    border-left: 0 solid #cccccc;
    border-right: 0 solid #cccccc;
}

.youmax-tab {
    color: #000;
    display: inline-block;
    margin: 0 3px -1px 0;
    margin-top: 10px;
    padding: 5px 15px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 0 0!important;
		display:none;
}

#youmax-lightbox {
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#youmax-video-lightbox {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background: #888
}

::-webkit-scrollbar-thumb {
    background: #eee
}

.peVolo .peVoloPrev, 
.peVolo .peVoloNext, 
.peVolo .peVoloBullets{
	display:none!important;
} 



/*----------------------------------------------------------------------
min-width: 1200px
----------------------------------------------------------------------*/
@media (min-width: 1200px) {
		
}

/*----------------------------------------------------------------------
max-width: 1120px
----------------------------------------------------------------------*/
@media (max-width: 1120px) {
		#home #home-callout{
			z-index:1000;
			left:2%;
			top:2%;
			height:150px;
			width:150px;
		}
		#home #home-callout2{
			left:1%;
			top:41%;
			display:;
		}
		
		#home #home-callout2:hover { 
			left:20%;
		}
}


/*----------------------------------------------------------------------
min-width: 980px
----------------------------------------------------------------------*/
@media (max-width: 980px) {
	.navbar .nav > li > a {
		padding: 9px 12px 6px 12px;
		font-size: 14px;
	}
}

/*----------------------------------------------------------------------
min-width: 768px  /  max-width: 979px
----------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px){

		.dropdown-menu li > a:hover,
		.dropdown-menu .active > a,
		.dropdown-menu .active > a:hover {
			color: #FFF;
			background:#02376A!important;
			text-decoration: none;
			border:0;
		}
		
		blockquote .testimonial-photo{
			width:120px;
		}
		blockquote .testimonial-photo img{
			width:100%;
		}	
		
		.tab-pane .column-2 .row{
			width:215px; 
			overflow:hidden;
			margin:0 auto;
		}
		
		.tab-pane .column-2 .row .column{
			width:215px;
			float:none;
			margin-bottom:15px;
		}
		
		.tab-pane .column-2 .row .column:last-child{
			float:none;
		}
		
		#photo-download .column{
			width:29%;
			margin:2%;
		}
		
		#photo-download .column img{
			width:100%;
			max-width:212px;
		}
	
		#home #home-callout2{
			left:1%;
			top:49%;
		}
		
		#home #home-callout2:hover { 
			left:25%;
		}
	
}

/*----------------------------------------------------------------------
max-width: 767px
----------------------------------------------------------------------*/

@media screen and (max-width: 767px){
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
	}	
}

@media (max-width: 767px) {
	
		.tagline{
			display:none;
		}
		
		#home #home-callout{
			z-index:1000;
			top:2%;
			left:2%;
			height:90px;
			width:90px;	
		}
		
		#home #home-callout2{
			top:44%;
			left:1%;
			height:120px;
			width:152px;	
		}
		
		#home #home-callout2:hover { 
			left:30%;
		}
				
		.divider{
			clear: both;
			position: relative;
			margin-top: 0px;
		}
				
		.dropdown-menu li > a:hover,
		.dropdown-menu .active > a,
		.dropdown-menu .active > a:hover {
			color: #FFF;
			background:#02376A;
			text-decoration: none;
			border:0;
		}
		
		#home .mainContent>[class*="span"] {
			margin-bottom:20px;
		}	
		
		/*menu*/
		.utility-nav{
			display:none;
		}		
		
		/*menu*/
		.navbar{
			height:110px;
			background:url(../img/bg-header.png) repeat-x 0 -22px;
		}
		
		
		/*navbar text items*/
		.navbar .nav > li > a, .navbar .dropdown-menu a {
			color:#fff;
		}
		
		/*navbar dropdown btn*/
		.btn-navbar {
			background: #81B344;
		}
		
		.navbar .btn, .navbar .btn-group {
			margin-top: 10px;
			margin-right: 3px;
			padding:5px 10px;
			text-align:left;	
		}
		
		.btn-navbar:hover{
			background: #02376A;
		}
		
		.btn-navbar .btnTitle{
			font-family: 'MyriadProBoldCondensed',Arial,sans-serif;
			font-size:15px;
			color:#fff;
			font-weight:normal;
			text-shadow:none;
			text-transform:uppercase;
		}
		
		.navbar .brand{
			background:none;
			height: 45px;
			width: 120px;
			margin: 2px 10px 0 0;
			padding-bottom: 8px;
		}
		
		.navbar .brand img {
			display:block;
			width:100%;
		}
		
		
		header .nav-collapse ul.nav {
		margin:4px  3px;
		}
		
		.navbar .nav {
			margin-top: 1px;
			float: right;
			box-shadow: 0 5px 5px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		}
		
		.navbar .nav li {
			margin-bottom:0;
			padding:0;
			width: 200px;
		}
		
		.navbar .nav > li.show{
			display:block;	
		}
					
		.navbar .nav > li > a{
			color:#FFF;
			font-size:15px;
			text-shadow: none;
			padding: 8px 10px 5px 10px;
			margin:0;
			border-bottom:0;
			text-transform:uppercase;
		}
		
		.navbar .nav > li > a, .navbar .dropdown-menu a{
			border-radius:0;
			-moz-border-radius:0;
			-webkit-border-radius: 0;
		}
		
		.navbar .dropdown-menu a{
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#FFF;
			border:0;
			padding: 4px 20px;
		}
		
		.navbar .nav > li > a{
			border-left:0;
			border-bottom:none;
			background-color: #81B344;
		}
		
		.navbar .nav .active > a, .navbar .nav .active > a:hover {
			border-left:0;
			border-bottom:none;
		}
		
		.navbar .nav .active > a{
			background-color: #81B344;
		}
		
		.navbar .nav > li > a:hover {
			background-color: #02376A;
			
			color: #fff;
			text-decoration: none;
			border-left:0;
			border-bottom:none;
		}
		
		.navbar .nav > li > a.active{
			background-color:#81B344;	
		}
		
		.navbar .dropdown-menu{
			background:#81B344;
			box-shadow: 0 5px 5px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
		}
		
		.navbar .dropdown-menu li a{
			color:#fff;
			border-bottom:1px solid #FFF;
			background-color: #A08A5B;
		}
		
		.navbar .nav>li>a:hover, .navbar .dropdown-menu a:hover {
			background-color: #02376A;
		}
		
		.navbar .nav .dropdown-menu, .navbar .nav .dropdown-menu .sub-menu {
			display: none !important;
			opacity: 0 !important;
			visibility: hidden !important;
		}
		
		/*3rd level menu*/
		.navbar .nav .nav-header {
			border-bottom:1px solid #aaa;
		}
		
		.navbar .dropdown-menu{
			box-shadow: none;
		}
		
		.copyright p{
			text-align:center;
		}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) and (min-width: 481px) {
	
	.container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	
	img.main-image {
		display:none;
	}
	
	.home-header h1 {
		font-size: 18px;
		line-height:18px !important;
	}
			
	.main-content-copy>[class*="span"] {
		float: left;
		margin-right: 2.9%;
		width:47%;
	}
	
	.column-1{
		float:none;
		width:100%;	
	}
	
	.column-2{
		float:none;
		width:100%;	
	}
	.column-2 img{
		width: 100%;
	}
	
	#photo-download .column{
		width:45%;
		margin:2%;
	}
	
	#photo-download .column img{
		max-width:212px;
	}	

}

/*----------------------------------------------------------------------
max-width: 480px
----------------------------------------------------------------------*/
@media (max-width: 480px) {
	#home #home-callout{
		z-index:1000;
		top:2%;
	}

	#home #home-callout2{
		display:none;
	}
			
	.container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.peVolo .peVoloPrev, 
	.peVolo .peVoloNext, 
	.peVolo .peVoloBullets{
		display:none!important;
	} 
	
	.home-header {
		display:none;
	}
	
	.image-wrapper{
		float:none;
		margin:0 0 15px 0;
		width:100%;
	}
	
	.image-wrapper img{
		width:100%;
	}
	
	.column-1{
		float:none;
		width:100%;	
	}
	
	.column-2{
		float:none;
		width:100%;	
	}
	.column-2 img{
		float:none;
		width:100%;	
	}	

	.tab-pane .column-2 .row .column,
	.tab-pane .column-2 .row .column:last-child{
		width:215px;
		float:none;
		margin:0 auto 15px auto;
	}
	
	.tab-pane .column-2 img{
		width: 100%;
	}	
	
	blockquote .testimonial-photo{
		width:100px;
	}
	blockquote .testimonial-photo img{
		width:100%;
	}	
	
	.main-content-copy>[class*="span"] {
		width:99.9%;
	}	

	.nav-tabs > li > a {
		border-radius: 4px 4px 0 0;
		line-height: 18px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.nav-tabs > li > a, .nav-pills > li > a {
		line-height: 14px;
		margin-right: 1px;
		padding-left: 6px;
		padding-right: 6px;
	}
			
	.nav-tabs > li > a{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
	#photo-download .column{
		width:212px;
		margin:2% auto;
		float:none;
	}
	
	#photo-download .column img{
		width:212px;
	}
}