body {
  color: #606060;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #f7f7f7;
  overflow-x: hidden;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

html {
  overflow-x: hidden;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #ffa102;
}

a:hover {
  color: #ffa102;
}

.btn-primary:hover {
   background-color: #f19700 !important;
}

h1,h2,h3,h4 {
  color: #323632;
  -webkit-font-smoothing: antialiased;
}

h1 {
  line-height: normal;
  font-weight: 500;
  font-style: normal;
  font-family: Museo-500;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-style: normal;
  font-size: 35px;
  text-align: center;
}

h2 {
  margin-bottom: 40px;
  font-family: Museo-500;
  max-width: 385px;
  text-transform: capitalize;
  line-height: 30px;
  font-size: 25px;
  font-weight: normal;
  margin-top: 23px;
}

h4 {
  margin-left: 5px;
  margin-top: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  font: 17px TradeGothicLTPro-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.txt-highlighted {
  color: #ffa102;
}

.txt-small {
  font-size: 13px;
}

.txt-small li {
  line-height: 16px;
}

#vote-box {
  background-color: #fff;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
  padding-bottom: 7px;
}

#vote-box h2, #vote-box form {
  margin-left: 20px;
  margin-right: 9px;
}

#vote-box h2 {
  max-width: 285px;
  margin-bottom: 15px;
}

.nudge-bold {
  color: #ffa101;
  font-family: Museo-700;
}

#home-features {
  padding-bottom: 40px;
}

#home-features .span3 {
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
}

#home-features img {
  margin-bottom: 12px;
}

#home-features a:link,
#home-features a:visited,
#home-features a:hover,
#home-features a:active {
  color: #343634;
  display: block;
  text-decoration:none;
  padding: 10px;
}

.top-gradient {
  padding-bottom: 29px;
  margin-bottom: 59px;
  background-color: #fff;
}

#main-feature {
  background-image: url(../images/landing/landing-bg_ver-8.jpg);
  background-size: cover;
  text-align: center;
  overflow: hidden;
  min-height: 310px;
}

#main-feature h2 {
  color: white;
  text-align: center;
  margin: 5px 30px 5px;
}

.cta-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
}

.header_actions .btn {
  margin-right: 10px;
}

.header_actions a:link,
.header_actions a:visited,
.header_actions a:hover,
.header_actions a:active {
  margin-left: 39px;
  margin-right: 0;
  font-size: 14px;
  color: #8f8f8f;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.header_actions a:hover {
  text-decoration: none;
  color: rgb(255, 162, 2);
}

#header a.selected {
  color: #ed9503;
}

.infographic-bold {
  font-weight: normal;
  color: #ffa102;
  font: 18px Museo-300;
  font-style: normal;
}

#footer {
  text-align: center;
  padding-top: 19px;
  padding-bottom: 10px;
}

#footer ul.link-list {
  list-style: none;
}

#footer ul.link-list li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

#screens img {
  border-radius: 50px; 
  -moz-border-radius: 50px; 
  -webkit-border-radius: 50px;
}

.infographic-block {
  min-height: 60px;
}

.text-error {
  background-color: red;
  color: white;
  padding: 1px 5px 3px;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  position: absolute;
  font-weight: bold;
  line-height: 10px;
  margin-left: -177px;
  margin-top: 24px;
  font-size: 12px;
}

.phone_number {
  color: #fea203;
  margin-top: 50px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
}

.header_actions {
  float: left;
  margin-top: 33px;
  margin-left: 4px;
}

#blog-latest {
  text-align: center;
  line-height: 10px;
  padding-top: 30px;
  background-color: #eeefee;
}

#blog-feed {
  display: inline-block;
}

#blog-latest {
  font-size: 15px;
  line-height: 20px;
}

a.blog-post:link,
a.blog-post:visited,
a.blog-post:hover,
a.blog-post:active
{
  display: block;
  color: #737373;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin-right: 30px;
  margin-left: 30px;
  vertical-align: top;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 34px;
}

input.hs-button.primary.large,
input.hs-button.primary.large:hover,
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  background-image: none !important;
  border: none;
  text-shadow: none;
  background-color: #ffa102;
  font-weight: 700;
  color: #ffffff;
  font: 19px museo-700;
  padding: 7px 12px 5px;
  -webkit-font-smoothing: antialiased;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.btn-xl,
