/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* border-box */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: 300;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}
.appRedirect h1 {
  letter-spacing: normal;
  font-size: 30px;
  line-height: 35px;
}
.appRedirect .app-wrapper {
  margin: 20px auto!important;
}
.appRedirect .link {
    background-color: #1bc98d;
    margin: 0 auto;
    width: 300px;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.appRedirect .link:hover {
  background-color: #1b1b1b;
  cursor: pointer;
}
.credit {
  padding-top: 15px;
  background-color: #f8b0be;
  padding-bottom: 15px;
  text-align: center;
  color: white;
}
.credit a { color: #1b1b1b; text-decoration: none; }
.credit a:hover { text-decoration: underline; }
/*header*/
.header {
  background-color: #1b1b1b;
  height: 60px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
.header-wrapper {
  width: 1100px;
  margin: 0 auto;
  overflow: visible;
  height: 60px;
}
.header-wrapper img {
  float: left;
  padding-top: 12px;
  width: 150px;
}
.header-wrapper .header-links { float: right; }
.header-wrapper .header-links a.button {
  color: #1bc98d;
  border: 1px solid #1bc98d;
  padding: 12px 30px;
  margin: 8px 0 8px 30px;
}
.header-wrapper .header-links a.button:hover {
  background-color: #1bc98d;
  color: #fff;
  cursor: pointer;
}
.header-wrapper .header-links a {
  color: white;
  font-size: 16px;
  letter-spacing: .15em;
  font-weight: 400;
  padding-top: 20px;
  float: right;
  padding-left: 30px;
  text-decoration: none;
}
.header-wrapper .header-links a.on { color: #1bc98d;}
.header-wrapper .header-links div.menu {
  display: none;
  background-color: #1bc98d;
  border: 1px solid #1bc98d;
  font-size: 15px;
  color: white;
  position: relative;
  margin: 10px 0;
  text-align: center;
  letter-spacing: .15em;
  padding: 12px 12px;
}
strong { font-weight: 700; }
.header-wrapper .header-links div.menu .submenu { 
  background-color: rgb(75,75,75);
  display: none; 
  padding: 10px 15px;
}
.header-wrapper .header-links div.menu .submenu a {
  font-size: 13px;
  padding: 12px 0;
  float: left;
}
.app-wrapper {
  width: 395px;
  margin: 0 auto;
  overflow: auto;
}
.app-wrapper img {
  float: left;
  height: 60px;
  margin-right: 15px;
}
.app-wrapper img.android {
  margin-top: -5px;
  margin-right: 0;
  height: 70px;
}
.header-wrapper .header-links a:hover { color: #1bc98d;}
/* video */
video { display: block; }
video#vid { 
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
  background: transparent url('/img/bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.try-wrapper #button {
  background-color: #1b1b1b;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  display: block;
}
html.landing .faq.press img.Bustle { margin-top: -20px; }
.try-wrapper #button:hover { color: #1ac88d; }
#button {
  background-color: #1ac88d;
  color: #fff;
  padding: 25px 60px;
  font-size: 30px;
  letter-spacing: .06em;
  font-weight: 200;
  display: inline-block;
  text-decoration: none;
}
#button:hover { background-color: #1b1b1b; }
html.communities {
  background: transparent url('/img/sea6.jpg') top left no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
html.communities .struggle-wrapper .clearfix div h2 {
  color: white;
}
html.communities .struggle-wrapper .clearfix div h2 a {
  color: #60d293;
}
html.communities .struggle-wrapper .clearfix div h2 a:hover { color: white; }
html.communities .try-wrapper p.os { color: #60d293; }
html.communities .communities-bg { background-color: transparent; }
.communities-bg .video-wrapper h1 { text-shadow: 1px 1px 3px rgba(0,0,0,.7); }
.communities-bg .video-wrapper p { text-shadow: 1px 1px 3px rgba(0,0,0,.7); }
.communities-bg .video-wrapper p.os { color: #60d293; }
.about .try { 
  background-color: rgba(0,0,0,.5);
}
html.communities .tour .clearfix .col .feature:hover { cursor: default; }
html.communities .tour .clearfix .col .feature:hover h3 { color: rgb(75,75,75); }
html.communities .press .faq-wrapper .question h3 { padding-bottom: 0; font-size: 18px; }
html.communities .team { background-color: rgb(164,185,208);
  background-color: rgba(164,185,208,.6); }
html.communities .try.cycle .try-wrapper { padding-bottom: 15px; }
html.communities.community-page {

}
html.communities.community-page .try {
  
}
html.communities.community-page .communities-bg .video-wrapper h1 {
  margin-top: 70px;
  font-size: 60px;
  line-height: 60px;
}
html.communities.community-page .communities-bg .video-wrapper h1 a {
  color: #60d293;
  text-decoration: none;
  font-size: 20px;
}
html.communities.community-page .communities-bg .video-wrapper p {
  font-size: 20px;
  line-height: 28px;
}
html.communities.community-page .video {
    min-height: initial!important;
    height: auto!important;
}
html.communities.community-page .try .community-post {
  border-top: 1px solid rgba(255,255,255,.3);
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 45px;
  position: relative;
}
html.communities.community-page .app-wrapper {
  padding-bottom: 20px;
}
html.communities.community-page .try.day-links {
  background-color: #1b1b1b;
  padding-top: 30px;
  padding-bottom: 30px;
}
html.communities.community-page .try.day-links a {
    float: left;
    width: 33%;
    text-align: center;
    color: #60d293;
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;
}
html.communities.community-page .try .community-post .post-score  {
  background: url('/img/likes.png') center -80px no-repeat transparent;
  background-size: 22.5px 109.5px;
  position: absolute;
  display: block;
  color: #5ce59d;
  padding-top: 41px;
  top: 15px;
  left: 0px;
  font-size: 15px;
  text-align: center;
  width: 40px;
  font-weight: 200;
}
html.communities.community-page .try .community-post span {
  color: rgb(200,200,200);
  display: inline-block;
  padding-top: 10px;
  font-size: 15px;
}
html.communities.community-page .try h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
}
html.communities.community-page .try h2 a:hover {
  color: #60d293;
}
html.communities.community-page .try h2 a {
  color: white;
  text-decoration: none;
}
html.communities.single-page {
    background: transparent url('/img/landscapes/1.jpg') top left no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html.communities.single-page .banner #button {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 10px 40px;
    font-size: 20px;
    line-height: 30px;
}
html.communities.single-page .banner {
  background-color: rgba(0,0,0,.3);
  padding: 0 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  color: rgba(255,255,255,.6);
  line-height: 60px;
  z-index: 1000;
}
html.communities.single-page .banner br { display: none; }
html.communities.single-page .banner img.is-logo {
  height: 45px;
  margin-top: 8px;
  float: left;
  margin-right: 15px;
}
html.communities.single-page .app-wrapper img.ios {
  height: 45px;
  margin-right: 5px;
}
html.communities.single-page p.os {
  line-height: 15px;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}
html.communities.single-page .app-wrapper img.android {
  height: 55px;
}
html.communities.single-page .app-wrapper {
  width: 295px;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: 7px;
}
html.milo .share-this-wrapper,
html.communities.single-page .share-this-wrapper {
  position: fixed;
  left: 10px;
  width: 260px;
  bottom: 10px;
}
html.communities.single-page.bg-1 { background-image: url('/img/landscapes/1.jpg'); }
html.communities.single-page.bg-2 { background-image: url('/img/landscapes/2.jpg'); }
html.communities.single-page.bg-3 { background-image: url('/img/landscapes/3.jpg'); }
html.communities.single-page.bg-4 { background-image: url('/img/landscapes/4.jpg'); }
html.communities.single-page.bg-5 { background-image: url('/img/landscapes/5.jpg'); }
html.communities.single-page.bg-6 { background-image: url('/img/landscapes/6.jpg'); }
html.communities.single-page.bg-7 { background-image: url('/img/landscapes/7.jpg'); }
html.communities.single-page.bg-8 { background-image: url('/img/landscapes/8.jpg'); }
html.communities.single-page.bg-9 { background-image: url('/img/landscapes/9.jpg'); }
html.communities.single-page.bg-10 { background-image: url('/img/landscapes/10.jpg'); }
html.communities.single-page.bg-11 { background-image: url('/img/landscapes/11.jpg'); }
html.communities.single-page.bg-12 { background-image: url('/img/landscapes/12.jpg'); }
html.communities.single-page.bg-13 { background-image: url('/img/landscapes/13.jpg'); }
html.communities.single-page.bg-14 { background-image: url('/img/landscapes/14.jpg'); }
html.communities.single-page.bg-15 { background-image: url('/img/landscapes/15.jpg'); }
html.communities.single-page.bg-16 { background-image: url('/img/landscapes/16.jpg'); }
html.communities.single-page.bg-17 { background-image: url('/img/landscapes/17.jpg'); }
html.communities.single-page.bg-18 { background-image: url('/img/landscapes/18.jpg'); }
html.communities.single-page.bg-19 { background-image: url('/img/landscapes/19.jpg'); }
html.communities.single-page.bg-20 { background-image: url('/img/landscapes/20.jpg'); }
html.communities.single-page.bg-21 { background-image: url('/img/landscapes/21.jpg'); }
html.communities.single-page.bg-22 { background-image: url('/img/landscapes/22.jpg'); }
html.communities.single-page.bg-23 { background-image: url('/img/landscapes/23.jpg'); }
html.communities.single-page.bg-24 { background-image: url('/img/landscapes/24.jpg'); }
html.communities.single-page.bg-25 { background-image: url('/img/landscapes/25.jpg'); }
html.communities.single-page.bg-26 { background-image: url('/img/landscapes/26.jpg'); }
html.communities.single-page.bg-27 { background-image: url('/img/landscapes/27.jpg'); }
html.communities.single-page.bg-28 { background-image: url('/img/landscapes/28.jpg'); }
html.communities.single-page.bg-29 { background-image: url('/img/landscapes/29.jpg'); }
html.communities.single-page.bg-30 { background-image: url('/img/landscapes/30.jpg'); }
html.communities.single-page.bg-31 { background-image: url('/img/landscapes/31.jpg'); }
html.communities.single-page.bg-32 { background-image: url('/img/landscapes/32.jpg'); }
html.communities.single-page.bg-33 { background-image: url('/img/landscapes/33.jpg'); }
html.communities.single-page.bg-34 { background-image: url('/img/landscapes/34.jpg'); }
html.communities.single-page.bg-35 { background-image: url('/img/landscapes/35.jpg'); }
html.communities.single-page.bg-36 { background-image: url('/img/landscapes/36.jpg'); }

html.communities.single-page .try .post-score  {
  background: url('/img/likes.png') center -160px no-repeat transparent;
    background-size: 45px 219px;
    position: absolute;
    display: block;
    color: #5ce59d;
    padding-top: 65px;
    top: 80px;
    left: 50%;
    margin-left: -20px;
    font-size: 15px;
    text-align: center;
    width: 50px;
    font-weight: 200;
}
html.communities.single-page .try {
  min-height: 100%;
}
html.communities.single-page h1 {
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  padding-top: 160px;
  font-weight: 100;
  color: white;
  margin-bottom: 10px;
  text-shadow: 1px 1px 10px rgba(0,0,0,.5);
  text-transform: none;
  letter-spacing: normal;
}
html.communities.single-page .try {
  background-color: transparent;
}
html.communities.single-page .try span {
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  font-size: 15px;
  text-align: center;
  display: block;
  text-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
html.communities.single-page .try span a { color: #fff; }
html.communities.single-page .try span a:hover { color: #fff; }
.password-reset .try-wrapper button, 
.about .try-wrapper a {
  background-color: #1bc98d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px;
  text-align: center;
  width: 300px;
  font-size: 20px;
  height: 70px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: .1em;
  display: block;
  font-weight: 300;
  text-decoration: none;
padding-top: 25px;
}
.password-reset .try-wrapper button { 
  padding-top: 12px; 
}
.password-reset .try-wrapper button a { color: #fff!important; text-decoration: none; }
.password-reset .try-wrapper button:focus,
.password-reset .try-wrapper button:hover,
.about .try-wrapper a:focus,
.about .try-wrapper a:hover {
  background-color: white;
  color: #1b1b1b; 
  cursor: pointer;
  outline: none; 
}

.video {
  min-height: 100%;
  height: 100%;
  position: relative;
}
.try {
  background-color: rgba(255,255,255,.2);
  position: relative;
}
.video { 
}
.try {
}
.try.cycle {
  background-color: rgb(164,185,208);
  background-color: rgba(164,185,208,.6);
}
.try.cycle h1 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
}
.try.cycle img {
  margin: 0 auto;
  padding: 50px 0 0;
  display: block;
  width: 150px;
}
.try.cycle p {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.try.password-reset {
  padding-top: 90px; padding-bottom: 30px;
  background-color: #1bc98d;
}
.umn .header .header-links .button.join { display: none; }
.umn #pw-desc { letter-spacing: normal; text-transform: none; padding: 15px 15%; }
.try.password-reset.umn-study { background-color: #ffcc33; } 
.try.password-reset.umn-study h1 { font-weight: 200; text-transform: none; letter-spacing: normal; }
.try.password-reset.umn-study .try-wrapper img.um-logo { width: 400px; margin: 0 auto; display: block; }
.try.password-reset .try-wrapper button {
  background-color: #1b1b1b;
  margin-top: 30px;
}
.try.password-reset.umn-study .try-wrapper button { background-color: #7a0019; color: #fff; width: 400px;}
.try.password-reset.umn-study .try-wrapper button:hover,
.try.password-reset.umn-study .try-wrapper button:active { background-color: #1b1b1b; color: #fff;}
.try.password-reset.umn-study .try-wrapper .error { color: #7a0019; }
.try.password-reset .try-wrapper button:hover {
  color: #1bc98d;
  background-color: #1b1b1b;
}
.try.password-reset .error {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center; 
  color: red;
}
html.about {
  background: url('/img/beach.jpg') fixed right bottom no-repeat transparent; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.try.password-reset input {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  height: 45px;
  margin-bottom: 1px;
  width: 400px;
  padding: 15px;
}
.try.password-reset a { margin-top: 30px; width: 400px; }
.try.password-reset .try-wrapper { background-color: transparent; }
.video-wrapper {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.struggle-wrapper a {
  color: #66eea5;
  text-decoration: none;
}
html.communities.community-page .try.comm-posts {
  background-color: #4b4b4b;
}
.video-wrapper h1 { 
  color: rgb(255,255,255);
  margin-bottom: 15px; padding-left: 30px; padding-right: 30px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  letter-spacing: .06em;
  text-align: left;
  padding-left: 0;
  padding-right: 300px;
}
.tour .clearfix .col div a { text-decoration: none; }
body .video-wrapper p {
  text-align: left;
  padding-left: 0;
  padding-right: 400px;
  margin-left: 0;
  margin-right: 0;
}
.video-wrapper .phone-shot {
  position: absolute;
  right: -5px;
  top: 90px;
}
.video-wrapper .phone-shot img {
  width: 333px;
  height: 666px;
}
.video-wrapper .phone-shot img#mobile {
  display: none;
}
body .app-wrapper {
  margin: 0;
}
body .sign-up-page.app-wrapper {
  margin: 30px auto -10px;
  display: none;
}
.try-wrapper {
  height: auto;
  width: 1100px;
  padding-bottom: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.try-wrapper .app-wrapper { 
  margin: 0 auto;
}
/*.scroll-to {
  background: url('./arrow.png') left center no-repeat transparent;
  background-size: 50px 50px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  font-size: 20px;
  letter-spacing: .06em;
  color: white;
  bottom: 30px;
  line-height: 50px;
  padding-left: 60px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.scroll-to:hover { color: #1b1b1b; } */
h1 {
  color: white;
  font-size: 65px;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 70px;
  margin: 140px auto 0;
  text-align: center;
  text-transform: uppercase;
}
.clearfix { overflow: hidden; }
p.testimonials span { color: #1b1b1b; }
#email-desc,
#pw-desc,
#nick-desc {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.try-wrapper h1 {
  /*font-size: 40px;*/
  font-weight: 100;
  font-size: 70px;
  line-height: 70px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.try-wrapper h1.top60 { margin-top: 60px; }
.password-reset.join-group h1 {
  margin-bottom: 40px;
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}
.password-reset.join-group .try-wrapper p {
  text-align: left;
}
.password-reset.join-group .try-wrapper p.more-info-details {
  font-size: 13px;
}
.password-reset.join-group a {
  color: #fff;
}
.password-reset.join-group a:active,
.password-reset.join-group a:hover {
  color: #fff;
}
.try.password-reset.join-group .try-wrapper button,
.try.password-reset.join-group input {
  margin: 0;
  width: 300px;
}
.communities.single-page .header,
.communities.single-page .footer { display: none;}
.password-reset h1 { line-height: 45px; }
.try-wrapper p,
.video-wrapper p {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 5px auto 50px;
  text-align: center;
  width: 100%;
}
.video-wrapper p {
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.try-wrapper p.os,
.video-wrapper p.os { 
  margin-bottom: 15px;
  color: #1b1b1b;
  text-shadow: none;
}
.video-wrapper p.os {
  color: #66eea5;
}
.fancybox-skin {
  background-color: #1bc98d!important;
  padding: 2px!important;
  border-radius: 0!important;
}
.try-wrapper p { margin-bottom: 30px; font-size: 20px; line-height: 30px; }
.video-wrapper button {
  background-color: #1bc98d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  padding: 12px;
  text-align: center;
  width: 300px;
  font-size: 20px;
  height: 70px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: .1em;
  display: block;
  font-weight: 300;
}
.error {
  color: #5ce59d;
  font-weight: 200;
  text-align: center;
  padding-top: 15px;
}
.tour {
}
.team,
.struggle { background-color: #1b1b1b; padding-bottom: 15px; }
/* faq */
.privacy,
.faq { 
  background-color: rgb(245,245,245);
  background-color: rgba(255,255,255,.9); 
}
.faq.story {
  background-color: rgba(0,0,0,.5); 
}
.faq.story img { margin: 0 auto -15px; padding: 90px 0 0; display: block; width: 150px; }
.faq.story h1 { color: white; border-bottom: none; margin-bottom: 0; padding-bottom: 30px;}
.faq.story .question { text-align: center; margin-bottom: 20px; }
.faq.story .faq-wrapper p { color: white; font-size: 20px; line-height: 30px; text-shadow: 1px 1px 1px rgba(0,0,0,.15); }

.privacy-wrapper,
.faq-wrapper {
  background-color: rgb(245,245,245);
  color: black;
  height: auto;
  margin: 0 auto;
  width: 1100px;
  overflow: auto;  
}
.privacy { background-color: rgb(245,245,245); }
.faq-wrapper { background-color: transparent; }
.try.cycle a,
.privacy-wrapper a,
.faq-wrapper a {
  color: #60d293;
  font-weight: 400;
  text-decoration: none;
}
.try.cycle a { color: #1b1b1b; }
.press img { width: 200px; height: auto; margin-bottom: 10px; }
.press img.adaa { width: 120px; height: auto; margin-left: -20px; margin-bottom: -5px; }
.press img.bustle { width: 140px; height: auto; margin-left: -16px; margin-bottom: 0px; }
.press .faq-wrapper a { color: #1b1b1b; }
.press .faq-wrapper .question h3 { font-size: 16px; }
.press .faq-wrapper .question h3 a { font-size: 25px; }
.press .faq-wrapper .question h4 { padding-bottom: 10px; }
.press .faq-wrapper span { display: block; font-weight: bold; }
.press .faq-wrapper a:hover { color: #60d293; }
.privacy-wrapper h1,
.faq h1 {
  border-bottom: 1px solid rgb(200,200,200);
  color: #1b1b1b;
  font-size: 40px;
  line-height: 45px;
  margin-top: 105px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#consentContent { padding-bottom: 75px; }
.privacy.study ul { padding-bottom: 0; }
.privacy.study .privacy-wrapper h3.consent {
  border-top: 1px solid rgb(200,200,200);
  margin-top: 50px;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: .06em;
  padding-bottom: 30px;
}
.privacy.study button {
  background-color: #60d293;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  padding: 12px;
  text-align: center;
  font-size: 20px;
  height: 70px;
  border: none;
  color: #fff;
  display: block;
  font-weight: 300;
}
.privacy.study input[type="text"],
.privacy.study input[type="number"] {   
  height: 40px;
  width: 300px;
  line-height: 40px;
  padding: 5px;
  margin-top: 10px;
}
.privacy.study button:focus,
.privacy.study button:active,
.privacy.study button:hover {
  background-color: #1b1b1b;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.privacy.study .privacy-wrapper li { padding: 4px 0; }

#missingCheckbox,
#missingEmail { color: red; }
.faq h1 { margin-top: 45px; }
.privacy-wrapper .clearfix,
.faq .clearfix {
  padding-bottom: 50px;
  overflow: hidden;
}
.faq .wrap { overflow: hidden; width: 50%; float: left; }
.faq .question {
  width: 90%;
  padding-left: 10%;
  display: block;
  padding-bottom: 45px;
}
.team h3,
.privacy-wrapper h3,
.faq .question h3 {
  color: rgb(75,75,75);
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 700;
}
.team h3 { color: white; padding-top: 45px; }
.privacy-wrapper h3 { padding-top: 45px; }
.team p,
.privacy-wrapper p,
.privacy-wrapper li,
.faq .question p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(125,125,125);
}
.privacy-wrapper ul { padding: 15px 0; margin-left: 20px; list-style: initial; }
.privacy-wrapper li { 
  padding: 15px 0; 
}
.team-wrapper,
.struggle-wrapper,
.tour-wrapper {
  background-color: white;
  color: black;
  height: auto;
  margin: 0 auto;
  width: 1100px;
  overflow: auto;
}
.team {
  background-color: #1b1b1b;
  background-color: rgba(0,0,0,.9);
}
.team-wrapper {
  background-color: transparent;
}
.struggle {
  background-color: #1b1b1b;
  background-color: rgba(0,0,0,.9);
}
.struggle-wrapper {
  background-color: transparent; 
}
.tour {
  background-color: rgb(252,252,252);
}
.tour-wrapper {
  background-color: transparent;
}
.team-wrapper .clearfix {
  overflow: hidden;
  padding-bottom: 45px;
}
.team-wrapper .clearfix .member {
  float: left;
  width: 50%;
}
.team-wrapper .clearfix .member img {
  display: block;
  margin: 0 auto;
}
.team-wrapper .clearfix .member span {
  font-size: 13px; 
  display: block; 
  line-height: 19px; 
  color: rgb(200,200,200);
}
.team-wrapper .clearfix .member h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: white;
  text-align: center;
  padding-top: 15px;
}
.team-wrapper .clearfix .member h3 a { color: #60d293; text-decoration: none; }
.struggle-wrapper .clearfix div {
  width: 33.3333%;
  float: left;
}
.struggle-wrapper .clearfix div h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 60px;
}
.team h1,
.struggle h1,
.tour h1 {
  border-bottom: 1px solid rgb(200,200,200);
  color: #1b1b1b;
  font-size: 70px;
  line-height: 70px;
  margin-top: 55px;
  padding-bottom: 38px;
  overflow: visible;
  font-weight: 100;
}
.tour h1 {
  border-bottom: none;
  padding-bottom: 15px;
}
.tour h2 {
   font-size: 24px;
   color: #1b1b1b;
   text-align: center;
   padding-bottom: 38px; 
   border-bottom: 1px solid rgb(200,200,200);
}
.team h1 { color: #fff; border: none; margin-top: 35px; }
.struggle h1 { color: white; border: none;}
.tour .clearfix .col {
  height: 100px;
  float: left;
  width: 26%;
  text-align: center;
  margin-top: 10px;
  text-align: left;
}
.tour .clearfix .col.iphone {
  /*background: url('./iphone6.png') center top no-repeat transparent;*/
  width: 48%;
  height: 835px;
  position: relative;
}
.tour .clearfix .col.iphone img {
  width: 380px; height: 750px; position: absolute; top: 20px; margin-left: -190px; left: 50%;
}
.tour .clearfix .col div {
  margin-top: 60px;
  margin-bottom: 45px;
  padding: 15px 0;
  border-left: 4px solid rgb(252,252,252);
  border-right: 4px solid rgb(252,252,252);
}
.tour .clearfix .col.col-1 div {
  padding-right: 20px;
  padding-left: 0;
}
.tour .clearfix .col.col-1 div.selected {
  border-right: 4px solid #1bc98d;
  border-left: 4px solid rgb(252,252,252);
}
.tour .clearfix .col div.selected {
  border-right: 4px solid rgb(252,252,252);
  border-left: 4px solid #1bc98d;
}
.tour .clearfix .col div {
  padding-left: 20px;
  padding-right: 0;
}
.tour .clearfix .col div.last { margin-bottom: 0; }
.tour .clearfix .col div:hover { cursor: pointer; }

.tour .clearfix .col div:hover h3,
.tour .clearfix .col div.selected h3 { color: #1bc98d; }

.tour .clearfix .col div h3 {
  font-size: 30px;
  line-height: 36px;
  color: rgb(75,75,75);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.tour .clearfix .col div p {
  font-size: 20px;
  line-height: 30px;
  color: rgb(150,150,150);
}
.tour .clearfix .col.col-1 { text-align: right; }
.footer {
  background-color: white;
}
.footer-wrapper {
  background-color: white;
  margin: 0 auto;
  width: 1100px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.footer-wrapper .copyright {
  float:left; font-size: 15px; color: rgb(150,150,150);
  line-height: 19px;
}
.footer-wrapper .copyright em {
  color: rgb(175,175,175);
}
.footer-wrapper .social {
  float: right;
}
.footer-wrapper a {
  color: #1bc98d;
  text-decoration: none;
}
.footer-wrapper a:hover,
.footer-wrapper a:focus {
  color: #1b1b1b;
}
.footer-wrapper .social a {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  text-indent: -9999px;
}
.footer-wrapper .social a.fb { background: url('/img/social.png') 7px center no-repeat transparent; background-size: 166px 25px; }
.footer-wrapper .social a.li { background: url('/img/social.png') -105px center no-repeat transparent; background-size: 166px 25px; }
.footer-wrapper .social a.tw { background: url('/img/social.png') -66px center no-repeat transparent; background-size: 166px 25px; }
.footer-wrapper .social a.google { background: url('/img/social.png') -30px center no-repeat transparent; background-size: 166px 25px; }
.glass {
  background-color: rgba(0,0,0,.9);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.close {
  color: rgb(150,150,150);
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  top: 15px;
  left: 15px;
  text-decoration: none;
  z-index: 999999999;
}
.close:hover {
  color: #1b1b1b;
  cursor: pointer;
}
.video-container {
  position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup {
  background: white;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  z-index: 5;
  height: auto;
  top: 60px;
  position: fixed;
  z-index: 999999;
  padding: 32px 30px 50px;
}
.popup h1 {
  color: #4b4b4b;
  font-size: 30px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .06em;
  margin-top: 0;
  padding-top: 0;
}
.popup h3 {
  font-size: 30px;
  color: #969696;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.popup input[type="text"] {
  margin-top: 30px;
  width: 330px;
  margin: 15px auto;
  font-size: 16px;
  display: block;
  padding: 15px;
}
.popup .radio-wrap {
  margin: 10px auto 20px;
  width: 165px;
}
.popup .radio-wrap label {
  margin-right: 15px;
}
.popup input[type="radio"] {
  margin-right: 5px;
}
.popup .error { color: red; }
.popup button {
  background-color: #1bc98d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  padding: 12px;
  text-align: center;
  width: 330px;
  font-size: 20px;
  height: 70px;
  border: none;
  color: #1b1b1b;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: .1em;
  display: block;
  font-weight: 300;
}
.popup button:focus,
.popup button:active,
.popup button:hover {
  background-color: #1b1b1b;
  color: #1bc98d;
  cursor: pointer;
  outline: none;
}
.header-wrapper .header-links a.button em { font-style: normal; }
.admin {
  background-color: #eee;
}
em { font-style: italic; }
.admin-wrapper {
  height: auto;
  width: 1100px;
  padding-bottom: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.admin-wrapper h1 {
  color: #1b1b1b;
  font-size: 40px;
  line-height: 45px;
  margin-top: 105px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.admin-wrapper .lastLoaded {
  border-bottom: 1px solid rgb(200,200,200);
}
.admin-wrapper h2 {
  font-weight: 700;
  padding: 15px 0 10px;
  font-size: 20px;
}
.admin-wrapper h2 span {
  display: block;
  font-size: 100px;
  font-weight: 200;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #1bc98d;
}
.admin-wrapper p {
  padding-bottom: 30px;
  line-height: 30px;
}
.admin-wrapper button {
  background-color: #1bc98d;
  color: #1b1b1b;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  border-radius: 20px;
  display: block;
  margin-top: 10px;
}
.admin-wrapper button:hover {
  background-color: #1b1b1b;
}
#dailyActivityUsers,
#dailySignups { padding-bottom: 30px; }
.privacy.press-release h1 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
}
.privacy.press-release h1 em {
  color: rgb(150,150,150); 
  display: block; 
  font-size: 18px; 
  line-height: 28px; 
  padding-top: 15px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 300;
}

/* custom landing page css */
html.landing { 
  background: url('/img/bg/mood-bg.jpeg') center bottom no-repeat transparent fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.landing.cbt { background-image: url('/img/bg/cbt-bg.jpeg'); }
html.landing.relax { background-image: url('/img/bg/relax-bg.jpeg'); background-position: center bottom; }
html.landing.support { background-image: url('/img/bg/group-bg.jpeg'); }
html.landing.work { background-image: url('/img/bg/work-bg.jpeg'); background-position: left center; }
html.landing.relationships { background-image: url('/img/bg/relationships-bg.jpeg'); background-position: center top; }
html.landing.books { background-image: url('/img/bg/books-bg.jpeg'); background-position: left top; }
html.landing.quotes { background-image: url('/img/bg/quotes-bg.jpeg'); background-position: center top; }
html.landing.school { background-image: url('/img/bg/school-bg.jpeg'); background-position: left top; }
html.landing.music { background-image: url('/img/bg/music-bg.jpeg'); background-position: center center; }
html.landing.movies { background-image: url('/img/bg/movies-bg.jpeg'); background-position: center  center; }
html.landing.insomnia { background-image: url('/img/bg/insomnia-bg.jpeg'); background-position: center top; }
html.landing.health { background-image: url('/img/bg/health-bg.jpeg'); background-position: center top; }
html.landing.stories { background-image: url('/img/bg/stories-bg.jpeg'); background-position: left top; }
html.landing.anxiety { background-image: url('/img/bg/anxiety-bg.jpeg'); background-position: center bottom; }
html.landing.mindfulness { background-image: url('/img/bg/mindfulness-bg.jpeg'); background-position: center center; }
html.landing.relax { background-image: url('/img/bg/relax2-bg.jpeg'); background-position: center top; }

html.landing.work .faq { background-color: rgba(0,0,0,.3); }
html.landing.work .faq.content {  background-color: rgb(252,252,252); }
html.landing.work .faq.press { background-color: #eee; }
html.communities.landing .try-wrapper p.os { color: #1b1b1b; }
html.landing .header {
  background-color: transparent;
  position: absolute;
}
html.landing .faq-wrapper {
  position: relative;
  height: 100%;
}
html.landing .faq.main {
  min-height: 500px;
}
html.landing .faq { 
  background-color: rgba(0,0,0,.2);
  height: 100%;
}
html.landing .faq .phone-shot {
  position: absolute;
  right: 0px;
  top: 90px;
}
html.landing .faq .phone-shot img {
  width: 300px;
  height: 599px;
}
html.landing .faq h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-transform: none;
  font-weight: 500;
  margin-top: 160px;
  letter-spacing: normal;
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 20px;
  padding-right: 300px;
  text-align: left;
}
html.landing .faq .question {
  padding-left: 0;
}
html.landing .faq .question p {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
  text-align: left;
  padding-right: 300px;
}
html.landing .faq .app-wrapper {
  width: 455px;
}
html.landing .faq .app-wrapper img.android { 
  height: 80px; 
}
html.landing .faq .app-wrapper img.ios { 
  height: 70px; 
}
html.landing #tour .tour-wrapper h3 {
  text-transform: none;
  letter-spacing: normal;
}
html.landing .try { 
  background-color: #1ac88d; 
}
html.landing .try-wrapper h1 { 
  margin-top: 45px; 
}
html.landing .try p.os {
  padding-top: 15px;
  color: #1b1b1b;
  font-weight: 200;
}
html.landing .faq.press .clearfix { 
  overflow: visible; 
  margin-top: 15px; 
}
html.landing .faq.press { 
  background-color: #efefef; 
  height: auto; 
  padding-top: 40px; 
  padding-bottom: 60px; 
}
html.landing .faq.press img { 
  display: block; 
  margin: 0 auto; 
}
html.landing .faq.press .logo-support { 
  width: 25%; 
  float: left; 
}
html.landing .faq.press .logo-support img.adaa { 
  margin-top: -30px; 
}
html.landing .faq.press .logo-support img.venture { 
  margin-top: 10px; 
}
html.landing .faq.content {
  background-color: rgb(252,252,252);
  height: auto;
  padding-bottom: 80px;
  padding-top: 50px;
}
html.landing .faq.content h1 {
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1b1b1b;
  padding-right: 0;
  margin-bottom: 15px;
}
html.landing .faq.content h2 {
  font-size: 30px;
  line-height: 45px;
  margin-top: 45px;
  font-weight: 200;
  padding-left: 15%;
  padding-right: 15%;
}
html.landing .faq.content p {
  color: rgb(150,150,150);
  font-size: 20px;
  line-height: 30px;
  padding-left: 15%;
  padding-right: 15%;
}
html.landing .faq.content p a {
  color: rgb(150,150,150);
  text-decoration: underline;
  font-weight: 200;
}
.footer .footer-wrapper .clearfix {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer-wrapper .col {
  float: left;
  width: 17%;
  margin-right: 3%;
}
.footer .footer-wrapper .col h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #1b1b1b;
}
.footer .footer-wrapper .col a {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
  color: rgb(150,150,150);
}
.footer .footer-wrapper .copyright { 
  font-size: 12px; 
  margin: 0 15%; 
  text-align: center; 
  display: block; 
  float: none; 
  line-height: 15px; 
  padding-top: 15px; 
}
/* new */
.landing.milo .header { background-color: #2b2b2b; }
.landing.milo .header-wrapper img { width: 180px; padding-top: 10px; }
.landing.milo .video { height: auto; margin-top: 60px; min-height: initial; background-color: #4b4b4b; }
.landing.milo .video-wrapper { height: auto; }
.landing.milo .video-wrapper h1 { 
  margin-top: 30px; 
  margin-bottom: 30px; 
  color: #1bc98d; 
  padding-right: 0; 
  text-align: center; 
}
.landing.milo .video-wrapper h1 span {
  text-transform: none;
  letter-spacing: normal;
  color: #ccc;
}
.landing.milo .video-wrapper p { 
  text-align: left; 
  width: 70%;
  margin: 0 auto 45px; 
  color: #aaa;
  padding-right: 0; 
  font-size: 20px; 
  line-height: 30px;
  font-weight: 300;
}
.landing.milo .video-frame {
  width: 70%;
  margin: 0 auto 30px;
}
.landing.milo .tour { background-color: #fff; }
.landing.milo .tour h1 { color: #1b1b1b; }
html.landing.milo #tour .tour-wrapper h3 { color: #2b2b2b; }
.landing.milo .tour .clearfix .col div p { color: rgb(175,175,175); }
.landing.milo .tour .clearfix .col.col-1 div.selected {
  border-right: 4px solid #1bc98d;
  border-left: 4px solid #fff;
}
.landing.milo .tour .clearfix .col div.selected {
  border-right: 4px solid #fff;
  border-left: 4px solid #1bc98d;
}
html.landing.milo #tour .tour-wrapper .col div.selected h3 { color: #1bc98d; }
.landing.milo .tour .clearfix .col div {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media all and (max-height: 800px){
  body .video { 
    min-height: 800px;
  }
  body.milo .video { min-height: initial; }

}
@media all and (max-height: 800px) and (max-width: 900px){
  body .video { 
    min-height: 780px;
  }
  body.milo .video { min-height: initial; }
  html.communities.single-page h1 {     
    font-size: 60px;
    line-height: 70px;
  }
  html.landing .faq .phone-shot img {
    width: 225px;
    height: 450px;
  }
  html.landing .faq h1 {
    margin-top: 120px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media all and (max-width: 1100px) {
  .communities-bg .video-wrapper h1 br,
  .communities-bg .video-wrapper p br { display: none; }
  .community-page .communities-bg .video-wrapper h1 br { display: block; }
  .community-page .communities-bg .video-wrapper h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .privacy-wrapper,
  .team-wrapper,
  .faq-wrapper,
  .header-wrapper,
  .video-wrapper,
  .tour-wrapper,
  .struggle-wrapper,
  .try-wrapper,
  .footer-wrapper { width: 90%; }
  .faq .question { padding-left: 0; width: 100%; }
  .faq .wrap {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 0px;
  }
  .video-wrapper .phone-shot img { width: 266px; height: 533px; cursor: pointer; }
  body .video-wrapper p { padding-right: 300px; }
  .video-wrapper h1 { font-size: 60px; line-height: 60px; }

  .tour .clearfix .col div p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 900px) {
  html.communities.single-page .banner { font-size: 13px; }
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .tour .clearfix .col.iphone,
  .tour .clearfix .col { width: 100%; float: none; height: auto; }
  .tour .clearfix .col.iphone { margin-top: 0; height: 780px; }
  .tour .clearfix .col div { margin-top: 30px; padding-bottom: 45px; text-align: center; margin: 0 auto; display: block; }
  .tour .clearfix .col.iphone img { display: block; margin: 0 auto; position: relative; top: 0px; left: 2px; }

    .tour .clearfix .col .feature {
    border: none;
    padding: 30px!important;
  }
  .tour .clearfix .col .feature.last {
    margin-bottom: 30px;
  }
  .tour .clearfix .col div.selected {
    background-color: transparent;
    border: none;
  }
  .tour .clearfix .col.col-1 div.selected {
    border: none;
  }
  .header-wrapper .header-links a { padding-left: 15px; font-size: 14px; padding-top: 22px; }

  html.landing .banner { font-size: 13px; }
  html.landing .faq.press .logo-support { width: 50%; margin-bottom: 20px; }
  html.landing .faq.press .logo-support img.adaa { width: 80px; margin-top: -15px; }
}

@media all and (max-width: 750px) {
  body .sign-up-page.app-wrapper { display: block; }
  .landing.milo .video-wrapper p { width: 85%; }
  .landing.milo .video-frame { width: 85%; }
  .milo .video-wrapper h1 {
    font-size: 45px;
    line-height: 45px;
  }
  html.communities.single-page .banner { font-size: 14px; line-height: 18px; text-align: center; }
  html.communities.single-page .banner #button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  html.communities.single-page .banner br { display: block }
  html.communities.single-page .app-wrapper { float: none; margin: 10px auto 5px; position: relative;
    right: 0; }
  html.communities.single-page h1 {
    font-size: 45px;
    line-height: 55px;
  }
  html.communities.single-page .banner img.is-logo {
    float: none;
    margin: 10px auto 5px;
    display: block;
  }
  html.communities.single-page h1 { padding-top: 200px; }
  .umn .header-wrapper .header-links div.menu .submenu { right: 0; left: auto; }
  html.communities.community-page .try.day-links a { width: 50%; }
  html.communities .team { background-color: rgb(150,150,150); }
  .communities .tour .clearfix .col .feature { padding-top: 20px!important; padding-bottom: 15px!important; }
  .communities .tour .clearfix .col .feature h3 { font-size: 22px; }
  #vid { display: none; }
  html.home { 
    display: block; 
    background: url('/img/bg.jpg') transparent no-repeat center top fixed;   
  }
  html.communities {
    background: transparent url('/img/sea6.jpg') -400px 0 no-repeat fixed;
    background-size: auto;
  }
  html .try { background-color: #1bc98d; }
  html.community-page .try { background-color: rgba(255,255,255,.2); }
  html.communities.single-page .try-wrapper p.os { color: #60d293; }
  html.communities .try-wrapper p.os { color: #1b1b1b; }
  .video-wrapper .phone-shot img {  display: none; }
  .video-wrapper .phone-shot { top: auto; bottom: 0; left: 50%; margin-left: -128px; }
  .video-wrapper .phone-shot img#mobile { display: block; width: 255px; height: 194px; } 
  .video-wrapper h1 { padding-right: 15px; }
  body .video-wrapper p { padding-right: 0; }

  .video-wrapper h1 { padding-left: 0; padding-right: 0; text-align: center; }
  body #button { margin: 0 auto 30px; display: block; text-align: center; width: 300px; }
  body .video-wrapper p { text-align: center; }
  body .app-wrapper { margin: 0 auto; position: relative; }
  h1 { font-size: 45px; line-height: 50px; margin-top: 100px; }
  .privacy h1,
  .faq h1 { 
    font-size: 30px; 
    line-height: 35px;
    margin-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .privacy h1 { margin-top: 90px; }
  .team h3,
  .privacy h3,
  .faq .question h3 { font-size: 20px; line-height: 25px; padding-bottom: 5px; }
  .faq .clearfix { padding-bottom: 15px; }
  .team .clearfix { padding-bottom: 30px; }
  .struggle-wrapper .clearfix div h2 { font-size: 20px; }
  .try-wrapper p,
  .video-wrapper p { font-size: 20px; line-height: 30px; }
  .try.cycle p { font-size: 17px; line-height: 28px; }

  /*html { 
    background: url(bg.jpg) #000 no-repeat center bottom fixed; 
    background-size: cover;
  }*/

  .header-wrapper img { width: 130px; padding-top: 16px; }
  .header-wrapper .header-links div.menu { display: block; float: right; letter-spacing: .06em; padding: 12px 10px; }
  .header-wrapper .header-links div.menu .submenu {
    position: absolute;
    top: 40px;
    left: 0;
  }
   .header-wrapper .header-links div.menu:hover { cursor: pointer; }
    .header-wrapper .header-links div.menu .submenu a { display: block; float: none; text-align: left; }
  .header-wrapper .header-links a { display: none; }
  .header-wrapper .header-links a.button { display: inline-block; }
  .header-wrapper .header-links a {
    font-size: 15px;
  }
  .header-wrapper .header-links a.button { 
    padding: 12px 10px; margin-top: 10px; margin-left: 10px; letter-spacing: .06em;
  }
  .team-wrapper .clearfix .member { width: 100%; margin-bottom: 45px; }
  .team-wrapper .clearfix .member.last { margin-bottom: 20px; }
  .footer-wrapper .copyright { font-size: 13px; float: none; text-align: center; display: block; padding-bottom: 10px; }
  .footer-wrapper .social { float: none; margin: 0 auto; display: block; width: 190px; }
  .footer,
  .footer-wrapper { height: 120px; }


  .footer,
  .footer .footer-wrapper { 
    height: auto; 
  }
  .footer .footer-wrapper .col { 
    width: 47%;
    margin-right: 3%; 
    margin-bottom: 30px;
  }
  .footer .footer-wrapper .copyright { 
    text-align: left; 
    margin: 0; 
  }
  html.community-page.landing .try {
    background-color: #1ac88d;
  }
  html.landing .try h1,
  html.landing .tour h1 {
    font-size: 45px;
    line-height: 55px;
  }
  html.landing .faq.content {
    padding-top: 0;
  }
  html.landing .faq.content h1 {
    padding-top: 0;
  } 
  html.landing .faq.content h2 { 
    padding-left: 10%;
    padding-right: 10%;
  }
  html.landing .faq.content p { 
    padding-left: 10%;
    padding-right: 10%;
  }
  html.landing .banner {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  html.landing .banner br { display: block; }
  html.landing .banner img.is-logo {
    float: none;
    margin: 10px auto 5px;
    display: block;
  }
  html.landing .banner .app-wrapper {
    float: none;
    margin: 10px auto 5px;
    position: relative;
    right: 0;
  }
  html.landing .faq .phone-shot img {
    display: none;
  }
  html.landing .faq h1 {
    margin-top: 120px;
    font-size: 45px;
    line-height: 55px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  html.landing .faq h1 br { display: none; }
  html.landing .faq .question p {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  html.landing .try br { display: none; }
}

@media all and (max-width: 500px) {

html.landing.relax { background-position: initial; }
html.landing.work { background-position: initial; }
html.landing.relationships { background-position: initial; }
html.landing.books { background-position: initial; }
html.landing.quotes { background-position: initial; }
html.landing.school { background-position: initial; }
html.landing.music { background-position: initial; }
html.landing.movies { background-position: initial; }
html.landing.insomnia { background-position: initial; }
html.landing.health { background-position: initial; }
html.landing.stories { background-position: initial; }
html.landing.anxiety { background-position: initial; }
html.landing.mindfulness { background-position: initial; }
html.landing.relax { background-position: initial; }

  body .sign-up-page.app-wrapper {
    margin-bottom: -30px;
  }
  .try-wrapper p, .video-wrapper p { font-size: 16px; line-height: 24px; }
  html.landing .faq.press img.Bustle { margin-top: 0px; }
  html.landing .try h1, html.landing .tour h1 { font-size: 40px; line-height: 45px; }
  .try-wrapper #button { font-size: 25px; }
  html.landing .faq.press {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .try-wrapper p { margin-bottom: 15px; }
  .landing.milo .header-wrapper img {
    width: 120px;
    padding-top: 16px;
  }
  .milo .video-wrapper h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .landing.milo .video-wrapper p { 
    font-size: 16px;
    line-height: 24px;
    width: 100%; 
  }
  .landing.milo .video-frame { width: 100%; }
  html.communities.single-page .banner img.ios,
  html.communities.single-page .banner img.android { float: left; }
  html.communities.single-page h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .privacy.study .privacy-wrapper h3.consent {
  font-size: 30px;
  line-height: 35px;
}
  html.communities .tour .clearfix .col { margin-top: 0; }
  .press .faq-wrapper .question h3 { font-size: 13px; }
  .press .faq-wrapper .question h3 a { font-size: 20px; }
  .video-wrapper p { 
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  } 
  .app-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
  .app-wrapper img {
    float:  none;
    display: block;
    height: 60px;
    margin: 0 auto 15px;
  }
  .video-wrapper p.os {
    font-size: 15px;
  }
.app-wrapper img.android { margin-right: auto; }
.try.password-reset.umn-study h1 { margin-bottom: 0; margin-top: 20px; }
  .video-wrapper h1 { font-size: 30px; line-height: 35px; }
  .try.password-reset { padding-top: 65px; padding-bottom: 15px; background-color: #1bc98d;}
  .try.password-reset.umn-study { background-color: #ffcc33; } 
  .try.password-reset.umn-study .try-wrapper img.um-logo { width: 300px; margin-top: 20px;}
  .try.password-reset a { margin-top: 30px; width: 300px; }
  .try.password-reset input { width: 300px; -webkit-appearance: none; border-radius: 0; border: 1px solid rgb(200,200,200); }
  .try.password-reset.umn-study .try-wrapper button { width: 300px; }
    .header-wrapper img { width: 120px; }
  .tour .clearfix .col { margin-top: 30px; }
  .tour .clearfix .col.iphone {
    height: 500px;
  }
  .team h1 { font-size: 30px; line-height: 35px; }
  .tour h1,
  .try-wrapper h1,
  .cycle .try-wrapper h1,
  .struggle h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 40px;
  }
    .tour h1 { margin-bottom: 10px; }
    .try-wrapper h1 { margin-bottom: 20px; }
.team p,
.privacy p,
.faq .question p {
  font-size: 18px;
  line-height: 28px;
}


  .tour h1 { margin-top: 35px; padding-bottom: 0px; }
  .tour h2 { padding-bottom: 20px; font-size: 20px; padding-top: 10px; line-height: 24px;}
  .tour .clearfix .col.iphone img {
    width: 253px; height: 500px; top: 0px; left: 2px;
  }
  h1 { font-size: 40px; line-height: 45px; }
  .struggle-wrapper .clearfix div { width: 100%; }
  .struggle-wrapper .clearfix div h2 { font-size: 25px; line-height: 24px; padding-bottom: 20px; }
  .struggle { padding-bottom: 30px; } 
  .tour .clearfix .col div p { font-size: 16px; line-height: 24px; }
  .try-wrapper { padding-bottom: 45px; }
  .popup { margin-left: -155px; width: 310px; padding-bottom: 30px;}
  .popup h1 { font-size: 22px; font-weight: 700; }
  .popup input[type="text"] { width: 250px; -webkit-appearance: none; border-radius: 0; border: 1px solid rgb(200,200,200); }
  .popup button { width: 250px; }


  html.landing .faq.content h2 { 
    font-size: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }
  html.landing .faq.content p { 
    padding-left: 5%;
    padding-right: 5%;
    font-size: 17px;
    line-height: 25px;
  }
  html.landing .faq.press .logo-support { width: 100%; }
  html.landing .faq.press .logo-support img { margin-top: 15px; margin-bottom: 15px; } 
  html.landing .faq.press .logo-support img.adaa { margin-top: 0px; }
  html.landing .faq { height: auto; }
  html.landing .faq .faq-wrapper { height: auto; }
  html.landing .tour .clearfix .col div.selected {
    background-color: transparent;
    border-left: 4px solid #1bc98d;
  }
  html.landing .tour .clearfix .col div { border-left: 4px solid #fff; }
  html.landing .tour .clearfix .col div h3 {
    font-size: 25px;
    line-height: 45px;
  }
  html.landing .tour .clearfix .col div p { line-height: 25px; }
  html.landing .tour .clearfix .col .feature {
    padding: 10px 30px 20px!important;
  }
  html.landing .banner .app-wrapper img.android,
  html.landing .banner .app-wrapper img.ios {
    float: left;
  }
  html.landing .faq .app-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
  html.landing .faq h1 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 90px;
  }
  html.landing .faq p {
    font-size: 20px;
    line-height: 30px;
  }
  html.landing .faq { 
    background-color: rgba(0,0,0,.3);
  }
}