/*  RESET CSS */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------   END RESET ----------------------- */

#register::-webkit-scrollbar {
    display: none;
  }

body, p, div, a {
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#homepage {
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 700px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	width: 920px;
	background-image: url(../img/customerBkg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index:-2;
}
#pagehead {
	height:100px;
	width:100%
	position:relative;
}
#rightPanel {
	float:right;
	width: 200px;
	height:600px;
	position:relative;
}
#endorsedByCMA {
	background-image: url(../img/endorsedByCMA.png);
	background-repeat: no-repeat;
	height: 156px;
	width: 166px;
	position: absolute;
	bottom: 10px;	
}
#mhclogo {
	background-image: url("../../../images/logo_mhc2.gif");
    background-position: 1px 2px;
    background-repeat: no-repeat;
    color: #006697;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 31px;
    height: 71px;
    left: 13px;
    letter-spacing: 0.1em;
    padding-left: 80px;
    padding-top: 15px;
    position: absolute;
    top: 7px;
    width: 311px;
}
#toggleLang {
    bottom: 5px;
    left: 5px;
    position: absolute;
}
.squareBtn {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	cursor: pointer;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	font-weight: normal;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}  

#logomcgill {
	background-image: url(../img/McGill.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 153px;
	background-position: 0px 0px;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#objective {
	display: block;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 18px;
    opacity: 0.99;
    text-align: left;
    width: 476px;
}
#objective h1{
	color: #006697;
    font-size: 30px;
    margin-bottom: 11px;
}
#objective h2 {
	font-size: 23px;
    line-height: 28px;
    margin-bottom: 7px;
}
#objective h2 span.bullet {
	font-size:24px;
}
#steps { 
	opacity:0.99;
	text-align:center;
	width:400px;
	margin-left:14px;
	margin-top:88px;
}
#steps h3 {
	color: #006697;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 23px;
    opacity: 1;
}
  
div#detail{
	position: absolute;
	left: 200px;
	height: 100%;
	overflow:hidden;
	width:720px
}

ul#steps{
    color: #000000;
    display: block;
    font-weight: bold;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 400px;
    z-index: 10;
}

ul#steps li{

	height: 30px;
	vertical-align: middle;
	margin:0 auto;
	width: 302px;
	background-repeat: no-repeat;
	cursor:default;

	border: 2px solid #623f1d;
	border-radius: 48px;
	color: #623f1d;

	font-family: "Helvetica Neue",sans-serif;
	font-size: 16px;
	padding: 8px 18px;	
}

ul#steps li.active{
	background: #FEDA71;
	background: -moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
	background: -webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: -ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	background: linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
	cursor:pointer;
	
}
ul#steps li.inactive{
	background-color: #eee;
	color:#808080;
}

ul#steps li.complete{
	background-color: #fff;
    background-image: url("/images/checked.png");
    background-position: 15px 6px;
}

ul#steps li#steps_health_coach.complete{
	cursor:pointer;
}

ul#steps li span {
    display: inline-block;
    font-size: 16px;
    font-variant: small-caps;
    height: 100%;
    letter-spacing: 0.2em;
    line-height: 30px;
    padding-left: 37px;
    text-align: left;
    width: 100%;
}

ul#steps li.active {
    background-color: #006697;
    color:#ffffff;
}
ul#steps .verticalLink {
    background-color: #000;
    border: 0 none;
    border-radius: 0;
    display: block;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    width: 4px;
}

iframe#register {
	border: 0 none;
	height: 730px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	overflow:hidden;
	display: block;
}

