/**
 * $BASE-TYPOGRAPHY
 */
/* line 5, ../sass/base/_html.scss */
html {
  font-family: Arial, sans-serif;
  color: #000000;
}
/* line 106, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * $LINKS
 */
/* line 13, ../sass/base/_html.scss */
a {
  text-decoration: none;
}

/**
 * $HEADINGS
 */
/* line 20, ../sass/base/_html.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta,
p {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
}

/* line 31, ../sass/base/_html.scss */
h1, .alpha {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 500px) {
  /* line 31, ../sass/base/_html.scss */
  h1, .alpha {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 31, ../sass/base/_html.scss */
  h1, .alpha {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

/* line 45, ../sass/base/_html.scss */
h2, .beta {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: .5em;
}
@media (max-width: 500px) {
  /* line 45, ../sass/base/_html.scss */
  h2, .beta {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 45, ../sass/base/_html.scss */
  h2, .beta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* line 60, ../sass/base/_html.scss */
h3, .gamma {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  /* line 60, ../sass/base/_html.scss */
  h3, .gamma {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 60, ../sass/base/_html.scss */
  h3, .gamma {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* line 74, ../sass/base/_html.scss */
h4, .delta {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  /* line 74, ../sass/base/_html.scss */
  h4, .delta {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 74, ../sass/base/_html.scss */
  h4, .delta {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* line 87, ../sass/base/_html.scss */
h5, .epsilon {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  /* line 87, ../sass/base/_html.scss */
  h5, .epsilon {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 95, ../sass/base/_html.scss */
h6, .zeta {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: .5em;
}

/**
 * $PARAGRAPHS
 */
/* line 104, ../sass/base/_html.scss */
p,
blockquote {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: .5em;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  /* line 104, ../sass/base/_html.scss */
  p,
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 104, ../sass/base/_html.scss */
  p,
  blockquote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* line 119, ../sass/base/_html.scss */
p + img {
  float: left;
  margin-right: 1em;
}

/**
 * $QUOTES
 */
/* line 127, ../sass/base/_html.scss */
blockquote {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  padding: 0 1.5em;
  border-width: 0.0625em;
  border-style: solid;
  padding: 1.4375em;
  border-left-width: 0.625em;
  border-left-style: solid;
  padding-left: 0.875em;
  font-style: italic;
}
/* line 136, ../sass/base/_html.scss */
blockquote p {
  margin: 0;
}

/* line 141, ../sass/base/_html.scss */
q {
  font-style: italic;
}

/**
 * $MARKS
 */
/* line 148, ../sass/base/_html.scss */
mark,
.marker {
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 160, ../sass/base/_html.scss */
img {
  max-width: 100%;
}

/**
 * $FOOTER LINKS
 */
/* line 1, ../sass/base/_misc-classes.scss */
.clearfix {
  clear: both;
  float: 0 none;
}

/* line 6, ../sass/base/_misc-classes.scss */
.red {
  color: #db0000;
}

/* line 10, ../sass/base/_misc-classes.scss */
.yellow {
  color: #FEEE92;
}

/* line 13, ../sass/base/_misc-classes.scss */
.dark {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

/* line 18, ../sass/base/_misc-classes.scss */
.dark .red,
.dark.red {
  color: #FEEE92;
}

/* line 22, ../sass/base/_misc-classes.scss */
.u {
  text-decoration: underline;
}

/* line 25, ../sass/base/_misc-classes.scss */
.centered {
  text-align: center;
}

/* line 29, ../sass/base/_misc-classes.scss */
.blackout {
  background: #000000;
  color: #ffffff;
  padding: .15em;
}

/* line 34, ../sass/base/_misc-classes.scss */
.dark-red-highlight {
  background: #480001;
  color: #ffffff;
  padding: .25em;
  text-align: center;
  text-transform: uppercase;
}

/* line 41, ../sass/base/_misc-classes.scss */
.bonustag {
  background: #db0000;
  color: #ffffff;
  padding: .50em;
  font-size: 14px;
  text-align: center;
}

/* line 48, ../sass/base/_misc-classes.scss */
.content {
  position: inherit;
  z-index: 3;
}

/* line 52, ../sass/base/_misc-classes.scss */
.mousetext {
  font-size: 12px !important;
}

@media (max-width: 500px) {
  /* line 56, ../sass/base/_misc-classes.scss */
  .divider img {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 56, ../sass/base/_misc-classes.scss */
  .divider img {
    width: 100%;
  }
}

/* line 1, ../sass/layout/_layout.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
}

/* line 9, ../sass/layout/_layout.scss */
.sectionouter {
  padding: 1em 0;
}

/* line 13, ../sass/layout/_layout.scss */
.sectioninner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 500px) {
  /* line 13, ../sass/layout/_layout.scss */
  .sectioninner {
    padding: 1em;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 13, ../sass/layout/_layout.scss */
  .sectioninner {
    padding: 1em 2em;
  }
}
@media (min-width: 900px) {
  /* line 13, ../sass/layout/_layout.scss */
  .sectioninner {
    padding: 1em 2em;
  }
}

/* line 35, ../sass/layout/_layout.scss */
.dark-red-group {
  background: #510000;
}

/* line 40, ../sass/layout/_layout.scss */
.sectiongold {
  border-top: 4px solid #EDDEB6;
  background: #fff5db;
  border-bottom: 4px solid #EDDEB6;
}

/* line 47, ../sass/layout/_layout.scss */
.section-content {
  display: table;
  padding: 1em 0;
}
/* line 50, ../sass/layout/_layout.scss */
.section-content .section-text {
  width: 70%;
  float: left;
}
/* line 54, ../sass/layout/_layout.scss */
.section-content .section-text h2 {
  color: darken #db0000, 10%;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  /* line 50, ../sass/layout/_layout.scss */
  .section-content .section-text {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }
}
/* line 70, ../sass/layout/_layout.scss */
.section-content .section-image img {
  float: right;
  width: 30%;
  height: auto;
}
@media (max-width: 700px) {
  /* line 70, ../sass/layout/_layout.scss */
  .section-content .section-image img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

/* line 1, ../sass/layout/_video-page.scss */
p.button {
  width: 200%;
  display: inline-block;
  text-align: center;
  margin-left: -50%;
}
@media only screen and (max-width: 560px) {
  /* line 1, ../sass/layout/_video-page.scss */
  p.button {
    width: 100%;
    margin: 0px auto;
  }
}
/* line 10, ../sass/layout/_video-page.scss */
p.button a.atc-button {
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/big-cta-button.png");
  background-position: 0 0;
  background-repeat: no-repeat no-repeat;
  display: block;
  height: 154px;
  overflow: hidden;
  text-indent: -1000px;
  width: 540px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  /* line 10, ../sass/layout/_video-page.scss */
  p.button a.atc-button {
    width: 100%;
    background-size: 100%;
    margin: 0 auto;
    height: 133px;
  }
}

/* line 32, ../sass/layout/_video-page.scss */
body {
  overflow-x: hidden;
}

/************************************************
* ROW 1 - the video 
***********************************************/
/* line 40, ../sass/layout/_video-page.scss */
#row1 {
  background: url("https://languageofdesire.s3.amazonaws.com/images/header-bg.jpg") #480001;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center top;
  padding: 1em 0 2em 0;
  position: relative;
}
@media (max-width: 500px) {
  /* line 40, ../sass/layout/_video-page.scss */
  #row1 {
    background: #480001;
    padding: 0;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 40, ../sass/layout/_video-page.scss */
  #row1 {
    background: #480001;
    padding: 0;
  }
}
@media (max-width: 500px) {
  /* line 60, ../sass/layout/_video-page.scss */
  #row1 .sectioninner img {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  /* line 66, ../sass/layout/_video-page.scss */
  #row1 .sectioninner img {
    width: 100%;
  }
}
@media (min-width: 900px) {
  /* line 58, ../sass/layout/_video-page.scss */
  #row1 .sectioninner {
    padding: 0 8em;
    margin-bottom: 0;
  }
  /* line 74, ../sass/layout/_video-page.scss */
  #row1 .sectioninner img {
    max-width: 100%;
  }
}
/* line 81, ../sass/layout/_video-page.scss */
#row1 .sectioninner #soundbar {
  text-align: center;
  width: 100%;
  background-color: #FFF;
  margin: 4px auto;
  padding: .5em 3em;
  position: relative;
}
/* line 88, ../sass/layout/_video-page.scss */
#row1 .sectioninner #soundbar:before {
  content: '';
  position: absolute;
  left: .7em;
  top: .5em;
  background: url("https://secretsurvey.s3.amazonaws.com/images/turnonsound.png") no-repeat;
  z-index: 2;
  height: 30px;
  width: 30px;
  padding: .5em;
}
/* line 100, ../sass/layout/_video-page.scss */
#row1 .sectioninner #soundbar:after {
  content: '';
  position: absolute;
  right: .75em;
  top: .5em;
  background: url("https://secretsurvey.s3.amazonaws.com/images/turnonsound.png") no-repeat;
  z-index: 2;
  height: 30px;
  width: 30px;
  padding: .5em;
  background-position: right top;
}
/* line 113, ../sass/layout/_video-page.scss */
#row1 .sectioninner #soundbar p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  /* line 81, ../sass/layout/_video-page.scss */
  #row1 .sectioninner #soundbar {
    font-size: 10px;
  }
}
/* line 124, ../sass/layout/_video-page.scss */
#row1 #skip-button {
  padding: 3px 10px;
  position: absolute;
  bottom: -20px;
  right: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: background-color 1s, -webkit-transform 1s;
  transition: background-color 1s, transform 1s;
  text-decoration: underline;
}
/* line 140, ../sass/layout/_video-page.scss */
#row1 #skip-button:hover {
  background-color: rgba(51, 51, 51, 0.5);
}
/* line 145, ../sass/layout/_video-page.scss */
#row1 #skip-button a {
  color: #333333;
  -webkit-transition: color 1s, -webkit-transform 1s;
  transition: color 1s, transform 1s;
}
/* line 151, ../sass/layout/_video-page.scss */
#row1 #skip-button a:hover {
  color: #ffffff;
}

/************************************************
* ROW 2 - first add to cart
*************************************************/
/* line 162, ../sass/layout/_video-page.scss */
#row2 {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 7px;
  background-color: #FFF5DB;
  border-bottom: 5px solid #EDDEB6;
}
/* line 169, ../sass/layout/_video-page.scss */
#row2 form {
  max-width: 525px;
  margin-top: 1.5em;
}
.new-button{
  margin: 0 auto;
  width: 100%;
}
.call-to-button {
  width: 100%;
}
#float-wrap{
  bottom: 0;
  left: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: auto;
  width: 18%;
  z-index: 10;
}
#float-wrap-mobile{
  bottom: 0;
  left: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 10;
}
.float-btn{
  background-color: #cc0407;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 10px;
  text-align: center;
}
.float-btn-mobile{
  background-color: #cc0407;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0px;
  text-align: center;
}
/* line 172, ../sass/layout/_video-page.scss */
#row2 form label {
  font-weight: 700;
}
/* line 175, ../sass/layout/_video-page.scss */
#row2 form label .optional {
  font-weight: normal;
  font-style: italic;
  color: #666;
  font-size: 12px;
  display: inline;
  text-align: right;
  padding-left: 40%;
}
/* line 185, ../sass/layout/_video-page.scss */
#row2 form .email {
  border: 2px solid #cccccc;
  height: 30px;
  margin: .5em 0 1em 0;
  max-width: 300px;
  vertical-align: middle;
  width: 95%;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
}

