/*
 Theme Name: Healthy Minds Landing Page
 Theme URI: http://www.soshalgroup.com
 Description: Healthy Minds App - Landing Page
 Author: Soshal Group
 Author URI: http://www.soshalgroup.com
 Version: 1.1
*/
/*------------------------------------*\
   $CONTENTS
\*------------------------------------*/
/**
 * RESET
 * SCAFFOLDING
 * NAVIGATION
 * HEADER
 * LOADING
 * CONTENT
 * FEATURES
 * MODAL
 * FOOTER
 * RESPONSIVE MEDIA
 * TABLET
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\
   $RESET
\*------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none;
  border: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #3b3b3b; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

img a {
  border: 0;
  text-decoration: none;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
   $SCAFFOLDING
\*------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  min-height: 100%;
  font: 300 112.5%/1.65 "Lato", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  height: 100%;
  color: #3b3b3b; }

ul {
  margin: 0;
  padding: 0; }

footer,
section {
  width: 100%;
  float: left;
  padding: 2.5em 1.25em; }

.row {
  *zoom: 1;
  display: block; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.inner-wrapper {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .inner-wrapper:before, .inner-wrapper:after {
    content: " ";
    display: table; }
  .inner-wrapper:after {
    clear: both; }

/*------------------------------------*\
   $TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: underline;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

h1 {
  margin-bottom: 0.825em;
  font-size: 36px;
  font-size: 2rem; }

h2, h3 {
  margin-bottom: 1.2375em;
  font-size: 24px;
  font-size: 1.3333333333333333rem; }

h4 {
  margin-bottom: 1.4142857142857141em;
  font-size: 21px;
  font-size: 1.16667rem; }

h5 {
  margin-bottom: 1.65em;
  font-size: 18px;
  font-size: 1rem; }

h5 {
  margin-bottom: 1.4142857142857141em;
  font-size: 21px;
  font-size: 1.16667rem; }

h6 {
  margin-bottom: 1.65em;
  font-size: 18px;
  font-size: 1rem; }

p, address {
  margin: 0 0 20px 0;
  line-height: 1.6em; }

p a:hover, ul li a:hover, ol li a:hover {
  text-decoration: underline; }

p {
  margin: auto auto 1.5em;
  /* bottom margin for paragraphs */
  font-size: 18px;
  font-size: 1rem; }

header p {
  clear: both;
}

header p a {
  float: none;
  display: inline;
  color: #551A8B;
  text-decoration: underline;
  margin: 0;
}

header p a:hover {
  text-decoration: none;
}

p.bigger {
  font-size: 24px;
  margin-top: 150px;
}

p.smaller {
  font-size: 17px;
  margin-top: -20px;
}

ul li {
  font-size: 18px;
  font-size: 1rem; }

strong {
  font-weight: 700; }

.clear {
  display: block;
  clear: both; }

small {
  font-size: 80%; }

