﻿@charset UTF-8;
@import url('https://fonts.googleapis.com/css?family=Lato:400,400italic,300,300italic,700,400italic,700italic,900,900italic,100italic,100');
@import url('/css/sm-icons/styles.css');
/*------------------------------------*\
		$RESET
\*------------------------------------*/
/*
	A more considered reset; more of a restart...
	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b, mark {
	font-weight: 700;
	font-style: inherit;
}

em, i, cite, q, address, dfn, var {
	font-style: italic;
	font-weight: inherit;
}

	abbr[title], dfn[title] {
		cursor: help;
		border-bottom: 1px dotted;
	}

ins {
	border-bottom: 1px solid;
}

a, u, ins {
	text-decoration: none;
}

del, s {
	text-decoration: line-through;
}

pre, code, samp, kbd {
	font-family: monospace;
}

small {
	font-size: .75em;
	color: #3e3b2c;
}

img {
	border: none;
	font-style: italic;
}

input, select, option, optgroup, textarea {
	font: inherit;
}

/*------------------------------------*\
		$CLEARFIX
	\*------------------------------------*/
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/*------------------------------------*\
			$SHARED
			\*------------------------------------*/
/*
		Rather than writing properties over and over and repeating code we can simply tether selectors to one rule. This is pretty much having variables in CSS (update the colour once and everything gets the changes).
		*/
/* apply a natural box layout model to all elements */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, article {
	margin-bottom: .75em;
}

p, ul, ol, dl {
	margin-bottom: 1.5rem;
}

.page.narrow p {
	margin-bottom: 1rem;
	line-height: 1.4;
}

b, strong, dt {
	font-weight: 700;
}

.tag-list, .images, .social, .projects {
	list-style: none;
}

.tag-list, .images, .projects {
	margin-left: 0;
}

a img {
	vertical-align: bottom;
}

a:hover img {
	opacity: 0.9;
}

.ಠ_ಠ {
	display: none !important;
}

.line-block {
	display: block;
}

/*------------------------------------*\
			$MAIN
			\*------------------------------------*/
html {
	color: #201f1f;
	font: 400 125%/1.7 Lato, sans-serif; /* Default 18px with 26px line-height. */
	overflow-x: auto;
	overflow-y: scroll; /* Force scrollbars all the time to avoid page jumps. 
				-webkit-text-size-adjust: none;		/* Prevent font scaling in landscape */
	/* overflow: hidden !important; */
}

body {
	height: 100%; /* Ensure it's always full-height so as to not crop the background images. */
}

.page {
	background-color: #f1f4f1;
}

.page-member.page-unlock,
.page-thank {
	font-size: 18px;
	line-height: 1.5;
}

/*HTML 5 specific*/
header, section, article, aside, footer {
	display: block;
}

/* wrapper */
.wrapper,
.page-1col.narrow .footer .wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 53rem;
	padding: 0 2%;
}

.page-1col.narrow .wrapper {
	max-width: 780px;
}



/* Sprite */
.s,
.sc-link.link-video:before,
.sc-link.link-page:before,
.secure-title:before {
	background-image: url(/img/css/sprites/main.png);
}

.s-g,
.for_card:after {
	background-image: url(/img/css/sprites/getstarted.png);
}

.s-u,
.page-upsell2 .header-hd:before {
	background-image: url(/img/css/sprites/upsell.png);
}

.s-m,
.link-part,
.link.download:before,
.link.voucher:before,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
	background-image: url(/img/css/sprites/member.png);
}

/*------------------------------------*\
			$TYPE
			\*------------------------------------*/
/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {
	text-rendering: optimizeLegibility;
	/* For improved kerning */
	font-feature-settings: kern 1;
	-webkit-font-feature-settings: kern;
	-moz-font-feature-settings: kern;
	-moz-font-feature-settings: kern=1;
}

h1 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.16667em;
	letter-spacing: .025em;
}

	h1 strong {
		font-weight: 700;
		letter-spacing: normal;
	}

h2 {
	font-size: 2.4rem; /*48px/20px*/
	font-weight: 700;
	line-height: 1.0625em; /*51/48*/
}

.h2--larger {
	font-size: 2.8rem; /*56px/20px*/
}

.h2--smaller {
	font-size: 2.1rem; /*42px/20px*/
}

h3 {
	font-size: 1.8rem; /*36px/20px*/
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3333; /* 40px/36px */
}

.h3--smaller {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.35rem; /*27px/20px */
	line-height: 1.25
}

.page h4 {
	color: #00698f;
	font-style: italic;
}

.page .main h4 {
	margin-top: 1.75rem;
}

.page-getstarted .main h4 {
	margin-top: 0;
	margin-bottom: .75em;
}

#form_getstarted h4 {
	color: #201f1f;
	line-height: 1.125;
}

h5 {
	font-size: 1.2rem; /*24px/20px*/
	font-style: normal;
	font-weight: 700;
	line-height: 1.25em;
}

.h5--larger {
	font-size: 1.35rem;
}

.h5--smaller {
	font-size: 1.111rem;
}

h6 {
	color: #696969;
	font-size: .6111rem; /*11/18 */
}

/*--- LINKS ---*/
a {
	color: #0090c4;
	text-decoration: none;
	outline: 0;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-ms-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

#form_getstarted a {
	color: #8bad00;
}

	#form_getstarted a.bttn {
		color: #fff;
	}

a:visited {
	color: #0090c4;
}

a:hover, a:focus {
	color: #3ac0f1;
	text-decoration: none;
}

.section.mid-blue a,
.section.mid-blue a:hover,
.section.mid-blue a:focus,
.section.mid-blue a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff
}

a:active {
	border-bottom: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.content p a, .sidebar a, #form_getstarted a {
	border-bottom: 1px solid #8bad00;
}

	#form_getstarted a.no-border {
		border-bottom: 0px solid #8bad00;
	}

	.content p a:hover, .sidebar a:hover, #form_getstarted a:hover,
	.content p a:focus, .sidebar a:focus, #form_getstarted a:focus {
		border-bottom: 0px;
	}

	.menu-item a:active, .footer-menu a:active, .bttn:active, .content p a:active {
		position: relative;
		top: 1px;
	}

/*Remove outline on a Flash object/embed*/
object, embed {
	outline: 0;
}

/*Firefox Outline*/
a:focus {
	-moz-outline-style: none !important;
	outline: 0 !important;
}

/*--- SCREEN READER ACCEESS ---*/
a:hover, a:active {
	outline: none;
}

/*--- BLOCKQUOTE ---*/
blockquote {
	quotes: “ ”;
	margin: 0;
	padding: 0 !important;
}

	blockquote p:before {
		content: '';
		content: no-open-quote;
	}

	blockquote p:after {
		content: '”';
		content: close-quote;
	}

	blockquote p:last-child:after {
		content: '”';
		content: close-quote;
	}

/* quotes for French, German (two kinds) and Japanese */
:lang(fr) > q {
	quotes: «   » “ ”;
}

:lang(de) > q {
	quotes: „ “ ‚ ‘;
}

:lang(de) > q {
	quotes: » « › ‹;
}

/* alternative style */
:lang(ja) > q {
	quotes: 「 」 『 』;
}

.original-pg {
	display: none;
	background-color: #fff;
	/* min-width: 1030px; */
	/* 			overflow: visible; */
}
/*------------------------------------*\
		$FLY IN
	\*------------------------------------*/

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	opacity: 8.5;
	z-index: 2000;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* background:url(/img/signup_fly-in.png) no-repeat center center; */
	z-index: 20001
}


/*------------------------------------*\
			$HEADER
			\*------------------------------------*/
.header {
	position: relative;
	display: block;
	width: 100%;
}

.home .header {
	/* min-height: 678px; */
}

.header-bg_wrap {
	display: block;
	position: fixed;
	padding: 0;
	z-index: 0;
	width: 100%;
	top: 0;
}

.header-bg {
	width: 100%;
	background-color: #50A2CD;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50rem;
}

@media screen and (min-device-width: 1201px) {
	.header-bg {
		background-image: url(/img/header-bg_highres.jpg);
	}
}

@media screen and (max-device-width: 1200px) {
	.header-bg {
		background-image: url(/img/header-bg.jpg);
	}
}



.ie8 .header-bg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header-bg.jpg',sizingMethod='scale');
	height: 0;
	padding-bottom: 60.4375%; /* Scaling doesn't work well with div element. So giving div the ratio of the image */
}

.masthead {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: .75rem 0 .7rem;
	z-index: 10000;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.home .masthead {
	background-color: #fff;
}

.page-member .masthead {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: 6.5rem;
}

.opt-in {
	position: absolute;
}

/*--- MAIN MENU ---*/

.nav {
	position: absolute;
	display: block;
	padding: 0;
	bottom: .1rem;
	right: 2.7%
}

.page.narrow .nav {
	bottom: -.35rem;
	right: 5%;
}

.nav ul {
	margin: 0;
}

.bttn-navbar {
	display: none;
}

.menu-item a:hover,
.menu-item a:focus {
	color: #fff;
	background-color: #0090c4;
}

.menu-item.special a:hover,
.menu-item.special a:focus {
	/* color: hsla(72, 51%, 5%,1); */
	background-color: #8CA039;
}

.nav .menu-icon {
	display: none;
}

	.nav .menu-icon .navicon {
		background: #333;
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
	}


.menu-icon:before {
	display: none !important;
}

.main-menu {
	font-size: .7rem;
	font-weight: 400;
	text-transform: uppercase;
	clear: both;
	/* transition: max-height .2s ease-out; */
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.menu-item a:hover, .menu-item a:focus {
	color: #fff;
	background-color: #0090c4;
}

.nav .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

	.nav .menu-icon .navicon:before,
	.nav .menu-icon .navicon:after {
		background: #333;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}

	.nav .menu-icon .navicon:before {
		top: 5px;
	}

	.nav .menu-icon .navicon:after {
		top: -5px;
	}

/* menu btn */


.nav .menu-btn:checked ~ .menu {
	max-height: 270px;
}

.nav .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

	.nav .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}

	.nav .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}

.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 2px;
}
/* .menu{
  width: 100%
} */
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.nav .main-menu {
	clear: none;
	float: right;
	max-height: none;
}

.nav li {
	float: left;
}

.page-member .main-menu {
	text-transform: none;
}

.menu-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 2em;
}

.page.narrow .menu-item {
	margin-left: 0.5em
}

.menu-item:first-child {
	margin-left: 0;
}

.menu-item a {
	display: block;
	padding: .35em .75em;
	color: #717366;
	border-bottom: 0;
	letter-spacing: .05em;
	border-radius: 4px;
}

.menu-item.special a {
	color: #fff;
	background-color: #aac345;
}

.menu-item a:hover,
.menu-item a:focus {
	color: #fff;
	background-color: #0090c4;
}

.nav-icon {
	margin-left: 1.5em;
}

	.nav-icon a {
		position: relative;
		top: -6px;
		padding: 0 !important;
		height: 44px;
		width: 44px;
		font-size: 1.125rem;
		line-height: 1;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		/* background-position: center 5px; */
		/* background-repeat: no-repeat; */
	}

.footer .nav-icon a {
	top: 4px;
	font-size: 1rem;
	line-height: 1;
}

.nav-icon a .icon-lbl {
	display: none;
}


.nav-icon .icon {
	position: relative;
	left: 25%;
	top: 26%;
}