/************************************************
* ROW 3 - Hi, I'm.. 
*************************************************/
/************************************************
* ROW 4 - Unbelievable
*************************************************/
/* line 208, ../sass/layout/_video-page.scss */
#row4 {
  background: #420000;
}
/* line 211, ../sass/layout/_video-page.scss */
#row4 .sectioninner {
  position: relative;
  z-index: 0;
  padding: 0px;
  margin-bottom: -27px;
  height: 255px;
}
@media (max-width: 500px) {
  /* line 211, ../sass/layout/_video-page.scss */
  #row4 .sectioninner {
    height: auto;
  }
}
/* line 224, ../sass/layout/_video-page.scss */
#row4 .sectioninner:before {
  content: '';
  position: absolute;
  margin-top: -36px;
  width: 100%;
  height: 259px;
  background: url("https://languageofdesire.s3.amazonaws.com/images/bored-row-fill_alt-2.jpg") no-repeat;
  padding-bottom: 20px;
  z-index: 2;
}
@media (max-width: 500px) {
  /* line 224, ../sass/layout/_video-page.scss */
  #row4 .sectioninner:before {
    background: #750000;
    top: 0;
    padding-bottom: 0;
    height: auto;
  }
}
/* line 245, ../sass/layout/_video-page.scss */
#row4 .sectioninner .content {
  position: inherit;
  z-index: 3;
  max-width: 65%;
  padding: 0 1em;
}
@media (max-width: 800px) {
  /* line 245, ../sass/layout/_video-page.scss */
  #row4 .sectioninner .content {
    max-width: 80%;
  }
}
@media (max-width: 700px) {
  /* line 245, ../sass/layout/_video-page.scss */
  #row4 .sectioninner .content {
    max-width: 100%;
  }
}