/*------------------------------------*\
   $NAVIGATION
\*------------------------------------*/
nav {
  position: fixed;
  top: 10%;
  left: 93%;
  z-index: 3000;
  display: none;
  float: left; }
  nav ul {
    position: fixed;
    top: 25%;
    left: 0;
    margin: 0;
    padding: 10px 0;
    width: 35px;
    background: #707070; }
    nav ul li {
      line-height: 1.05em; }
      nav ul li a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        margin: 8px;
        width: 15px;
        height: 15px;
        border-radius: 50px 50px 50px 50px;
        background: none repeat scroll 0 0 #FFFFFF;
        opacity: .5; }
        nav ul li a.about {
          background: none repeat scroll 0 0 #b787e8; }
        nav ul li a.features {
          background: none repeat scroll 0 0 #92d6df; }
        nav ul li a.features-block {
          background: none repeat scroll 0 0 #ebce63; }
        nav ul li a.testimonials {
          background: none repeat scroll 0 0 #a7dbab; }
        nav ul li a.bottom {
          background: none repeat scroll 0 0 #f8937d; }
        nav ul li a:hover {
          opacity: 1; }
        nav ul li a.active {
          opacity: 1; }
        nav ul li a span {
          position: absolute;
          left: 40px;
          overflow: hidden;
          margin-top: -1px;
          padding: 0;
          width: 100px;
          color: #3b3b3b;
          font-weight: 500;
          font-size: 13px;
          background: url(../images/navBackgr.png);
          opacity: 0;
          transition: all 0.25s ease 0s; }
        nav ul li a:hover span {
          display: block;
          overflow: visible;
          opacity: 1; }

ul.sponsnav {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 100%;
  position: relative;
  margin: 0.3125em auto 0;
  list-style: none outside none;
  text-align: center; }
  ul.sponsnav li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0px 0.625em 0px 0px; }
    ul.sponsnav li.royal {
      margin-top: 0.625em; }
ul.socialnav {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: right;
  margin: 1.25em 1.25em -20px 0;
  color: #BDBCBC;
  list-style: none; }
  ul.socialnav li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: left;
    margin: 0px 0.4em; }
    ul.socialnav li a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      padding: 10px 15px;
      border-radius: 3.125em;
      background: none repeat scroll 0 0 #EAEAEA;
      color: #BDBCBC;
      font-size: 1.5em; }
      ul.socialnav li a:hover {
        color: #fff;
        text-decoration: none; }
      ul.socialnav li a.facebook:hover {
        background: #3B5998; }
      ul.socialnav li a.twitter:hover {
        background: #00ACED; }
      ul.socialnav li a.youtube:hover {
        background: #CD332D; }
      ul.socialnav li a.instagram:hover {
        background: #A685C7; }

#language {
  position: relative;
  width: 980px;
  margin: 0 auto;
  z-index: 99;
}

a#toggleLang {
  float: right;
  display: block; 
  width: 100px;
  font-size: 0.9em;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  margin: -5px 0 0 0;
  padding: 8px 0;
  background: #a7dbab;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
}

a:hover#toggleLang {
  text-decoration: none;
}

.button a {
  display: inline-block;
  font-size: 0.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 30px 15px 30px;
  padding: 8px 16px;
  border: 1px solid #fff;
}

.button a:hover {
  color: #3b3b3b;
  border: 1px solid #000;
}


/*------------------------------------*\
   $HEADER
\*------------------------------------*/
header {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  float: none;
  min-height: 725px;
  max-height: 750px;
  width: 100%;
  background: #fff;
  text-align: center; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .headnav {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    z-index: 2000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 98px; }
  header h1 {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin: 0 0 0.3125em;
    color: #76787B;
    font-weight: 300;
    font-size: 36px;
    font-size: 2rem;
    z-index: 999; }
    header h1 strong {
      font-weight: 500; }
    header p {
    color: #76787b; }
  header a {
    margin-left: 17.05961%;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-bottom: 1.25em; }
    header a:last-child {
      margin-right: 0; }

    header a img {
      max-width: 100%; }
  header #downloadButtons {
      display: block;
      width: 100%;
  }
  header #downloadButtons a {
      display: inline-block;
      width: auto;
      margin: 0 0 40px 0;
  }
  header #downloadButtons a:first-of-type {
      margin: 2px 0 40px 72px;
  }
  header #downloadButtons a img {
      width: auto;
      margin: 0 20px;
  }
  header .phone-wrapper {
    width: 100%;
    display: block;
    float: left;
    padding: 0 1.25em; }
  header .landing-phone {
    z-index: 100;
    margin: 0 auto;
    padding: 0;
    max-width: 388px;
    width: 100%;
    height: 500px;
    background: url(../images/royal.jpg) no-repeat;
    background-size: 100% auto;
    position: relative; }
  header .wrapper {
    display: block;
    margin: 0 auto;
    min-height: 200px;
    height: 100%; }
  header .socialnav {
    display: none;
    visibility: hidden; }
  header .header .sponsnav,
  header .header .socialnav {
    display: none; }

.furious-faces,
.chillax-faces,
.stoic-faces {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 869px;
  background-position: center top; }

.furious-faces {
  z-index: 10;
  background: url("../images/healthy-minds-furious-bk.png") -80px 0px; }

.chillax-faces {
  z-index: 15;
  background: url("../images/healthy-minds-faces-happy.png") -30px 0px; }

.stoic-faces {
  z-index: 5;
  background: url("../images/healthy-minds-faces-stoic.png"); }

.ios .phone .video {
  margin-top: 90px;
  min-height: 402px; }

.phone {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 100;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 388px;
  width: 290px;
  width: 100%;
  height: 750px;
  background: url(../images/royal.png) no-repeat;
  background-size: 100% auto; }
  .phone .video {
    position: relative;
    margin-top: 113px;
    margin-left: -2px;
    width: 83% !important;
    height: auto;
    min-height: auto; }

.phone.fr {
  background: url(../images/french-phone.png) no-repeat;
  background-size: 100% auto; }

/*------------------------------------*\
   $LOADING
\*------------------------------------*/
.loading {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff; }

.loading-container {
  position: fixed;
  top: 35%;
  left: 25%;
  margin-top: 0;
  margin-left: 0; }
  .loading-container .loading-clouds {
    display: inline;
    float: left;
    width: 470px; }
  .loading-container .loading-text {
    display: inline;
    float: right;
    margin-top: 140px;
    margin-left: 0px; }

/*------------------------------------*\
   $CONTENT BLOCKS
\*------------------------------------*/
#about-block,
#features,
#features-block,
#testimonials {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 100%;
  overflow: hidden;
  height: 100%;
  text-align: center; }

