@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
@import url(http://fonts.googleapis.com/css?family=Just+Another+Hand);

@font-face {
	font-family: 'SegoeLight';
	src: url('../fonts/SegoeL.eot');
	src: local('â˜º'), url('../fonts/SegoeL.woff') format('woff'), url('../fonts/SegoeL.ttf') format('truetype'), url('../fonts/SegoeL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ThrowMyHandsUpintheAir';
	src: url('../fonts/ThrowMyHandsUpintheAir.eot');
	src: local('â˜º'), url('../fonts/ThrowMyHandsUpintheAir.woff') format('woff'), url('../fonts/ThrowMyHandsUpintheAir.ttf') format('truetype'), url('../fonts/ThrowMyHandsUpintheAir.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @override http://ignite.dev/_ignite/style.css */


/* to fix iPads (portrait) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

.black_wrap:after {
	bottom: -29px;
}

}

/* End to fix iPads (portrait) */


/* Space */

html {
	font-family:Tahoma, 'Open sans', "Helvetica Neue", Arial, Helvetica, Sans-Serif, Ubuntu, System, 'Droid Sans';
	font-size: 62.5%;
	line-height: 150%;
	/*height: 100%;
	overflow-y: auto;*/
}

body {
	background: #020208 url(/assets/images/_bg-qj.jpg) no-repeat 50% 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html > body {
  width: 100%;
	font-family: 'Open Sans', sans-serif;
  font-size: 15px;
	font-size: 1.5rem;
	line-height: 150%;
}

._main ._wrapper,
.frame ._main ._wrapper {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* Header */

header {
	background: transparent;
}

header ._wrapper {
	padding: 70px 0 20px;
}

header ._helpbar > ul, ._helpbar > ul > li {
	color: #D8C4F8;
	text-transform:uppercase;
	font-weight:normal;	
	font-family: 'Droid Sans';
	font-size: 13px;
}

header nav a:visited {
  color: #C452C4;
}

._helpbar .hb_call a, ._helpbar .hb_call a:visited {
	color: #C452C4;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.17);
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

._helpbar .hb_call:before {
	background: url(/assets/images/help/call.png) no-repeat 2px 0;
}

._helpbar .hb_help a {
	color: #D8C4F8;
}

._helpbar .hb_help a:hover {
	color: #D8C4F8;
	text-decoration:underline;
}

._helpbar .hb_help > a:before {
	background: url(/assets/images/help/help-icon.png) no-repeat;
}

/*._helpbar .hb_help > a:after {
	background: url(/assets/images/help/help-icon.png) no-repeat -36px 0;
}*/

._helpbar .hb_call, .hb_call a {
	font-weight: bold;
}

._helpbar .hb_help > a {
	background: none;
	border-radius: 0;
	border: 0;
}

._helpbar .hb_help > p,
._helpbar .hb_help > h6 {
	color: #666;
	text-align: left;
	
}

._helpbar .hb_help h6 {
	margin: 0 !important;
}

._helpbar .hb_help ._ddmenu p {
	color: #666;
}

._ddmenu li a p {
	color: #08C !important;
}

header nav {
	position: absolute;
	bottom: 10px;
	right: 0;
}

header nav a, header nav li a {
  line-height: 1em;
	font-family: 'Droid Sans', arial, sans-serif;
	color: #C452C4;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

header nav li a:hover,
header nav li._a a,
._helpbar .hb_call a:hover {
  color: #FEFEFE;
}

/* End - Header */

/* Directory */

._directory {
	background: #2B2B2D;
	color: #FEFEFE;
	text-shadow: none;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 12px 20px !important;
	margin-bottom: 1.6em !important;
}

._directory ._row {
	margin: 0;
}

._directory ._col ul {
	
}

._directory ._col ul,
._directory ._col ul li {
	line-height: 1.8rem;
	font-size: 12px;
}

._directory ._col h6 {
	font-size: 14px;
	color: #FFF;
}

._directory a,
._directory a:hover,
._directory a:visited {
	color: #FFF !important;
}

/* End - Directory */

/* Footer */

footer {
	margin: 20px 0 0;
}

._colophon {
	border-left: 0;
	margin-bottom: 0;
}

._colophon ._logo {
	background: url(/assets/images/_logo-qj-footer.png) no-repeat transparent;
	top: 5px;
}

._colophon p {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
}

._colophon a,
._colophon ._links a {
	font-weight: bold;
	color: #999;
}

/* End - Footer */

/* Typography */

h1, h2, h3, h4, h5, h6,
._row h1, ._row h2, ._row h3, ._row h4, ._row h5, ._row h6,
.frame h1, .frame h2, frame h3, .frame h4, .frame h5, .frame h6  {
	font-family: 'Droid Sans', Arial, Sans-serif;
	letter-spacing: normal;
	color: #FFF;
	margin-bottom: 1.0em;
  margin-top: 1.6rem;
}

h1, ._row h1 {
	color: #D8C4F8;
	/*font-size: 36px;*/
	font-size: 3.6rem;
	line-height: 1.2em;
}
h2, ._row h2 {
	color: #D8C4F8;
	/*font-size: 28px;*/
	font-size: 2.8rem;
	line-height: 1.2em;
}

h3, ._row h3 {
	color: #C452C4;
	/*font-size: 24px;*/
	font-size: 2.4rem;
}

h4, ._row h4 {
	color: #036;
	/*font-size: 20px;*/
	font-size: 2.0rem;
}

h5, ._row h5 {
	color: #FFF;
	/*font-size: 18px;*/
	font-size: 1.8rem;
}

h6, ._row h6 {
	color: #555;
	/*font-size: 16px;*/
	font-size: 1.6rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
span._block {
	display: block;
}

p, ._col p {
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, Sans-serif;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1.4em;
}

a, ._col a, ._row a {
	color: #C579D8;
}

a.go:after {
	background: url(/assets/images/_sprite-call.png) no-repeat -58px -7px;
}

ul li, ._col ul li,
ol li, ._col ol li {
	color: #FFF;
}

div.caption span, div.caption.pro span {
	color: #FFF;
}

span.caps {
	display: inline;
}

span.amp {
	font-weight: normal;
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 110%;
	font-style: italic;
	display: inline;
}

span.first_letter,
span.first-letter,
span.firstletter,
span.dropcaps  {
	display: block;
	color: #C00;
	float: left;
	font-family: Times,"Times New Roman",serif;
	font-size: 56px;
	line-height: 48px;
	min-width: 38px;
	font-weight: normal;
	font-style: normal;
}

del {
	color: #777;
}

ins {
	background:none;
	text-decoration:underline;
	color:inherit;
}

p._ihighlight {
	color: #FEFEFE;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2em;
}

/* End - Typography */

/* END - Space */

/* Fixes to Override Ignite Standard Layout  */

._message, ._col ._message {
	color: #999 !important;
	font-size: 1.2rem !important;
}

._testimonial, ._col ._testimonial, .box.recess {
	border-radius: 0px;
	margin: 20px 10px;
}

._testimonial h5, ._col ._testimonial h5,
.box.recess h5 {
	color: #89278C;
}

._testimonial p, ._col ._testimonial p,
.box.recess p {
	color: #000;
	font-size: 12px;
}

.box.recess {
	border-radius: 7px;
}



._testimonial .vcard,
._testimonial .vcard .fn, ._testimonial .vcard .note, ._testimonial .vcard .adr {
	color: #000000;
	font-size: 12px;
	border:none;
}

	/* About us boxes */

	._mv3 {
		border: 1px solid #565656;
		height: 40rem;
	}

	._mv3._about {
	  background: rgba(255, 255, 255, 0.2) url(//s79.mindvalley.us/mindvalley/media/images/mindvalley_team_02.png) no-repeat center bottom;
	}
	._mv3._planet {
	  background: rgba(255, 255, 255, 0.2) url(//s63.mindvalley.us/mindvalley/media/images/mindvalley_team_04.png) no-repeat center bottom;
	}
	._mv3._careers {
	  background: rgba(255, 255, 255, 0.2) url(//s73.mindvalley.us/mindvalley/media/images/mindvalley_team_05.png) no-repeat center bottom;
	}

	/* End - About us boxes */

	/* Acess Page */
	
	body#access ._main ._wrapper {
		background: #FFF !important;
	}
	
	body#access ._main ._wrapper  p,
	body#access ._main ._wrapper  ul li,
	body#access ._main ._wrapper  ol li {
		color: #000;
	}
	
	body#access ._widget {
		background: #EFEFEF;
		
		}
		
		body#access ._widget h4 {
			margin: 0 10px 5px;
			font-size: 11px;
			font-size: 1.1rem;
			font-weight: bold;
		}
		
		body#access ._widget p {
			color: #666 !important;
		}

		body#access .box.aqua p {
			color: #666 !important;
		}

		body#access ._ecp ._article p {
			
		}

		body#access ._widget h3 {
			background: #999999;
		  color: #FFF !important;
		}

/* End - Fixes to Override Ignite Standard Layout */

/* Standardization */

._centered > ._col {
	overflow: hidden;
}

._fullwidth {
	width: 960px;
	margin: 0 -10px 0;
	padding: 0px 10px;
  position: relative;
}

._fullwidth ._centered {
	margin-bottom: 0;
}

._section {
  position: relative;
  /*margin: 0 auto;
  overflow: hidden;*/
}

._absult {
	position: absolute;
	z-index: 11;
}

._nomargin {
	margin:0 !important;
}

._nopadding {
	padding: 0 !important;
}

._visible,
._visible ._col {
	overflow: visible;
	position: relative;
}

._hidden {
  display: none;
}

._clear {
	clear: both;
}

.txtwhite {
	color: white !important;
	text-shadow: none !important;
}

.txtblack {
	color: #000 !important;
}

.txtpurple {
	color: #730e3d !important;
}

.txtgrey {
	color: #555 !important;
}

.txtred {
	color: #900 !important;
	letter-spacing: -1px;
}

.txtblue {
	color: #03A !important;
	letter-spacing: -1px;
}

/* End Standardization */

form.asu p.privacy {
	color: #555;
	text-align: center;
	width: auto;
	padding: 6px 0 0;
	line-height: 13px;
}
form.asu p.privacy img {
	vertical-align: middle;
	padding: 0;
	margin: 0 2px 3px;
}

div.graph {
	background: #FEFEFE;
	width: 900px;
	margin:  -90px 0 0 -20px;
	padding: 20px 30px 30px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 0 16px #B3DCF8;	
	-moz-box-shadow:inset 0 0 16px #B3DCF8;	
	box-shadow:inset 0 0 16px #B3DCF8;	
}


div.graph h2{
	margin-bottom: 12px;
	color:#5F3EA6;
}

div.graph h3{
	margin-bottom: 0px;
	color:#5F3EA6;
	text-decoration:underline;
}

div.graph p {
	color: #707070;
	margin:0px;
	line-height:1em;
}
	

div.infinite {
	background: #FEFEFE url(/assets/images/a/infinitebg.jpg) no-repeat 130% -50%;
	width: 960px;
	margin:  20px 0 24px -10px;
	padding: 20px 10px 30px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 0 16px #B3DCF8;	
	-moz-box-shadow:inset 0 0 16px #B3DCF8;	
	box-shadow:inset 0 0 16px #B3DCF8;	
}
div.infinite h2 {
	color: #2857C9;
	text-shadow: 0 0 .2em #A7E6FA, 0 0 .5em #D6F1FD;
}
div.infinite p,
div.infinite li {
	color: #003;
}
img.infinity {
	position: absolute;	
	top: -40px;
	left: 42%;
}
#uber .wrap .spliteven .rightcol .section {
	padding-left: 25px;
}
div.energy {
	background: url(/assets/images/a/max.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	padding-top: 20px;
}

div.revelation {
	background: #29292B;
	background: rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	width: 980px;
	margin: 20px 0 20px 0;
	padding: 25px 30px 20px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 8px 16px #000;	
	-moz-box-shadow:inset 0 8px 16px #000;	
	box-shadow:inset 0 8px 16px #000;	
}
div.revelation h5 {
	color: #F3C8F6;
}
div.zuniga {
	background: #FEFEFE url(images/a/plans.jpg) no-repeat 50% 100%;
	width: 960px;
	margin:  20px 0 24px -10px;
	padding: 20px 10px 30px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 0 16px #CCC;	
	-moz-box-shadow:inset 0 0 16px #CCC;	
	box-shadow:inset 0 0 16px #CCC;	
}
div.zuniga h2 {
	color: #2857C9;
	text-shadow: 0 0 .2em #A7E6FA, 0 0 .5em #D6F1FD;
}
div.zuniga p,
div.zuniga li {
	color: #003;
}
div.zuniga img.house {
	position: absolute;
	top: -16px;
	right: 15%;
}
div.rock {
	background: url(/assets/images/a/paradisebg.jpg) no-repeat 100% 100%;
}

div.matrix {
	background: url(images/a/matrixbg.jpg) no-repeat 0 50%;
	padding: 16px 0;
}

.wrap.proff .section .testimonial {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    height: 29em;
    margin-bottom: 25px;
}

.box.trio div.testimonial {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
	background: #DBDBDB;
    background: rgba(255, 255, 255, 0.86);
    border: medium none;
    margin: 0 0 0 15px;
    padding: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.31);
}

.box.trio div.testimonial h5 {
    color: #89278C;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-align: left;
}

.box.trio div.testimonial p {
    color: #000000;
    font-size: 12px;
}
	
.box.trio div.testimonial p.source {
    color: #000000;
    font-size: 12px;
    text-align: left;
}


.aside .testimonial {
	background: #DCDCDC;
	background: rgba(255,255,255,0.86);
	border: none;
	border-top: 1px solid rgba(255,255,255,0.31);
	border-bottom: 1px solid rgba(0,0,0,0.17);
	padding: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.31);
}
.aside .testimonial h5 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #89278C;
	margin-bottom: 0.5em;
}
.aside .testimonial p {
	color: #000;
	font-size: 12px;
}
.aside .testimonial p.source {
	text-align: left;
	font-size: 12px;
	color: #000;
}

.wrap.topdivider{
	background: url(images/a/divider.png) no-repeat 50% 0;
	margin-top: 31px;
	padding: 96px 0 32px;
}

.wrap.divider{
	background: url(images/a/divider.png) no-repeat center bottom;
	padding-bottom:180px;
}
.wrap.topdivider img.cdseal {
	left: 50%;
	margin-left: -52px;
	margin-top: -120px;
	position: absolute;
}
.embark {
	background: url(images/a/eyesbg.jpg) no-repeat 50% 100%;
	padding-bottom: 150px;
}

.introducing {
	background: url(images/a/quantumbg.jpg) no-repeat 50% 100%;
	padding-bottom: 320px;
}

.introducing_two {
	padding-bottom: 20px;
}

.introducing img.boxbundle {
	margin: 3em 0 0 4em;
}
#uber .lessons {
	width: 960px;
	margin:  0px 0 0 -20px;
	position: relative;	
}
.qjbundle {
	margin-top: -230px;
}
#uber .lessons .trio {
	padding-bottom: 35px;
}
#uber .lessons .trio .leftcol, #uber .lessons .trio .rightcol, #uber .lessons .trio .thirdcol {
	width: 320px;
}
#uber .lessons .trio .section {
	width: 300px;
	height: 360px;
}
#uber .lessons .trio .leftcol .section {
	padding: 0;
}
#uber .lessons .trio .rightcol .section {
	padding: 0;
	margin-left: 10px;
}
#uber .lessons .trio .thirdcol .section {
	padding: 0;
	margin-left: 20px;
}
.qjbundle p.glow,
.lessons .double-wide p {
	color: #FEFEFE;
	text-shadow: 0 0 .2em #333, 0 0 .5em #999;
	margin: 0 0 6px;
}
.qjbundle p.glow {
	color: #CCF;
	font-size: 18px;
	margin-bottom: 42px;
}
.qjbundle h2,
.lessons .double-wide h2 {
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	padding: 0;
	margin: 0 0 26px;
}
.qjbundle h2 {
	color: #FEFEFE;
	margin-bottom: 12px;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:1em;
	overflow: hidden;
}
.lessons .trio .section {
	background: #2B2B2D;
	background: rgba(255,255,255,0.17);
	padding: 0 0 1px;
}
.lessons .trio img {
	border: 0;
	margin: 0 0 10px;
	padding: 0;
}
.lessons .trio h3 {
	margin: 0 15px 3px;
}
.lessons .trio h6 {
	margin: 0 15px 0.5em;
}
.lessons .trio p {
	margin: 0 15px 1.5em;
}
#uber .lessons .trio {
	margin-bottom: 0;
}
.access {
	background: #FEFEFE;
	width: 960px;
	margin:  30px 0 0 0;
	position: relative;	
	height: 200px;
}
.main .access {
	margin-top: -10px;
	margin-left: -20px;
}
.access .arrow {
	background: #785B9A url(/assets/images/a/ctabg.png) no-repeat 100% 50%;
	position: absolute;
	height: 200px;
	top: 0;
	left: 0;
	width: 550px;
}
.access .arrow .jumper {
	position: absolute;
	top: -20px;
	left: -30px;
	z-index:11;
}
.access .arrow .qj {
	position: absolute;
	top: -18px;
	left: -35px;
	z-index:11;
}

.access .arrow  h3 {
	color: #FEFEFE;
	font-size: 28px;
	font-weight: bold;
	margin: 21px 80px 0.3em 140px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
}
.access .arrow  p {
	color: #FEFEFE;
	margin: 0 100px 1.5em 140px !important;
	line-height: 1.4em;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.31);
}
.access .asu.wide {
	background: none;
	margin-left: 550px;
	padding: 8px 0 0;
}
.access .asu.wide h4 {
	text-align: center;
	font-size: 14px !important;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	width:400px;
	letter-spacing:-0.5px;
	margin-top:0px;
	margin-bottom: 0px;
}
.access .asu.wide p {
	color: #463361;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 9px;
}
.access .asu.wide ol {
	margin-left: 5.5em;
}
.access form.asu.wide li.buttons {
	text-align: right;
	padding-right: 25px;
	margin-top:3px;
}
.access form.asu.wide li.buttons button {
	font-size: 13px;
	padding: 5px 15px 4px;
	letter-spacing: normal;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.access form.asu.wide li.buttons button {
	padding: 10px 20px;
	border: 2px solid #F5C751;
	background: #FFEB29;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(255,248,56)), color-stop(1, rgb(255,205,6)) );
	background-image: -moz-linear-gradient( center top, rgb(255,248,56) 0%, rgb(255,205,6) 100% );
	color: #003552;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.62);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	border-radius: 5px;
}

.access form.asu label {
	color: #000;
}

.access form.asu.wide p.privacy {
	bottom: 5px;
	color: #000000;
	position: absolute;
	right: 179px;
	text-align: left;
	text-transform: none;
	width: 18em;
	
}
.access form.asu.wide p.privacy img {
	left: -25px;
    position: absolute;
    top: 6px;
}
.access form.asu.wide p.privacy a {
	color: #005890 !important;
	text-decoration:underline;
	font-weight:normal;
}

p.signed {
	background: url(/assets/images/a/burtgoldman-sign.png) no-repeat 0 0;
	margin-left: 0;
	padding: 76px 60px 0;
	margin-bottom: 0;
}

#footer {
	width: 960px;
	margin:  0 0 0 -20px;
	padding-top: 30px;
	position: relative;
}
#footer a {
	color: #D8C4F8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer i {
	display: inline-block;
	background: url(/assets/images/quantumjumping.png) no-repeat;
	width: 213px;
	height: 23px;
}
#footer p {
	font-size: 14px;
}
#footer > p {
	color: #614881;
	text-align: right;
}
#footer > p:first-child {
	float: left;
}
span.meta {
	color: #614881;
}

/** modal window form **/
form.yellow.modal {
	background: #F9F4E0;
	padding: 0 10px;
	width: 226px;
	text-align: center;
}
form.yellow.modal h1 {
	color:#000000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:31px;
	text-align:center;
}
form.yellow.modal p {
	color:#555555;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
	margin-top:10px;
	text-align:center;
}
form.yellow.modal li {
	margin-bottom: 0;
}
form.yellow.modal label {
	display: none;
}
form.yellow.modal input#oa-firstname[type="text"],
form.yellow.modal input#oa-email[type="text"] {
	background-image:url(/assets/images/lightbox/text-boxes.png);
	background-repeat:no-repeat;
	border:0 none;
	color:#343434;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	height:38px;
	line-height:40px;
	margin-bottom:10px;
	outline:medium none;
	padding-left:10px;
	padding-right:33px;
	width:172px;
	padding-bottom: 0;
	background-color:transparent;
}
form.yellow.modal input#oa-email[type="text"] {
	background-position: bottom left;
}
form.yellow.modal button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	width: 230px;
	height: 91px;
	background: url(/assets/images/lightbox/lightbox-get-instant-access.png) no-repeat transparent;
	text-indent: -9999px;
}
.modal-window-frame {
	width: 871px;
	height: 410px;
	background: url(http://s96.mindvalley.us/quantumjumping/media/images/lbv2-bg-qj-small.jpg);
	margin: 30px 20px !important;
	position: relative;
	-moz-box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
	-webkit-box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
	-ms-box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
	-o-box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
	-khtml-box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
	box-shadow:0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
}
div#sm_content {
	width: 921px;
	height: 459px;
	margin-left:-475px;
}
.modal-window-form {
	position: absolute;
	right: 24px;
	top: 45px;
}

#modal-window-close,
#sm_content .sm_close {
	background-image:url(/assets/images/lightbox/lightbox-close.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:42px;
	position:relative;
	right:10px;
	top:10px;
	width:42px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 2000;
}
#modal-window-close:hover,
#modal-window-close:active,
#sm_content.sm_close :hover,
#sm_content .sm_close :active,
 {
	background-position: bottom;
}
#download-rollover {
	background-image:url(/assets/images/lightbox/lbv2-button.png);
	background-repeat:no-repeat;
	height:114px;
	width:370px;
	position: absolute;
	bottom: 55px;
	left: 25px;
	cursor: pointer;
	top:275px;
}
#download-rollover:hover,
#download-rollover:active {
	background-position: bottom;
}
div#sm_content {
	background:none repeat scroll 0 0 transparent;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
}

div#burt_postnote{
	width: 900px;
	margin:  20px 0 0px -20px;
	padding: 25px 30px 0px 30px;
	position: relative;
	border: 1px solid #5b5b5b;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

div#burt_postnote h2{
	color: #ffcc00;
	padding-top: 0 !important;
}


/** http://redmine.mindvalley.net/issues/10202 **/
#header ul li.call-left a,
#header ul li.call-right a {
	display: none;
}
.index-cs-l #header ul li.call-left a,
.index-cs-r #header ul li.call-right a {
	display: block;
}
.index-cs-l #header ul li.resources a,
.index-cs-r #header ul li.resources a,
.index-cs-l #header ul li.teleseminar a,
.index-cs-r #header ul li.teleseminar a {
	display: none;
}

/** OTO INNOVATION **/
.wait {
	padding: 55px 40px 42px 185px;
	position: relative;
}