/************************************************
* ROW 5 - Woman to woman
*************************************************/
/* line 265, ../sass/layout/_video-page.scss */
#row5 {
  margin-top: 1em;
  padding-top: 1em;
  text-align: center;
  background: rgba(204, 204, 204, 0.25);
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}
@media (max-width: 700px) {
  /* line 265, ../sass/layout/_video-page.scss */
  #row5 {
    padding: 0 2em;
  }
}
@media (max-width: 600px) {
  /* line 265, ../sass/layout/_video-page.scss */
  #row5 {
    padding: 0 1em;
  }
}

/************************************************
* ROW 6 - who am I? srsly.
*************************************************/
/* line 283, ../sass/layout/_video-page.scss */
#row7 .sectioninner {
  margin: 0 auto;
}
/* line 286, ../sass/layout/_video-page.scss */
#row7 .sectioninner .content .text {
  float: left;
  width: 65%;
}
@media (max-width: 900px) {
  /* line 286, ../sass/layout/_video-page.scss */
  #row7 .sectioninner .content .text {
    width: 60%;
  }
}
@media (max-width: 800px) {
  /* line 286, ../sass/layout/_video-page.scss */
  #row7 .sectioninner .content .text {
    width: 50%;
  }
}
@media (max-width: 750px) {
  /* line 286, ../sass/layout/_video-page.scss */
  #row7 .sectioninner .content .text {
    padding: 0 1em;
    width: 100%;
  }
}
/* line 304, ../sass/layout/_video-page.scss */
#row7 .sectioninner img {
  float: right;
}
@media (max-width: 750px) {
  /* line 304, ../sass/layout/_video-page.scss */
  #row7 .sectioninner img {
    clear: both;
    float: none;
    margin: 0 auto;
    display: block;
  }
}

/************************************************
* ROW 8 - When he looks at me.... 
*************************************************/
/* line 322, ../sass/layout/_video-page.scss */
#row8 {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
}
/* line 327, ../sass/layout/_video-page.scss */
#row8:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 675px;
  top: 0px;
  right: -300px;
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/together.jpg");
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 1200px) {
  /* line 327, ../sass/layout/_video-page.scss */
  #row8:after {
    background-size: 90%;
  }
}
@media (max-width: 1000px) {
  /* line 327, ../sass/layout/_video-page.scss */
  #row8:after {
    right: -200px;
    background-size: 90%;
  }
}
@media (max-width: 800px) {
  /* line 327, ../sass/layout/_video-page.scss */
  #row8:after {
    right: -150px;
  }
}
@media (max-width: 700px) {
  /* line 327, ../sass/layout/_video-page.scss */
  #row8:after {
    background: none;
  }
}
/* line 352, ../sass/layout/_video-page.scss */
#row8 .sectioninner {
  text-align: center;
}
/* line 356, ../sass/layout/_video-page.scss */
#row8 p {
  margin-bottom: .5em;
}
/* line 360, ../sass/layout/_video-page.scss */
#row8 .bigshadow {
  text-transform: uppercase;
  margin-bottom: .5em;
}

/************************************************
* ROW 9 - Owner's manual
*************************************************/
/* line 371, ../sass/layout/_video-page.scss */
#row9 .content .text {
  width: 70%;
  float: left;
}
@media (max-width: 700px) {
  /* line 371, ../sass/layout/_video-page.scss */
  #row9 .content .text {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }
}
/* line 382, ../sass/layout/_video-page.scss */
#row9 .content img {
  float: right;
  width: 30%;
}
@media (max-width: 700px) {
  /* line 382, ../sass/layout/_video-page.scss */
  #row9 .content img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

/************************************************
* ROW 9 - what you get 
*************************************************/
/* line 400, ../sass/layout/_video-page.scss */
#row10 h1 {
  padding: .1em;
}
/* line 404, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content {
  display: table;
}
/* line 407, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content .left {
  width: 50%;
  float: left;
  padding-right: .5em;
}
@media (max-width: 700px) {
  /* line 407, ../sass/layout/_video-page.scss */
  #row10 .sectioninner .content .left {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
/* line 419, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content .right {
  width: 50%;
  padding-left: .5em;
  float: right;
}
@media (max-width: 700px) {
  /* line 419, ../sass/layout/_video-page.scss */
  #row10 .sectioninner .content .right {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
/* line 432, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content .program-highlight {
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px #ccc;
  background: #ffffff;
  padding: 1em;
  margin-bottom: 1em;
}
/* line 438, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content .program-highlight h2 {
  text-align: center;
  color: #c20000;
}
/* line 445, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content #muchmore {
  display: block;
  background: black;
  padding: 5.5em 0;
}
/* line 449, ../sass/layout/_video-page.scss */
#row10 .sectioninner .content #muchmore h2 {
  color: white;
}

/************************************************
* ROW 10
*************************************************/
/************************************************
* ROW 11
*************************************************/
/* line 466, ../sass/layout/_video-page.scss */
#row11 .bonustag {
  text-align: center;
  letter-spacing: 10px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

/************************************************
* ROW 12
*************************************************/
/* line 480, ../sass/layout/_video-page.scss */
#row12 {
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/big-red-spread.jpg");
  text-align: center;
}