/*--- LOGO ---*/
.site-logo {
	line-height: 1;
	border: none;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.s--zen12-logo {
	background-position: -10px -10px;
}

.s--zen12-logo,
.site-logo {
	width: 59px;
	height: 106px;
}

.page-thank .site-logo,
.page-member .site-logo {
	display: block !important;
	margin: 0 auto !important;
}

/*--- HERO ---*/
.hero {
	position: relative;
	display: block;
	width: 100%;
}

.hero-hds {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.home .hero {
	padding: 8rem 0 10rem;
}

.page .hero {
	padding: 2.5em 3em 1.75em;
	min-height: 458px;
}

.page-getstarted .hero {
	padding: 2.5rem 5% 1.5rem;
	min-height: 0;
}

.page-member .hero {
	padding: 0.5em 0 0;
	min-height: 0;
}

.page-getstarted .hero {
	background: #0187b7 url(/img/bg-rays-blue-3.jpg) no-repeat right top;
	background-size: 150% auto;
	background-position: 0 35%;
}
/* 
.page-upsell2 .hero {
  
	background: #0187b7 url(/img/sub360_banner.jpg) no-repeat right top;
}
 */
.ie8 .page-getstarted .hero {
	/* min-height: 370px; */
}

.page .hero-info, .page .hero ul {
	color: #fff;
	font-size: .9em;
	margin-bottom: .25em;
}


.hero-hgroup {
	float: left;
}

.header-hd {
	display: block;
	position: relative;
	color: #f9f6f1;
	padding: 0;
	margin: 0em 0 .5em;
	width: auto;
}

.page .header-hd {
	font-weight: 300;
	line-height: 1.25;
}

.page-getstarted .header-hd {
	text-shadow: 0px 1px 2px #006990
}

.page-getstarted .hero-txt {
	display: inline-block;
	/* float: left; */
	clear: both;
	width: 55%;
	margin-bottom: .75rem;
}

.page-getstarted .hero-img {
	float: right;
	margin-top: 1.5rem;
	width: 39%;
}


.sub360-benefits .zen12-box {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	width: 398px;
	height: 413px;
	vertical-align: top;
	outline: 0px dashed #0ff;
}

.sub360-offer {
	position: relative;
	margin-top: 2.5em;
	margin-bottom: 2rem;
	padding-top: 5em;
	padding-bottom: 1.5em;
	color: #08313e;
	/* font-size: 0.85em;
			line-height: 1.411; */
	background-color: #f4f4f4;
}

	.sub360-offer .box_wrap {
		position: relative;
		float: left;
		width: 300px;
	}

	.sub360-offer .zen12-box {
		width: 100%;
		max-width: 250px;
		margin-bottom: 0rem;
	}

.page-upsell2 .content-hd {
	line-height: 1.35;
}

.page-upsell2 .benefits-list {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
	font-size: 1.111em;
	font-weight: 700;
	font-style: italic;
}

	.page-upsell2 .benefits-list li {
		margin-bottom: 0.6em;
	}

section.zen12-benefits {
	/* font-size: 0.9em; */
	/* background: #0972a8 url(/img/upsell_intro_bg.jpg) no-repeat right top; */
	background: rgb(182,224,239);
	background: radial-gradient(circle at 83% 70%, #90ddf1 0%, #0872A8 65%);
	text-align: left;
}

.page-upsell2 .hero-img {
	/* float: right; */
	margin-top: 0;
	width: 27%;
	max-width: 250px;
	height: auto;
	vertical-align: middle;
	margin-left: 1rem
}

.page-upsell2 .hero-hd {
	position: relative;
	display: block;
}

.page-upsell2 .hero-info {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 65%;
}

.page-member .header-hd {
	margin-bottom: 0.25em
}
/* ul.tick-white + p{
	display: none
} */
.page-member .sub-head {
	position: relative;
	display: inline-block;
	margin-bottom: 0.65em;
	font-size: 1.6rem;
}

.page-member .video-section .sub-head {
	margin-bottom: 1.5em;
}

.page-member .video-section .inner-wrapper {
	margin-bottom: 0em;
	padding: 0;
}

.page-member .levels-section-txt {
	max-width: 20em;
	outline: 0px dashed #0cf;
}

.levels-section .sub-head-2 {
	display: block;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0.35em;
	text-transform: none;
}

.page-member .section-txt {
	margin-left: auto;
	margin-right: auto;
}

.page-member .sub-head + p.section-txt {
	/* 	font-weight: 600;
color: #454545; */
}

.header-hd, .sub-head-hd {
	color: #fff;
}


.article-hd {
	margin-bottom: 1.5rem
}

.article-subhd {
	font-weight: 400;
	letter-spacing: .02em;
	color: #858484;
	font-size: 1.4rem;
	margin-bottom: .1rem;
}

.inline-quote {
	display: block;
	font-size: 1.25rem;
	line-height: 1.25;
	width: 40%;
	margin: 0 1em 1em 0em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #0090C4;
}

	.inline-quote blockquote {
		margin-bottom: 0.5em;
	}

	.inline-quote cite {
		font-size: 0.7em;
	}

.refrences {
	font-size: 0.8em;
}

/*--- VIDEO ---*/
.video-wrapper {
	position: relative;
	/*   float: left; */
	/* clear: left; */
	width: 100%;
	/* padding-bottom: 16%;
  height: 0; */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #bdb18b url(/img/hero-video_banner.jpg) no-repeat center center;
	background-size: cover;
}

.hero .video-wrapper,
.video-gallery .video-wrapper {
	max-width: 12rem;
}

.hero .video-wrapper {
	height: 6.75rem;
}


.videos-gallery li.video-wrapper {
	position: relative;
	float: none;
	margin: 0em 2% 2.5em;
	vertical-align: top;
	display: inline-block;
	/* height: 114px; */
	width: 29%;
	padding-bottom: 16.2%;
	height: 0;
	/* height: 50%; */
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: none;
}




/* 	.videos-gallery li.video-wrapper:first-child{
		margin-left: 0;
	
	}
	
	
	.videos-gallery li.video-wrapper:last-child{
		margin-right: 0;
	
	}
	
	
	*/



.sidebar .video-wrapper,
.sidebar li.video-wrapper {
	display: block;
	margin: 0 0 1.75rem;
	float: none;
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	padding-bottom: 56%;
	outline: 0px dashed #00f;
	background: none;
}

.page-article .sidebar .video-wrapper,
.page-article .sidebar li.video-wrapper /*,
/* .page-article .sidebar .video-border */ {
	height: 0rem;
	padding-bottom: 56%;
	margin-bottom: 1.5em;
}
/* 
.page-article .sidebar .video-wrapper,
.page-article .sidebar li.video-wrapper {
	height: 143px;
	margin-bottom: 1.5em;
}
 */
/* .content .video-wrapper {
	height: 138px;
} */

.video-section .videos-gallery .video-wrapper,
.video-section .videos-gallery li.video-wrapper {
	padding-left: 0;
	width: 28%;
	margin-left: 1.25%;
	margin-right: 1.25%;
	margin-bottom: .2em;
}

.page-member .audio-samples .videos-gallery .video-wrapper,
.page-thank .video-section .videos-gallery .video-wrapper {
	width: 43%;
	margin-left: 0;
	margin-right: 0;
}

	.page-member .audio-samples .videos-gallery .video-wrapper:first-child,
	.page-thank .video-section .videos-gallery .video-wrapper:first-child {
		margin-right: 5%;
	}

.page-member .audio-samples .videos-gallery li.video-wrapper,
.page-thank .videos-gallery li.video-wrapper {
	padding-bottom: 24.5%;
}


.sidebar .video-border {
	position: absolute;
	top: 0;
	bottom: 0;
	border-color: #ddd;
	/* height: 170px; */
}

.sidebar .videos-gallery, .sidebar ul.videos-gallery {
	padding: 0;
	margin: 0;
}


.video-tn {
	width: 100%;
	height: auto;
}

.video-border {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 3px solid #f1ede2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.videos-gallery .video-border {
	border: 2px solid #f1ede2;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.page-member .videos-gallery,
.page-thank .videos-gallery {
	padding-bottom: 1.75rem;
	margin-top: .75rem;
	margin-bottom: 0;
}

	.page-member .videos-gallery .video-border,
	.page-thank .videos-gallery .video-border {
		border-color: #fff;
	}

.videos-gallery .caption {
	position: absolute;
	display: block;
	top: 105%;
	color: #787878;
	font-size: .8em;
	text-align: center;
	font-weight: 600;
	width: 9.5em;
	line-height: 1.11111;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.video-container {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 96.75%;
	height: 85%;
	top: 2.507%;
	left: 1.612%;
	-webkit-background-size: cover;
	background-size: cover;
}


	.video-container.zen12-welcome {
		background-image: url(/img/tv-still_zen12-welcome.jpg);
	}

	.video-container.zen12-benefits {
		background-image: url(/img/tv-still_zen12-benefits.jpg);
	}

	.video-container.zen12-science {
		background-image: url(/img/tv-still_zen12-science.jpg);
	}

	.video-container.zen12-3 {
		background-image: url(/img/tv-still_zen12_3.jpg);
	}

	.video-container.sub360 {
		background-image: url(/img/tv-still_subliminal360.jpg);
	}


#main-video {
	display: none;
}

.play-video {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}


.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 56px;
	height: 56px;
	background-position: -80px -10px;
	border-bottom: 0 !important;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.play-icon-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	outline: 1px dashed #0cf;
}

	.play-icon-link:hover,
	.play-icon-link:focus {
		background-color: rgba(0,0,0,0.45);
	}

		.play-icon-link:hover .play-icon,
		.play-icon-link:focus .play-icon {
			background-position: -80px -70px;
		}

.play-icon:active {
	top: 51%;
}

.play-icon:hover, .play-icon:focus, .play-icon-focused {
	background-position: -80px -70px;
}


.play-icon.large {
	width: 144px;
	height: 144px;
	cursor: pointer;
	background-position: -140px -10px;
}

.page-1col.narrow .play-icon.large {
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	background-position: -230px -10px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.play-icon.large:hover, .play-icon.large:focus {
	background-position: -290px -10px;
}

.page-1col.narrow .play-icon.large:hover,
.page-1col.narrow .play-icon.large:focus {
	background-position: -340px -10px;
}

/*------------------------------------*\
	$CONTENT
\*------------------------------------*/
.content {
	position: relative;
	display: block;
	background-color: #fff;
}

.page .content {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,0.45);
	z-index: 10;
	overflow: hidden;
}

.page-1col .content {
	margin: 0em auto 3em;
	text-align: center;
}

.page-thank .content {
	margin-bottom: 1.5rem;
}

.page-member .content {
	margin-bottom: 0;
}

.page-mini .content {
	margin-bottom: 0;
}

.page-1col .content p {
	/* font-size: 1em; */
}

.page-upsell2 .content p {
	margin-bottom: 1rem;
	line-height: 1.65;
}

.page-upsell2 .content-hd + p {
	line-height: 1.35;
}

.page-upsell2 .sub360-benefits {
	text-align: left;
	margin-top: 0;
	padding: 2rem 5% 1rem;
}

.page-upsell2 .benefits-list {
	padding-top: 1.35rem;
	color: #fff;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 700;
	font-style: italic;
}

	.page-upsell2 .benefits-list li {
		margin-bottom: 1em;
	}

.sub360-benefits {
	background: #0090c4 url(/img/bg-rays-blue-3.jpg) no-repeat left -20% top 30%;
}

	.sub360-benefits .benefits-hd {
		text-align: center;
		color: #070845;
		font-weight: 300;
	}

		.sub360-benefits .benefits-hd .special {
			color: #fff;
		}

	.sub360-benefits .sub360-box {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

.sub360-offer {
	position: relative;
	margin-top: 4em;
	padding-top: 4em;
	padding-bottom: 2em;
	color: #08313e;
	background: #ecede6 url(/img/light-rays.png) no-repeat left -250px top -50px;
}

	.sub360-offer .box_wrap {
		position: relative;
		float: left;
		width: 300px;
	}


	.sub360-offer .offer-txt {
		display: inline-block;
		text-align: left;
		width: 59%;
		float: right;
		padding-top: 1rem;
		margin-bottom: 0;
	}

	.sub360-offer .offer-img {
		position: relative;
		display: inline-block;
		margin-top: 1.5rem;
		width: 34%;
		height: auto;
	}

	.sub360-offer .offer-btn {
		width: auto
	}


.price-badge {
	height: 6.3rem;
	/* width: 5.4rem; */
	width: 35%;
	background: url('/img/price-tag.png') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.sub360-offer .price-badge {
	position: absolute;
	right: -1.5rem;
	top: 2.5rem;
}

.bttn.learn-more {
	display: inline-block;
	padding: 0.7em 1em;
}

.sub360-offer .bttn.learn-more {
	position: relative;
	/* top: -30px;
	float: left; */
}

.sub360-intro .info-txt {
	margin: 0 auto;
	max-width: 30rem;
}

.sub360-benefits .info-txt {
	padding-top: 0em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

.sub360-offer .info-txt {
	/* float: right; */
	text-align: left;
	line-height: 1.5;
	margin-left: 1rem;
}

.sub360-offer-hd {
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	margin-top: -3.5rem;
	transform: translateX(-50%);
	height: 7.4rem;
	width: 18.5rem;
	background: url('/img/offer-title.png') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.page-1col .header-hd {
	color: #201f1f;
	font-style: italic;
	font-weight: 900;
	text-align: center;
}

.page-upsell2 .header-hd {
	margin: 0.5em auto;
	padding-top: 1.8em;
	font-size: 2.5em;
}


	.page-upsell2 .header-hd:before {
		position: absolute;
		display: block;
		content: "";
		height: 1.72em;
		width: 2em;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		vertical-align: baseline;
		background: url(/img/icon_alert.png) no-repeat center center;
		-webkit-background-size: contain;
		background-size: contain;
	}

.content-wrapper {
	width: 100%;
	padding: 3rem 5.5% 4rem;
}


.page-member .content-wrapper,
.page-upsell2 .content-wrapper {
	padding-top: 1em;
	padding-bottom: 2em;
}

.page-license .content-wrapper {
	padding-bottom: 2rem;
}

.page-thank .content-wrapper {
	padding-top: 1.5em;
	padding-bottom: 3rem
}

.page-1col .content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.page-mini .content-wrapper {
	padding-top: 1rem
}

.page-1col .inner-wrapper {
	padding: 1em 7.5% 0.5em;
}

.page-thank .inner-wrapper {
	padding: 1em 7.5% 2em;
}

.page-upsell2 .bottom-inner-wrapper,
.page-thank .coupon-section .inner-wrapper {
	padding-bottom: 0
}

.page-upsell2 .inner-wrapper {
	padding-top: 1em;
}

.page-upsell2 .sub360-intro .inner-wrapper {
	padding-top: 3em;
}


.page-member .hero .inner-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.sub360-offer .inner-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}

.content article {
	margin-bottom: 0 !important;
}

.main {
	position: relative;
	float: left;
	width: 61%;
}

.page-getstarted .main,
.page-article .main {
	width: 67.81%;
}


.page-upsell .main,
.page-mini .main {
	width: 100%
}


.sidebar {
	float: right;
	width: 34.48%;
}

.page-article .sidebar,
.page-getstarted .sidebar {
	width: 28.96%;
}

.page .main p {
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #484747;
}

.page .main td {
	font-size: .9em;
	line-height: 1.6667;
	/* margin-bottom: 1.6667em; */
}

.page .main-hd {
	margin-bottom: 1rem;
}

.page-upsell1 .main-hd {
	line-height: 1.125;
}

.content ul {
	list-style: none;
}

.content ol {
	font-style: italic;
}

	.content ol li {
		margin-bottom: 1em;
		margin-left: 1.35em;
	}

	.content ol a {
		font-style: normal;
	}



ol.circles-list {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 4em;
	padding: 0;
	counter-reset: li-counter;
}

	ol.circles-list > li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 0.5em;
		min-height: 3em;
	}

		ol.circles-list > li:before {
			position: absolute;
			top: 2px;
			left: -1.75em;
			width: 1.2em;
			height: 1.2em;
			font-family: Bitter, serif;
			font-size: 1.75em;
			font-weight: 700;
			line-height: .75;
			text-align: center;
			color: #fff8cc;
			padding: 0.175em;
			border-radius: 50%;
			background-color: #09a5dd;
			content: counter(li-counter);
			counter-increment: li-counter;
		}

.page-article .content ul {
	margin-left: 5%;
}

.page-upsell1 .content ul {
	margin-left: 2.5%;
}


.content ul li {
	padding-left: 1.35em;
	background: url(/img/droplet.png) no-repeat 4px 5px;
}


#submit_form ul li {
	padding-left: 0em;
	background-image: none;
}

.content li {
	margin-bottom: .75em;
}

.page-article .content li {
	background-position: .222222em .44444em;
	font-size: .9em;
}

.refrences li {
	color: #787878;
}

.hero ul {
	margin-top: 0;
	padding-left: 2%;
	list-style: none;
}

ul.tick-blue li,
ul.tick-darkblue li {
	margin-bottom: 1em;
	padding-left: 1.75em;
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

ul.tick-blue li {
	background-image: url(/img/tick_blue.png);
}


ul.tick-darkblue li {
	background-image: url(/img/tick_darkblue.png);
}

ul.tick-white li {
	margin-bottom: .125em;
	padding-left: 1.75em;
	background: url(/img/tick_white.png) no-repeat 4px 4px;
}

.hero ul.tick-white li {
	line-height: 1.25;
	margin-bottom: .75em;
	background-position: 4px 4px;
}

.section {
	position: relative;
	display: block;
	padding: 5rem 0 3.5rem;
	text-align: center;
}

	.section.divide:after {
		content ="";
		margin-bottom: 1em;
		height: 1px;
		width: 100%;
		border-bottom: 2px dashed #b7c8c0
	}

	.section.blue {
		background-color: #dfeef3;
	}


	.section.mid-blue {
		background-color: #0190c2;
		color: #fff;
	}


	.section.dark-blue {
		color: #fff;
		background-color: #024c6f;
	}

	.section.green {
		background-color: #ecede6;
	}

	.section.grey {
		background-color: #f2f2f2;
	}

	.section.dark-grey {
		background-color: #3e3e3e;
	}


.section-txt {
	max-width: 40rem;
	margin: 0 auto;
}

.research-info,
.about-info {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.mini-info {
	max-width: 26.5em;
}

.ny-info {
	max-width: 27.5em;
}

.section-hd {
	position: relative;
	margin-bottom: .5em;
	line-height: 1.2;
}

.section.blue .section-hd {
	color: #00698f;
}

.section.dark-grey .section-hd {
	font-weight: 600;
	letter-spacing: 0.05em
}


.section-subhd {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.tv-video_wrap {
	width: 100%;
	max-width: 1600px;
	background: url(/img/video_bg.jpg) no-repeat center bottom 7rem;
	margin-left: auto;
	margin-right: auto;
}

.page .section {
	padding: 0 0;
}

.page .video-section {
	padding: 3rem 0 0;
}

.page-thank .video-section {
	padding-top: 0 !important;
}

.page-member .video-section {
	padding-top: 0
}

.page-upsell .video-section,
.page-upsell2 .video-section {
	padding-top: 1rem
}

.page-1col.narrow .tv-video_wrap {
	background: url(/img/video_bg.jpg) no-repeat center bottom 4.5rem;
	-webkit-background-size: 140% auto;
	background-size: 140% auto;
}



.page-member .video-section {
	background-position: center bottom;
}



.page-license .img-certificate {
	position: absolute;
	width: 27%;
	left: 115%;
}

.tv-video {
	position: relative;
	display: block;
	margin: 0 auto 2rem;
	width: 98%;
	max-width: 40.350rem;
	clear: both;
}

.page-1col.narrow .tv-video {
	/* height: 395px; */
	max-width: 31rem;
}

.page-upsell2 .tv-video {
	margin-bottom: 1rem;
}


.tv-video-bg {
	width: 100%;
	height: 0;
	padding-bottom: 64.3122%;
	background: url(/img/tv.jpg) no-repeat center top;
	background-size: cover;
}

/* 	.page-1col .tv-video{		
	background: url(/img/tv_upsell.jpg) no-repeat center center;
}	
*/

.page-1col.narrow .tv-video {
	/* background: url(/img/tv_small.jpg) no-repeat center center; */
}

.video-subhd_ddl {
	position: absolute;
	right: 5%;
	top: 0;
	height: 120px;
	width: 130px;
	background-position: -10px -130px;
}

.video_ddl {
	position: absolute;
	right: 70px;
	top: -120px;
	height: 110px;
	width: 91px;
	background-position: -390px -140px;
}


.video {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

iframe {
	margin: 0;
	padding: 0;
}

.s-m.video_ddl {
	top: 5px;
	right: -70px;
	height: 58px;
	width: 61px;
	background-position: -10px -10px;
}

.benefits-section {
	background: url(/img/benefits_bg.jpg) no-repeat center bottom;
	min-height: 1010px;
	border-bottom: 4px solid #0090c4;
}

.benefits-info {
	max-width: 30em
}

.bubbles {
	position: relative;
	display: block;
}

.bubble_wrap {
	position: absolute;
	display: inline-block;
}

.bubble {
	position: relative;
	/* position:absolute; */
	font-size: .8em;
	line-height: 1.5;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.bubble-hd {
	margin-bottom: .5em;
	color: #0090c4;
	font-size: 1.25em;
	font-weight: 700;
}

.bubble p {
	margin-bottom: .5em;
}

.bubble.square {
	text-align: left;
	padding: 1em 1.5em;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bubble.oval {
	padding: 2em 2.25em;
	width: 260px;
	color: #666;
	text-align: center;
	/*
			  NOTES:
			  -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
			  -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
			  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
			  */
	-webkit-border-top-left-radius: 220px 120px;
	-webkit-border-top-right-radius: 220px 120px;
	-webkit-border-bottom-right-radius: 220px 120px;
	-webkit-border-bottom-left-radius: 220px 120px;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

	.bubble.oval:before, .bubble.oval:after {
		content: "";
		position: absolute;
		background-color: #fff;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0 0 4px rgba(0,0,0,0.1);
	}

	/* creates the larger circle */
	.bubble.oval:before {
		width: 30px;
		height: 30px;
		/* css3 */
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

	/* creates the smaller circle */
	.bubble.oval:after {
		width: 15px;
		height: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

.bubble ul {
	color: #666;
	margin-bottom: 0;
}

.immediate_wrap {
	position: absolute;
	top: 50px;
	left: 0;
}

.immediate_ddl {
	position: absolute;
	bottom: -90px;
	right: -40px;
	height: 81px;
	width: 86px;
	background-position: -150px -160px;
}

.shortterm_wrap {
	position: absolute;
	right: 0;
	top: 260px;
}

.shortterm_ddl {
	position: absolute;
	right: 140px;
	top: -100px;
	height: 87px;
	width: 59px;
	background-position: -250px -160px;
}

.excuses-section {
	background: url(/img/excuses_bg.jpg) no-repeat center bottom;
	min-height: 57rem;
}

.excuses-hd_top {
	padding: .5em 0;
}

.but_ddl {
	position: absolute;
	margin-left: -114px;
	left: 50%;
	top: 0;
	height: 120px;
	width: 214px;
	background-position: -10px -260px;
}

.chatter_wrap {
	position: absolute;
	left: 40px;
	top: 0;
}

.chatter.bubble.oval:before {
	bottom: 60px;
	right: -35px;
}

.chatter.bubble.oval:after {
	bottom: 50px;
	right: -50px;
}

.notime_wrap {
	position: absolute;
	left: -20px;
	top: 225px;
}

.notime.bubble {
	width: 255px;
}

	.notime.bubble.oval:before {
		bottom: 115px;
		right: -35px;
	}

	.notime.bubble.oval:after {
		bottom: 125px;
		right: -55px;
	}

.slow_wrap {
	position: absolute;
	left: 50px;
	top: 430px;
}

.slow.bubble {
	width: 274px;
}

	.slow.bubble.oval:before {
		bottom: 165px;
		right: 30px;
	}

	.slow.bubble.oval:after {
		display: none;
	}

.restless_wrap {
	position: absolute;
	right: 200px;
	top: -20px;
}

.restless.bubble.oval:before {
	bottom: 50px;
	left: -35px;
}

.restless.bubble.oval:after {
	display: none;
}

.nofocus_wrap {
	position: absolute;
	right: 0;
	top: 170px;
}

.nofocus.bubble.oval:before {
	bottom: 60px;
	left: -40px;
}

.nofocus.bubble.oval:after {
	bottom: 55px;
	left: -60px;
}

.unaware_wrap {
	position: absolute;
	right: 100px;
	top: 400px;
}

.unaware.bubble {
	width: 225px;
}

	.unaware.bubble.oval:before {
		top: 0;
		left: -10px;
	}

	.unaware.bubble.oval:after {
		display: none;
	}

.change-section {
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.change-title {
	position: relative;
	display: block;
	height: 220px;
	width: 830px;
	margin-left: -415px;
	left: 50%;
	background: url(/img/big_arrow.png) no-repeat center top;
}

.change-hd {
	font-size: 2.3em;
	font-weight: 900;
	padding-top: .5em;
	max-width: 16em;
	margin-left: auto;
	margin-right: auto;
}

.logo-type {
	display: block;
	margin: .5em auto 0;
	height: 50px;
	width: 175px;
	background-position: -230px -260px;
}

.change-info {
	margin-top: 2em;
	/* width: 600px; */
	width: 60%;
	padding-bottom: 4rem;
}

.change-info, .guarantee-txt, .plans-section .section-txt {
	float: left;
	text-align: left;
}

.guarantee-txt {
	color: #ecede6;
	margin-top: 2em;
	width: 67%;
	max-width: 33.5rem;
}

.change-section .wrapper {
	background: url(/img/change_bg.jpg) no-repeat right bottom;
	/* min-height: 41rem; */
}

.science-hd {
	margin-bottom: .5em;
}

.science-info, .change-info {
	font-size: .9rem;
}

.science-info {
	max-width: 33rem;
}

.process {
	margin: 3em 0 3em;
}

.prcs-step, .divider-wrap {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.prcs-step {
	margin: 0 1%;
	width: 21%;
	font-size: .85rem;
}

.howto-section .prcs-step {
	width: 22%
}

.divider-wrap {
	margin-top: 6rem;
	vertical-align: middle !important;
	width: 10%;
	height: 30px;
}


.divider1 {
	background-position: 89.2% 27.5%;
	width: 100%;
	height: 29px;
	background-size: 358% 2120%;
}

.divider2 {
	background-position: 89.2% 33.75%;
	width: 100%;
	height: 29px;
	background-size: 358% 2120%;
}

.prcs-icon_wrap {
	position: relative;
	margin: 0 auto 1.5em;
	display: block;
	/* height: 140px; */
	width: 60%;
	padding-bottom: 60%;
	height: 0;
	background-color: #3ac0f1;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.order-info .prcs-icon_wrap,
.order-review .prcs-icon_wrap {
	padding-bottom: 0;
}

.prcs-icon_wrap.smaller {
	margin-bottom: 0;
	margin-right: .5em;
	height: 36px;
	width: 36px;
	background-color: #de6400;
}

.page .content .prcs-icon_wrap {
	float: left;
	display: inline;
	margin-top: 0;
	top: -5px;
	margin-left: 0;
}

.prcs-icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


	.prcs-icon.audio {
		background-position: 3% 72.5%;
		width: 66.16%;
		height: 63.15%;
		background-size: 531% 738%;
	}

	.prcs-icon.brain {
		background-position: 29% 73.5%;
		width: 64.66%;
		height: 70.67%;
		background-size: 544.18% 659.57%;
	}

	.prcs-icon.meditate {
		background-position: 56.5% 73.5%;
		width: 72.18%;
		height: 67.66%;
		background-size: 487.5% 688.8%;
	}

.sc_links {
	margin: 0 auto;
}

.sc-link_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	margin-right: -2px;
	border-left: 2px solid #cbcbcb;
}

.sc-link {
	display: inline-block;
	font-size: 0.889em;
	line-height: 1.35;
	text-align: left;
	padding: 1em 5% 1em 34%;
	background-size: 200% 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 13rem;
	/* width: 270px;  */
}


	.sc-link:hover, .sc-link:focus {
		color: #fff;
	}


.ie8 .sc-link.link-video:hover:before {
	background-position: -230px -320px;
	background-color: transparent;
}

.sc-link_wrap:first-child {
	border-left: 0;
}

.sc-link.link-video {
	background-position: -100% 0;
}

	.sc-link.link-video:hover,
	.sc-link.link-video:focus {
		background-position: 0 0;
		background-image: linear-gradient(to right, #0090c4, #0090c4 50%, transparent 50%, transparent);
	}

.sc-link:before {
	content: "";
	position: absolute;
	left: 9%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sc-link.link-video:before {
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	background-size: 866.667% 1148.148%;
	background-position: 55.5% 56.538%;
}

.sc-link.link-video:hover:before,
.sc-link.link-video:focus:before {
	/* background-position: -290px -320px; */
	background-position: 70% 56.538%;
}

.sc-link.link-page {
	background-position: 100% 0;
}

.sc-link {
}

	.sc-link.link-page:hover,
	.sc-link.link-page:focus {
		background-position: 0 0;
		background-image: linear-gradient(to right, #0090c4, #0090c4 50%, transparent 50%, transparent);
	}

	.sc-link.link-page:before {
		/* left: 6%; */
		width: 20%;
		height: 0;
		padding-bottom: 23%;
		background-size: 866.667% 1000%;
		background-position: 83.5% 57%;
	}

	.sc-link.link-page:hover:before,
	.sc-link.link-page:focus:before {
		/* 	background-position: -410px -320px; */
		background-position: 97.5% 57%;
	}

.ie8 .sc-link.link-video:hover,
.ie8 .sc-link.link-video:focus,
.ie8 .sc-link.link-page:hover,
.ie8 .sc-link.link-page:focus {
	background-color: #0090c4;
}


.growth-section {
	padding-bottom: 0;
	overflow: hidden;
}

	.growth-section .wrapper {
		padding-bottom: 2em;
	}

.growth-txt {
	position: relative;
	z-index: 2;
}

.growth-hd {
	margin-bottom: 1em;
}

	.growth-hd .line-block {
		margin-bottom: .25em;
	}

.growth_ddl {
	position: relative;
	margin: 0 auto 1em;
	display: block;
	/* height: 76px; */
	/* width: 506px; */
	width: 25.3rem;
	height: 0;
	padding-bottom: 7.5555%;
	background: url(/img/growth_arrow.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 10;
}

.growth-info {
	font-size: .9em;
	max-width: 22rem;
}

.woman-noob {
	left: 2.35%;
	background: url(/img/woman_noob.jpg) no-repeat center center;
	z-index: 0;
}

.woman-pro {
	right: 0;
	background: url(/img/woman_pro.jpg) no-repeat center center;
	z-index: 1;
}

.woman-noob,
.woman-pro {
	position: absolute;
	bottom: 0;
	width: 17.6rem;
	height: 0;
	padding-bottom: 41.888889%;
	-webkit-background-size: contain;
	background-size: contain;
}

.styles-section {
	position: relative;
	/* padding-bottom: 0; */
	background: url(/img/styles_bg.jpg) no-repeat center 7rem;
	background-size: 895px auto;
	/* min-height: 66.25rem; */
}

	.styles-section .section-subhd {
		line-height: 1.25;
	}

	.styles-section .bubbles {
		/* min-height: 650px; */
		min-height: 32rem;
	}

	.styles-section .bubble_wrap {
		width: 13.5rem;
	}

	.styles-section .bubble {
		z-index: 50;
		background-color: #fff;
	}

.cmn-ddl {
	background-position: -309px -393px;
	z-index: 40;
}

.relax_wrap {
	position: absolute;
	left: 80px;
	top: 0;
}

.relax_ddl {
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 86px;
	height: 43px;
	z-index: 0;
}

.guided_wrap {
	position: absolute;
	left: 40px;
	top: 250px;
}

.guided_ddl {
	position: absolute;
	top: -35px;
	right: -50px;
	height: 43px;
	width: 86px;
	background-position: -309px -393px;
	-webkit-transform: rotate(-50deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-50deg); /* IE 9 */
	transform: rotate(-50deg);
}

.nature_wrap {
	position: absolute;
	right: 80px;
	top: 50px;
}

.nature_ddl {
	position: absolute;
	top: 50px;
	left: -70px;
	width: 86px;
	height: 43px;
	background-position: -309px -393px;
	-webkit-transform: rotate(0deg) scaleX(-1); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0deg) scaleX(-1); /* IE 9 */
	transform: rotate(0deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
}

.wnoise_wrap {
	position: absolute;
	right: 0;
	top: 325px;
}

.bubble.wnoise {
	/* width: 13.5rem; */
}

.wnoise_ddl {
	position: absolute;
	top: -45px;
	left: -50px;
	width: 86px;
	height: 43px;
	background-position: -309px -393px;
	-webkit-transform: rotate(45deg) scaleX(-1); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg) scaleX(-1); /* IE 9 */
	transform: rotate(45deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
}

.howto-section .prcs-icon_wrap {
	width: 54.18%;
	padding-bottom: 54.18%;
	/* padding-bottom: 0; */
	/* height: 56.805%; */
	/* height: 120px; */
}

.step-hd {
	font-weight: 900;
	font-size: 1.25em;
}

.step-info {
	margin-bottom: 0;
}

.prcs-nm {
	color: #fff;
	font-size: 4.7rem;
	font-style: italic;
	line-height: 1;
	font-weight: 700;
	vertical-align: middle;
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.smaller .prcs-nm {
	font-size: 1em;
	line-height: 1.75;
}

.package-section {
	background: url(/img/package_bg.jpg) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 6rem
}

	.package-section .bubbles {
		min-height: 700px;
	}

	.package-section .bubble {
		width: 270px;
		z-index: 60;
		background-color: #fff;
	}

.package-hd {
	color: #00698f;
}

.package-info {
	max-width: 31rem;
}

.package-img {
	display: none;
}

.library_wrap {
	position: absolute;
	left: 90px;
	top: 90px;
}

.bubble.library {
	width: 280px;
}

.library_ddl {
	position: absolute;
	bottom: 5px;
	right: -60px;
	width: 86px;
	height: 43px;
	-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(30deg); /* IE 9 */
	transform: rotate(30deg);
}

.guide_wrap {
	position: absolute;
	left: 0;
	top: 350px;
}

.guide_ddl {
	position: absolute;
	top: -25px;
	right: -50px;
	height: 43px;
	width: 86px;
	-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-25deg); /* IE 9 */
	transform: rotate(-25deg);
}

.support_wrap {
	position: absolute;
	left: 50px;
	top: 550px;
}

.support_ddl {
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 61;
	height: 61px;
	width: 59px;
	background-position: -400px -391px;
}

.manual_wrap {
	position: absolute;
	right: 70px;
	top: 130px;
}

.manual_ddl {
	position: absolute;
	top: 130px;
	left: -55px;
	width: 86px;
	height: 43px;
	-webkit-transform: rotate(-35deg) scaleX(-1); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-35deg) scaleX(-1); /* IE 9 */
	transform: rotate(-35deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
}

.bonus_wrap {
	position: absolute;
	right: -5px;
	top: 425px;
}

.bonus_ddl {
	position: absolute;
	top: -40px;
	left: -10px;
	width: 86px;
	height: 43px;
	-webkit-transform: rotate(45deg) scaleX(-1); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg) scaleX(-1); /* IE 9 */
	transform: rotate(45deg) scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
}

.as-seen-on-section {
	padding: 1.5rem 0 1rem;
}

.as-seen-on-hd {
	text-transform: uppercase;
	margin-bottom: .25rem;
	color: #929292;
	letter-spacing: .25em !important
}

ul.as-seen-logos {
	position: relative;
	display: block;
	margin-bottom: 0;
}

	ul.as-seen-logos li {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 3%;
		background: none;
		padding-left: 0;
		opacity: .85;
		width: 17.5%
	}

		ul.as-seen-logos li img {
			width: 100%
		}


.guarantee-section {
	height: auto;
	padding: 0;
}

	.guarantee-section .wrapper {
		background: url(/img/guarantee_bg.jpg) no-repeat 600px bottom;
		/* min-height: 524px; */
		padding-top: 4rem;
		padding-bottom: 4rem
	}

.guarantee-hd {
	text-align: left;
	/*   width:400px !important; */
	margin-bottom: 1em;
}

.guarantee-badge {
	/* 	height: 316px; */
	/* width: 220px; */
	width: 21.8675%;
	height: 0;
	padding-bottom: 31.41%;
	background: url(/img/guarantee_badge.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.home .guarantee-badge {
	float: right;
	margin-top: 1em;
}

.col-right .guarantee_wrap,
.sidebar .guarantee_wrap {
	margin: 6.5rem auto 1rem;
	/* width: 234px; */
	width: 100%;
	max-width: 13rem;
	padding: 0 5% 1rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f2ed;
}


.col-right .guarantee_wrap {
	margin-top: 5.5rem
}


.col-right .guarantee-badge,
.sidebar .guarantee-badge {
	position: relative;
	display: block;
	top: -4rem;
	height: 0;
	width: 80%;
	padding-bottom: 78%;
	margin: 0 auto -3.5rem;
	float: none;
	background: url(/img/guarantee_badge_sm.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.col-right p.guarantee-info,
.sidebar .guarantee-info {
	position: relative;
	display: block;
	margin-bottom: 0;
	color: #6c6e63;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	clear: both;
}

.plans-section {
	background-size: 1025px 100%;
	overflow: hidden;
}

.plans-section_bg {
	position: absolute;
	top: 0;
	bottom: 33rem;
	width: 100%;
	background: #f2f2f2 url(/img/plans_bg.jpg) no-repeat center 50px;
}

.plans-info {
	font-size: .9em;
}

.plans-wrap {
	position: relative;
	display: block;
	/* overflow: hidden; */
	width: 120%;
	left: -10%;
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	/*  white-space: nowrap;  */
	/* Remove the default scrollbar for WebKit implementations */
}

	.plans-wrap:focus {
		cursor: grabbing;
	}

	.plans-wrap::-webkit-scrollbar {
		display: none;
	}

.interaction-hint {
	display: none;
}

.plans {
	position: relative;
	clear: left;
	top: 0;
	width: 100%;
	width: 43.4rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.plan.left {
	left: .5rem;
}

.plan.right {
	right: .5rem;
}

.plan {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 31%;
	color: #878787;
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	scroll-snap-align: center;
}

.special-plan {
	margin-top: 50px;
	width: 35%;
	z-index: 20;
}

.plan-hd {
	position: relative;
	padding: 0.5em 10%;
	min-height: 5rem;
	border-bottom: 1px solid #d8d9d9;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #ffffff, #f8f8f8); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #ffffff, #f8f8f8); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.special-plan-hd_ddl1,
.pop-level-ver_ddl1 {
	position: absolute;
	background-position: -60px -490px;
	width: 96px;
	height: 68px;
	z-index: 70;
}

.special-plan-hd_ddl1 {
	top: -75px;
	/* right: -50px; */
	left: -40px;
}


.special-plan-hd_ddl2 {
	position: absolute;
	top: -30px;
	left: 42px;
	background: url('/img/arr-o-br.png') no-repeat center center;
	width: 42px;
	height: 43px;
	z-index: 71;
}

.ddl-popular-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	left: 16%;
	outline: 0px dashed #0cf;
}

.page-member.page-unlock .ddl-popular-wrap {
	left: 0;
}


.pop-level-ver_ddl1 {
	right: -144px;
	top: -40px;
}

.pop-level-ver_ddl2 {
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
	background-position: -10px -72px;
	width: 57px;
	height: 25px;
	z-index: 71;
}

.special-plan .plan-hd {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	height: auto;
}

.plan-title {
	margin-bottom: 0;
	color: #0090c4;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.35;
}

.special-plan .plan-title {
	color: #8bad00;
	font-size: 2rem;
	line-height: 1;
}

.plan-hd p {
	color: #acacac;
	font-size: .7rem;
	line-height: 1.25;
	margin-bottom: 0;
}

.special-plan .plan-hd p {
	font-size: 1em;
	/* color: #CAD98B; */
	font-weight: 600
}

.plan-features {
	margin-bottom: 0;
	padding-top: .75em;
	text-align: left;
	font-size: .65em;
}

.special-plan .plan-features {
	font-size: .7rem;
}

.plan-feature {
	border-bottom: 1px solid #efefef;
	line-height: 1.5;
	color: #878787;
}

ul li.plan-feature {
	margin-bottom: 0;
	padding: 1em 3em 1.25em 4em;
	background: url(/img/tick_blue_sm.png) no-repeat 2em 1.25em;
}

.special-plan ul li.plan-feature {
	padding-left: 3.5em;
	padding-right: 1.75em;
	background: url(/img/tick_green_sm.png) no-repeat 1.5em 1.25em;
}

.plan.left ul li.plan-feature {
	padding-left: 3em;
	padding-right: 2.5em;
	background-position: 1em 1.25em;
}


.plan.right ul li.plan-feature {
	padding-left: 4em;
	padding-right: 1.5em;
	background-position: 2em 1.25em;
}

.plan-price {
	padding-top: 1em;
	padding-bottom: 1.5em;
	background-color: #0090c4;
	line-height: 1;
	vertical-align: middle;
}

.special-plan .plan-price {
	padding-top: 1.5em;
	padding-bottom: 2em;
	background-color: #de6400;
	color: #de6400;
}

.plan-price .old-price {
	color: #066384;
	font-size: 1.35em;
	font-weight: 700;
	letter-spacing: -.05em;
	text-decoration: line-through;
}

.special-plan .plan-price .old-price {
	color: #773a08;
	font-size: 1.9em;
}

.plan-price .new-price {
	color: #fff;
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: -.05em;
}

.special-plan .plan-price .new-price {
	font-size: 3.5em;
}

.new-price .sign {
	font-size: .6em;
	vertical-align: top;
}

.bttn_wrap {
	position: relative;
	margin: 3em 0 2em;
}

.page-1col .bttn_wrap {
	display: inline-block;
	width: auto;
}

.page-upsell2 .bttn_wrap {
	margin-top: 0;
}

.page-mini .bttn_wrap {
	margin-top: 0;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}


.plan-bttn_wrap {
	position: relative;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #eeeeee, #ffffff); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #eeeeee, #ffffff); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}


.special-plan-bttn_ddl1 {
	position: absolute;
	top: 1rem;
	left: -5rem;
	background-position: -160px -490px;
	width: 117px;
	height: 55px;
}

.special-plan-bttn_ddl2 {
	position: absolute;
	top: 1rem;
	right: -4.25rem;
	background-position: -290px -489px;
	width: 102px;
	height: 51px;
}

.special-plan-bttn_ddl3 {
	position: absolute;
	top: -4rem;
	right: 0;
	background-position: -100px -40px;
	width: 107px;
	height: 67px;
}

.page-getstarted .special-plan-bttn_ddl1,
.page-1col .special-plan-bttn_ddl1 {
	background-position: -10px -40px;
	width: 84px;
	height: 39px;
}

.page-getstarted .special-plan-bttn_ddl2,
.page-1col .special-plan-bttn_ddl2 {
	background-position: -10px -90px;
	width: 70px;
	height: 34px;
}


.page-1col .special-plan-bttn_ddl1 {
	top: 0px;
	left: -95px;
}


.page-1col .special-plan-bttn_ddl2 {
	top: 0px;
	right: -80px;
}

.page-getstarted .special-plan-bttn_ddl1 {
	top: .5rem;
	left: -90px;
}

.page-getstarted .special-plan-bttn_ddl2 {
	top: .5rem;
	right: -80px;
}

.page-upsell2 .special-plan-bttn_ddl2,
.page-upsell2 .special-plan-bttn_ddl1 {
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.security-seals {
	width: 100%;
	max-width: 31rem;
	display: block;
	position: relative;
	margin: 2em auto 1em;
	overflow: visible;
}

.main .security-seals {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
}

.seal {
	display: inline-block;
	vertical-align: top;
	margin-right: .5em;
	margin-left: .5em
}

	.seal.cards {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

.main .seal.paypal {
	width: 200px;
}

.seal.secure {
	margin-top: .5em;
	width: 100%;
	max-width: 21em;
	text-align: left;
	font-size: .8em;
	line-height: 1.125;
}

.main .seal.secure {
	margin: 0 auto 2em;
	display: block;
	float: none;
	text-align: center;
}

.home .seal.secure {
	text-align: center;
}

.secure-title {
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: 2.25;
	padding-left: 30px;
	margin-bottom: .35rem;
}

.secure-txt {
	display: block;
}

.main .secure-title {
	display: inline-block;
}

.seal.credit-cards {
	/* 	width: 4.35rem; 
margin-top: 0.45em; */
	width: 87px;
	margin-top: 10px;
}

.secure-title:before {
	content: "";
	position: absolute;
	left: 0;
	height: 31px;
	width: 24px;
	background-position: -421px -264px;
}

.seal.trust-guard {
	position: relative;
	display: block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%
}

	.seal.trust-guard a {
		position: relative;
		display: inline-block;
		margin: 0 .2em .5em;
		outline: 0px dashed #0cf;
	}

		.seal.trust-guard a img {
			display: block;
			position: relative;
			margin: 0;
			padding: 0
		}

		.seal.trust-guard a:nth-child(3) {
			margin-left: 0em;
			outline: 1px dashed #c0f;
		}

.trustpilot-wrap {
	padding: 1.5rem 0 0.5rem;
}

.note {
	line-height: 1.25;
	margin: 1em auto;
	text-align: center;
}

.get-alert {
	margin: 0 16px 0 0;
	vertical-align: bottom;
}

label[for=sms_on] {
	color: #62552f;
	font-size: .875em;
	display: block;
	font-weight: 400;
	text-indent: -26px;
	margin: 0;
	padding: 0 1em 1.25em 3.438em;
}

.accept-tos_wrap {
	text-align: center;
	margin: 2em auto !important;
	display: inline-block !important;
	width: 100%;
	padding: 0 1.35%;
}

.getstarted-section {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

	.getstarted-section .wrapper {
		max-width: 820px;
	}

.getstarted-hd {
	font-size: 3.55556em;
	line-height: 1;
	margin-bottom: .5em;
}

.down-arrows {
	background-position: -10px -80px;
	height: 33px;
	width: 46px;
}

.getstarted-section .down-arrows {
	position: relative;
	display: block;
	margin: 0 auto 2em;
}

.getstarted-section .section-txt {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.getstarted-info {
	margin-bottom: 3em;
	font-size: .889em;
	line-height: 1.6667em;
}

.fieldset-wrap {
	margin-bottom: 2em;
}

.paymodes_wrap.fieldset-wrap {
	margin-bottom: 1em;
}

.payment-hd, .for_cardno {
	position: relative;
}

.payment-hd {
	margin-right: 50px;
	/*Room for pseudo icon*/
	white-space: nowrap;
}

.for_card {
	position: relative;
	display: inline-block;
	padding-right: 82px;
	margin-right: 4px;
}

.payment-hd:after {
	content: "";
	display: block;
	position: absolute;
	right: -40px;
	top: -40px;
	height: 31px;
	width: 24px;
	background-position: -60px -80px;
}

.for_card:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	height: 21px;
	width: 72px;
	background-position: -10px -10px;
}

.for_card_wrap {
	white-space: nowrap;
}

.security_seal {
	position: relative;
	top: .25em;
	float: right;
}

.faq-section-hd {
	margin-bottom: 1em;
}

.faqs {
	vertical-align: top;
}

ul.faq {
	list-style: none;
	padding: 0;
}

.faq {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	font-size: .75em;
	line-height: 1.6;
	text-align: left;
}

ul li.faq {
	background: none;
	padding: 0;
}

.faq .q {
	padding-bottom: 1em;
	font-weight: 700;
	border-bottom: 3px solid #3ac0f1;
}

.faq.alt .q {
	border-color: #0090c4;
}

.faq .q, .faq .a {
	color: #201f1f;
}

.cart-error {
	display: block;
	font-weight: normal;
	margin: 10px;
	color: tomato;
	font-size: 1em;
}
/*------------------------------------*\
			$JKSYUNS
\*------------------------------------*/

.yt2:before {
	background-image: url(/img/css/sprites/thank.png);
}


.yt2 {
	position: relative;
	padding-left: 45px;
}

	.yt2:before {
		position: absolute;
		display: block;
		left: 180px;
		top: 27%;
		margin-top: -10px;
		height: 19px;
		width: 49px;
		content: "";
		background-position: -140px -50px;
	}



.custom-underline {
	border-bottom: 1px solid black;
}

/*------------------------------------*\
			$THANK YOU
		\*------------------------------------*/

.s-t,
.audio-samples-hd:before,
.coupon-box:before,
.coupon-box:after,
.amount:before,
.code:before,
.info-msg:before /*Thank You Sprite*/ {
	background-image: url(/img/css/sprites/thank.png);
}

.yt {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 0;
}

.audio-samples-hd:before {
	position: absolute;
	display: block;
	left: 0rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* margin-top: -10px; */
	height: 19px;
	width: 49px;
	content: "";
	background-position: -140px -50px;
}

.audio-samples {
	position: relative;
	display: block;
	width: 100%;
	/* max-width: 29rem; */
	max-width: 580px;
	background-color: #efefef;
	border-radius: .5rem;
	padding: 1em 1em 1em;
	margin: 0 auto 1rem;
}

.audio-samples-hd {
	position: relative;
	display: inline-block;
	font-weight: 600;
	padding-left: 3rem;
	margin-bottom: .25rem;
	margin-left: auto;
	margin-right: auto;
}

.audio-samples-text {
	/* max-width: 30rem; */
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.audio-samples-links {
	text-align: left;
	margin-bottom: 0;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.content .audio-samples-links li {
	font-size: .8rem;
	margin-bottom: .35em;
	padding-left: 0;
	background: none;
	list-style: circle;
}

	.content .audio-samples-links li + li {
		/* margin-bottom: .5em; */
	}

.content .audio-samples-links a {
	border-bottom: 1px solid #8bad00;
}

.coupon-box {
	position: relative;
	background-color: #fffad9;
	border: 4px dashed #191919;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	max-width: 584px;
	z-index: 0
}

	.coupon-box a {
		border-bottom: 1px dashed #191919;
	}

	.coupon-box:before {
		position: absolute;
		display: block;
		right: -30px;
		top: -50px;
		height: 89px;
		width: 91px;
		content: "";
		background-position: -200px -10px;
	}


	.coupon-box:after {
		position: absolute;
		display: block;
		left: 50px;
		bottom: -46px;
		height: 42px;
		width: 74px;
		z-index: -1;
		content: "";
		background-position: -10px -130px;
		outline: 0px dashed #00f;
	}


.coupon-hd {
	color: #f45625;
	font-family: Bevan, serif;
	font-size: 1.725rem; /*34/18*/
	margin-left: auto;
	margin-right: auto;
}

	.coupon-hd.larger {
		font-size: 3em; /* 54/18*/
	}

	.coupon-hd .larger {
		font-size: 1.588em; /* 54/34*/
		line-height: 1.125
	}

.coupon-box .sub-hd {
	font-weight: 400;
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.coupon-box ol.process {
	padding: 0;
}

.coupon-box .process {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 18.5rem;
	outline: 0px dashed #00f;
}

.coupon-box .prcs-step {
	display: block;
	width: auto;
	font-size: 0.9444em;
	font-style: normal;
	line-height: 1.4122;
	text-align: left;
	margin-bottom: 1em;
	margin-left: 2.5rem;
	padding: 0;
	outline: 0px dashed #0f0
}

.amount {
	position: relative;
}

	.amount:before {
		position: absolute;
		display: block;
		height: 31px;
		width: 126px;
		top: .9em;
		left: -10px;
		content: "";
		background-position: -10px -10px;
	}

.discount-code-wrap {
	margin-top: 1rem;
	position: relative;
	display: block;
	text-align: center;
	padding-right: 10%;
	outline: 0px dashed #0cf;
}

.code {
	position: relative;
	top: -4px;
	font-family: courier, sans-serif;
	border-bottom: 2px solid #191919;
}

	.code:before {
		position: absolute;
		display: block;
		height: 44px;
		width: 122px;
		top: -0.5em;
		left: -24px;
		content: "";
		background-position: -10px -50px;
	}

.input-code {
	font-size: 16px;
	width: 150px;
	margin-left: 10px;
	vertical-align: middle
}

.stamp-ltd {
	display: block;
	position: absolute;
	bottom: .5rem;
	right: 10px;
	height: 65px;
	width: 130px;
	background-position: -160px -110px;
}

.info-msg {
	position: relative;
	padding-left: 70px;
	font-size: 0.8889rem;
	line-height: 1.35;
	text-align: left;
}

	.info-msg:before {
		position: absolute;
		display: block;
		height: 60px;
		width: 60px;
		top: 0em;
		left: 0px;
		content: "";
		background-position: -90px -110px;
	}

.btn-wrap {
	position: relative;
	display: inline-block;
	width: auto;
}

.btn-continue {
	display: block;
}

	.btn-continue:hover {
		background-color: #e94a37;
	}

.btn-continue {
	background-color: #e94a37 !important;
	font-size: 1.35rem;
	line-height: 1;
	letter-spacing: .025em;
	padding: 1em 2.5em 1em 2em;
	color: rgba(255,255,255,1);
	font-weight: 400;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	cursor: pointer;
}

	.btn-continue a, .btn-continue a:visited {
		color: rgba(255,255,255,1);
	}

	.btn-continue .icon {
		position: relative;
		left: .5em;
		font-weight: 400;
		font-size: 1.25em;
		line-height: .5;
	}

.ddl {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	outline: 0px dashed #0cf;
}

.arrow-r-b {
	width: 6em;
	height: 3em;
	background-image: url(/img/css/sprites/ddl-arr-r-b.png);
	outline: 0px dashed #0cf;
	visibility: visible;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}


.btn-continue-wrap .ddl {
	top: -0.2rem;
	right: -7rem;
}

/*------------------------------------*\
			$FORMS
			\*------------------------------------*/
form, fieldset {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	box-sizing: border-box;
}

fieldset {
	width: 100%;
}

/* align checkboxes,radios,text inputs with their label */
input[type=radio] {
	vertical-align: text-bottom;
}

input, .StripeElement {
	vertical-align: text-bottom;
}

	input[type=checkbox] {
		vertical-align: bottom;
		vertical-align: baseline;
	}

.ie6 input {
	vertical-align: text-bottom;
}

/*  Remove Webkit Search Input Styles*/
input, button {
	-webkit-appearance: none;
}

	input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
		display: none;
	}

	/* hand cursor on clickable input elements */
	label, input[type=button], input[type=submit], button {
		cursor: pointer;
	}

		label.error {
			display: block;
			color: #ef100b;
			font-style: italic;
			font-size: .928em;
			line-height: 1.615;
		}

input, button, select, .StripeElement {
	height: 34px;
}

.order-info input, .order-info button, .order-info select, .order-info .StripeElement {
	height: 2rem;
}


.select-wrap {
	padding: 0 !important;
}

button.special {
	height: auto;
}

input,
textarea,
select,
select, .StripeElement {
	/* Size and position */
	width: 100%;
	background-color: #fff !important;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

input, textarea, select, .StripeElement {
	border: 1px solid #d0dad2;
}

.select-wrap {
	position: relative;
}


.level-select-wrap,
.lbl-level {
	display: inline-block !important;
	vertical-align: text-top;
	margin-bottom: 0;
}

.lbl-level {
	padding-top: 5px;
	width: auto;
	margin-right: 0.5em;
}

	.lbl-level h4 {
		font-style: normal;
	}

.lbl-level-hd {
	font-size: 1.125rem;
}

.level-select-wrap {
	width: 10rem;
}


input:disabled, textarea:disabled, select:disabled {
	background-color: #f5f2f2;
}

input, textarea, select, .StripeElement, button {
	padding: 4px 10px;
}

input, textarea, select, .divider, .StripeElement {
	color: #676767;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1 !important;
}

.input-copy {
	position: relative;
	display: inline-block;
	background-color: transparent !important;
	font-family: courier, sans-serif;
	font-size: 18px;
	font-weight: 700;
	/* border: 0!important; */
	border: 2px solid #191919 !important;
	width: 6.25rem;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%
}

select {
	position: relative;
	top: 0;
	/* padding: 0px 10px 0px 10px; */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* border: 0; */
	outline: 0;
	/* Fallback */
	background-color: #fff;
	background-image: url(/img/combobox_arrow.png);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: 10px auto, 100%;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	font-style: italic;
	/*Remove default arrow style in FF*/
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	margin-bottom: .25em;
}

	select:focus option {
		background-color: #fff;
		color: #5c564a;
		font-style: normal;
	}

	select::-ms-expand {
		/*Remove default arrow style in IE10*/
		display: none;
	}

	select option {
		font-style: normal !important;
	}

.ie8 input, .ie8 textarea, .ie8 select {
	border-color: #DACB99 !important;
}

::-webkit-input-placeholder {
	padding-top: 2px;
	color: #454545;
	font-style: italic;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #454545;
	font-style: italic;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #454545;
	font-style: italic;
}

:-ms-input-placeholder {
	padding-top: 2px;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	padding-top: 2px;
	color: #aaa;
	font-style: italic;
}

input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	/*Make it lighter in webkit on focus*/
	padding-top: 3px;
	color: #bbb !important;
}

input[type=text]:focus::-moz-input-placeholder, input[type=email]:focus::-moz-input-placeholder, input[type=tel]:focus::-moz-input-placeholder, textarea:focus::-moz-input-placeholder {
	/*Make it lighter in FF on focus*/
	color: #dcdcdc !important;
	font-style: italic;
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-moz-input-placeholder, textarea::-moz-input-placeholder {
	color: #454545;
	font-style: italic;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #777;
	font-style: italic;
}

input:hover, textarea:hover, select:hover, .StripeElement:hover {
	border-color: #b5afa1;
	background-color: #fff;
	outline: 0;
}


input:focus, textarea:focus, select:focus, .stripe .StripeElement--focus {
	border-color: #0090c4;
	background-color: #fff;
	color: #5c564a;
	font-style: normal;
	outline: none;
	/* Overrides Default Border in Chrome*/
	-webkit-box-shadow: 0 0 6px rgba(58,192,241,0.5);
	box-shadow: 0 0 6px rgba(58,192,241,0.5);
	-webkit-appearance: none !important;
}

option:not(:first-child) {
	font-size: .9em;
	white-space: normal;
	word-break: break-all;
}

.select-wrap {
	position: relative;
	padding: 0 !important;
	margin-bottom: 4px;
	display: block;
	overflow: hidden;
}

	.select-wrap:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0px;
		height: 100%;
		width: 30px;
		z-index: 100;
		background: #fff url(/img/combobox_arrow.png) no-repeat center center;
		pointer-events: none;
		/* Allow clicking through arrow image*/
	}

	.select-wrap:focus {
		border: 1px solid #4e9ac7 !important;
		outline: none;
		-webkit-appearance: none;
	}

.box-rounded {
	background-color: #eeefe9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

.fieldset {
	vertical-align: top;
}

.fieldset-hd {
	border-bottom: 2px solid #fff;
	padding: 1em .65em 0;
	margin-bottom: 0;
}

.paymodes_wrap .fieldset-hd {
	padding-bottom: 1em
}

.order-review .fieldset-hd {
	border-bottom: 0;
}



.paymodes {
	display: inline;
	margin-left: 1em
}

label[for="pp"],
label[for="cc"] { /*for IE11*/
	display: inline-block;
	/* 	width: auto; */
}

label[for="pp"] {
	margin-left: 20px
}

.paymode_img {
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
}

#form-elements {
	margin-bottom: -20px;
}

.form-elmnts {
	display: block;
	width: 96%;
	margin: 1em auto 1em;
}

	.form-elmnts hr {
		color: white;
		display: block;
		clear: both;
		height: 0;
		border-top: 1px solid white;
		margin-top: 1rem;
		margin-bottom: 1rem
	}

.elmnt-group {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

	.elmnt-group input,
	.elmnt-group button {
		margin-bottom: 0;
	}

.order-info .elmnt-group {
	width: 49.5%;
	padding: 0 1%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: .25em;
}

.elmnt {
	position: relative;
}

ul.card_logos {
	display: inline-block;
	position: absolute;
	margin-left: .25rem;
	margin-bottom: 0rem;
	padding: 0;
	top: -5px;
}

.cv-ex__group-wrap {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.cv-ex__group + .cv-ex__group {
	margin-left: 6%;
}

.cv-ex__group {
	-webkit-flex: 0 1 114px;
	flex: 0 1 114px;
}

.elmnt-group a {
	display: inline;
}

.elmnt-group.expand {
	width: 100%;
	float: none;
}

.elmnt {
	text-align: left;
	display: inline-block;
}

label.formonth {
	width: 100%;
}

.elmnt.divider {
	padding: .1em 0 .25em .5em;
	vertical-align: middle;
	color: #c0b9aa;
}

.month-wrap, .year-wrap {
	width: 44%;
	float: left;
	display: inline;
	min-width: 110px;
}

.year-wrap {
	float: right;
}

.elmnt-group label {
	position: relative;
	display: inline-block;
	/* float: left; */
	margin: 0 .15em .1em;
	font-weight: 700;
	letter-spacing: .025em;
}

label.error {
	display: block;
	color: #ef100b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
}

.order-info label.error {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
}

.section-dark label.error {
	display: inline-block;
	vertical-align: top;
	color: rgba(255,255,255,0.85);
	background-color: #ef100b;
	background-color: rgba(239,16,11,0.7);
	padding: .3em .5em .5em;
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
	position: relative;
	line-height: 1;
	/* top: -7px;  */
}


label[for="termscheck"].error {
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	top: -.85rem;
}

.elmnt-group.stripe label {
	display: block;
	float: none;
	margin: 0 .15em .3em;
}




.elmnt-group.stripe .StripeElement {
	padding-top: 8px !important;
}

.payment-details .col1 {
	width: 40%;
	min-width: 270px;
}

.payment-details .col2.col_card-no {
	width: 60%;
	max-width: 520px;
}

.terms-check-wrap {
	position: relative;
	display: block;
	margin-bottom: 1.5em;
	text-align: center;
}

/*------------------------------------*\
		$SIGNUP
		\*------------------------------------*/


.subscribe-wrap {
	position: relative;
	display: block;
}

	.subscribe-wrap td {
		vertical-align: top;
		height: 44px;
	}

.email-box-cell {
	width: auto;
}

.email-box {
	position: relative;
	width: 100%;
	-webkit-appearance: none !important;
}

.subscribe-cell, .submit-btn {
	width: 100px;
}

.submit-btn {
	position: relative;
	width: 100%;
	padding: 0;
}

.full-name {
	margin-bottom: 1em !important;
}

.left-inline {
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.right-inline {
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

label {
	color: #00698f;
	padding: 0;
	font-size: .7em;
	font-weight: 400;
	text-align: left;
}

	label[for="termscheck"] {
		font-size: 1em;
		line-height: 1.35;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		outline: 0px dashed #0cf;
		/* padding-left: 1.75rem; */
	}


		label[for="termscheck"] span {
			-webkit-flex: 0 1 auto;
			flex: 0 1 auto;
		}

input[type=checkbox] + label[for="termscheck"]:before {
	-webkit-flex: 0 0 20px;
	flex: 0 0 20px;
	top: 0;
	left: 0;
	margin-right: .5rem
}

.help-link {
	margin-left: .5em;
	font-size: .778em;
	display: inline;
}

input[type=submit], input[type=button], button, .bttn, .bttn:visited {
	/* Size and position */
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 1.25em 2em;
	/* Font styles */
	color: #fff;
	font-size: .8em;
	font-weight: 700;
	font-family: Lato, sans-serif;
	letter-spacing: .05em;
	text-transform: normal;
	text-align: center;
	/* Styles */
	background-color: #00698f;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	input[type=submit]:hover, input[type=button]:hover, button:hover, .bttn:hover, input[type=submit]:focus, input[type=button]:focus, button:focus, .bttn:focus {
		color: #fff;
		background-color: #00A5E0;
	}

	input[type=submit]:active, input[type=button]:active, button:active, .bttn:active {
		-webkit-transition: color .3s ease-out;
		-moz-transition: color .2s ease-out;
		-ms-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .2s ease-out;
	}

	input[type=submit].special, input[type=button].special, button.special, .bttn.special {
		color: #fff;
		background-color: #8bad00;
	}

	.bttn.larger {
		font-size: 1.125em;
		padding: 0.75em 0.75em;
	}


.page-1col .bttn.larger {
	padding: 1em 2em;
}




input[type=submit].special:hover, input[type=button].special:hover, button.special:hover, .bttn.special:hover, input[type=submit].special:focus, input[type=button].special:focus, button.special:focus, .bttn.special:focus {
	background-color: #A3CC00;
}

.bttn-submit_wrap {
	position: relative;
	display: inline-block;
	/* width: 100%; */
}


.special-plan .plan-bttn_wrap {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.plan .plan-bttn {
	width: 80%;
	max-width: 9.5rem;
	padding: 0.75em 2%;
	text-transform: uppercase;
}

.special-plan .plan-bttn {
	display: inline-block;
	/* width: 100%;	 */
	max-width: 12.5rem;
	padding: 0.75em 2%;
	background-color: #8bad00;
	font-size: 1.111rem;
}

#form_getstarted .bttn-submit_ddl_wrap {
	text-align: center;
}

#form_getstarted .bttn-submit_wrap {
	display: inlie-block;
	margin: 0 auto;
	width: auto;
	/* width: 320px; */
}

.btn-checkout-submit {
	padding: 1em 1.5em;
	font-size: 1.2222em;
	text-transform: none;
	width: auto;
}



.page-upsell2 .submit.bttn {
	display: block;
	padding-left: 2.125em;
	padding-right: 2.125em;
}

.page-upsell .col-left,
.page-upsell .col-right {
	display: inline-block;
	vertical-align: top;
}

.page-upsell .col-left {
	width: 67.81%;
	float: left;
	clear: left;
}

.page-upsell .col-right {
	width: 28.9%;
	float: right;
	clear: right;
}

.page-upsell .product_pic {
	display: block;
	width: 100%;
	max-width: 13rem;
	margin-left: auto;
	margin-right: auto;
}

.ie9 input[type=submit], .ie9 input[type=button], .ie9 button, .ie9 .bttn {
	border-radius: 0;
}

select.error,
select.error:focus,
input.error,
input.error:focus {
	border-color: rgba(239,16,11,0.5);
}

	select.error:focus,
	input.error:focus {
		-webkit-box-shadow: 0 0 6px rgba(239,16,11,0.25);
		box-shadow: 0 0 6px rgba(239,16,11,0.25);
	}

select.valid,
select.valid:focus,
input.valid,
input.valid:focus {
	border: 1px solid rgba(52, 209, 163, 1);
}

	select.valid:focus,
	input.valid:focus {
		-webkit-box-shadow: 0 0 6px rgba(52, 209, 163, .25);
		box-shadow: 0 0 6px rgba(52, 209, 163, .25);
	}

.order-price_wrap {
	background-color: #eeefe9;
	padding: 1px;
	width: 100%;
}

.order-price {
	background-color: #fff;
	padding: 1.25em;
	margin: 0;
	font-size: .9em;
}

ul.pricing-detail li {
	background: none;
	margin: 0;
	padding: .5em 0;
	border-bottom: 2px solid #f3f3f3;
}

.pricing-detail .price {
	font-style: italic;
	text-align: right;
	float: right;
}

.pricing-detail .total {
	font-size: 1.263157rem;
	line-height: 1.2;
	font-weight: 700;
}

.order-price__lc {
	display: block;
	color: #666;
	font-size: .65em;
	letter-spacing: 0;
	font-style: normal;
	font-weight: 400;
}

.btn-copy-code {
	width: auto;
	padding: 0 1em;
	background-color: #8bad00;
	border: 2px solid #191919 !important;
	box-shadow: inset 0px -1px 1px 0 rgba(0,0,0,.25), inset 0px 2px 1px 0 rgba(255,255,255,.35)
}

.inline-field {
	display: inline-block;
	vertical-align: top;
	height: 1.9rem;
	border-radius: 0;
}

.inline-left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.inline-right {
	position: relative;
	left: -6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*--- $TESTIMONIALS ---*/

.testimonial {
	margin: 0 auto 3rem;
	color: #201f1f;
	font-size: .8rem;
	line-height: 1.5;
	font-style: italic;
	text-align: left;
}

.sidebar .testimonial {
	margin-bottom: 1.5rem;
}

.testimonial.larger {
	max-width: 28rem;
	font-size: 1em;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.testimonial p,
.page.narrow .testimonial p {
	margin-bottom: 0;
}


.blockquote {
	margin: 0;
	padding: 0;
}

.testimonial.larger .blockquote {
	margin: 0.75em 0.35em 1em 0.5em;
}

.blockquote .text {
	display: inline-block;
	float: left;
	width: 82%;
}

.testimonial.larger .blockquote .text {
	width: 90% !important;
}

.blockquote .quotes {
	display: block;
	float: left;
	margin: 0 3% 0 0;
	height: 21px;
	width: 29px;
	background-position: -90px -10px;
}

.testimonial .credit {
	position: relative;
	display: block;
	font-size: .9em;
	font-style: normal;
	margin-top: 1rem;
	left: 4px;
}

.testimonial.larger .credit {
	font-size: .8em;
	left: 20px;
}

.user-pic_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: .5em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.user-pic_wrap,
.user-pic {
	height: 2.4rem;
	width: 2.4rem;
}

.testimonial.larger .user-pic_wrap {
	margin-right: 1em;
}

.testimonial.larger .user-pic_wrap,
.testimonial.larger .user-pic {
	height: 3.5rem;
	width: 3.5rem;
}


.testimonial .user-pic {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 30;
}

.user-info {
	position: relative;
	vertical-align: top;
	display: inline-block;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	width: 73%;
	line-height: 1.35
}

.testimonial.larger .user-info {
	vertical-align: text-top;
	margin-top: .5rem
}

/* ============================================================================================================================
		== BUBBLE WITH A BORDER AND TRIANGLE
		** ============================================================================================================================ */
/* THE SPEECH BUBBLE
	------------------------------------------------------------------------------------------------------------------------------- */
.triangle-border {
	position: relative;
	padding: 15px;
	margin: 0 0 .5em;
	border: 2px solid #eeefe9;
	color: #333;
	background: #fff;
	/* css3 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

	/* Variant : for left positioned triangle
	------------------------------------------ */
	.triangle-border.left {
		margin-left: 30px;
	}

	/* Variant : for right positioned triangle
	------------------------------------------ */
	.triangle-border.right {
		margin-right: 30px;
	}

	/* THE TRIANGLE
	------------------------------------------------------------------------------------------------------------------------------- */
	.triangle-border:before {
		content: "";
		position: absolute;
		bottom: -14px;
		/* value = - border-top-width - border-bottom-width */
		left: 40px;
		/* controls horizontal position */
		border-width: 14px 14px 0;
		border-style: solid;
		border-color: #eeefe9 transparent;
		/* reduce the damage in FF3.0 */
		display: block;
		width: 0;
	}

	/* creates the smaller  triangle */
	.triangle-border:after {
		content: "";
		position: absolute;
		bottom: -11px;
		/* value = - border-top-width - border-bottom-width */
		left: 43px;
		/* value = (:before left) + (:before border-left) - (:after border-left) */
		border-width: 11px 11px 0;
		border-style: solid;
		border-color: #fff transparent;
		/* reduce the damage in FF3.0 */
		display: block;
		width: 0;
	}

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
label[for="termscheck"] {
	position: relative;
	/* display: inline-block; */
	font-size: 1em;
	vertical-align: middle;
}

input[type=checkbox] + label[for="termscheck"]:before {
	/* display: inline-block; */
	position: relative;
	top: 0;
	left: -.45em;
	margin-right: 0;
	content: '';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(/img/check-n-radio.png);
}


input[type=radio], input[type=checkbox] {
	position: absolute;
	left: -999em;
}

input[type=radio], input[type=checkbox] {
	position: absolute;
	display: inline-block;
	opacity: 0;
	vertical-align: middle;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
}


	input[type=checkbox] + label:before, input[type=radio] + label:before {
		display: inline-block;
		position: relative;
		top: .5em;
		left: -.45em;
		margin-right: 0;
		content: '';
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-image: url(/img/check-n-radio.png);
	}

	input[type=checkbox] + label:before {
		background-position: 0 -21px;
	}

	input[type=checkbox].error + label:before {
		background-position: 0 -43px;
	}


	input[type=checkbox]:checked + label:before {
		background-position: 0 0;
	}

	input[type=radio] + label:before {
		background-position: -20px -21px;
	}

	input[type=radio]:checked + label:before {
		background-position: -20px 0px;
	}

	input[type=radio].error + label:before {
		background-position: -20px -43px;
	}



/* Remove the custom styling for IE 7-8 */
.ie8 input[type=checkbox] + label:before, .ie8 input[type=radio] + label:before {
	display: none;
	content: none;
}

.ie8 input[type=checkbox], .ie8 input[type=radio] {
	position: static;
	left: 0;
}

.ie8 input[type=checkbox], .ie8 input[type=radio] {
	position: relative;
	top: 15px;
	margin-right: .35em;
}

.tooltip {
	display: none;
	position: absolute;
	top: 30px;
	z-index: 100;
	margin-bottom: 1em;
	padding: .5em .85em;
	right: 20%;
	width: 240px;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 2px 0;
	background-color: #222;
	background-color: rgba(0,0,0,0.85);
	border-radius: 4px;
	-moz-background-clip: padding;
	/* Firefox 3.6 */
	-webkit-background-clip: padding;
	/* Safari 4? Chrome 6? */
	background-clip: padding-box;
	/* Firefox 4, Safari 5, Opera 10, IE 9 */
	color: #fdfdfd;
	font-size: .875em;
	font-weight: 400;
	line-height: 20px;
	text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
	text-align: left;
}

	.tooltip:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-width: 7px;
		border-style: solid;
		border-color: #222;
		border-color: rgba(0,0,0,0.85) transparent transparent;
		bottom: -14px;
		left: 120px;
	}

.ie8 .tooltip:after {
	display: none;
}

.links_wrap {
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: left;
	font-size: 0.8889em;
	width: 100%;
	max-width: 400px;
}

.tab_wrap .links_wrap {
	width: 100%;
	margin-bottom: 1em;
	max-width: none
}

.link {
	display: inline;
	position: relative;
	padding-right: 30px;
}


.link-icon {
	padding-right: 0;
}

.links_wrap p {
	margin-bottom: 1em;
}

.links_wrap a:link,
.links_wrap a:visited {
	border-bottom: 0;
}

.link-txt {
	background: none;
}

.link.download:before,
.link.voucher:before,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
	content: "";
	display: inline-block;
	position: relative;
}


.link-type,
.link.download:before,
.link.voucher:before {
	left: -6px;
	vertical-align: text-top;
	width: 24px;
	height: 24px;
}


.link-type {
	left: 0;
}

.link-file-type,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
	vertical-align: middle;
	right: -8px;
}

.link-file-type {
	right: 0;
}

.link-type,
.link.download:before {
	background-position: -80px -10px;
}

.link-voucher,
.link.voucher:before {
	background-position: -110px -10px;
}

.link-type-pdf,
.link.pdf:after {
	height: 22px;
	width: 16px;
	background-position: -80px -40px;
}

.link-type-mp3,
.link.mp3:after {
	height: 22px;
	width: 18px;
	background-position: -100px -40px;
}

.link-type-url,
.link.url:after {
	height: 12px;
	width: 12px;
	background-position: -120px -40px;
}

.link-parts {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*IE 10 , 11 & Edge only*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.links_wrap ol li {
		line-height: .5;
	}

	.links_wrap ol .link-parts {
		position: relative;
		top: -.75rem;
	}
}

@supports (-ms-ime-align:auto) {
	.links_wrap ol li {
		line-height: .5;
	}

	.links_wrap ol .link-parts {
		position: relative;
		top: -.75rem;
	}
}

.link-part {
	position: relative;
	vertical-align: top;
	margin-right: .5em;
	outline: 0px dashed #0cf;
}

.link-txt {
	line-height: 1.25;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}


.link-type {
	-webkit-flex: 0 0 24px;
	flex: 0 0 24px
}

.link-file-type {
	-webkit-flex: 0 0 20px;
	flex: 0 0 20px;
	position: relative;
	outline: 0px dashed #f00;
}

	.link-file-type.url {
		-webkit-flex-basis: 16px;
		flex-basis: 16px;
	}

	.link-file-type a {
		position: absolute;
		height: 100%;
		width: 100%;
		outline: 0px dashed #0cf;
	}

.links_wrap ol li {
	padding-left: .25em;
}

.link-type-icon {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.tabscontent {
	clear: both
}

	.tabscontent .section-divider {
		margin-bottom: 2em;
		margin-top: -0.5em;
	}

.karl-downloads-pic {
	float: right;
	margin-left: .5rem;
}

.footnote p {
	font-size: 14px;
}

.bonus-section .links_wrap {
	max-width: 410px
}

.warning-box {
	position: relative;
	display: block;
	background-color: beige;
	border-radius: .25em;
	font-size: 1.5rem;
	font-weight: 600;
	max-width: 31rem;
	text-transform: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
}

	.warning-box strong {
		position: relative;
		display: block;
		font-size: 1.25rem;
		line-height: 1.25;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 0;
		color: darkgoldenrod;
		vertical-align: middle;
		padding-left: 7%;
		padding-bottom: .5rem;
		width: 19rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -1rem;
	}

		.warning-box strong::before {
			content: "";
			position: absolute;
			display: block;
			top: 35%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			vertical-align: middle;
			height: 1.2rem;
			width: 1.5rem;
			left: .5rem;
			margin-right: 0;
			background-image: url("/img/icon_alert.png");
			background-repeat: no-repeat;
			-webkit-background-size: contain;
			background-size: contain;
		}


	/* .warning-box p{
	margin: 0;
	background-color: beige;
	font-size: 16px;
	line-height: 1.5!important;
	color: #5A5A50!important;
} */
	.warning-box p {
		margin: 0;
		padding: 0em 5% 1.5em;
		font-size: 16px;
		line-height: 1.5 !important;
		color: #5A5A50 !important;
		/* white-space: normal!important; */
	}
/*---------- Tabs --------------*/

.tab_wrap {
	margin-bottom: 1.5rem;
}

.tabContainer {
	width: 100%;
}

.tabs {
	height: 30px;
}

	.tabs > ul {
		font-size: 1em;
		list-style: none;
	}

		.tabs > ul > li {
			position: relative;
			top: 3px;
			margin: 0;
			padding: .35rem 1rem;
			display: block;
			float: left;
			color: #FFF;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
			border: 3px solid #eeefe9;
			border-bottom: 0;
			background: #f4f5f0; /* old browsers */
		}


.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #f4f5f0; /* old browsers */
	border: 3px solid #eeefe9;
	margin: 0;
	padding: 1.5em 6% 1em;
}

.title-article {
	display: block;
	background-color: #0090c4;
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 2em;
	padding: 0.5em 0.5em;
}


/*------------------------------------*\
			$FOOTER
			\*------------------------------------*/
.footer {
	position: relative;
	display: block;
	padding: 4rem 0;
	color: #929292;
	font-size: .7em;
	background-color: #3e3e3e;
	overflow: hidden;
	outline: 0px dashed #0f0;
}

.page .footer {
	margin-top: -4.5em;
	padding-top: 9.5em;
}

.footer-left {
	float: left;
	max-width: 37.5rem;
	width: 80%;
	outline: 0px dashed #0f0;
}

.footer-right {
	float: right;
	width: 17%;
	outline: 0px dashed #0f0;
}

.footer .sub-hd {
	font-size: 1.285em;
	margin-bottom: .5em;
}

.footer a {
	color: #ebebeb;
	text-decoration: none;
}

	.footer a:hover {
		color: #fff;
	}

.footer .videos, .footer-menu, .copyright_wrap {
	display: block;
	width: 100%;
	margin-bottom: 3em;
}

.videos-gallery {
	position: relative;
	display: block;
	margin-top: 2em;
}

.footer .videos-gallery {
	padding-bottom: 0em;
	margin-bottom: 2em;
	border-bottom: 1px solid #6b6b6b;
}


.footer-menu {
	float: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

	.footer-menu ul {
		margin-bottom: 0;
	}

.menu-item-social {
	opacity: .9;
}

.footer .videos, .footer-menu, .copyright_wrap {
	margin-bottom: 1em;
}

.page-thank .copyright_wrap {
	text-align: center;
	margin-bottom: 1.5rem;
}

.copyright {
	font-size: .9257em;
	vertical-align: middle;
	margin-bottom: 0;
}

ul.terms-widget {
	font-size: .9257em;
}

.footer-widget .copyright__txt {
	margin-bottom: .25rem;
}

.yt-icon {
	display: inline-block;
	background-position: -398px -480px;
	width: 23px;
	height: 22px;
	margin-right: .25em;
	vertical-align: top;
}

.aff-program li,
.copyright li,
.footer-menu li {
	display: inline-block;
	margin: 0 1.5em 1em 0;
	white-space: nowrap;
	vertical-align: middle;
}

.aff-program {
	margin-bottom: 1rem;
}

	.aff-program li {
		margin-bottom: 0;
	}

.ie8 .footer-menu li {
	margin-right: 2.2em;
}

.footer-menu li:last-child {
	margin-right: 0;
}

.logo-inspire3 {
	margin-bottom: 1em;
	display: block;
	width: 98px;
	height: 40px;
	background-position: -11px -571px;
}

.inspire3-add {
	font-size: .928em;
	line-height: 1.384;
}

.copyright {
	vertical-align: middle;
}

.copyright__txt {
	margin-bottom: 0;
}

li.line-break {
	display: inline-block;
}

/*------------------------------------*\
			$IMAGES
			\*------------------------------------*/
img {
	/*max-width:100%;*/
	height: auto;
	font-style: italic;
}

.pic {
	border-color: #efefef;
	border: 6px solid rgba(184,184,184,0.25);
}

/*------------------------------------*\
			$MISC
			\*------------------------------------*/
/* Hide things off-screen more accessibly than display:none; etc. */
.accessibility {
	position: absolute;
	left: -9999px;
}

/* Hide things to the right for right-to-left languages. */
html[dir=rtl] .accessibility {
	left: auto;
	right: -9999px;
}

::selection {
	color: #fff;
	background-color: #3ac0f1;
}

::-moz-selection {
	color: #fff;
	background-color: #3ac0f1;
}

img::selection {
	background-color: #3ac0f1;
}

img::-moz-selection {
	background-color: #3ac0f1;
}

.highlight {
	color: #d5842b;
}

.special {
	color: #0090c4;
}

.sub360-offer p .special {
	color: #ff6600;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 700
}

.new-price {
	font-size: 2.5556em; /* 46px/18px */
	font-weight: 700;
	line-height: .391em; /*18px/46px*/
	white-space: nowrap;
}

.content .new-price {
	vertical-align: middle; /* vertically aligning large text*/
}

.txt-center {
	text-align: center;
}

.no-wrap {
	white-space: nowrap;
}

.floatL {
	float: left;
	margin-right: 1rem;
}

.floatR {
	float: right;
	margin-left: 1rem;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.hide-text {
	text-indent: -999999999rem;
	white-space: nowrap;
	overflow: hidden;
}

.italicize {
	font-style: italic;
}

.normal-wght {
	font-weight: 400;
}

.section-divider {
	border: 0;
	margin-bottom: 1em;
	padding-top: 1em;
	border-bottom: 2px dashed #b7c8c0
}

.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.ellipsis {
	width: 00px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}

.auto-width, .page-article .auto-width, .page-article .main .auto-width {
	width: auto;
}



/******** AFF PROGRAM PAGE STYLES ********/
#aff-program-box { /*width:970px;*/
	padding-left: 40px;
	height: 169px;
	margin: 35px auto;
	background-image: url(/img/aff-program-box.png);
}

	#aff-program-box .step {
		float: left;
		width: 280px;
		height: 99px;
		margin-top: 32px;
		margin-right: 20px;
	}

		#aff-program-box .step .icon {
			float: left;
			height: 99px;
			width: 99px;
			margin-right: 20px;
		}

#aff-program-button-container {
	width: 970px;
	height: 100px;
	margin: 50px auto 30px auto; /*background-image:url(/img/aff-button-bg.png); */
	background-repeat: no-repeat;
}

.join-aff-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 22px 0;
	background: -moz-linear-gradient( top, #ff9d10 0%, #e85d00);
	background: -webkit-gradient( linear, left top, left bottom, from(#ff9d10),to(#e85d00));
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #bd450c;
	text-align: center;
	text-shadow: -1px -1px 0px #ef5505;
}

a.join-aff-btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 22px 0;
	background: -moz-linear-gradient( top, #ff9d10 0%, #e86d00);
	background: -webkit-gradient( linear, left top, left bottom, from(#ff9d10),to(#e86d00));
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #bd450c;
	text-align: center;
}


a.button-aff-program {
	width: 629px;
	height: 55px;
	background-image: url(/img/button-aff-program.png);
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-shadow: #ed3804 -1px -1px 0px;
	border: 0;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	padding-top: 20px;
}

	a.button-aff-program:hover {
		width: 629px;
		height: 55px;
		background-image: url(/img/button-aff-program.png);
		background-position: 0 75px;
		text-align: center;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: bold;
		text-shadow: #ed3804 -1px -1px 0px;
		border: 0;
		margin: 0 auto;
		padding-top: 20px;
	}


.text-align-center {
	text-align: center;
}



.aff-icon-top {
	vertical-align: middle;
	margin-bottom: 4px;
}

.aff-icon-mid {
	vertical-align: middle;
	margin-bottom: 2px;
}

.aff-separator, .aff-separator-within {
	border-top: 1px solid #c0c0c0;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 40px;
	margin-bottom: 0px;
}

.visible-overflow {
	overflow: visible;
	width: auto;
	padding-left: 40px;
}

.h3style {
	vertical-align: middle;
}

select.h3style {
	width: auto;
	font-size: 1em;
}


input.admin-button, button.admin-button {
	color: #666;
	background-color: #0090C4;
	font-size: 1em;
}


	input.admin-button:hover, button.admin-button:hover {
		color: #000;
		background-color: #AAC345;
	}


	input.admin-button:after, button.admin-button:after {
		color: #000;
		background-color: #AAC345;
	}

.calendar {
	vertical-align: middle;
}

input.special-admin-button, button.special-admin-button {
	width: 120px;
	font-size: 14.4px;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: normal;
	padding: 8px;
	vertical-align: middle;
}

.vertical-align-middle {
	vertical-align: middle;
}

.btn-copy,
.btn-copy:link,
.btn-copy:visited {
	display: inline;
	color: #efefef;
	padding: 0.4em 0.65em 0.4em 2.45em;
	font-size: 0.65em;
	color: #fff !important;
	border: 0;
	border-radius: 20px;
	background: #363636 url('/img/icon_copy.png') no-repeat 9px center;
}

	.btn-copy:hover,
	.btn-copy:focus {
		background-color: #09A5DD
	}

	.btn-copy .lbl {
		border-left: 1px solid #9b935e;
		padding-left: 0.35em;
	}


.prcs-step .btn-copy {
	margin-left: 2em;
}

.input-code,
.btn-apply-code {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 40px;
}

.btn-apply-code {
	font-size: 16px;
	line-height: 0;
	padding: 0 1em;
	width: auto;
	left: -4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

/* VOUCHER FLY IN STYLES */

#fl_div {
	opacity: 0;
	position: fixed;
	bottom: 220px;
	right: 275px;
	z-index: 1900;
	width: 150px;
	height: 50px;
}

.fl_wrap {
	position: relative;
	width: 420px;
	height: 100%;
	display: block;
}

.fl_div_controls {
	position: absolute;
	padding: 0;
	top: -18px;
	right: 0px;
	left: auto;
	float: right;
	z-index: 1500;
	width: 80px;
	height: 30px;
}

a.ctl-btn,
a.ctl-btn:visited {
	position: relative;
	display: inline-block;
	margin-top: 0;
	/* padding: 4px; */
	height: 28px;
	width: 28px;
	font-size: 14px;
	background-color: #363636;
	color: #efefef;
	line-height: 1.25;
	margin-left: 3px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 1px 0 0 rgba(0,0,0,0.25)
}

.new-win {
	background: url('/img/icon_new-win.png') no-repeat center center;
}

.close_fl_div {
	background: url('/img/icon_close-sm.png') no-repeat center center;
}



a.ctl-btn:hover,
a.ctl-btn:focus {
	background-color: #0090C4;
}

.outer-wrapper > .copyright {
	background: grey;
	color: white;
	text-align: center;
}

	.outer-wrapper > .copyright a {
		color: white;
		text-decoration: underline;
	}