#about-block .wrapper, #features .wrapper, #features-block .wrapper, #testimonials .wrapper {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: 0 auto;
  min-height: 200px;
  height: 100%; }
  #about-block .wrapper:before, #about-block .wrapper:after, #features .wrapper:before, #features .wrapper:after, #features-block .wrapper:before, #features-block .wrapper:after, #testimonials .wrapper:before, #testimonials .wrapper:after {
    content: " ";
    display: table; }
  #about-block .wrapper:after, #features .wrapper:after, #features-block .wrapper:after, #testimonials .wrapper:after {
    clear: both; }

#about-block, #features, #testimonials {
  color: #fff; }

#about-block {
  position: relative;
  z-index: 1000;
  padding-top: 5em;
  background: url("../images/aboutbk.png") repeat-x scroll center top #a685c7; }
  #about-block .wrapper {
    display: block; }
  #about-block p, #about-block h3 {
    text-align: left; }

/*------------------------------------*\
   $FEATURES
\*------------------------------------*/
#features {
  background-color: #92d6df;
  color: #fff; }
  #features h1 {
    margin-bottom: 0;
    padding: 3.125em 0;
    font-weight: 300; }

#features-block {
  background: #fff; }
  #features-block h3 {
    margin-bottom: 0.825em;
    font-size: 36px;
    font-size: 2rem; }
  #features-block ul {
    width: 100%;
    list-style: none;
    text-align: center; }
    #features-block ul li {
      margin-bottom: 0.625em; }
  #features-block .column-right,
  #features-block .column-left {
    margin-bottom: 2.5em; }
  #features-block .row:last-child .column-right {
    margin-bottom: 0; }

.features-breathe,
.features-face,
.features-pencil {
  display: block;
  margin: 30px auto;
  width: 135px;
  height: 135px;
  border-radius: 6.25em;
  background-position: 97% top;
  background-repeat: no-repeat; }

.features-breathe {
  background: url("../images/healthy-minds-feature-2.png"); }

.features-face {
  background: url("../images/healthy-minds-feature-1.png"); }

.features-pencil {
  background: url("../images/healthy-minds-feature-3.png"); }

.ios .features-breathe,
.ios .features-face,
.ios .features-pencil {
  background-position: 97% top; }