/* line 2, ../sass/components/_affiliates.scss */
.affiliate-enrollment #wrapper {
  max-width: 944px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  /* line 2, ../sass/components/_affiliates.scss */
  .affiliate-enrollment #wrapper {
    max-width: 100%;
  }
}
/* line 14, ../sass/components/_affiliates.scss */
.affiliate-enrollment #wrapper .content {
  padding: 0 3em;
}
/* line 18, ../sass/components/_affiliates.scss */
.affiliate-enrollment .light {
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/dirty-words-pattern_light.png");
  background-repeat: repeat;
}
/* line 22, ../sass/components/_affiliates.scss */
.affiliate-enrollment .dark {
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/dirty-words-pattern_dark.png");
}
/* line 26, ../sass/components/_affiliates.scss */
.affiliate-enrollment .dark #wrapper {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
/* line 31, ../sass/components/_affiliates.scss */
.affiliate-enrollment #navheader {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
/* line 38, ../sass/components/_affiliates.scss */
.affiliate-enrollment #navheader.dark {
  background-image: url("https://languageofdesire.s3.amazonaws.com/images/lod_header-strip_dark.png");
  height: 100px;
}
@media only screen and (max-width: 800px) {
  /* line 44, ../sass/components/_affiliates.scss */
  .affiliate-enrollment #navheader.dark {
    background-image: url("https://languageofdesire.s3.amazonaws.com/images/lod_header-strip_dark.png") !important;
    background-size: contain;
  }
}
@media only screen and (max-width: 500px) {
  /* line 50, ../sass/components/_affiliates.scss */
  .affiliate-enrollment #navheader.dark {
    background-image: url("https://languageofdesire.s3.amazonaws.com/images/lod_header-strip_dark.png") !important;
    background-size: contain;
  }
}
/* line 56, ../sass/components/_affiliates.scss */
.affiliate-enrollment h1.page-title {
  margin-top: 2em;
  padding-bottom: 0px;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 0;
  font-family: Cabin,'Myriad Pro', 'Myriad', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25em;
  text-align: center;
  whitespace: normal;
}
@media only screen and (max-width: 1000px) {
  /* line 56, ../sass/components/_affiliates.scss */
  .affiliate-enrollment h1.page-title {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: .5em;
  }
}
/* line 80, ../sass/components/_affiliates.scss */
.affiliate-enrollment h1, .affiliate-enrollment h2, .affiliate-enrollment h3, .affiliate-enrollment h4 {
  font-family: "Cabin", 'Myriad Pro', 'Myriad', Arial, sans-serif;
  line-height: 1.2em;
}
/* line 85, ../sass/components/_affiliates.scss */
.affiliate-enrollment .open-sans {
  font-family: 'Open Sans', 'Myriad Pro', 'Myriad', Arial, sans-serif !important;
}
/* line 88, ../sass/components/_affiliates.scss */
.affiliate-enrollment .condensed {
  font-family: 'Cabin Condensed', 'Impact', Arial, sans-serif !important;
}
/* line 93, ../sass/components/_affiliates.scss */
.affiliate-enrollment h1.secondary-title {
  margin-top: 0px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  /* line 93, ../sass/components/_affiliates.scss */
  .affiliate-enrollment h1.secondary-title {
    max-width: 100%;
    font-size: 2em;
  }
}
/* line 110, ../sass/components/_affiliates.scss */
.affiliate-enrollment h2.subhead {
  font-size: 2em;
  font-weight: 600;
}
/* line 115, ../sass/components/_affiliates.scss */
.affiliate-enrollment h3 {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: -0.3px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  /* line 115, ../sass/components/_affiliates.scss */
  .affiliate-enrollment h3 {
    font-size: 1.25em;
    font-weight: 400;
  }
}
/* line 132, ../sass/components/_affiliates.scss */
.affiliate-enrollment p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
}
/* line 138, ../sass/components/_affiliates.scss */
.affiliate-enrollment .top-and-bottom-shadow {
  max-width: 100%;
  margin: 1em auto 2em auto;
  text-align: center;
  padding: 2em 3em;
  position: relative;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 0px;
}
/* line 156, ../sass/components/_affiliates.scss */
.affiliate-enrollment .top-and-bottom-shadow:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
/* line 173, ../sass/components/_affiliates.scss */
.affiliate-enrollment .bottom-shadow,
.affiliate-enrollment .testimonial {
  max-width: 100%;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
/* line 182, ../sass/components/_affiliates.scss */
.affiliate-enrollment .bottom-shadow:before,
.affiliate-enrollment .testimonial:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  top: 1em;
  bottom: 0;
  left: 2em;
  right: 2em;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
/* line 198, ../sass/components/_affiliates.scss */
.affiliate-enrollment .mediaspace {
  margin: 0px auto 2em auto;
  max-width: 640px;
  height: auto;
}
/* line 208, ../sass/components/_affiliates.scss */
.affiliate-enrollment div.affil-signup-box {
  width: 830px;
  height: 400px;
  background-image: url("https://capturehim.s3.amazonaws.com/images/affiliate-form.png");
  background-repeat: no-repeat;
  margin: 10px auto 20px;
}
/* line 215, ../sass/components/_affiliates.scss */
.affiliate-enrollment div.aff-signup-form {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  padding: 110px 25px 15px;
}
/* line 221, ../sass/components/_affiliates.scss */
.affiliate-enrollment .aff-signup-form label {
  color: #B40000;
  font: bold 20px/28px Arial, sans-serif;
}
/* line 225, ../sass/components/_affiliates.scss */
.affiliate-enrollment .aff-signup-form .af- {
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-top: 5px;
}
/* line 232, ../sass/components/_affiliates.scss */
.affiliate-enrollment .aff-signup-form input.text {
  font-size: 18px;
  margin: 2px 0 8px;
  width: 300px;
}
/* line 239, ../sass/components/_affiliates.scss */
.affiliate-enrollment .aff-signup-form input.submit {
  font-size: 18px;
  width: 150px;
}
/* line 243, ../sass/components/_affiliates.scss */
.affiliate-enrollment .aff-signup-form p.aff-privacy {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-top: 10px;
  line-height: 14px;
}
/* line 250, ../sass/components/_affiliates.scss */
.affiliate-enrollment a.formbutton:link, .affiliate-enrollment a.formbutton:visited {
  background: url("https://languageofdesire.s3.amazonaws.com/images/affiliate-form_button-gold_tall-sprite.png") no-repeat scroll 0 0 transparent;
  color: #FFF68C;
  display: block;
  font: bold 13px sans-serif;
  height: 95px;
  letter-spacing: -1000em;
  margin: 20px auto 10px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 625px;
  background-size: 100%;
}
@media only screen and (max-width: 900px) {
  /* line 250, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:link, .affiliate-enrollment a.formbutton:visited {
    width: 400px;
    height: 61px;
  }
}
@media only screen and (max-width: 560px) {
  /* line 250, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:link, .affiliate-enrollment a.formbutton:visited {
    width: 300px;
    height: 46px;
  }
}
/* line 277, ../sass/components/_affiliates.scss */
.affiliate-enrollment a.formbutton:hover {
  background-position: 0 -95px;
  color: #FFF68C;
}
@media only screen and (max-width: 900px) {
  /* line 277, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:hover {
    background-position: 0 -61x;
  }
}
@media only screen and (max-width: 560px) {
  /* line 277, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:hover {
    background-position: 0 -46px;
  }
}
/* line 291, ../sass/components/_affiliates.scss */
.affiliate-enrollment a.formbutton:active {
  background-position: 0 -190px;
}
@media only screen and (max-width: 900px) {
  /* line 291, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:active {
    background-position: 0 -122px;
  }
}
@media only screen and (max-width: 560px) {
  /* line 291, ../sass/components/_affiliates.scss */
  .affiliate-enrollment a.formbutton:active {
    background-position: 0 -91px;
  }
}
/* line 303, ../sass/components/_affiliates.scss */
.affiliate-enrollment .testhead {
  color: #db0000;
  font-size: 2em;
  line-height: 1.25em;
  text-align: left;
}
/* line 310, ../sass/components/_affiliates.scss */
.affiliate-enrollment head {
  font-size: 33px;
  margin: 20px 0 10px;
  text-align: left;
  font-weight: 600;
  color: #da0101;
}
/* line 319, ../sass/components/_affiliates.scss */
.affiliate-enrollment .testimonial p {
  font-family: 'Open Sans';
  font-size: 1.125em;
  line-height: 1.25em;
}
/* line 325, ../sass/components/_affiliates.scss */
.affiliate-enrollment .testimonial strong {
  font-weight: 600;
}
/* line 329, ../sass/components/_affiliates.scss */
.affiliate-enrollment p.byline {
  margin-top: 0px;
  padding-top: 0px;
  font-style: italic;
  text-align: right;
  padding-right: 20px;
  color: #da0101;
}
/* line 338, ../sass/components/_affiliates.scss */
.affiliate-enrollment .affiliate-copy .testimonial p {
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 auto 1em;
}
/* line 343, ../sass/components/_affiliates.scss */
.affiliate-enrollment .oddtest .affpic {
  margin-right: 40px;
  float: left;
}
/* line 347, ../sass/components/_affiliates.scss */
.affiliate-enrollment .eventest .affpic {
  margin-left: 40px;
  float: right;
}
/* line 351, ../sass/components/_affiliates.scss */
.affiliate-enrollment .affiliate-copy .testimonial.eventest.nopic p {
  margin-right: 0px;
}
/* line 355, ../sass/components/_affiliates.scss */
.affiliate-enrollment .affiliate-copy .testimonial.oddtest.nopic p {
  margin-left: 0px;
}
/* line 358, ../sass/components/_affiliates.scss */
.affiliate-enrollment .affiliate-copy .testimonial.eventest p {
  margin-right: 190px;
}
/* line 362, ../sass/components/_affiliates.scss */
.affiliate-enrollment .affiliate-copy .testimonial.oddtest p {
  margin-left: 211px;
}

/* line 1, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status {
  max-width: 900px;
  padding: 0 1em;
  display: block;
  max-width: 900px;
  padding: 0 1em;
  margin: 0 auto 5em auto;
  background: #e6e6e6;
  height: 16px;
  box-shadow: inset 0px 2px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: .25em;
  position: relative;
  z-index: 2;
  margin: 3em auto 5em auto;
}
/* line 16, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step {
  float: left;
  width: 33%;
  display: table;
  text-align: center;
  margin-top: -1.5em;
  position: relative;
  z-index: 0;
}
/* line 27, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step .number-bg {
  position: relative;
  height: 3.5em;
  width: 3.5em;
  z-index: 1;
  padding: .35em;
  box-shadow: inset 0px 2px 1px 1px rgba(0, 0, 0, 0.15);
  background: #e6e6e6;
  border-radius: 3em;
  margin: 0 auto .5em auto;
}
/* line 37, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step .number-bg:before {
  content: '';
  background: #e6e6e6;
  height: 15px;
  width: 5em;
}
/* line 43, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step .number-bg .number {
  font-size: 2em;
  font-weight: 900;
  height: 100%;
  border-radius: 1em;
  position: relative;
  z-index: 1;
  color: white;
  background: #999999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #727272 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #727272));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #727272 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #727272 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #727272 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #727272 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#727272',GradientType=0 );
  /* IE6-9 */
  padding: .1em;
  text-shadow: #a6a6a6 1px 1px 1px;
}
/* line 62, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step .number-bg > .active {
  background: #cdeb8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
  /* IE6-9 */
}
/* line 73, ../sass/components/_upgrade-status-flow.scss */
.order-flow-status .step .word {
  font-size: .95em;
  color: #a6a6a6;
}

/* line 1, ../sass/components/_upgrade.scss */
.upgrade {
  padding: 1em;
  font-family: Tahoma,Geneva,sans-serif;
  color: #333333;
  /*************************************************************
  *
  *   Some general overall styles   
  *
  *************************************************************/
  /*************************************************************
  *
  *   More general Styles for the pages  
  *
  *************************************************************/
  /*************************************************************
  *
  *   More specific Styles for the pages  
  *
  *************************************************************/
  /**
  .upgradebox li {
  }
  .upgradebox li:nth-child(odd) {
  	font-weight:bold;
  	list-style-position: inside;		
  }
  .upgradebox li:nth-child(even) {
  	list-style-type:none;
  }
  .upgradebox div p:last-child{
  	margin-bottom: 60px
  }**/
}
@media only screen and (max-width: 900) {
  /* line 1, ../sass/components/_upgrade.scss */
  .upgrade {
    padding: 1em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 1, ../sass/components/_upgrade.scss */
  .upgrade {
    padding: .5em;
  }
}
/* line 19, ../sass/components/_upgrade.scss */
.upgrade h2 {
  margin-bottom: 1em;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25em;
  text-align: center;
}
@media only screen and (max-width: 900) {
  /* line 19, ../sass/components/_upgrade.scss */
  .upgrade h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 560px) {
  /* line 19, ../sass/components/_upgrade.scss */
  .upgrade h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 35, ../sass/components/_upgrade.scss */
.upgrade h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (max-width: 900) {
  /* line 35, ../sass/components/_upgrade.scss */
  .upgrade h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 560px) {
  /* line 35, ../sass/components/_upgrade.scss */
  .upgrade h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 48, ../sass/components/_upgrade.scss */
.upgrade h4 {
  padding-bottom: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 33px;
  margin-bottom: 17px;
  font-weight: 700;
}
@media only screen and (max-width: 900) {
  /* line 48, ../sass/components/_upgrade.scss */
  .upgrade h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 560px) {
  /* line 48, ../sass/components/_upgrade.scss */
  .upgrade h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25em;
  }
}
/* line 73, ../sass/components/_upgrade.scss */
.upgrade p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
}
@media only screen and (max-width: 560px) {
  /* line 73, ../sass/components/_upgrade.scss */
  .upgrade p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 85, ../sass/components/_upgrade.scss */
.upgrade img {
  max-width: 100%;
}
/* line 94, ../sass/components/_upgrade.scss */
.upgrade .center {
  text-align: center;
}
/* line 97, ../sass/components/_upgrade.scss */
.upgrade .red {
  color: #D70500;
}
/* line 100, ../sass/components/_upgrade.scss */
.upgrade .u {
  text-decoration: underline;
}
/* line 104, ../sass/components/_upgrade.scss */
.upgrade .align-left {
  text-align: left;
}
/* line 109, ../sass/components/_upgrade.scss */
.upgrade .bold {
  font-weight: bold;
}
/* line 121, ../sass/components/_upgrade.scss */
.upgrade #wrapper {
  max-width: 840px;
  margin: 0 auto 1em auto;
  background-color: #fff;
  -moz-box-shadow: 0 0 15px #bdbdbd;
  box-shadow: 0 0 15px #bdbdbd;
  -webkit-border-radius: 0 0 18px 18px;
  border-radius: 0 0 18px 18px;
  padding: 1em 5em;
}
@media only screen and (max-width: 900px) {
  /* line 121, ../sass/components/_upgrade.scss */
  .upgrade #wrapper {
    max-width: 100%;
    padding: 1em 3em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 121, ../sass/components/_upgrade.scss */
  .upgrade #wrapper {
    padding: 1em .25em;
  }
}
/* line 147, ../sass/components/_upgrade.scss */
.upgrade .content {
  width: 100%;
  margin-top: 2em;
}
/* line 161, ../sass/components/_upgrade.scss */
.upgrade .upgradebox {
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 0px 0px 15px;
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 2.5em 5em 1em 5em;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 900px) {
  /* line 161, ../sass/components/_upgrade.scss */
  .upgrade .upgradebox {
    padding: 2em 3em 1em 3em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 161, ../sass/components/_upgrade.scss */
  .upgrade .upgradebox {
    padding: 1em;
  }
}
/* line 181, ../sass/components/_upgrade.scss */
.upgrade .upgradebox .coursedetails {
  text-align: center;
  font-size: 14px;
  margin-top: -15px;
}
/* line 186, ../sass/components/_upgrade.scss */
.upgrade .upgradebox h2 {
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 560px) {
  /* line 186, ../sass/components/_upgrade.scss */
  .upgrade .upgradebox h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 194, ../sass/components/_upgrade.scss */
.upgrade .upgradeboxhead {
  height: 2em;
  background: #d70500;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d70500 0%, #c63100 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70500), color-stop(100%, #c63100));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d70500 0%, #c63100 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d70500 0%, #c63100 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d70500 0%, #c63100 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d70500 0%, #c63100 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70500', endColorstr='#c63100',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  border: 1px solid #AD2A1B;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
@media only screen and (max-width: 900px) {
  /* line 194, ../sass/components/_upgrade.scss */
  .upgrade .upgradeboxhead {
    height: 1.5em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 194, ../sass/components/_upgrade.scss */
  .upgrade .upgradeboxhead {
    height: 1em;
  }
}
/* line 218, ../sass/components/_upgrade.scss */
.upgrade .upgradeboxhead img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
/* line 227, ../sass/components/_upgrade.scss */
.upgrade .wider {
  margin: 1em -2em 1em -2em;
}
@media only screen and (max-width: 900px) {
  /* line 227, ../sass/components/_upgrade.scss */
  .upgrade .wider {
    margin: 0;
  }
}
@media only screen and (max-width: 560px) {
  /* line 227, ../sass/components/_upgrade.scss */
  .upgrade .wider {
    margin: 0;
  }
}
/* line 238, ../sass/components/_upgrade.scss */
.upgrade .call-to-action a:link {
  background-image: url("https://getthegirlcode.s3.amazonaws.com/images/upgrade-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 none;
  color: #d00;
  display: inline-block;
  height: 151px;
  margin: 0 auto;
  max-width: 628px;
  text-indent: -9999px;
  width: 100%;
  background-size: 100%;
}
/* line 253, ../sass/components/_upgrade.scss */
.upgrade .hilite {
  background-color: #FFFED3;
  padding: 0 2px;
}
/* line 259, ../sass/components/_upgrade.scss */
.upgrade .decline a:link, .upgrade .decline a:visited {
  color: #585858;
  text-decoration: underline;
  text-align: center;
  display: block;
  font-weight: 300;
}
/* line 267, ../sass/components/_upgrade.scss */
.upgrade .decline a:hover {
  color: #a70000;
  text-decoration: underline;
}
/* line 271, ../sass/components/_upgrade.scss */
.upgrade .decline a:active {
  background-color: #555;
  color: #fff;
  padding: 0 10px 3px;
}
/* line 289, ../sass/components/_upgrade.scss */
.upgrade .red_arrow_list li {
  background-image: url("https://capturehim.s3.amazonaws.com/images/lcsp/li-arrow.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
  list-style: none outside none;
  margin-bottom: 1em;
  padding-left: 3em;
}
@media only screen and (max-width: 900px) {
  /* line 289, ../sass/components/_upgrade.scss */
  .upgrade .red_arrow_list li {
    margin-left: -1em;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 289, ../sass/components/_upgrade.scss */
  .upgrade .red_arrow_list li {
    margin-left: 0em;
  }
}
/* line 309, ../sass/components/_upgrade.scss */
.upgrade #mti_wfx_colophon {
  display: none !important;
}

/*************************************************************
*
*   Specific to SG page only  
*
*************************************************************/
/* line 326, ../sass/components/_upgrade.scss */
div#clock {
  text-align: left;
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0 auto 1em auto;
  padding: 0 2em;
  line-height: 1.25em;
  background: #000;
  display: table;
  border: 5px solid #FBFFA3;
  color: #ccc;
}
@media only screen and (max-width: 900) {
  /* line 326, ../sass/components/_upgrade.scss */
  div#clock {
    font-size: 44px;
    font-size: 2.75rem;
    padding: 0 1.5em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 326, ../sass/components/_upgrade.scss */
  div#clock {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 1em;
  }
}

/* line 348, ../sass/components/_upgrade.scss */
.digital {
  font-family: 'Digital W00';
}
@media only screen and (max-width: 560px) {
  /* line 348, ../sass/components/_upgrade.scss */
  .digital {
    padding: .5em;
  }
}

/*************************************************************
*
*   Specific to SDG page only  
*
*************************************************************/
@media only screen and (max-width: 560px) {
  /* line 364, ../sass/components/_upgrade.scss */
  .intro-block {
    padding: 0;
  }
}

@media only screen and (max-width: 560px) {
  /* line 371, ../sass/components/_upgrade.scss */
  .lead .red {
    font-size: 38px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 560px) {
  /* line 381, ../sass/components/_upgrade.scss */
  .divider-bar {
    max-width: 100%;
    background-size: 100%;
    clear: both;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  /* line 393, ../sass/components/_upgrade.scss */
  #story,
  .final-pitch {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 399, ../sass/components/_upgrade.scss */
  #story .col p,
  .final-pitch .col p {
    margin-bottom: .75em;
  }
}

@media only screen and (max-width: 560px) {
  /* line 408, ../sass/components/_upgrade.scss */
  .product-block {
    padding: 2em .5em;
  }
}

@media only screen and (max-width: 560px) {
  /* line 417, ../sass/components/_upgrade.scss */
  .heading-list-item p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  /* line 424, ../sass/components/_upgrade.scss */
  .products-leader {
    min-height: 5em;
  }
}

@media only screen and (max-width: 560px) {
  /* line 432, ../sass/components/_upgrade.scss */
  img#oral-fixation-box,
  .upgrade img {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  /* line 442, ../sass/components/_upgrade.scss */
  .col-xs-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  /* line 448, ../sass/components/_upgrade.scss */
  #guarantee-badge {
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  /* line 455, ../sass/components/_upgrade.scss */
  .call-to-action {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 560px) {
  /* line 463, ../sass/components/_upgrade.scss */
  #cbfoot,
  #footer-menu {
    max-width: 100%;
    padding: 0 .5em;
  }
}

/*************************************************************
*
*   Specific to ST page only  
*
*************************************************************/
/* line 476, ../sass/components/_upgrade.scss */
.stop {
  margin: 0 1em 0 -5em;
  float: left;
  max-width: 50%;
}
@media only screen and (max-width: 560px) {
  /* line 476, ../sass/components/_upgrade.scss */
  .stop {
    margin: -0 0em .5em -1em;
  }
}

@media only screen and (max-width: 560px) {
  /* line 487, ../sass/components/_upgrade.scss */
  .stop-text {
    margin: -2em 0em .5em -1em;
  }
}

@media only screen and (max-width: 560px) {
  /* line 492, ../sass/components/_upgrade.scss */
  .one-chance {
    max-width: 18em;
    margin: 0 auto;
  }
  /* line 497, ../sass/components/_upgrade.scss */
  .one-chance p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* line 501, ../sass/components/_upgrade.scss */
.one-chance p {
  margin-bottom: 1em;
}

/* line 508, ../sass/components/_upgrade.scss */
body.a.b.c h3.decline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  text-decoration: underline;
}

/* line 517, ../sass/components/_upgrade.scss */
.decline a:link, .decline a:visited {
  color: #585858;
  text-decoration: underline;
}

/* line 521, ../sass/components/_upgrade.scss */
.decline a:hover {
  color: #a70000;
  text-decoration: underline;
}

/* line 525, ../sass/components/_upgrade.scss */
.decline a:active {
  background-color: #555;
  color: #fff;
  padding: 0 10px 3px;
}

/* line 531, ../sass/components/_upgrade.scss */
div#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(244, 244, 244, 0.5);
}
@media only screen and (max-width: 700px) {
  /* line 531, ../sass/components/_upgrade.scss */
  div#screen {
    width: 95%;
    height: 0;
    top: .5em;
    left: .5em;
  }
}

/* line 549, ../sass/components/_upgrade.scss */
div#declineInterstitial {
  max-width: 520px;
  width: 100%;
  padding: 2px;
  text-align: left;
  margin: 0px auto;
  top: 15%;
  position: relative;
  background: #fff;
  border: 10px solid #c20;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.75);
  font-size: 0.8em;
}
@media only screen and (max-width: 700px) {
  /* line 549, ../sass/components/_upgrade.scss */
  div#declineInterstitial {
    padding: .5em;
  }
}

/* line 569, ../sass/components/_upgrade.scss */
div#declineInterstitial h2 {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  /* line 569, ../sass/components/_upgrade.scss */
  div#declineInterstitial h2 {
    font-size: 18px;
  }
}

/* line 576, ../sass/components/_upgrade.scss */
div#declineInterstitial p {
  font-size: 1em;
  padding-top: 0.5em;
  line-height: 1.5em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 700px) {
  /* line 576, ../sass/components/_upgrade.scss */
  div#declineInterstitial p {
    font-size: 12px;
    margin-bottom: 1.5em;
  }
}

/* line 587, ../sass/components/_upgrade.scss */
div#declineInterstitial input[type=checkbox] {
  display: none;
}