div.burt1 {
	width: 900px;
	margin:  0 0 20px -20px;
	background: url(/assets/images/a/burtgoldman-bg.jpg) no-repeat 0 100%;
	margin-bottom: 0;
	padding: 25px 30px 20px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
div.burt2,
div.firstjump {
	background: #29292B;
	background: rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	width: 900px;
	margin:  0 0 20px -22px;
	padding: 25px 30px 20px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 8px 16px #000;	
	-moz-box-shadow:inset 0 8px 16px #000;	
	box-shadow:inset 0 8px 16px #000;	
}
div.burt2 h5 {
	color: #F3C8F6;
}
div.timemachine {
	background: url(images/a/clock.jpg) no-repeat 100% 0;
	padding-bottom: 62px;
	margin-bottom: -20px;
}
div.holdon {
	background: url(images/a/hindu.jpg) no-repeat 115% 100%;
}
div.alternity {
	background: url(images/a/einstein.jpg) no-repeat 0 0;
	padding: 24px 0;
}
div.outdo {
	background: url(images/a/divider.png) no-repeat 50% 0;	
	padding-top: 96px;
	padding-bottom: 24px;
}
div.qjbundle {
	margin-bottom: 42px;
}
div.crystal {
	background: url(/assets/images/a/crystalballbg.jpg) no-repeat 50% 100%;
	padding: 30px 0 270px;
}
div.crystal h3 {
}
div.crystal_two {
	padding-top: 0;
}
div.offer {
	background: url(/assets/images/a/moneybg.jpg) no-repeat 50% 100%;
	width: 920px;
	margin:  0 0 20px -20px;
	padding: 10px 30px 10px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.offer ._row._bi ._col {
	min-width: 450px;
}

div.offer h2 {
	color: #23425d;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FEFEFE;
	margin-bottom: 0.5em;
}
div.offer p {
	color: #000;
}
div.offer p del {
	color: #C00;
}
.disc h3 {
	width: 640px;
	margin: 0 auto 1em;	
}
.cdmodule {
	width: 600px;
	margin: 0 auto;
	padding: 16px 0 0 40px;
	position: relative;
}
.cdmodule img.cover {
	position: absolute;
	left: -26px;
	top: 4px;
}

.cdmodule h5 {
    color: #D8C4F8;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.cdmodule h4 {
    color: #FEFEFE;
    font-weight: bold;
    margin-bottom: 1.3em;
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;	
}
.cdmodule ul {
	margin-left: 0;
}
.cdmodule ul,
.cdmodule ul li {
	list-style: square;
}
.collection {
	background: url(images/a/divider.png) no-repeat center bottom;
	padding-bottom:140px;
}
.collection .box.spliteven {
	padding-bottom: 16px;
}
.collection .trio h2 {
	margin: 0 0 0.6em;
}
.consumption {
	margin-top: -72px;	
	margin-bottom: 16px;
}
div.triguarantee {
	background: url(/assets/images/a/guaranteebg.png) repeat-x 0 0;
	width: 960px;
	margin:  0 0 20px -25px;
	padding: 9em 10px 20px;
	position: relative;
}
div.triguarantee div.ribbon {
	background: #75265C;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(101,30,79)),
	    color-stop(1, rgb(196,79,157))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(101,30,79) 0%,
	    rgb(196,79,157) 100%
	);
	position: absolute;
	width: 1010px;
	top: 16px;
	left: -10px;
	text-shadow: 1px 1px 0 #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	box-shadow: 0 2px 5px rgba(0,0,0,0.31);
}
div.triguarantee div.ribbon h2 {
	color: #FEFEFE;
	margin: 0 0 3px;
	font-weight: bold;
}
div.triguarantee div.ribbon h3 {
	color: #CE91B9;
	margin: 0;
}
div.triguarantee div.ribbon img.seal {
	position: absolute;
	right: 0;
	top: -8px;
}
div.triguarantee p {
	text-shadow: -1px -1px 0 #000;
}
.close {
	background: url(images/a/divider.png) no-repeat center top;
	padding-top: 90px;
}
div.testimonials {
	margin:  10px 0 0 -5px;
}
div.testimonials div.testimonial {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0;
}
div.testimonials .box.trio {
	padding-bottom: 24px;
}
div.testimonials.t1 div.testimonial {
	height: 29em;
}
div.testimonials.t2 div.testimonial {
	height: 30em;
}
.bonuses h3 {
	border-top: 1px dashed #555;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding-top: 16px;
}
.bonuses h3 strong {
	display: block;
	font-size: 23px;
	letter-spacing: normal;
	text-transform: none;
	color: #C579D8;
}
.bonuses h5 {
	color: #FC0;
	border-bottom: 1px dashed #555;
	padding-bottom: 1em;
}
.widget.why {
	background: #FEFEFE;
	padding-top: 24px;
}
.widget.why h5 {
	color: #36C;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.widget.why h5 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.ordertoday {
	background: url(images/a/quantumbg.jpg) no-repeat 50% 0;
	padding-top: 180px;
	margin-top: -60px;
	margin-bottom: 32px;
}
.ordertoday h2 {
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	padding: 0;
	margin: 0 0 42px;
	color: #FEFEFE;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.8em;
}

.paymentplan {
	padding: 24px 0 0;
	margin-bottom: 32px;
}
.paymentplan a {
	color: #FC0;
}

/* FIXES TO ORDERMENU */
.showcase.threebox {
	width: 900px;
}
#uber .showcase.threebox .trio .leftcol, #uber .showcase.threebox .trio .rightcol, #uber .showcase.threebox .trio .thirdcol {
	width: 278px;
	padding:0;
}
#uber .showcase.threebox .trio .chosen-one .thirdcol {
	width: 340px;
	position: relative;
	top: -12px;
}
.showcase.threebox .ordermenu.header h3 {
	line-height: 1.3em;
	letter-spacing: -1px;
	font-size: 18px;
	padding: 0 30px;
}
.showcase.threebox .ordermenu.header .highlighted {
	top: 12px;
	left: 50%;
	margin-left: -135px;
}
.showcase.threebox .chosen-one .ordermenu.header {
	padding-top: 56px;
}
.showcase.threebox .orderform p {
	color: #000;
	padding: 0 6px;
}
.showcase.threebox .orderform form {
	padding-top: 12px;
}
.showcase.threebox .orderform {
	padding-bottom: 24px;
}
.showcase.threebox .chosen-one .orderform {
	padding-bottom: 42px;
}
.doodle,
h3.doodle,
.showcase.threebox .ordermenu.header .highlighted,
.showcase.threebox .chosen-one .orderform p.price span {
	font-family: 'Just Another Hand', arial, serif;
}
p.doodle {
	font-size: 32px;
	margin: 0;
}
h3.doodle {
	color: #090;
	font-size: 42px;
	margin: 0 0 12px;
}
.showcase.threebox .ordermenu.header .highlighted {
	font-size: 42px;
	top: 13px;
}
.showcase.threebox .chosen-one .orderform p.price span {
}
#footer {
	background: url(images/a/divider.png) no-repeat center top;
	padding-top: 90px;
}

div.tracking img,
div.tracking img {
	display:none;
	
}

div.notice-disclaimer, p.notice-disclaimer  {
	margin-top:20px;
	font-size:11px;
	color: #858585;
}

/* ORDER WIDGET */
.price.widget {
	width: 283px;
	background-color:#036;
	padding: 6px;
	margin-bottom: 10px;
	position: relative;
}
.price.widget img.bundle {
	position: absolute;
	top: 2px;
	left: -12px;
	z-index: 99;
	width: 160px;
	height: auto;
}
.price.widget h5 {
	margin: 24px 0  3px 120px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.price.widget h6 {
	font-size: 11px;
	color: #FEFEFE;
	margin: 0 0 0 120px;
	font-weight: normal;
}
.price-inner {
	border:1px solid #FEFEFE;
	border:1px solid rgba(255,255,255,0.31);
}
a.ordernow.button {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	background: url(images/order_btn.png) no-repeat 50% 100%;
	color:#FEFEFE;
	padding: 0 0 0 19px;
	font-size:21px;
	white-space: nowrap;
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 143px;
	height: 54px;
	text-decoration: none;
	margin-right: 6px;
	opacity: 1;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
a.ordernow.button:hover {
	color: #FEFEFE;
	text-decoration: none;
}

p.amount {
	line-height:55px;
	padding-left:25px;
	position: relative;
	padding-top: 4px;
}
p.amount ins {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 30px;
    text-decoration: none;
	margin-left: -6px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #EEE;
}
.deal-whobought {
	padding-bottom: 16px;
}
img.whobought {
	height: 20px;
	width: auto;
	margin-bottom: 3px;
}
div.price-ordernow {
	width:295px;
	height:70px;
	top:130px;
	position:absolute;
	margin-left:-7px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#999999'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#999999)); 
	background: -moz-linear-gradient(top,  #FEFEFE,  #999999);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.31);
}

div dl dt {
	font-family: 'Merriweather', Georgia, serif;
}

div dl dd {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.deal-discount {
	margin-top:160px;
	margin-bottom: 12px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.31);
}

div.deal-discount dl {
	display:inline-block;
	text-align:center;
	width:32%;
}

div.deal-discount dl dt {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #9EC5D8;
	margin-bottom: 2px;
}

div.deal-discount dl dd {
	font-size:16px;
	color: #FEFEFE;
}

/** Facebook **/

.connect_fb {
    padding: 12px 0;
	background: #ebeef5;
	border: 1px solid #c5d5e8;
	border-bottom: 1px solid #FEFEFE;
	position: absolute;
	top: 0;
	left: 0;
	width: 958px;
	height: 22px;
	text-align: center;
	color: #333;
	text-shadow: 1px 1px 0px #FEFEFE;
	font-size: 18px;
}

.access_fb {
	padding: 48px 0 0 0;
}

.access_fb .arrow {
	top: 48px;
}

.access .arrow .jumper_two {
	position: absolute;
	top: -15px;
	left: -30px;
	z-index:11;
}

.fb-arrow{
	background:url(/assets/images/fb/fb-arrow.png )center top no-repeat;x
	width:20px;
	height:20px;
	margin:-23px 0 0 45px;

}

/** http://redmine.mindvalley.net/issues/11647 **/

.wait-special{
	width:950px;
	margin-bottom:40px;
}

.wait-special h3{
	font-size:45px;
	text-align:center;
	line-height:1em;
	margin:0 25px 30px 25px;
	color:#FEFEFE;
}

.wait-special h5{
	font-size:25px;
	text-align:center;
	line-height:1.0em;
	color:#C579D8;
	margin:0 150px 3px 150px;
	font-weight:normal;
}

.promobanner-h {
	color: white;
	width: 900px;
	font-size:13px;
	text-align:center;
	height: 130px;
	background: url(/assets/images/products/banner-dollartrial.png) no-repeat 50% 0;
	padding: 25px 30px 0px ;
	box-shadow: 0px 0px 10px 5px #888888;
}

.promobanner-h .leftside p {
	color: #FEFEFE;
	font-size: 17px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.promobanner-h .countdown p {
	text-align: left;
	padding-left: 37px;
	margin:0;
	font-size: 20px;
}

.promobanner-h .leftside {
	width: 620px;
	font-size: 18px;
	float: left;
	left: 35px;
	top: 14px;
	color: white;
	line-height: 26px;
	text-align: justify;
}

.promobanner-h .leftside h3{
	font-size:30px;
	line-height:2em;
	margin-bottom:20px;
	color:#FEFEFE;
	margin:-46px 0px 0 115px;
	text-align:center;
	padding-top: 22px;
}

.promobanner-h  .countdown {
	font-size: 14px; 
	position:absolute;
	right: 0; 
	top: 27px;
	padding: 8px 12px;
	color:#FEFEFE; 
	line-height:26px;
	width: 275px;
	text-align: center;
}

.promobanner-h  .countdown .hasCountdown {
    position: relative !important;
    background: none !important;
    background-color: none !important;
    height: auto !important;
    border: 0px !important;
    -moz-box-shadow: 0 0 0 #c63030 !important;
    -webkit-box-shadow: 0 0 0 #c63030 !important;
    -khtml-box-shadow: 0 0 0 #c63030 !important;
    box-shadow: 0 0 0 #c63030 !important;
    margin-bottom: 0px !important;
    -moz-border-radius: 0px !important;
	text-align: center;
}

.promobanner-h  .countdown .countdown_row_inline {
    color: #FEFEFE;
    font-size:19px;

}

.promobanner-h  .countdown .countdown_row_inline .descp {
    font-size: 12px;
}

.wait-dollar{
	padding: 18px 40px 42px 185px;
    position: relative;
	
}

.wait-dollar h3{
	font-size:30px;
	line-height:2em;
	margin-bottom:20px;
	color:#C452C4;
	margin:-46px 0px 0 115px;
}

.wait-dollar h5{
	font-size:18px;
	line-height:1.0em;
	color:#FEFEFE;
	font-weight:normal;
	margin: 0 10px 0 115px;
}

.dollar-img{
	position:relative;
	float:left;
    left:0px;
	top:-38px;
	width: 215px;
	height: 145px;
	padding-right: 20px !important;
}

.physical-box{
	margin: 3em 0 0 4em;

}

.prosperity-program{
	margin:50px 0 20px 0;
	text-align:center;
}

.prosperity-program h1{
	color:#C452C4;
}

.prosperity-program h2{
	color:#D8C4F8;
	margin:15px 0 55px;
}

.prosperity-program h5{
	color:#FEFEFE
}

.quad .section {
	background: none;
	padding: 0 0 1px;
	margin: 0px;
	position: relative;

}

.quad .section h4 {
	color:#D8C4F8;
	margin:20px 0 10px 0;
	text-align:left !important;
	font-weight:normal;
	font-size:18px;
}

.quad .section h5 {
	color:#C452C4;
	margin:5px 0 15px 0;
	text-align:left !important;
	font-weight:normal;
	font-size:20px;
}
.
quad .section p{
	font-size:13px;
	margin: 0 10px 0.5em;
}

.quad .leftcol, #uber .quad .rightcol, #uber .quad .thirdcol, #uber .quad .fourthcol {
	width: 230px !important;
}

.prosperity-text{
	width:200px;
	margin-left:10px;ÅÅ
}

.chosen-one .section{
	background:#FEFEFE !important;
}

#replace_this .showcase.threebox div.box.wide div.section{
	background:none !important;
	border:0;
}

/* napoleon */
div.napoleon {
	background: url(/assets/images/a/napoleon.jpg) no-repeat 0 20px;
}

.uc {
	text-transform: uppercase;
}

div.recapbox_top_one {
	background: url(/assets/images/products/mastery-program/bundle-plus-a.png) no-repeat 0 0;
	min-height: 340px;
}
div.recapbox_top_two {
	background: url(/assets/images/products/mastery-program/qjmp-pass-m2.png) no-repeat 90% 0;
	min-height: 260px;
}
div.recapbox_top_three {
	background: url(/assets/images/products/mastery-program/qj-seminar-c.png) no-repeat 0 50%;
}

div.recapbox_top h1,
div.recapbox_top_four h1 {
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	padding: 0;
	margin: 0 0 25px;
	color: #FEFEFE;
	font-size: 42px;
	font-weight: bold;
/*	text-transform: uppercase;*/
	letter-spacing: -1px;
	line-height:1.3em;
	overflow: hidden;
}
div.recapbox_top_two p,
div.recapbox_top_two li {
}

.fingertip {
	background: url(/assets/images/a/fingertip.jpg) no-repeat 0 50%;
}

.healing {
	background: url(/assets/images/a/healing.jpg) no-repeat 110% 100%;
}

.sit {
	background: url(/assets/images/a/quantumbg.jpg) no-repeat 50% 100%;
	padding-bottom: 320px;
}

.introqjI {
	height: 220px;
	padding: 0;
}

.introqjII {
	height: 280px;
	padding: 0;
}

.introqjI h2,
.introqjII h2 {
	padding: 80px 0 0 40px;
	margin-bottom: 10px;
}

.introqjI p,
.introqjII p {
	font-size: 18px;
	margin-bottom: 0;
}

/* webinar invitation pg */
div.hugearrow {
	background: #999 url(/assets/images/signup/bg_grad.jpg) 50% 50% no-repeat;
	width: 940px;
	height: 470px;
	margin: -20px -20px 0 -20px;
	padding: 20px;
	position: relative;
	z-index:0;
}

div.hugearrow h2 {
	background: url(/assets/images/signup/arrow_redorange.png) 20px 0 no-repeat;
	min-height: 250px;
	color: #FEFEFE;
	font-size: 32px;
	line-height: 1.2em;
	padding: 90px 100px 0 80px;
	margin: 0;
}
div.hugearrow h3 {
	font-size: 20px;
	line-height: 1.3em;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	width: 480px;
	margin: 0;
}

div.hugearrow p {
	font-size: 15px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

div.hugearrow .twothirds {
	width: 600px;
	float: left;
	position: relative;
	z-index:11;
}
div.hugearrow .onethird {
	width: 360px;
	float: left;
	margin: 0 0 0 -30px;
}

div.hugearrow a {
	color: #000;
	text-decoration: underline;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
div.hugearrow a:hover {
	color: #FEFEFE;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* new testimonial in content without columns */
div.testimonial_onecol > .testimonial,
div.testimonial_onecol_mid > .testimonial {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
	background: #DBDBDB;
    background: rgba(255, 255, 255, 0.86);
    border: medium none;
    margin: 0 0 0 15px;
    padding: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.31);
}

div.testimonial_onecol > .testimonial h5,
div.testimonial_onecol_mid > .testimonial h5 {
    color: #89278C;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-align: left;
}

div.testimonial_onecol > .testimonial p,
div.testimonial_onecol_mid > .testimonial p {
    color: #000000;
    font-size: 12px;
}
	
div.testimonial_onecol > .testimonial p.source,
div.testimonial_onecol_mid > .testimonial p.source {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

div.testimonial_onecol_mid {
	width: 600px;
	padding: 0 0 15px 0;
	margin: 0 auto;
}

div.whatyouget {
	background: url(/assets/images/products/mastery-program/bundle-m-om.png) no-repeat 0 250px;
	padding: 0 0 50px 0;
}

div.whatyouget ul,
div.whatyouget ol,
div.whatyouget ul li,
div.whatyouget ol li,
div.bestbonus ul,
div.bestbonus ol,
div.bestbonus ul li,
div.bestbonus ol li {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
div.whatyouget ul,
div.bestbonus ul {
	margin-left: 1.6em;
	margin-bottom: 2em;
}
div.whatyouget ul,
div.whatyouget ul li,
div.bestbonus ul,
div.bestbonus ul li {
	list-style: circle;
}
div.whatyouget ul li,
div.bestbonus ul li {
	padding-left: 0.3em;
}

div.whatyouget p {
	width: 600px;
	margin: 0 auto 1.5em;
}

div.bestbonus {
}

/* tqform from UA */
.tqform {
	width: 280px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 15px 30px;
	background: #f2f2f2;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(255,255,255)),
		color-stop(0.4, rgb(255,255,255)),
		color-stop(1, rgb(228,228,228))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(255,255,255) 0%,
		rgb(255,255,255) 40%,
	    rgb(228,228,228) 100%
	);
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.tqform ol li {
	text-align: left;
	margin-bottom: 0;
}

form.tqform label {
	width: 100% !important;
	font-family: "Helvetica Neue", sans-serif;
	color: #333;
	font-size: 11px;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
    float:left;
	padding:0;
}

.tqform ol li.your_countrycode,
.tqform ol li.your_phoneno {
	width: 50%;
	float: left;
}

.tqform ol li.your_countrycode select,
.tqform ol li.your_phoneno input {
	width: 94%;
}

.tqform select {
	line-height: 1;
	height: 36px;
	background: #FEFEFE;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.72, rgb(255,255,255)),
	    color-stop(1, rgb(204,204,204))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 72%,
	    rgb(204,204,204) 100%
	);
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    font-size: 12px;
	margin: 0 0 10px !important;
	padding: 0;
}

form.tqform input[type="text"] {
	line-height: 1;
	background: #FEFEFE;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.72, rgb(255,255,255)),
	    color-stop(1, rgb(204,204,204))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 72%,
	    rgb(204,204,204) 100%
	);
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	font-size: 16px;
	margin: 0 0 10px !important;
	padding: 5px 5px 1px 5px;
	width: 97%;
	height: 28px;
}

.tqform li.buttons {
	line-height: 100%;
	margin: 10px auto 0;
	width: 120px;
}

form.tqform li.buttons button {
	width: 120px;
}

form.tqform li.buttons button {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	
	padding: 7px 10px;
	border: 2px solid #F5C751;
	background: #ffe420;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(255,248,56)),
	    color-stop(1, rgb(255,205,6))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(255,248,56) 0%,
	    rgb(255,205,6) 100%
	);
	color: #003552;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.62);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	width: 140px;
}

form.tqform li.buttons button:hover {
	color: #456C81;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.08);
	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}

.tqform li.privacy {
	background: url(http://s98.mindvalley.us/unlimitedabundance/assets/images/padlock.png) no-repeat 0 2px;
	color: #333;
	font-size: 12px;
	line-height: 1.2em;
	padding: 2px 0 0 25px;
	width: 220px;
	margin: 0 0 0 25px;
}

form.tqform li a {
	color: #005890;
	text-decoration: none;
}

/* Social bar */
#socialbar {
	width: 55px;
}

#socialbar .buttons .button {
	min-height: 65px;
	text-align: center;
}
.socialbuttons {
	padding-top: 24px;
	text-align: center;
}
.socialbuttons .button {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	vertical-align: text-top;
}
#socialbar .buttons .button iframe.facebook {
	margin-left: 4px;
}

/* infinite - padding reduced */
.infinite_lesspad h2 {
	padding: 0;
	margin: 0 0 20px 0;
	text-shadow: none !important;
}

.infinite_lesspad p {
	margin: 0 0 0.5em 0;
}

.infinite_lesspad a {
	color: #2857C9;
	font-weight: bold;
}
.infinite_lesspad a:hover {
	color: #000;
}

.timezone p {
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
}
.timezone ul li {
	margin: 0 0 0.6em 0;
	border-bottom:0px;
}

/* new call info for master program */
#header #extras ul li.call_new {
	display: none;
	padding-left: 20px;
	padding-top: 3px;
	text-align: right;
}

/* hide old call info in header for master program */
#webinar-invite #header #extras ul li.call,
.mastery-program.index-1 #header #extras ul li.call,
.mastery-program.nm #header #extras ul li.call,
.mastery-program.one-time-offer-1 #header #extras ul li.call {
	display: none;
}
#webinar-invite #header #extras ul li.call_new,
.mastery-program.index-1 #header #extras ul li.call_new,
.mastery-program.nm #header #extras ul li.call_new,
.mastery-program.one-time-offer-1 #header #extras ul li.call_new {
	display:inline;
}

#uber .showcase.threebox .box {
	padding: 12px 0 0 0;
}

/* /webinar-invite/live */
.livewebinar h2 {
	margin: 0 0 15px 0;
}
.livewebinar h3 a {
	color: #C452C4;
}
.livewebinar h3 a:hover {
	color: #FEFEFE;
	text-decoration: none;
}

.infinite_two {
	width: 700px !important;
	margin: 0 auto !important;
	min-height: 700px;
}

.infinite_two .lf_one,
.infinite_two .lf_two,
.infinite_two .rt_one,
.infinite_two .rt_two,
.infinite_two .rt_three {
	float:left;
	width: 285px;
}
.infinite_two .lf_one {
	padding:12px 20px 30px 55px;
	background: url(/assets/images/a/n1.png) 0 0 no-repeat;
}
.infinite_two .lf_two {
	padding:12px 20px 30px 55px;
	background: url(/assets/images/a/n2.png) 0 0 no-repeat;
}
.infinite_two .rt_one {
	padding:12px 0 30px 55px;
	background: url(/assets/images/a/n3.png) 0 0 no-repeat;
}
.infinite_two .rt_two {
	padding:12px 0 30px 55px;
	background: url(/assets/images/a/n4.png) 0 0 no-repeat;
}
.infinite_two .rt_two {
	padding:12px 0 30px 55px;
	background: url(/assets/images/a/n4.png) 0 0 no-repeat;
}
.infinite_two .rt_three {
	padding:12px 0 30px 55px;
	background: url(/assets/images/a/n5.png) 0 0 no-repeat;
}

.infinite_two h2 {
	padding: 0;
	margin: 0 0 20px 0;
	text-shadow: none !important;
}

.infinite_two p {
	margin: 0 0 0.5em 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,1.0);
}

.infinite_two .infinite_two_lf,
.infinite_two .infinite_two_rt {
	width: 50%;
	float: left;
}

div.exit h1 {
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	padding: 0;
	margin: 0 0 20px;
	color: #FEFEFE;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:1.3em;
	overflow: hidden;
}

#container-webinar {
	position:relative;
	background:none;
	border:none;
}

#container-webinar #player_banner {
	background: url(images/a/webinar-audio.jpg) no-repeat;
	width:600px;
	height:360px;
}

#container-webinar #player_embed {
	width:0;
	height:0;
	overflow:hidden;
}

#container-webinar .wrap{
	width:600px;
	height:380px;
	margin:0 auto;
}

#container-webinar #player_controls {
	margin-left:10px;
	margin-top:-55px;
	position: relative;
	float:left;
}

#container-webinar #player_btn {
	background: url(images/player.png) no-repeat;
	width:45px;
	height:45px;
	position: relative;
	float:left;
}

#container-webinar #progress_bar {
	background: url(images/playing.gif) no-repeat;
	width:56px;
	height:21px;
	margin-top:11px;
	position: relative;
	float:left;
}

.login-button {
	display:inline-block;
}

.ordertoday .odernew{
	text-align:center;
	color: #D8C4F8;
	padding-top: 0.5em;
	font-size:24px;
	text-shadow:none;
	text-transform:none;
	line-height:1em;
	letter-spacing:0;
}

.ordertoday.ordertoday_new ul {
	width: 420px;
	margin: 0 auto 20px;
}
.ordertoday.ordertoday_new ul li {
	margin: 0 0 5px 0 !important;
	font-size: 1.2em;
}

.audioplayer_wrap {
	width: 400px;
	margin: 0 auto;
}

.audioplayer_wrap div.audioplayer {
	background: url(images/bg-foraudioplayer.jpg) 0 0 no-repeat;
}
.audioplayer_wrap div.audioplayer a {
	color: #FC0;
}
.audioplayer_wrap div.audioplayer a:hover {
	color: #FEFEFE;
}

