﻿@charset "UTF-8";
@import url('/css/sm-icons/styles.css');
/*------------------------------------*\
		$CONTENTS
	\*------------------------------------*/
/*
	COLORS
	RESET
	CLEARFIX
	SHARED
	MAIN
	TYPE
	HEADER
	NAVIGATION
	CONTENT
	FORMS
	SIGNUP
	TESTIMONIALS
	THE SPEECH BUBBLET
	TABS
	FOOTER
	IMAGES
	MISC
	PRINT
	RESPONSIVE
	*/


/*------------------------------------*\
		$COLORS
	\*------------------------------------*/
/*
		primary 1,
			text   			= #191919, grey
			contrast,
			links 			= #009ee3, cyan
			background  = #efefef, lightest grey

		secondary:
			headers 	 	= #333333, lighter grey
			caption			= #727171, lighter ligher grey
			hightlight  = #ff6c00, orange

			form input  = #a7a5a7, light grey
			placeholder = #cccccc, lighter grey
			placeholder
			focus 			= #333333, darker grey
			*/

/*------------------------------------*\
		$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 */

/* apply a natural box layout model to all elements, but allowing components to change */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, article {
    margin-bottom: .5em;
}

ul, ol, dl {
    margin-bottom: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

b,
strong,
dt {
    font-weight: 700;
}

.page.narrow p {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.page-member.narrow p {
    margin-bottom: .5rem;
}

.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.5'Source Sans Pro', 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 */
}

body {
    background-color: #fff;
    height: 100%;
    /* Ensure it's always full-height so as to not crop the background images. */
}

.page {
    background-color: #efefef;
}
/*HTML 5 specific*/

header, section, article, aside, footer {
    display: block;
}
/* wrapper */

.wrapper {
    margin: 0 auto;
    position: relative;
    display: block;
    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,
.bttn.pop-sessions:after,
.link-external:after {
    background-image: url(/img/css/sprites/main.png);
    background-repeat: no-repeat;
}

.sc-link.link-page:before,
.secure-title:before,
.bttn.pop-sessions:after {
}

.s-g,
.for_card:after {
    background-image: url(/img/css/sprites/getstarted.png);
    background-repeat: no-repeat;
}

.s-u,
.page-upsell2 .header-hd:before {
    background-image: url(/img/css/sprites/upsell.png);
    background-repeat: no-repeat;
}

.s-m,
.link.download:before,
.link.voucher:before,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
    background-image: url(/img/css/sprites/member.png);
    background-repeat: no-repeat;
}
/*------------------------------------*\
	$TYPE
	\*------------------------------------*/

/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333;
}

h1, h2, h3, h4, h5, h6, p {
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.75rem;
    /* 54px/20px */
    font-weight: 300;
    line-height: 1.16667;
    letter-spacing: .025em;
}

    h1 strong,
    h1 b {
        font-weight: 700;
        letter-spacing: -.025em;
    }

h2 {
    font-size: 2.4rem;
    /*48px/20px*/
    font-weight: 400;
    line-height: 1.0625;
    /*51/48*/
}

    h2 strong,
    h2 b {
        letter-spacing: -0.035em;
    }

    .h2--larger,
    h2.larger {
        font-size: 2.6rem;
        /*54px/20px*/
    }

    .h2--smaller,
    h2.smaller {
        font-size: 2.2rem;
        /*44px/20px*/
    }

h3 {
    font-size: 1.5rem;
    /*30px/20px*/
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.3333;
    /* 40px/36px */
}

    .h3--larger,
    h3.larger {
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    .h3--smaller,
    h3.smaller {
        font-size: 1.35rem;
    }

.page h3 {
    color: #009ee3;
    font-style: normal;
    font-weight: 600;
    line-height: 1.15;
}

.brainhacker-sessions h3.prod-hd {
    padding-top: 0
}

.page h4 {
    padding-top: .75em
}

.page-example h4,
.page-article .main h3 {
    padding-top: 1rem
}

h4 {
    font-size: 1.35rem;
    /*24px/20px */
    line-height: 1.25
}

    .h4--smaller,
    h4.smaller {
        font-size: 0.9rem;
    }

.page h4 {
    color: #009ee3;
    font-style: italic;
}

.page-member:not(.page-unlocked) h4 {
    color: #212121;
    font-style: normal;
    font-weight: 600;
}

#form_getstarted h4 {
    color: #201f1f;
    padding-top: 0;
    margin-top: 0
}

.page-order #form_getstarted h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}

h5 {
    font-size: 0.8rem;
    /*14px/20px*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
}

    .h5--smaller,
    h5.smaller {
        font-size: 0.7rem;
        /*14px/20px*/
    }

    .h5--larger,
    h5.larger {
        font-size: 1.35rem;
    }

.page-upsell2 h5 {
    text-transform: none;
}

h6 {
    color: #727171;
    font-size: .6em;
    /*12/20 */
}
/*--- LINKS ---*/

a {
    color: #009ee3;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .2s background-color ease-out;
    -moz-transition: .2s background-color ease-out;
    -ms-transition: .2s background-color ease-out;
    -o-transition: .2s background-color ease-out;
    transition: .2s background-color ease-out;
}

    a:visited {
        color: #009ee3;
    }

    a:hover,
    a:focus,
    .page-member a:hover,
    .page-member a:focus {
        background-color: transparent;
        text-decoration: none;
    }

    a:active {
        border-bottom: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

p a,
.user-info a {
    border-bottom: 1px solid #009ee3;
}

    p a:hover,
    .user-info a:hover,
    p a:focus,
    .user-info a:focus {
        background-color: #009EE3;
        color: #fff;
        border-bottom: 0px;
    }

.page-member p a:hover,
.page-member p a:focus {
    background-color: transparent;
    color: #009ee3;
    text-decoration: none;
}

p a.no-border {
    border-bottom: 0px solid #009ee3;
}

    p a.no-border:hover,
    .user-info a.no-border:hover,
    p a.no-border:focus,
    .user-info a.no-border:focus {
        background-color: transparent;
        color: #fff;
        border-bottom: 0px;
    }

h1, h2, h3, h4, h5, p {
    max-height: 999999px;
}

.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: 「 」 『 』;
}
/*------------------------------------*\
		$HEADER
	\*------------------------------------*/

.header {
    position: relative;
    display: block;
    width: 100%;
}

.header-bg_wrap {
    display: block;
    position: fixed;
    padding: 0;
    z-index: 0;
    width: 100%;
    top: 0;
}

.header-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1000px;
}

.slide-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}

.slide-1 {
    background-image: url(/img/slide-1.jpg);
}

.slide-2 {
    background-image: url(/img/slide-2.jpg);
    background-position: right bottom;
}

.slide-3 {
    background-image: url(/img/slide-3.jpg);
}

.slide-4 {
    background-image: url(/img/slide-4.jpg);
}

.m_tag-line {
    /* Tagline for mobile only*/
    visibility: visible;
}

.m_tag-line {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    font-size: 2.7em;
    line-height: 1.125;
    color: #333333;
}

.cycle-overlay {
    position: relative;
    display: block;
    font-size: 2.7em;
    line-height: 1.125;
    color: #333333;
    margin-bottom: 1.5rem;
}

    .cycle-overlay div:first-child,
    .m_tag-line div:first-child {
        letter-spacing: -0.03em;
        font-weight: 700;
    }

    .cycle-overlay div,
    .m_tag-line div {
        font-weight: 300;
    }