/* line 590, ../sass/components/_upgrade.scss */
div#declineInterstitial input[type=checkbox] + label span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(https://s3-us-west-1.amazonaws.com/languageofdesire/images/products/checkboxes.jpg) left top no-repeat;
  background-position-x: -20px;
  background-position-y: -40px;
  background-size: 90px 80px;
}

/* line 599, ../sass/components/_upgrade.scss */
div#declineInterstitial input[type=checkbox]:checked + label span {
  background-position-x: -41.3px;
  background-position-y: -4px;
}

/* line 604, ../sass/components/_upgrade.scss */
div.declineCheckboxDiv {
  width: 40px;
  position: relative;
  float: left;
  margin-right: 0.5em;
}

/* line 610, ../sass/components/_upgrade.scss */
div#next-step {
  text-align: center;
  width: 100%;
  cursor: pointer;
}

/* line 615, ../sass/components/_upgrade.scss */
div#next-step a {
  text-decoration: underline;
}

/* line 618, ../sass/components/_upgrade.scss */
div#continue {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: yellow;
  border: 1px solid #333;
  margin: 1em 0 0 0;
  font-size: 1.3em;
  padding: 8px 0;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.75);
  text-shadow: 0px 1px 1px #222;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  /* line 618, ../sass/components/_upgrade.scss */
  div#continue {
    text-shadow: 0 0 0 transparent;
    font-size: 1em;
    margin: 1em .5em .5em .5em;
  }
}