.btn-xl:link,
.btn-xl:visited,
.btn-xl:hover,
.btn-xl:active {
  font-size: 32px;
  padding: 11px 20px 6px 19px;
}

a.blog-post:hover {
  color: #5e5e5e;
}

#sync-section {
  margin-top: 31px;
  display: inline-block;
  margin-bottom: 26px;
  border-top: 3px solid #4f504f;
}

#sync-section img {
  margin-left: 5px;
  margin-right: 5px;
}

#sync-section ul {
  margin: 0px;
}

#sync-section li {
  display: inline-block;
  width: 90px;
  font-size: 11px;
  font-weight: 500;
}

#sync-section .hs-button {
  margin-bottom: 0;
}

#sync-section label {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-align: center;
}

#sync-section .hs-input {
  width: 155px;
  margin: 0px;
}

div.hs_submit div.actions {
  padding: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.section {
  border-top: 1px solid #e5e5e5;
}

.video-wrapper {
  position: absolute;
  bottom: 110px;
  left: 50%;
  background: url(../images/landing/landing-hand_ver-5.gif) center -8px no-repeat;
  width: 370px;
  background-size: 100%;
  margin-left: -240px;
  height: 317px;
}

.video-wrapper video,#mobile-animation  {
  width: 147px;
  margin-left: 107px;
  height: 261px;
  margin-top: 58px;
}

#logo {
  width: 100px;
  position: absolute;
  z-index: 999;
  margin-left: -55px;
  bottom: 260px;
  left: 50%;
}

#logo_icon {
  float: left;
  margin-top: 25px;
}

#contact_form {
  padding: 0px 15px 0px 14px;
  text-align: center;
}


.contact-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#scroll-indicator {
  position: absolute;
  right: 37px;
  bottom: 37px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #c4c4c4;
  display: none;
  height: 36px;
}

#scroll-indicator img {
  opacity: .4;
}

#scroll-indicator img:hover {
  opacity: 1;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c3c4c3;
  margin-right: 4px;
  position: relative;
  top: 11px;
}

.logo-wrapper {
  height: 100%;
  display: none;
}

#featured-on {
  font-size: 19px;
  text-align: center;
  background-color: #edefed;
  padding-top: 34px;
  padding-bottom: 21px;
  margin-bottom: 4px;
}

#featured-on h2 {
  margin: 0px;
}

#featured-on img{
  height: 61px;
  
  margin-left: 4px;
}

.featured-on-title {
  display: block;
  margin-bottom: 10px;
  margin-top: -15px;
}

#apps-list {
  text-align: center;
}

#apps-list h4 {
  margin-top: 6px;
}

.app-box {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}

.app-box h4 {
  font-size: 15px;
}

#coach-request-wrapper {
  min-width: 475px;
}


/* Disable all the absolute positioning on android because it doesnt interpret window.height properly */

body.android #main-feature {
  height: auto !important;
  text-align: center;
}

body.android .video-wrapper{
  position: relative;
  bottom: auto !important;
  display: inherit;
}

body.android #logo {
  margin: 0px;
  position: inherit !important;
}

@media (min-height: 450px) {
  #logo {
    background-color: transparent;
    margin-left: 0;
    position: static;
    width: auto;
    height: 100%;
    max-height: 140px;
  }
}

@media (min-height: 560px) {
  .video-wrapper {
    background: url(../images/landing/landing-hand_ver-3.png) center -8px no-repeat;
    width: 440px;
    background-size: 100%;
    margin-left: -284px;
    height: 377px;
  }
  
  .video-wrapper video, #mobile-animation  {
    width: 179px; 
    height: 309px; 
    margin-left: 126px;
    margin-top: 68px;
  }
}

@media (min-height: 660px) {
  .video-wrapper {
    background: url(../images/landing/landing-hand_ver-3.png) center -8px no-repeat;
    width: 550px;
    height: 476px;
    margin-left: -355px;
  }
  
  .video-wrapper video, #mobile-animation  {
    width: 220px;
    margin-left: 157px;
    height: 390px;
    margin-top: 89px;
  }
}