/* Progress-banner */

.progress-banner,
.progress-banner-1,
.progress-banner-3 {
    height: 62px;
    width: 982px;
    background: transparent;
    margin: -53px 0 0 -20px;
    padding-top: 12px;
}
.progress-banner .step1,
.progress-banner .step2,
.progress-banner .step3,
.progress-banner-1 .step1,
.progress-banner-1 .step2,
.progress-banner-1 .step3,
.progress-banner-3 .step1,
.progress-banner-3 .step2,
.progress-banner-3 .step3 {
    height:62px;
    float:left;
    color: white;
}
.progress-banner .step1 {
    width:33%;
    background: #686868
}
.progress-banner .step2 {
    width:34%;
    background: url(images/arrow-darkgray.png) no-repeat left center #B365C7;
}
.progress-banner .step3 {
    width:33%;
    background: url(images/arrow-purple.png) no-repeat left center #686868 !important;
}

.progress-banner-3 .step1 {
    width:33%;
    background: #686868
}
.progress-banner-3 .step2 {
    width:34%;
    background: url(images/arrow-darkgray.png) no-repeat left center #686868;
}
 .progress-banner-3 .step3 {
    width:33%;
    background: url(images/arrow-darkgray.png) no-repeat left center #B365C7
}

.progress-banner-1 .step1 {
    width:33%;
    background: #B365C7
}
.progress-banner-1 .step2 {
    width:34%;
    background: url(images/arrow-purple.png) no-repeat left center #686868
}
 .progress-banner-1 .step3 {
    width:33%;
    background: url(images/arrow-darkgray.png) no-repeat left center #686868
}

.progress-banner p,
.progress-banner-1 p,
.progress-banner-3 p {
    display: block;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.31);
}
.progress-banner .step1 p,
.progress-banner-1 .step1 p,
.progress-banner-3 .step1 p {
    padding: 12px 24px;
}
.progress-banner p span,
.progress-banner-1 p span,
.progress-banner-3 p span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -6px;
}

#footer p{
	color:#FEFEFE;
}


.upsell-divider-top {
	background: url(images/a/quantumbg-top.jpg) no-repeat 50% 0;
	padding-top: 230px;
	margin-top: -40px;
	margin-bottom: 32px;
}

.upsell-divider {
	background: url(images/a/quantumbg.jpg) no-repeat 50% 0;
	padding-top: 160px;
	margin-top: -80px;
	margin-bottom: 32px;
}


.sales-discount h3 {
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	padding: 0;
	margin: 0 0 42px;
	color: #FEFEFE;
	font-size:35px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.8em;
}



.upsell-experience-btn del{
	color:#C452C4;
}

.upsell-experience-btn strong{
	color:#FFCC00;
}

.add-purchase form.app.generic button{
	color: #FEFEFE;
	font-size:15px !important;
	text-transform:uppercase;

	background: url(/media/themes/images/upsell-addtocart.png) no-repeat scroll 0 0 transparent !important;
	width:215px;
	height:40px;
	cursor:pointer;
}


div.order.menu.single-add-cart{
	margin:40px 0 0px -330px;
	text-align:center;
}

div.order.menu.single-add-cart form button {
	color: white;
	font-size: 15px !important;
	text-transform: uppercase;
	background: url(/media/themes/images/upsell-addtocart.png) no-repeat scroll 0 0 transparent !important;
	width: 215px;
	height: 40px;
	cursor: pointer;
	border:none;
}

form.app button, form.app .button{
	background:none !important;
	border:0px;
}

.add-purchase form.app.generic{
	background:none;
	border:0px;
}

.add-purchase a{
	color:#FEFEFE;
	text-decoration:underline;
}

.upsell-burt-banner{
	margin:-21px 0 0 -20px !important;
    padding:10px 0px 0px 10px;
	background: url(/media/themes/images/upsell-burt-banner.png)  no-repeat scroll 0 0 transparent;
	width:980px;
	height:270px;
	
}

body#products.premium.promo.quantum-jumping-live-experience {
	text-align: center;
	background: #020208 url(images/a/upsell-bg-src.png) no-repeat 50% 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.upsell-banner{
	width:940px;
}

.upsell-banner h2{

	font-size:24px;
	color:#FEFEFE;
	margin:5px 0;
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6;
	text-transform:uppercase;
}

.upsell-banner h4{
	font-size:21px!important;
	color:#FEFEFE !important;
	margin:0 !important;
}

.upsell-banner h4 strong{
	color:#FFCC00;
}


.upsell-textbox {
	background: #DCDCDC;
	background: rgba(255,255,255,0.86);
	border: none;
	border-top: 1px solid rgba(255,255,255,0.31);
	border-bottom: 1px solid rgba(0,0,0,0.17);
	padding:5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 0 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.31);
}

.upsell-textbox h2 {
    color: #89278C;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-align: left;
}

.upsell-textbox h2 strong{
    color: #89278C;

}

.upsell-textbox h4 strong{
    color: #555555;

}

.qj-paymentplan{
	font-size:15px;
	text-align:center;
}

#webinar-invite .thank-you #uber .box wide{
	overflow:hidden !important;
	margin:0 !important;
}

/* facebook review */

.facebook-review {
	background: #0a55a4;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(10,85,164)),
	    color-stop(1, rgb(33,126,199))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(10,85,164) 0%,
	    rgb(33,126,199) 100%
	);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 0 0 27px;
	margin: 0 0 15px 10px;
	width: 327px;
	height: 100px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img.reviews-icon {
	margin: 15px 0 0 -25px !important;
	width: 65px;
	height: 69px;
	float: left;
}

.facebook-review a {
	color: #FEFEFE;
	text-decoration: none;
	letter-spacing: 0px;
}

.facebook-review a:hover {
	color: #FEFEFE;
}

p.review-numbers {
	padding: 10px 20px 0 55px;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0;
	font-weight: bold;
}

p.facebook-text {
	font-size: 11px !important;
	margin: 0;
	padding: 5px 20px 0 55px !important;
	line-height: 1.1em;
}
/* end facebook review */

.timeleft {
	font-size: 15px;
    height:80px;
    width:960px;
    margin:-10px 0 20px -10px;
    float:left;
    background: transparent url(images/timer_top_banner.png) repeat-x;
    color:#FEFEFE;
    line-height:21px;
    border-bottom: 1px groove #a0a0a0;
    overflow:hidden;
}

.timeleft .timeleft_left{
    width: 550px;
    float: left;
    margin: 20px 15px;
}
.timeleft .timeleft_right{
    float: right;
    margin: 20px 15px;
    padding-left:30px;
    border-left: 1px groove #e3e3e3;
    width:300px;
}


.timeleft .hasCountdown {
    position: relative !important;
    background: none !important;
    background-color: none !important;
    height: auto !important;
    border: 0px !important;
    -moz-box-shadow: 0 0 0 #c63030 !important;
    -webkit-box-shadow: 0 0 0 #c63030 !important;
    -khtml-box-shadow: 0 0 0 #c63030 !important;
    box-shadow: 0 0 0 #c63030 !important;
    margin-bottom: 0px !important;
    -moz-border-radius: 0px !important;
}

.timeleft .countdown_row_inline {
    color: #FEFEFE;
    font-size:26px;
}

.timeleft .countdown_row_inline .descp {
    font-size: 12px;
}

div.recapbox_top_seminars {
	background: url(/assets/images/products/mastery-program/qj-seminar-d.png) no-repeat 0 50%;
}

.grey-bg{
	background: #29292B;
	background: rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	width: 900px;
	margin:30px 0 20px -22px;
	padding:25px 30px 20px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 8px 8px #000;	
	-moz-box-shadow:inset 0 8px 8px #000;	
	box-shadow:inset 0 8px 8px #000;
}

.fb_ltr{
	font-size:11px;
	color:#FEFEFE !important;
}

.vertical-form{
	background: rgba(255, 255, 255, 0.75);
	width: 400px;
	margin:40px 0 0 520px;
	position: relative;	
	height: 200px;
}

.vertical-form .asu.vertical {
	background: none;
	padding: 8px 0 0;
}

.vertical-form .asu.vertical h4 {
	text-align: center;
	font-size: 14px !important;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	width:400px;
	letter-spacing:-0.5px
}
.vertical-form .asu.vertical p {
	color: #463361;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 9px;
}
.vertical-form .asu.vertical ol {
	margin-left: 5.5em;
}
.vertical-form form.asu.vertical li.buttons {
	text-align: right;
	padding-right: 10px;
	margin-top:5px;
}

.vertical-form form.asu.vertical li.buttons button {
	font-size: 13px;
	padding: 5px 15px 4px;
	letter-spacing: normal;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	width:150px;
}

.vertical-form form.asu.vertical p.privacy {
	bottom: 5px;
	color: #000000;
	position: absolute;
	right: 165px;
	text-align: left;
	text-transform: none;
	width: 18em;
}

.vertical-form form.asu.vertical p.privacy img {
	left: -25px;
    position: absolute;
    top: 6px;
}
.vertical-form form.asu.vertical p.privacy a {
	color: #005890;
	text-decoration: none;
}

body#live-experience.confirmation {
	text-align: center;
	background: #020208 url(images/a/bg-confirmation.png ) no-repeat 50% 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.counter-widget {
	width: 283px;
	background-color:#036;
	padding: 6px;
	position: relative;
	top:-15px;
	left:15px;
}

.counter-numbers{
	color:#FEFEFE;
	font-size:22px !important;
	font-weight:bold;
	text-transform:uppercase;
	padding:25px 0 25px;
	margin-bottom:0 !important;
	line-height:0 !important;
	text-align:center;
}

/* DNA 6.0 update */

#header #extras ul li.chelp {
	position: relative;
	padding-left: 19px;
	top:1px;
}

#header #extras ul li.chelp a {
	text-decoration: none;
}

#header #extras ul li.chelp a:hover {
	text-decoration: underline;
}

#header #extras ul li.chelp i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 18px;
	vertical-align: text-bottom;
}

li.chelp i {
	background: url(/media/themes/images/help/help-icon.png) 0 0 no-repeat !important;
	height: 16px;
	width: 16px;
}

li.chelp a{
	color:#D8C4F8 !important;
	text-decoration:none;
	border-bottom:0px !important;
}

#footer-dna .hline {
	background: url(/media/themes/images/footer-hline.jpg) repeat-x;
	height: 2px;
	margin-bottom: 10px;
}

#footer-dna {
	color: #565656;
	margin:20px 0 0 -20px;
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	text-align:left;
}

#footer-dna a {
	color: #b2b2b2;
	text-decoration: none;
}

#footer-dna a:hover {
	text-decoration: underline;
}

#footer-dna p {
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
}

#footer-dna > p:first-child {
	float: left;
}

/*#footer-dna i {
	display: inline-block;
	background: url(/media/images/a/sls.png) no-repeat;
	width: 213px;
	height: 23px;
}*/

#dna > .footer-published-dna i {
	display: inline-block;
	background: url(/assets/images/a/mv-help-badge-footer.png) no-repeat;
	width: 190px;
	height: 20px;
}

#footer-dna .published p {
	line-height: 15px;
	margin-bottom: 10px;
}

#footer-dna .notice p {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.footer-nav-dna {
	background:#2b2b2d;
	font-size: 0.9em;
	padding:15px 10px 30px ;
	color: #FEFEFE;
	border: 0;
}

#dna {
	margin-top:15px !important;
}

.footer-nav-dna a {
	color: #FEFEFE;
	text-decoration: none;
}

.footer-nav-dna a:hover {
	text-decoration: underline;
}

.footer-nav-dna p {
	line-height: 1.5em;
	margin-bottom: 2px;
	padding: 0;
	font-size:13px !important;
}

.by-mind {
	font-size:14px !important;
	margin-bottom:15px;
}

span.meta {
	color: #FEFEFE;
}

#footer-dna .notice {
	color: #565656;
	text-align: left;
	clear: both;
	font-size: 11px;
}

#footer-dna .hline {
	background: url(/media/themes/images/footer-hline.jpg) repeat-x;
	height: 2px;
	margin-bottom: 10px;
}

.col-one, .col-two, .col-three {
	float: left;
	width: 280px;
	text-align:left;
}

p.col-title {
	margin-bottom: 5px !important;
	font-size: 16px !important;
}

.col-one {
	padding-left: 10px !important;
}

.col-two {
	padding-left: 40px !important;
}

.col-three {
	padding-left: 30px !important;
}

.footer-nav-divider-dna {
	min-height: 160px;
}

.footer-published-dna a {
	color: #565656 !important;
	text-decoration: underline !important;
}

.live-experience-box{
	background: url(/media/themes/images/live-experience-box.png) no-repeat;
	width:800px;
	height:294px;
	margin:0 70px;
}

.live-experience-box h2{
	color:#FEFEFE;
	padding-top:28px;
}

.live-experience-box h2 strong{
	color:#FEFEFE;
}


.live-experience-box h4 strong{
	color:#3e3e3e;
}

.upsell-ticket-small{
	border:0px;
	float:left;
	width:406px;
	margin-left:20px;
}

.upsell-cnt{
	float:left;
	width:320px;
	margin: 5px 0 0px 40px;
}

/* mastery-program/video-class/online-training phone number hide */
body.mastery-program#products #header #extras ul li.call, body.access#video-class #header #extras ul li.call, body.access#online-training #header #extras ul li.call{
	display:none !important;
}

body.premium.promo.quantum-jumping-live-experience#products #header #extras ul li.call{
	display:none;
	}

#video-class.access{
	background: #020208 url(images/a/bg.jpg) no-repeat 50% 40px;
	margin: 0 0;
	width:auto;
}

#online-training.access{
	background: #020208 url(images/a/bg.jpg) no-repeat 50% 40px;
	margin: 0 0;
	width:auto;
}

#video-class #footer-dna,
#online-training #footer-dna {
	width:960px;
	padding-bottom:20px;
	margin-left:0 !important;
}

img.author-bio {
	border: 1px solid #FEFEFEFFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.31);
	float: left;
	margin:0px 20px 25px 0px;
}

.bio {
    border-bottom:1px solid rgba(255,255,255, 0.2);
    clear: left;
    overflow: hidden;
    margin: 10px 0 30px;
}

/* New About Us page */

.wrap.quantum{
	background: url(/assets/images/about/about-burt.jpg) no-repeat 10px -12px;
	padding: 0 0 30px;
	margin:-20px -20px 0 0 ;
}

.wrap.quantum h1{
	color:#D8C4F8;
	font-size:28px;
	margin-bottom:25px;
	padding-top:25px;
}

.wrap.universe{
	background: url(/assets/images/about/universe.jpg) no-repeat 100% 0;
	padding: 0 0 30px;
	margin-left: -20px;
}

.wrap.social {
	background: url(/assets/images/about/about-divider.jpg) no-repeat 0 0;
	margin-top:-140px;
	height:155px;
}

.aboutusmore {
	margin: 0 0 0 -25px;
	clear:both;
}
.aboutusmore a {
	font-size: 13px;
	color: #C579D8;
	font-weight: bold;
	text-decoration: none;
}

.aboutusmore a:hover{
	text-decoration: underline !important;
}

.aboutusmore ul .li-first {
	border-top: 0 none;
}

.aboutusmore ul  .li-last {
	border-bottom: 0 none;
}

.aboutusmore ul li {
	list-style: none !important;
	background: url(/assets/images/about/about-arrow.png) no-repeat 0 3px;
	padding-left: 20px;
}

.more-left {
	float: left !important;
}

p.aboutus-caption {
	color: #6b6b6b;
	font-size: 12px;
}

.by-mindvalley {
	
	padding-bottom: 40px !important;
	margin-top:-40px;
}

.by-mindvalley h2 {
	font-family: "Ubuntu","Helvetica Neue",sans-serif;
	color:#D8C4F8;
	font-weight: normal;
	font-size: 28px;

}

.coltitle-bg h2 {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: #FEFEFEFFF;
	padding: 10px 20px;
	text-shadow: none;
	font-size: 24px;
}

.coltitle-bg {
	height: 230px;
	width: 980px;
	margin-left: 10px;
}

.coltitle-bg .col1, .coltitle-bg .col2,.coltitle-bg .col3 {
	float: left;
	height: 50px;
	margin-right: 40px;
	padding: 140px 0 0;
	text-align: center;
	width: 285px;
}

.coltitle-bg .col1 {
	background: url(/assets/images/about/silva-events.jpg) no-repeat scroll 50% 0 #F0F0F0;
}

.coltitle-bg .col2 {
	background: url(/assets/images/about/aboutmv.jpg) no-repeat scroll 50% 0 #F0F0F0;
}

.coltitle-bg .col3 {
	background: url(/assets/images/about/career.jpg) no-repeat scroll 50% 0 #F0F0F0;
}

body#about.index-new {
	text-align: center;
	background: #020208 url(images/a/upsell-bg-src.png) no-repeat 50% 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.coltitle-bg a{
	outline:none;
	text-decoration:none;
}

.coltitle-bg a:hover{
	outline:none;
	text-decoration:underline;
	color:#FEFEFE;
}

.section img {
	padding: 0px;
}

.mv-team-side-img{
	z-index:1;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-moz-transform: rotate(3deg); /* Firefox */
	border: 8px solid #FEFEFEFFF !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	margin-left:20px;
}

/* end New About Us page */

/* about/seminar pg */
.wrap.transformation {
	background: url(/assets/images/about/seminars/seminars-live-gallery.png) no-repeat 96% 5%;
	padding: 0 0 30px;
	margin: 0 -20px 0 0;
}

.wrap.iamburt {
	background: url(/assets/images/about/seminars/iamburt.jpg) no-repeat 0% 50%;
	padding: 0 0 30px;
	margin: 0 0 0 -20px;
}

.wrap.guestspeakers {
	background: url(/assets/images/about/seminars/guestspeakers.jpg) no-repeat 100% 50%;
	padding: 0 0 60px;
	margin: 0 -20px 0 0;
}

.seminars-live-video div.mediaplayer {
	border:1px solid #7d7d7d;
}

.wrap.flying-bird{
	background: url(/assets/images/about/seminars/seminars-flying-bird.jpg) no-repeat 0 0;
	padding: 0 0 30px;
	margin: 0 0 0 -20px;
}


/* end about/seminar pg */

/* Popin Signup Form */

.popinoap > div{
	z-index:99999;
}

.popin_label {
	position:fixed;
	padding:10px 15px;
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	top:300px;
	left:0;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.33, rgb(190,91,86)),
	    color-stop(0.68, rgb(194,62,58)),
	    color-stop(0.9, rgb(224,18,18))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(190,91,86) 33%,
	    rgb(194,62,58) 68%,
	    rgb(224,18,18) 90%
	);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	cursor:pointer;
	width: 120px;
	height: 20px;
	left:-60px;
}

.popin_label:hover,
.popin_label.hover {
	-webkit-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, 0.5);
}

.popin_form {
	background:#FEFEFE;
	position:fixed;
	top:200px;
	left:-1000px;
	height:260px;
	-webkit-transition: left 300ms ease-in-out;
	-moz-transition: left 300ms ease-in-out;
	-o-transition: left 300ms ease-in-out;
	transition: left 300ms ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}

.popin_form.on {
	left:0;
}

.popin_form .popin_close {
	position: absolute;
	z-index: 99999;
	right: 0;
	font-size: 1.5em;
	font-weight: bold;
	background:#000;
	width:20px;
	height:16px;
	padding: 7px 5px;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
	margin:-10px;
	color: white;
	cursor:pointer;
}



/* opt form */
div.mvOapForm .form_copy {
    width: 210px;
    float: left;
    padding: 35px 0 0 0;
    margin: 0;
}

div.mvOapForm .form_copy img {
    margin: -20px 0 0 10px;
    z-index: 1;
    position: relative;
}

div.mvOapForm .form_copy p {
    padding: 0 0 0 20px;
}

div.mvOapForm {
    background: url(http://s84.mindvalley.us/fanpagemindvalley/media/images/qj-cta.png) 63% 20px no-repeat;
    color: #333;
    font-family: 'Istok Web', arial, san-serif;
    font-size: 15px;
    line-height: 22.5px;    
    letter-spacing: normal;
    padding: 0 0 20px 0;
    width: 520px;
	height: 245px;
}
div.mvOapForm ol,
div.mvOapForm ol li{
    margin:0;
    padding:0;
}
div.mvOapForm input,
div.mvOapForm textarea {
    margin:0;
}
div.mvOapForm input[type="text"] {
    background: #FEFEFEFFF;
    border: 1px solid #c5c7c9;
    color: #666;
}
div.mvOapForm p.privacy {
    background: url(http://s80.mindvalley.us/mv-standardwp/media/images/padlock.png) 15px 0 no-repeat;
    clear:both;
    display:block;
    padding: 0 10px 0 40px;
    line-height:1.3em !important;
    margin-bottom:16px;
    font-size:11px !important;
    text-align: left;
    color:#999 !important;
    margin: 0 0 5px 0;
}
div.mvOapForm p.privacy a {
	color: #005890;
	text-decoration: none;
}
div.mvOapForm .img-left {
    border:2px solid #CCCCCC;
    clear:left;
    float:left;
    margin:0 16px 10px 0;
    padding:1px;
}
div.mcOapForm img.no-border {
    border:medium none !important;
}
div.mvOapForm form {
    float: right;
    border: 0;  
    border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    -webkit-border-radius: 0 0 6px 6px !important;

    font-family: @helvetica;
    position: relative;
    margin-bottom: 10px;
    padding: 40px 0 0 0;
    margin: 0;
    width: 270px;
}
div.mvOapForm p {
    color: #FEFEFE !important;
    font-size: 12px !important;
    margin: -30px 0 5px 0;
	text-align:left;
}
div.mvOapForm p.download {
    text-align: center;
}
div.mvOapForm form h2 {
    font-size: 150%;
    line-height: 1.0em;
    color: @link-color;
    padding: 10px 20px 0;
    text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
    color: #555;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 0.3em;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255,255,255,1.0);
}

div.mvOapForm form h5 {
    padding: 0 20px;
    color: #FEFEFE;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.0em;
    margin: 0 0 5px;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255,255,255,0);
}

div.mvOapForm form ol,
div.mvOapForm form ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.mvOapForm form ol li {
    margin: 0 0 5px 0;
	line-height:1.2em;
	text-align:left;
}
div.mvOapForm form ol {
    margin: 0 10px 10px 40px;
}
div.mvOapForm form label {
    color: #777;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
    text-shadow: 0px 0px 0px rgba(255,255,255,0);
    text-transform: uppercase;
	text-align:left;
}
div.mvOapForm form input.field.text {
    font-size: 13px;
    font-family: arial,sans-serif !important;
    line-height: 1em;
    width: 200px;
    height: 20px;
    padding: 3px;
    
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
div.mvOapForm form li.buttons {
    margin-bottom: 5px;
    padding-top: 1px;
    text-align: right;
}

div.mvOapForm form button{ 
        background: #fbc021;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgb(255,249,60)),
            color-stop(1, rgb(255,192,5))
        );
        background-image: -moz-linear-gradient(
            center top,
            rgb(255,249,60) 0%,
            rgb(255,192,5) 100%
        );
    border:1px solid #F5C751;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #003552;
    cursor:pointer;
    font:bold 14px 'Istok Web', arial, san-serif;
    padding: 5px 10px;
    text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.2);
    margin: 5px 60px 0 0 !important;
}
div.mvOapForm form button:hover { 
        background: #fbc021;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgb(254,249,103)),
            color-stop(1, rgb(255,218,74))
        );
        background-image: -moz-linear-gradient(
            center top,
            rgb(254,249,103) 0%,
            rgb(255,218,74) 100%
        );
}

div.mvOapForm form a {
    font-size:11px !important;
}
div.mvOapForm form a:hover {
    color: #000 !important;
    text-decoration: underline;
}

/** Facebook **/
div.mvOapForm .connect_fb {
    padding: 6px 0;
    background: #ebeef5;
    border: 1px solid #c5d5e8;
    border-bottom: 1px solid #FEFEFE;
    position: absolute;
    top: 0;
    left: -250px;
    width: 518px;
    height: 22px;
    text-align: center;
    color: #333;
    text-shadow: 1px 1px 0px #FEFEFE;
    font-size: 14px;
}

div.mvOapForm .fb-register {
    display: inline-block;
    text-indent: -999999px;
    width:168px;
    height:22px;
    background:url(/assets/images/fb/fb-register-button.png )center top no-repeat;
    cursor:pointer;
    position:relative;
    z-index:999;
}


/*  new about sider bar */
.aboutus-fb{
  	float: left;
    left: 40px;
 	position: relative;
    top: -110px;
    width: 295px !important;
}

