@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------*\
  CONTENTS
\*------------------------------------*/
/*
RESET
CLEARFIX
SHARED
MAIN
ARTICLES
LOGO
TYPE
IMAGES
FORMS
MISC
RESPONSIVE
*/


/*------------------------------------*\
  $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:600;
  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:0.75em;
}
img{
  border:none;
  font-style:italic;
  width:auto;
  max-width: 100%;  /* keep the aspect-ratio intact */
  height: auto;
}

input,
select,option,optgroup,
textarea{
  font:inherit;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: 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).
*/
h1,h2,h3,h4,h5,h6,a,a:hover{
  color:#220c70;
}
h1,h2,h3,h4,h5,h6,article,p,ul,ol,dl{
  margin-bottom:24px;
  margin-bottom:1.5rem; /* 24px */
}
b,
strong,
dt{
  font-weight:600;
}
.tag-list,
.images,
.social,
.projects{
  list-style:none;
}
.tag-list,
.images,
.projects{
  margin-left:0;
}

 html {
  font: normal 112.5%/1.5 'Montserrat', sans-serif;
  color: #393939;
  height: 100%;
  overflow-y: scroll;
}
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  min-height: 100%;
  background-color: #efefef;
}
header, section, article, aside, footer {
  display: block;
}
html, body {
  height: 100% 
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 {
  font-size: 5rem;
  line-height: 1.111;
  color: white;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
h2 {
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
}
h3 {
  font-size: 2.22222rem;
  line-height: 1.333;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.25;
}
h3 strong {
  font-weight: 600;
}
a {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.1s ease-in-out, border 0.2s ease-in-out;
}
a:visited {
  color: #999;
  border-color: #eee;
}
a:hover, a:active, a:focus {
  border-color: #999;
}
a:active, a:focus {
  position: relative;
  top: 1px;
}
a:hover, a:active {
  outline: none;
}
a, a:active, a:visited {
  color: #18c280;
}
a:hover {
  color: #13d288;
}
.tagline {
  font: 0.625em/2.4 "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 100px;
  white-space: nowrap;
}
ul, ol, dd {
  margin-left: 1.5em;
}
li>ul, li>ol {
  padding-bottom: 0;
}
.projects h3 {
  margin-bottom: 0;
}
.projects a {
  display: block;
  border: none;
  color: #333;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
figure {
  border: 2px solid black;
  background: #cae9b8;
  margin: 0;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
}
figcaption p {
  text-align: center;
  margin: 1rem;
}
figcaption {
  font-weight: bolder;
  font-size: 1.2rem;
}
img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.header {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 47.7777778em;
  width: 100%;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  z-index: 0 
}
.aff-header {
  padding-bottom: 1.5%;
  height: auto;
}
.contact-header {
  padding-bottom: 3.5%;
  height: auto;
}
.header-bg {
  background: #030945 url('../images/header-bg.jpg') no-repeat center center;
  background-size: cover;
}
.header-vid {
  position: absolute;
  display: block;
  opacity: 0.2;
  z-index: 0;
}
.header-bg, .header-vid {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 56em;
}
.header .wrapper {
  position: relative;
}
.header .vid-container {
  position: absolute;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.header-vid video {
  position: absolute;
  display: block;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
.header .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 50rem;
  background-color: #050539;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/bg-header-l.jpg');
  background-size: cover;
  z-index: 10000000;
}
.mast-head {
  position: relative;
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, .35);
  padding: 1.25rem 0 1rem;
  margin: 0 auto 1rem;
  z-index: 10000000000;
}
.page-contact .mast-head, .page-affiliate .mast-head {
  margin-bottom: 0rem;
}
.mast-head a:hover {
  opacity: 1;
}
.site-logo {
  display: block;
  float: left;
  line-height: 1;
  border: 0;
  opacity: .85 
}
.inspire3-logo, .site-logo {
  width: 44px;
  height: 45px;
}
.inspire3-logo {
  background: transparent url('../images/logomark-inspire3.png') no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 30em) {
  .inspire3-logo, .site-logo {
    width: 34px;
    height: 35px;
  }
}
.nav {
  position: relative;
  display: inline-block;
  padding: 0;
  top: 0;
  float: right;
  right: 0;
}
.main-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul.menu {
  list-style: none;
  margin-left: 0;
}
li.menu-item {
  list-style: none;
}
.menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.menu-item-d {
  position: relative;
  top: -5px 
}
.menu-item-m {
  display: none;
}
.main-menu .menu-item.nav-icon {
  margin-left: 1.5rem 
}
.menu-item:first-child {
  margin-left: 0;
}
.menu-item.nav-icon:before {
  left: -.85em;
}
.menu-item:first-child:before {
  display: none;
}
.menu-item a {
  display: block;
  font-size: .888889rem;
  font-weight: 400;
  border-bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: .85;
}
.header .menu-item a {
  height: 44px;
}
.menu-item a {
  color: #fff;
  padding: .4em 1em;
}
.main-menu .menu-item.nav-icon a {
  position: relative;
  top: -5px;
  padding: 0;
  height: 44px;
  width: 44px;
  font-size: 1.125rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center 5px;
  background-repeat: no-repeat;
}
.main-menu .nav-icon .icon-lbl {
  display: none;
}
.footer-menu .nav-icon .icon-lbl {
  display: inline-block;
}
.main-menu .nav-icon a:hover, .main-menu .nav-icon a:focus {
  color: #220c70 !important;
  background-color: #fff !important;
}
.nav-icon .icon {
  position: absolute;
  display: block;
  top: 56%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-member .menu-item a, .page-member .menu-iter .bttn {
  text-transform: none;
}
.page-member .menu-item a {
  letter-spacing: 0;
}
.menu-item a:hover, .menu-item a:focus {
  color: #fff;
  background-color: transparent;
}
.nav-collapse {
  width: auto;
  right: 1.5%;
  z-index: 100;
}
.twitter-follow-button .btn {
  background-color: #f00 !important 
}
#twitter-widget-0 .label {
  display: none !important;
}
@media all and (min-width: 52.0625em) {
  .js .nav-collapse.opened {
    position: absolute !important;
  }
}
@media all and (min-width: 34.938em) {
  .nav-toggle {
    display: none !important;
  }
}
@media all and (max-width: 48em) {
  .nav-collapse {
    right: 0%;
  }
}
@media all and (max-width: 35em) {
  .page .header .overlay {
    min-height: 35rem 
  }
  .menu-item-m {
    display: block;
  }
  .js .nav-collapse.opened {
    position: relative;
  }
  .mast-head {
    text-align: right;
  }
  .nav-cart {
    position: relative;
    display: inline-block;
    padding: .25rem .5rem;
    color: rgba(255, 255, 255, .85);
  }
  .nav-cart .icon {
    font-size: 1.75rem;
  }
  .nav-cart-count {
    font-size: 14px;
  }
  .nav-toggle, .main-menu .nav-icon .icon-lbl {
    display: block;
  }
  .nav {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 0%;
  }
  .nav-toggle {
    position: relative;
    display: none;
    z-index: 3;
    text-decoration: none;
    right: 0;
    padding: 0;
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    line-height: .65em;
    height: 1rem;
    padding: 0.1em 0.1em 0em !important;
    border-radius: 4px;
    border-bottom: 0;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
  }
  .nav-toggle:hover, .nav-toggle:focus {
    border-bottom: 0 !important;
    text-decoration: none;
  }
  .main-menu .menu-item, .main-menu .menu-item.nav-icon {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .main-menu .menu-item a {
    border-bottom: 1px solid #DACCF5 !important;
    height: auto;
  }
  .main-menu .menu-item a, .main-menu .menu-item.nav-icon a {
    top: auto;
    text-align: left;
    display: block;
    font-size: 1.125rem !important;
    font-weight: 400;
    border-bottom: 0;
    letter-spacing: 0.05em;
    color: #220c70;
    width: 100% !important;
    padding: 1em 1.5em;
    border-radius: 0 !important;
    text-align: center;
  }
  .main-menu .menu-item .social-wrap {
    padding: 1em 1.5em;
    text-align: center;
  }
  .main-menu .menu-item a:hover, .main-menu .menu-item a:focus, .main-menu .menu-item.nav-icon a:hover, .main-menu .menu-item.nav-icon a:focus {
    color: #3ddc97;
    background-color: #3ddc97 !important;
    color: #fff !important;
  }
  .main-menu .menu-item a:active, .main-menu .menu-item.nav-icon a:active {
    background-color: #fb3640 !important;
  }
  .main-menu .menu-item.nav-icon {
    position: relative !important;
  }
  .main-menu .nav-icon .icon {
    position: absolute;
    display: inline-block;
    font-size: 1.75rem;
    top: 55%;
    left: 3rem;
  }
  .main-menu .menu-item.nav-icon a {
    padding-left: 4.25rem;
  }
  .main-menu .menu-item.nav-icon a {
    height: auto !important;
  }
  .main-menu .nav-icon .icon {
    margin-left: 0;
  }
  .main-menu .nav-drawer {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0.25rem;
    width: 104%;
    right: 1.95%;
    position: absolute;
    z-index: 100;
  }
  .nav-collapse .menu-item {
    visibility: hidden;
  }
  .nav-collapse.opened .menu-item {
    visibility: visible;
  }
  .nav-collapse .menu-item-d {
    display: none;
  }
  .nav-collapse.opened:after {
    -webkit-transform: skew(0deg, 1.75deg);
    -ms-transform: skew(0deg, 2.5deg);
    transform: skew(0deg, 1.75deg);
    -webkit-backface-visibility: hidden;
  }
  .nav-collapse.opened {
    max-height: 9999px;
  }
  .nav-collapse a:hover {
    background: transparent 
  }
  .nav-collapse .active a:hover {
    color: #fff;
  }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -9999999999em !important;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    float: right;
    display: block;
    margin: 0rem 0 1em 0;
    width: 1.5rem;
    height: 2.35rem;
  }
  .nav-toggle:before {
    color: #fff;
    font-family: "i3-icon-font" !important;
    font-size: 1.75rem;
    line-height: 1.5;
    text-transform: none;
    position: absolute;
    content: "\63";
    text-indent: 0;
    text-align: center;
    line-height: 1;
    speak: none;
    width: 100%;
    top: 0em;
    left: 0;
    opacity: .85;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
  }
  .nav-toggle:hover:before, .nav-toggle:active:before {
    opacity: 1;
  }
  .nav-toggle.active:before {
    font-size: 1.5rem;
    line-height: 1;
    content: "\64";
  }
  .nav {
    overflow: hidden;
  }
  .main-menu {
    background-color: #fff;
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar {
    background-color: transparent 
  }
}
.hero {
  position: relative;
  display: block;
  margin: 10% auto 0;
  z-index: 150000000;
  text-align: left;
}
.home .hero {
  width: 860px;
}
.hero-hd {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600 
}
.page .hero-hd {
  font-weight: 400;
  font-size: 3.88889rem;
  letter-spacing: .075em;
  line-height: 1;
}
.page .hero {
  margin-top: 0em;
}
@media all and (max-width: 74em) {
  .content .btn-signup {
    margin-bottom: 1.5rem !important;
  }
}
@media all and (max-height: 54em) {
  .hero {
    margin-top: 7%;
  }
}
@media all and (max-width: 48em) {
  .hero {
    margin-top: 10%;
  }
}
@media all and (max-width: 48em), (max-height: 54em) {
  .header {
    height: 35em;
  }
  .aff-header, .contact-header {
    height: auto !important;
  }
  .page-affiliate .hero {
    text-align: center;
  }
  .page-affiliate .hero-hd {
    float: left;
  }
  .btn-signup, .btn-login {
    width: 47.25%;
  }
  .btn-signup {
    margin-right: 4% !important;
  }
  .btn-login {
    margin-right: 0;
  }
  .header .aff-login-wrap {
    margin-top: 1.5rem;
    max-width: 100% !important 
  }
  .header-bg, .header-vid {
    height: 45em;
  }
  .mast-head {
    padding-bottom: 0rem;
    margin-bottom: .5rem;
  }
  .hero {
    margin-top: 8%;
  }
}
@media all and (max-width: 35em) {
  .hero {
    margin-top: 10%;
  }
}
@media all and (max-width: 30em) {
  .header {
    height: 27.5em;
  }
  .aff-header {
    height: auto;
  }
  .page-affiliate .mast-head {
    margin-bottom: .5rem;
  }
  .header-bg, .header-vid {
    height: 30em;
  }
  .hero {
    margin-top: 5%;
  }
  h1 {
    font-size: 3.25rem !important 
  }
}
@media all and (max-width: 26em) {
  .header {
    height: 23em;
  }
  .header-bg, .header-vid {
    height: 25em;
  }
  .hero {
    margin-top: 0;
  }
  .box-padded-sm {
    padding: 1.25rem 1.5rem !important;
  }
}
@media all and (max-width: 24em) {
  .contact-intro .intro-hd {
    font-size: 2rem !important;
  }
}
@media all and (max-width: 22em) {
  .btn-signup, .btn-login, .btn-login-submit {
    width: 100%;
    display: block;
  }
  .btn-signup {
    margin-bottom: 1rem !important;
  }
  .btn-login-submit {
    font-size: 1.125rem !important;
    margin-bottom: 1rem;
  }
  .header .aff-login-wrap {
    margin-top: 1rem;
  }
  .link-forgot-pass {
    font-size: 1rem;
  }
}
.outer-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 83.333rem;
  width: 100%;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  background-color: #fff;
}
.wrapper {
  position: relative;
  display: block;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 68rem;
  margin: 0 auto;
}
.ie8 .wrapper {
  width: 1100px;
}
.hero-wrapper {
  min-height: 90%;
}
.intro-section {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 7.5%;
  background-color: white;
  overflow: hidden;
  z-index: 1000;
}
.page-contact .wrapper, .page-affiliate .wrapper {
  max-width: 68rem;
}
.intro-section .wrapper {
  max-width: 68rem;
}
.contact-intro-section .wrapper {
  max-width: 56rem;
}
.sub-hd {
  position: relative;
  color: #220c70;
  font-weight: 500;
}
.sub-hd-2 {
  text-align: left;
}
.underlines-hd {
  position: relative;
  margin-bottom: 3.5rem;
}
.underline-hd {
  position: relative;
  margin-bottom: 2.5rem;
}
.underlines-hd::before, .underline-hd::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0%;
  margin-left: 0px;
  width: 2.25em;
  height: 2px;
  background-color: #65cf9b;
}
.underlines-hd::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0%;
  margin-left: 0px;
  width: 1.25em;
  height: 2px;
  background-color: #65cf9b;
}
.underline-hd.underline-center::before, .underlines-hd.underlines-center::before, .underlines-hd.underlines-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.intro-content {
  text-align: center;
}
.intro-details, .intro-pic {
  display: inline-block;
  vertical-align: top;
}
.intro-details {
  width: 60%;
  min-width: 31em;
  float: left;
  margin-bottom: 1rem;
}
.contact-faq {
}
.page-affiliate .intro-details {
  min-width: 37.5em;
  width: 50%;
}
.intro-txt {
  text-align: left;
}
.intro-pic {
  width: 35%;
  max-width: 327px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.intro-hd .line-block {
  display: inline;
}
.sub-hd {
  text-align: left;
}
.aff-intro-pic {
  position: relative;
  background: url('../images/3-wireframe-2.png') no-repeat center center;
  background-size: contain;
  width: 300px;
  max-width: 100% !important;
  margin-bottom: 0.5rem;
  height: 358px;
  top: -1em;
}
@media all and (max-width: 70em) {
  .page-affiliate .intro-details {
    margin-right: 0;
    min-width: 100%;
    width: 100%;
    float: none;
  }
  .aff-intro-pic {
    width: 350px;
    height: 418px;
  }
}
.aff-pic {
  position: absolute;
  height: auto;
}
.aff-pic-1 {
  width: 21.0275%;
  left: 3%;
  top: 22%;
}
.aff-pic-2 {
  width: 18.75%;
  left: 35%;
  top: 3%;
}
.aff-pic-3 {
  width: 14.3625%;
  left: 79.5%;
  top: -1%;
}
.aff-pic-4 {
  width: 15.386%;
  left: 45%;
  top: 52%;
}
.aff-pic-5 {
  width: 15.1282%;
  left: 73%;
  top: 52.5%;
}
.detail-content {
  position: relative;
  display: block;
}
.detail-content .pointers {
  margin-bottom: 4rem !important;
}
ul.pointers li {
  position: relative;
  padding-left: .5em;
  margin-bottom: 1.25rem;
}
.content ul.checkmark {
  list-style: none;
}
.content ul.pointers li:before {
  position: absolute;
  color: #3c238d;
  content: "\2022";
  left: -1em;
  top: -10%;
  font-size: 1.125rem;
}
.content ul.checkmark li::before {
  position: absolute;
  font-family: "i3-icon-font" !important;
  content: "\65" !important;
  top: -.1em;
  left: -1em;
  font-size: 1.25em;
  font-weight: 400;
}
.category {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-aff .category {
  height: 1200px;
}
.cat-hd {
  color: #220c70;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  font-weight: 400;
}
.box-navy+.wrapper .cat-hd {
  color: #fff;
}
.prod-categories {
  position: relative;
}
.category-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 960px;
  background: #cecece url('../images/bg_dotsnlines.png') no-repeat center top;
  background-size: cover;
}
.aff .category-bg {
  height: 1200px;
}
.meditation-bg {
  z-index: 9;
}
.brainwaves-bg {
  z-index: 8;
}
.box-gray {
  background-color: #f7f7f7;
}
.box-white {
  background-color: #fff;
}
.box-green {
  background-color: #23bb70;
}
.box-yellow {
  background-color: #faf0c9;
}
.box-yellow a {
  font-weight: 500;
  color: #220c70;
  border-bottom-color: #220c70;
}
.box-navy {
  background-color: #180853;
  color: #fff;
}
.box-padded {
  padding: 3.5rem 4rem 3rem;
}
.box-padded-sm {
  padding: 1.85rem 2rem;
}
.box-padded-xs {
  padding: 1rem 2rem;
}
.box-outline {
  border: 2px solid #23bb70;
}
.box-dark-opaque {
  background-color: #000;
  background-color: rgba(0, 0, 0, .35);
  box-shadow: 0 7px 10px 0px rgba(0, 0, 0, .65) 
}
.box-rounded {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.hypnosis-bg {
  background-color: #180853;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  z-index: 9;
}
.mindscience-bg {
  z-index: 9;
}
.category .wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
  max-width: 68rem;
}
.category.meditation .wrapper {
  z-index: 10;
}
.category.brainwaves .wrapper {
  z-index: 11;
}
.category.subliminals .wrapper {
  z-index: 12;
}
.category.hypnosis .wrapper {
  z-index: 13;
}
.category.mindscience .wrapper {
  z-index: 14;
}
.product-detail {
  position: relative;
}
a.coming-soon {
  cursor: default;
}
.coming-soon::before {
  content: 'Coming Soon';
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.125;
  background-color: hsl(151, 52%, 60%);
  -webkit-background-size: 10%;
  background-size: 10%;
  color: hsl(151, 52%, 100%);
  text-align: center;
  text-transform: uppercase;
  bottom: auto;
  left: auto;
  top: -36px;
  right: -50px;
  width: 60px;
  height: 0px;
  padding-top: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  z-index: 10000;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  overflow: hidden;
}
.regular.coming-soon::before {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 45deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 45deg);
}
.coming-soon:hover::before, .touchevents .coming-soon::before {
  width: 180px;
  height: 83px;
  top: -80px;
  right: -134px;
  background-color: hsl(151, 67%, 41%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.touchevents .regular.coming-soon::before, .regular.coming-soon:hover::before {
  top: -64px;
  right: -144px;
}
.touchevents .coming-soon::before {
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.touchevents .coming-soon:active::before {
  top: -77px;
  right: -117px;
  height: 90px;
  padding-top: 3.125rem;
  font-size: .78888888rem;
  font-weight: 600;
  color: #111;
  background-color: #ffd925;
  -webkit-transform: scale3d(1.125, 1.125, 1.125) rotate3d(0, 0, 1, 45deg);
  transform: scale3d(1.125, 1.125, 1.125) rotate3d(0, 0, 1, 45deg);
}
.touchevents .regular.coming-soon:active::before {
  top: -76px;
  right: -130px;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 45deg);
}
.product-banners {
  width: 60%;
}
.product-banners--fullwidth {
  width: 100%;
}
.product-banners--single {
  width: 28%;
}
.product-thumbs {
  padding-bottom: 2.75rem;
  align-self: flex-end;
}
.product {
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
  margin-right: 4%;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: background 300ms ease-in-out, color 200ms ease-out;
  transition: background 300ms ease-in-out, color 200ms ease-out;
}
.product:last-child {
  margin-right: 0rem;
}
.box-gray+.wrapper .product {
  background-color: #fff;
}
.box-white+.wrapper .product {
  background-color: #f6f6f6;
}
.box-navy+.wrapper .product {
  background-color: rgba(17, 5, 57, .75);
  border-color: rgba(17, 5, 57, 1);
}
.product.featured {
  width: 47%;
  max-width: 18rem;
}
.product-banners--single .product.featured {
  width: 100%;
}
.wrapper .product:hover, .wrapper .product:focus {
  border-width: 1px;
  background-color: #65cf9b;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .35);
}
.product-img {
  display: block;
  width: 100%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.product-detail {
  display: block;
  padding: 1.25em 6% .75em;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  flex: 1;
}
.multiline-ellipsis {
  display: block;
  display: -webkit-box;
  box-sizing: border-box;
  max-width: 400px;
  height: 180px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-hd {
  color: #1a0759;
  margin-bottom: .5em;
  font-weight: 600;
}
.box-navy+.wrapper .product-hd {
  color: #22af6b;
}
.box-navy+.wrapper .product:hover .product-hd {
  color: #1a0759;
}
.product-txt {
  font-size: 0.889rem;
  margin-bottom: 1em;
}
.product-txt {
  color: #4b4b4b;
}
.box-navy+.wrapper .product-txt {
  color: rgba(255, 255, 255, .8);
}
.product:hover .product-txt {
  color: #1a0759;
}
@media all and (max-width: 95em) {
  .outer-wrapper {
    border-left: 0;
    border-bottom: 0;
  }
}
@media all and (max-width: 79em) {
  .product-banners {
    margin-bottom: 2rem;
  }
  .category .wrapper {
    max-width: 56rem;
    margin-bottom: 4rem;
  }
  .brainev-aff .aff-link {
    max-width: 554px;
  }
  .brainev-aff li.aff-prog {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .product-banners {
    margin-right: 5%;
    width: 66%;
  }
  .product-banners--fullwidth {
    margin-right: 0;
    width: 100%;
  }
  .product.featured {
    width: 48.5%;
  }
  .product-banners--fullwidth .product.featured {
    width: 30%;
    margin-right: 2%;
  }
  .product-thumbs .product{
    width: 80%;
  }
}
.product-thumbs--multiple {
  width: 49%;
}
.product-thumbs--multiple .product {
  width: 29.25%;
  margin-right: 4%;
}
.product-thumbs--multiple .product:last-child {
  margin-right: 0;
}
@media (max-width: 75em) {
  .wrapper {
    max-width: 68rem;
  }
}
@media (max-width: 66em) {
  .intro-pic {
    position: relative;
    max-width: 250px;
  }
  .aff-intro-details, .aff-intro-pic {
    display: block;
    top: 0;
  }
  .aff-intro-details {
    max-width: 100%;
    width: 100% 
  }
  .subscribe-bg {
    background-position: right center;
  }
}
@media (max-width: 62em) {
  .wrapper, .intro-section .wrapper, .category .wrapper {
    max-width: 50rem;
  }
  .intro-details {
    width: 55%;
    min-width: 0;
  }
  .product-thumbs-multiple .product {
    width: 30%;
  }
}
@media all and (max-width: 55em) {
  .product-hd {
    font-size: 1.25rem;
  }
  .product-txt {
    font-size: 0.7rem;
  }
  .product.featured {
    width: 47.5%;
  }
  .product-banners--fullwidth .product.featured {
    width: 31%;
  }
}
@media all and (max-width: 52em) {
  .box-padded {
    padding: 2.5rem 2.5rem 2rem;
  }
  .box-padded-xs {
    padding: 1rem 1.25rem;
  }
}
@media only screen and (max-width : 51em) {
  .home .intro-pic {
    display: none;
  }
  .intro-details {
    width: 100%;
  }
}
@media only screen and (min-width : 51.0625em) {
  .intro-pic {
    display: inline-block;
  }
  .intro-details {
    width: 50%;
  }
}
@media all and (max-width: 48em), (max-height: 54em) {
  .intro-section {
    padding-top: 9%;
  }
  .aff-intro-details {
    margin-bottom: 5rem;
  }
  h1 {
    font-size: 3.75rem 
  }
  h2 {
    font-size: 2.5rem;
  }
  .product.featured {
    margin-bottom: 3rem;
  }
  .category .wrapper {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 48em) {
  .hypnosis-bg {
    background-position: right top;
  }
  .product-banners {
    margin-bottom: 0rem;
  }
  .outer-wrapper {
    max-width: 44rem;
  }
}
@media all and (max-width: 48em) and (min-width: 29em) {
  .page-affiliate .intro-hd .line-block {
    display: block;
  }
}
@media all and (max-width:47.9375em) {
  html {
    font-size: 100% 
  }
  .product-txt {
    font-size: .875rem;
  }
  .product-banners {
    max-width: 100%;
    width: 100% !important;
  }
  .product-thumbs--multiple {
    padding-bottom: 1.5rem;
  }
  .product.regular {
    max-width: 116px;
    margin-right: 5%;
  }
  .product-banners, .product-banners--fullwidth {
    margin-right: 0;
    max-width: 95% 
  }
  .product-banners--fullwidth .product.featured {
    width: 47.5% 
  }
  .product-thumbs--multiple .product {
    width: 45%;
    margin-bottom: 1rem;
  }
  .product-thumbs--multiple .product:nth-child(odd) {
    margin-right: 5%;
  }
  .product.featured {
    margin-bottom: 2rem;
  }
  .product-thumbs .space-between {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 37em) {
  .product-banners {
    margin-right: 0 
  }
  .product-txt {
    font-size: .8125rem;
  }
}
@media all and (max-width: 36em) {
  .cat-hd {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 30em) {
  .touchevents .regular.coming-soon::before, .regular.coming-soon:hover::before {
    top: -56px;
    right: -148px;
  }
  .touchevents .regular.coming-soon:active::before {
    top: -91px;
    right: -128px;
    width: 160px;
    padding-top: 4rem;
    font-size: .7rem;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 45deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 45deg);
  }
  .regular.coming-soon::before {
    -webkit-transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, 45deg);
    transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1, 45deg);
  }
  .product-banners--fullwidth .product.featured, .product.featured {
    width: 100%;
    max-width: 19.75rem;
  }
  .product-hd {
    font-size: 1.5rem;
  }
  .product-txt {
    font-size: .9375rem;
  }
  .cat-hd {
    font-size: 2.125rem;
  }
  .product-thumbs--multiple {
    width: 100%;
  }
}
@media screen and (max-width: 27em) {
  .product.regular {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 26em) {
  .product-txt {
    font-size: .875rem;
  }
  h1 {
    font-size: 2.5rem !important 
  }
  .aff-intro-details .intro-hd {
    font-size: 1.65rem;
  }
  .wrapper {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .aff-intro-pic {
    height: 310px;
  }
}
@media all and (max-width:24em) {
  .page-signup .intro-hd {
    font-size: 1.75rem;
  }
  .box-padded-xs {
    padding: .75rem;
  }
}
@media screen and (max-width: 22em) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 21em) {
  .product-thumbs--multiple .product {
    width: 47%;
  }
}
@media all and (max-width:20.5em) {
  .page-affiliate .intro-hd {
    font-size: 1.5rem;
  }
  .product.regular {
    margin-right: 7%;
  }
}
@media screen and (max-width: 47.9375em) and (min-width: 30em), (max-width: 20.5rem) {
  .product-thumbs--multiple .product {
    margin-right: 0;
  }
}
@media all and (max-width:20em) {
  .aff-intro-pic {
    height: 350px;
  }
}
.trustpilot-widget-wrap {
  position: relative;
  display: block;
  padding-top: 2rem;
  z-index: 10000000;
  width: 100%;
}
.trustpilot-txt,
.trustpilot-txt a{
  color: #fff!important
}
.trustpilot-widget-wrap a {
  text-decoration: none;
  border: 0;
}
.p-widget-checkoutreviews {
  font-size: 1rem 
}
.rating-list__item {
  margin-bottom: .5rem;
}
.rating-list, .rating-list__logo, a .trustpilot-widget-lbl, .trustpilot-widget-lbl {
  color: rgba(255, 255, 255, .95);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 0;
  margin-left: .5rem;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 
}
a .trustpilot-widget-lbl {
  margin-left: .4rem;
  font-size: 11px;
}
.rating-list {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  border: 0;
  margin: 0;
  display: inline-block;
}
.rating-list__logo {
  opacity: .75;
  margin-left: 0;
}
.stars {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.125;
  font-weight: bold;
  color: transparent;
  width: auto;
  margin-top: 0;
  margin-bottom: 0.05em;
}
.star {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 3px 3px;
  width: auto;
  line-height: .9;
  margin-left: -1px;
  margin-right: -1px;
  text-shadow: 0 0 0 rgb(255, 255, 255);
  background-color: #00B67A;
  text-decoration: none;
}
@media all and (max-width: 30em) {
  .trustpilot-widget-wrap {
    padding-top: 1.5rem;
  }
}
@media all and (max-width: 26em) {
}
.contact-faq {
  text-align: left;
}
.contact-intro .sub-hd, .contact-intro .sub-hd-2 {
  text-align: center;
}
.contact-intro .intro-hd {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.contact-intro .sub-hd-2 {
  margin-left: auto;
  margin-right: auto;
  color: #393939 
}
.faq-hd {
  font-size: 1.75rem;
  line-height: 1.125;
}
.input-required {
  color: #ef100b;
  font-size: 1em;
}
.upload-dropzone.form-control-w {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.upload-dropzone input[type="file"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
}
.upload-dropzone span {
  color: #666;
}
.upload-dropzone span {
  color: #d1d1d1;
  display: inline-block;
  line-height: 24px;
  padding: 10px;
}
.contact-intro {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.dots-connected-wrap {
  display: inline-block;
  position: relative;
  width: 30%;
}
.contact-intro .intro-content {
  margin-bottom: 3rem;
}
.intro-contact p {
  text-align: left;
}
.contact-modes {
  padding-top: 2rem 
}
.dots-connected-wrap {
  height: 200px;
  top: 4rem;
  float: right;
  vertical-align: top;
}
.dots-connected {
  position: absolute;
  top: 70%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.email-box+.intro-txt {
  clear: left;
}
.contact-intro .email-box {
  display: inline-block;
  float: left;
  width: auto;
  margin-bottom: 1.5rem;
  clear: left;
}
.contact-intro .email-box p:last-child {
  margin-bottom: 0;
}
.icon-compose {
  font-size: 1.5em;
  line-height: 1;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
a.link-icon-compose {
  color: #220c70;
  border: 0;
}
@media all and (max-width: 27em) {
  .contact-intro .sub-hd-2 {
    max-width: 15rem 
  }
}
.subscribe-section {
  position: relative;
  display: block;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  min-height: 35rem;
}
.subscribe-bg {
  position: absolute;
  background: #ebeef5 url(../images/bg-subscribe-l.jpg) no-repeat left top;
  background-size: cover;
  z-index: 0;
}
.subscribe-section .wrapper {
  z-index: 10;
}
.subscribe-form {
  width: 100%;
  max-width: 500px;
  float: right;
}
.subscribe-hd {
  color: #1a0759;
  font-size: 3.33333rem;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 3rem;
}
.fixed-bg {
  background-attachment: fixed;
}
form, fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset {
  width: 100%;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input[type=search], input[type=input], input[type=email] {
  -webkit-appearance: none;
  outline: none;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  display: none;
}
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, select {
  height: 3.666667rem;
}
.select-wrap {
  padding: 0 !important;
}
button.special {
}
input, textarea, select {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.16667rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  background-color: #1a0759;
  margin-bottom: 1.5rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
input, textarea {
  border: 2px solid #303343;
}
.ie8 input, .ie8 textarea, .ie8 .select-wrap {
  border-color: #303343 !important;
}
input:disabled, textarea:disabled, select:disabled {
  background-color: #f5f2f2;
}
input, textarea {
  padding: 0em 0.75em 2px;
}
.ie8 input, .ie8 textarea {
  padding-top: 0.75em;
}
select {
  position: relative;
  top: 0;
  padding: 0px 10px 0px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: 0;
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  font-style: italic;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: clip;
}
select:focus option, select:hover option {
  background-color: #fff;
  color: #5c564a;
  font-style: normal !important;
}
select::-ms-expand {
  display: none;
}
select option {
  font-style: normal !important;
}
label {
  color: #333333;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  margin-right: 1rem;
}
.lbl-block {
  display: block;
  margin-bottom: .5rem;
}
input[type=submit], input[type=button], button, .btn, .btn:visited {
  padding: 0.75em 1.5em;
  color: #fff;
  font-size: 1.3333rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.0125em;
  text-align: center;
  text-transform: uppercase;
  background-color: #23bb70;
  -webkit-appearance: none;
  border: 2px solid #23bb70;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.btn:hover, input[type=submit]:focus, input[type=button]:focus, button:focus, a.btn:focus {
  opacity: .85;
  color: #fff;
  border: 2px solid #23bb70;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) 
}
a:hover .btn {
  border-color: #1FBFFF !important;
}
input[type=submit]:active, input[type=button]:active, button:active, .btn:active {
  -webkit-transition: color .3s ease-out;
  transition: color .2s ease-out;
}
input[type=submit].special, input[type=button].special, button.special, a.btn.special {
  color: #fff !important;
  background-color: #009ee3;
}
input[type=submit].grey, input[type=button].grey, button.grey, a.btn.grey {
  border-color: #c9c9c9;
  color: #333;
}
input[type=submit].grey:hover, input[type=button].grey:hover, button.grey:hover, a.btn.grey:hover {
  border-color: #009ee3;
  color: #fff;
}
input[type=submit].watch-live, input[type=button].watch-live, button.watch-live, a.btn.watch-live {
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  padding: 0.85em 1.5em 0.85em 1em;
}
input[type=submit]:active, input[type=button]:active, button:active, .btn:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: 0 0 8px rgba(0, 158, 227, 0.75);
  box-shadow: 0 0 8px rgba(0, 158, 227, 0.75);
}
.btn-signup, .btn-login {
  display: inline-block;
  margin-bottom: 0rem;
}
.btn-signup {
  margin-right: 1.5rem;
}
.btn-outline, .btn-outline:visited, .btn-outline:hover, .btn-outline:focus {
  color: #23bb70 !important;
  background-color: #fff;
  border: 2px solid #23bb70;
}
.page-affiliate .hero-hd {
  margin-bottom: 1.75rem;
}
.btn-md {
  font-size: 1rem;
}
.btn-lg {
  font-size: 1.5rem;
}
.btn-sm {
  font-size: .88889rem;
}
.form-control-sm {
  font-size: 1rem !important;
}
.btn-inline {
  margin-right: 1rem;
}
.btn-outline.btn-inv {
  background-color: transparent;
  color: #fff !important;
}
.btn {
  position: relative;
}
.btn-icon {
  padding-left: 3.5em 
}
.btn .icon {
  position: absolute;
  left: .35em;
  top: 10%;
  font-size: 1.75em;
}
.q-btn, .q-btn:hover, .q-btn:focus, .q-btn:active {
  margin: 0;
  padding: 0;
  background: transparent;
  border: inherit;
  border-radius: 0;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  outline: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  text-transform: none;
  color: #23bb70;
  box-shadow: none;
  transform: none;
}
.q-btn {
  border-bottom: 1px solid #ccc;
}
.q-btn:hover, .q-btn:focus {
  border-bottom: 1px solid #220c70;
}
.q-btn:active {
  border-bottom: 1px solid #23bb70;
}
.a {
  padding: 1rem .6rem;
  margin-bottom: 0 
}
.link-signup-classic {
  position: relative;
  display: inline-block;
}
::-webkit-input-placeholder {
  padding-top: 2px;
  color: #bcbdc9;
}
:-moz-placeholder {
  color: #9396b8;
}
::-moz-placeholder {
  color: #9396b8;
}
:-ms-input-placeholder {
  color: #7d7e92 !important;
  padding-top: 2px;
}
.box-dark-opaque .form-control-w::-webkit-input-placeholder {
  color: #7c7e99 !important;
}
.box-dark-opaque .form-control-w:-moz-placeholder {
  color: #3d416a !important;
}
.box-dark-opaque .form-control-w::-moz-placeholder {
  color: #3d416a !important;
}
input:hover, textarea:hover, select:hover {
  border-color: #65cf9b !important;
  outline: 0;
}
input:focus, textarea:focus, select:focus {
  border-color: #65cf9b !important;
  box-shadow: 0 0 15px 2px rgba(101, 207, 155, .85);
  font-style: normal;
  outline: none;
  -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;
}
.fieldset {
  vertical-align: top;
}
.fieldset-hd {
  border-bottom: 2px solid #fff;
  padding: 1em .65em 0;
  margin-bottom: 0;
}
.wf-privacy {
  display: block;
}
.wf-privacylink {
  font-size: 14px;
  color: #1a0759 !important;
}
.icon-privacy {
  color: orange;
  position: relative;
  font-size: 1.25rem;
  margin-right: .5rem;
  top: .2em;
  vertical-align: middle 
}
.btn-wrap {
  margin-bottom: 2rem;
}
.btn-pop {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.btn-pop .icon {
  position: relative;
  font-size: 1.5rem;
  left: .5em;
  top: .2em;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.btn-pop:hover .icon, .btn-pop:focus .icon {
  left: 1em;
}
.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;
}
.help-link {
  margin-left: .5em;
  font-size: .778em;
  display: inline;
}
.btn.default {
  color: #fff;
  border: 0.255em solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.btn.larger {
  font-size: 1.7em;
  font-weight: 600;
  padding: 0.35em 1.25em;
  letter-spacing: -0.0125em;
}
@media (max-width: 66em) {
  .subscribe-bg {
    background-position: center center;
  }
  .subscribe-section {
    min-height: 100%;
  }
}
@media all and (max-width: 48em) {
  .subscribe-form {
    width: auto !important;
    max-width: 100% !important;
    float: none;
  }
  .subscribe-hd, .cat-hd {
    margin-bottom: 1.5rem 
  }
  input, select {
    height: 3rem;
  }
}
@media all and (max-width: 33em) {
  .subscribe-hd {
    font-size: 2.125rem !important 
  }
  .subscribe-hd .line-block {
    display: inline 
  }
}
.aff-networks {
  margin-top: 2em;
  margin-left: 0;
  text-align: center;
}
.aff-links {
  position: relative;
}
.aff-network {
  display: block;
  width: 100%;
  margin: 0% auto 7.5%;
  text-align: left;
  vertical-align: top;
}
.aff-program {
  margin-bottom: 3rem;
}
.aff-program.box, .aff-program .box {
  padding: 2.5em 1% 1.5em;
  text-align: center;
}
.contact-modes .box {
  padding: 1.5em 7% 1.5em;
}
.aff-program .step, .aff-step_divider {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.aff-program .step {
  vertical-align: middle;
  width: 20%;
  margin-left: 5.5%;
  margin-right: 5.5%;
}
.contact-modes .step {
  position: relative;
  display: inline-block;
  width: 27.5%;
  margin-left: 2%;
  margin-right: 2%;
  border-bottom: 3px solid #23bb70;
}
.contact-modes .step a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.contact-modes .step a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  border-color: #23bb70;
}
.contact-modes .step a .step-hd {
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.contact-modes .step a:hover .step-hd {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.contact-modes .step a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background-color: #23bb70;
  z-index: -1;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.contact-modes .step a:hover::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.aff-program .step-hd {
  margin-bottom: 1.5rem;
  font-size: 3.111111rem;
  font-weight: 400;
  line-height: 1.675;
  color: #fff;
  background-color: #23bb70;
  display: inline-block;
  padding-top: .5rem;
  height: 1.7142em;
  width: 1.7142em;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contact-modes .step-hd {
  margin-bottom: 1rem;
}
.aff-step_divider {
  position: relative;
  color: #605f5e;
  font-size: 8.333333rem;
  line-height: .125;
  font-weight: 100;
  margin-top: -7rem;
}
.aff-step_divider .icon {
  font-size: 2.5rem;
  color: #656565;
}
.aff-program .step-txt {
  font-size: 1.125em;
  font-weight: 600;
}
.contact-modes .step-txt {
  margin-bottom: 0;
}
.contact-modes .step:hover .step-txt {
  color: #fff;
}
.aff-progs {
  margin: 0;
}
.aff-prog {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
li.has-child {
  padding-left: 0;
}
li.has-child li {
  margin-top: 7px;
  margin-bottom: 3px;
  padding-top: 0;
  border: 0;
  font-weight: 400 !important;
}
h3.aff-network_title {
  margin-bottom: 0.5em !important;
}
.imp-link, .imp-link a {
  position: relative;
  display: block;
}
.imp-links li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.imp-link a:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -54px;
  height: 44px;
  width: 44px;
}
.aff-network_subtitle {
  margin-bottom: 1em;
}
.aff-progs {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}
.brainev-aff .aff-progs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  margin-left: auto !important;
  padding-top: .75em;
  padding-bottom: .75em;
}
.aff-prog {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  max-width: 260px;
  margin: .65em 1.25em .65em 0 !important;
  padding: 0 !important;
}
.brainev-aff li.aff-prog {
  margin: 1.3% 0 !important;
  padding: 0;
  max-width: 0;
}
.aff-logo-img {
  display: block;
  margin: 0 !important;
  width: 100%;
}
.aff-link.aff-logo_img {
  margin-top: 0;
}
.brainev-aff .aff-link {
  width: 96.45%;
}
a.aff-link {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  vertical-align: middle;
  border: 2px solid #65cf9b;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
a.aff-link:hover, a.aff-link:focus {
  outline: 0px solid #65cf9b;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .35);
}
.aff-logo_zen12 {
  background-image: url('../img/css/aff/logo_zen12.png');
  background-size: auto 85%;
}
.aff-logo_hypnolive {
  background-image: url('../img/css/aff/logo_hypnolive.png');
  background-size: 75% auto;
}
.aff-logo_subguru {
  background-image: url('../img/css/aff/logo_subguru.png');
  background-size: 70% auto;
}
.aff-logo_sub360 {
  background-image: url('../img/css/aff/logo_sub360.png');
  background-size: 85% auto;
}
.aff-logo_brainev {
  background-image: url('../img/css/aff/logo_brainev.png');
  background-size: auto 70%;
}
.aff-logo_nitrofocus {
  background-image: url('../img/css/aff/logo_nitrofocus.png');
  background-size: 90% auto;
}
.aff-logo_brainsalon {
  background-image: url('../img/css/aff/logo_brainsalon.png');
  background-size: auto 75%;
}
.aff-logo_sleepsalon {
  background-image: url('../img/css/aff/logo_sleepsalon.png');
  background-size: auto 75%;
}
@media all and (max-width: 79em) {
  .cat-aff .wrapper {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .brainev-aff .aff-link {
    padding: 1em 0;
    width: 100%;
  }
  .brainev-aff li.aff-prog {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 77em) {
  .aff-program .step {
    width: 27%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media all and (min-width: 66.0625em) {
  .aff-intro-details {
    width: 58% 
  }
}
@media all and (max-width: 66.125em) {
  .aff-program .step {
    width: 27.25%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media all and (max-width: 66em) {
  .aff-intro-details, .aff-intro-pic {
  }
  .aff-intro-details {
    width: 100%;
    max-width: 720px;
    margin-bottom: 1rem;
  }
  .aff-intro-pic {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-modes .step {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media all and (max-width: 62em) {
  .contact-intro .step-txt {
    font-size: 1em;
  }
}
@media all and (max-width: 61em) {
  .aff-progs {
    max-width: 600px;
    text-align: center;
  }
  .aff-prog {
    width: 47%;
    margin-right: 5% !important 
  }
  .aff-prog:nth-child(2n+0) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 60em) {
  .aff-program .step-txt {
    font-size: 1em;
    font-weight: 600;
  }
}
@media all and (max-width: 57em) {
  .aff-program {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .aff-program .step {
    display: block;
    width: 100%;
    max-width: 24em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .contact-modes .step {
    margin-bottom: 0;
  }
  .contact-intro .step-txt {
    font-size: .8333333em;
  }
  .contact-intro .intro-content {
    margin-bottom: 1.5rem;
  }
  .contact-modes .step {
    display: inline-block;
    max-width: 11.5em;
    margin-left: 1%;
    margin-right: 1%;
  }
  .contact-modes .box {
    padding-top: .75em;
    padding-bottom: .75em;
  }
}
@media (max-width: 48em) {
  .aff-intro-details {
    margin-bottom: 1rem;
  }
  .aff-program .step {
    display: block;
    max-width: 16em;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-modes {
    padding-top: 1rem;
  }
  .contact-modes .step-hd {
    margin-bottom: .75rem;
    font-size: 2.5rem;
  }
  .contact-modes .step {
    display: inline-block;
    max-width: 10rem;
    margin-left: .125rem;
    margin-right: .125rem;
  }
  .contact-modes .step-txt {
    font-size: .899999999em;
    line-height: 1.3;
    max-width: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-modes .step-hd {
    padding-top: .4rem 
  }
  .contact-modes .step-2 .step-txt {
    max-width: 6rem 
  }
  .contact-modes .step-txt .line-block {
    display: inline;
  }
  .contact-modes .step {
    border-bottom: 2px solid #23bb70;
  }
}
@media all and (max-width: 36em) {
  .contact-modes .step {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media all and (max-width: 32em) {
  .contact-modes {
    padding-top: 0rem;
  }
}
@media all and (max-width: 31em) {
  .aff-prog {
    width: 46%;
    margin-right: 6% !important;
    margin-bottom: .75em !important;
  }
}
@media all and (max-width: 30em) {
  .aff-prog {
    width: 46%;
    margin-right: 6% !important;
    margin-bottom: .25em !important;
  }
}
@media all and (max-width: 27em) {
  .contact-modes .step-txt {
    font-size: 13px;
  }
  .contact-modes .step-hd {
    padding-top: .375rem;
    margin-bottom: .5rem;
    font-size: 2.5rem;
  }
  .contact-modes .box {
    padding-top: .7em;
    padding-bottom: .5em;
  }
  .contact-modes .step {
    border-bottom: 1px solid #23bb70;
  }
  .q-btn, .q-btn:hover, .q-btn:focus, .q-btn:active {
    font-size: 1rem;
  }
}
@media all and (max-width: 26em) {
  .brainev-aff .aff-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 25em) {
  .contact-modes .box {
    padding: .75rem 5%;
  }
  .contact-modes .step {
    width: 31%;
    margin-left: .25%;
    margin-right: .25%;
  }
  .contact-modes .step-txt {
    font-size: 12px;
    max-width: 4rem;
  }
  .contact-modes .step-2 .step-txt {
    max-width: 5rem 
  }
}
@media all and (max-width: 22em) {
  .contact-modes .step-hd {
    margin-bottom: .35rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 21em) {
  .contact-modes .step-txt {
    font-size: 11px;
  }
  .contact-modes .box {
    padding: 0.5rem 2.5%;
  }
  .q-btn, .q-btn:hover, .q-btn:focus, .q-btn:active {
    font-size: 0.875rem;
  }
}
.page-signup .aff-signup-wrap, .page-signup .aff-login-wrap {
  position: relative;
  max-width: 840px;
  line-height: 1.25 
}
.form-wrap td {
  vertical-align: top;
}
.form-wrap .hd-txt {
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.0125em 
}
.form-wrap label {
  display: inline-block;
  margin-top: .65em;
  font-size: 1rem;
  font-weight: 500;
}
.form-control-w {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
  border: 2px solid #ddd;
  font-size: 1rem;
  line-height: 1;
  height: auto;
  padding: .6em;
  color: #111;
}
.form-control-w:focus {
  background-color: #fff;
}
.aff-signup-wrap input, .aff-signup-wrap textarea, .aff-signup-wrap select {
  font-size: 1rem;
  line-height: 1;
  height: auto;
  padding: .65em;
}
.aff-signup-wrap #Email, .aff-signup-wrap #PayPalEmail {
}
.aff-signup-wrap #Phone, .aff-signup-wrap #Password, .aff-signup-wrap #NewPassword, .aff-signup-wrap #CurrentPassword, .aff-signup-wrap #ConfirmPassword {
  max-width: 300px;
}
input:-moz-read-only, input:-moz-read-only:hover, input:-moz-read-only:focus {
  color: #999;
  background-color: #eee;
  border-color: #ddd !important;
  box-shadow: none;
}
input:read-only, input:read-only:hover, input:read-only:focus {
  color: #999;
  background-color: #eee;
  border-color: #ddd !important;
  box-shadow: none;
}
.form-wrap .col-left {
  width: 40%;
  text-align: right;
}
.aff-login-wrap .col-right, .aff-signup-wrap .col-right {
  text-align: left;
  width: 60%;
}
.aff-signup-wrap small {
  display: inline-block;
  color: #787878;
  font-size: .7778em;
  line-height: 1.5 !important;
  font-weight: 400;
}
.aff-login-wrap {
  display: none;
  position: relative;
  margin-top: 1rem;
}
.aff-login-wrap.login-visible {
  display: block;
}
.forgot-section {
  max-width: 40rem;
}
.header .aff-login-wrap {
  max-width: 460px 
}
.content .aff-login-wrap {
}
.page-signup .aff-login-wrap {
  margin-bottom: 2rem;
}
.aff-login-wrap table {
  width: 100% 
}
.btn-signup {
  display: inline-block;
  vertical-align: top;
}
.login-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  max-width: 580px;
}
.form-icon {
  position: relative;
  display: inline-block;
  color: #4a9bff;
  font-size: .83333em;
  line-height: 1;
  top: 0.25em;
  width: 1.5rem;
  margin-right: .25rem;
}
.form-section-txt {
  position: relative;
  display: inline-block;
  width: 87.5%;
  width: calc(100% - 2rem);
}
.form-icon, .form-section-txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tag-col {
  text-align: center !important;
  padding-bottom: .75rem;
}
.tag-intro {
  display: inline-block;
  position: relative;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.tag-txt, .tag-input {
  display: inline-block;
  vertical-align: top 
}
label[for="Tag"] {
  margin-right: 0em;
}
.tag-txt {
  color: #666;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.125;
  margin-right: 0;
  margin-left: 1rem;
}
.tag-input {
  max-width: 200px 
}
.btn-signup-submit, .btn-affiliate {
  position: relative;
  display: block;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
}
.notify {
  font-size: .9444444rem;
  line-height: 1.75;
  max-width: 30em;
}
.new-segment {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.error-msg {
  display: none 
}
.form-control-icon {
  position: relative;
  z-index: 1;
}
.form-control-icon:before {
  position: absolute;
  display: block;
  font-family: "i3-icon-font";
  font-size: 1.25rem;
  line-height: 1;
  left: .5rem;
  top: 17.5%;
  color: #bbb;
  z-index: 2;
}
.form-control-icon input {
  padding-left: 2.25rem !important;
}
.icon-email:before {
  content: "\70";
}
.icon-pass:before {
  content: "\62";
  left: .35rem;
  top: .4rem;
  font-size: 1.5rem;
}
@media all and (max-width: 73em) {
  .login-wrapper {
    width: 44%;
    max-width: 580px;
  }
}
@media all and (max-width: 65em) {
  .login-wrapper {
    width: 100%;
    max-width: 490px;
  }
}
@media all and (max-width: 48em) {
  .content .btn-signup, .content .btn-login {
    width: 100%;
  }
  .content .link-login {
    width: auto;
  }
  .login-wrapper {
    max-width: 100%;
  }
  .form-wrap .col-left, .form-wrap .col-right {
    width: 100% !important;
    display: block !important;
    text-align: left;
  }
  .form-wrap input.form-control {
    margin-bottom: .5em !important;
  }
  .form-wrap .btn {
    margin-top: 1rem;
  }
  .btn-account-update {
    padding: .35em 5em;
    line-height: 1.35;
  }
  .form-wrap label {
    margin-bottom: .5rem;
  }
  .form-control-icon:before {
    top: 27% !important;
  }
  .icon-pass:before {
    top: 24% !important;
  }
  .aff-signup-wrap #Phone, .aff-signup-wrap #Password, .aff-signup-wrap #NewPassword, .aff-signup-wrap #CurrentPassword, .aff-signup-wrap #ConfirmPassword {
    max-width: 100%;
  }
  label[for='Tag'] {
    display: inline-block;
    vertical-align: bottom;
    width: 154px;
  }
  .tag-col {
    text-align: left !important;
  }
  .tag-intro .line-block {
    display: inline;
  }
  .tag-lbl {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
  }
  .tag-lbl, .tag-input {
    display: inline-block;
    vertical-align: bottom;
  }
  .tag-txt {
    margin-left: 0;
    font-size: 1.25rem;
    vertical-align: top 
  }
  .tag-input {
    position: relative;
    top: .5rem;
    width: 150px;
  }
  .btn-reset-pass {
    width: 100%;
  }
  .btn-newsletter-submit {
    padding-top: .35em;
    padding-bottom: .35em;
    line-height: 1.25;
  }
}
@media all and (max-width: 35.2em) {
  .btn-account-update {
    padding-left: 4em;
    padding-right: 4em 
  }
}
@media all and (max-width: 35em) {
  .btn-signup-submit {
    padding-top: .35em;
    padding-bottom: .35em;
    line-height: 1.25;
  }
}
@media all and (max-width: 35em) {
  .btn-reset-pass {
    padding: .35em 4em;
    line-height: 1.35;
  }
}
@media all and (max-width: 33em) {
  .btn-account-update {
    padding-left: 2.75em;
    padding-right: 2.75em 
  }
}
@media all and (max-width: 32.5em) {
  .btn-reset-pass {
    padding-right: 3em;
    padding-left: 3em;
  }
}
@media all and (max-width: 31.7em) {
  .btn-change-pass {
    padding: .35em 1.5em;
    line-height: 1.35;
  }
}
@media all and (max-width: 31.5em) {
  .btn-signup.btn-rg {
    padding-top: .35em;
    padding-bottom: .35em;
    line-height: 1.5;
  }
}
@media all and (max-width: 31em) {
  label[for=Tag], .tag-input {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0;
  }
  .tag-txt {
    display: block;
    width: 100%;
    line-height: 1;
  }
}
@media all and (max-width: 30em) {
  .box-padded {
    padding: 1rem 1rem 1rem;
  }
  .notify {
    line-height: 1.5;
  }
}
@media all and (max-width: 27em) {
  .content .btn-login-submit {
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-signup .btn-signup-submit {
    font-size: 1.35rem;
  }
  .btn-reset-pass {
    padding-left: 2.5em;
    padding-right: 2.5em 
  }
}
@media all and (max-width: 26em) {
  .page-signup .btn-login-submit {
    width: 100%;
  }
  .form-wrap label {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .form-wrap .btn {
    margin-top: .5rem;
  }
  .btn-account-update {
    padding-left: 1em;
    padding-right: 1em 
  }
  .btn-reset-pass {
    padding-left: 1.5em;
    padding-right: 1.5em 
  }
}
@media all and (max-width: 25em) {
  .page-signup .btn-signup-submit {
    font-size: 1.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 23.55em) {
  .btn-reset-pass {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 23em) {
  .btn-signup.btn-rg {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 22.5em) {
  .form-section-hd {
    font-size: 1.25rem;
  }
  .content .btn-signup {
    font-size: 1.125rem;
  }
  .content ul.pointers li {
    font-size: .88889rem;
  }
  .content input {
    font-size: 1.1111rem !important;
  }
}
@media all and (max-width: 22em) {
  .btn-account-update, .btn-change-pass {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 20.5em) {
  .btn-reset-pass {
    padding-left: 1em;
    padding-right: 1em 
  }
}
.accessibility {
  position: absolute;
  left: -9999px;
}
html[dir='rtl'] .accessibility {
  left: auto;
  right: -9999px;
}
::selection {
  color: #fff;
  background: #65cf9b;
}
::-moz-selection {
  color: #fff;
  background: #65cf9b;
}
.ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-block {
  display: block;
}
hr {
  border: 0;
  border-top: 2px dotted #ccc;
  margin-bottom: 2rem;
}
.footer {
  position: relative;
  display: block;
  padding: 7rem 0 6rem;
  color: #9d95b6;
  width: 100%;
  background-color: #1a0759;
  overflow: hidden;
}
.footer-logo {
  display: block;
  position: relative;
  height: 60px;
  width: 142px;
  text-indent: -999em;
  border-bottom: 0;
  margin-bottom: 1rem;
}
.page .footer {
  margin-top: -4.5em;
  padding-top: 9.5em;
}
.footer-left, .footer-right {
  display: inline-block;
  padding-top: 1em;
  vertical-align: top;
}
.footer-left {
  width: 240px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  padding-right: 6%;
  padding-bottom: 1em;
  margin-right: 5%;
}
.footer-right {
  width: 260px;
}
.footer .sub-hd {
  font-size: 1.285em;
  margin-bottom: .5em;
}
.footer a, .footer a:visited {
  color: #fff;
  border: none;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer .videos, .footer-menu {
  display: block;
  width: 100%;
  margin-bottom: 3em;
}
.videos-gallery {
  position: relative;
  display: block;
  margin-top: 2em;
}
.footer .videos-gallery {
  padding-bottom: 0em;
  margin-bottom: 2em;
  border-bottom: 1px solid #6b6b6b;
}
.footer .nav {
  float: none;
}
.footer-menu {
  float: left;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.footer-menu .menu-item {
  display: block;
}
.footer-menu .menu-item a {
  font-size: 14px;
  color: #fff !important;
  text-transform: none;
  text-align: left;
}
.footer-menu .nav-icon .icon {
  left: 1em;
  top: 1em;
  font-size: 1.125rem 
}
.footer-menu .menu-item .icon-lbl {
  padding-left: 1.35rem;
}
.yt-icon {
  display: inline-block;
  background-position: -398px -480px;
  width: 23px;
  height: 22px;
  margin-right: .25em;
  vertical-align: top;
}
.footer-menu li {
  display: inline-block;
  margin: 0 2.6em 1em 0;
  white-space: nowrap;
}
.ie8 .footer-menu li {
  margin-right: 2.2em;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-content, .twitter-timeline-wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.footer-content {
  width: 58%;
  margin-bottom: 3rem;
}
.twitter-timeline-wrap {
  float: right;
  margin-bottom: 3rem;
  width: 360px;
}
.trustpilot-widget {
  max-width: 256px3;
  width: 100%;
}
.footer .trustpilot-widget {
  max-width: 16rem;
}
.inspire3-add {
  font-size: .778em;
  line-height: 1.714em;
}
li.line-break {
  display: inline-block;
}
iframe#twitter-widget-0 .timeline-Widget {
  background-color: rgba(41, 47, 51, .5) !important;
  border-radius: 4px;
}
.fb-page, .fb_iframe_widget iframe, .fb_iframe_widget span {
  width: 100% !important 
}
@media all and (max-width: 62em) and (min-width: 48em) {
  .footer-content {
    width: 40%;
    margin-bottom: 2rem;
  }
  .footer-left {
    border-right: 0px solid rgba(255, 255, 255, .15);
    padding-right: 0;
  }
  .footer-right {
    display: block;
    width: 256px;
    margin-left: 0;
  }
  .footer .menu-item a {
    padding-left: 0 
  }
}
@media (max-width: 48em) {
  .footer-content {
    margin-bottom: 2rem;
  }
  .footer-content, .twitter-timeline-wrap {
    display: block;
    width: 100%;
    text-align: left;
  }
  .footer-left, .footer-right {
    text-align: left;
  }
  .footer-left {
    width: 184px;
  }
  .footer-left {
    padding-right: 2.5%;
    margin-right: 3%;
  }
  .footer {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .copyright {
    text-align: left;
  }
}
@media all and (max-width: 35em) {
  .footer-left, .footer-right, .twitter-timeline-wrap, .footer-coontent {
    display: block;
    width: 100%;
    float: none;
  }
  .twitter-timeline-wrap {
    margin-bottom: 1rem;
  }
  .footer-left {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-right {
    float: none;
    margin-bottom: 1rem 
  }
  .footer .nav {
    float: none;
    right: auto;
    width: 100%;
    display: block;
  }
  .footer-menu {
    width: auto;
    float: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }
  .footer-menu li {
    margin: 0 auto;
    width: auto;
    display: block;
  }
  .footer-menu .menu-item a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 1em;
  }
  .footer-menu .menu-item .social-wrap {
    padding: .5rem .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  .footer-menu .menu-item a:hover, .footer-menu .menu-item a:focus {
    background-color: #65cf9b;
    color: #fff !important;
    opacity: 1;
  }
  .footer-menu .nav-icon .icon {
    top: 1.35em;
  }
  .footer .trustpilot-widget {
    padding-top: 1rem 
  }
  .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
.icon-messenger:before {
  position: relative;
}
.icon-headset:before {
  position: relative;
  top: -.1rem;
  text-align: center;
  font-size: 0.95em;
}
iframe[data-product="web_widget"], #webwidget {
  z-index: 10000000 !important;
}

@media (prefers-color-scheme: dark) {
  .header-bg {
    background-color: #020113;
    background-image: url('../img/header-bg-dark.jpg');
  }
  #particles-foreground{
    opacity: .7;
  }
}

/*------------------------------------*\
  $PRINT
\*------------------------------------*/
/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/
@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }&nbsp;&nbsp;&nbsp;&nbsp;.ir a:after { content: ""; } &nbsp;/* Don't show links for images */&nbsp;&nbsp;&nbsp;&nbsp;pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }&nbsp;&nbsp;&nbsp;&nbsp;img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


