/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

a {
	color: #45B613;
	text-decoration: none;
}

a:hover {

	color: #536DAC;

}

img {

	width: 100%;

}

footer {

	margin: 10px auto 10px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

nav {

	float: left;
	padding: 20px 0px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #000 url(/images/menu-icon_blk.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #536DAC;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

sectionpdf {

	margin: 10px auto 10px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

sectioncm {
	margin: 60px auto 60px;
	max-width: 980px;
	position: relative;
	padding: 20px

}
section-store {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;
	background: #FFF;
    background-repeat: no-repeat;
	color: #000;	
}

.greentitle {

  font-size: 1.875em;
  line-height: 1.0em;
  color: #45B613;

}
h1 {

	font-size: 2.5em;
	color: #45B613;
	line-height: 2em;
	margin: 20px 0 ;

}

h2 {
  font-size: 1.875em;
  line-height: 1.0em;
  color: #45B613;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
  line-height: 2.0em;
  font-weight: normal;

}


p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 1200px) {

	header {

		position: fixed;


	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #333;
		color: #000;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
}

/*  SECTIONS  */
.section {
	clear: both;
	margin: 20px;
	position: relative;
	padding: 20px;
}

.section group {
	text-align: center;
	}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
	text-align: center;

}

/* FROM PAGES WITH DIV TABLES */

	   div.clear { clear: both; }



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF TWO */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
	text-align: center;

}


/*  GRID OF FIVE   ============================================================================= */

	
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.8%;
}
.span_3_of_5 {
	width: 59.6%;
}
.span_2_of_5 {
	width: 39.4%;
}
.span_1_of_5 {
	width: 19.2%;
 	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/* FROM PRESS PAGE */

.style1 {color: #FF905B; font-weight:bold; }

.style11 {font-size:12px; }

.style16 {font-size:16px; }

.right {
  float: right;
  display:inline-block;line-height:32px;padding-right:20px; padding-top:20px;
}

/* FROM STORE PAGE */
.style17 {color: #990000; font-weight:bold; }
.style18 {color: #FF0000; font-weight:bold; }
.style19 {color: #FF0000; }
.style20 {color: #8258FA; font-weight:bold; }
.style21 {color: #00FF00; font-weight:bold; }
.style22 {color: #EFBF04 ; font-weight:bold; }

/* HEADER CODE FOR BIO PAGE */


<script type="text/javascript">
  function openNewWindowv(mypage,mytitle) {   
    window.open(mypage, mytitle,'width=500,height=440,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,scrollbars=NO,resizable=0');}
 </script>
 
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}