.faq a, .what-is-qj a, .qj-burt a, .qj-cds a{
	color:#FEFEFE !important;
	text-decoration:underline;
	font-weight:bold;
}

.faq-question{
	color:#C452C4;
	font-weight:bold;
}

.widget-new {
	background: #2B2B2D;
	padding: 5px 5px 10px;
	margin-bottom: 15px;
	margin: 0 45px 16px 25px;
}

.widget-new li a{
	text-decoration:none;
	color: #C579D8 !important;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

ul.new-sider{
	margin-left:15px;
}

/* end new about page */

/* new reviews page */

.reviews-new {
	background: #2B2B2D !important;
	padding: 5px 15px 10px;
	margin-bottom: 15px; 
	margin: 20px 20px 6px 55px;
}

.reviews-new h3 a{
	color:#FEFEFE;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

.reviews-new li a{
	text-decoration:none;
	color: #C579D8 !important;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.reviews-new ul li {
	list-style: none !important;
	background: url(/assets/images/about/about-arrow.png) no-repeat 0 3px;
	padding-left: 20px;
}


.reviews-new ul{
	margin-left:0px;
}

.reviews-nav a{
	color:#C452C4 !important;
}

.reviews a{
	color:#FEFEFE;
	text-decoration:underline;
}

.review-testi div.testimonial {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px !important;
	background: #DBDBDB !important;
    background: rgba(255, 255, 255, 0.86);
    border: medium none;
    margin:0 10px 20px 15px !important;
    padding: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.31);
}

.review-testi div.testimonial h5, .video-testimonial h5 {
    color: #89278C;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-align: left;
}

.review-testi div.testimonial p {
    color: #000000;
    font-size: 13px;
}
	
.review-testi div.testimonial p.source {
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.review-testi div.testimonial .img-shadow{
	background:none !important;
}

.review-testi div.testimonial .testimonial-video{
	display:none!important;
}
/* end new reviews page */

.seminars-mention {
	background: #DCDCDC !important;
	background: rgba(255,255,255,0.86);
	border: none;
	border-top: 1px solid rgba(255,255,255,0.31);
	border-bottom: 1px solid rgba(0,0,0,0.17);
	padding:10px 20px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 ;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.31);
}

form.app.generic {
	background: url("images/alert-overlay.png") repeat-x center top #DFE9ED;
/*	border: 9px solid #80B5DD; */
	border: none;
	margin-bottom: 16px;
	padding: 8px 16px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}
form.app.generic h3 {
	color: #003B6F;
	font-size: 24px;
	line-height: 1.1em;
	letter-spacing: -1px;
	margin-bottom: 9px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #FEFEFE;
	font-family:"Myriad Pro","Droid Sans","Trebuchet MS",Arial,Helvetica,san-serif;
}
form.app.generic h3 strong {
	color: #900;
	text-decoration: underline;
}
form.app.generic p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.3em;
	margin-bottom: 16px;
}
.aside form.app.generic ol li label.title {
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	margin-top:12px;
}
.aside form.app.generic ol li input.field.text {
	font-size: 16px;
	width: 98%;
}
form.app.generic ol li.buttons {
	padding: 0 0 12px;
	border: none;
}
form.app.generic ol li.buttons button,
#aside form.app.generic ol li.buttons button,
a.button {
	background: #003B6F url(images/alert-overlay.png) repeat-x 0 0 !important;
	border: 0px solid #555;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #FEFEFE;
	outline: none;
	padding: 7px 28px;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.62);
	-moz-border-radius: 21px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.24);
	-webkit-border-radius: 21px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.24);
	width: auto;
}
form.app.generic ol li.buttons button:hover {
	background: #003B6F url(images/alert-overlay.png) repeat-x 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
#aside .section button div,
.aside .section button div{
	background: transparent;
	color: inherit;
	text-shadow: inherit;
	border: none;
	margin-bottom: inherit;
}
form.app.generic .buttons button:active,
a.button:active {
	background-color: #195EBC;
	text-decoration: none;
	-moz-box-shadow: 1px -1px 1px rgba(255,255,255,0);
	-webkit-box-shadow: 1px -1px 1px rgba(255,255,255,0);
}
a.button:hover {
	text-decoration: none !important;
}

form.app.generic p.privacy a{
    clear: both;
	padding-top: 12px;
	color:#2A5DB0 !important;
}


.ship-bar{
	background: #e64942;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(171,37,25)),
	    color-stop(1, rgb(230,73,66))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(171,37,25) 0%,
	    rgb(230,73,66) 100%
	);
	width:896px;
	height:80px !important;
	position:relative;
	top:12px;
	left:20px;
	z-index:1;
}

.ship-bar p{
	color:#FEFEFE;
	font-size:26px;
	text-align:center;
	padding-top:20px;
	font-family:'Droid Sans',arial,sans-serif;
	
}

.lessons.quantum-jumping-mastery#online, .lessons.quantum-jumping-mastery-1#online {
	padding:0 ;
	margin:0 !important;
	width:auto !important;
}

.video_wrap_560 {
	width: 628px;
    background: url(/assets/images/video-ipad.png) 0 0 no-repeat;
    margin: 20px auto 10px;
    padding:20px 0 80px 70px;
	color:#FEFEFE;
}

.video_wrap_short {
	width: 628px;
    background: url(/assets/images/video-ipad-short.png) 0 0 no-repeat;
    margin: 20px auto 10px;
    padding:20px 0 80px 70px;
	color:#FEFEFE;
}

.move_to_center_465 {
	width: 465px;
	margin: 0 auto;
}

.getsocial { 
	width:60px;
	background:#FEFEFEFFF;
	border:1px solid #D9D9ED;
	float: right;
	position: relative;
	z-index:200;
	margin: 30px 60px 0 0;
}

.getsocial.horizontal.dark {
	background: none;
}

.sharebutton { 
	padding:5px 1px;
	width:55px;
	z-index:250;
	list-style:none; 
	margin:0 auto;
}

.sharebutton.facebook { 
	width:50px;
	height:60px;
}

.fb_edge_widget_with_comment {
	height: 35px;
}

.wrap.formbottom {
	background: #FEFEFE;
	padding: 10px 0 20px 0;
	margin-top: -30px;
}

.connect_widget div.connect_confirmation_cell_no_like{
	color:#FEFEFE;
}

#online-training .showcase.threebox .leftcol .orderform p.price span, #online-training .showcase.threebox .left-shadow .orderform p.price span{
	font-family: 'Just Another Hand', arial, serif;
	color:#990000;
	font-size:48px;
	line-height:10px;
}

/* products black seminars */

.main.black-seminar p.caption {
	color: #EEE;
	font-size: 12px;
	padding: 6px 0 0;
	text-align:left;
	margin:0;
}

div.burt-live-seminars {
	background: url(/assets/images/implementation/burt-live-seminars.jpg) no-repeat 0 50%;
	padding: 16px 0;
}

.grey-without-blur{
	background: #29292B;
	background: rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	width: 960px;
	margin:30px 0 20px -10px;
	padding:25px 10px 20px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.running-woman{
	background: url(/assets/images/implementation/running-woman.jpg) no-repeat -60px 0;
	padding:0;
	margin:0;
}

.main.black-seminar .wrap.topdivider{
	background: url(images/a/divider.png) no-repeat 50% 0;
	margin-top: 31px;
	padding: 96px 0 0 !important;
}

.qjbundle .section ul, .bonuses .section ul{
	margin:0;
}

.qjbundle .section ul li, .bonuses .section ul li{
	background: url(/assets/images/implementation/white-checkbox.png) no-repeat 0 0 !important ;
	list-style:none;
	padding-left:25px;
}

.qj-features-3cb {
	margin:0 0 -20px -5px;
}

.qj-features-3cb ._tri ._col{
	background: none repeat scroll 0 0 #f7f7f5 !important;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.16);
    height: 360px;
    padding: 0 !important;
	margin:0 0 15px 15px;
	color:#000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width: 293px;
	min-width: 170px;
}

.qj-features-3cb h3{
	color: #C452C4 !important;
	font-size: 21px;
    line-height: 29px;
    margin-bottom: 0.62em;
	margin: 10px 0;
    padding: 0 10px;
}

.qj-features-3cb p {
	margin: 10px 0;
	padding: 0 10px;
	color: #000;
}

.qj-features-3cb a{
	font-size:24px;
	color:#C452C4;
	text-decoration:none;
}


.qj-features-img {
	border:0;
	width:295px;
	position:absolute;
	bottom:0;
	margin-bottom:-1px;
}

.qj-features-3cb img {
	padding: 0;
}

/* end products black seminars */

/* products white seminars */

.main.white-seminar h2, .main.white-seminar .section h2 {
    color: #b394e6;
    padding-top: 0.5em;
	font-size: 28px;
    line-height: 30px;
    margin-bottom: 36px;
}

.main.white-seminar{
	background:none;
	padding:0;
}

.main.white-seminar #footer-dna .col-two{
	padding-left:60px !important;
}

.seminar-white-bg {
	background:#FEFEFEFFF;
    margin-left: -13px;
    padding: 5px 20px 0;
    width: 940px;
	color:#000;
}

.main.white-seminar p.caption {
	color: #959595;
	font-size: 12px;
	padding: 6px 0 0;
	text-align:left;
	margin:0;
}

.white-diamond {
	background: url(/assets/images/implementation/white-diamond.jpg) no-repeat 100% 100%;
	margin-right:-20px;
}

.flim-seminars {
	background: url(/assets/images/implementation/flim-seminars.jpg) no-repeat 0 50%;
	padding: 16px 0;
	margin-left:-20px;
}

.wrap.across-divider{
	background: url(/assets/images/implementation/white-divider.png) no-repeat 50% -35px;	
	padding-top: 75px;
}

.wrap.flying-divider{
	background: url(/assets/images/implementation/white-divider-v.png) no-repeat 50% -35px;	
	padding-top: 75px;

}

.main.white-seminar .aside .testimonial,
.main.white-seminar .box.trio div.testimonial  {
	background: #f0f0f0;
	border: none;

	padding: 15px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 0 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.31);
	-webkit-box-shadow:  0 3px 4px rgba(0,0,0,0.1);	
	-moz-box-shadow:  0 3px 4px rgba(0,0,0,0.1);	
	box-shadow: 0 3px 4px rgba(0,0,0,0.1);	
}


.white-timemachine {
	background: url(/assets/images/implementation/gold-clock.jpg) no-repeat 100% 0;
	padding-bottom: 62px;
	margin-bottom: -20px;
}

.main.white-seminar .infinite {
	background: #FEFEFE url(images/a/infinitebg.jpg) no-repeat 130% -50%;
	width: 900px;
	margin:  20px 0 0 -10px;
	padding: 20px 30px 30px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow:inset 0 0 16px #ddd;	
	-moz-box-shadow:inset 0 0 16px #ddd;
	box-shadow:inset 0 0 16px #ddd;
}

.main.white-seminar .infinite h2 {
	text-shadow: none;
}

.prayer-beadsi  {
	background: url(/assets/images/implementation/old-instrument.jpg) no-repeat 115% 100%;
	margin-right:-20px;
}

.world-smart-people{
	background: url(/assets/images/implementation/world-smart-people.jpg) no-repeat 0 50%;
	padding: 24px 0;
}

.zuniga-white {
    background: url(images/a/plans.jpg) no-repeat scroll 50% 100% #FEFEFEFFF;
    border-radius: 2em 2em 2em 2em;
    box-shadow: 0 0 16px #CCCCCC inset;
    margin: 20px 0 24px -10px;
    padding: 20px 30px 30px;
    position: relative;
    width: 900px;
}

.running-man{
	background: url(/assets/images/implementation/running-man.jpg) no-repeat 0 0;
	margin-right:-20px;
	padding-bottom:60px;
}

.qjbundle-white {
    margin:0;
}

.qjbundle-white .section ul li, .bonuses-white .section ul li{
	background: url(/assets/images/implementation/black-checkbox.png) no-repeat 0 0 !important ;
	list-style:none;
	padding-left:25px;
}

.qjbundle-white h2,{
	text-shadow:none;
	padding: 0;
	margin: 0 0 26px;
	color:#c452c4;
	font-size:42px;
}

.wrap.linedivider{
	background: url(/assets/images/implementation/line-divider.jpg) no-repeat 0 0;
	padding:80px 0 0
}

.main.black-seminar .disc h3, .main.white-seminar .disc h3  {
	width: 565px;
	margin: 0 auto 1em;	
}

.main.white-seminar .cdmodule h5 {
    color: #a9a9a9;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.main.white-seminar  .cdmodule h4 {
    color: #d8c4f8;
    font-weight: bold;
    margin-bottom: 1.3em;
	text-shadow:none;	
}

.wrap.dotdivider{
	background: url(/assets/images/implementation/line-dot-divider.jpg) no-repeat 0 0;
	margin-top:0;
	padding: 80px 0 0;
}

.main.white-seminar  .cdmodule img.cover {
	position: absolute;
	left: -25px;
	top:8px;
}

div.crystal-white {
	background: url(/assets/images/implementation/crystalballbg-white.jpg) no-repeat 50% 100%;
	padding: 30px 0 270px;
}
div.crystal-white h3 {
}
div.crystal_two {
	padding-top: 0;
}

div.offer-white{
	background: url(images/a/moneybg.jpg) no-repeat 50% 100%;
	width: 900px;
	margin:  0 0 20px -10px;
	padding: 10px 30px 10px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.offer-white p del {
    color: #CC0000;
}

.collection-white {
	background: url(/assets/images/implementation/white-divider.png) no-repeat center bottom;
	padding-bottom:140px;
}

div.triguarantee-white {
	background:#e9e9e9;
	width: 920px;
	margin:  0 0 20px -10px;
	padding: 13em 20px 20px;
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	box-shadow: 0 2px 5px rgba(0,0,0,0.31);
}

div.triguarantee-white .ribbon-white{
	background: #75265C;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(101,30,79)),
	    color-stop(1, rgb(196,79,157))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(101,30,79) 0%,
	    rgb(196,79,157) 100%
	);
	position: absolute;
	width: 970px;
	top: 16px;
	left: -5px;
	text-shadow: 1px 1px 0 #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.31);
	box-shadow: 0 2px 5px rgba(0,0,0,0.31);
}

div.triguarantee-white  div.ribbon-white h2 {
	color: #FEFEFE;
	margin: 0 0 3px;
	font-weight: bold;
}

div.triguarantee-white div.ribbon-white h3 {
	color: #CE91B9;
}

div.triguarantee-white  div.ribbon-white img.seal {
	position: absolute;
	right: 0;
	top: -8px;
}

div.triguarantee-white .trio .leftcol, div.triguarantee-white .trio .rightcol, div.triguarantee-white .trio .thirdcol{
	width:300px !important;
}

div.triguarantee-white h5 {
	font-size:16px;
}

.main.white-seminar .bonuses h5 {
    border-bottom: 1px dashed #c2c2c2;
    color: #FFCC00;
    padding-bottom: 1em;
}

.main.white-seminar .bonuses h3  {
    border-top: 1px dashed #c2c2c2;
    color: #C452C4;

}

.main.white-seminar .bonuses .section ul li{
	list-style:disc outside none;
	margin-left:20px;
	padding-left:10px;
}

.main.white-seminar .close-white {
	background: url(/assets/images/implementation/line-divider.jpg) no-repeat center top;
	padding-top: 90px;
}

.widget.why-white {
	background: #FEFEFE;
	border:1px solid #ccc;
	padding-top: 24px;
}
.widget.why-white h5 {
	color: #36C;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.widget.why-white h5 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.main.white-seminar .ordertoday-white{
	background: url(/assets/images/implementation/white-divider-v.png) no-repeat center top;
	padding-top: 90px;
}

.main.white-seminar .ordertoday-white .section ul li{
	list-style:disc outside none
}

p.signed-black {
	background: url(/assets/images/implementation/burtgoldman-black-sign.png) no-repeat 0 0;
	margin-left: 0;
	padding: 76px 60px 0;
	margin-bottom: 0;
}

.main.white-seminar .paymentplan a {
	color:#3366CC;
}

/* end products white seminars */

/* New login info styling */

.login-cnt {
	background:#FEFEFE;
	margin-top:-20px;
	padding:0 20px;
}

.login-cnt h3{
	background:#FEFEFE;
  	color:#C452C4;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
    font-weight: normal;
	margin:0 0 15px;
	font-size:24px;
}

.login-cnt h5{
	color: #565656;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
}

.login-cnt th {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 24px;
}

.login-cnt table {
	margin-bottom:20px;
}


#uber >.login-cnt div.box.right-aside div.leftcol{
	margin-right: 5px;
	padding: 0 0 2em;
	width: 665px !important;
}

#uber >.login-cnt div.box.right-aside div.rightcol{
 	margin: -35px 0 0 15px;
    width: 255px !important;
}

#login-info {
	padding-top: 12px;
	width: 239px;
	margin-left:15px;
}

#login-info .section{
	margin-bottom: 1px;
    padding: 0 0 9px !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.72);
    width: 239px;
}

#login-info .section div {
	border: 1px solid #CDCDCD;
	border-radius: 0 0 0 0;
}

#login-info .contact {
	background: #EFEFEF url(images/alert-overlay.png) repeat-x;
	border: 1px solid #CDCDCD;
    border-radius:0;
}

#login-info h3 {
 	background: url(images/aside_header_bg.png) repeat-x scroll 0 0 #EFEFEF;
    border-radius: 0 0 0 0;
    color: #FFF;
    height: 32px;
    padding: 10px 10px 0;
    text-shadow: none;
	font-size:16px;
	font-weight:bold;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	letter-spacing:-1px;
}

#aside .section{
	padding:0 0 9px;
}

#login-info .contact p{
	text-align:center;
	font-size:13px;
}

#login-info .contact p.phone {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom:0px;
}

#login-info .contact p.phone i {
 background: url(images/phone.png) no-repeat scroll 0 0 transparent;
    height: 23px;
    left: 24px;
    position: absolute;
    top: 63px;
    width: 23px;
	margin-bottom:0 !important;
}

#login-info hr{
border-top: 1px solid #CDCDCD;
  display: block;
  height: 1px;
  margin: 15px auto;
  width: 90%;
}

#login-info .section p {
	font-size: 13px;
  	margin: 0 10px 0.62em;
    line-height: 1.31em;
    margin-bottom: 1.5em;
}

#login-info .contact a {
    color: #2A5DB0;
    text-decoration: none;
 	outline: medium none;
 	font-size:13px;
}

#login-info .assurance{
	background: none repeat scroll 0 0 #F3F4F5 !important;
	padding-bottom: 20px;
}

#login-info .assurance strong{
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

#login-info .assurance p{
   padding-right: 30px;
    position: relative;
    text-align: left;
}

#login-info .assurance .satisfaction i{
	background: url(images/satisfaction.png) no-repeat scroll 0 0 transparent !important;
    height: 39px;
    position: absolute;
    right: 5px;
    top: 1px;
    width: 22px;
}

#login-info .assurance .privacy i{
	background: url(images/privacy.png) no-repeat scroll 0 0 transparent;
 	height: 39px;
 	position: absolute;
 	right: 5px;
 	top: 1px;
 	width: 22px;
}

#login-info .assurance .security i{
 	background: url(images/security.png) no-repeat scroll 0 0 transparent;
    height: 39px;
    position: absolute;
    right: 5px;
    top: 1px;
    width: 22px;
}

#login-info .order_secure h3 i{
	background: url(images/secure_chrome.png) no-repeat scroll 0 0 transparent;
	height: 49px;
	position: absolute;
	right: 10px;
	top: -3px;
	width: 39px;
}

.badges, .mcafee ,.verisign{
	border:0px !important;
	margin-bottom:9px;
	padding-left:5px;
}

#login-info p.videocaption{
	background: none repeat scroll 0 0 #333333;
	color: #FEFEFEFFF;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: -10px;
	padding: 15px 10px 10px;
}

#login-info .login-bbb{
	margin-left:23px;
	width:200px;
}

.login-info-img{
	width:180px;
	float:left;
	border:0;
	margin-right:20px;
}

.login-bbb p, .login-info-img p{
	color: #999999;
    font-size: 12px;
    padding: 6px 0 0;
	text-align:center;
}

.login-info-new #footer-dna {
	color: #565656;
	margin: 20px 0 0 0;
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
}

.login-info-new #footer-dna .col-two{
	padding-left:50px !important;
}

/* End New login info styling */


/* Slider Style */

.slider-button,
.slide-prev,
.slide-next {
	background-image: url(images/slider-button.png);
}

.slider-wrapper {
	position: relative;
	float: left;
}

.slider {
	float: left;
	position: relative;
	background-position:50% 449px;
}
.slider .slide {
	display: none;
}

.slider-nav-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 500;
	text-align: center;
}
.slider-nav-wrapper {
	background:none;
	position:relative;
	top:-45px;
}
.slider-nav {
	display: inline-block;
	position: relative;
	left: -165px;
	bottom: -3px;
}

.slider-button {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 5px 2px 0 2px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.activeSlide.slider-button {
	background-position: -17px 0;
}


/* End Slider Style */

/* Homepage Slider */

.main-slider {
	background:#FEFEFE;
	color:#333;
}

.main-slider .slider-wrapper {
	height:332px; 
	width: 650px;
}

.main-slider .slider-wrapper, .home-signup {
	background:url(/assets/images/implementation/slider-bg.jpg) no-repeat 0 -14px;
}

.lp-slider#implementation  .main-slider .slider-wrapper, .lp-slider#implementation .main-slider .home-signup {
/*	background:url(/assets/images/implementation/slider-bg-noshadow.png) no-repeat 0 0 !important; */
	
}

.main-slider .home-signup {
/*	background-position:center right;
	height:302px;
*/
	background:#FEFEFE;
	height:291px;
}


#homepage-slider .slide {
	height:332px; 
	width: 650px;
}

#uber .main-slider .right-aside .leftcol, #uber .main-slider .left-aside .rightcol{
	width:640px !important;
}

#uber .main-slider .right-aside .rightcol, #uber .main-slider .left-aside .leftcol{
	width:310px !important;
	padding-left:10px;
}

.home-content{
	padding:0 10px
}

.home-content h3 {
	font-size:22px;
	font-weight:normal;
	color:#CC3399;
	font-family: 'Droid Sans', arial, sans-serif;
}

.home-features-box h3 {
	font-size:21px;
	color:#003366;
	font-family: 'Droid Sans', arial, sans-serif;
}

#uber .home-features-box .box{
	margin-bottom: 6px;
	overflow: auto;
	width: 980px;
	margin-left: -10px;
}

#uber .home-features-box .trio .leftcol, #uber .home-features-box .trio .rightcol, #uber .home-features-box .trio .thirdcol{
	width: 310px;
	padding: 8px;
}

.home-features-box .trio .section {
	background:#f0f0f0;
	border:1px solid #d7d8d8;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	height:320px;
	padding: 20px 15px !important;
	box-shadow:1px 1px 5px #DBDBDC
}

.home-features-box .trio .section p {
	font-size:15px;
	line-height:150%;
}

.features-home {
	border:0;
	width:308px;
	margin-left:-15px;
	position:absolute;
	bottom:0;
}

.home-features-box a{
	color:#0087CC;
	text-decoration:none;
}

.hover-arrow {
	background:url(/assets/images/implementation/hover-arrow.png) no-repeat 0 5px;
	width:10px;
	height:10px;
}

.homepage #footer-dna, #index #footer-dna, .login-info  #footer-dna, .thankyou  #footer-dna  {
	color: #565656;
	margin: 20px 0 0 0;
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
}

.homepage  #footer-dna .col-two, #index #footer-dna .col-two, .login-info  #footer-dna .col-two, .thankyou  #footer-dna .col-two {
	padding-left:50px !important;
}

#homepage-slider-slider-nav {
	text-align:right;
}

/* First Slide */

.first-slide{
	background:url(/assets/images/implementation/slide-01.jpg) no-repeat 0 0;
	width:650px;
	height:320px;
	float:left;
	color:#FEFEFE;
}

.first-slide h2 {
	font-family:'Trajan Pro', arial, sans-serif;
	font-size:25px;
	color:#FEFEFE;
	margin:0;
	padding:0;
	line-height:150%;
	text-shadow:1px 1px 1px #000;
}

.slider-textbox {
	background: rgba(0, 0, 0, 0.8) !important ;
	background:#000;
	width:280px;
	height:155px;
	padding:10px;
	margin:60px 0 0 80px;

}

.slider-textbox p{
	line-height:150%;
	font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;	
	padding:5px 0 0;
	margin:0;
	text-shadow:1px 1px 1px #000;
}

span.white-line{
	border-top:1px solid #FEFEFE;
	width:80px !important;
	position:relative;
	top:15px;
}

