@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background: #1b1b1b;
    font-family: 'deliciousroman';
}

@font-face {
    font-family: 'deliciousroman';
    src: url('../font/delicious-roman-webfont.eot');
    src: url('../font/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/delicious-roman-webfont.woff2') format('woff2'),
         url('../font/delicious-roman-webfont.woff') format('woff'),
         url('../font/delicious-roman-webfont.ttf') format('truetype'),
         url('../font/delicious-roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'deliciousbold';
    src: url('../font/delicious-bold-webfont.eot');
    src: url('../font/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/delicious-bold-webfont.woff2') format('woff2'),
         url('../font/delicious-bold-webfont.woff') format('woff'),
         url('../font/delicious-bold-webfont.ttf') format('truetype'),
         url('../font/delicious-bold-webfont.svg#deliciousbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	text-decoration:none;
	cursor:pointer;
	outline: none;
}
h2, h3, h4{
	font-weight:100;
}
h2{
	font-size:38px;
	margin:15px 0 5px;
}
p{
	color: #b4b4b4;
	margin:5px 0;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.wrapper h2{
	color: #a6ce39;
}
#top_area{
	height:108px;
	width: auto;
	position:relative;
}
.logIn{
	width: 75px;
	height: 24px;
	background: #a6ce39;
	border-radius: 0 0 6px 6px;
	padding: 5px 0 0 15px;
	color: #1b1b1b;
	position:absolute;
	top:0;
	right: 10px;
}
.larrow{
	position:absolute;
	right:10px;
	top: 10px;
}
#logo{
	float:left;
	margin:10px 5px 0;
}
#banner{
	width:100%;
	min-height:200px;
}
#banner img{
	width:100%;
}
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; }
.flex-caption{ position: absolute; right:0px; bottom:20px;}
.caption_title_line{ width:380px; height:120px; padding:5px 170px 10px 15px; text-align: right; background: #a6ce39; color: #242323; text-transform:uppercase;}
.flex-caption h2{ color:#242323; font-size:38px; padding:5px 0 5px 0; margin:0px; font-family: 'deliciousbold';  }
.flex-caption p{ color: #242323; font-size:22px; }
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; }
.flexslider .slides > li {display: none ;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; }
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:11px; cursor: pointer; text-indent: -9999px;padding: 0;}
.flex-direction-nav li a.next {background:url(../img/next.png) no-repeat center; bottom:70px;}
.flex-direction-nav li a.prev {background:url(../img/prev.png) no-repeat center;bottom:70px; right:60px}
.flex-direction-nav li a.next:hover {background:url(../img/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../img/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
.slider_container{ width:90%; margin:0 0 0 2%; clear:both; background:none; padding:30px 0 0 0;}
.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:-10px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../img/next.png) no-repeat center; bottom:85px;}
.flex-direction-nav li a.prev {background:url(../img/prev.png) no-repeat center;bottom:40px;}
.flex-caption { display:none;}
}
/*********** Banner End   ************/

.menuCont { float: right; margin:40px 5px 0 0; font-size:16px; text-transform:uppercase; }
.menuWrap { float:left; }
.headMenuBtn { display: none; float: right; width: 32px; }
.menuCloseBtn { display: none; background: url("../img/menu_close_icon.png") repeat scroll 0 0 transparent; width: 33px; height: 33px; text-indent: -9999px; 
		margin-left: 47.5%; }