/*------------------------------------*\
   $MODAL
\*------------------------------------*/
#modal {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  visibility: hidden;
  margin: auto;
  padding: 3.125em;
  max-width: 700px;
  max-height: 500px;
  border: 3px solid #FFFFFF;
  background: white;
  box-shadow: 1px 2px 7px #CCCCCC;
  font-weight: 300;
  font-size: 12px;
  opacity: 1;
  pointer-events: none; }
  #modal h3 {
    margin-top: 10px; }
  #modal p {
    display: block;
    float: left; }

.dialogIsOpen #modal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 9999;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }
.dialogIsOpen ~ .modal-overlay {
  visibility: visible;
  opacity: 1; }

.close {
  -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: block;
  float: right;
  margin: 0px;
  font-size: 1.875em;
  cursor: pointer; }
  .close:hover {
    opacity: 0.3; }

.modal-overlay {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9500;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0; }

/*------------------------------------*\
   $TESTIMONIALS
\*------------------------------------*/
#testimonials {
  background: #a7dbab; }
  #testimonials .wrapper {
    margin-bottom: 50px; }
  #testimonials .testimonial-profile {
    float: left;
    margin: 1.25em auto -2.8125em auto;
    padding: 0px;
    max-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 200px;
    overflow: hidden; }
  #testimonials .arrow_box {
    width: 100%;
    position: relative;
    padding: 3.125em 1.25em 1.25em;
    background: none repeat scroll 0px 0px #7fc584;
    text-align: left;
    font-weight: 300;
    font-size: 17px; }
    #testimonials .arrow_box em {
      display: block;
      margin-top: 20px;
      font-style: italic; }
    #testimonials .arrow_box:after {
      position: absolute;
      top: 35%;
      right: 100%;
      margin-top: -20px;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 20px;
      border-color: rgba(136, 183, 213, 0);
      border-right-color: #7FC584;
      content: " ";
      pointer-events: none; }

.left {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left; }

.right {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: right; }

#testimonials .column-right,
#testimonials .column-left {
  width: 100%;
  display: block;
  float: none;
  margin: 0 auto 10px;
  padding: 0; }
#testimonials .testimonial-profile {
  position: relative;
  z-index: 500;
  float: none;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: -55px;
  margin-left: auto;
  padding: 0;
  max-height: 120px;
  width: 120px;
  height: 120px;
  border: 5px solid #7FC584; }
#testimonials .arrow_box em {
  display: block;
  margin-top: 20px;
  font-style: italic; }
#testimonials .arrow_box:after {
  position: absolute;
  top: 0%;
  right: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0px;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #7FC584;
  content: " ";
  pointer-events: none; }
#testimonials .column-right:last-child {
  margin-bottom: 0; }