/* line 638, ../sass/components/_upgrade.scss */
div#continue:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  top: 2px;
  left: 1px;
  color: #fff;
  background: green;
}

/* line 646, ../sass/components/_upgrade.scss */
div#continue:hover a {
  color: #fff;
}

/* line 649, ../sass/components/_upgrade.scss */
div#continue a {
  text-decoration: none;
}

/* line 652, ../sass/components/_upgrade.scss */
div#continue a:hover {
  color: #fff;
}

/* line 655, ../sass/components/_upgrade.scss */
a#upgradeButtonDecline {
  cursor: pointer;
}

/* line 658, ../sass/components/_upgrade.scss */
div#x {
  float: right;
  margin: -5px -5px 0 0;
  background: #c20;
  width: 1em;
  text-align: center;
  font-size: 1.3em;
  color: white;
  cursor: pointer;
}

/* line 670, ../sass/components/_upgrade.scss */
img.signature {
  max-width: 161px;
}

/* line 675, ../sass/components/_upgrade.scss */
span.highlight {
  background-color: #FBFFA3;
  padding: 1px 3px;
}

/* line 679, ../sass/components/_upgrade.scss */
span.u {
  text-decoration: underline;
}

/*************************************************************
*
*   Specific to Read His Mind page only  
*
*************************************************************/
/* line 689, ../sass/components/_upgrade.scss */
.read-his-mind h1, .read-his-mind h2, .read-his-mind h3, .read-his-mind h4 {
  font-family: Tahoma,Geneva,sans-serif;
}
/* line 693, ../sass/components/_upgrade.scss */
.read-his-mind .points {
  padding: 1em;
}
/* line 697, ../sass/components/_upgrade.scss */
.read-his-mind .img-right {
  float: right;
  padding-right: 15px;
  padding-top: 5px;
}