.menuBar { width: 32px; height: 5px; background: #a6ce39; border-radius: 3px; margin-top: 3px; display: block; }
.menuBar0 { margin-top: 0; }
.headMenu { float: left; margin: 12px 0 0; }
.headMenu li { list-style:none; float: left; padding-left:10px; }
.headMenu li a { color:#FFF; text-decoration:none; padding:4px 15px; display: block; }
.headMenu li a:hover, .headMenu li a.active{ background: #a6ce39; color:#1b1b1b; }
.menu_hilt { background: #a6ce39; color:#1b1b1b !important; }
.iframe1 { width:700px; height:420px; border:none; float:left; margin:-8px 0 15px -8px; }
.iframe2{
	width:700px; height:420px; border:none; float:left; margin:10px 0 15px -8px;
}
.vidCont2 { float: left; width: 100%; }
.vidContHealth { max-width: 600px; min-height: 245px; float: left; }
.vidContDrugs { max-width: 662px; min-height: 245px; float: left; margin-bottom: 20px; }
.vidContForks { max-width: 663px; min-height: 245px; float: left; margin-bottom: 20px; }
.hmWelcome{
	width:820px;
	margin:0 auto;
	text-align:center;
	padding:0 20px 0;
}
.hmWelcome h2{
	color: #a6ce39;
}
.hmWelcome p{
	line-height:26px;
	font-size:18px;
}
.hmWelcome .weline{
	width:230px;
	display:block;
	height:1px;
	background: #555555;
	margin:30px auto 10px;
}
.hm_ser{
	width:400px;
	margin:30px auto 35px;
	text-align:center;
	float:none;
}
.hm_ser .icon{
	margin:0;
}
.hm_ser h3{ 
	font-size:34px;
	color: #FFF;
	margin:15px 0 5px;
}
.hm_ser p{
	line-height:22px;
	margin-bottom:20px;
}
.hm_ser a.more{
	text-decoration:none;
	padding:5px 30px;
	font-size:16px;
	color: #1b1b1b;
	background: #a6ce39;
}
.hm_vids_path{
	margin:20px auto 10px;
	position:relative;
	text-align:center;
	width:950px;
	clear: left;
}
.hm_vids_path h2{
	display:block;
	text-align:center;
	color: #a6ce39;
	border-bottom:1px solid #555555;
}
.hm_vids{
	width:auto;
	margin:20px 0 0;
}
.hm_vids_menu{
	width:175px;
	float: left;
}
.hm_vids_menu ul{
	margin:0;
}
.hm_vids_menu ul li{
	list-style:none;
	padding-bottom:5px;
	list-style:none;
	position:relative;
}
.hm_vids_menu ul li a{
	display:block;
	background: #ebebeb;
	color: #1b1b1b;
	text-decoration:none;
}
.vmactive{
	background: #a6ce39 !important; 
	color: #FFF !important;
}
.hm_vids_menu ul li a:hover{
	background: #a6ce39;
	color: #FFF;
}
.hm_vids_menu ul li a.menu{
	height:50px;
	width:135px;
	position:relative;
	cursor:pointer;
}
.hm_vids_menu ul li a .top{
	font-size:66px;
	font-family: 'deliciousbold';
	position:absolute;
	top: -18px;
	right:10px;
}
.contTab{ display:none; }
.hm_vids_menu ul li a .bot{
	font-size: 30px;
	bottom: 10px;
	right:10px;
	position:absolute;
}
.hm_vids_show{
	float: left;
	width:750px;
	margin-left:5px;
}
.bot_strip{
	width:100%;
	height:182px;
	margin:20px 0 0;
	background: #0f0f0f;
	float:left;
}
.bot_strip_left{
	float:left;
	width:400px;
	margin:40px 0 0 60px;
}
.jn_challenge{
	width:340px;
	margin:10px 0 0;
}
.jn_challenge a.join{
	border-radius:6px;
}
.jn_challenge .cont{
	font-size:14px;
	color: #9b9b9b;
	margin-top:15px;
	text-align: center;
}
.jn_challenge .cont span{
	font-size:18px;
}
.bot_strip_rit{
	float:left;
	width:340px;
	margin:20px 0 0 120px;
}
.bot_strip_rit h2{
	font-size:30px;
	color: #474747;
}
.bot_strip_rit input[type="text"]{
	width:435px;
	font-family: 'deliciousroman';
	background: transparent;
	height:34px;
	margin-bottom:5px;
	font-size:18px;
	color: #464646;
	padding: 0 0 0 10px;
	border:1px solid #2b2b2b;
}
.bot_strip_rit input[type="button"]{
	width:135px;
	height:35px;
	float:right;
	background: #a6ce39;
	color: #1b1b1b;
	text-align:center;
	font-family: 'deliciousroman';
	font-size:24px;
	border: none;
	margin: 5px 5px 0 0;
}
.in_priv{
	margin:10px 10px;
	padding:10px;
	background:#1b1b1b;
	color: #565656;
}
.in_priv p{ margin:0 0 5px; }
a.privpol{ color: #565656; }
#colorbox .popPrivLink { clear: both; float: left; margin: 16px 0 12px; }
a.privpol span{ text-decoration: underline;  }
.footer{
	height:70px;
	width:1000px;
	float:left;
}
.footer .left{
	float:left;
	margin-top:10px;
}
.footer .left ul li{
	list-style:none;
	font-size:14px;
	float:left;
	padding:2px 5px;
}
.footer .left ul li a{
	color:#acacac;
	text-decoration:none;
}
.footer .rit{
	float:right;
	margin:22px 20px 0 0;
	color:#acacac;
	font-size:14px;
}
.footer .rit a{
	color:#acacac;
	text-decoration:none;
}

/******** 
Do you Know
**********/
.qusAnsPgDesc { color: #b4b4b4; font-size: 16px; line-height: 22px; margin: 10px 0 0; text-align: justify; padding: 0 5% 0 0; }
.qusAnsPgDesc2 { margin-bottom: 26px; }
.duknw_ans{
	float:left;
	position: relative;
	width: 940px;
	padding: 10px 20px 25px;
	background: #2a2a2a;
	margin: 5px 0 15px;
	font-size:16px;
	color: #b4b4b4;
}
.duknw_ans .line{
	border-bottom: 1px dashed #474747;
    bottom: 15px;
    left: 20px;
    position: absolute;
    width: 940px;
}
.duknw_ans ul{
	margin:0 ;
	padding:0;
}
.duknw_ans ul li{
	list-style: none;
	float:left;
	padding:10px 0 10px 20px;
	font-size:16px;
	color: #b4b4b4;
}
.nutritional{
	display:none;
}
/**********/
.prev, .next{
    float: left;
    padding: 0.5em 3.4em;
	border-radius: 6px;
    margin-right: 15px;
	margin-top: 10px;
	min-width:1em;
	text-align:center;
	display: none;
	background:#a6ce39;
	color: #FFF;
	font-size: 20px;
	border: none;
	cursor: pointer;
}
.disabled{
	color: #999;
	background: #2A2A2A;
	cursor: none;
}
.pagination .prev, .pagination .next { display: block; }
/**********/

/***********
About Style
************/
.cont_area{
	width:auto;
	float: left;
}
.abt_menu{
	width:200px;
	float: left;
}
.abt_menu ul{
	margin:0;
	padding:0;
}
.abt_menu ul li{
	list-style: none;
	margin-top:5px;
	font-size:18px;
}
.abt_menu ul li a{
	display: block;
	background: #393939;
	color: #d5d5d5;
	padding:8px 18px;
	text-decoration:none;
}
.abt_menu ul li a.vmactive{
	background: #a6ce39;
	color: #1b1b1b !important;
}
.bcm_wel input[type="text"]{
	width:435px;
	font-family: 'deliciousroman';
	background: transparent;
	height:34px;
	margin-bottom:5px;
	font-size:18px;
	color: #464646;
	padding: 0 0 0 10px;
	border:1px solid #2b2b2b;
}
.bcm_wel input[type="button"]{
	width:135px;
	height:35px;
	float:right;
	background: #a6ce39;
	color: #1b1b1b;
	text-align:center;
	font-family: 'deliciousroman';
	font-size:24px;
	border: none;
	margin: 5px 285px 0 0;
}

.abt_cont{
	float:left;
	margin:0 0 0 20px;
	padding:0px 20px 20px;
	width:720px;
	border-left: 1px solid #393939;
	min-height:300px;
}
.abt_cont h4{
	font-size:24px;
	color: #a6ce39;
	margin: 0 0 5px;
}
.abt_cont p{
	font-size:16px;
	color: #b4b4b4;
	margin: 0 0 10px;
	line-height: 22px;
	text-align:justify;
}
.abt_cont h5, .cont_area h5{
	font-family: 'deliciousbold';
	color: #b4b4b4;
	margin:15px 0 5px;
	font-size:16px;
}
.color1{
	color: #a6ce39 !important;
}
.sh_apt{
	margin:20px 0 0;
}
.sh_form{
	width:660px;
	margin:20px 0 0;
	display:none;
}
.sh_form input[type="text"]{
	width:655px;
	font-family: 'deliciousroman';
	background: transparent;
	height:40px;
	margin-bottom:5px;
	font-size:18px;
	color: #464646;
	padding: 0 0 0 10px;
	border:1px solid #3c3c3c;
}
.sh_form input[type="button"]{
	width:135px;
	height:35px;
	float:right;
	background: #a6ce39;
	color: #1b1b1b;
	text-align:center;
	font-family: 'deliciousroman';
	font-size:24px;
	border: none;
	margin: 5px 5px 0 0;
	cursor: pointer;
}
.cnt_enq{
	float:left;
	width:513px;
	margin:10px 0 0;
}
.cnt_enq input[type="text"]{
	width:500px;
	height:46px;
	margin-bottom:5px;
	border: 1px solid #3c3c3c;
	background: transparent;
	color:#555555;
	font-size:20px;
	font-family: 'deliciousroman';
	padding-left:10px;
}
.cnt_enq input[type="button"]{
	width:140px;
	height:44px;
	background: #a6ce39;
	font-size:22px;
	margin:5px 0 0;
	font-family: 'deliciousroman';
	text-align:center;
	border:none;
	float: right;
	color: #1b1b1b;
	cursor: pointer;
}
.cnt_nbr{
	float: left;
	margin: 40px 0 0 80px;
}
.cnt_nbr p{
	clear: left;
    color: #b4b4b4;
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0;
}
.cnt_nbr p span{
	display: block;
    float: left;
    margin-top: -5px;
    padding-right: 10px;
}
.cnt_nbr p.cntPgPhNum span { margin-top: 6px; }
.cnt_nbr p.cntPgPhNum0 { margin-bottom: 10px; }
.cnt_nbr p.cntPgPhNum1 { margin-top: 10px; }

.in_form{
	width:580px;
	margin:10px 10px;
	padding:10px;
	background:#1b1b1b;
}
.in_form input[type="text"], .in_form input[type="password"]{
	width:580px;
	height:46px;
	margin-bottom:5px;
	border: 1px solid #3c3c3c;
	background: transparent;
	color:#fff;
	font-size:20px;
	font-family: 'deliciousroman';
	padding-left:10px;
}
.in_form input[type="button"]{
	width:140px;
	height:44px;
	background: #a6ce39;
	font-size:22px;
	margin:5px 0 0;
	font-family: 'deliciousroman';
	text-align:center;
	border:none;
	float: left;
	color: #1b1b1b;
}
.alerts{
	float:left;
	color:#a6ce39;
	font-size: 22px;
	padding: 10px 0 0;
	font-family: 'deliciousroman';
}


/*************** Colorbox ***************/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/cbox/overlay2.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/cbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/cbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/cbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/cbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/cbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/cbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/cbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/cbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#1b1b1b; overflow:hidden; /* Changed */}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../img/cbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/cbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/cbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/cbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/cbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.testconditions li{
	color:#b4b4b4;
	font-size: 16px;
	margin-bottom:10px;
}
.testpara p{
	margin-bottom:10px;
}

.test_h5{
	color:#a6ce39 !important;
	font-size: 24px;
	 margin: 0 0 5px;
}

/** 1024 to 1279 **/
@media only screen and (max-width : 1263px) and (min-width : 1024px) {
	.caption_title_line { height: 85px; width: 330px; padding: 5px 160px 10px 15px; }
	.flex-caption h2 { font-size: 34px; }
	.flex-direction-nav li a.prev, .flex-direction-nav li a.next { bottom: 48px; }
}

/** 800 to 1023 **/
@media only screen and (max-width : 1023px) and (min-width : 800px) {
	.wrapper { width: 783px; }
	#top_area { height: 86px; }
	#logo { width: 250px; }
	#logo a { float: left; }
	#logo img { width: 100%; float: left; }
	.menuCont { margin: 38px 5px 0 0; }
	.headMenu { padding: 0; margin: 0; }
	.headMenu li { padding-left: 8px; }
	.headMenu li a { padding: 4px 10px; }
	.slider_container { margin: 0; padding: 0; width: 100%; }
	.flex-caption { display: block; }
	.flexslider { padding: 0; }
	.caption_title_line { height: 74px; width: 280px; padding: 5px 125px 10px 15px; }
	.flex-caption h2 { font-size: 30px; }
	.flex-direction-nav li a.prev, .flex-direction-nav li a.next { bottom: 43px; width: 20px; }
	.flex-direction-nav li a.prev { right: 45px; }
	.flex-direction-nav li a.next { right: 20px; }
	.hmWelcome { width: 740px; }
	.hm_ser { margin: 25px auto 20px; width: 362px; }
	.hm_ser a.more { padding: 6px 32px; }
	.hm_vids_path { float: left; margin: 5px auto 0; width: 783px; }
	.hm_vids_path h2 { border-bottom: none; }
	.hm_vids_path h2 .hmVidTxt { width: 100%; display: block; }
	.hm_vids_path h2 .hmVidLine { border-bottom: 1px solid #555; width: 150px; height: 1px; display: inline-block; margin-top: 2px; }
	.hm_vids_menu { width: auto; }
	.hm_vids_menu ul { padding-left: 0; }
	.hm_vids_menu ul li { padding-bottom: 3px; }
	.hm_vids_menu ul li a.menu { height: 44px; width: 112px; }
	.hm_vids_menu ul li a .top { font-size: 62px; left: 10px; top: -10px; right: auto; }
	.hm_vids_menu ul li a .bot { font-size: 28px; bottom: 8px; position: absolute; right: 10px; }
	.hm_vids { margin: 20px auto 0; width: 600px; }
	.hm_vids_show { margin-left: 0; width: 600px; overflow: hidden; }
	.hm_vids_show .iframe1 { margin-bottom: 0; }
	.bot_strip_left { margin-left: 12px; width: 308px; }
	.bot_strip_rit { float: right; margin: 20px 0 0 0; width: 345px; }
	.bot_strip { height: 188px; }
	.footer { width: 100%; height: auto; padding-bottom: 14px; }
	.footer .left ul { padding: 0 0 0 9px; margin: 0; }
	.footer .left { margin: 18px auto 0; display: table; float: none; }
	.footer .rit { float: none; margin: 0 auto; display: table; }
	#banner { min-height: 168px; }
	.abt_menu { width: 185px; }
	.abt_cont { width: 556px; margin: 0 0 0 10px; padding: 0 10px 20px; }
	.abt_cont h4 { margin: 0 0 8px; }
	.bcm_wel input[type="button"] { margin-right: 132px; }
	.abt_cont .iframe1 { width: 570px; height: 365px; }
	.sh_apt { float: left; }
	.sh_form { width: 562px; }
	.sh_form input[type="text"] { width: 562px; }
	.sh_form input[type="button"] { margin-right: 0; }
	.qusAnsPgDesc { padding: 0 4% 0 1%; }
	.duknw_ans { margin-left: 6px; width: 730px; }
	.duknw_ans .line { width: 734px; }
	.qusAnsPg h2 { margin-left: 6px; }
	#dukAlert { padding-top: 21px; }
	.qusAnsPg .in_form { float: left; margin: 6px 0 6px 6px; padding: 0; }
	.qusAnsPg .prev { margin-left: 6px; }
	.abtPg, .consPg { width: 774px; }
	.contPg { width: 774px; }
	.cnt_enq { width: 485px; }
	.cnt_nbr { margin: 52px 0 0 44px; }
	.cnt_enq input[type="text"] { width: 472px; }
	.obesityPg, .termsPg { width: 766px; }
	.alerts { font-size: 20px; }
	.cnt_enq .alerts { margin-top: 6px; }
}

/** 640 to 799 **/
@media only screen and (max-width : 799px) and (min-width : 640px) {
	.wrapper { width: 623px; }
	#top_area { height: 82px; z-index: 9999; }
	#logo { width: 235px; }
	#logo a { float: left; }
	#logo img { width: 100%; float: left; }
	.menuCont { margin-right: 15px; margin-top: 45px; }
	.headMenuBtn { display: block; }
	.menuWrap { display: none; position: absolute; left: 0; width: 100%; top: 82px; background: url("../img/menu_overlay_black_op90.png"); text-align: center; 
			padding: 15px 0 20px; }
	.menuCloseBtn { display: block; }
	.menu { display: inline-block; float: none; width: 114px; margin-top: 15px; }
	.menu li { margin-left: 28px; width: 100%; clear: both; margin: 0; }
	.menu li.menuFirst { margin-left: 0; }
	.menu li a { font-size: 15px; padding: 3px 0 8px; width: 100%; text-align: center; border-bottom: 2px solid #797979; }
	.menu li.menuAct a { border-bottom: 2px solid #7fa714; }
	.headMenu { padding: 0; margin: 20px 0 0; width: 100%; float: left; }
	.headMenu li { padding-left: 0; width: 100%; }
	.headMenu li a { padding: 4px 10px; }
	.menu_hilt { background: none; color: #a6ce39 !important; }
	.headMenu li a:hover, .headMenu li a.active{ background: none; color:#a6ce39; }
	.slider_container { margin: 0; padding: 0; width: 100%; }
	.flex-caption { display: block; }
	.flexslider { padding: 0; }
	.caption_title_line { height: 70px; padding: 0 90px 0 15px; width: 232px; }
	.flex-caption h2 { font-size: 26px; }
	.flex-direction-nav li a.prev, .flex-direction-nav li a.next { bottom: 34px; width: 20px; }
	.flex-direction-nav li a.prev { right: 35px; }
	.flex-direction-nav li a.next { right: 12px; }
	.hmWelcome { width: 94%; padding: 0 3%; }
	.hm_ser { width: 430px; }
	.hm_ser a.more { padding: 6px 32px; }
	.hm_vids_path { float: left; margin: 5px auto 0; width: 100%; }
	.hm_vids_path h2 { border-bottom: none; }
	.hm_vids_path h2 .hmVidTxt { width: 100%; display: block; }
	.hm_vids_path h2 .hmVidLine { border-bottom: 1px solid #555; width: 150px; height: 1px; display: inline-block; margin-top: 2px; }
	.hm_vids_menu { width: auto; }
	.hm_vids_menu ul { padding-left: 6px; }
	.hm_vids_menu ul li { padding-bottom: 3px; }
	.hm_vids_menu ul li a.menu { height: 42px; width: 110px; }
	.hm_vids_menu ul li a .top { font-size: 62px; left: 10px; top: -10px; right: auto; }
	.hm_vids_menu ul li a .bot { font-size: 26px; bottom: 8px; position: absolute; right: 10px; }
	.hm_vids_show { margin-left: 5px; width: 612px; overflow: hidden; }
	.hm_vids_show .iframe1 { margin-bottom: 0; }
	.bot_strip_left { margin: 18px auto 0; width: 308px; float: none; }
	.bot_strip_rit {  float: none; margin: 40px auto 0; width: 327px; }
	.jn_challenge { width: 327px; }
	.bot_strip { height: auto; padding-bottom: 15px; }
	.footer { width: 100%; height: auto; padding-bottom: 14px; }
	.footer .left ul { padding: 0 0 0 9px; margin: 0; }
	.footer .left { margin: 18px auto 0; display: table; float: none; }
	.footer .rit { float: none; margin: 0 auto; display: table; }
	#banner { min-height: 134px; }
	.abt_menu { width: 150px; }
	.abt_menu ul li { font-size: 16px; }
	.abt_menu ul li a { padding: 8px; }
	.abt_cont { margin: 0 0 0 8px; padding: 0 0 20px 6px; width: 448px; }
	.abt_cont h4 { margin: 0 0 8px; }
	.bcm_wel input[type="button"] { margin-right: 14px; }
	.abt_cont .iframe1 { height: 265px; width: 454px; }
	.sh_apt { float: left; }
	.sh_form { width: 446px; }
	.sh_form input[type="text"] { width: 446px; }
	.sh_form input[type="button"] { margin-right: 0; }
	.qusAnsPgDesc { padding: 0 4% 0 1.5%; }
	.duknw_ans { margin-left: 6px; width: 591px; padding: 6px 10px 20px; }
	.duknw_ans .line { width: 590px; left: 10px; }
	.duknw_ans ul li { padding: 10px 0 10px 10px; }
	.qusAnsPg h2 { margin-left: 6px; }
	#dukAlert { padding-top: 21px; padding-left: 6px; }
	.qusAnsPg .in_form { float: left; margin: 6px 0 6px 6px; padding: 0; }
	.in_form input[type="text"], .in_form input[type="password"] { width: 490px; }
	.prev, .next { font-size: 18px; padding: 0.5em 2.4em; }
	.qusAnsPg .prev { margin-left: 6px; }
	.abtPg, .consPg { width: 614px; }
	.contPg { width: 614px; }
	.cnt_enq { width: 358px; }
	.cnt_nbr { margin: 40px 0 0 34px; }
	.cnt_nbr p { font-size: 22px; }
	.cnt_enq input[type="text"] { width: 346px; font-size: 18px; height: 40px; }
	.obesityPg, .termsPg { width: 612px; }
	.obesityPg .iframe2 { width: 618px; height: 370px; }
	.alerts { font-size: 18px; }
	.cnt_enq .alerts { margin-top: 6px; }
	/** PopUp **/
	.in_form { width: 490px; }
}

/** 480 to 639 **/
@media only screen and (max-width : 639px) and (min-width : 480px) {
	.wrapper { width: 460px; }
	h2 { font-size: 34px; }
	#top_area { height: 80px; z-index: 9999; }
	#logo { width: 215px; }
	#logo a { float: left; }
	#logo img { width: 100%; float: left; }
	.logIn { font-size: 14px; height: 21px; width: 56px; right: 8px; padding: 3px 0 0 10px; }
	.larrow { top: 8px; }
	.menuCont { margin-right: 9px; margin-top: 38px; }
	.headMenuBtn { display: block; }
	.menuWrap { display: none; position: absolute; left: -2px; width: 100.9%; top: 80px; background: url("../img/menu_overlay_black_op90.png"); text-align: center; 
			padding: 6px 0 4px; }
	.menuCloseBtn { display: block; margin-left: 46.5%; }
	.menu { display: inline-block; float: none; width: 114px; margin-top: 15px; }
	.menu li { margin-left: 28px; width: 100%; clear: both; margin: 0; }
	.menu li.menuFirst { margin-left: 0; }
	.menu li a { font-size: 15px; padding: 3px 0 8px; width: 100%; text-align: center; border-bottom: 2px solid #797979; }
	.menu li.menuAct a { border-bottom: 2px solid #7fa714; }
	.headMenu { padding: 0; margin: 10px 0 0; width: 100%; float: left; }
	.headMenu li { padding-left: 0; width: 100%; }
	.headMenu li a { padding: 2px 10px; }
	.menu_hilt { background: none; color: #a6ce39 !important; }
	.headMenu li a:hover, .headMenu li a.active{ background: none; color:#a6ce39; }
	.slider_container { margin: 0; padding: 0; width: 100%; }
	.flexslider { padding: 0; }
	.caption_title_line { height: 70px; padding: 0 90px 0 15px; width: 232px; }
	.flex-caption h2 { font-size: 26px; }
	.flex-direction-nav li a.prev, .flex-direction-nav li a.next { bottom: 60px; width: 18px; background-color: #a6ce39; border-radius: 0; padding: 6px; }
	.flex-direction-nav li a.prev { right: auto; left: 2px; }
	.flex-direction-nav li a.next { right: 2px; }
	.flex-direction-nav li a.next:hover {background:url(../img/next_a.png) no-repeat center #a6ce39;}
	.flex-direction-nav li a.prev:hover {background:url(../img/prev_a.png) no-repeat center #a6ce39;}
	.hmWelcome { padding: 0 2%; width: 96%; }
	.hmWelcome p { font-size: 16px; line-height: 22px; }
	.hmWelcome .weline { margin-top: 24px; }
	.hm_ser { margin: 30px auto 20px; width: 372px; }
	.hm_ser h3 { font-size: 32px; }
	.hm_ser a.more { padding: 6px 32px; }
	.hm_vids_path { float: left; margin: 5px auto 0; width: 100%; }
	.hm_vids_path h2 { border-bottom: none; }
	.hm_vids_path h2 .hmVidTxt { width: 100%; display: block; }
	.hm_vids_path h2 .hmVidLine { border-bottom: 1px solid #555; width: 150px; height: 1px; display: inline-block; margin-top: 2px; }
	.hm_vids_menu { width: auto; }
	.hm_vids_menu ul { padding-left: 6px; }
	.hm_vids_menu ul li { padding-bottom: 3px; }
	.hm_vids_menu ul li a.menu { height: 42px; width: 100px; }
	.hm_vids_menu ul li a .top { font-size: 55px; left: 8px; right: auto; top: -12px; }
	.hm_vids_menu ul li a .bot { bottom: 8px; font-size: 24px; right: 10px; }
	.hm_vids_show { margin-left: 5px; width: 450px; overflow: hidden; }
	.hm_vids_show .iframe1 { margin-bottom: 0; width: 458px; height: 305px; }
	.bot_strip_left { margin: 18px auto 0; width: 308px; float: none; }
	.bot_strip_rit {  float: none; margin: 35px auto 0; width: 327px; }
	.jn_challenge { width: 327px; }
	.bot_strip { height: auto; padding-bottom: 15px; }
	.footer { width: 100%; height: auto; padding-bottom: 14px; }
	.footer .left ul { padding: 0; margin: 0; }
	.footer .left { margin: 18px auto 0; display: table; float: none; }
	.footer .rit { float: none; margin: 0 auto; display: table; }
	#banner { min-height: 134px; }
	.inPgBanner { display: none; }
	.abtPg h2, .consPg h2, .qusAnsPg h2, .contPg h2, .obesityPg h2, .termsPg h2 { text-align: center; }
	.cont_area { width: 100%; }
	.abt_menu { width: 100%; margin: 8px 0 20px; }
	.abt_menu ul li { font-size: 16px; text-align: center; }
	.abt_menu ul li a { padding: 8px; }
	.abt_cont { border: none; margin: 0; padding: 0 0 20px; width: 100%; min-height: 220px; }
	.abt_cont h4 { margin: 0 0 8px; }
	.abt_cont p { font-size: 15px; line-height: 20px; }
	.bcm_wel input[type="button"] { margin-right: 24px; }
	.abt_cont .iframe1 { height: 268px; width: 462px; }
	.sh_apt { float: left; width: 100%; }
	.sh_tog { display: table; margin: 0 auto; }
	.sh_form { width: 446px; }
	.sh_form input[type="text"] { width: 446px; }
	.sh_form input[type="button"] { margin-right: 0; }
	#dukForm { margin-top: 8px; }
	.qusAnsPgDesc { padding: 0 4% 0 1.5%; font-size: 13px; line-height: 18px; margin: 8px 0 0; }
	.qusAnsPgDesc2 { margin-bottom: 8px; }
	.duknw_ans, .duknw_ans ul li { font-size: 14px; }
	.duknw_ans { margin-left: 4px; margin-bottom: 10px; padding: 2px 6px 20px; width: 440px; }
	.duknw_ans .line { left: 5px; width: 440px; }
	.duknw_ans ul li { padding: 4px 0 6px 6px; }
	.qusAnsPg h2 { margin-left: 6px; }
	#dukAlert { padding-top: 21px; padding-left: 6px; }
	.qusAnsPg .in_form { float: left; margin: 6px 0 6px 6px; padding: 0; width: 450px; }
	.in_form input[type="text"], .in_form input[type="password"] { width: 450px; }
	.prev, .next { font-size: 18px; padding: 0.5em 2.4em; }
	.qusAnsPg .prev { margin-left: 6px; }
	.abtPg, .consPg { width: 458px; }
	.contPg { width: 458px; }
	.cnt_enq { clear: both; margin-bottom: 20px; width: 100%; }
	.cnt_nbr { display: table; float: none; margin: 0 auto; }
	.cnt_nbr p { font-size: 22px; margin: 22px 0 0; }
	.cnt_enq input[type="text"] { width: 445px; font-size: 18px; height: 40px; }
	.obesityPg, .termsPg { width: 458px; }
	.obesityPg .iframe2 { width: 458px; height: 300px; }
	.termsPg .cont_area p, .obesityPg p { font-size: 15px; }
	.alerts { font-size: 16px; }
	.cnt_enq .alerts { margin-top: 6px; }
	/** PopUp **/
	#colorbox .in_form { width: 370px; padding: 0; margin: 6px; }
	#colorbox .in_form input[type="text"], #colorbox .in_form input[type="password"] { width: 370px; font-size: 15px; }
	#colorbox .in_form input[type="button"] { font-size: 15px; width: auto; height: 28px; }
	#colorbox .alerts { font-size: 13px; padding: 10px 0 0; }
	#colorbox a.popPrivLink { margin: 12px 0 4px; }
}

/** 479 and below **/
@media only screen and (max-width : 479px) {
	.wrapper { width: 300px; }
	h2 { font-size: 30px; }
	#top_area { height: 68px; z-index: 9999; }
	#logo { width: 180px; margin: 8px 2px 0; }
	#logo a { float: left; }
	#logo img { width: 100%; float: left; }
	.logIn { font-size: 12px; height: 16px; padding: 2px 0 0 8px; right: 3px; width: 46px; }
	.larrow { top: 5px; right: 5px; }
	.menuCont { margin-right: 4px; margin-top: 30px; }
	.headMenuBtn { display: block; }
	.menuBar { width: 26px; height: 4px; }
	.menuWrap { display: none; position: absolute; left: -2px; width: 101%; top: 68px; background: url("../img/menu_overlay_black_op90.png"); text-align: center; 
			padding: 6px 0 2px; }
	.menuCloseBtn { display: block; margin-left: 45.5%; width: 30px; height: 27px; background-position: 0 -3px; }
	.menu { display: inline-block; float: none; width: 114px; margin-top: 15px; }
	.menu li { margin-left: 28px; width: 100%; clear: both; margin: 0; }
	.menu li.menuFirst { margin-left: 0; }
	.menu li a { font-size: 15px; padding: 3px 0 8px; width: 100%; text-align: center; border-bottom: 2px solid #797979; }
	.menu li.menuAct a { border-bottom: 2px solid #7fa714; }
	.headMenu { padding: 0; margin: 5px 0 0; width: 100%; float: left; }
	.headMenu li { padding-left: 0; width: 100%; }
	.headMenu li a { padding: 2px 10px; }
	.menu_hilt { background: none; color: #a6ce39 !important; }
	.headMenu li a:hover, .headMenu li a.active{ background: none; color:#a6ce39; }
	.slider_container { margin: 0; padding: 0; width: 100%; }
	.flexslider { padding: 0; }
	.caption_title_line { height: 70px; padding: 0 90px 0 15px; width: 232px; }
	.flex-caption h2 { font-size: 26px; }
	.flex-direction-nav li a.prev, .flex-direction-nav li a.next { bottom: 26px; padding: 4px 2px; width: 18px; background-color: #a6ce39; border-radius: 0; }
	.flex-direction-nav li a.prev { right: auto; left: 2px; }
	.flex-direction-nav li a.next { right: 2px; }
	.flex-direction-nav li a.next:hover {background:url(../img/next_a.png) no-repeat center #a6ce39;}
	.flex-direction-nav li a.prev:hover {background:url(../img/prev_a.png) no-repeat center #a6ce39;}
	.hmWelcome { padding: 0 2%; width: 96%; }
	.hmWelcome p { font-size: 13px; line-height: 20px; }
	.hmWelcome .weline { margin-top: 20px; width: 125px; }
	.hm_ser { margin: 30px auto 20px; width: 300px; }
	.hm_ser .icon { width: 150px; }
	.hm_ser h3 { font-size: 28px; }
	.hm_ser p { font-size: 14px; line-height: 20px; }
	.hm_ser a.more { padding: 6px 32px; }
	.hm_vids_path { float: left; margin: 5px auto 0; width: 100%; }
	.hm_vids_path h2 { border-bottom: none; }
	.hm_vids_path h2 .hmVidTxt { width: 100%; display: block; }
	.hm_vids_path h2 .hmVidLine { border-bottom: 1px solid #555; width: 100px; height: 1px; display: inline-block; margin-top: 2px; }
	.hm_vids_menu { width: auto; }
	.hm_vids_menu ul { padding-left: 0; }
	.hm_vids_menu ul li { padding-bottom: 3px; }
	.hm_vids_menu ul li a.menu { height: 38px; width: 84px; }
	.hm_vids_menu ul li a .top { font-size: 44px; left: 6px; right: auto; top: -12px; }
	.hm_vids_menu ul li a .bot { bottom: 8px; font-size: 20px; right: 6px; }
	.hm_vids_show { margin-left: 0; width: 298px; overflow: hidden; }
	.hm_vids_show .iframe1 { margin-bottom: 0; width: 306px; height: 210px; }
	.bot_strip_left { margin: 18px auto 0; width: 266px; float: none; }
	.bot_strip_left img { width: 100%; }
	.bot_strip_rit {  float: none; margin: 28px auto 0; width: 290px; }
	.jn_challenge { width: 290px; }
	.jn_challenge img { width: 99.5%; }
	.jn_challenge .cont { font-size: 13px; }
	.jn_challenge .cont span { font-size: 15px; }
	.bot_strip { height: auto; padding-bottom: 15px; }
	.footer { width: 100%; height: auto; padding-bottom: 12px; }
	.footer .left ul { padding: 0; margin: 0; text-align: center; }
	.footer .left ul li { font-size: 13px; display: inline-block; float: none; padding: 2px 3px 0; }
	.footer .left { margin: 12px auto 0; display: table; float: none; }
	.footer .rit { float: none; margin: 0 auto; display: table; font-size: 11px; }
	#banner { min-height: 108px; }
	.inPgBanner { display: none; }
	.abtPg h2, .consPg h2, .qusAnsPg h2, .contPg h2, .termsPg h2, .obesityPg h2 { text-align: center; }
	.cont_area { width: 100%; }
	.abt_menu { width: 100%; margin: 8px 0 20px; }
	.abt_menu ul li { font-size: 16px; text-align: center; }
	.abt_menu ul li a { padding: 8px; }
	.abt_cont { border: none; margin: 0; padding: 0 0 20px; width: 100%; min-height: 210px; }
	.abt_cont h4 { margin: 0 0 8px; font-size: 20px; }
	.abt_cont p { font-size: 13px; line-height: 18px; }
	.testconditions li { font-size: 13px; margin-bottom: 6px; }
	.bcm_wel input[type="text"] { width: 296px; font-size: 16px; }
	.bcm_wel input[type="button"] { margin-right: 2px; font-size: 20px; height: 35px; width: 94px; }
	.abt_cont .iframe1 { height: 208px; width: 305px; }
	.sh_apt { float: left; width: 100%; }
	.sh_tog { display: table; margin: 0 auto; width: 230px; }
	.sh_tog img { width: 100%; }
	.sh_form { width: 296px; }
	.sh_form input[type="text"] { width: 296px; }
	.sh_form input[type="button"] { margin-right: 0; font-size: 18px; height: 32px; width: 95px; }
	#dukForm { margin-top: 8px; }
	.qusAnsPgDesc { padding: 0 4% 0 1.5%; font-size: 13px; line-height: 18px; margin: 8px 0 0; }
	.qusAnsPgDesc2 { margin-bottom: 8px; }
	.duknw_ans, .duknw_ans ul li { font-size: 13px; }
	.duknw_ans { margin-left: 1px; margin-bottom: 10px; padding: 0 3px 12px; width: 290px; }
	.duknw_ans .line { left: 5px; width: 285px; bottom: 8px; }
	.duknw_ans ul li { padding: 4px 4px 6px 2px; }
	.qusAnsPg h2 { margin-left: 6px; }
	#dukAlert { padding-top: 21px; padding-left: 6px; }
	.qusAnsPg .in_form { float: left; margin: 6px 0; padding: 0; width: 298px; }
	.in_form input[type="text"], .in_form input[type="password"] { font-size: 16px; width: 298px; padding-left: 4px; height: 38px; }
	.prev, .next { font-size: 16px; padding: 0.4em 1.5em; margin-right: 10px; }
	.qusAnsPg .prev { margin-left: 0; }
	.abtPg, .consPg, .obesityPg, .termsPg { width: 298px; }
	.contPg { width: 312px; }
	.abt_cont h5, .cont_area h5 { font-size: 15px; }
	.termsPg .cont_area p, .obesityPg p { font-size: 13px; }
	.termsPg .cont_area p { line-height: 1.3em; }
	.cnt_enq { clear: both; margin-bottom: 12px; width: 100%; }
	.cnt_nbr { display: table; float: none; margin: 0 auto; }
	.cnt_nbr p { font-size: 20px; margin: 20px 0 0; }
	.cnt_enq input[type="text"] { font-size: 16px; height: 34px; width: 299px; }
	.cnt_enq input[type="button"] { font-size: 18px; height: 35px; width: 90px; }
	.obesityPg .iframe2 { width: 302px; height: 215px; }
	.alerts { font-size: 13px; padding: 17px 0 0; }
	.cnt_enq .alerts { margin-top: 0; }
	/** PopUp **/
	#colorbox .in_form { width: 234px; padding: 0; margin: 6px; }
	#colorbox .in_form input[type="text"], #colorbox .in_form input[type="password"] { width: 234px; font-size: 15px; }
	#colorbox .in_form input[type="button"] { font-size: 14px; width: auto; height: 26px; }
	#colorbox .alerts { font-size: 12px; padding: 10px 0 0; }
	#colorbox a.popPrivLink { margin: 12px 0 4px; }
}