/*------------------------------------*\
   $FOOTER
\*------------------------------------*/
footer {
  margin: 0;
  padding: 3.125em 0 0;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0 0 #F8937D;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.55em; }
  footer h2, footer h3 {
    *zoom: 1;
    display: block;
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 0 1.25em; }
    footer h2:before, footer h2:after, footer h3:before, footer h3:after {
      content: " ";
      display: table; }
    footer h2:after, footer h3:after {
      clear: both; }
  footer h2 {
    margin-bottom: 1.25em; }
  footer h3 {
    margin-bottom: 0; }
  footer .form-wrapper {
    *zoom: 1;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    footer .form-wrapper:before, footer .form-wrapper:after {
      content: " ";
      display: table; }
    footer .form-wrapper:after {
      clear: both; }
  footer form {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    position: relative; }
    footer form:last-child {
      margin-right: 0; }
  footer input {
    width: 100%;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    position: relative;
    padding: 0.625em;
    outline: none;
    border: 4px solid #f8937d;
    color: #3b3b3b; }
    footer input:focus {
      border: 4px solid #f56b4d; }
  footer .subscribe-button {
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    width: 50px;
    height: 73%;
    outline: 0;
    border: none;
    background: #F8937D;
    color: white; }
    footer .subscribe-button:focus, footer .subscribe-button:hover {
      background: #f56b4d; }
  footer .socialnav {
    width: 100%;
    *zoom: 1;
    display: block;
    display: block;
    float: left;
    margin: -10px auto 0 auto;
    padding: 0;
    color: #bdbcbc;
    text-align: center; }
    footer .socialnav:before, footer .socialnav:after {
      content: " ";
      display: table; }
    footer .socialnav:after {
      clear: both; }
    footer .socialnav li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      float: none; }
      footer .socialnav li a {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.1em;
        border-radius: 6.25em;
        background: white;
        color: #bdbcbc;
        text-align: center;
        text-decoration: none;
        font-size: 2.4em; }
        footer .socialnav li a:hover {
          color: #fff; }
        footer .socialnav li a.facebook:hover {
          background: #3B5998; }
        footer .socialnav li a.twitter:hover {
          background: #00ACED; }
        footer .socialnav li a.pinterest:hover {
          background: #CC2127; }
  footer .appstore {
    *zoom: 1;
    display: block;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    float: left;
    margin-bottom: 0; }
    footer .appstore:before, footer .appstore:after {
      content: " ";
      display: table; }
    footer .appstore:after {
      clear: both; }
    footer .appstore:last-child {
      margin-right: 0; }
    footer .appstore a {
      width: 100%;
      text-decoration: none; }
    footer .appstore img {
      width: 100%; max-width: 137px;
      margin: 0 5px;
      vertical-align: middle;
      border:0; }
  footer .colophon {
    display: block;
    padding: 0.625em;
    background-color: #DA6D55;
    font-size: 18px;
    font-size: 1rem; }
    footer .colophon .left,
    footer .colophon .right {
      width: 100%;
      text-align: center; }
    footer .colophon a {
      margin: 0 10px;
      color: #FFFFFF; }
      footer .colophon a:hover {
        color: #3b3b3b; }

/*------------------------------------*\
   $RESPONSIVE $MEDIA
\*------------------------------------*/
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  /* ie8 */ }

.vid {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  /* this is optional */
  clear: both; }
  .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------*\
   $MOBILE
\*------------------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     $MOBILE $FOOTER
  \*------------------------------------*/
  footer {
    padding: 50px 0 0;
    width: 100%;
    text-align: center; }
    footer p {
      line-height: 155%; } }
/*------------------------------------*\
   $MOBILE LANDSCAPE
\*------------------------------------*/
@media screen and (min-width: 480px) {
	html {
  	 -webkit-text-size-adjust: none; /* disable webkit text size adjust (for iPhone) */
  	 width: 100%;
  	 overflow-x: hidden;}
	
  .phone .video {
    margin-top: 125px; }

  .ios .phone .video {
    margin-top: 125px;
    min-height: 570px; }

  footer .appstore {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
    *zoom: 1;
    display: block;
    margin-left: 34.11922%; }
    footer .appstore:last-child {
      margin-right: 0; }
    footer .appstore:before, footer .appstore:after {
      content: " ";
      display: table; }
    footer .appstore:after {
      clear: both; } }
/*------------------------------------*\
   		$TABLET
\*------------------------------------*/
@media screen and (min-width: 768px) {
  /*------------------------------------*\
     $SCAFFOLDING
  \*------------------------------------*/
  footer,
  section {
    padding: 5em 1.25em; }

  /*------------------------------------*\
     		$TABLET $TYPOGRAPHY
  \*------------------------------------*/
  h1 {
    margin-bottom: 0.495em;
    font-size: 60px;
    font-size: 3.33333rem; }

  h2 {
    margin-bottom: 0.61875rem;
    font-size: 48px;
    font-size: 2.6667rem; }

  h3 {
    margin-bottom: 0.825em;
    font-size: 32px;
    font-size: 1.8rem; }

  h4 {
    margin-bottom: 1.2375em;
    font-size: 24px;
    font-size: 1.3333333333333333rem; }

  h5 {
    margin-bottom: 1.4142857142857141em;
    font-size: 21px;
    font-size: 1.16667rem; }

  h6 {
    margin-bottom: 1.65em;
    font-size: 18px;
    font-size: 1rem; }

  ul li,
  p {
    font-size: 20px;
    font-size: 1.111111111rem; }

  /*------------------------------------*\
     	$TABLET $HEADER
  \*------------------------------------*/
  nav {
    display: block;
    visibility: visible; }

  header h1 {
    font-size: 60px;
    font-size: 3.33333rem; }
  header .socialnav {
    display: block;
    visibility: visible; }
    header .socialnav li a {
      padding: 3px 14px;
      width: 50px;
      height: 50px;
      text-decoration: none; }

  ul.sponsnav {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    ul.sponsnav:last-child {
      margin-right: 0; }
    ul.sponsnav li {
      float: left; }
      

  /*------------------------------------*\
     $TABLET $ABOUT
  \*------------------------------------*/
  #about-block {
    padding: 6.25em 0; }
    #about-block .column-center {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      #about-block .column-center:last-child {
        margin-right: 0; }

  /*------------------------------------*\
     $TABLET $FEATURES
  \*------------------------------------*/
  #features {
    padding: 6.25em 0; }

  #features-block .column-right,
  #features-block .column-left {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #features-block .column-right:last-child,
    #features-block .column-left:last-child {
      margin-right: 0; }
  #features-block ul {
    padding: 0 40px; }
  #features-block .column-right {
    margin-right: 0;
    float: right; }
  #features-block .row {
    margin-bottom: 3.125em; }
    #features-block .row:last-child {
      margin-bottom: 0; }
  #features-block img {
    margin-top: 3.75em; }

  /*------------------------------------*\
     $TABLET $TESTIMONIALS
  \*------------------------------------*/
  #testimonials h1 {
    margin-bottom: 1.25em; }
  #testimonials .avatar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 8.5298%; }
    #testimonials .avatar:last-child {
      margin-right: 0; }
    #testimonials .avatar img {
      width: 120px;
      height: 120px;}
  #testimonials .arrow_box {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    position: relative;
    padding: 1.25em; }
    #testimonials .arrow_box:last-child {
      margin-right: 0; }
    #testimonials .arrow_box:after {
      position: absolute;
      right: 100%;
      width: 0;
      height: 0;
      border: solid transparent;
      content: " ";
      pointer-events: none; }
    #testimonials .arrow_box:after {
      top: 30%;
      margin-top: -15px;
      border-width: 15px;
      border-color: rgba(127, 197, 132, 0);
      border-right-color: #7fc584; }
  #testimonials .row {
    margin-bottom: 1.25em; }
    #testimonials .row:last-child {
       }

  #about-block .wrapper,
  #features .wrapper,
  #features-block .wrapper,
  #testimonials .wrapper,
  header .wrapper {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    height: 100%; }

  #features-block .wrapper {
    margin-top: 50px; }

  /*------------------------------------*\
     $TABLET $FOOTER
  \*------------------------------------*/
  footer {
    padding: 3.125em 0 0; }
    footer h3 {
      margin-top: 1.875em; }
    footer .socialnav {
      width: 100%; }
    footer .appstore {
      width: 100%;
      margin: 0 auto 140px auto; }
      footer .appstore img {
        max-width: 137px;
        margin-bottom: -40px; }
    footer .colophon .right,
    footer .colophon .left {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      footer .colophon .right:last-child,
      footer .colophon .left:last-child {
        margin-right: 0; }
    footer .colophon .right {
      margin-right: 0; } }
    
    footer #extraButtons {
    margin-bottom: 40px; }
    