.masthead {
    display: block;
    position: relative;
    width: 100%;
    padding: .75rem 0 .7rem;
    z-index: 8000;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.home .masthead {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.page-member .masthead {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.narrow .masthead {
    padding-top: .75rem;
    padding-bottom: .5rem;
}
/*--- MAIN MENU ---*/

.nav {
    position: absolute;
    display: block;
    padding: 0;
    top: 20%;
    right: 3.7%;
}

.main-menu {
    position: relative;
    display: block;
    width: 100%;
}

.nav ul {
    margin: 0;
}

.bttn-navbar {
    display: none;
}

.menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
}

    .menu-item:first-child {
        margin-left: 0;
    }

    .menu-item a {
        display: block;
        color: #717366;
        border-bottom: 0;
        letter-spacing: .1em;
        border: 2px solid transparent;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .menu-item a,
    .menu-item .bttn {
        color: #009ee3;
        font-size: .75em;
        padding: .4em 1em !important;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.page-member .menu-item a,
.page-member .menu-iter .bttn {
    text-transform: none;
}

.page-member .menu-item a {
    letter-spacing: 0em;
}

.menu-item .bttn.special {
    color: #fff;
    background-color: #009ee3;
}

.menu-item a:hover,
.menu-item a:focus {
    color: #fff;
    background-color: #1FBFFF;
}

.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;
}

.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 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav .menu-btn:checked ~ .menu-icon .navicon:after {
        -webkit-transform: rotate(45deg);
        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;
}

.footer-menu li.nav-icon {
    margin: 0 2.5em 1em 0;
}

.nav-icon a {
    position: relative;
    top: -4px;
    padding: 0 !important;
    height: 44px;
    width: 44px;
    font-size: 1.125rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .nav-icon a .icon-lbl {
        display: none;
    }

.footer .nav-icon a {
    top: 0px;
    font-size: 1rem;
    line-height: 1;
}

.nav-icon .icon {
    position: absolute;
    left: 27%;
    top: 18%;
}
/*--- LOGO ---*/

.site-logo {
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    border: none;
    outline: 0px dashed #c0f;
    z-index: -1;
}

.sub360-logo {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/rwd/logo-sub360.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.page-vsl .sub360-logo,
.site-logo {
    width: 12.25rem;
    height: 2.9rem;
}

.page-vsl .site-logo {
    float: none;
}

.narrow .site-logo {
    width: 10rem;
    height: 2.5rem;
}

.page-thank .site-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/*--- HERO ---*/

.hero {
    position: relative;
    display: block;
    width: 100%;
}

.hero-hds {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.home .hero {
    padding: 8em 0 10em;
}

.page .hero {
    padding: 2.5em 5% 1.75em;
    min-height: 458px;
}

.page-member .hero {
    padding: .5em 5% 0;
    min-height: 0;
}

.narrow .hero {
    margin-bottom: 1.5em;
}

.page-getstarted .hero {
    background: #024884 url(/img/rwd/bg-blue-gradient.jpg) no-repeat right top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 0;
}

.page-upsell2 .hero {
    padding: 3rem 6.5% 2rem;
    min-height: 0;
}

.ie8 .page-getstarted .hero {
    min-height: 370px;
}

.page .hero-info,
.page .hero ul {
    color: #fff;
    font-size: .9em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.page .hero-info {
    margin-bottom: 1.25em;
}

.page-getstarted .hero-info {
    margin-bottom: 1em;
}

.page .hero ul ul {
    margin-top: .65rem
}

.header-txt {
    max-width: 26em;
    margin-left: auto;
    margin-right: auto;
}

.page-unlocked .header-txt {
    max-width: 27em;
}

.page.narrow .header-txt p {
    margin-bottom: .5em;
    line-height: 1.25;
}

    .page.narrow .header-txt p + p {
        margin-bottom: .75em;
    }

.hero-hgroup {
    float: left;
}

.header-hd {
    display: block;
    position: relative;
    padding: 0;
    margin: 0em 0 .5em;
    width: auto;
}

.page .header-hd {
    font-size: 2.25em;
    font-weight: 300;
    font-style: normal;
    line-height: 1.25;
}

.page-member .header-hd {
    margin-bottom: 0.25em;
    letter-spacing: -0.035em;
}

.page-getstarted .header-hd {
    color: #f9f6f1;
}

.page-getstarted .hero-txt {
    display: inline-block;
    clear: both;
    width: 55%;
    margin-bottom: 0;
}

.page-getstarted .hero-img {
    float: right;
    margin-top: -3rem;
    width: 39.5%;
}

}

.page-member .sub-head {
    position: relative;
    display: block;
    color: #212121;
    font-weight: 700;
    letter-spacing: -0.0125em;
    display: block;
    margin-bottom: 1.25rem
}

.page-member .sub-head-2 {
    text-transform: none;
    display: block;
}

.warning-box {
    position: relative;
    display: block;
    background-color: beige;
    border-radius: .25em;
    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: inline-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;
    }

        .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: 0;
            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;
        padding: 0em 5% 1.5em;
        font-size: 16px;
        line-height: 1.5 !important;
        color: #5A5A50 !important;
    }

.page-unlocked .brainhacker-txt {
    margin-bottom: 1.5rem;
}

.page-unlocked .header-txt.brainhacker-txt p {
    line-height: 1.5;
}

.page-member .video-section .sub-head {
    /* margin-bottom: 1.5em; */
}

.page-member .video-section .inner-wrapper {
    margin-bottom: 0em;
    padding: 0;
}

.sub-head-hd {
    color: #333;
}

.hero .sub-head-hd {
    max-width: 21em
}

.article-hd {
    margin-bottom: 0.25em
}

.inline-quote {
    display: block;
    font-size: 1.25em;
    line-height: 1.25;
    width: 45%;
    margin: 0 1em 0.7em 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.8rem;
    color: #666;
}
/*--- VIDEO ---*/

.video-wrapper {
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #A24232;
    -webkit-background-size: cover;
    background-size: cover;
}

.video {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero .video-wrapper,
.video-gallery .video-wrapper {
    max-width: 12rem;
}

.hero .video-wrapper {
    height: 6.75rem;
}

.video-ddl-wrap {
    position: relative;
    display: block;
    outline: 1px dashed #0cf;
}

.video-arrow_ddl {
    width: 67px;
    height: 31px;
    background-position: -10px -330px;
}

.video-ddl {
}

.hero .video-wrapper {
    background-color: #A24232;
    background-image: url(/img/hero-video_banner.jpg);
}

.hero .video-arrow_ddl {
    position: absolute;
    top: 50px;
    right: -80px;
    outline: 0px dashed #0f0
}

.video-text_ddl {
    display: inline-block;
    width: 111px;
    height: 43px;
    background-position: -90px -330px;
}

.hero .video-text_ddl {
    position: absolute;
    top: 26px;
    right: -200px;
    outline: 0px dashed #0f0
}

.videos-gallery li.video-wrapper {
    position: relative;
    float: none;
    margin: 0em 2% 2.5em;
    vertical-align: top;
    display: inline-block;
    width: 29%;
    padding: 0;
    padding-bottom: 16.2%;
    height: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: none;
}

.sidebar .video-wrapper,
.sidebar li.video-wrapper {
    display: block;
    margin: 0 0 1.5rem;
    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 {
    height: 0rem;
    padding-bottom: 56%;
    margin-bottom: 1.5em;
}

.other-vids-section .videos-gallery {
    margin-bottom: .5rem;
}

    .other-vids-section .videos-gallery .video-wrapper,
    .other-vids-section .videos-gallery li.video-wrapper {
        float: none;
        margin: 0em 1% .5em;
        width: 27%;
        padding-bottom: 15%;
    }

.other-vids-txt {
    margin-bottom: 1rem;
}

.sidebar .video-border {
    position: absolute;
    top: 0;
    bottom: 0;
    border-color: #ddd;
}

.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;
}

.hero .video-border {
    /* height: 135px; */
}
/* .footer .video-border {
	height: 114px;
}
 */

.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.sub360-welcome {
        background-image: url(/img/tv-still_sub360-welcome.jpg);
    }

    .video-container.sub360-welcome-2 {
        background-image: url(/img/tv-still_sub360-welcome_2.jpg);
    }

    .video-container.sub360-about {
        background-image: url(/img/rwd/tv-still_sub360-about.jpg);
    }

    .video-container.sub360-science {
        background-image: url(/img/rwd/tv-still_sub360-science.jpg);
    }

    .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.sub360-member-welcome {
        background-image: url(/img/tv-still_sub360-member-welcome.jpg);
    }

    .video-container.sub360-intro {
        background-image: url(/img/tv-still_sub360-intro.jpg);
    }

.main-video {
    display: none;
}

.play-video {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.play-icon {
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background-position: -10px -70px;
    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;
    outline: 0px solid #0f0;
}
/* .play-icon:hover {
		background-color: rgba(0,0,0,0.45);
	} */

.play-icon_inner {
    display: block;
    width: 56px;
    height: 56px;
    background-position: -10px -70px;
}

.play-icon:hover .play-icon_inner,
.play-icon:focus .play-icon_inner {
    background-position: -80px -70px;
}

.play-icon_inner.simple {
    width: 1.3rem;
    height: 2rem;
    background-image: url(/img/rwd/play-icon-simple-bl.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    float: left;
}

.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;
        }

body:after {
    display: none;
    background-image: url(/img/rwd/play-icon-simple-wh.png);
}

:hover > .play-icon_inner.simple {
    background-image: url(/img/rwd/play-icon-simple-wh.png);
}

.bttn .play-icon_inner.simple {
    display: inline-block;
    margin-right: 1em;
    /* 	vertical-align: middle; */
}

.play-icon.large {
    width: 144px;
    height: 144px;
    cursor: pointer;
    /* padding-top: 146px; */
    background-position: -268px -10px;
}

    .play-icon.large:hover,
    .play-icon.large:focus {
        color: #AFDB00;
        background-position: -420px -10px;
        background-color: transparent;
    }

.page-1col.narrow .play-icon.large {
    top: 45%;
    width: 108px;
    height: 108px;
    padding-top: 0px;
    background-position: -140px -10px;
}

    .page-1col.narrow .play-icon.large:hover,
    .page-1col.narrow .play-icon.large:focus {
        background-position: -250px -10px;
    }

.page-1col.narrow.page-support .play-icon.large,
.page-1col.narrow.page-unlocked .play-icon.large {
    top: 50%;
}

.page-1col.narrow.page-tour .play-icon.large {
    /* padding-top: 5.5rem; */
    font-size: 0.8em;
}

.play-icon .icon-lbl {
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 0 !important;
    position: absolute;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110%;
    line-height: 1.25;
    width: 130%;
    color: #fff;
    font-size: 16px;
    outline: 0px dashed #0cf;
}

.training-video .icon-lbl {
    color: #333;
}

.page-member .play-icon .icon-lbl,
.page-tour .play-icon .icon-lbl {
    top: 105%;
}

.play-icon:hover .icon-lbl,
.play-icon:focus .icon-lbl {
    color: #AFDB00;
    text-shadow: none;
}

.page-tour h1.header-hd {
    font-size: 2.59em;
    font-weight: 700 !important;
    margin-bottom: 0.125em;
    font-style: normal !important;
    color: #00adef !important;
}

.page-tour h2.header-hd {
    font-size: 2.1em;
    margin-bottom: 0.2em;
}

    .page-tour h2.header-hd .getstarted-hd_ddl {
        right: 140px;
        bottom: -36px;
    }

.down-arrow {
    position: absolute;
    display: block;
    left: -10px;
    top: 20px;
    height: 5.5rem;
    width: 2.9rem;
    background: url('/img/down_arrow.png');
    -webkit-background-size: contain;
    background-size: contain;
}

.page-unlocked .brainhacker-txt {
    position: relative;
}

.page-unlocked .brainhacker-section .down-arrow {
    left: -3rem;
    top: auto;
    bottom: -1rem;
}
/*------------------------------------*\
			$CONTENT
	\*------------------------------------*/

.content {
    position: relative;
    display: block;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.page .content {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 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,
.page-upsell .content,
.page-member .content {
    margin-bottom: 0;
}

.page-1col .content p {
    /* font-size: 1em; */
}

.page-unlocked p.prod-info,
.page .main .prod-info {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.333;
    color: #504F4F;
    margin-bottom: .75rem;
}
/*
.page-upsell2 .zen12-benefits {
	text-align: left;
	margin-top: 0;
	padding-top: 3em;
} */

.zen12-benefits .benefits-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    outline: 0px dashed #0ff;
    text-align: left
}

.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;
}

.zen12-benefits .benefits-hd {
    display: block;
    margin-left: 0;
    color: #fff;
    font-weight: 300;
}

.zen12-benefits .benefits-list {
    font-weight: 400;
    font-size: 0.9em;
    font-style: normal;
}

.zen12-benefits .zen12-box {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    width: 398px;
    height: 413px;
    vertical-align: top;
    outline: 0px dashed #0ff;
}

.zen12-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;
}

    .zen12-offer .box_wrap {
        position: relative;
        float: left;
        width: 300px;
    }

    .zen12-offer .zen12-box {
        width: 100%;
        max-width: 310px;
        margin-bottom: 0rem;
    }

.page-upsell2 .hero-img {
    float: right;
    margin-top: 0;
    width: 44.983%;
    height: auto;
}

.zen12-offer .offer-txt {
    display: inline-block;
    text-align: left;
    width: 56%;
    float: right;
    padding-top: 1rem;
    margin-bottom: .75rem;
}

.zen12-offer .offer-img {
    display: inline-block;
    /* float: left; */
    margin-top: 0;
    width: 34%;
    height: auto;
}

.zen12-offer .offer-btn {
    width: auto
}

.page-upsell2 .hero-img {
    float: right;
    margin-top: 0;
    width: 47%;
    height: auto;
    vertical-align: middle
}

.page-upsell2 .hero-txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 47%;
}

.price-badge {
    height: 122px;
    width: 105px;
    background-position: -120px -10px;
}

.zen12-offer .price-badge {
    position: absolute;
    right: 0px;
    top: 20px;
}

.bttn.learn-more {
    display: inline-block;
    padding: 0.7em 1em;
}
/* .zen12-offer .bttn.learn-more {
	position: relative;
	top: -30px;
} */

.zen12-intro .info-txt {
    margin: 0 auto;
    max-width: 26rem;
}

.bttn.paypal {
    margin: 2em auto;
    font-size: 0.8889em;
}

.zen12-benefits .info-txt {
    padding-top: 0em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.zen12-offer .info-txt {
    text-align: left;
    line-height: 1.5;
}

.zen12-offer-hd {
    position: absolute;
    display: block;
    left: 50%;
    margin-top: -8rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6rem;
    width: 18.8rem;
    background: url('/img/rwd/special-offer-hd.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/rwd/alert-sign.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

.content-wrapper {
    width: 100%;
    padding: 3em 5.5% 4em;
}

.page-getstarted .content-wrapper,
.page-article .content-wrapper {
    padding-bottom: 2em;
}

.page-member .content-wrapper,
.page-upsell2 .content-wrapper {
    padding-top: 1em;
    padding-bottom: 2em;
}

.page-getstarted .content-wrapper,
.page-article .content-wrapper {
    padding-bottom: 2em;
}

.page-1col .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.page-brainhacker .content-wrapper {
    padding-top: 0
}

.page-1col .inner-wrapper {
    padding: 1em 7.5% 0.75em;
}

.page-upsell2 .inner-wrapper {
    padding-top: 1em;
}

.page-upsell2 .zen12-intro .inner-wrapper {
    padding-top: 3em;
}

.page-member .hero .inner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.zen12-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-order .main {
    float: none;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.page-upsell .main {
    width: 100%;
}

.page-example .main {
    width: 100%
}

.sidebar {
    float: right;
    width: 34.48%;
}

.page-getstarted .sidebar,
.page-article .sidebar {
    width: 28.96%;
}

.page-upsell .sidebar {
    clear: right;
    margin-left: 5%
}

.page .main p {
    font-size: .9em;
    line-height: 1.5;
    /* margin-bottom: .25em; */
}

.page-brainhacker .main p {
    font-size: .85rem;
}

.page-upsell .main p {
    margin-bottom: .75em;
}

.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: -2.5rem;
            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: 2em;
}

.page-upsell .content ul {
    margin-left: 1em;
    max-width: 26rem;
}

.page-upsell2 .content ul {
    margin-left: 0
}

.page-upsell .product_pic {
    display: block;
    width: 100%;
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
}

.content ul li {
    padding-left: 1.35em;
    background: url(/img/tick_blue_sm.png) no-repeat 4px 5px;
}

.content li {
    margin-bottom: .75em;
}

.page-article .content li {
    background-position: 4px 8px;
    font-size: .9em;
}

.page-upsell .content li {
    background-position: 4px 6px;
}

.hero ul {
    margin-top: 0;
    padding-left: 0;
    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: .75em;
    padding-left: 1.75em;
    background: url(/img/tick_white.png) no-repeat 3px 8px;
}

.section {
    position: relative;
    display: block;
    padding: 4em 0 3.5em;
    text-align: center;
}

    .section.divide:after {
        content: "";
        margin-bottom: 1em;
        height: 1px;
        width: 100%;
        border-bottom: 2px dashed #b7c8c0
    }

.blue {
    background-color: #dfeef3;
}

.dark-blue {
    color: #fff;
    background-color: #024c6f;
}

.green {
    background-color: #ecede6;
}

.grey {
    background-color: #efefef;
}

.part-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.section-txt {
    max-width: 40rem;
    margin: 0 auto;
}

.section-info {
    margin-bottom: 0rem;
}

.section-hd {
    position: relative;
    margin-bottom: .5em;
}

.section-hd-line {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-hd-line-1 {
    margin-bottom: .25rem;
}

.underline {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 85%, #80F74C 85.1%, #80F74C 93%, rgba(0, 0, 0, 0) 93.1%, rgba(0, 0, 0, 0));
    text-decoration: none;
}

.section.blue .section-hd {
    color: #00698f;
}

.section-subhd {
    position: relative;
}

.video-section {
    position: relative;
    background: url(/img/video_bg.gif) repeat-x center top;
    background-size: 100% 78%;
    margin: 0;
    padding-top: 5em;
    padding-bottom: 0 !important;
    overflow: visible;
    outline: 0px dotted #0f0;
}

.tv-video_wrap {
}

.page .tv-video_wrap {
    padding-bottom: 1em;
}

.intro-section {
    padding-top: 3rem
}

.page .section {
    padding: 0 0;
}

.research-info,
.about-info {
    margin-bottom: 1rem;
    max-width: 28em;
}

.page-brainhacker .intro-section {
    padding-top: 3em;
}

.page .video-section {
    padding: 3em 0 1em;
    background-image: url(/img/video_bg.jpg);
    background-position: center 5.5rem;
}

.page-article .video-section {
    background-position: center 2rem;
}

.page-1col:not(.page-vsl) .video-section {
    padding-top: 0;
}

.narrow .video-section {
    background-position: center 1rem;
}

.page-upsell2 .video-section {
    background-position: center 0;
}

.page-member .video-section {
    margin-bottom: 0;
    background-position: center -1rem;
}

.page-member .training-video {
    margin-bottom: 0;
    padding-bottom: 0
}

.tv-video {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 98%;
    max-width: 40.350rem;
    clear: both;
}

.narrow .tv-video {
    max-width: 30.7rem;
}

.tv-video-bg {
    width: 100%;
    height: 0;
    padding-bottom: 64.3122%;
    background: url(/img/tv.jpg) no-repeat center top;
    background-size: cover;
}

.page-upsell2 .tv-video_wrap {
    margin-bottom: 0;
}

.page-upsell2 .video-txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.5rem
}

.video-subhd_ddl {
    position: absolute;
    left: 50px;
    top: -160px;
    height: 138px;
    width: 73px;
    background-position: -10px -130px;
}

.video_ddl {
    position: absolute;
    right: 70px;
    top: -120px;
    height: 110px;
    width: 91px;
    background-position: -390px -140px;
}

.s-m.video_ddl {
    top: 5px;
    right: -70px;
    height: 58px;
    width: 61px;
    background-position: -10px -10px;
}

.s-u.video_ddl {
    top: -5rem;
    right: 4rem;
    height: 4.51rem;
    width: 2.45rem;
    background: url('/img/rwd/arr-bl-ssw.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.page-tour .s-u.video_ddl {
    right: 0;
    top: -110px;
}

.os-support-badge {
    position: absolute;
    right: 0;
    bottom: -.75em;
    max-width: 10rem;
}

.narrow .os-support-badge {
    max-width: 8rem
}

.intro-hd {
    margin-bottom: 2.25rem;
}

.intro-info {
    max-width: 23em;
}

.types_ddls {
    margin: 0 auto 2em;
    max-width: 20rem;
    padding-bottom: 2em;
}

.type_ddl {
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.flashing_ddl {
    height: 4.9rem;
    width: 4.5rem;
    background-image: url('/img/rwd/arr-gry-sw.png');
    float: left;
}

.mp3_ddl {
    height: 4.4rem;
    width: 4.45rem;
    background-image: url('/img/rwd/arr-gry-se.png');
    float: right
}

.types {
    margin: 0 auto 2em;
    max-width: 38rem;
    clear: both;
}

.type,
.type_divider {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    max-width: 14rem;
}

.type {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
}

    .type.type-1 {
        float: left;
    }

    .type.type-2 {
        float: right;
    }

.type-icon_wrap {
    position: relative;
    margin: 0 auto 1.5em;
    display: block;
    height: 6rem;
    width: 6rem;
    background-color: transparent;
    border: 4px solid #009EE3;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .type-icon_wrap.smaller {
        margin-bottom: 0;
        margin-right: .5em;
        height: 36px;
        width: 36px;
        background-color: #de6400;
    }

.page .content .type-icon_wrap {
    float: left;
    display: inline;
    margin-top: 0;
    top: -5px;
    margin-left: 0;
}

.type-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

    .type-icon.flashing {
        background-image: url('/img/rwd/icon-monitor.png');
        width: 67%;
        height: 60%;
    }

    .type-icon.mp3 {
        background-image: url('/img/rwd/icon-music.png');
        width: 3.45rem;
        height: 3.3rem;
        width: 62%;
        height: 59%;
    }

.flashing-hd-line {
    display: block;
}

.flashing-info {
    max-width: 25.75rem;
    margin-bottom: 1.5rem;
}

.screenshots {
    margin: 0 auto 1em;
    text-align: left;
}

.screenshot {
    background: transparent;
    padding: 0;
    margin: 0;
    -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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shot-txt_wrap {
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    outline: 0px dashed #0ff;
}

.shot-img_wrap {
    position: relative;
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.shot-img {
    position: relative;
    display: block;
    height: auto;
    vertical-align: middle;
}

.shot-alt .shot-img {
    float: right;
}

.shot-img_overlay {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.65rem;
    background-image: url(/img/shadow.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 100;
    outline: 0px dashed #00f;
}

.shot-alt .shot-img_overlay {
    left: 0;
    background-image: url(/img/shadow_alt.png);
    background-position: left center;
}

.shot-img_wrap::after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1.65rem;
    background-image: url(/img/shadow.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 100;
}

.shot-alt .shot-img_wrap::after {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp3-section .watch-live_wrap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.watch-mp3-img {
    width: 100%;
}

.process {
    margin: 0 auto;
    max-width: 51rem;
    padding-left: 1em;
    padding-right: 1em;
}

.process-hd {
    margin-bottom: 1em;
}

.prcs-step,
.prcs-step_divider {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}

.prcs-step {
    margin: 0;
    width: 24%
}

.step-info {
    font-size: .8em;
}

.prcs-step_divider {
    margin-top: 6rem;
    vertical-align: middle !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 12%;
    height: 1.45rem;
}

.divider1 {
    background-image: url(/img/rwd/arr-gry-e-1.png);
}

.divider2 {
    background-image: url(/img/rwd/arr-gry-e-2.png);
}

.review-hd,
.info-hd {
    font-size: 1.2em;
    line-height: 1.2;
    text-transform: none;
    margin-top: 0;
    margin-bottom: .75em;
}

.prcs-icon_wrap {
    position: relative;
    margin: 0 auto 1.5em;
    display: block;
    height: 8.8rem;
    max-width: 8.8rem;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.prcs-icon_mask {
    position: absolute;
    display: block;
    background: url('/img/prcs-icon_mask.png') no-repeat center center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 40;
}

.prcs-icon_wrap.smaller {
    margin-bottom: 0;
    margin-right: .5em;
    height: 36px;
    width: 36px;
    background-color: #00adef;
}

.page .content .prcs-icon_wrap {
    float: left;
    display: inline;
    margin-top: 0;
    top: -5px;
    margin-left: 0;
}

.prcs-icon,
.pkg-icon {
    position: relative;
    display: block;
    height: 9rem;
    max-width: 9rem;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.crcl-icon {
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: .35rem solid #00adee;
}

.prcs-icon.affirmations {
    background-image: url('/img/prcs-step_affirmations.jpg');
}

.prcs-icon.music {
    background-image: url('/img/prcs-step_music.jpg');
}

.prcs-icon.play {
    background-image: url('/img/prcs-step_play.jpg');
}

.prcs-step .step-info {
    max-width: 13em;
    margin-left: auto;
    margin-right: auto;
}

.brainwave_wrap {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.brainwave-img_wrap {
    -webkit-flex: 0 1 43%;
    flex: 0 1 43%;
}

.brainwave-img {
    width: 100%;
    height: auto;
}

.brainwave-txt_wrap {
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    text-align: left;
}

.bestver-section {
    padding-top: 10rem;
}

.bestver_pic {
    position: absolute;
    right: 0;
    top: -9rem;
    height: auto;
    width: 16.5rem;
    z-index: 200;
}

.bestver-txt_wrap {
    max-width: 40rem;
    width: 80%;
    text-align: left;
}

.bestver-info {
    max-width: 29rem;
    margin-left: 0;
}

.benefits-section {
    background: url(/img/benefits_bg.jpg) no-repeat center bottom;
    min-height: 1010px;
    border-bottom: 4px solid #0090c4;
}

.change-section {
    padding-bottom: 0
}

.change-hd {
    max-width: 17em;
}

.change-title {
    margin: 0 auto;
    height: 220px;
    width: 830px;
    background: url(/img/big_arrow.png) no-repeat center top;
}

.logo-type {
    display: block;
    margin: .5em auto 0;
    height: 50px;
    width: 175px;
    background-position: -230px -260px;
}

.change-info {
    margin-top: 2em;
    width: 60%;
    max-width: 25.4rem;
}

.change-info {
    float: left;
    text-align: left;
}

.change-section .wrapper {
    background: url(/img/change_bg.jpg) no-repeat right bottom -2rem;
    padding-bottom: 3em;
}

.step-hd {
    font-weight: 700;
    letter-spacing: -0.025em;
}

.step-info {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.7;
}

.type-nm {
    position: relative;
    display: block;
    height: 1.1458333em;
    width: 1.1458333em;
    margin: -6.5rem auto 2rem;
    color: #fff;
    font-size: 4.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #009ee3;
}

.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 {
    color: #fff;
    font-size: 1em;
    font-style: italic;
    line-height: 1.75;
}

.guarantee-section {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.guarantee-hd {
    text-align: left;
    margin-bottom: 1rem;
}

.guarantee-txt,
.guarantee-badge_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.guarantee-badge_wrap {
    width: 34%
}

.guarantee-badge {
    height: auto;
    width: 90%;
    max-width: 13.3rem;
}

.guarantee-badge_md {
    height: 187px;
    width: 194px;
    background: url(/img/guarantee_badge_md.png) no-repeat center center;
}

.guarantee-badge_sm {
    width: 50%;
}

.guarantee-info {
    margin-bottom: 0;
}

.guarantee-txt {
    max-width: 30rem;
    width: 60%;
    text-align: left;
}

.home .guarantee-badge {
    margin-top: 0.25em;
}

.col-right .guarantee_wrap,
.sidebar .guarantee_wrap {
    margin: 6.5rem auto 1rem;
    width: 100%;
    max-width: 13rem;
    padding: 0 5% 1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffe28e;
}

.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.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.col-right p.guarantee-info,
.sidebar .guarantee-info {
    color: #77450b;
    font-size: 0.7em;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 0;
}

.getstarted-section {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.package {
    width: 100%;
    background: url('/img/rwd/pkg_bg.png') no-repeat center 8rem;
    -webkit-background-size: 95% auto;
    background-size: 95% auto;
    outline: 0px dashed #0f0
}

.sub360-box_wrap {
    position: relative;
    display: inline-block;
    width: 25%;
}

.sub360-box_ddl {
    position: absolute;
    left: -40%;
    top: -3rem;
}

.watch-live_ddl2,
.sub360-box_ddl {
    display: block;
    background-image: url('/img/rwd/arr-bl-sse.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 1.9rem;
    height: 0;
    padding-bottom: 48%;
    -webkit-background-size: contain;
    background-size: contain;
}

.sub360-box {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.sub360-box_wrap .guarantee-badge_sm {
    position: absolute;
    right: -4em;
    top: 1rem;
}

.getstarted-hd {
    margin-bottom: 0.75em;
}

.getstarted-hd_ddl {
    position: relative;
    display: inline-block;
}

    .getstarted-hd_ddl::after {
        content: "";
        position: absolute;
        display: block;
        left: 50%;
        top: 90%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0px;
        padding-bottom: 11%;
        width: 113.2%;
        background: url('/img/rwd/underline-bl.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

.pkg-items {
    position: relative;
    top: -3.5rem;
    margin-bottom: -3.5rem
}

.pkg-item {
    display: inline-block;
    vertical-align: top;
}

    .pkg-item.icon-item {
        width: 24%;
        margin-bottom: 2.5rem;
    }

    .pkg-item.list-item {
        width: 48%;
        /* width: 40%; */
        overflow: hidden;
        margin-bottom: 0;
    }

    .pkg-item.item1 {
        margin-right: 25%;
    }

    .pkg-item.item3 {
        margin-right: 2%;
    }

.icon-item .pkg-item-hd {
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
}

.pkg-icon.flashing {
    background-image: url('/img/pkg-item_flashing.jpg');
}

.pkg-icon.mp3 {
    background-image: url('/img/pkg-item_mp3.jpg');
}

.pkg-item_list {
    position: relative;
    height: 642px;
    margin-bottom: .75rem;
}

.msnry-container {
    margin-bottom: 3rem;
}

.sessions_wrap {
    height: 590px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 !important;
    position: relative;
    text-align: left;
}

.sessions-cat {
    margin: 0 4% 1em;
    width: 42%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    outline: 0px dashed #00f;
}

.sessions-hd {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #009ee3
}

ul.sessions-list {
    background-image: none;
    margin-bottom: 0
}

.session {
    margin-bottom: 1em;
    color: #666;
    font-size: 14px;
    line-height: 1.25;
    background: transparent;
}

.content li.session {
    padding-left: 0;
    background: transparent;
    margin-bottom: .5rem;
    width: 100%;
}

.fade-out {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .35)), color-stop(1, white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35), white);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35), white);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.35), white);
    pointer-events: none;
}

    .fade-out.below {
        bottom: 2.5rem;
        left: 0;
        padding: 2.5rem 0;
    }

a.bttn.pop-sessions,
a.bttn.pop-sessions:active {
    display: inline-block;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1em 1.5% 1em 1.5%;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5;
    top: auto;
}

.bttn.pop-sessions .bttn-lbl {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.link-external {
    position: relative;
}

    .link-external:after,
    .bttn.pop-sessions:after {
        content: "";
        display: inline-block;
        position: relative;
        top: .2em;
        margin-left: 0.7em;
        height: 15px;
        width: 18px;
        background-position: -210px -70px;
    }

    .link-external:after {
        margin-left: 0.25em;
        top: 0;
        background-image: url(/img/rwd/icon-external-link.png);
        background-position: center center;
    }

.sessions-footnote {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    text-align: left;
    color: #787878;
}

ul.sessoins-footnote {
    list-style: none;
    padding-left: 0
}

.content .sessions-footnote li {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    background: none;
    margin-bottom: .5em;
}

.sessions-footnote li::before {
    position: absolute;
    left: .2em;
    top: .1em;
    bottom: 0;
}

.sessions-footnote li:nth-of-type(1)::before {
    content: "\00a0\00a0*";
}

.sessions-footnote li:nth-of-type(2)::before {
    content: "**";
}

.brainhacker .pkg-item_list {
    width: 95%;
    height: auto;
}

.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: 35rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.getstarted-info {
    font-size: .889em;
    line-height: 1.6667;
    margin-bottom: 5rem;
}

.plans-section {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
}

    .plans-section .part-bg {
        height: 50rem;
    }

    .plans-section .wrapper {
        text-align: center;
    }

    .plans-section .section-txt {
        text-align: center;
    }

.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;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.plans-hd {
    width: 100%;
    max-width: 14em;
    margin-bottom: 1.5rem;
}

.plan.left {
    left: .5rem;
}

.plan.right {
    right: .5rem;
}

.plan {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    color: #727171;
    background-color: #fdfdfd;
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.special-plan {
    margin-top: 50px;
    width: 35%;
    z-index: 20;
    border: 2px solid #333;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.plan-hd {
    position: relative;
    padding: 1em 2.5em;
    height: 100px;
    border-bottom: 1px solid #3c3c3c;
    background-color: #3c3c3c;
    font-weight: 600;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.special-plan .plan-hd {
    background-color: #009ee3;
}

.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;
    left: -40px;
}

.special-plan-hd_ddl2 {
    position: absolute;
    top: -30px;
    left: 42px;
    background: url('/img/rwd/arr-or-se.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%;
}

.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: #fdfdfd;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.special-plan .plan-title {
    color: #fdfdfd;
    font-size: 2em;
    line-height: 1;
    font-style: normal;
}

.plan-hd p {
    color: #009ee3;
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 0;
}

.special-plan .plan-hd p {
    font-size: 1em;
    color: #fdfdfd;
}

.plan-features {
    margin-bottom: 0;
    padding-top: .75em;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: .65em;
}

.special-plan .plan-features {
    font-size: .7em;
}

.plan-feature {
    border-bottom: 1px solid #efefef;
    color: #878787;
}

ul li.plan-feature {
    margin-bottom: 0;
    padding: 1em 3em 1.25em 4em;
    background: url(/img/tick_sm.png) no-repeat 2em 15px;
}

.special-plan ul li.plan-feature {
    padding: .5em 1.75em 1em 3.5em;
    background: url(/img/tick_blue_sm.png) no-repeat 1.5em 13px;
}

.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: #efefef;
    line-height: 1;
    vertical-align: middle;
}

.special-plan .plan-price {
    padding-top: 1.5em;
    padding-bottom: 2em;
}

.plan-price .old-price {
    color: #727171;
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: -.05em;
    text-decoration: line-through;
}

.special-plan .plan-price .old-price {
    font-size: 1.9em;
}

.plan-price .new-price {
    color: #333;
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: -.025em;
}

.special-plan .plan-price .new-price {
    color: #009ee3;
    font-size: 3.5em;
}

.new-price .sign {
    position: relative;
    font-size: .6em;
    vertical-align: top;
    top: -6px;
}

.bttn_wrap {
    position: relative;
    margin: 3em 0 2em;
}

.page-upsell .bttn_wrap,
.page-1col .bttn_wrap {
    display: inline-block;
    width: auto;
}

.page-upsell .bttn_wrap {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.page-upsell2 .bttn_wrap {
    margin-top: 0
}

.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;
}

.special-plan .plan-bttn_wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.special-plan-bttn_ddl1,
.special-plan-bttn_ddl2,
.special-plan-bttn_ddl3 {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.special-plan-bttn_ddl1 {
    top: 1rem;
    left: -5rem;
    background-image: url(/img/rwd/arr-or-e.png);
    width: 5.85rem;
    height: 2.75rem;
}

.special-plan-bttn_ddl2 {
    top: 1rem;
    right: -4.25rem;
    background-image: url(/img/rwd/arr-or-w.png);
    width: 5.1rem;
    height: 2.55rem;
}

.special-plan-bttn_ddl3 {
    position: absolute;
    top: -4rem;
    right: 0;
    background-image: url(/img/rwd/arr-or-sw-2.png);
    width: 5.35rem;
    height: 3.35rem;
}

.page-getstarted .special-plan-bttn_ddl1,
.page-1col .special-plan-bttn_ddl1 {
    width: 84px;
    height: 39px;
    width: 4.2rem;
    height: 1.95rem
}

.page-getstarted .special-plan-bttn_ddl2,
.page-1col .special-plan-bttn_ddl2 {
    width: 70px;
    height: 34px;
    width: 3.5rem;
    height: 1.75rem;
}

.page-1col .special-plan-bttn_ddl1 {
    top: 20px;
    left: -95px;
}

.page-1col .special-plan-bttn_ddl2 {
    top: 20px;
    right: -80px;
}

.page-getstarted .special-plan-bttn_ddl1 {
    top: 10px;
    left: -4.75rem;
}

.page-getstarted .special-plan-bttn_ddl2 {
    top: 10px;
    right: -4rem;
}

.security-seals {
    display: block;
    position: relative;
    overflow: visible;
}

.plans-section .security-seals {
    margin: 0 auto 2rem;
}

.main .security-seals {
    width: 100%;
    margin-bottom: 2rem
}

.seal {
    float: left;
}

.main .seal {
    float: none;
}

.seal.paypal {
    width: 320px;
}

.main .seal.paypal {
    width: 200px;
}

.credit-cards {
    height: 34px;
    width: 113px;
    background-position: -8px -127px;
    outline: 0px dashed #ff0;
}

.seal.credit-cards {
    float: left;
    margin-top: 0.5em;
    outline: 0px dashed #f0f;
}

.seal.secure {
    display: block !important;
    float: none !important;
    position: relative;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: .5em auto;
    padding: 1.5em 1em 1.5em;
    width: 16rem;
    text-align: center;
    color: #333333;
    font-size: .65em;
    line-height: 1.385;
}

.plans-section .seal.secure,
.main .seal.secure {
    margin: 0 auto 2em;
    display: block;
    float: right;
}

.plans-section .seal.secure {
    margin-bottom: 0;
}

.main .seal.secure {
    position: relative;
    display: block;
    margin-bottom: 3em;
}

.main .review-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25rem;
    float: none;
}

.secure-payment {
    display: block;
    margin: 1em auto 0;
    height: 32px;
    width: 171px;
    background: url('/img/secure_payment.png') no-repeat center center;
}

.secure-title {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 0.35em
}

.plans-section .security-title,
.main .secure-title {
    display: inline-block;
}

.secure-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 31px;
    width: 24px;
    background-position: -421px -264px;
}

.seal.trust-guard {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
}

    .seal.trust-guard a {
        position: relative;
        display: inline-block;
        margin: 0 .2em .5em;
    }

        .seal.trust-guard a:nth-child(3) {
            margin-left: 0em;
        }

        .seal.trust-guard a img {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
        }

.trust-guard_img {
    width: 100%;
    height: auto;
}

.main .badge-compatibility {
    display: block;
    max-width: 9rem;
    margin-left: auto;
    margin-right: auto;
}

.note {
    display: block;
    margin: 0 auto 2em;
    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%;
}

.fieldset-wrap {
    margin-bottom: 2em;
}

.paymodes_wrap.fieldset-wrap {
    margin-bottom: 1em;
}

.payment-hd,
.for_cardno {
    position: relative;
}

.payment-hd {
    margin-right: 50px;
    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;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: .75em;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

ul li.faq {
    background: none;
    margin-bottom: 1em;
    padding: 0;
}

.faq .q {
    font-size: 1.05rem;
    padding-bottom: 1em;
    font-weight: 700;
    border-bottom: 0.143em solid #009ee3;
    /* min-height: 70px; */
}

.faq .q,
.faq .a {
    color: #201f1f;
}
/*------------------------------------*\
		$THANK YOU
	\*------------------------------------*/

.s-t,
.yt: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;
    padding-left: 45px;
}

    .yt:before {
        position: absolute;
        display: block;
        left: 0px;
        top: 50%;
        margin-top: -10px;
        height: 19px;
        width: 49px;
        content: "";
        background-position: -140px -50px;
    }

.skip-links {
    display: block;
    margin-top: 1.5rem
}

.page-upsell2 .skip-links {
    margin: 0 auto;
    font-size: 15px
}

.page-unlocked .skip-links,
.page-watch .skip-links {
    margin-top: 0;
    font-size: 16px
}

.skip-links-list {
    position: relative;
    display: block;
    margin: .25rem auto .5rem;
    max-width: 245px;
    outline: 0px dashed #0cf;
}

.content .skip-links-item {
    background: none;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: .25rem;
}

.seek-time {
    color: #999;
    font-size: 14px;
    letter-spacing: .05em;
    margin-right: .25rem
}

.coupon-box {
    position: relative;
    background-color: #fffad9;
    border: 4px dashed #191919;
    padding: 2em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
    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.65em;
}

.page-tour .coupon-hd {
    font-size: 1.5rem;
}

.coupon-hd.larger {
    font-size: 3em;
    /* 54/18*/
}

.coupon-hd .larger {
    font-size: 1.175em;
    line-height: 1.125;
}

.coupon-box .sub-hd {
    color: #212121;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.5rem;
    padding-top: 0;
}

.coupon-section .coupon-box .sub-hd {
    font-size: 1.111em;
}

.coupon-box ol.process {
    padding: 0;
}

.coupon-box .process {
    margin-left: auto;
    margin-right: auto;
    max-width: 19rem;
    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;
}

.amount {
    position: relative;
}

    .amount:before {
        position: absolute;
        display: block;
        height: 1.55rem;
        width: 7.05rem;
        /* top: 0.5em; */
        top: 60%;
        left: -10px;
        content: "";
        background: url('/img/rwd/underline-or.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

.code_wrap {
    position: relative;
    display: inline;
    margin-left: 0.35em
}

.discount-code-wrap {
    margin-top: 1rem;
    position: relative;
    display: block;
    text-align: center;
    padding-right: 10%;
}

.code {
    position: relative;
    top: -4px;
    font-family: courier, sans-serif;
    border-bottom: 2px solid #191919;
}

.code_ddl {
    position: absolute;
    display: block;
    height: 44px;
    width: 122px;
    top: -12px;
    left: -20px;
    content: "";
    background-position: -10px -50px;
    pointer-events: none;
    outline: 0px dashed #0f0
}

.stamp-ltd {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
    height: 65px;
    width: 130px;
    background-position: -160px -110px;
}

.info-msg {
    position: relative;
    padding-left: 70px;
    font-size: 0.8889em;
    line-height: 1.35em;
    text-align: left;
}

    .info-msg:before {
        position: absolute;
        display: block;
        height: 60px;
        width: 60px;
        top: 0em;
        left: 0px;
        content: "";
        background-position: -90px -110px;
    }
/*------------------------------------*\
			$FORMS
	\*------------------------------------*/

form,
fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    box-sizing: border-box;
}

fieldset {
    width: 100%;
}

input,
input[type="password"],
input[type="search"] {
    cursor: auto;
}

E
/* 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[type=search] {
    -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;
}

input.error,
input.error:focus {
    border: 1px solid #ef100b;
    border-color: rgba(239, 16, 11, 0.5);
}

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-wrap,
select,
.StripeElement {
    /* Size and position */
    /* width: 100%; */
    background-color: #fefefe;
    /* Ovewrriding iOS styles*/
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-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;
}
/* white bg */

/* input,
	textarea,
	.select-wrap,
	select, .StripeElement {

		background-color: #fcfcfc !important;
	} */

input,
textarea,
select,
.select-wrap {
    border: 2px solid #aaa;
}

.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;
    }

.level-select-wrap {
    width: 200px;
}

input:disabled,
textarea:disabled,
select:disabled {
    background-color: #f5f2f2;
}

input,
textarea,
.StripeElement {
    padding: 0.0125em 0.75em 0px;
}

input,
textarea,
select,
.divider,
.StripeElement {
    width: 100%;
    color: #676767;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1 !important;
}

.smaller-elmnts input,
.smaller-elmnts textarea,
.smaller-elmnts select,
.smaller-elmnts .StripeElement {
    padding: 4px 10px;
}

.smaller-elmnts input,
.smaller-elmnts textarea,
.smaller-elmnts select,
.smaller-elmnts .divider,
.smaller-elmnts .StripeElement {
    font-size: 16px;
}

.smaller-elmnts input,
.smaller-elmnts textarea,
.smaller-elmnts select,
.smaller-elmnts .StripeElement {
    /* border: 1px solid #009EE3; */
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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: #fefefe;
    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: #00adef;
    outline: 0;
}

input:focus,
textarea:focus,
select:focus,
.StripeElement--focus {
    border-color: #00c6ff;
    background-color: #fefefe;
    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;
}

input[type=text].code {
    border: 0 !important;
    border-bottom: 2px solid #191919 !important;
    background-color: transparent !important;
    display: inline !important;
    width: 90px;
    height: 20px;
    font-size: 1em;
    color: #333;
    line-height: 0.5;
    padding: 0;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    input[type=text].code:focus {
        -webkit-box-shadow: none !important;
        box-shadow: 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: #fcfcfc url(/img/combobox_arrow.png) no-repeat center center;
        pointer-events: none;
        /* Allow clicking through arrow image*/
    }

    .select-wrap:hover,
    .select-wrap:focus {
        border: 1px solid #4e9ac7 !important;
        background-color: #fff;
        outline: none;
        -webkit-appearance: none;
    }

.box-rounded {
    background-color: #eee;
    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 {
    font-size: 0.85em;
    padding-bottom: 1em
}

.order-review .fieldset-hd {
    border-bottom: 0;
}

.paymodes {
    display: inline;
    margin-left: 1em
}

label[for="pp"] {
    margin-left: 20px
}

.paymode_img {
    display: inline-block;
    vertical-align: middle;
}

.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: 45%;
    float: left;
    display: inline;
    min-width: 100px;
}

.year-wrap {
    float: right;
}

label {
    /* color: #009ee3; */
    /* color: #00698f; */
    padding: 0;
    font-size: .8em;
    font-weight: 400;
    text-align: left;
}

.elmnt-group label {
    position: relative;
    display: inline-block;
    margin: 0 .15em .1em;
    font-weight: 600;
    letter-spacing: .025em;
}

.page-order .form-getstarted label {
    font-size: .85rem;
}

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;
}

.page-order .order-info label.error {
    font-size: 14px;
}

.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[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;
    /* 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],
.btn,
.bttn,
a.bttn,
a.bttn:visited {
    /* Size and position */
    display: inline-block;
    height: auto;
    /* width: 100%; */
    padding: 1.25em 2em;
    /* Font styles */
    color: #333;
    font-size: 0.8em;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: .05em;
    text-transform: none;
    text-align: center;
    /* Styles */
    background-color: transparent;
    /* Ovewrriding iOS styles*/
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 2px solid #009ee3;
    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;
}

    a.bttn,
    a.bttn:visited {
        line-height: 1;
    }

.form-elmnts.smaller {
    font-size: 0.8em;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.bttn:hover,
input[type=submit]:focus,
input[type=button]:focus,
button:focus,
a.bttn:focus {
    color: #fff;
    background-color: #1FBFFF;
    border: 2px solid #1FBFFF;
}

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,
a.bttn.special {
    color: #fff !important;
    background-color: #009ee3;
}

input[type=submit].grey,
input[type=button].grey,
button.grey,
a.bttn.grey {
    background-color: transparent;
    border-color: #c9c9c9;
    color: #333;
}

    input[type=submit].grey:hover,
    input[type=button].grey:hover,
    button.grey:hover,
    a.bttn.grey:hover {
        background-color: #009ee3;
        border-color: #009ee3;
        color: #fff;
    }

input[type=submit].bttn-watch-live,
input[type=button].bttn-watch-live,
button.bttn-watch-live,
a.bttn-watch-live {
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
    padding: 0.85em 1.5em 0.85em 1em;
}

a.bttn.btn-download {
    display: block !important;
    font-size: 1em;
}

a.btn-download,
.btn-download {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
    margin-bottom: 1.25rem;
    padding: .75em 1em .65em .75em;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .75)
}

.download-link-section .btn-wrap {
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto
}

.btn-download .lbl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.25;
    text-align: left !important;
    /* 	color: #111; */
    letter-spacing: 0.025em;
    font-weight: 600;
    width: 87%;
}

.btn-download .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #00adef;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin-right: .35em !important;
}

.watch-live_wrap,
.zen12-box_wrap {
    position: relative;
    margin-bottom: 2rem;
}

.section .bttn-watch-live {
}

.intro-section .bttn-watch-live {
    margin-bottom: 2em;
    line-height: 1.3;
    text-align: left;
    padding-bottom: .3em
}

    .intro-section .bttn-watch-live .lbl {
        position: relative;
        display: inline-block;
        top: -.35em;
    }

.bttn-watch-live .play-icon_inner,
.bttn-watch-live .lbl {
    display: inline-block !important;
    vertical-align: baseline !important;
    outline: 0px dashed #9f9;
}

.bttn-watch-live .lbl {
    text-align: left;
}

    .bttn-watch-live .lbl.single-line {
        padding-top: 9px;
    }

.ligthGallery-bttn-wrap {
    display: inline-block;
}

.bttn-wrap {
    position: relative;
    display: inline-block;
    width: auto;
}

.watch-live_ddl1 {
    position: absolute;
    top: 0rem;
    right: -8rem;
    background: url('/img/rwd/arr-bl-w.png') no-repeat center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 5.9rem;
    height: 2.75rem;
}

.watch-live_ddl2,
.zen12-box_ddl {
    display: block;
    background-position: -90px -130px;
    width: 53px;
    height: 119px;
}

.watch-live_ddl2 {
    position: relative;
    margin: 0 auto;
}

.zen12-box_ddl {
    position: absolute;
    left: 27%;
    top: -20px;
}

.mp3-info {
    max-width: 27em;
}

a.bttn.larger {
    font-size: 1.7em;
    font-weight: 600;
    padding: 0.5em 1em;
    letter-spacing: -0.0125em;
}

.page-1col a.bttn.larger {
    /* 	padding: 0.5em 1.85em; */
    padding: 0.55em 1em;
}

.page-upsell1 a.bttn.larger {
    font-size: 1.25em;
    padding: 0.75em 1.25em;
}

.page-upsell .col-left,
.page-upsell .col-right {
    display: inline-block;
    vertical-align: top;
}

.page-upsell .col-left {
    width: 67.81%;
}

.page-upsell .col-right {
    width: 28.9%;
    float: right;
    clear: right;
}

input[type=submit].special:hover,
input[type=button].special:hover,
button.special:hover,
a.bttn.special:hover,
input[type=submit].special:focus,
input[type=button].special:focus,
button.special:focus,
a.bttn.special:focus {
    background-color: #1FBFFF;
}

.bttn-submit_ddl_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.bttn-submit_wrap,
.bttn-paypal_wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.btn-checkout-submit {
    padding: 0.5em 1em;
    font-size: 1.65em;
    text-transform: none;
    font-weight: 600;
}

.page-order .btn-checkout-submit {
    font-size: 1.75rem;
}

.icon-paypal {
    display: inline-block;
    vertical-align: middle;
    height: 21px;
    width: 82px;
    background-position: -100px -110px;
}

.bttn.paypal:hover .icon-paypal {
    background-position: -100px -140px;
}

.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, .5);
        box-shadow: 0 0 6px rgba(52, 209, 163, .5);
    }

.order-price_wrap {
    background-color: #eee;
    padding: 1px;
    width: 100%;
}

.order-price {
    background-color: #fff;
    padding: 1.25em;
    margin: 0;
    font-size: .9em;
}

.page-order .order-price {
    font-size: 1rem;
}

.order-price__lc {
    display: block;
    color: #666;
    font-size: .75em;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
}

ul.pricing-detail {
    padding-left: 0
}

    ul.pricing-detail li {
        background: none;
        margin: 0;
        padding: .5em 0;
        border-bottom: 2px solid #f3f3f3;
    }

.taxes-info {
    border-bottom: 0;
    height: 15px;
    width: 15px;
    background-position: -130px -10px;
}

.pricing-detail .taxes-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-bottom: 0;
    height: 15px;
    width: 15px;
    background-position: -130px -10px;
}

.taxes-info:hover {
    background-color: transparent;
}

.pricing-detail .price {
    font-style: italic;
    text-align: right;
    float: right;
}

.pricing-detail .total {
    font-weight: 700;
}

.example-cta {
    width: 100%
}
/*----- copy voucher code ----------*/

.inline-field {
    display: inline-block;
    vertical-align: top;
    height: 1.9rem;
    border-radius: 0;
    /* padding-top: .25em; */
}

.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;
}

.input-copy {
    position: relative;
    display: inline-block;
    background-color: transparent !important;
    font-family: courier, sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #191919 !important;
    width: 6.25rem;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
}

.btn-copy-code {
    width: auto;
    padding: 0 1em;
    color: #fff;
    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);
}
/*------------------------------------*\
			$TESTIMONIALS
	\*------------------------------------*/

.testimonial {
    margin: 0px auto 3em;
    color: #201f1f;
    font-size: .8em;
    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;
}

.page-member .testimonial.larger {
    margin-bottom: 0;
    margin-top: 0
}

.testimonial .text {
    display: block;
    float: left;
    width: 80%;
}

.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: 80%;
    margin-top: 0;
}

.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;
    word-break: break-all;
    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;
}
/* ============================================================================================================================
		== BUBBLE WITH A BORDER AND TRIANGLE
		** ============================================================================================================================ */

/* THE SPEECH BUBBLE
	------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
    position: relative;
    padding: 15px;
    margin: 0 0 .5em;
    border: 2px solid #eee;
    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: #eee 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/rwd/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;
}

.plan a.bttn {
    width: 90%;
    max-width: 9.5rem;
    padding: .75em 2%;
    text-transform: uppercase;
}

    .plan a.bttn:hover {
        color: #fff;
    }

.special-plan a.bttn {
    color: #fff;
    display: inline-block;
    max-width: 12.5rem;
    padding: .75em 2%;
    /* 	color: #fff !important; */
    font-size: 1.111em;
}

a.mp3-dwnld {
    font-size: 0.9em;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 1.125em;
    padding-right: 1.125em;
}

.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%;
}

.page-member ul.links_wrap {
    max-width: 24rem;
    padding: 0;
    margin: 0 auto .5em;
    margin-left: auto;
    margin-right: auto
}

.page-member .link_wrap {
    background: none;
    margin: 0;
    padding: 0;
}

.tab_wrap {
    margin-bottom: 1em
}

    .tab_wrap .links_wrap {
        width: 100%;
    }

    .tab_wrap .links_wrap {
        width: 100%;
    }

.link {
    display: inline;
    position: relative;
    padding-right: 1.5rem;
    line-height: 1.125rem
}

.links_wrap p {
    margin-bottom: 1em;
}

.links_wrap a:link,
.links_wrap a:visited {
    border-bottom: 0;
}

.link-lbl,
.link.download:before,
.link.voucher:before,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.link-lbl {
    width: 89%;
}

.link.download:before,
.link.voucher:before,
.link.pdf:after,
.link.mp3:after,
.link.url:after {
    content: "";
    width: 5%
}

.link.download:before,
.link.voucher:before {
    left: -2%;
    vertical-align: text-top;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #454545;
    border-radius: 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.link.pdf:after,
.link.mp3:after,
.link.url:after {
    vertical-align: middle;
    right: -8px;
}

.link.download:before {
    /* background-position: -81px -10px; */
    background-image: url('/img/rwd/icon-download-w.png');
}

.link.voucher:before {
    /* background-position: -111px -10px; */
    background-image: url('/img/rwd/icon-dollar-w.png');
}

.link.pdf:after {
    height: 22px;
    width: 16px;
    background-position: -80px -40px;
}

.link.mp3:after {
    height: 22px;
    width: 18px;
    background-position: -100px -40px;
}

.link.url:after {
    height: 13px;
    width: 15px;
    background-position: -120px -40px;
}

.page-member .link_wrap .link {
    padding: .75em .25%;
    padding-left: 5%;
    display: block;
    border-bottom: 2px solid #eee !important;
}

.link .special {
    font-weight: 700;
    font-size: 1.25em;
}

.page-member .link_wrap .link:hover,
.page-member .link_wrap .link:focus,
.link:hover .special,
.link:focus .special {
    color: #fff;
}

.page-member .link_wrap .link:hover,
.page-member .link_wrap .link:focus {
    background-color: #009EE3;
}

.page-member .link_wrap:first-child .link {
    border-top: 2px solid #eee !important;
}
/*------------------------------------*\
			$TABS
	\*------------------------------------*/

.tabContainer {
    width: 100%;
}

.tabs {
    height: 30px;
}

    .tabs > ul {
        font-size: 1em;
        list-style: none;
    }

        .tabs > ul > li {
            position: relative;
            top: 3px;
            margin: 0 2px 0 0;
            padding: 7px 20px;
            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 #eee;
            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: #f4f4f4;
    /* old browsers */
    border: 3px solid #eee;
    margin: 0;
    padding: 1.5em 7.5% 1em;
}

.title-article {
    display: block;
    background-color: #0090c4;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 2em;
    padding: 0.5em 0.5em;
}
/*------------------------------------*\
		$Brainhakcer Sessions
	\*------------------------------------*/

.page-brainhacker .main {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 670px;
}

.page-article .content ul.prods-list {
    position: relative;
    margin-left: 0
}

.content .prods-list li {
    background-image: none;
}

.content .prod {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

    .content .prod:first-child {
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .content .prod:last-child {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

.page-tour .brainhacker-sessions {
    font-size: 0.8em
}

.content li.prod {
    background-color: #fafafa;
    padding: 1.5em 2em 0em;
    margin-bottom: 0
}

.page-tour .content li.prod {
    padding: 1.5em 1.5em 0;
}

.page-brainhacker .content li.prod {
    padding-left: 5%;
    padding-right: 5%;
}

.content li.prod:nth-child(2n) {
    background-color: #fff;
}

.prod-img {
    width: 143px;
    float: left;
    margin-right: 30px;
}

.brainhacker-session .prod-img {
    width: 24%;
    margin-right: 5%;
}
/* .prod-desc {
	width: 400px;
	float: left;
} */

.page-tour .prod-desc {
    /* width: 385px; */
    text-align: left;
}

.page .prod-hd {
    font-weight: 700;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.35em;
}

.page-tour .prod-hd {
    padding-top: .25em;
}

.page .main .prod-info {
    display: block;
    width: 100%;
    font-size: .9rem;
    line-height: 1.333;
    color: #504F4F;
    margin-bottom: .75rem;
}

.brainhacker-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 29em;
}

.brainhacker-session .prod-hd,
.brainhacker-session .prod-info,
.brainhacker-session .prod-img,
.brainhacker-session .btn-wrap {
    display: inline-block !important;
    vertical-align: top;
}

.brainhacker-session .prod-hd,
.brainhacker-session .prod-info,
.brainhacker-session .btn-wrap {
    width: 70% !important;
    float: right;
}

    .brainhacker-session .btn-wrap .bttn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 1.5rem
    }

    .brainhacker-session .btn-wrap .mp3-dwnld {
        line-height: normal;
    }

    .brainhacker-session .btn-wrap .btn-info {
        line-height: .9;
    }

    .brainhacker-session .btn-wrap.full-width {
        width: 100% !important
    }

.page-tour .prod-info,
.brainhacker-sessions .prod-info {
    margin-bottom: 0em;
}

.page-tour .prod-info_more,
.brainhacker-sessions .prod-info_more {
    text-align: left;
    width: 100%;
    padding-top: 1em;
    border-top: 1px dotted #ccc;
    clear: left;
    position: relative;
    display: inline-block;
    display: none;
    clear: both;
}

.brainhacker-sessions .prod-info_more {
    margin-bottom: 1rem;
}

    .page-tour .prod-info_more .sub-hd,
    .brainhacker-sessions .prod-info_more .sub-hd {
        margin-bottom: 0.5em;
    }

.page-tour:not(.page-unlocked) .prod-info_more .sub-hd {
    margin-top: 1em;
}

.page-tour .prod-info_more p,
.brainhacker-sessions .prod-info_more p {
    margin-bottom: 0.5em;
}

a.mp3-dwnld,
a.btn-info,
.mp3-dwnld,
.btn-info {
    margin-bottom: 1.5em;
    font-size: 0.9em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.125em;
    padding-right: 1.125em;
    float: left;
    letter-spacing: 0;
}

a.mp3-dwnld,
.mp3-dwnld {
    margin-right: .5em;
}

.page-unlocked .bttn,
.page-brainhacker .bttn {
    padding-left: .75em;
    padding-right: .75em;
    /* background-color: #1FBFFF;
    border: 2px solid #1fbfff!important;  	 */
    /* height: 6rem; */
    height: 1.65rem
}

.page-unlocked .btn-info,
.page-brainhacker .btn-info {
    border: 2px solid transparent;
    padding-left: .5em;
    padding-right: .5em;
}

    .page-unlocked .btn-info:hover,
    .page-brainhacker .btn-info:hover,
    .page-unlocked .btn-info:focus,
    .page-brainhacker .btn-info:focus {
        border-color: #1FBFFF;
    }

.btn-info .icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    margin-left: .25em;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 1;
    background: #009ee3 url('/img/rwd/arr-down-w.png') no-repeat center center;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-brainhacker .prod-desc {
    width: 400px;
    float: left;
    margin-top: 0.25em;
    margin-bottom: 0em;
}

.page-brainhacker .prod-desc {
    width: auto;
    text-align: left;
}

.page-unlocked .whitelisting-frame {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000
}
/*------------------------------------*\
		$FOOTER
	\*------------------------------------*/

.footer {
    position: relative;
    display: block;
    padding: 6em 0;
    color: #929292;
    font-size: .7em;
    background-color: #3e3e3e;
    overflow: hidden;
}

.page .footer {
    margin-top: -4.5em;
    padding-top: 9.5em;
}

.footer-left {
    float: left;
    max-width: 37.5rem;
    width: 80%;
}

.footer-right {
    float: right;
    /* width: 160px; */
    width: 17%;
}

.footer .sub-hd {
    font-size: 1.285em;
    margin-bottom: .5em;
    text-align: left;
}

.footer a {
    color: #ebebeb;
    text-decoration: none;
}

    .footer a:hover {
        color: #fff;
    }

.footer .videos,
.footer-menu,
.copyright_wrap {
    margin-bottom: 1em;
}

.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;
}

.yt-icon {
    display: inline-block;
    background-position: -398px -480px;
    width: 23px;
    height: 22px;
    margin-right: .25em;
    vertical-align: top;
}

.footer-menu ul {
    margin-bottom: 0rem;
}

.social-links-wrap {
    opacity: .9;
}

.copyright_wrap {
    clear: both
}

.aff-program li,
.copyright li,
.footer-menu li {
    display: inline-block;
    margin: 0 1.5em 1em 0;
    white-space: nowrap;
    vertical-align: middle;
}

.ie8 .footer-menu li {
    margin-right: 2em;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.logo-inspire3 {
    margin-bottom: 1em;
    display: block;
    width: 98px;
    height: 40px;
    /* background-position: -11px -571px; */
    background: url('/img/rwd/logo-inspire3.png') no-repeat center center;
}

.inspire3-add {
    font-size: .928em;
    line-height: 1.384;
}

.copyright {
    font-size: .9257em;
    vertical-align: middle;
    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: #009EE3;
}

::-moz-selection {
    color: #fff;
    background-color: #009EE3;
}

img::selection {
    background-color: #009EE3;
}

img::-moz-selection {
    background-color: #009EE3;
}

.no-border::selection {
    color: #fff;
    background-color: transparent;
}

.no-border::-moz-selection {
    color: #fff;
    background-color: transparent;
}

img.no-border::selection {
    color: #fff;
    background-color: transparent;
}

img.no-border::-moz-selection {
    color: #fff;
    background-color: transparent;
}

.highlight {
    color: #d5842b;
}

.special {
    color: #009ee3;
}

.zen12-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: 20px;
}

.floatR {
    float: right;
    margin-left: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hide-text {
    text-indent: 100%;
    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
}

.page-member .section-divider {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem
}

.divider--sm {
    border: 0;
    border-bottom: 2px dotted #b7c8c0;
    max-width: 16rem;
    padding-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
}

.upgrade__title {
    margin-bottom: 1rem;
}

.upgrade__img {
    width: 100%;
    max-width: 17rem;
}

.upgrade__txt {
    margin-bottom: 1.25rem;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
}

.btn--sm,
a.btn--sm {
    font-size: .7rem;
    padding: 1em 1.25em;
}

.muted {
    font-style: italic;
    font-size: .75em;
    margin-left: 8px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.btn-copy,
.btn-copy:link,
.btn-copy:visited {
    display: inline-block;
    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: 34px;
}

.input-code {
    font-size: 16px;
    width: 150px;
    margin-left: 10px;
    vertical-align: middle;
}

.btn-apply-code {
    font-size: 16px;
    line-height: 0;
    padding: 0 1em;
    width: auto;
    color: #fff;
    background-color: #009ee3;
    left: -.35rem;
    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;
}

.full-width {
    width: 100% !important;
}
/*------------------------------------*\
			$Subliminal Sessions Window
	\*------------------------------------*/

body.sub_sessions {
    min-width: 240px;
    padding: 0;
    margin: 0;
    border: .4rem solid #009ee3;
    font-size: 1.125rem;
}

.sub_sessions .logo-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.sub_sessions .content-box {
    padding: 1rem 2%;
}

.sub_sessions .site-logo,
.sub_sessions .pkg-item-hd {
    display: block;
    margin: 0 auto;
    float: none;
}

.sub_sessions .pkg-item.list-item {
    margin-right: 0;
    width: 100% !important;
    overflow: visible;
}

.sub_sessions .pkg-item_list {
    position: relative;
    height: auto;
    margin-bottom: .75rem;
}

.sub_sessions .sessions_wrap {
    position: relative;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden !important;
}

.sub_sessions .session {
    font-size: 0.7em;
}

.sub_sessions .pkg-item-hd {
    text-align: center;
    margin-bottom: 0.75em;
    font-size: 2.5rem;
}

.sub_sessions .msnry-container {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center !important;
    max-width: 1200px !important;
    width: 100% !important;
}

.sub_sessions .sessions-cat {
    display: block;
    width: 20%;
    position: relative;
    margin-right: .5%;
    float: none;
}

.sub_sessions .sessions-hd {
    font-size: .8em;
}
/*
input[type="checkbox"] {
	display: none !important;
	position: absolute;
	outline: 2px dashed #0cf;
}

label[for="agree-terms"], label[for="agreetermsbox"] {
	position: relative;
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;
	outline: 1px dashed #0cf;
} */

.sub_sessions li.session {
    margin-left: 1.125em;
}

.mac-note {
    width: 100%;
    max-width: 29rem;
    padding-left: 4%;
    padding-right: 4%;
    color: #333;
    font-style: italic;
    font-size: .8333em;
    margin: 0 auto 1em;
}
/*
@media (max-width: 600px) {
	.sub_sessions .pkg-item-hd {
		font-size: 2.1em;
	}
}

@media (max-width: 480px) {
	.sub_sessions .pkg-item-hd {
		font-size: 1.6em;
	}
}

@media (max-width: 394px) {
	.sub_sessions .pkg-item-hd {
		font-size: 1.35em;
	}
}

@media (max-width: 340px) {
	.sub_sessions .pkg-item-hd {
		font-size: 1.125em;
	}
}
 */