#detailText {
    background-color: rgba(255, 255, 255, 0.3);
    height: 390px;
    left: 92px;
    padding: 27px;
    position: absolute;
    top: 142px;
    width: 550px;
}
#detailText.fr {
    height: 497px;
    top: 86px;
}
#detailText p {
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 12px;
    text-align: justify;
}
#detailText h2 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 77px;
    text-align: center;
}
#detailText p.inactive, #detailText p.complete {
	display:none;
}
#detailText p#steps_health_coach_POST.complete {
	display:block;
}
#detailText span#myhealth {
	position: absolute;
	bottom:5px;
	border:medium solid #54728A;
	border-radius: 50px; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
	-moz-border-radius: 50px; 
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
	-webkit-border-radius: 50px; 
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
	color: #fff; 
	cursor: pointer; 
	float: left; 
	font-size: 18px; 
	font-weight: bold; 
	margin-right: 20px; 
	padding: 5px 20px; 
	text-decoration: none; 
	z-index:100;
	background:-moz-linear-gradient(center top , #f40000, #cc0000); 
    background: -webkit-gradient(linear, center top, center bottom, from(#f40000), to(#cc0000)); 
}

#detailText span#myhealth:hover { 
	border:medium solid #fff; 
} 


#components {border: 2px solid #000000;display: block; width: 920px; height: 700px;margin: 0px 0 0 2px;padding: 0;z-index: 1000000;top: 25px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto; background-color:#ffffff;}
#components.assesment{ height:740px; } 
#component {border: 0;margin:0;padding: 0;width: 100%;height: 100%;z-index: 1000;top: 0px;left:0; position:relative;background-color:#ffffff}
#componentsOverlay {background: url("/images/colorbox/overlay.png") repeat scroll 0 0 transparent;height: 100%;position: fixed;width: 100%; left:0; overflow: hidden;position: absolute; top: 0; z-index: 999;display: block; opacity: 0.7; cursor: auto;}
#components div{ background-color: #2C2C2C;background-image: url("/images/courselabX.png");background-position: center center;background-repeat: no-repeat;border: 1px solid #000000;border-radius: 300px 300px 300px 300px;cursor: pointer;display: inline-block;height: 37px;position: absolute;right: -15px;top: -25px;width: 37px;z-index: 10001;}
#components div.hover{ background-image: url("/images/courselabX_hover.png");}
#components span{ background-color: transparent;background-image: url("/images/courselab_top.gif");background-position: 0 0;background-repeat: repeat;display: none;height: 22px;position: absolute;right: 6px;top: 7px;width: 44px;z-index: 10001;}
#components.clab span.active{display:inline-block;}
#components div{background-color: transparent\9;background-image: url("/images/close_circle.gif")\9;border: 0\9;}
#components div.hover{ background-image: url("/images/close_circle_over.gif")\9;}
#components.homepage div{ display:none; }


.link{ color:#blue; cursor:pointer; font-size:16px; }
.link.inactive{ display:none; }
.link:hover{ text-decoration:underline; }


.whitelink {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    font-size: 11px;
    left: 57px;
    position: absolute;
    z-index: 1;
}
.whitelink.inactive{ display:none; }
.whitelink:hover{ text-decoration:underline; }

.video {
	height: 150px;
    margin-left: 16px;
    margin-top: 32px;
    width: 400px;
}
#videoframe {
	height:150px;
	width:266px;
	display:block;
	margin:0 auto;
}


#cobrand {background-position:0 0;background-repeat: no-repeat;height: 89px;overflow: hidden;position: absolute;right: 26px;top: 32px;width: 120px;display:none;}
#cobrand.solareh{display:inline-block;height:89px;}
#cobrand.solareh.en{ background-image: url("../img/cobrandLogo_en.png");width:214px;}
#cobrand.solareh.fr{ background-image: url("../img/cobrandLogo_fr.png");width:214px;}

.actionBtn {
    background-color: #006697;
    border: medium solid #fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 128px;
}

#homepage #register {
    left: 17px;
    position: absolute;
    top: 82px;
}
#homepage #login {
    left: 17px;
    position: absolute;
    top: 145px;
}





@media only screen and (device-width:768px)and (orientation:landscape){
	#components{-webkit-overflow-scrolling: touch;}	 
	#component{width:920px;overflow:hidden;}	 
	
	#components.assesment{height:740px;}
	#components.assesment #component{height:740px;}

	#components.health_coach{height:700px;}
	#components.health_coach #$component{height:700px;}
	
	#footer{position:fixed; bottom:5px;}	
	#componentsOverlay {background: none;height: 0;position: absolute;width: 0; left:0; overflow: hidden;position: absolute; top: 0; z-index: 0;display: block; opacity: 0.7; cursor: auto;}

	::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	}
	::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}	
}

/*iPad Portrait orientation styles */

@media only screen and (device-width:768px)and (orientation:portrait){
	#components{-webkit-overflow-scrolling: touch;}	 
	#component{width:920px;overflow:hidden;}	 
	
	#components.assesment{height:740px;}
	#components.assesment #component{height:740px;}

	#components.health_coach{height:700px;}
	#components.health_coach #$component{height:700px;}



	#footer{position:fixed; bottom:5px;}	
	#componentsOverlay {background: none;height: 0;position: absolute;width: 0; left:0; overflow: hidden;position: absolute; top: 0; z-index: 0;display: block; opacity: 0.7; cursor: auto;}

	::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	}
	::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}	
}