/*------------------------------------*\
   DESKTOP
\*------------------------------------*/
@media screen and (min-width: 960px) {
  /*------------------------------------*\
     $SCAFFOLDING
  \*------------------------------------*/
  section {
    padding: 7.5em 0; }

  /*------------------------------------*\
     $DESKTOP $HEADER
  \*------------------------------------*/
  header {
    padding-top: 2.5em; }
    header .wrapper {
      width: 100%; }
    header .headnav {
      display: none;
      visibility: hidden; }
    header h1 {
      margin-top: 80px;
      font-size: 72px;
      font-size: 4rem; }
    header .header {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      position: relative;
      z-index: 9999;
      float: right;
      margin-top: 30px;
      padding-right: 110px; }
      header .header:last-child {
        margin-right: 0; }
      header .header .sponsnav,
      header .header .socialnav {
        display: block; }
      header .header .sponsnav {
        width: 62%;
        float: none;
        text-align: center; }
        header .header .sponsnav li {
          display: block;
          float: left;
          margin-right: 4.82916%;
          width: 47.58542%;
          margin-right: 0; }
          header .header .sponsnav li:last-child {
            margin-right: 0; }
          header .header .sponsnav li a {
            width: 100%; }
          header .header .sponsnav li.royal a {
            margin-left: 0; }
          header .header .sponsnav li.royal img {
            float: left; }
          header .header .sponsnav li.healthyminds a {
            margin-left: 0; }
          header .header .sponsnav li.healthyminds img {
            float: right;
            padding-right: 1.875em; }
    header .phone-wrapper {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      header .phone-wrapper:last-child {
        margin-right: 0; }
    header .phone {
      margin-top: 50px; }
    header .landing-phone {
      float: right;
      margin: 0;
      height: 710px;
      background: url(../images/royal.gif) no-repeat;
      background-size: 100% auto; }
    header .footeritunes {
      width: 100%;
      margin-left: 0; }
      header .footeritunes img {
        max-width: 248px; }
    header .socialnav {
      width: 100%;
      *zoom: 1;
      display: block;
      margin-right: 0;
      margin-top: 0;
      text-align: center; }
      header .socialnav:before, header .socialnav:after {
        content: " ";
        display: table; }
      header .socialnav:after {
        clear: both; }
      header .socialnav li {
        float: none; }
        header .socialnav li a {
          padding: 0px 9px; }
          

  /*------------------------------------*\
     $DESKTOP $ABOUT
  \*------------------------------------*/
  #about-block .column-center {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    #about-block .column-center:last-child {
      margin-right: 0; }

  /*------------------------------------*\
     $DESKTOP $FEATURES
  \*------------------------------------*/
  #features-block img {
    margin-top: 0; }
  #features-block h3 {
    margin-bottom: 0.61875rem;
    font-size: 48px;
    font-size: 2.6667rem; }
  #features-block ul {
    padding: 0 5em; }

  .features-breathe,
  .features-face,
  .features-pencil {
    background-position: 1% top;
    background-repeat: no-repeat; }

  .features-breathe {
    background: url("../images/healthy-minds-feature-2.png"); }

  .features-face {
    background: url("../images/healthy-minds-feature-1.png"); }

  .features-pencil {
    background: url("../images/healthy-minds-feature-3.png"); }

  .ios .features-breathe,
  .ios .features-face,
  .ios .features-pencil {
    background-position: 97% top; }

  /*------------------------------------*\
     $DESKTOP $TESTIMONIALS
  \*------------------------------------*/
  #testimonials .wrapper {
    margin-bottom: 0;
    padding: 0 1.25em; }
  #testimonials .row {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    margin-bottom: 2.5em; }
    #testimonials .row:last-child {
      margin-right: 0; }
    #testimonials .row:last-child {
      margin-right: 0; }
  #testimonials .arrow_box {
    float: right;
    margin-left: 15px; }
    #testimonials .arrow_box:after {
      top: 22%; }
  #testimonials .avatar img {
    max-width: 120px; }

  /*------------------------------------*\
     $DESKTOP $FOOTER
  \*------------------------------------*/
  footer {
    padding: 5em 0 0; }
    footer form {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%;
      *zoom: 1;
      display: block; }
      footer form:last-child {
        margin-right: 0; }
      footer form:before, footer form:after {
        content: " ";
        display: table; }
      footer form:after {
        clear: both; } 
      footer p.royal {
       margin-top: 80px;
       line-height: 1.3em; }
       footer p.royal a {
       color: #fff;
       text-decoration: underline; }
       footer p.royal a:hover {
       color: #3b3b3b;
       text-decoration: underline; }
    }

    /*------------------------------------*\
     RESPONSIVE HACKS
    \*------------------------------------*/  
    
    @media screen and (max-width: 1200px) {
    
    #language {
 	position: relative;
    width: 100%;
    margin: 0 auto;}

   a#toggleLang {
   float: none;
   margin: -5px auto 0 auto;}

  header #downloadButtons {
      display: block;
      width: 100%;
  }
  header #downloadButtons a {
      display: inline-block;
      width: auto;
      margin: 0 0 40px 0;
  }
  header #downloadButtons a:first-of-type {
      margin: 2px 0 40px 60px;
  }
  header #downloadButtons a img {
      width: auto;
      margin: 0 10px;
  }

   }
    
    @media screen and (max-width: 960px) {
        
	/*a#toggleLang {
  		position: relative; 
  		top: auto;
  		right: auto;
  		display: block;
  		margin: -115px auto 0 auto;
  		z-index: 99;}*/
  		
  	nav {
    display: none;
    visibility: hidden; }
    
    #testimonials .wrapper {
	  margin-bottom: 0;}
	  
	.phone .video {
	display: none; }
    
    header {
    max-height: 900px }
    
    header .socialnav li a {
      line-height: 45px; }
      
    header .socialnav li a.youtube {
	  padding: 3px 11px 3px 11px;  }
	  
	 header .socialnav li a.twitter, header .socialnav li a.instagram {
	  padding: 3px 12px 3px 11px;  }
    
  header #downloadButtons {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
  }
  header #downloadButtons a {
      display: inline-block;
      width: auto;
      margin: 0 0 40px 0;
  }
  header #downloadButtons a:first-of-type {
      margin: 2px -20px 40px 20px;
  }
  header #downloadButtons.frenchButtons a:first-of-type {
      margin: 2px -20px 40px 70px;
  }
  header #downloadButtons a:first-of-type {
      margin: 2px -20px 40px 20px;
  }
  header #downloadButtons a img {
      width: auto;
      margin: 0 20px;
  }

	footer p.royal {
       margin-top: 100px; } 
       
    footer p.royal a {
       color: #fff; }   
       
    footer p.royal a:hover {
       color: #3b3b3b; }  
    
 	}
 	
 	@media screen and (max-width: 760px) {
     
     
    ul.sponsnav {
    margin-top: -14px;}
    
    ul.sponsnav li:first-child {
    margin-top: 24px;} 
     
    h1.title {
    font-size: 30px; 
    margin-top: -30px; } 
        
	p.bigger {
	  font-size: 18px; 
      margin-top: 30px; }
 	
  header #downloadButtons {
      width: 200px;
      margin: 0 auto 30px auto;
  }
  header #downloadButtons a {
      float: none;
      display: block;
      margin: 0 auto 5px auto;
  }
  header #downloadButtons a:first-of-type, header #downloadButtons.frenchButtons a:first-of-type {
      margin: 0 auto 5px auto;
  }

  header #downloadButtons a img {
      margin: 0 auto;
  }

 	footer h2 {
    margin-top: 0; }
    
    footer #extraButtons {
	clear: both; }
	
	footer .appstore {
	  margin-top: 20px;
	  margin-bottom: 80px; }
	  
	ul.sponsnav li {
	margin: 0; } 
	
	footer p.royal {
       margin-top: 60px; } 

	}
 	
 	@media screen and (max-width: 480px) {
    
    .stoic-faces {
    background: url(../images/healthy-minds-faces-stoic.png) -100px -50px; }
    
    header {
    max-height: 750px }
        
	p.bigger { 
	  margin-top: 50px; }
	  
	footer .appstore {
	  margin-bottom: 60px; }
    
    ul.socialnav li {
      margin: 0px 0.3em; }
      
    footer .socialnav {
      margin: 0 auto 20px auto; }
    
 	}