/* line 1, ../sass/components/_wait.scss */
body.page-wait {
  background: #e8e8e8 url(../../lfsl/images/page-bg.jpg) no-repeat top center;
}
@media only screen and (max-width: 560px) {
  /* line 1, ../sass/components/_wait.scss */
  body.page-wait {
    background: #ccc;
  }
}
/* line 11, ../sass/components/_wait.scss */
body.page-wait #wrapper {
  width: 800px;
  margin: 0px auto;
  padding-top: 1%;
}
@media only screen and (max-width: 860) {
  /* line 11, ../sass/components/_wait.scss */
  body.page-wait #wrapper {
    max-width: 100%;
    padding: 0 1em;
  }
}
/* line 26, ../sass/components/_wait.scss */
body.page-wait #form-container {
  /*background-image:url('https://onlineallure.s3.amazonaws.com/images/form-background-image.png');
  background-repeat:no-repeat;
  /*min-height:500px;*/
}
/* line 31, ../sass/components/_wait.scss */
body.page-wait #content {
  /*padding:26px 12px 0 315px*/
  text-align: center;
  padding: 2em 4em;
}
/* line 36, ../sass/components/_wait.scss */
body.page-wait #content p.form-text {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
/* line 43, ../sass/components/_wait.scss */
body.page-wait .fieldlabel {
  float: left;
}
/* line 46, ../sass/components/_wait.scss */
body.page-wait input.submit {
  background-image: url("https://capturehim.s3.amazonaws.com/images/test/button-optin-1a.png");
  background-repeat: no-repeat;
  border: none;
  width: 301px;
  height: 48px;
}
/* line 53, ../sass/components/_wait.scss */
body.page-wait #content-end {
  display: none;
}
/* line 56, ../sass/components/_wait.scss */
body.page-wait #header {
  border: 15px solid red;
  margin: 0.5em 3em 1em 3em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