span.amp{
	font-family:Constantia, Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif
}

p.actor-sign{
	color:#000;
	font-size:14px;
	float:right;
	margin:42px 15px 0 0;
	text-align:right;
	line-height:16px;
	text-shadow:1px 1px 1px #FEFEFE;
}

/* End First Slide */

/* Second Slide */

.second-slide {
	background:url(/assets/images/implementation/slide-02.jpg) no-repeat 0 0;
	width:650px;
	height:320px;
	float:left;
	color:#FEFEFE;
}

.second-slide h2 {
	font-family:'Trajan Pro', arial, sans-serif;
	font-size:25px;
	color:#FEFEFE;
	margin:0;
	padding:0;
	line-height:150%;
	text-shadow:1px 1px 1px #000;
}

.second-slide .slider-textbox {
	background: rgba(0, 0, 0, 0.8) !important ;
	background:#000;
	width:545px;
	height:65px;
	padding:10px;
	margin:0;
	position:absolute;
	bottom:12px;

}

.second-slide .slider-textbox p{
	font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;	
	padding:0;
	margin:0;
	text-shadow:1px 1px 1px #000;
}

.second-slide .slider-textbox a{
	color:#0085CC;
	text-decoration:none;
}

.second-slide .hover-arrow {
	background:url(/assets/images/implementation/hover-arrow.png) no-repeat 0 4px;
	width:10px;
	height:10px;
}

/* End Second Slide */

/* Third Slide */

.third-slide {
	background:url(/assets/images/implementation/slide-03.jpg) no-repeat 0 0;
	width:650px;
	height:320px;
	float:left;
	color:#FEFEFE;
}

.third-slide h2 {
	font-family:'Trajan Pro', arial, sans-serif;
	font-size:32px;
	color:#FEFEFE;
	margin:0;
	padding:0;
	line-height:150%;
	text-shadow:1px 1px 1px #000;
	letter-spacing:-1px;
}

.third-slide .slider-textbox {
	width:450px;
	height:250px;
	padding:10px;
	margin:15px 0 0 180px;
	background:none !important;
	line-height:150%;
}

.third-slide .slider-textbox p{
	font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size:15 px;	
	padding:5px 0;
	margin:0;
	text-shadow:1px 1px 1px #000;
	width:400px;
}

/* End Third Slide */

/* Home signup form */

.home-signup {
	width:290px;
	padding:15px 15px 15px 20px;
	float:left;
}

.home-signup h3{
	font-family:'Trajan Pro', arial, sans-serif;
	font-size:18px;
	color:#333;
	margin:0;
	padding:0;
	line-height:150%;
	text-shadow:1px 1px 1px #FEFEFE;
}

.home-signup .login-button{
	display:block;
	margin-top:10px;
}

form.home-slide p.privacy{
	color:#333;
	font-size:13px;
	float:left !important;
	margin:16px 0 0 20px;
	
}

form.home-slide p.privacy a{
	color:#333 !important;
	text-decoration:underline;
}

form.home-slide input.field.text {
	background: #FEFEFE;
	color: #555;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 240px;
	font-size: 14px;
	color: gray;
	border: 1px solid #bfbfbf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:25px !important;
}

form.home-slide input:focus, form.home-slide textarea:focus {
	border-color:rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
 	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
 	-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
 	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

form.home-slide li {
	padding:0;
	margin:0;
	line-height:1em;
}

form.home-slide label.title{
	padding:0 0 5px;
}

form.home-slide li.buttons button{
	font-size: 13px;
	padding: 5px 15px 4px;
	letter-spacing: normal;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	width:150px;
}

form.home-slide li.buttons button{
	padding:5px;
	border: 1px solid #ec7c5e;
	background: #e54418;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(233,99,62)),
	    color-stop(1, rgb(229,68,24))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(233,99,62) 0%,
	    rgb(229,68,24) 100%
	);
	color: #FEFEFE;
	font-family: 'Myriad pro', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	width:148px;
	height:33px;
	margin:10px 0;
	float:left;
}

.or-line {
	margin:15px 0 10px;
}

.homepage .access {
	margin:-8px 0 0;
	width:980px;
}

.homepage .connect_fb, #index .access .connect_fb {
	width:978px;
}

/* End Home signup form */

/* End Homepage Slider */

/* Homepage Features */

.qj-home-benefits {
	background:url(/assets/images/implementation/homepage-benefits.jpg) no-repeat 0 -20px;
	margin:0;
	padding:0;
}

.qj-home-benefits .section ul li{
	background: url(/assets/images/implementation/white-checkbox.png) no-repeat 0 5px !important ;
	list-style:none;
	padding-left:25px;
}

.qj-home-benefits .section ul{
	margin-left:0;
}

body#aboutpage ._main ._wrapper {
	width: 980px !important;
	background: #000 !important;
}

.about-quantum {
	background:url(/assets/images/implementation/about-quantum.jpg) no-repeat 0 -25px;
	margin:-20px -20px 0 0 ;
	padding:10px 0 0 ; 
}

.glow-timer {
	background:url(/assets/images/implementation/glow-timer.jpg) no-repeat 0 0;
	margin-left:-20px;
	padding:0 0 10px;
}

.seminar-gallery{
	background:url(/assets/images/implementation/seminar-gallery.jpg) no-repeat 0 0;
	margin-right:-20px;
	padding:0; 
}

.homepage-about-qj #footer-dna, .game #footer-dna, .results #footer-dna {
	color: #565656;
	margin: 20px 0 0 0;
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
}

.homepage-about-qj  #footer-dna .col-two, .game #footer-dna .col-two, .results #footer-dna .col-two {
	padding-left:50px !important;
}

.features-burt {
	background:url(/assets/images/implementation/features-burt.jpg) no-repeat 10px 80px;
	margin:-20px -20px 0 0 ;
	padding:10px 0 10px ; 
}

.burt-kahuna {
	background:url(/assets/images/implementation/burt-kahuna.jpg) no-repeat 10px -10px;
	margin-left:-20px;
	padding:0 0 20px;
}

.ying-yang {
	background:url(/assets/images/implementation/ying-yang.jpg) no-repeat 0 0;
	margin-right:-20px;
	padding:10px 0 10px ; 
}

.seminar-review-photo {
	background:url(/assets/images/implementation/seminar-review-photo.jpg) no-repeat 0 -10px;
	margin-left:-20px;
	padding:0 0 20px;
}

.photo-camera {
	background:url(/assets/images/implementation/photo-camera.jpg) no-repeat 0 0;
	margin-right:-20px;
	padding:0 0 20px;
}

.universe-planet {
	background:url(/assets/images/implementation/universe-planet.jpg) no-repeat -5px 0;
	margin-left:-20px;
	padding:0 0 20px;
}

.video-player{
	border:1px solid #4d4d4d;
	width:560px;
	height:315px;
}

.home-divider {
	background: url(/assets/images/implementation/divider.png) no-repeat 50% 0;	
	margin:-45px 0 0;
	padding:0 0 30px ;
	width:883px;
	height:71px;
}

#implementation p.caption {
	color: #EEE;
	font-size: 12px;
	padding: 6px 0 0;
	margin:25px 0 0;
}

.live-seminars{
	border: 6px solid #FEFEFEFFF !important;
	margin:15px 0 0 -15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	position: absolute;
    z-index: 11;
	transform:rotate(-7deg);
	-ms-transform:rotate(-7deg); /* IE 9 */
	-moz-transform:rotate(-7deg); /* Firefox */
	-webkit-transform:rotate(-7deg); /* Safari and Chrome */
	-o-transform:rotate(-7deg); /* Opera */
}

/* End Homepage Features */
.video_likefm h1 {
	color: #C579D8;
	font-size: 32px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.video_likefm h1 span {
	color: #C579D8;
	font-size: 50px;
	display: block;
}

.aftertitle_sep {
	background: url(/mindvalley/media/images/a/aftertitle_sep.png) no-repeat;
	width: 628px;
	height: 24px;
	margin: 20px auto;
}

.aftertitle_sep_white {
	background: url(/assets/images/a/aftertitle_sep_white.png) no-repeat;
	width: 628px;
	height: 24px;
	margin: 20px auto;
}

.socialbtn_to_page_wrap {
	width: 500px;
	margin: 0 auto;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #222222;
}
.socialbtn_to_page {
	margin: 0 auto;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #2f2f2f;
	padding: 20px 0;
}

/*.getsocial.horizontal {
	background: none;
	float: none;
	border: none;
	margin: 0 auto !important;
	width: 270px;
}
.getsocial.horizontal .sharebutton {
	margin: 0;
	width: 55px;
	height: 62px;
	padding-left: 10px;
	float: left;
}*/

p.getsocial-title {
	text-align: center;
	font-style: italic;
	color: #B5B5B5;
	font-size: 16px;
	padding: 0;
	margin-bottom: 5px;
}

.video_wrap_830,
.video_wrap_420,
.video_wrap_560 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	width: 830px;
	height: 467px;
	background: #FFF;
	padding: 1px;
	margin: 0 auto;
}

.video-wrap-caption {
	margin: 0 auto;
	width: 420px;
	height: 280px;
	background: #FFF;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.slider-video {
	background: #020208 url(/assets/images/implementation/slider-video-bg.jpg) no-repeat 0 0;
	height:322px;
	width:652px;
}

.slider-video .mediaplayer {
	padding:24px 0 0 100px;
	width:450px;
	height:250px;
}

.slider-video .mediaplayer > div {
	overflow:hidden;
	border:1px solid #565656;
}

.slider-video object {
	height:250px !important;
}

.slider-video-test{
	overflow:hidden;
	border:1px solid #565656;
	height:320px;	
}

body#implementation.lp-slider {
	text-align: center;
	background: #020208 url(images/a/upsell-bg-src.png) no-repeat 50% 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.lp-slider .access form.asu.wide li.buttons button  {
	font-size: 13px;
	padding: 5px 15px 4px;
	letter-spacing: normal;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	width:150px;
	margin:-2px 0 0 -30px;
}

.lp-slider form.asu li.buttons button{
	padding:5px;
	border: 1px solid #ec7c5e;
	background: #e54418;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(233,99,62)),
	    color-stop(1, rgb(229,68,24))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(233,99,62) 0%,
	    rgb(229,68,24) 100%
	);
	color: #FEFEFE;
	font-family: 'Myriad pro', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	width:148px;
	height:33px;
	margin:10px 0;
	float:left;
}

.lp-slider .access form.asu.wide p.privacy {
	color:#333;
	font-size:13px;
	float:left !important;
	margin:-20px 0 0 415px;
	position:relative;
	
}

.lp-slider .access form.asu.wide p.privacy a{
	color:#333 !important;
	text-decoration:underline;
}

.slider-prev {
	height: 56px;
	width: 28px;
	background: url(/assets/images/implementation/homepage-slider-prev.png) no-repeat 0 0;
	position:absolute;
	margin:130px 0 0 -28px;
	cursor:pointer;
}

.slider-next {
	height: 56px;
	width: 28px;
	background: url(/assets/images/implementation/homepage-slider-next.png) no-repeat 0 0;
	position:absolute;
	margin:130px 0 0 975px;
	cursor:pointer;
}

.cta-cover{
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	-o-transform: rotate(-3deg); /* Opera */
	-moz-transform: rotate(-3deg); /* Firefox */
	border:4px solid #FEFEFEFFF !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	position: absolute;
	top:28px;
	left:-15px;
	z-index: 11;
}

.slider-video-textbox {
	background: rgba(0, 0, 0, 0.8) !important ;
	background:#000;
	width:545px;
	height:60px;
	padding:10px;
	margin:241px 0 0 1px;
	position: absolute;
	z-index:999;
}

.slider-video-textbox h2 {
	font-family:'Trajan Pro', arial, sans-serif;
	font-size:25px;
	color:#FEFEFE;
	margin:0;
	padding:0;
	line-height:150%;
	text-shadow:1px 1px 1px #000;
}

form.home-slide li.buttons{
	margin:10px 0 0  ;
}

.slider-video-textbox p{
	font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;	
	padding:0;
	margin:0;
	text-shadow:1px 1px 1px #000;
	color:#FEFEFE;
}

.slider-form-caption{
	color: #999;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 9px;
}
/* End Homepage Features */


#special .access form.asu.wide p.privacy {
	bottom: 0px !important;
	color: #000000;
	position: absolute;
	right: 179px;
	text-align: left;
	text-transform: none;
	width: 18em;
}

/* 2012 new footer */


#footer-published-dna > .footer-Mindvalley {
	background: url(/assets/images/a/mv-footer-logo.png) no-repeat;
	width:93px;
	height:59px;
	margin:5px 50px 0 5px;
	float:left;
}

#footer-published-dna .footer-info p{
	line-height: 15px;
	margin-bottom: 10px !important;
	font-size:12px;
	color:#FEFEFE  !important;

	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
}

#footer-published-dna .footer-info a{
	color:#999999;
	text-decoration:none !important;
	font-weight:bold;
	border:0;
}

#footer-published-dna .footer-info a:hover;{
	text-decoration:underline;
}

#footer-published-dna {
	margin:20px 0 0 ;
}

/* end 2012 new footer */

/* reviews page style */

.reviews-video{
	margin:0 auto;
	padding:0;
	border:1px solid #636363;
	width:580px;
	height:350px;
}

.reviews-video-desc{
	text-align:center;
	color:#999;
	font-size:15px;
	margin:5px 0;
	font-style:italic;
}

.video-testimonial{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	background: #DBDBDB !important;
    background: rgba(255, 255, 255, 0.86);
    border: medium none;
	width:590px;
    padding: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.31);
}

.video-testimonial .reviews-video{
	margin:0 auto 15px;
	padding:0;
	border:1px solid #ccc;
	width:440px;
	height:255px;	
}
.video-testimonial  p{
	color: black;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
}
/* End reviews page style */

.footer_disclaimer{
	margin:15px 0 -30px;
}

.footer_disclaimer p {
	color:#858585;
	font-size:12px;
	line-height:1.2em;
}

/* Game page style */

.universe-planet.results{
	padding:10px 10px 25px;
}

.universe-planet.results a{
	color:#FEFEFE;
}

.access.game-quiz .asu.wide p {
	color: #463361;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size:13px !important;
	margin: 0 0 9px;
}

.access.game-quiz form.asu.wide p.privacy {
	bottom: 5px;
	color: #000000;
	position: absolute;
	right: 30px !important;
	text-align: left;
	text-transform: none;
	width: 18em;
	font-size:12px !important;
	
}

.access.game-quiz .asu.wide h4 {
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	width:400px;
	letter-spacing:-0.5px;
	margin:-15px 0 0 -15px; 
}

.access.game-quiz .asu.wide{
	margin-left:565px;
}

.top_form .access {
	height:160px;
}

.top_form .game_results_form form.asu.wide p.privacy{
	margin: 0;
	position: relative;
	top: -5px;
	left: 2px;
	text-shadow: #FEFEFEfff 1px 1px 1px;
	color:#464646;
}


.top_form .game_results_form {
	background:none;
	border-top:#79337b dashed;
	border-bottom:#79337b dashed;
}

.top_form .game_results_form .result_form{
	margin:0 25px 0 0;
}

.top_form .game_results_form .arrow {
	background:none;
	top:0px;
	left:15px;
}

.top_form .game_results_form .asu.wide{
	margin:20px 0 0 480px;
}
.top_form .game_results_form .result_form .asu{
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background: #FEFEFEfff; /* Old browsers */
	background: -moz-linear-gradient(top,  #FEFEFEfff 0%, #cccccc 99%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFEfff), color-stop(99%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FEFEFEfff 0%,#cccccc 99%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FEFEFEfff 0%,#cccccc 99%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FEFEFEfff 0%,#cccccc 99%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #FEFEFEfff 0%,#cccccc 99%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFEfff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
}

.top_form .game_results_form .result_form form.asu input.field.text {
	background-color: #FEFEFEfff;
}

.top_form .game_results_form .asu.wide ol {
	margin-left: 0em;
}

.top_form .game_results_form .asu.wide ol li {
	display:inline-block;
	padding:0 3px 0 0;
}

.top_form .game_results_form a.button, .top_form .access form.asu li.buttons button {
	border: 2px solid #ff6633;
	background: #ff6633;
	color: #FEFEFEfff;
	text-shadow:none;
	padding:10px 0 8px 0;
	text-transform: none;
}

.top_form .game_results_form form.asu input.field.text{
	width:240px;
	height:22px;
}

.top_form .game_results_form form.asu label.title{
	line-height: 1.5em;
}

.top_form .game_results_form .asu.wide {
	padding:15px 10px 15px 20px;
}
/* End Game page style */

/*Audio Button Start*/
.daywithburt_audio {
	margin-bottom: -60px;
	height: 80px;
	width: 80px;
	position: absolute;
	z-index: 111;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    border: 0 !important;
}

.ui-widget-header{
    background: none !important;
    border: 0 !important;
}
.ui-icon {
        display:block;
		float:left;
}
.ui-icon-pause,
.ui-icon-play {
        background: url(http://www.chakrahealing.com/blog/wp-content//uploads/2011/01/audiobutton-sprite.png) no-repeat 0 0 !important;
        display: block;
		float:left;
        width: 80px;
        height: 80px;
        cursor: pointer;
        margin: 0;
        opacity: 0.6;
        -webkit-transition: opacity 0.2s ease-in;
        -moz-transition: opacity 0.2s ease-in;
}
.ui-icon-play:hover,
.ui-icon-play:active {
        opacity: 1;
}
.ui-icon-pause {
        background-position: -80px 0 !important;
}
.ui-icon-pause:hover,
.ui-icon-pause:active {
        opacity: 1;
}
.button-text{
    display: none;
}

/*Audio Button End*/


/* ----- Signup Form - New Design --------- */

/* Common Edits */

.accessVertical,
.accessHorizontal {
	background: #f1f1f1;
	font-family: 'Droid Sans', arial, sans-serif;
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#6e6e6e;
}

.accessHorizontal .purplebanner,
.accessVertical .purplebanner {
	background: #8546b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8546b0 0%, #633288 72%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8546b0), color-stop(72%,#633288)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8546b0 0%,#633288 72%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8546b0 0%,#633288 72%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8546b0 0%,#633288 72%); /* IE10+ */
	background: linear-gradient(top,  #8546b0 0%,#633288 72%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8546b0', endColorstr='#633288',GradientType=0 ); /* IE6-9 */
	text-align: center;
	text-transform:uppercase;
	color:#FEFEFE;
}

form.asu.horizontal label.title,
form.asu.vertical label.title {
	text-transform:uppercase;
	font-size:14px;
}

form.asu.horizontal input.field.text,
form.asu.vertical input.field.text {
	width:200px;
	margin-top: 5px;
	border-radius: 3px;
}

form.asu.horizontal li.buttons button,
form.asu.vertical li.buttons button {
	font-size:13px;
	color:#FEFEFE;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	text-shadow:1px 1px 1px #808080;
	margin:12px 0 0;
	text-transform:normal;
	position:relative;
	padding:10px 30px 10px 10px;
}

form.asu.horizontal li.buttons span,
form.asu.vertical li.buttons span {
	position:absolute;
	width:20px;
	height:20px;
	top: 9px;
	right: 3px;
}

form.asu.horizontal li.buttons button,
form.asu.vertical li.buttons button {
	border: 1px solid #F5C751;
	background: #FFEB29;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(255,248,56)),
	    color-stop(1, rgb(255,205,6))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(255,248,56) 0%,
	    rgb(255,205,6) 100%
	);
	color: #003552;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.62);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	box-shadow: 0 2px 3px rgba(0,0,0,0.31);
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
}

form.asu.vertical li.buttons span,
form.asu.horizontal li.buttons span {
	background: url(/media/themes/images/a/buttoncheck.png) no-repeat 0 0;
}

/* Vertical Edit */

.accessVertical {
	width: 300px;
	margin:0 0 15px;
	left:10px;
}

.accessVertical .top img {
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	width:300px;
	margin: 0;
}

.accessVertical .purplebanner {
	padding: 10px 10px 0;
	height: 45px;
	margin:-2px 0 0;
}

.accessVertical .litdivider {
	border-bottom:1px solid #a9a9a9;
	width:250px;
	margin:-30px 25px 20px;
}

.accessVertical .bottom {
	padding:10px 25px;
}

.accessVertical .tellus {
	color:#71349f;
	text-transform:uppercase;
	padding:0 30px 0;
}

/* Horizontal Edit */

.accessHorizontal {	
	width: 630px;
}
.accessHorizontal .left {
	float: left;
	padding: 15px 340px 0 30px;
}

.accessHorizontal .right {
	height:178px;
}

.accessHorizontal .right img {
	border-radius:0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	position: absolute;
	right: 0;
	margin: 0;
}

.accessHorizontal .purplebanner {
	padding: 0 20px;
	height: 55px;
}

/* Form */

form.asu.vertical {
	background:#f1f1f1;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	padding:0 30px 10px;
}

form.asu.vertical label.title {
	color:#8f8f8f;
}

form.asu.vertical input.field.text {
	-webkit-box-shadow: inset 0 2px 10px #D1D1D1;
	-moz-box-shadow: inset 0 2px 10px #D1D1D1;
	box-shadow: inset 0 2px 10px #D1D1D1;
	width:230px !important;
	border:1px solid #d1d1d1;
	height:22px;
}

form.asu.vertical li.buttons button {
	float:right;
}

form.asu.vertical p.privacy,
form.asu.vertical p.privacy a {
	font-size:13px !important;
	text-align:left;
	line-height:1.3em;
	color:#a4a3a3;
	margin:10px 0;
	width:70px;
}

form.asu.horizontal {
	background:#9966cc;
	border-top:1px solid #75339f;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	padding:10px 15px 15px;
}

form.asu.horizontal label.title {
	color:#FEFEFEFFF;
}

form.asu.horizontal ol li {
	width:225px;
	float:left;
}

form.asu.horizontal ol li.buttons {
	width:145px;
}

form.asu.horizontal p.privacy,
form.asu.horizontal p.privacy a {
	color: #dddddd;
	margin:50px 0 0;
	font-size:12px !important;
	font-weight:bold;
}

/* -- Thrillist -- */

body#lp.subconscious-2 {
	background: #020208 url(images/a/thrillbg.jpg) repeat-x 50% 40px;
}

.fold.thril_list {
	background: rgba(2, 2, 8, 0.6);
	min-height:400px;
	font-family: 'Maven Pro', arial, sans-serif;
	color:#FEFEFE;
}

.fold.thril_list h1,
.fold.thril_list h2,
.fold.thril_list h3 {
	color:#FEFEFE;
}

.fold.thril_list h4,
.fold.thril_list h5,
.fold.thril_list h6 {
	color:#828282;
}

.fold.thril_list .sub_right_block {
	padding-right: 16px;
}

.fold.thril_list a.proceed,
.fold.thril_list button.proceed {
	font-family: "Helvetica Neue", Arial, Helvetica;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
  text-shadow: 1px 0px 5px #ff8e04;
  filter: dropshadow(color=#ff8e04, offx=1, offy=0);
	color:#FEFEFE;
	width:420px;
	display:block;
	overflow:hidden;
	background: rgb(255,190,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,190,42,1) 45%, rgba(255,144,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,190,42,1)), color-stop(100%,rgba(255,144,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,190,42,1) 45%,rgba(255,144,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,190,42,1) 45%,rgba(255,144,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,190,42,1) 45%,rgba(255,144,24,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,190,42,1) 45%,rgba(255,144,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe2a', endColorstr='#ff9018',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow:  0px 5px 2px 0px rgba(255, 72, 0, 1);
  box-shadow:  0px 5px 2px 0px rgba(255, 72, 0, 1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding: 14px 0 12px;
	margin:0 auto;
	cursor:pointer;
}

/*.fold.thril_list a.proceed.next-step*/
.thril_list.customize {
  display:none;
}

.fold.thril_list a.proceed:hover {
	
}

.fold.thril_list .thrill_list_center {
	width:660px;
	margin:0 auto;
}

.thrilllist-video {
	border:1px solid #433d45;
	margin:0 auto;
	display:block;
	width: 427px;
	height: 240px;
	margin: 0 20px;
}

/* upsell progress-banner */
.upsell {
	margin: -8px 0 0 0;
}

.upsell .progress-banner,
.upsell .progress-banner-1,
.upsell .progress-banner-3 {
	height: 62px;
	width: 940px;
	background: transparent;
	padding: 0;
	margin: 0 auto;
}

.upsell .progress-banner .step1,
.upsell .progress-banner .step2,
.upsell .progress-banner .step3,
.upsell .progress-banner-1 .step1,
.upsell .progress-banner-1 .step2,
.upsell .progress-banner-1 .step3,
.upsell .progress-banner-3 .step1,
.upsell .progress-banner-3 .step2,
.upsell .progress-banner-3 .step3 {
	height: 62px;
	float: left;
	color: white;
}

.upsell .progress-banner .step1 {
	width: 313px;
	background: #999;
}

.upsell .progress-banner .step2 {
	width: 314px;
	background: #7e2f88 url(images/arrow-upsell-darkgray.png) no-repeat left center !important;
}

.upsell .progress-banner .step3 {
	width: 313px;
	background: #999 url(images/arrow-upsell-purple.png) no-repeat left center !important;
}

.upsell .progress-banner-3 .step1 {
	width: 313px;
	background: #999;
}

.upsell .progress-banner-3 .step2 {
	width: 314px;
	background: #999 url(images/arrow-upsell-darkgray.png) no-repeat left center !important;
}

.upsell .progress-banner-3 .step3 {
	width: 313px;
	background: #7e2f88 url(images/arrow-upsell-darkgray.png) no-repeat left center !important;
}

.upsell .progress-banner-1 .step1 {
	width: 313px;
	background: #7e2f88;
}

.upsell .progress-banner-1 .step2 {
	width: 314px;
	background: #999 url(images/arrow-upsell-purple.png) no-repeat left center !important;
}

.upsell .progress-banner-1 .step3 {
	width: 313	px;
	background: #999 url(images/arrow-upsell-lightgray.png) no-repeat left center !important;
}

.upsell .progress-banner p {
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: normal;
	font-size: 1em !important;
	color: #FEFEFE !important;
	margin: 0 !important;
	line-height: 1.6em !important;
	text-shadow: none !important;
}

.upsell .progress-banner p,
.upsell .progress-banner-1 p,
.upsell .progress-banner-3 p {
	display: block;
	padding: 9px 40px 0 40px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-shadow: -1px -1px 3px rgba(0,0,0,0.31);
}

.upsell .progress-banner .step1 p,
.upsell .progress-banner-1 .step1 p,
.upsell .progress-banner-3 .step1 p {
	padding: 12px 24px 0 24px !important;
}

.upsell .progress-banner p span,
.upsell .progress-banner-1 p span,
.upsell .progress-banner-3 p span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: -6px;
}

/* end upsell progress-banner */

/* qj2 upsell page redesign from thousand year old design */
.main.upsell p,
.main.upsell li,
.main.upsell .section p,
.main.upsell.section ol li,
.main.upsell.section ul li {
	font-size: 15px;
	line-height: 1.5em;
}

#uber .fold1.upsell_fold .box.wide {
	width: 670px;
}

.fold1.upsell_fold h2,
.fold1.upsell_fold h3,
.fold1.upsell_fold h4 {
	line-height: 1.2em;
}

.fold1.upsell_fold h2 {
	color: #FEFEFE;
}
.fold1.upsell_fold h4 {
	color: #d8c4f8;
}

.godeeper {
	background: url(/assets/images/qj2/upsell/go-deeper.jpg) 100% 100% no-repeat;
	padding: 0 20px 60px 20px;
	margin: 0 -20px;
}

.bubble-orange {
	width: 220px;
	height: 250px;
	background: url(/assets/images/qj2/upsell/bubble-orange.png) 100% 100% no-repeat;
	margin: 0 auto;
	padding: 80px 55px 0 55px;
	
	font-family: Georgia, serif;
	font-size: 26px;
	color: #000;
	text-align: center;
	line-height: 28px;
	letter-spacing: -1px;
}

.zorro-line {
	width: 670px;
	position: relative;
	margin: 0 auto 50px;
	padding: 30px 0;
}

.zorro-line:before {
	position: absolute;
	content: url("/assets/images/qj2/upsell/zorro-line-top.png");
	top: -45px;
	left: 50%;
	margin-left: -390px;
}

.zorro-line:after {
	position: absolute;
	content: url("/assets/images/qj2/upsell/zorro-line-btm.png");
	bottom: -45px;
	left: 50%;
	margin-left: -390px;
}

.nummer {
	min-height: 35px !important;
	padding: 0 0 0 50px !important;
}

.nummer p > span:first-child {
	display: inline-block;
	width: 32px;
	height: 27px;
	margin: 0 15px -15px -50px;
	padding: 5px 0 0 0;
	
	color: #000;
	font-size: 18px;
	font-style: italic;
	text-align:center;
	text-shadow: none;
	
	background: url(/assets/images/qj2/upsell/nummer.png) 50% 50% no-repeat;
}

.qj2speaks {
	background: url(/assets/images/qj2/upsell/qj2-speaks.jpg) 0 20px no-repeat;
	margin: 0 -20px;
	padding: 0 20px 30px 20px;
}

.wrap.fingerbulb {
	background: url(/assets/images/qj2/upsell/finger-bulb.jpg) 100% 50% no-repeat;
	min-height: 340px;
	margin: 0 -20px;
	padding: 40px 20px 20px 20px;
}

.wrap.qj2intro {
	background: #051949 url(/assets/images/qj2/upsell/bg-qj2-intro.jpg) 50% 100% no-repeat;
	margin: 0 -20px;
	padding: 30px 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.qj2intro h2 {
	color: #539dff;
}


.qj2intro h3 {
	color: #FEFEFE;
}

.qj2intro ul, .qj2intro ul li,
.productqj2 ul, .productqj2 ul li {
	list-style: square;
	margin-left: 0;
	padding: 0;
}

p.ihighlight {
	color: #FEFEFE;
	font-size: 18px !important;
	font-style: italic;
	line-height: 1.2em !important;
}

.productqj2 {
	padding: 50px 0 20px;
	margin: 0 -20px;
	position: relative;
}

.productqj2 h3 {
	color: #539dff;
}

.order-qj2 h4 {
	color: #C452C4;
	margin-bottom:15px;
}

.order-qj2 {
	background: url(/assets/images/qj2/upsell/arrow-down-to-qj2-order.png) 50% 0 no-repeat;
	padding: 40px 0 20px;
}

.order-qj2 .right-aside .leftcol {
	width: 570px !important;
}

.order-qj2 .right-aside .rightcol {
	width: 370px !important;
}

.qj2-addpurchase .add-purchase p,
.qj2-addpurchase .add-purchase p a {
	color: #555;
}

.qj2-addpurchase .add-purchase #newnew {
	padding: 0;
	margin: 0;
}
.qj2-addpurchase .add-purchase #newnew.app.generic button {
	background: url(/media/themes/prodigy/images/addtocart.png) 0 0 no-repeat transparent !important;
	width: 232px;
	height: 58px;
	cursor: pointer;
	text-indent: -1000px;
}

/* qj2 upsell page redesign from thousand year old design */


/* Scrollable */
#slider-container, #slider-container_ > div {
	border: 0;
	width: 980px;
	height: 380px;
	overflow: hidden;
	position: relative;
	padding: 50px 0 20px 0;
}