@media (min-height: 760px) {
  .video-wrapper {
    background: url(../images/landing/landing-hand_ver-3.png) center -8px no-repeat;
    width: 550px;
    height: 576px;
    margin-left: -355px;
  }
  
  .video-wrapper video, #mobile-animation  {
    width: 220px;
    margin-left: 157px;
    height: 390px;
    margin-top: 88px;
  }
}

@media (min-height: 820px) {
  
  
  .video-wrapper video, #mobile-animation  {
    width: 220px;
    margin-left: 158px;
    height: 390px;
    margin-top: 89px;
  }
}

@media (min-height: 870px) {
  
  #header {
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
  }
  
  .video-wrapper {
    background: url(../images/landing/landing-hand_ver-3.png) center bottom no-repeat;
    display: inline-block;
    width: 550px;
    height: 630px;
    margin-left: -351px;
    top: 130px;
  }
  
  .logo-wrapper {top: 37%;}
  #scroll-indicator {
    top: 789px;
  }
}

@media (max-width: 767px){
  .text-error {
    position: inherit;
    margin-left: 0;
    margin-top: 0;
    float: left;
    margin-bottom: 10px;
  }
  
  #nav-toggle:link,
  #nav-toggle:visited,
  #nav-toggle:hover,
  #nav-toggle:active {
    width: 95%;
    display: block;
    padding-top: 15px;
    padding-right: 5%;
    padding-bottom: 15px;
    text-align: right;
    font-size: 14px;
    color: #c9c9c9;
    font-weight: 500;
    background: url(../images/landing/logo_icon-2x.png) center center no-repeat;
    background-size: 44px 44px;
    text-decoration: none;
  }
  
  #header .navbar-inner {
    width: 100%;
    padding: 0px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.84) !important;
    background-image: none;
    z-index: 999;
    position: relative;
    border-bottom-color: #f1f1f1 !important;
  }
  
  #apps-list h4 {
    margin-top: 0px;
    margin-bottom: 4px;
  }
  
  #apps-list ul {
    margin-left: 87px;
    list-style: none;
  }
  
  #app-forms {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  h1 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  
  .top-gradient {
    margin: 0px;
    padding: 0px;
  }
  
  #vote-box {
    background: none;
    -webki-moz-box-shadow: 0px 0px 0px #888;
    -webkit-box-shadow: 0px 0px 0px #888;
    box-shadow: 0px 0px 0px #888;
    margin-top: 60px;
  }
  
  #vote-box h2, #vote-box form {
    margin-left: 0px;
  }
  
  ul.nav a:link,
  ul.nav a:visited,
  ul.nav a:hover,
  ul.nav a:active {
    color: #313631;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .nav-collapse .nav {
    margin: 0px;
  }
    
  }

@media (max-width: 979px) {
  .infographic-block {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  #phone {
    height: 216px;
    margin-right: 20px;
  }
  
  #screens {
    display: none;
  }
  #ib-1 {
    background: url(../images/landing/mobile-feature-nudge.png) 7px 18px no-repeat;
    padding-left: 115px;
  }
  
  #ib-2 {
    background: url(../images/landing/mobile-feature-busier.png) 7px 18px no-repeat;
    padding-left: 115px;
  }
  
  #ib-3 {
    background: url(../images/landing/mobile-feature-nudgefactor.png) 7px 18px no-repeat;
    padding-left: 115px;
  }
  
  #ib-4 {
    background: url(../images/landing/mobile-feature-clubs.png) 7px 18px no-repeat;
    padding-left: 115px;
  }
  
  #ib-5 {
    background: url(../images/landing/mobile-feature-payoff.png) 7px 18px no-repeat;
    padding-left: 115px;
  }
  body.has_hires #ib-1 {
    background: url(../images/landing/mobile-feature-nudge-2x.png) 7px 18px no-repeat;
    background-size: 100px 100px;
  }
  
  body.has_hires #ib-2 {
    background: url(../images/landing/mobile-feature-busier-2x.png) 7px 18px no-repeat;
    background-size: 100px 100px;
  }
  
  body.has_hires #ib-3 {
    background: url(../images/landing/mobile-feature-nudgefactor-2x.png) 7px center no-repeat;
    background-size: 100px 100px;
  }
  
  body.has_hires #ib-4 {
    background: url(../images/landing/mobile-feature-clubs-2x.png) 7px 18px no-repeat;
    background-size: 100px 100px;
  }
  
  body.has_hires #ib-5 {
    background: url(../images/landing/mobile-feature-payoff-2x.png) 7px 18px no-repeat;
    background-size: 100px 100px;
  }
}