/* line 64, ../sass/components/_wait.scss */
body.page-wait #header h1 {
  font-size: 23px;
  line-height: 2em;
}
/* line 68, ../sass/components/_wait.scss */
body.page-wait .uhighlight {
  padding: 0 0 10px;
  background: url(../lfsl/images/truth-underline.png) no-repeat bottom center;
  background-size: 100% 10px;
  color: red;
}
/* line 74, ../sass/components/_wait.scss */
body.page-wait .instant-email-delivery {
  background: #ffff88;
  margin-top: 1em;
  padding: 2px 10px;
  text-transform: uppercase;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-shadow: 0px 1px 2px #efefef;
}
/* line 86, ../sass/components/_wait.scss */
body.page-wait form#free-reports {
  margin: 1.3em auto;
  width: 300px;
  display: none;
}
/* line 91, ../sass/components/_wait.scss */
body.page-wait a.showButton {
  -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  background-color: #ffec64;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Impact;
  font-size: 28px;
  padding: 14px 37px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
  margin-top: 1em;
}
/* line 117, ../sass/components/_wait.scss */
body.page-wait a.showButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  background-color: #ffab23;
}
/* line 127, ../sass/components/_wait.scss */
body.page-wait div.formHeader {
  text-align: left;
}
/* line 130, ../sass/components/_wait.scss */
body.page-wait div.smallPrint {
  margin: 1em 0;
  text-align: left;
  font-size: 0.7em;
  color: #888;
}