#slider-container_ > div {
	border: 0;
  display:inline-block;
  width: 980px;
	height: 380px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

#slider-container_ {
  width:10000px;
}

#slider-container_ .leftcol {
	width: 48% !important;
	padding: 2% 0 0 2%;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(/assets/images/qj2/upsell/controller-left-right.png) no-repeat;
	display: block;
	width: 25px;
	height: 50px;
	float: left;
	margin: 25px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 				{ background-position: 0 -50px; clear:right; margin-right: 20px;}
a.right:hover 	{ background-position: -25px -50px; }
a.right:active 	{ background-position: -50px -50px; } 


/* left */
a.left					{ margin-left: 20px; } 
a.left:hover  	{ background-position: -25px 0; }
a.left:active  	{ background-position: -50px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://s10.mindvalley.us/unlimitedabundance/media/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;*/
	cursor: default;
} 	

a.left.disabled {
	background-position: -75px 0;
}

a.right.disabled {
	background-position: -75px -50px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 840px;
	height:120px;

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(http://s1.mindvalley.us/unlimitedabundance/media/images/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width: 860px;
}


/* single scrollable item */
.scrollable .items .rollover {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 10px;
	padding: 10px;
	color: #FEFEFE;
	background: #000;
	opacity:0.7;
	width: 80px;
	height: 80px;
	
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

.scrollable .items a {
  position:relative;
  float:left;
}

.scrollable .items img {
	float:left;
	margin: 0 10px;
	background-color:#444;
	padding: 0px;
	width: 100px;
	height: 100px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* End Scrollable */


/* QJ new funnel - LP/index-1 */

body#lp.index-1,
body#lp.index-2,
body#online.lessons.what-is-quantum-jumping,
body#online.lessons.what-is-quantum-jumping-1,
body#online.lessons.what-is-quantum-jumping-2,
body#online.lessons.what-is-quantum-jumping-3,
body#online.lessons.what-is-quantum-jumping-4,
body#online.lessons.what-is-quantum-jumping-6,
body#online.lessons.what-is-quantum-jumping-7,
body#online.lessons.your-first-quantum-jump-1,
body#online.lessons.your-first-quantum-jump-2,
body#online.lessons.visitors-with-burt-goldman-1,
body#online.lessons.visitors-with-burt-goldman-2,
body#special.dollar-trial-1,
body#special.dollar-trial-2,
body#special.dollar-trial-3,
body#special.index-1,
body#online-training.webinar-preparation,
body#online-training.webinar-preparation-1,
body#online-training.webinar-access,
body#online-training.webinar-access-a,
body#online-training.webinar-access-b,
body#online-training.webinar-access-1,
body#online-training.webinar-access-1-a,
body#online-training.webinar-access-1-b,
body#online-training.webinar-replay,
body#online-training.webinar-replay-1,
body#online-training.webinar-invite-2,
body#online-training.webinar-invite-3,
body#online-training.webinar-invite-4,
body#special.index-6,
body#special.index-7,
body#special.index-8,
body#products,
body#lp.subconscious-2 {
	background: #020208 url(/media/themes/images/a/qjfunnelbg-2.jpg) repeat-x 50% 40px;
}

body#products.index-archive {
	background: #020208 url(images/a/bg.jpg) no-repeat 50% 40px;
}

.arrows-wrap {
	max-width:980px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.arrows-wrap img {
	position:absolute;
	
}

/* New signup form with Burt Face */

.access.wburt {
	background: #FEFEFE url(/assets/images/lp/LPsignupbg.jpg) repeat 0 0;
	border:4px solid #686868;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 755px;
	margin: 0 auto;
	top:80px;
	height: 207px;
}
.access.wburt .qj {
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	position: absolute;
	top: -4px;
	left: 0;
}

.access .spribbion {
	background: transparent url(/assets/images/lp/spform-ribbion.png) no-repeat top center;
	position: absolute;
	top: -60px;
	left: -30px;
	z-index: 999;
	width:817px;
	height:71px;
	text-indent:-9999px;
}

.access .spleft {
	background: transparent url(/assets/images/lp/sp-divider.png) no-repeat 238px -7px;
	position: absolute;
	height: 207px;
	top: 0;
	left: 0;
	width: 280px;
}

.access .asu.burt {
	background: none;
	margin-left: 260px;
	padding: 22px 10px 0;
}

.access .asu.burt h4 {
	font-family: "Myriad Pro","Droid Sans", Arial, Helvetica;
	font-size: 16px;
	color: #484848;
	line-height:1.4em;
	width:380px;
	letter-spacing:-0.5px;
	margin:0 0 10px;
}

.access .asu.burt p.privacy {
	bottom: 5px;
	color: #484848;
	position: absolute;
	right: 40px;
	top: 140px;
	margin:0;
	padding:0;
	height:20px;
	text-align: center;
	text-transform: none;
	width: 10em;
}

.access .asu.burt p.privacy a {
	color: #484848;
}

.access.wburt p.joined {
	color:#9f2a6a;
	font-family: "Myriad Pro","Droid Sans", Arial, Helvetica;
	font-size:16px;
	margin:0;
	position: absolute;
	top: 175px;
	left: 270px;
}

form.asu.burt input.field.text {
	background: #FEFEFE;
	-webkit-box-shadow: inset -1px 2px 2px 1px rgba(167, 167, 167, 0.6);
	box-shadow: inset -1px 2px 2px 1px rgba(167, 167, 167, 0.6);
	color: #a7a7a7;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 275px;
	height: 25px;
	border:0;
	font-size: 16px;
	padding: 5px;
}

form.asu.burt li.buttons {
	position:relative;
	top:-95px;
	float:right;
}

form.asu.burt li.buttons button {
	padding: 10px 20px;
	width: 183px;
	border: 5px solid #cacaca;
	color: #414141;
	font-size: 16px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.62);
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
}
.fm200 form ul {
	color:  #000;	
	list-style: disc;
	margin-left: 2em;
}
.fm200 form ul li {
	list-style: disc;
	padding-bottom: 5px;
}

.fm200-badge{
	position:relative;
}

/* End - QJ new funnel - LP/index-1 */

._qjabox {
	width:  600px;
	margin:  20px auto;	
	padding:  10px;
}
._qjabox a {
	color: #C452C4;
	text-shadow: none;
}


/* thrirty-percent-offer badge */

.thrirty-offer-cta {
	background: #ff9600 url(/assets/images/30-off-button-highlight.png) no-repeat 50% -7px;
	border: 2px solid #c47300;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin: 20px auto;
	padding: 13px 56px;
	color: #FFF;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	width: 480px;
	/*-webkit-transition: background 0.2s ease-out;
		-moz-transition: background 0.2s ease-out;
		-o-transition: background 0.2s ease-out;
		transition: background 0.2s ease-out;*/
}

.thrirty-offer-cta span {
	font-size: 28px;
	font-weight: bolder;
	display: block;
}

.thrirty-offer-cta:hover {
	border: 2px solid #ff9600;
}

/* End - thrirty-percent-offer badge */


/* QJ 2 Styling */


#online-training.webinar-invite {
	background: #020208 url(/assets/images/qj2/_bg-qj.jpg) no-repeat 50% 70px;
}

#online-training.webinar-invite .main {
	padding-top: 0;
}

/* QJ2 Signup Form */

.access.qj2 {
	background: transparent;
	width: 980px;
	margin: 0 -20px;
	position: relative;
	height: 292px;
}

.access.qj2 .arrow {
	background: url(/assets/images/qj2/_signup-arrow-bg.png) no-repeat 100% 0;
	height: 292px;
	width: 626px;
	
}

.access.qj2 .arrow .burt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.access.qj2 .arrow h3,
.access.qj2 .arrow p.signuptxt {
	position: relative;
	z-index: 11;
	color: #191919;
	text-shadow: none;
}

.access.qj2 .arrow h3 {
	font-size: 26px;
	text-transform: none;
	margin: 62px 100px 8px 160px;
}

.access.qj2 .arrow p.signuptxt {
	font-size: 18px;
	line-height: 28px;
	margin: 0px 60px 8px 160px !important;
}

.access.qj2 .asu.wide {
	background: url(/assets/images/qj2/_signup-purple-bg.png) no-repeat 100% 0;
	width: 408px;
	height: 272px;
	margin: 0 !important;
	padding: 20px 0 0;
	position: absolute;
	right: 0;
}

.access.qj2 .asu.wide h4 {
	color: #ecbb57;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 0 0 0 15px;
}

.access.qj2 .asu.wide ol {
	margin: 20px 0 0 75px;
}

.access.qj2 .asu.wide ol li {
	margin: 0 0 10px 0;
	padding: 0;
}

.access.qj2 .asu.wide ol li.buttons {
	margin-right: -8px;
}


.access.qj2 form.asu.wide label.title {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 3px;
}

.access.qj2 form.asu.wide input.field.text {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}

.access.qj2 form.asu.wide p.privacy {
	font-family: 'Droid Sans', arial, sans-serif;
	color: #FFF;
	width: auto;
	right: 230px;
	bottom: 13px;
}

.access.qj2 form.asu.wide p.privacy a,
.access.qj2 form.asu.wide p.privacy a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.access.qj2 form.asu.wide li.buttons button,
.access.qj2 form.asu.oldside li.buttons button {
	background: #ffe703; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffe703 42%, #dc9930 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(42%,#ffe703), color-stop(100%,#dc9930)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffe703 42%,#dc9930 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffe703 42%,#dc9930 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffe703 42%,#dc9930 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffe703 42%,#dc9930 100%); /* W3C */
	
	font-family: "Helvetica Neue", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	
	padding: 8px 35px;
	letter-spacing: normal;
	border: 2px solid #bf0001;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	width: auto;
	position: relative;
	top: 0px;
	right: 70px;
}

.access.qj2 form.asu.wide li.buttons button:hover {
	background: #ffe703; /* Old browsers */
}

.access.qj2 form.asu.wide li.webtime input[type="radio"],
.access.qj2 form.asu.oldside li.webtime input[type="radio"] {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 10px;
}

.access.qj2 form.asu.wide li.webtime label,
.access.qj2 form.asu.oldside li.webtime label {
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF !important;
	text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.5);
	display: block;
	margin-bottom: 5px;
}

/* End - QJ2 Signup Form */



/* New Ignite Standards Implementations */

._fullwidth {
	width: 960px;
	margin: 0 -20px 0;
	padding: 0px 10px;
  position: relative;
}

._fullwidth ._centered {
	margin-bottom: 0;
}

._section {
  position: relative;
  /*margin: 0 auto;
  overflow: hidden;*/
}

._absult {
	position: absolute;
	z-index: 11;
}

._nomargin {
	margin:0 !important;
}

._nopadding {
	padding: 0 !important;
}

._visible,
._visible ._col {
	overflow: visible;
	position: relative;
}

._hidden {
  display: none;
}

._clear {
	clear: both;
}

.txtwhite {
	color: #FFF !important;
	text-shadow: none !important;
}

.txtblack {
	color: #000 !important;
}

.txtpurple {
	color: #730e3d !important;
}

.txtgrey {
	color: #555 !important;
}

.txtred {
	color: #900 !important;
	letter-spacing: -1px;
}

.txtblue {
	color: #03A !important;
	letter-spacing: -1px;
}

.txtpurple {
	color: #C452C4 !important;
	letter-spacing: -1px;
}

/* End - New Ignite Standards Implementations */


/* Video Bar */

.video-banner {
		width: 902px;
		background: transparent;
		margin: 0 auto !important;
		padding: 0;
		overflow: hidden;
}

.video-banner .step1,
.video-banner .step2,
.video-banner .step3 {
	width: 280px;
	margin: 0 1px 0 0;
	padding: 4px 0 4px 20px;
	float: left;
	color: #FFF;
}

.video-banner span.icon {
	height: 16px;
	width: 16px;
	float: left;
	margin: 12px 12px 12px 0;
}

.video-banner span.icon.white {
	background: url(/assets/images/lp/video-icon.png) no-repeat 0 0;
}

.video-banner span.icon.grey {
	background: url(/assets/images/lp/video-icon.png) no-repeat -36px 0;
}

.video-banner .step1,
.video-banner .step2,
.video-banner .step3 {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 6%, #d6d6d6 64%, #d9d9d9 87%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(6%,#dcdcdc), color-stop(64%,#d6d6d6), color-stop(87%,#d9d9d9), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 6%,#d6d6d6 64%,#d9d9d9 87%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 6%,#d6d6d6 64%,#d9d9d9 87%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 6%,#d6d6d6 64%,#d9d9d9 87%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 6%,#d6d6d6 64%,#d9d9d9 87%,#f1f1f1 100%); /* W3C */
	color: #989797;
}