#header-inapp, body.inapp #header {display: none;}
body.inapp #header-inapp {
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
  background-color: #F3F3F3;
  color: #8F8E8F;
  font: 15px/normal TradeGothicLTPro-Bold;
  text-align: center;
  text-transform: uppercase;
}

#header-inapp a:link,
#header-inapp a:hover,
#header-inapp a:visited,
#header-inapp a:active {
  float: left;
  padding: 14px;
  line-height: 0px;
}

body.inapp #content-inapp {
  padding-top: 0px;
  padding-bottom: 80px;
  position: fixed;
  top: 46px;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
} 

#code-info-inapp, body.inapp #code-info {
  display: none;
}

body.inapp #code-info-inapp {
  display: inline;
}

@media (min-width: 486px) {
   #main-feature {
     background-size: cover;
     text-align: center;
     overflow: hidden;
   }
   .cta-wrapper {
     text-align: center;
   }
}

@media (min-width: 768px) {
  #btn_download_ios,#btn_download_android {
    height: 52px;
  }
  
  .input-large {
    width: 256px;
  }
  
  #contact-brand {
    margin-right: 37px;
  }
  
  .contact-block {
    display: inline-block;
    width: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #contact_form {
    padding: 0px;
  }
  a:link.post-1,a:link.post-2 {
    display: inline-block;
  }

  #scroll-indicator {
    display: inherit;
  }
  .featured-on-title {
    display: inline;
    margin-right: 10px;
  }
  #featured-on img{
    margin-left: 8px;
    margin-top: -21px;
  }
  .hs-form-field, .hs_submit {
    margin-right: 21px;
  }
  #sync-section label {
    text-align: left;
  }
  #sync-section .email-validation {
    position: absolute;
  }
  .cta-wrapper {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  #apps-list {
    max-width: 600px;
    margin: auto;
  }
}

@media (min-width: 980px) {
  #infographic {
    background: url(../images/landing/infographic_ver-5.png) center 10px no-repeat;
    height: 830px;
    margin-bottom: 20px;
  }
  
  .infographic-block {
    position: absolute;
  }
  
  #phone {
    margin-right: 28px;
    margin-top: -142px;
    margin-bottom: -80px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  
  #ib-1 {
    width: 323px;
    margin-top: 47px;
    margin-left: 493px;
  }
  
  #ib-1-bump {
    margin-left: 40px;
    display: block;
  }
  
  #ib-2 {
    margin-top: 85px;
    width: 161px;
  }
  
  #ib-3 {
    margin-top: 441px;
    margin-left: 699px;
    width: 241px;
  }
  
  #ib-4 {
    margin-top: 506px;
    margin-left: 58px;
    width: 251px;
    text-align: right;
  }
  
  #ib-5 {
    margin-top: 752px;
    margin-left: 203px;
    width: 501px;
  }
}
 
@media (min-width: 1200px) {
  #ib-1 {
    width: 297px;
    margin-top: 92px;
    margin-left: 675px;
  }
  
  #ib-1-bump {
    margin-left: 40px;
    display: block;
  }
  
  #ib-2 {
    margin-top: 72px;
    margin-left: 90px;
    width: 191px;
  }
  
  #ib-3 {
    margin-top: 439px;
    margin-left: 837px;
    width: 211px;
  }
  
  #ib-4 {
    margin-top: 515px;
    margin-left: 202px;
    width: 211px;
    text-align: right;
  }
  
  #ib-5 {
    margin-top: 753px;
    margin-left: 316px;
    width: 501px;
  }
  #phone {
    margin-left: 80px;
  }
  #apps-list {
    max-width: none;
    margin: auto;
  }
}