.video-banner .step1.active,
.video-banner .step2.active,
.video-banner .step3.active {
	background: #956e8f; /* Old browsers */
	background: -moz-linear-gradient(top,  #956e8f 0%, #6f515e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#956e8f), color-stop(100%,#6f515e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #956e8f 0%,#6f515e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #956e8f 0%,#6f515e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #956e8f 0%,#6f515e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #956e8f 0%,#6f515e 100%); /* W3C */
	color: #FFF;
}

.video-banner .step3 {
	margin: 0;
}

.video-banner p {
	display: block;
	margin: 0;
	/*padding: 12px 40px;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.video-banner p span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: -6px;
}

.vs-popup {
	background: url(/assets/images/lp/qj2/pop-up-bg.png) 50% 0 no-repeat;
	padding: 40px 0;
	margin: 0 auto;
	width: 515px;
	-moz-box-shadow:  1px 1px 100px 8px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:  1px 1px 100px 8px rgba(0, 0, 0, 0.8);
	box-shadow:  1px 1px 100px 8px rgba(0, 0, 0, 0.8);
}

.vs-popup p {
	font-size: 22px;
	line-height: 32px;
	color: #FFF;
	text-shadow: 1px 2px 1px #155974;
	-webkit-text-shadow: 1px 2px 1px #155974;
	width: 470px;
	margin: 0 auto;
}

/* End - Video Bar */



/* QJ2 - Main */

.main.qj2 {
	background: #000;
}

.main.qj2 .video-intro-lp {
	background: url(/assets/images/lp/qj2/qj-intro-bg.jpg) 0 0 no-repeat;
	min-height: 524px;
}

.main.qj2 .video_wrap_610 {
	width: 610px;
	height: 340px;
	background: #737373;
	padding: 1px;
	margin: 0 auto;
}

.main.qj2 .video_wrap_418 {
	width: 418px;
	height: 230px;
	background: #dfdfdf;
	padding: 1px;
	margin: 0 auto;
}

.main.qj2 ul.check-mark-qj2 li {
	border: 0;
	padding-left: 30px;
	background-image: url(/assets/images/lp/qj2/shin-tick.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

	/* QJ2 Side Signup form */

	form.asu.side {
		background: none !important;
	}
	
	.access form.asu.side h4 {
		text-align: center;
		font-size: 14px !important;
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		width:400px;
		letter-spacing:-0.5px
	}
	
	.access form.asu.side p {
		color: #463361;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		margin: 0 0 9px;
	}
	
	form.asu.side label.title {
		color: #000;
		font-family: 'Droid Sans', arial, sans-serif;
		line-height: 1em;
		letter-spacing: normal;
	}
	
	form.asu.side input.field.text {
		-webkit-box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
		box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
		background-color: #FFF;
		color: #aaaaaa;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		width: 272px;
		font-size: 19px;
		letter-spacing: normal;
		padding: 7px 10px;
		border-radius: 24px;
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
	}
	
	form.asu.side li.buttons button {
		background: none !important;
		border: 0;
		text-shadow: none;
		box-shadow: none  !important;
		padding: 0;
		margin: 0;
		width: 100% !important;
		min-width: 290px !important;
	}

	form.asu.side li.buttons button:hover {
		color: #456C81;
		box-shadow: none;	
	}

	form.asu.side p.privacy,
	form.asu.side p.privacy a {
		font-family: 'Open Sans', arial, sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #FFF;
	}
	
	/* End - QJ2 Side Signup form */

.know-more-lp {
	width: 980px;
	padding: 0;
	margin: 0 -20px 0;
	overflow: hidden;
}

	.know-more-lp .white-box-double,
	.know-more-lp .white-box-triple {
		background: #FFF;
		margin: 0;
		float: left;
	}

	.know-more-lp .white-box-triple {
		width: 285px;
		height: 700px;
		min-height: 700px;
		padding: 20px 20px;
	}

	.know-more-lp .white-box-double {
		
		width: 419px;
		height: 640px;
		min-height: 640px;
		
		padding: 20px 35px;
		
	}

	.know-more-lp .white-box-triple p,
	.know-more-lp .white-box-double p {
		font-size: 16px;
		color: #313131;
	}

		.white-box-triple h4.numa,
		.white-box-double h4.numa {
			font-size: 22px;
			color: #248cb6;
		}
	
		.white-box-triple h4.numa {
			font-size: 19px;
		}
		
		.white-box-triple h4.numa > span:first-child,
		.white-box-double h4.numa > span:first-child {
			display: inline-block;
			width: 36px;
			height: 24px;
			margin: 0 5px 10px -5px;
			padding: 6px 0;
			
			color: #0dd0f6;
			font-size: 28px;
			text-align:center;
			text-shadow: none;

			background: #3d416f;
			border: 5px solid #248cb6;
			border-radius: 30px;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;
		}

		.white-box-triple h4.numa > span:first-child {
			font-size: 22px;
			border: 4px solid #248CB6;
			width: 34px;
			height: 19px;
			padding: 8px 0;
		}


/* QJ2 LP Signup Form */

.access.qj2.lp {
	background: transparent;
	width: 980px;
	margin: 0 -20px;
	position: relative;
	height: 240px;
}

.access.qj2.lp .arrow {
	background: url(/assets/images/qj2/_signup-arrow-lp-bg.png) no-repeat 100% 0;
	height: 240px;
	width: 626px;
	
}

.access.qj2.lp .arrow .burt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.access.qj2.lp .arrow h4 {
	font-size: 26px;
	text-transform: none;
	margin: 62px 100px 8px 160px;
}

.access.qj2.lp .arrow p.signuptxt {
	font-size: 18px;
	line-height: 28px;
	margin: 0px 60px 8px 160px !important;
}

.access.qj2.lp .asu.wide {
	background: url(/assets/images/qj2/_signup-purple-lp-bg.png) no-repeat 100% 0;
	width: 412px;
	height: 220px;
	margin: 0 !important;
	padding: 0 0 20px;
	position: absolute;
	right: 0;
}

.access.qj2.lp .asu.wide h4 {
	color: #ecbb57;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 0 0 0 15px;
}

.access.qj2.lp .asu.wide ol {
	margin: 10px 0 0 75px;
}

.access.qj2.lp .asu.wide ol li,
.access.qj2.lp .asu.side ol li {
	margin: 0;
	padding: 0;
}

.access.qj2.lp .asu.wide ol li.buttons {
	margin-top: 8px !important;
}

.access.qj2.lp form.asu.wide label.title,
.access.qj2.lp form.asu.side label.title {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 3px;
}

.access.qj2.lp form.asu.wide input.field.text,
.access.qj2.lp form.asu.side input.field.text {
	-webkit-box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset -2px 1px 8px 0px rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	color: #aaaaaa;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 272px;
	font-size: 19px;
	letter-spacing: normal;
	padding: 5px 10px;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}

.access.qj2.lp form.asu.wide p.privacy {
	right: 150px;
	bottom: 5px;
}

.access.qj2.lp form.asu.wide p.privacy,
.access.qj2.lp form.asu.wide p.privacy a,
.access.qj2.lp form.asu.side p.privacy,
.access.qj2.lp form.asu.side p.privacy a {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #FFF;
}

.access.qj2.lp form.asu.wide p.privacy a,
.access.qj2.lp form.asu.wide p.privacy a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.access.qj2.lp form.asu.wide li.buttons button {
	background: none;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	right: 40px;
}

.access.qj2.lp form.asu.wide li.buttons button:hover {
	background: #ffe703; 
	background: none;
}

.access.qj2.lp form.asu.wide li.webtime label {
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF !important;
	text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.5);
	display: block;
}

	/* Vertical Form */
	
	.access.qj2.lp .arrow.vertical {
		background: url(/assets/images/qj2/_signup-arrow-lp-bg-vertical.png) no-repeat 0 0;
		width: 270px;
		height: 195px;
		padding: 12px;
	} 

	.access.qj2.lp .arrow.vertical h4 {
		font-size: 26px;
		text-transform: none;
		margin: 62px 100px 8px 160px;
	}

	.access.qj2.lp .asu.side {
		background: url(/assets/images/qj2/_signup-purple-lp-bg-vertical.png) no-repeat 100% 0 !important;
		width: 294px;
		height: 182px;
		margin: 0 !important;
		padding: 40px 0 30px;
		position: absolute;
		right: 6px;
		top: 155px;
	}

	.access.qj2.lp form.asu.side input.field.text {
		width: 252px;
		position: relative;
		left: 10px;
		font-size: 16px;
		padding: 6px 10px;
	}
	
	.access.qj2.lp form.asu.side li.webtime label {
		
	}
	
	.access.qj2.lp form.asu.wide li.webtime input[type="radio"] {
		
	}
	

/* End - QJ2 LP Signup Form */


.about-qj-lp {
	background: url(/assets/images/lp/qj2/qj2-about-bg.jpg) 0 0 no-repeat;
	min-height: 580px;
	padding: 0 20px;
	width: 940px;
}

.about-qj-lp p {
	font-size: 16px;
}

/* Video 2-intro-lp */


.main.qj2 .video2-intro-lp {
	background: url(/assets/images/lp/qj2/qj-intro-v2-bg.jpg) 0 0 no-repeat;
	min-height: 523px;
}

#uber .main.qj2 .video2-intro-lp .box,
#uber .main.qj2 .video2-intro-lp .leftcol,
#uber .main.qj2 .video2-intro-lp .rightcol {
	overflow: visible !important;
	
}

.main.qj2 .ribbion {
	position: relative;
}

	.main.qj2 .ribbion p.ribbion-desc {
		font-size: 17px;
		line-height: 18px;
		width: 250px;
		margin: 0;
		position: absolute;
		top: 60px;
		left: 10px;	
	}

	.main.qj2 .ribbion .inner {
		position: absolute;
		padding: 9px 100px 3px 40px;
		background: #4ca1c3; /* Old browsers */
		background: -moz-linear-gradient(top,  #4ca1c3 0%, #449abc 25%, #368bae 57%, #277c9f 74%, #207598 93%, #1e7396 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca1c3), color-stop(25%,#449abc), color-stop(57%,#368bae), color-stop(74%,#277c9f), color-stop(93%,#207598), color-stop(100%,#1e7396)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4ca1c3 0%,#449abc 25%,#368bae 57%,#277c9f 74%,#207598 93%,#1e7396 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4ca1c3 0%,#449abc 25%,#368bae 57%,#277c9f 74%,#207598 93%,#1e7396 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4ca1c3 0%,#449abc 25%,#368bae 57%,#277c9f 74%,#207598 93%,#1e7396 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4ca1c3 0%,#449abc 25%,#368bae 57%,#277c9f 74%,#207598 93%,#1e7396 100%); /* W3C */
	
		top:0;
		clear:both;
	}

	.main.qj2 .ribbion .inner p {
		font-size: 22px;
		font-weight: lighter;
		text-transform: uppercase;
		padding: 0 !important;
		margin: 0 !important;
		color:#FFF;
		text-align: center;
	}

	.main.qj2 .ribbion .inner p span {
		background: url(/assets/images/lp/qj2/ribbon-arrow.png) 50% 0 no-repeat transparent;
		height: 37px;
		width: 43px;
		display: inline-block;
		position: relative;
		right: -95px;
		top: -1px;
	}

	.main.qj2 .ribbion .inner.left {
		left:-33px;
	}

	.main.qj2 .ribbion .inner.right {
		right: -11px;
	}

	.main.qj2 .ribbion .inner.left:before {
		content: " ";
		display: block;
		width: 25px;
		height: 12px;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}

	.main.qj2 .ribbion .inner.left:before {
		background: url(/assets/images/lp/qj2/ribbon-before.png);
		left: 0;
		margin-bottom: -12px;
	}


/* End - Video 2-intro-lp */

/* How to QJ-lp */

.main.qj2 .how-to-qj-lp {
	border: 1px solid #123645;
	margin: -23px -20px 20px;
}

.main.qj2 .how-to-qj-lp p {
	font-size: 16px;
	padding: 0 16px;
}


/* End - How to QJ-lp */

/* QJ2 - Main */


/* QJ2 - Products page */

.boxf p,
.boxf .section ul {
  color: #003;
  font-size: 15px;
}

.boxf .section ul, 
.boxf .section ul li {
  list-style: disc;
}

.boxf {
  background: #fff;
  width: 960px;
	margin:  20px 0 24px -10px;
	padding: 20px 10px 30px;
	position: relative;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.boxf ul li {
	color: #000;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

.boxf h2 {
  color: #006fa8 !important ; 
  font-size: 32px;
}

.absut {
  position: absolute;
}

/*#uber .qj2-befits .box,
#uber .qj2-befits .right-aside .rightcol, 
#uber .qj2-befits .left-aside .leftcol {
  overflow: visible;
}*/

.qj2-befits h3 {
  color: #fff;
  margin: 3px 0 20px;
}

.qj2-befits h5 {
  color: #cf97fa;
  margin: 0;
}

.boxf.qj2-bubble {
	background: transparent url(/assets/images/products-new/bubble-bg.jpg) 50% 0 no-repeat;
  height: 445px;
}

p.qj2-caption {
  font-size :12px;
  color: #454545 !important;
}

.boxf.qj2order {
  border-radius: 0;
  width: 918px;
  min-height: 600px;
  margin: 25px 0 0 20px;
  padding: 20px 0 0;
  position: relative;
}

.boxf.qj2order ._bi ._col {
	min-width: 454px;
	width: 50%;
}

.boxf.qj2order ul li {
	color: #000;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

.boxf.qjorder {
  border-radius: 0;
  width: 856px;
  margin: 25px 0 -20px 20px;
  position: relative;
}

.qj2timer-bar {
  background: #fff;
  height: 120px;
}

.qj2timer {
  height: 100px;
  width: 960px;
  margin: 10px 0 20px -10px;
  float:left;
  background: #b00015;
  color: #FEFEFE;
  line-height: 21px;
  border-bottom: 1px groove #a0a0a0;
  overflow: hidden;
}

.qj2timer-left {
  display: inline-block; 
  width: 535px;
}


.qj2timer-left p,
.qj2timer-right p {
  font-size: 17px;
  margin: 10px 0 0 10px;
	font-family: 'Droid Sans', arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.42);
}

.qj2timer-right {
  display: inline-block; 
  width: 400px; 
}

.qj2timer-right .countdown_row_inline {
  color: #ffc000;
  font-size:26px;
  font-family: 'Droid Sans', arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.qj2timer-right .countdown_row_inline .descp {
  font-size: 23px;
  font-weight: bold;
}

.qj2timer-right .hasCountdown {
  background: #58151c !important;
  height: 30px
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: 10px 0 3px 30px;
}



/* End  QJ2 - Products page */


/* Webinar Old School Styling */

#uber .main.school {
	background: #FFF;
	border: 3px solid #6e6e6e;
	padding: 17px;
	margin-top: 42px;
	color: #000;
}

#uber .main.school h1 {
	text-shadow: 2px 1px 1px #454545;
	-webkit-text-shadow: 2px 1px 1px #454545;
	-moz-text-shadow: 2px 1px 1px #454545;
}

#uber .main.school ul.blackbullets {
	list-style: inherit;
	padding: 0 10px;
}

#uber .main.school ul.blackbullets li {
	list-style: inherit !important;
	padding: 0 40px 0 10px;
}

	/* Oldschool Wide Form */

	.access.qj2.oldschool {
		border: 3px solid #a4a53b;
		background: #ffffc4;
		margin: 0 auto;
	}

	.access.qj2.oldschool .arrow {
		background: none;
		height: auto;
		width: 280px;
	}

	.access.qj2.oldschool .arrow h3 {
		background: url(/assets/images/lp/qj2/red-header-arrow.png) 0 0 no-repeat;
		font-size: 18px;
		color: #FFF;
		text-transform: none;
		margin: 25px 15px 0;
		width: 245px;
		padding: 21px 0 21px 12px;
	}

	.access.qj2.oldschool .asu.wide {
		background: none;
		width: 658px;
		height: 100px;
		margin: 0 !important;
		padding: 10px 0;
		position: absolute;
		right: 0;
	}

	.access.qj2.oldschool .asu.wide h4 {
		color: #ecbb57;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
		margin: 0 0 0 15px;
	}

	.access.qj2.oldschool .asu.wide ol {
		margin: 3px 10px 0;
		float: left;
		width: 280px;
	}

	.access.qj2.oldschool .asu.wide ol li,
	.access.qj2.oldschool .asu.oldside ol li {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.access.qj2.oldschool form.asu.wide input.field.text,
	.access.qj2.oldschool form.asu.oldside input.field.text {
		font-size: 14px;
		background-color: #FFF;
		border: 2px solid #6E7503;
		border-radius: 0;
		padding: 10px 8px;
		margin-bottom: 0;
		width: 250px;
	}

	.access.qj2.oldschool form.asu.wide p.privacy,
	.access.qj2.oldschool form.asu.oldside p.privacy {
		font-family: 'Open Sans', arial, sans-serif;
		font-size: 12px;
		color: #000;
		margin: 0;
	}

	.access.qj2.oldschool form.asu.wide p.privacy {
		bottom: 22px;
		right: 20px;
	}

	.access.qj2.oldschool form.asu.wide p.privacy a,
	.access.qj2.oldschool form.asu.wide p.privacy a:hover,
	.access.qj2.oldschool form.asu.oldside p.privacy a,
	.access.qj2.oldschool form.asu.oldside p.privacy a:hover {
		color: #000 !important;
		text-decoration: underline;
	}

	.access.qj2.oldschool form.asu.wide li.buttons button,
	.access.qj2.oldschool form.asu.oldside li.buttons button {
		padding: 7px 3px;
		width: 220px;
		top: -2px;
		left: -60px;
	}

	/*.access.qj2.oldschool form.asu.wide li.webtime input[type="radio"],
		.access.qj2.oldschool form.asu.oldside li.webtime input[type="radio"] {
			border: 1px solid #71780a;
		}*/

	.access.qj2.oldschool form.asu.wide li.webtime label,
	.access.qj2.oldschool form.asu.oldside li.webtime label {
		font-family: 'Open Sans', arial, sans-serif;
		color: #000 !important;
		text-shadow: none;
	}
	
	/* End - Oldschool Wide Form */
	
	/* Oldschool OldSide Form */
	
	.access.qj2.oldschool form.asu.oldside {
		background: none;
		padding: 70px 10px 0;
		height: 215px;
		
		position: absolute;
		right: 4px;
	}
	
	.access.qj2.oldschool .arrow.vertical {
		width:300px;
	}
	
	.access.qj2.oldschool .arrow.vertical h3 {
		background: url(/assets/images/lp/qj2/red-header-arrow-horri.png) 0 0 no-repeat;
		font-size: 18px;
		color: #FFF;
		text-transform: none;
		text-shadow: 2px 1px 1px #9d0702;
		-webkit-text-shadow: 2px 1px 1px #9d0702;
		-moz-text-shadow: 2px 1px 1px #9d0702;
		margin: 12px 20px 0;
		width: 244px;
		padding: 8px 0 16px 18px;
	}
	
	.access.qj2.oldschool form.asu.oldside li.buttons button {
		top: 0px;
		left: 0px;
	}

	.access.qj2.oldschool form.asu.oldside li.buttons button:hover {
		background: #ffe703; /* Old browsers */
	}

	.access.qj2.oldschool form.asu.oldside li.webtime input[type="radio"] {
		display: block;
		float: left;
		width: 13px;
		height: 13px;
	}

	/* End - OldSide Form */
	

/* End - Webinar Old School Styling */


/* Dollar Trial Banner */

.dollartrial-banner-qj2 {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 52%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f6f6f6), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 52%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 52%,#bababa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 52%,#bababa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 52%,#bababa 100%); /* W3C */
	
	border: 5px solid #8a368a;
	position: relative;
	padding: 30px 15px 30px 210px;
}

.dollartrial-banner-qj2 h3,
.dollartrial-banner-qj2 h4 {
	-moz-text-shadow: 0px 3px 20px #999999;
	-webkit-text-shadow: 0px 3px 20px #999999;
	text-shadow: 0px 3px 20px #999999;
	
}

.dollartrial-banner-qj2 span.txtpurple {
	font-size: 31px;
	border-bottom: #a73ca7;
}


/* End - Dollar Trial Banner */


.bottom-line-new {
	background: #f8f8f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f6 44%, #c7c7c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#f8f8f6), color-stop(100%,#c7c7c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f6 44%,#c7c7c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f6 44%,#c7c7c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f6 44%,#c7c7c5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f6 44%,#c7c7c5 100%); /* W3C */
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 15px 15px 2px;
}

.video_wrap_420 {
	width: 420px;
	height: 236px;
}

.video_wrap_560 {
	width: 560px;
	height: 316px;
}

/* Webinar pages */

.timezone_text p {
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
	font-family: 'Lucida Sans Unicode','Lucida Grande',Arial;
}


.infinite_three {
	width: 700px !important;
	margin: 0 auto !important;
}

.infinite_three h2 {
	padding: 0;
	margin: 0 0 20px 0;
	text-shadow: none !important;
}

.infinite_three p {
	margin: 0 0 0.5em 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,1.0);
}

.infinite_three .lf_one,
.infinite_three .lf_two,
.infinite_three .rt_one {
	float: none;
	width: 75%;
	margin: 0 auto;
}

.infinite_three .lf_one {
	padding:5px 22px 10px 55px;
	background: url(/assets/images/a/n1.png) 0 0 no-repeat;
}

.infinite_three .lf_two {
	padding:12px 20px 10px 55px;
	background: url(/assets/images/a/n2.png) 0 0 no-repeat;
}

.infinite_three .rt_one {
	padding:5px 22px 10px 55px;
	background: url(/assets/images/a/n3.png) 0 0 no-repeat;
}

.infinite_three .rt_two {
	padding:5px 22px 10px 55px;
	background: url(/assets/images/a/n4.png) 0 0 no-repeat;
}

/* End - QJ 2 Styling */


/* QJ2 Modal Form New */

.modal-window-frame.new_modal {
  background: url(http://s75.mindvalley.us/quantumjumping/media/images/qj-ligthbox-bg2.jpg) #ffffff no-repeat -2px 101px;
  height: 409px;
  
  -webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 25px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 25px rgba(50, 50, 50, 0.75);
}

.modal-window-frame.new_modal h1 {
  font-size:35px;
  padding-top: 15px;
  letter-spacing: -1px;
  color:#000000;
  line-height: 1.1em;
}

.modal-window-frame.new_modal div.modal-window-form {
  right: 50px;
  top: 125px;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal {
  width: 245px;
  margin: 13px 13px 0 0px;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal {
  width: 345px;
  margin: 13px -80px 0 0px;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal p {
  text-transform: uppercase;
  font: normal 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal p span {
  font-size: 12px;
  line-height: 15px;
}


.modal-window-frame.new_modal .article-left {
  float: left;
  width: 385px;
  color: #FFF;
  position: absolute;
  left: 45px;
  top: 220px;
  text-align:left;
  line-height:100%;
}

.modal-window-frame.new_modal .article-left {
  width: 465px;
  left: 20px;
  top: 295px;
}

.modal-window-frame.new_modal .article-left h3 {
  margin-bottom: 10px;
  font-size: 27px !important;
  color: #FFF;
}

.modal-window-frame.new_modal .article-left p {
  color: #FFF;
  line-height:20px;
  font: normal 16px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.modal-window-frame.new_modal .article-left p { 
  font-size:15px;
  padding-bottom: 0;
}


div.modal-window-form form.newmodal ol {
  margin: 10px 0 0 10px;
}

div.modal-window-form form.newmodal ol li {
  text-align: left;
}

div.modal-window-form form.newmodal ol li._actions {
  text-align: center;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal ol li._actions {
  text-align: left;
}

div.modal-window-form form.newmodal label {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal label {
  font-size: 16px;
  margin-bottom: 0px;
  color:#000000;
}

div.modal-window-form form.newmodal input[type="text"],
div.modal-window-form form.newmodal input[type="email"] {
  width: 210px;
  height: 20px;
  padding: 6px 3px 4px;
  border: 1px solid #D4D4D4;
  font-size: 16px;
  
  -webkit-box-shadow: inset 1px 1px 3px #CCC;
  -moz-box-shadow: inset 1px 1px 3px #cccccc;
  -o-box-shadow: inset 1px 1px 3px #cccccc;
  -ms-box-shadow: inset 1px 1px 3px #cccccc;
  box-shadow: inset 1px 1px 3px #CCC;
  
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal input[type="text"],
.modal-window-frame.new_modal div.modal-window-form form.newmodal input[type="email"] {border: 1px solid #b0b0b0;
  box-shadow: inset 2px 2px 1px #D4D4D4;
  margin-top: 0px;
  width: 266px;
  height: 25px;
  padding: 4px 5px 4px;
}

div.modal-window-form form.newmodal button {
  background: #ffaf3f;
  background: -moz-linear-gradient(top, #ffaf3f 0%, #ff9211 50%, #e58311 50%, #dc7600 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf3f), color-stop(50%,#ff9211), color-stop(50%,#e58311), color-stop(99%,#dc7600)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffaf3f 0%,#ff9211 50%,#e58311 50%,#dc7600 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffaf3f 0%,#ff9211 50%,#e58311 50%,#dc7600 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffaf3f 0%,#ff9211 50%,#e58311 50%,#dc7600 99%); /* IE10+ */
  background: linear-gradient(to bottom, #ffaf3f 0%,#ff9211 50%,#e58311 50%,#dc7600 99%); /* W3C */
  color: #fff;
  text-shadow: none;
  padding: 12px 15px;
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s easeOut;
  -moz-transition: all 0.2s easeOut;
  -o-transition: all 0.2s easeOut;
  -ms-transition: all 0.2s easeOut;
  transition: all 0.2s easeOut;
  display: inline-block;
  border: 1px solid #979797;
  text-decoration: none;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal button {
  background: #fedf33; /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(254,199,47,1) 0%, rgba(254,210,49,1) 50%, rgba(254,223,51,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(254,199,47,1)), color-stop(50%,rgba(254,210,49,1)), color-stop(100%,rgba(254,223,51,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* W3C */
  color:#063499;
  font-size: 19px;
	font-weight: 600;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: 2px solid #d24449;
  padding: 12px 14px;
	margin: 5px 10px 5px;
  letter-spacing: -2px;
}

div.modal-window-form form.newmodal button:hover {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
   -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
   -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
   -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
   box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
   background: #ffaf3f;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal button:hover {
  background: #FEDF33;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal p.privacy {
  margin-left: -45px;
  font-size: 12px;
	text-transform: none;
}

.modal-window-frame.new_modal div.modal-window-form form.newmodal p.privacy a {
	font-weight: 600;
	color: #3e98d3;
}

/* END QJ2 Modal Form New */

/* Webinar Signup Form */

#webinar_container {
	width:980px;
	float:left;
	margin-bottom:30px;
	margin-left:10px;
}

.webinar_signup_form {
	background: #020208 url(/assets/images/webinar/webinar_form_bg.jpg);
	float:left;
	width:475px;
	height:409px;

}
.webinar_signup_form .headline {
	color:#fff;
	font-size:22px;
    font-family: 'Droid Sans', arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-align:center;
	line-height:1.2em;
	margin-top:-8px;
}


.webinar_burt_img{
	float:left;
	width:480px;
	height:409px;
}

form.Burt_signup {
  width: 100%;
  margin-top: 10px;
}

form.Burt_signup input.field.text {
  -moz-box-shadow: inset 0 0 2px 2px #000;
  -webkit-box-shadow: inset 0 0 2px 2px#000;
  box-shadow: inset 0 0 2px 2px #000;
  background: #ffffff;
  border: #372441 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px 10px;
  margin-bottom: 12px;
  color:#cccccc;
  font-weight:300;
  font-family: "Open Sans", sans-serif;
  font-size:16px;
  padding-left: 50px;
  width: 265px;
}

form.Burt_signup input.field.text.name {
  background: #ffffff url(http://s52.mindvalley.us/quantumjumping/media/images/input_name_bg.png) no-repeat 14px 12px;
  margin-top:40px;
  margin-left:60px;
}

form.Burt_signup input.field.text.email {
  background: #ffffff url(http://s75.mindvalley.us/quantumjumping/media/images/input_email_bg.png) no-repeat 14px 12px;
  margin-top:-20px;
  margin-left:60px;
}

form.Burt_signup .iwrapu.button {
  float:left;
  border: 1px solid #000;
  background: #372441;
  padding: 3px 3px;
  margin-left:110px;
}

form.Burt_signup .iwrapu.button button {
  background: #fbc03b; /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(251,193,59,1) 0%, rgba(251,193,59,1) 50%, rgba(247,146,35,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,193,59,1)), color-stop(50%,rgba(251,193,59,1)), color-stop(100%,rgba(247,146,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* W3C */
  cursor: pointer;
  color:#ffffff;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid #372441;
  border-left: 1px solid #372441;
  border-right: 1px solid #372441;
  position: relative;
  height: 40px;
  padding: 8px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

form.Burt_signup .iwrapu.button button:hover {
  background:#fbc13b;
}

form.Burt_signup .iwrapu.button button:active {
  background:#fbc13b;
  top: 2px;
  border-bottom: 1px solid #004625;
}

form.Burt_signup .privacy {
  float:left;
  margin-top:10px;
  margin-left:180px;
  font-size: 12px;
  text-align:center;
}

form.Burt_signup .privacy a {
  color:#ffffff;
  text-decoration: underline;
}


.link_wrap {
  text-align:center;
  border: 1px solid #281b30;
  background: #33213c;
  padding:20px 3px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 5px 0;

}

.link_wrap a {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  background: #fbc03b; /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(251,193,59,1) 0%, rgba(251,193,59,1) 50%, rgba(247,146,35,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,193,59,1)), color-stop(50%,rgba(251,193,59,1)), color-stop(100%,rgba(247,146,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(251,193,59,1) 0%,rgba(251,193,59,1) 50%,rgba(247,146,35,1) 100%); /* W3C */
  cursor: pointer;
  color:#ffffff;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid #281b30;
  border-left: 1px solid #281b30;
  border-right: 1px solid #281b30;
  position: relative;
  height: 50px;
  padding: 8px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-decoration:none;
}

.link_wrap a:hover {
  background:#fbc13b;
  color: #ffffff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.link_wrap a:active {
  background:#fbc13b;
  top: 2px;
  border-bottom: 1px solid #004625;
  color: #ffffff;
  text-decoration:none;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.webinar_signup_form .privacy {
	text-align:center;
	font-size:12px;
	color:#fff;
	
}

.webinar_signup_form .privacy a{
	text-align:center;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	
}

.webinar_widget_form._bottom input,
.webinar_widget_form._bottom textarea {
	width: 220px;
	color: #777;
	height: 25px;
	font-size:12px;
	-webkit-box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#c3c3c3;
	margin:0 20px 20px;
	padding:5px 10px;
}



/* END Webinar Signup Form */

/* FAQ Bullet Fixes for the FAQ Sandwich */

._faq-bullet {
	padding: 0 0 10px 30px;
}

._faq-bullet > span:first-child {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 0px -20px -40px;
	font-size: 20px;
	text-align: center;
}

._faq-bullet > span.caps {
	font-size: 14px;
	display: inline;
	margin: 0;
	
}

/* End - FAQ Bullet Fixes for the FAQ Sandwich */

/* New header */

.glowing-header {
	color:#fff !important; 
	line-height:1.3em; 
	text-shadow: 0 0 .2em #B190DF, 0 0 .5em #5F3EA6; 
	margin-bottom:26px; 
	font-size:42px;
	font-weight:bold !important;
}

/* End - New header */

/* New social media buttons styling */

.getsocial {
	background: 0;
	position: absolute;
	right: -40px;
	top: 60px;
	width: 350px !important;
	border: 0;
	margin: 0;
}

.socialbtn_to_page_wrap {
	width: 500px;
	margin: 15px auto;
	padding: 0 0 20px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #eee;
	height: 120px;
}

.socialbtn_to_page {
	margin: 0 auto;
	border-top: 1px solid #eee;
	border-bottom: 0px solid #f3f3f3;
	padding: 10px 136px;
}

p.getsocial-title {
	color: #B5B5B5;
	font-size: 16px;
	padding: 0;
	margin: 5px 0;
}

.getsocial.horizontal { 
	float:none;
	border:none;
	margin:10px 0 0 -25px !important;
	width: 270px;
	position:absolute;
}

.getsocial.horizontal .sharebutton {
	margin: 0;
	width: 55px;
	height: 62px;
	padding-left: 10px;
	float: left;
}

.getsocial { 
	background: #fff;
	width: 60px;
	border: 1px solid #D9D9ED;
	float: right;
	margin: 65px 10px 0 0;
}

.sharebutton { 
	padding: 5px 1px;
	width: 55px;
	z-index: 250;
	list-style: none; 
	text-align: center; 
	margin: 0 auto;
}

.sharebutton iframe {
	border: 0 !important;
}
 
.sharebutton.facebook { 
	width: 50px;
	height: 60px;
}

#socialmedia {
	width: 355px;
	text-align: right;
	border: #005500 solid 0;
	margin-top: -5px;
	margin-left: 41px;
}

/* End - New social media buttons styling */

/* 2013 relaunch tweaks */

.videoheader {
	width:720px;
	text-align:center;
	margin: 0px 110px;
}

.gcalendar {
	background: url(/media/themes/images/2013/gcalendar-arrow.png) no-repeat;
	height:60px;
	margin-left:368px;
}

.gcalendar a{
	overflow:hidden;

}

.optinlink-yellow a {
	color:#fff200;
	font-size:18px;
	font-family: 'Droid Sans';
	text-decoration: none;
	opacity: 0.9;
	transition: opacity .25s ease-in-out;
}

.optinlink-yellow a:hover {
	opacity: 1;
	text-decoration:underline;
}

.optinlink-yellow p {
	margin-top:3px;
}

.napoleon-video-wrap {
	margin: 0 auto;
	width: 610px;
	height: 400px;
	background: #FFF;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.napoleon-video-wrap p{
	margin-bottom:0px;
}

.orange-button {
	font-family: 'Droid Sans', arial, sans-serif !important;
	background: #e56926;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 7px;
	width: auto;
	margin: 0 30px;
	margin-top:0;
}

.orange-button a{
	color: #ffffff !important;
	text-decoration: none;
	font-weight:bold;
	font-size: 20px;
}

.orange-button a:hover {
	text-decoration:underline;
}

p.orange-button {
	margin-left: 40px;
}

.promo-timer-red {
	background: #900; /* Old browsers */
	background: -moz-linear-gradient(top,  #900 0%, #700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900), color-stop(100%,#700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #900 0%,#700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #900 0%,#700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #900 0%,#700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #900 0%,#700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b8fc', endColorstr='#045793',GradientType=0 ); /* IE6-9 */

	padding: 5px 10px;
	min-height: 80px;
	font-family:  'Droid Sans', arial, sans-serif;
}

.promo-timer-red p {
	color: #FFF;
}

.promo-timer-red .box {
	margin-bottom: 20px !important;
}

.promo-timer-red .leftcol p {
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
}

.promo-time-wrap {
	padding: 5px 10px;
	position: relative;
	right: -20px;
	top: 15px;
	font-family:  'Droid Sans', arial, sans-serif;
}

.promo-time-wrap:before {
	content: "";
	background: url(/assets/images/products/time-divider.png);
	position: absolute;
	width: 6px;
	left: -10px;
	top: -4px;
	height: 70px;
}

.promo-time-wrap .hasCountdown {
	background: none;
	box-shadow: none;
	border: 0;
	display: block;
	height: 4em;
	margin: 0;
}

.promo-time-wrap .countdown_row_inline span {
	color: #FFF;
	font-size: 26px;
	margin: 0 2px;
}

.promo-time-wrap .countdown_row_inline span.descp {
	font-size: 12px;
}

.bigger-p-font h5 {
	font-weight:normal;
	line-height: 24px;
}

/* End - 2013 relaunch tweaks */

/* Golden Key promo banner styling */

.gk-banner-dark {
	background: url(/assets/images/gk-banner-bg.jpg);
}

.gk-banner-dark h4,
.gk-banner-dark p,
.gk-banner-dark h5 {
	color: #FFF;
	margin: 0 0 0 20px;
}

.gk-banner-dark .countdown p {
	font-size: 14px;
	font-family: 'Lucida Grande';
}

.gk-banner-dark span.countdown_row_inline span {
	color: #FFF;
	font-family: 'Lucida Grande';
	font-size: 30px;
}

.gk-banner-dark span.countdown_row_inline span.descp {
	font-size: 14px;
}

.gk-banner-light {
	background-color: #4e2540;
	margin-top: -10px;
}

.tracks-wrapper {
	margin:0 100px;
}

div._row._wide.gk-banner-light._fullwidth {
	padding-top: 10px;
}

.gk-banner-dark .hasCountdown {
	background: none;
	border: none;
	box-shadow: none;
}

.gk-banner-dark .countdown {
	margin-left: 20px;
	margin-top: 45px;
	height: 80px;
}

.gk-banner-dark .countdown p {
	margin: 0 0 10px 0;
}

#products.special.golden-key .qj2order ul li {
	border-bottom:none;
	color: #000;
	list-style-type: circle;
}

.gk-banner-short span.countdown_row_inline span.descp {
	font-size: 14px;
}

.gk-banner-short .hasCountdown {
	background: none;
	border: none;
	box-shadow: none;
}

.gk-banner-short .countdown {
	margin-left: 20px;
	margin-top: 35px;
	height: 80px;
}

.gk-banner-short .countdown p {
	margin: 0 0 10px 0;
}

#uber .gk-banner-short .right-aside .rightcol {
	width: 305px !important;
}

.gk-banner-short {
	background: #471937;
	width: 960px !important;
}

.gk-banner-short h4 {
	color: #FFF;
}

.hasCountdown span {
	color: #FFF !important;
	font-size: 32px;
}

.hasCountdown span.descp {
	font-size: 21px;
}



/* END - Golden Key promo banner styling */

/* /lp/subconscious-3 page styling */

.modal-window-frame.new_modal ol li label {
	margin-bottom: 5px;
	margin-top: 20px;
	color: #000;
	text-align: left;
}

/* END - /lp/subconscious-3 page styling */

/* Webinar access page styling */

.webinar-timezone h3.txtdgray {
	color: #FFF;
}

div._row._quad._timezones p {
	color: #C452C4;
	font-size: 20px;
}

._timezones ul li:last-child {
	border-bottom: 1px solid #353535;
}

._timezones ul li {
	border-top: 1px solid #353535;
}

/* END - Webinar access page styling */

/* Ordermenu */

._ordermenu {
  padding: 10px 10px 0px 10px;
  margin: 30px auto 0;
  overflow: hidden;
}

._ordermenu .imgproduct {
  float: left;
  margin: 10px 40px 10px -40px;
}

._ordermenu p,
._ordermenu li {
  font-size: 1.0em;
}

._ordermenu .single-order {
  position: relative;
}

._ordermenu ._row._tri {
  background: #f5f5f5;
  width: 900px;
  padding: 0;
  margin: 0 -10px 30px;
  position: relative;
}

._ordermenu ._tri ._col {
  width: 299px;
  padding: 20px 0;
  position: relative;
}

._ordermenu ._tri ._col._left {
  border-right: 1px solid #fff;
}

._ordermenu ._tri ._col._middle {
  border-left: 1px solid #ddd;
  border-right: 1px solid #1eb6e3;
}

a._order {
  padding: 0;
}

.oldprice em,
._ordermenu .oldprice em {
  background: #900;
  width: 100px;
  height: 5px;
  display: block;
  position: relative;
  top: 19px;
  left: -6px;
}

._ordermenu .arrow-down {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 111;
  margin-right: -14px;
}

._onepayplan {
  text-align: center;
}

._onepayplan a {
  display: inline-block;
  padding: 0;
}

/* TRADITIONAL ORDERMENU */

._traditional {
  margin-top: 0px;
  border: none;
}

._ordermenu._traditional .single-order ._col {
  background: #fff;
  border: 1px solid #d0e4fd;
  margin: 0 auto 20px;
  padding: 10px 10px 30px 10px;
  position: relative;
}

._ordermenu._traditional .single-order ._col > * {
  padding: 0;
}

._ordermenu._traditional ._row._tri {
  background: none;
  padding: 0 0 20px 0;
  overflow: visible;
}

._ordermenu._traditional p.order-descp {
  font-size: 18px;
  border-bottom: 1px solid #d0e4fd;
  margin: 0 20px ;
	padding-bottom: 15px;
}

._ordermenu._traditional ._tri ._col {
  padding: 10px 0 20px 0;
}

._ordermenu._traditional ._tri ._col._left {
  background: #f2f5f7;
  border: 1px solid #d0e4fd;
  border-right: none;
}

._ordermenu._traditional ._tri ._col._middle {
  background: #f2f5f7;
  border: 1px solid #d0e4fd;
  border-right: none;
}

._ordermenu._traditional ._tri ._col._right {
  background: #fff;
  border: 1px solid #d0e4fd;
  margin: -20px -2px;
  padding: 25px 0 40px 0;
  box-shadow: -7px 0 7px -2px #ddd;
}

._ordermenu._traditional h1 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica;
	margin-bottom: 0px;
}

._ordermenu._traditional p,
._ordermenu._traditional h3 {
	font-family: 'Droid Sans', arial, sans-serif;
}

._ordermenu._traditional h1,
._ordermenu._traditional .oldprice {
  font-size: 40px;
	color: #333;
}

._ordermenu._traditional h2 {
  font-size: 44px;
  color: #333 !important;
	margin: 15px 0;
	margin-bottom: 0px;
}

p.bestvalue {
  width: 270px;
  margin: 0;
  z-index: 1;

  color: #900;
  font-family: 'Just Another Hand', arial, serif !important;
  font-size: 30px;
  text-align: center;
}

.txt-addcart{
  text-decoration: underline;
  color: #36C;
}

p.payment-plan{
	display:inline-block;
	margin:10px 0 0 195px;
	padding:0;
}

._discount-box {
  background: #fff;
  background: rgba(255,255,255,0.5);
  width: 730px;
  padding: 18px 30px 20px;
  margin: 40px auto;

  border: 2px solid #4a4a4a;
  color: #555;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

._ordermenu ._tri ._col {
	width: 278px;
	padding: 20px 0;
	position: relative;
	min-width: 200px;
}

._ordermenu ._tri ._col._right {
	width: 344px;
}

._ordermenu h2.ordernow-title {
	margin:20px 0 50px; 
	color: #67a39d;
	font-size: 32px;
}

._ordermenu h2.ordernow-title span {
	color: #149edc;
	display: inline;
}

._onepayplan a.checkout {
	color: #149edc;
}

.newprice,
._ordermenu .newprice {
  color: #900;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 45px;
  letter-spacing: -1px;
  font-family: 'Just Another Hand', arial, serif;
}

.oldprice em,
._ordermenu .oldprice em {
  background: #900;
  width: 94px;
  height: 5px;
  display: block;
  position: absolute;
  top: 17px;
  left: -6px;
}

.sharethis-buttons ._col {
	padding: 0;
}

/* END - Ordermenu */

/* Migration additional classes */

p.burt-caption {
	font-size: 12px;
	width: 230px;
	text-align:center;
	position: absolute;
	margin-top: 157px;
}

.widget {
	background: #E6E6E6;
	padding: 5px 15px 10px;
	margin-bottom: 15px;
	margin: 0 35px 16px 32px;
}

.section .widget h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.widget p {
	color: #000;
	font-size: 12px;
}
.widget.burt img {
	margin-bottom: 8px;
}
.widget.burt h3 {
	color: #1E325F;
}
.widget.signup {
	background: #FEFEFE url(images/a/signuptop.jpg) repeat-x 0 0;
	padding: 26px 0 0;
}

._col .fb-like-short {
	padding: 0 !important;
	margin: 0 20px;
}

.testimonials.t1 blockquote {
	min-height: 365px;
}

.testimonials.t2 blockquote._testimonial {
	min-height: 396px;
}

.review-testi blockquote._testimonial {
	border-radius: 15px;
}

.reviews a,
.faq a {
	color: #C452C4 !important;
	text-decoration: none;
	font-weight: normal;
	text-shadow: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.reviews a:hover, .faq a:hover {
	color: #FFF !important;
}

.thrilllist-video.lesson {
	width: 830px !important;
	height: 470px !important;
	margin: -1px -1px !important;
}

body#lessons-page a.thrirty-offer-cta:hover {
	color: #FFF;
	text-decoration: underline;
}

/* END - Migration additional classes */

/* Index Page */

.main_section {
	padding:10px;
	background: #fff;
	width: 960px;
	margin-left: -10px;
}

.home_banner {
  color :#fff ;
  background: url(/assets/images/banner_home.jpg) no-repeat;
  width:958px;
  height:434px;
  padding: 10px 0 0 0;
  position: relative;
}

.home_banner p {
  text-shadow: 1px 1px 0 #000000;
  font-family: 'Droid Sans', sans-serif;
}

.home_banner a {
  color:#ffffff;
}

.col_cont{
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 93%;
}
.col_left, .col_right {
  float: left;
  text-align: center;
}

.video_container {
  background:#000000;
  padding:2px;
  -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 20px rgba(50, 50, 50, 1);
  margin-bottom:5px;
width: 333px;
overflow: hidden;
padding: 25px 40px;
border: 1px solid #FFF;
margin-left: 30px;
}

.video_container div.mediaplayer, div.youtube {
  margin:0;
}

.main_section .home_banner ._bi ._col._left {
	min-width:470px !important;
	width: 470px;
}

.main_section .home_banner ._right p {
	font-size: 18px;
}

.home_banner ._row._centered h1 {
	color: #fff;
}

.home_banner ._row._centered {
	margin-bottom: 0;
}


.black_box {
  background: #000000;
  padding:5px;
  margin: -1px 2px 0 0;
  position: relative;
}

.black_box h2 {
	font-family: 'SegoeLight' !important;
	color:#ffffff;
	margin-bottom: 25px;
}

.handwriting.ctarrow {
	position: relative;
	left:10px; 
	top: 20px;
	font-size:17px; 
	color:#bebebe;
	margin-top:-10px;
}

.nospace {
  margin-top: -19px;
}

.greygradient_box {
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(241,241,241,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(25%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(241,241,241,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(241,241,241,1) 25%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(241,241,241,1) 25%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(200,200,200,1) 0%,rgba(241,241,241,1) 25%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
  margin-top: -28px;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 5px;
}

._bi ._col._left .greygradient_box,
._bi ._col._right .greygradient_box {
	margin-top: 13px;
	width: 463px;
}

._tri ._col._left .greygradient_box,
._tri ._col._middle .greygradient_box,
._tri ._col._right .greygradient_box {
	margin-top: 12px;
	width: 303px;
}

._tri ._col h4 {
	font-size: 15px;
}

._tri ._col .greygradient_box .float_left {
	margin-top: 45px;
}

.greygradient_box .float_left {
  float:left;
  margin-bottom: 25px;
  padding-right: 15px;
  margin-top: 35px;
}


.greygradient_box h1 {
  color:#c53fa8;
  text-shadow: 0px 0px 0 black;
  font-size: 50px;
}

.greygradient_box h4 {
  color:#3b1969;
  margin-top: -20px;
  margin-left:40px;
  margin-bottom: 5px;
font-family: 'Droid Sans', sans-serif;
}

.greygradient_box a {
  color:#c33383;
  font-weight:bold;
  font-size: 13px;
font-family: 'Droid Sans', sans-serif;
}

.greygradient_box p {
  color:#363636;
  font-size: 13px;
  margin-right: 12px;
font-family: 'Droid Sans', sans-serif;
}

.handwriting {
  font-family: 'ThrowMyHandsUpintheAir';
}

.main_section ._article_wide ._row._phi ._col._article, .left-aside .rightcol {
  width:650px;
}

.main_section ._article_wide ._col._aside {
	min-width: 295px;
	width: 28%;
}

.signup_new_v1 {
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(248,248,248,1) 23%, rgba(230,230,230,1) 60%, rgba(190,190,190,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(23%,rgba(248,248,248,1)), color-stop(60%,rgba(230,230,230,1)), color-stop(100%,rgba(190,190,190,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 23%,rgba(230,230,230,1) 60%,rgba(190,190,190,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 23%,rgba(230,230,230,1) 60%,rgba(190,190,190,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 23%,rgba(230,230,230,1) 60%,rgba(190,190,190,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(248,248,248,1) 23%,rgba(230,230,230,1) 60%,rgba(190,190,190,1) 100%); /* W3C */
}

.signup_new {
  background: url(/assets/images/2013/signup_bg.jpg) no-repeat;
  width:958px;
  height:197px;
  padding: 1px 10px 0 15px;
  position: relative;
}


form.home-new {
  float: left;
  margin: 30px 0 0 -30px;
}

form.home-new button, form.home-new .buttons a.link {
  background: #fedf33; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(254,199,47,1) 0%, rgba(254,210,49,1) 50%, rgba(254,223,51,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(254,199,47,1)), color-stop(50%,rgba(254,210,49,1)), color-stop(100%,rgba(254,223,51,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(254,199,47,1) 0%,rgba(254,210,49,1) 50%,rgba(254,223,51,1) 100%); /* W3C */
    color:#063499;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #d24449;
    padding: 7px 20px;
    word-spacing: -2px;
    cursor: pointer;
    font-weight: bold;
	font-family: 'Lucida Grande';
	font-size: 16px;
	line-height: 18px;
}


form.home-new button:hover, form.home-new .buttons a.link:hover {
  background: #FEDF33;
}

form.home-new input.newtext {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size:14px;
  color:#818181;
  font-family: 'Droid Sans', sans-serif;
  background:#ffffff !important;
  border: 1px solid #969595;
  padding: 9px 15px !important;
  width: 192px;
  box-shadow: none;
}

form.home-new ol li {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
}

form.home-new .privacy {
  color:#000000;
  text-align: center;
  padding-top:10px;
}

form.home-new .privacy a {
  color:#000000;
  font-weight: bold;
}

form.home-new .before h4 {
  color:#000000;
  margin-bottom: 0;
  font-size: 22px;
}

form.home-new .before h4 span.caps, form.home-new .before h4 span {
  text-decoration: underline;
  color:#bd3ba8;
}

div.sm_close p {
	background-color: none !important;
}
/* END - Index Page */

.ordermenu {
	width: 921px;
	margin: 0 auto;
}

.ordermenu ._centered ._col {
	background: #FFF;
}


.ordermenu ._col._left, .ordermenu ._col._middle, .ordermenu ._col._right {
	border-bottom: 1px solid #D0E4FD;
	border-left: 1px solid #D0E4FD;
	padding: 0px !important;
	background: #f2f5f7;
	margin: 0 !important;
}

.ordermenu ._col._right {
	width:310px;
}

.ordermenu ._col._left, .ordermenu ._col._middle {
	width:287px;
}

.ordermenu ._col._middle {
	background-image: url(/assets/images/l-shadow.png);
	background-repeat: repeat-y;
	background-position: right center;
}

.ordermenu h2 {
	color: #333 !important;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: "Myriad Pro", arial, sans-serif;
	margin-bottom: 0;
}

.ordermenu h3 {
	line-height: 1.3em;
	letter-spacing: -1px !important;
	font-size: 18px;
	padding: 0 30px;
	font-weight: normal;
	color: #333;
	letter-spacing: 0px;
	margin-top: 8px;
}

.ordermenu .om-header {
	border-top: 1px solid #D0E4FD;
	border-bottom: 1px solid #D0E4FD;
}

.ordermenu p {
	color: #000;
	padding: 0 6px;
	font-family: 'Myriad Pro', arial, sans-serif;
}

.ordermenu p span.price {
	color: black;
	letter-spacing: 1px;
	padding: 4px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
}

.ordermenu p span.price.old {
	position: relative;
}

.ordermenu i {
	width: 80px;
	background: #900;
	height: 5px;
	left: 78px;
	margin-top: 20px;
	position: absolute;
}

.deal-discount dl dt {
	background: none;
	display:inline;
	float:none;
	line-height: 0px;
}

.deal-discount dl dd {
	margin: 0;
	background: none;
	padding: 0;
}

.deal-discount dl {
	margin:0;
}

div.sm_close p {
	background: none !important;
}

ul#helpddmenu {
	text-transform: none;
}

.gk-banner-short._fullwidth ._col._aside,
.gk-banner-dark._fullwidth ._col._aside {
	min-width: 359px;
	width: 35%;
}

.gk-banner-dark._fullwidth ._row {
	margin-bottom: 10px !important;
}

body.thankyou ._container ._main ._wrapper {
	background: #fff;
}

body.thankyou p,
body.thankyou ol li {
	color: #000 !important;
}

body.thankyou ._widget h3 {
	margin: 0 !important;
	color: #fff;
	font-size: 17px !important;
}

body#lessons-page div#zen .button span.icon {
	margin-left: 0px;
	position: relative;
}

body#lessons-page div#zen {
	position: relative;
	top: -240px;
	left: 430px;
	z-index: 555;
}

/*  Disclaimer footer */

._disclaimer {
	border-top: 1px solid #efefef;
}


._disclaimer p{
	font-size: 12px;
	color : #999 !important;
}
/*  END Disclaimer footer */



/* New Moon Programming */

#new-moon .white-box {
	background: rgba(255,255,255,0.2);
	width: 700px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#new-moon .post-it {
	padding: 20px 20px 20px 20px;
	background: rgba(255,255,255,0.2);
	width: 400px;
	margin: 0 auto;
}

#new-moon .fb-box {
	margin-left: 20px;
}

#new-moon .fb_iframe_widget {
	background: #FFF;
}

#new-moon .testimonial {
	background: rgba(238, 238, 238, 0.4);
	width: 260px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
}

#new-moon .testimonial img {
	margin: 15px 20px 10px 0;
}

#new-moon .testimonial p {
	font-size: 13px;
}

#new-moon .science h5 {
	color: #D8C4F8;
}

#new-moon .science img {
	margin: 0 20px 0 0;
}

#new-moon .wide-testimonials {
	width: 660px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(238, 238, 238, 0.4);
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
}

#new-moon h4 {
	color: #D8C4F8;
}

#new-moon .bonus {
	background: rgba(238, 238, 238, 0.4);
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
}

#new-moon .oldprice {
  color: #333333;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}

#new-moon .oldprice em {
  background: #900;
  width: 100px;
  height: 5px;
  display: block;
  position: absolute;
  top: 21px;
  left: -3px;
}


/* End New Moon Programming */

/* Promo Banner */

.bgwhite {
	background: #ffffff;
}

/* END Promo Banner */











