@charset "UTF-8";
/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0; }

.left {
  float: left; }

.right {
  float: right; }

.block, section, article, header, #logo, footer, nav, aside, hgroup, figure, figcaption {
  display: block; }

body {
  font: 14px "Helvetica Neue", Arial, Verdana, san-serif; }

table {
  font-size: inherit;
  font-size: 100%; }

select, input, textarea {
  font: 99% "Helvetica Neue", Arial, Verdana, san-serif; }

pre, code {
  font: 115% monospace; }

body * {
  line-height: 1.22em; }

/*LINKS
 * === === === === === === === === === === */
a {
  color: #2589c6; }

/* MARGIN & PADDING
 *============================================= */
.p-20 {
  padding: 20px; }

.ptb-20 {
  padding: 20px 0px; }

.plr-20 {
  padding: 0px 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
.button-base, .button-primary, .button-primary-large, .button-secondary, .button-secondary-large, .button-team, .button-more, .button-signup, .button-video {
  -webkit-appearance: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.5);
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #cccccc, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#cccccc));
  background: -o-linear-gradient(white, #cccccc);
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding: 0px 24px;
  border: 1px solid #999999; }

/*HOVER STATES
 *============================================= */
.button-secondary:hover, .button-team:hover, .button-more:hover, .button-video:hover {
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #dbdbdb, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#dbdbdb));
  background: -o-linear-gradient(white, #dbdbdb); }

.button-primary:hover, .button-signup:hover, .button-primary-large:hover {
  background: #85cdf9;
  background: -moz-linear-gradient(100% 100% 90deg, #2589c6, #85cdf9);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#85cdf9), to(#2589c6));
  background: -o-linear-gradient(#85cdf9, #2589c6); }

/*ACTIVE STATES
 *============================================= */
.button-secondary:active, .button-secondary-large:active, .button-team:active, .button-more:active, .button-video:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  background: white; }

.button-primary:active, .button-signup:active, .button-primary-large:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
  background: #379cd9; }

/*STATIC SITE BUTTONS
 *============================================= */
.donate-button {
  width: 150px;
  margin: 20px auto;
  display: block; }

.button-primary, .button-primary-large {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  background: #51b6f4;
  background: -moz-linear-gradient(100% 100% 90deg, #2489c6, #51b6f4);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#51b6f4), to(#2489c6));
  background: -o-linear-gradient(#51b6f4, #2489c6);
  border: 1px solid #1b7bb6;
  float: left; }

input.button-primary {
  height: 40px;
  line-height: 40px; }

.button-secondary, .button-secondary-large {
  box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #ededed, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#ededed));
  background: -o-linear-gradient(white, #ededed);
  border: 1px solid #b7b7b7;
  line-height: 38px;
  font-size: 16px;
  text-shadow: 0px 1px 0px white;
  color: #999999; }

.button-primary-large, .button-secondary-large {
  float: none;
  line-height: 48px;
  font-size: 18px;
  width: 150px;
  margin: 0px auto; }

.button-team {
  box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #ededed, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#ededed));
  background: -o-linear-gradient(white, #ededed);
  border: 1px solid #b7b7b7;
  padding: 0px;
  height: 48px;
  width: 220px;
  font-size: 14px;
  text-shadow: 0px 1px 0px white; }
  .button-team span {
    background: url(../../images/sprites/static_sprite.png) -290px -2388px no-repeat;
    height: 48px;
    width: 195px;
    padding-left: 25px;
    display: block; }
  .button-team strong, .button-team em {
    text-shadow: 0px 1px 0px white;
    display: block;
    line-height: 16px; }
  .button-team strong {
    font-weight: bold;
    padding-top: 8px;
    color: #2a3442; }
  .button-team em {
    font-size: 12px;
    color: #666666; }

.button-more {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #ededed, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#ededed));
  background: -o-linear-gradient(white, #ededed);
  border: 1px solid #dfdfdf;
  line-height: 38px;
  font-size: 14px;
  text-shadow: 0px 1px 0px white;
  color: #526e77; }
  .button-more em {
    color: #c8d7dc;
    font-size: 18px; }

.button-or {
  float: left;
  display: block;
  margin: 5px 10px 0px 10px;
  width: 38px;
  height: 20px;
  overflow: hidden;
  text-indent: -3000px;
  background: url(../../images/sprites/goalstacker-sprite.png) 0px -1200px no-repeat; }

.button-signup, .button-video {
  line-height: 30px;
  padding: 0;
  width: 138px;
  font-weight: bold;
  font-size: 14px; }

.button-imprint {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 1px 0px white;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  background: #e3e3e3;
  background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #e3e3e3);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#e3e3e3), to(#f4f4f4));
  background: -o-linear-gradient(#e3e3e3, #f4f4f4);
  float: left;
  padding: 10px;
  margin-bottom: 30px; }

.button-signup {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  background: #51b6f4;
  background: -moz-linear-gradient(100% 100% 90deg, #2489c6, #51b6f4);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#51b6f4), to(#2489c6));
  background: -o-linear-gradient(#51b6f4, #2489c6);
  border: 1px solid #1b7bb6; }

.button-video {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #ededed, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#ededed));
  background: -o-linear-gradient(white, #ededed);
  border: 1px solid #cccccc;
  color: #456773;
  text-indent: -25px;
  text-shadow: 0px 1px 0px white; }
  .button-video span {
    background: url(../../images/sprites/static_sprite.png) 7px -2295px no-repeat;
    display: block;
    padding-left: 30px;
    line-height: 30px; }

.button-grid {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  background: #d6e7ed url(../../images/backgrounds/criss_cross_bg.png) 0px 0px repeat;
  color: #999999;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, Verdana, san-serif;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  display: block;
  line-height: 60px;
  text-decoration: none;
  text-align: center; }
  .button-grid:hover {
    color: #2589c6; }

.button-chrome-store {
  display: block;
  margin: 0px auto;
  width: 186px;
  height: 46px; }

#social-buttons .button-chrome-store {
  margin: 0px auto 30px auto; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/*PRICING & PLANS
 *============================================= */
#plans {
  position: relative;
  margin-top: 20px; }
  #plans #basic, #plans #plus, #plans #pro {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: white;
    background: -moz-linear-gradient(100% 100% 90deg, #e7e7e7, white);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#e7e7e7));
    background: -o-linear-gradient(white, #e7e7e7);
    padding: 20px; }
    #plans #basic hgroup, #plans #plus hgroup, #plans #pro hgroup {
      box-shadow: 0px 1px 0px white;
      -moz-box-shadow: 0px 1px 0px white;
      -webkit-box-shadow: 0px 1px 0px white;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    #plans #basic h1, #plans #plus h1, #plans #pro h1 {
      text-shadow: 0px 1px 0px white;
      color: #456773;
      font-weight: bold;
      text-align: center;
      line-height: 20px;
      margin-bottom: 5px; }
    #plans #basic h2, #plans #plus h2, #plans #pro h2 {
      text-shadow: 0px 1px 0px white;
      color: #456773;
      font-size: 14px;
      text-align: center; }
    #plans #basic ul, #plans #plus ul, #plans #pro ul {
      margin-bottom: 20px; }
      #plans #basic ul li, #plans #plus ul li, #plans #pro ul li {
        text-shadow: 0px 1px 0px white;
        line-height: 24px;
        color: #666666;
        margin-bottom: 10px; }
        #plans #basic ul li strong, #plans #plus ul li strong, #plans #pro ul li strong {
          font-weight: bold; }
  #plans #basic, #plans #pro {
    width: 190px; }
    #plans #basic h1, #plans #pro h1 {
      font-size: 20px; }
    #plans #basic li, #plans #pro li {
      font-size: 15px; }
  #plans #basic {
    margin: 0px 0px 0px 130px;
    float: left; }
  #plans #pro {
    margin: 0px 130px 0px 0px;
    float: right; }
  #plans #plus {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 3px solid #2589c6;
    position: absolute;
    top: -13px;
    left: 357px;
    width: 200px;
    z-index: 100; }
    #plans #plus h1 {
      font-size: 30px;
      line-height: 30px; }
    #plans #plus li {
      font-size: 16px; }
    #plans #plus .button-primary {
      float: none;
      line-height: 48px;
      font-size: 18px; }
  #plans #team {
    padding: 50px 0px 30px 0px;
    text-align: center; }
    #plans #team a {
      margin: 0px auto; }
  #plans .ribbon {
    background: url(../../images/sprites/static_sprite.png) -100px -300px no-repeat;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    width: 62px;
    height: 62px;
    overflow: hidden;
    text-indent: -3000px; }

#extras {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  margin: 60px auto 30px auto;
  line-height: 38px;
  color: #888888;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d7d7d7;
  width: 818px; }
  #extras a {
    text-decoration: none; }
    #extras a:hover {
      text-decoration: underline; }
  #extras strong {
    color: #2589c6;
    font-weight: bold; }
  #extras em {
    font-style: italic;
    font-size: 11px; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* FORMS
 *============================================= */
.form {
  text-align: left; }
  .form .tos {
    font-family: arial, san-serif;
    font-size: 11px;
    color: #999999;
    margin-bottom: 10px;
    padding: 0px 30px; }
    .form .tos em {
      font-family: Baskerville, Constantia, "Palatino Linotype";
      font-style: italic;
      font-size: 14px;
      margin: 0px 2px; }
    .form .tos a {
      font-size: 10px;
      color: #999999; }
  .form fieldset {
    border-top: 1px solid #dddddd; }
    .form fieldset legend {
      background: white;
      font-size: 18px;
      font-family: Garamond, "Times New Roman", serif;
      color: #999999;
      padding-right: 10px;
      display: block; }
      .form fieldset legend.icon-cc {
        padding-left: 40px;
        background: url(../../images/sprites/goalstacker-sprite.png) 0px -1696px no-repeat;
        line-height: 32px; }
  .form li {
    margin: 0px 0px 30px 0px; }
    .form li:last-child {
      margin: 0; }
  .form label {
    margin-bottom: 3px;
    display: block;
    font-size: 12px;
    color: #999999; }
    .form label.hint {
      font-style: italic;
      font-size: 11px;
      color: #cccccc; }
  .form .text {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
    display: block;
    border: none;
    padding: 8px 5px;
    font-size: 21px;
    border: 1px solid #cbcbcb;
    color: #999999; }
    .form .text:active, .form .text:focus {
      background: #f6fdff;
      opacity: 1;
      color: #2b3543;
      border: 1px solid #75b6f3; }
  .form select {
    color: #999999; }
    .form select:active, .form select:focus, .form select:hover {
      color: #2b3543; }
  .form label.error {
    color: #990000;
    font-weight: bold; }
  .form input.error {
    border: 1px solid #990000;
    background: #fff9f9; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* HOMEPAGE BILLBOARD
 *============================================= */
#homepage-billboard {
  background: #d6e7ed url(../../images/backgrounds/billboard-bg.png) 0px 0px repeat;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  display: block; }
  #homepage-billboard #shine {
    background: url(../../images/backgrounds/shine.png) center -150px repeat; }
  #homepage-billboard #platform {
    background: url(../../images/backgrounds/shelf.png) left bottom repeat-x;
    padding: 40px 0px 0px 0px; }
  #homepage-billboard h1 {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    color: #456773;
    font-size: 39px;
    font-weight: bold;
    font-family: "Lato", "Helvetica Neue", Arial, Verdana, san-serif;
    font-weight: 900;
    margin-bottom: 5px; }
  #homepage-billboard h2 {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
    color: #6f909b;
    font-size: 17px; }
  #homepage-billboard #demo {
    text-align: center; }
  #homepage-billboard #browser {
    background: url(../../images/backgrounds/app.png) 0px 0px repeat;
    height: 460px;
    width: 730px;
    display: block;
    margin: 0px auto;
    text-indent: -5000px; }

/* HOMEPAGE FEATURES
 *============================================= */
#feature-summary {
  margin: 0px 0px 50px 0px; }
  #feature-summary h2 {
    line-height: 31px; }
  #feature-summary .icon-time {
    background: url(../../images/sprites/static_sprite.png) 0px -1400px no-repeat;
    padding-left: 40px; }
  #feature-summary .icon-person {
    background: url(../../images/sprites/static_sprite.png) 0px -1300px no-repeat;
    padding-left: 40px; }
  #feature-summary .icon-folder {
    background: url(../../images/sprites/static_sprite.png) 0px -1600px no-repeat;
    padding-left: 40px; }
  #feature-summary .icon-files {
    background: url(../../images/sprites/static_sprite.png) 0px -1200px no-repeat;
    padding-left: 67px; }
  #feature-summary .icon-cloud {
    background: url(../../images/sprites/static_sprite.png) 0px -1097px no-repeat;
    padding-left: 40px; }
  #feature-summary .icon-check {
    background: url(../../images/sprites/static_sprite.png) 0px -900px no-repeat;
    padding-left: 40px; }
  #feature-summary .icon-mail {
    background: url(../../images/sprites/static_sprite.png) 0px -1496px no-repeat;
    padding-left: 40px; }

#more-features {
  margin: 0px auto;
  width: 220px; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* FEATURE NAVBAR
 *============================================= */
#feature-nav {
  width: 840px;
  height: 60px;
  margin: 0px auto 20px auto; }
  #feature-nav ul {
    float: left;
    width: 840px; }
  #feature-nav li {
    float: left;
    width: 140px; }
    #feature-nav li:first-child a {
      border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -khtml-border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -khtml-border-bottom-left-radius: 5px; }
      #feature-nav li:first-child a strong {
        border: none; }
    #feature-nav li:last-child a {
      border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      -khtml-border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -khtml-border-bottom-right-radius: 5px; }
    #feature-nav li.selected a {
      box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px white;
      -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px white;
      -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px white;
      background: #e7f1f5; }
      #feature-nav li.selected a:hover {
        background: #e7f1f5;
        color: #456773; }
    #feature-nav li a {
      background: white;
      background: -moz-linear-gradient(100% 100% 90deg, #e4e4e4, white);
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#e4e4e4));
      background: -o-linear-gradient(white, #e4e4e4);
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
      -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
      -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
      float: left;
      width: 140px;
      text-align: center;
      text-decoration: none;
      color: #456773;
      font-weight: bold;
      font-size: 15px;
      text-shadow: 0px 1px 0px white; }
      #feature-nav li a strong {
        display: block;
        margin-top: 1px;
        line-height: 59px;
        border-left: 1px solid white; }
      #feature-nav li a:hover {
        background: white;
        background: -moz-linear-gradient(100% 100% 90deg, #dddddd, white);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#dddddd));
        background: -o-linear-gradient(white, #dddddd);
        color: #2589c6; }
      #feature-nav li a.icon-time strong {
        background: url(../../images/sprites/static_sprite.png) 25px -1386px no-repeat;
        padding-left: 35px; }
      #feature-nav li a.icon-team strong {
        background: url(../../images/sprites/static_sprite.png) -290px -1284px no-repeat;
        padding-left: 40px; }
      #feature-nav li a.icon-folder strong {
        background: url(../../images/sprites/static_sprite.png) 17px -1589px no-repeat;
        padding-left: 40px; }
      #feature-nav li a.icon-files strong {
        background: url(../../images/sprites/static_sprite.png) 8px -1187px no-repeat;
        padding-left: 64px; }
      #feature-nav li a.icon-cloud strong {
        background: url(../../images/sprites/static_sprite.png) 24px -1084px no-repeat;
        padding-left: 35px; }
      #feature-nav li a.icon-check strong {
        background: url(../../images/sprites/static_sprite.png) 10px -900px no-repeat;
        padding-left: 40px; }
      #feature-nav li a.icon-mail strong {
        background: url(../../images/sprites/static_sprite.png) 10px -1483px no-repeat;
        padding-left: 38px; }

/* FEATURE PAGE
 *============================================= */
#feature-container {
  width: 840px;
  margin: 20px auto;
  padding: 0px;
  position: relative; }
  #feature-container .card {
    padding: 30px 60px 40px 60px; }
    #feature-container .card hgroup h1 {
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
    #feature-container .card figure {
      margin-bottom: 30px;
      text-align: center; }
      #feature-container .card figure img {
        margin: 0px auto; }
      #feature-container .card figure figcaption {
        text-align: center;
        color: #999999;
        font-size: 12px; }
  #feature-container .signup-bar .button-left {
    padding-left: 180px; }
  #feature-container .signup-bar .button-right {
    padding-right: 180px; }

/* FEATURE PAGE
 *============================================= */
#best-feature {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  background: url(../../images/backgrounds/criss_cross_bg.png) top left repeat;
  border: 10px solid white;
  padding: 25px;
  width: 400px;
  margin: 40px auto 20px auto;
  text-shadow: 0px 1px 0px white; }
  #best-feature h2 {
    font-size: 22px;
    color: #666666;
    text-align: center;
    margin-bottom: 10px; }
  #best-feature p {
    font-size: 12px;
    color: #999999;
    line-height: 24px; }

/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* SIGNUP PAGE
 *============================================= */
#signup {
  padding-top: 40px;
  margin-bottom: 40px; }
  #signup hgroup {
    margin-bottom: 50px; }
    #signup hgroup h1 {
      width: 370px;
      height: 80px;
      margin: 0px auto 20px auto; }
      #signup hgroup h1 a {
        background: url(../../images/sprites/static_sprite.png) 0px -1700px no-repeat;
        width: 370px;
        height: 80px;
        overflow: hidden;
        text-indent: -3000px;
        display: block; }
  #signup #signup-form {
    width: 580px;
    margin: 0px 10px;
    float: left;
    display: inline; }
    #signup #signup-form.reset-password-form {
      float: none;
      margin: 0px auto;
      display: block; }
    #signup #signup-form .error_message {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      background: #fff7ce;
      border: 1px solid #ff9900;
      color: #2b3543;
      font-size: 13px;
      font-weight: bold;
      font-family: "Helvetica Neue", Arial, Verdana, san-serif;
      line-height: 24px;
      text-decoration: none;
      padding: 10px;
      margin: 0px 30px 20px 30px; }
    #signup #signup-form form {
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      background: white; }
      #signup #signup-form form header {
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -khtml-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -khtml-border-top-left-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        background: #eeeeee;
        background: white;
        background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, white);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#eeeeee));
        background: -o-linear-gradient(white, #eeeeee);
        color: #999999;
        margin-bottom: 30px; }
        #signup #signup-form form header h1 {
          line-height: 38px;
          font-size: 14px;
          font-family: "Helvetica Neue", Arial, Verdana, san-serif;
          text-align: center;
          color: #999999; }
      #signup #signup-form form p.notice {
        padding: 0px 30px 20px 30px;
        color: #555555; }
      #signup #signup-form form p.card_notice {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        background: #eeeeee;
        border: 1px solid #cccccc;
        color: #555555;
        padding: 10px; }
      #signup #signup-form form dl {
        padding: 0px 30px 30px 30px; }
        #signup #signup-form form dl dt, #signup #signup-form form dl dd {
          margin-bottom: 10px; }
        #signup #signup-form form dl dt {
          font-weight: bold;
          font-size: 20px;
          color: #2b3543; }
        #signup #signup-form form dl dd {
          color: #555555;
          font-size: 14px; }
          #signup #signup-form form dl dd strong {
            display: block;
            background: url(../../images/sprites/goalstacker-sprite.png) 0px -3044px no-repeat;
            padding-left: 25px;
            line-height: 20px; }
          #signup #signup-form form dl dd em {
            font-style: italic;
            color: #999999;
            font-size: 12px; }
      #signup #signup-form form ul {
        padding: 0px 30px 30px 30px; }
        #signup #signup-form form ul p {
          font-size: 15px;
          font-weight: bold;
          color: #2b3543;
          margin-right: 20px; }
        #signup #signup-form form ul input.firstname, #signup #signup-form form ul input.lastname, #signup #signup-form form ul input.password, #signup #signup-form form ul input.confirm {
          width: 238px; }
        #signup #signup-form form ul input.creditcard {
          width: 168px;
          margin-right: 20px; }
        #signup #signup-form form ul input.cvc {
          width: 48px; }
        #signup #signup-form form ul input.email, #signup #signup-form form ul input.long {
          width: 508px; }
        #signup #signup-form form ul input.text {
          padding: 8px 5px;
          font-size: 16px; }
      #signup #signup-form form fieldset.interested {
        display: none; }
      #signup #signup-form form .payment-methods {
        background: url(../../images/sprites/static_sprite.png) 0px -800px no-repeat;
        width: 150px;
        height: 23px;
        overflow: hidden;
        text-indent: -3000px;
        margin: 0px 0px 0px 0px; }
      #signup #signup-form form .month, #signup #signup-form form .year {
        float: left;
        margin-right: 10px; }
      #signup #signup-form form .month {
        margin-left: 20px; }
      #signup #signup-form form fieldset {
        margin: 0px 30px;
        padding: 20px 0px 30px 0px; }
        #signup #signup-form form fieldset ul {
          padding: 0; }
      #signup #signup-form form footer {
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -khtml-border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -khtml-border-bottom-left-radius: 4px;
        padding: 10px;
        background: #eeeeee; }
  #signup #submit-button.disabled {
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #999999;
    text-shadow: none; }
  #signup #account-features {
    width: 220px;
    margin: 0px 10px;
    padding-left: 60px;
    float: left;
    display: inline;
    text-align: left; }
    #signup #account-features #selected-plan {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.15);
      -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.15);
      -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.15);
      margin-bottom: 30px;
      padding: 0px 20px 20px 20px; }
      #signup #account-features #selected-plan dt {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
        display: block;
        font-family: "Helvetica Neue", Arial, Verdana, san-serif;
        font-weight: bold;
        font-size: 18px;
        color: #999999;
        line-height: 48px;
        text-shadow: 0px 1px 0px white;
        text-align: center;
        border-bottom: 1px solid #dddddd; }
      #signup #account-features #selected-plan dd {
        font-size: 13px;
        color: #999999;
        margin-bottom: 10px; }
        #signup #account-features #selected-plan dd:last-child {
          margin-bottom: 0; }
      #signup #account-features #selected-plan strong {
        font-weight: bold; }
    #signup #account-features h2 {
      text-shadow: 0px 1px 0px white;
      font-weight: bold;
      font-size: 13px;
      line-height: 35px;
      padding-left: 35px;
      color: #2a3442; }
      #signup #account-features h2.icon-check {
        background: url(../../images/sprites/static_sprite.png) 0px -900px no-repeat; }
      #signup #account-features h2.icon-cloud {
        background: url(../../images/sprites/static_sprite.png) 0px -1100px no-repeat;
        line-height: 25px;
        padding-left: 45px; }
      #signup #account-features h2.icon-lock {
        background: url(../../images/sprites/static_sprite.png) 0px -1000px no-repeat; }
      #signup #account-features h2.icon-cal {
        background: url(../../images/sprites/static_sprite.png) 0px -1200px no-repeat;
        padding-left: 45px; }
    #signup #account-features p {
      margin-bottom: 30px;
      font-size: 12px;
      line-height: 24px;
      color: #999999; }

/* PROCESSING MODAL (one moment please…)
 *============================================= */
#form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  opacity: 0.5; }

#loading-message {
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#eeeeee));
  background: -o-linear-gradient(white, #eeeeee);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  border: 2px solid #0f8ae6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2000;
  padding: 20px;
  height: 120px;
  width: 240px;
  margin-left: -130px;
  margin-top: -70px;
  text-align: center; }
  #loading-message h1 {
    font-size: 18px;
    font-weight: bold;
    color: #2b3543;
    line-height: 24px;
    text-shadow: 0px 1px 0px white; }
  #loading-message p {
    background: url(../../images/icons/loader.gif) center bottom no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-bottom: 40px; }

/* GENERAL
 *============================================= */
body {
  background: #f4f4f4;
  background: -moz-linear-gradient(100% 100% 90deg, white, #f4f4f4);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#f4f4f4), to(white));
  background: -o-linear-gradient(#f4f4f4, white); }
  body.nav-padding {
    padding-top: 40px; }

.overlay {
  background: black;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  opacity: 0.7;
  text-align: center; }
  .overlay.lighter {
    opacity: 0.4; }

.wrapper {
  width: 960px;
  margin: 0px auto; }

.col, .col_med, .col_1, .col_2, .col_3, .split_left, .split_right {
  margin: 0px 10px;
  float: left;
  display: inline; }

.col_1, .col_2, .col_3, .col {
  width: 220px; }

.col_1, .col_2 {
  padding-left: 60px; }

.col_3, .col_2 {
  padding-right: 60px; }

.split_left, .split_right {
  width: 400px; }

.split_left {
  padding-left: 60px; }

.split_right {
  padding-right: 60px; }

.col_med {
  width: 340px; }

.alpha {
  margin-left: 0px; }

.omega {
  margin-right: 0px; }

/* ERROR
 *============================================= */
.birdy {
  background: url(../../images/sprites/static_sprite.png) -300px 0px no-repeat;
  display: block;
  height: 130px;
  width: 150px;
  overflow: hidden;
  position: absolute;
  top: -149px;
  right: -40px; }

.error-code {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #fff9e2;
  border: 1px solid #f5ad00;
  color: #999999;
  font-weight: bold;
  margin: 0 !important;
  padding: 10px; }

/* SOCIAL TAB
 *============================================= */
#social-tab {
  background: white;
  background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, white);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#eeeeee));
  background: -o-linear-gradient(white, #eeeeee);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 10;
  display: block;
  height: 160px;
  width: 40px;
  margin-top: -80px; }
  #social-tab a {
    background: url(../../images/sprites/static_sprite.png) 6px -2390px no-repeat;
    text-indent: -3000px;
    display: block;
    height: 160px;
    width: 40px; }

#social-modal {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
  background: white url(../../images/backgrounds/sketch-small.jpg) center bottom no-repeat;
  position: fixed;
  overflow: visible;
  top: 50%;
  left: 50%;
  z-index: 7000;
  display: none;
  padding: 30px 30px;
  width: 500px;
  height: 480px;
  margin-top: -265px;
  margin-left: -265px; }
  #social-modal h1 {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    color: #456773;
    font-size: 26px;
    font-weight: 900;
    font-family: "Lato", "Helvetica Neue", Arial, Verdana, san-serif;
    margin-bottom: 5px; }
    #social-modal h1 em {
      font-family: Baskerville, Constantia, "Palatino Linotype";
      font-style: italic;
      font-weight: normal; }
  #social-modal p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px; }
    #social-modal p.follow-us {
      font-size: 15px; }
  #social-modal .close {
    background: url(../../images/sprites/static_sprite.png) -300px -1000px no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -5000px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 8000; }

#social-buttons {
  width: 480px;
  margin: 0px auto; }

.social-card {
  width: 100px;
  margin: 0px 10px;
  float: left;
  display: inline; }

/* NAVBAR
 *============================================= */
#nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(../../images/backgrounds/static-navbar.png) top left repeat-x;
  height: 42px; }
  #nav .nav-inner {
    width: 960px;
    margin: 0px auto; }
  #nav h1 {
    margin: 0px 0px 0px 10px;
    float: left;
    height: 40px; }
    #nav h1 a {
      background: url(../../images/sprites/static_sprite.png) 0px 2px no-repeat;
      height: 40px;
      width: 170px;
      float: left;
      overflow: hidden;
      text-indent: -3000px;
      margin: 3px 0px 0px 0px;
      display: block; }
  #nav li, #nav a {
    font-size: 14px;
    color: #999999;
    float: right; }
  #nav ul {
    float: right;
    margin: 0px 10px 0px 20px; }
    #nav ul li {
      padding: 8px 0px;
      margin: 0px 2px; }
      #nav ul li a {
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        text-decoration: none;
        padding: 0px 10px;
        line-height: 24px; }
        #nav ul li a em {
          font-family: Baskerville, Constantia, "Palatino Linotype";
          font-style: italic;
          font-weight: normal; }
        #nav ul li a:hover {
          border: 1px solid #f1f1f1;
          line-height: 22px;
          padding: 0px 9px;
          background: white;
          color: #399ddb; }
        #nav ul li a:active {
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
          -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
          -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
          background: white;
          color: #399ddb;
          text-shadow: 0px 1px 0px white;
          border: 1px solid #cccccc;
          line-height: 22px;
          padding: 0px 9px; }
        #nav ul li a.highlight {
          background: #51b6f4;
          background: -moz-linear-gradient(100% 100% 90deg, #2589c6, #51b6f4);
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#51b6f4), to(#2589c6));
          background: -o-linear-gradient(#51b6f4, #2589c6);
          box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.4);
          border: 1px solid #1b7bb6;
          line-height: 22px;
          padding: 0px 15px;
          color: white; }
          #nav ul li a.highlight:hover {
            background: #85cdf9;
            background: -moz-linear-gradient(100% 100% 90deg, #2589c6, #85cdf9);
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#85cdf9), to(#2589c6));
            background: -o-linear-gradient(#85cdf9, #2589c6); }
          #nav ul li a.highlight:active {
            box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
            -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
            -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px white;
            background: #51b6f4;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5); }
      #nav ul li.nav-signup, #nav ul li.nav-login {
        float: right; }
        #nav ul li.nav-signup a, #nav ul li.nav-login a {
          float: right; }
      #nav ul li.selected a {
        box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 0px white;
        -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 0px white;
        -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 0px white;
        background: #ededed; }
        #nav ul li.selected a:hover {
          background: #ededed;
          color: #999999;
          padding: 0px 10px;
          line-height: 24px;
          border: none; }

/* SIGNUP BAR
 *============================================= */
.signup-bar .button-left, .signup-bar .button-right {
  width: 160px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }
.signup-bar .button-left {
  padding-left: 300px; }
.signup-bar .button-right {
  padding-right: 300px; }

/* BILLBOARD
 *============================================= */
#billboard {
  background: #d6e7ed url(../../images/backgrounds/billboard-bg.png) 0px 0px repeat;
  border-bottom: 1px solid #d2d2d2;
  text-align: center; }
  #billboard hgroup {
    background: url(../../images/backgrounds/shine.png) center center repeat;
    height: 70px;
    padding: 40px 0px; }
  #billboard h1 {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    color: #456773;
    font-size: 39px;
    font-weight: 900;
    font-family: "Lato", "Helvetica Neue", Arial, Verdana, san-serif;
    margin-bottom: 5px; }
    #billboard h1 em {
      font-family: Baskerville, Constantia, "Palatino Linotype";
      font-style: italic;
      font-weight: normal; }
  #billboard h2 {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
    color: #6f909b;
    font-size: 17px; }
    #billboard h2 em {
      font-family: Baskerville, Constantia, "Palatino Linotype";
      font-style: italic;
      font-weight: normal; }

/* VIDEO
 *============================================= */
#video-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  background: black;
  opacity: 0.25;
  position: fixed;
  z-index: 5000;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 498px;
  padding: 20px;
  margin-left: -420px;
  margin-top: -269px; }

#video-player {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 5000;
  top: 50%;
  left: 50%;
  width: 740px;
  padding: 20px;
  margin-left: -410px;
  margin-top: -259px;
  text-align: center;
  background: white; }
  #video-player iframe {
    margin-bottom: 20px; }
  #video-player .button-primary-large {
    float: left;
    margin-left: 160px; }
  #video-player .button-secondary-large {
    float: right;
    margin-right: 160px; }

.tour-video {
  margin-bottom: 20px; }

/* CONTENT
 *============================================= */
#content {
  border-top: 1px solid white;
  padding: 20px 0px 40px 0px; }

#faq, #about-us, #video {
  margin-bottom: 30px; }

.page {
  width: 618px;
  margin: 0px auto 30px auto; }

.page, #news {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #dadada;
  padding: 40px;
  position: relative; }

.page h1, #news h1, .text h1 {
  text-align: center;
  text-shadow: 0px 1px 0px white;
  font-size: 24px;
  font-weight: bold;
  color: #999999;
  margin-bottom: 20px; }
  .page h1 em, #news h1 em, .text h1 em {
    font-family: Baskerville, Constantia, "Palatino Linotype";
    font-style: italic;
    font-weight: normal; }
  .page h1 span, #news h1 span, .text h1 span {
    font-weight: normal;
    color: #cccccc;
    font-size: 30px; }
.page h2, .page dt, #news h2, #news dt, .text h2, .text dt {
  text-shadow: 0px 1px 0px white;
  font-size: 14px;
  font-weight: bold;
  color: #2a3442;
  margin-bottom: 10px; }
.page hgroup, #news hgroup, .text hgroup {
  margin-bottom: 20px; }
  .page hgroup h1, #news hgroup h1, .text hgroup h1 {
    color: #456773;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0px; }
  .page hgroup h2, #news hgroup h2, .text hgroup h2 {
    font-size: 18px;
    color: #999999;
    text-align: center;
    font-weight: normal; }
.page p, .page dd, .page blockquote, #news p, #news dd, #news blockquote, .text p, .text dd, .text blockquote {
  text-shadow: 0px 1px 0px white;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px; }
.page blockquote, #news blockquote, .text blockquote {
  position: relative; }
  .page blockquote span, #news blockquote span, .text blockquote span {
    text-shadow: 0px 1px 0px white;
    position: absolute;
    z-index: 5;
    font-weight: bold;
    color: #eeeeee;
    font-size: 40px;
    font-family: Garamond, "Times New Roman", serif; }
    .page blockquote span.top, #news blockquote span.top, .text blockquote span.top {
      top: -15px;
      left: -25px; }
    .page blockquote span.bottom, #news blockquote span.bottom, .text blockquote span.bottom {
      bottom: 15px;
      right: -10px; }
  .page blockquote .signature, #news blockquote .signature, .text blockquote .signature {
    display: block;
    text-align: right;
    padding-top: 20px;
    font-style: italic;
    color: #999999; }
.page ol, #news ol, .text ol {
  margin: -10px 0px 20px 25px; }
  .page ol li, #news ol li, .text ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    color: #666666;
    font-size: 12px; }
.page ul li, #news ul li, .text ul li {
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px; }

#news, #updates {
  min-height: 500px;
  margin-bottom: 30px; }
  #news h1, #updates h1 {
    text-shadow: 0px 1px 0px white;
    text-align: left;
    font-size: 30px;
    line-height: 29px;
    color: #456773;
    margin-bottom: 20px;
    padding: 0px 0px 10px 40px;
    border-bottom: 1px solid #eeeeee; }

#news h1 {
  background: url(../../images/sprites/static_sprite.png) 0px -700px no-repeat; }
#news .twtr-ft, #news .twtr-hd {
  display: none; }

#updates {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  background: #d6e7ed url(../../images/backgrounds/criss_cross_bg.png) 0px 0px repeat;
  padding: 40px; }
  #updates h1 {
    background: url(../../images/sprites/static_sprite.png) 0px -600px no-repeat; }
  #updates ul li {
    margin-bottom: 10px;
    color: #777777;
    font-size: 12px;
    line-height: 18px; }
    #updates ul li time {
      font-weight: bold;
      color: #555555; }

.follow-us {
  text-align: center;
  color: #666666;
  font-size: 15px;
  margin-bottom: 30px;
  text-shadow: 0px 1px 0px white; }
  .follow-us a {
    text-decoration: none;
    padding-left: 25px;
    margin-left: 0px 5px;
    line-height: 28px; }
    .follow-us a:hover {
      text-decoration: underline; }
  .follow-us .icon-twitter {
    background: url(../../images/sprites/static_sprite.png) 5px -2099px no-repeat;
    color: #3cc4f0; }
  .follow-us .icon-facebook {
    background: url(../../images/sprites/static_sprite.png) 5px -2149px no-repeat;
    color: #3b5998; }

/* LOGIN
 *============================================= */
#login h1 {
  overflow: hidden;
  height: 130px;
  width: 130px;
  margin: 30px auto; }
  #login h1 a {
    display: block;
    background: url(../../images/sprites/static_sprite.png) 0px -1800px no-repeat;
    overflow: hidden;
    text-indent: -3000px;
    height: 130px;
    width: 130px; }
#login .forgot-password {
  margin-top: 5px;
  float: left; }
#login .pitch {
  width: 360px;
  margin: 0px auto 40px auto; }
#login #box {
  width: 460px;
  margin: 0px auto 40px auto; }
  #login #box ul {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    background: white;
    background: -moz-linear-gradient(100% 100% 90deg, #e2e2e2, white);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#e2e2e2));
    background: -o-linear-gradient(white, #e2e2e2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 30px; }
#login label {
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
  line-height: 13px; }
#login input.text {
  width: 388px;
  padding: 10px 5px; }
#login input.button-primary {
  margin-top: 20px;
  height: 40px;
  font-size: 16px;
  padding: 0px 30px; }
#login .button-or {
  margin-top: 30px; }
#login .button-link {
  margin-top: 30px; }
#login label.error {
  color: #990000; }
#login .error_message {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  color: #990000;
  background: #fff9f9;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, Verdana, san-serif;
  text-shadow: 0px 1px 0px white;
  text-align: center;
  display: block;
  line-height: 28px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 15px; }
#login .success_message {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
  color: #62941b;
  background: #ebffcf;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, Verdana, san-serif;
  text-shadow: 0px 1px 0px white;
  text-align: center;
  display: block;
  line-height: 28px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 15px 15px 15px 38px; }

/* LAUNCHPAD
 *============================================= */
#launchpad {
  box-shadow: inset 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px white;
  background: url(../../images/backgrounds/pixels_white.png) 0px 0px repeat;
  border-top: 1px solid #d5d5d5;
  text-align: left;
  font-family: "Helvetica Neue", Arial, Verdana, san-serif;
  padding: 20px 0px; }
  #launchpad article {
    width: 960px;
    margin: 0px auto; }
  #launchpad h1 {
    text-shadow: 0px 1px 0px white;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    color: #2a3442;
    margin-bottom: 15px; }
    #launchpad h1 em {
      font-family: Baskerville, Constantia, "Palatino Linotype";
      font-style: italic;
      font-weight: normal; }
  #launchpad a, #launchpad li {
    color: #666666;
    font-size: 12px; }
  #launchpad ul li {
    margin-bottom: 15px;
    text-shadow: 0px 1px 0px white; }
    #launchpad ul li a {
      text-decoration: none;
      display: block; }
      #launchpad ul li a:hover {
        text-decoration: underline;
        color: #2589c6; }
      #launchpad ul li a.icon-twitter {
        background: url(../../images/sprites/static_sprite.png) 0px -2100px no-repeat;
        padding-left: 25px;
        line-height: 18px; }
      #launchpad ul li a.icon-facebook {
        background: url(../../images/sprites/static_sprite.png) 0px -2150px no-repeat;
        padding-left: 25px;
        line-height: 18px; }

/* FOOTER
 *============================================= */
#footer {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  background: #454b55 url(../../images/backgrounds/pixels_blue.png) 0px 0px repeat;
  border-top: 1px solid #1c1c1c;
  padding: 20px 0px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Verdana, san-serif; }
  #footer h1 {
    overflow: hidden;
    height: 34px;
    width: 164px;
    margin: 0px auto 10px auto; }
    #footer h1 a {
      display: block;
      background: url(../../images/sprites/static_sprite.png) 0px -100px no-repeat;
      overflow: hidden;
      text-indent: -3000px;
      height: 34px;
      width: 164px; }
  #footer p, #footer li, #footer a {
    color: #868a92;
    font-size: 11px; }
  #footer p {
    line-height: 24px; }
  #footer ul li {
    display: inline;
    margin: 0px 5px; }

/* MOBILE
 *============================================= */
/* VARAIBLES
 * ============================================= */
/* FONT MIXINS
 * ============================================= */
/* BORDER MIXINS
 * ============================================= */
/* GRADIENT MIXINS
 * ============================================= */
/* SHADOW MIXINS
 * ============================================= */
/* NETBOOKS
 *============================================= */
/* MOBILE PHONES
 *============================================= */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  #social-tab, #social-modal, #social-buttons, #nav h1, #more-features, #content #signup #account-features, .birdy, #content #login .button-chrome-store {
    display: none !important; }

  #nav {
    background: url(../../images/backgrounds/static-navbar.png) bottom left repeat-x;
    height: 50px;
    padding-bottom: 2px; }
    #nav .nav-inner {
      width: auto;
      padding: 10px; }
    #nav ul {
      width: auto;
      display: block;
      float: none;
      margin: 0;
      padding: 0; }
      #nav ul li {
        display: none;
        padding: 0px;
        margin: 0px;
        width: 33%; }
        #nav ul li.nav-signup, #nav ul li.nav-login, #nav ul li.nav-home {
          float: right;
          display: block; }
          #nav ul li.nav-signup a, #nav ul li.nav-signup.highlight, #nav ul li.nav-signup a:hover, #nav ul li.nav-signup a:active, #nav ul li.nav-login a, #nav ul li.nav-login.highlight, #nav ul li.nav-login a:hover, #nav ul li.nav-login a:active, #nav ul li.nav-home a, #nav ul li.nav-home.highlight, #nav ul li.nav-home a:hover, #nav ul li.nav-home a:active {
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            box-shadow: 0px 1px 0px white;
            -moz-box-shadow: 0px 1px 0px white;
            -webkit-box-shadow: 0px 1px 0px white;
            background: white;
            background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, white);
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), to(#eeeeee));
            background: -o-linear-gradient(white, #eeeeee);
            border: 1px solid #cccccc;
            text-decoration: none;
            text-shadow: none;
            font-weight: bold;
            color: #999999;
            padding: 0px 0px;
            display: block;
            line-height: 28px;
            float: none;
            text-align: center; }
          #nav ul li.nav-signup.nav-signup, #nav ul li.nav-login.nav-signup, #nav ul li.nav-home.nav-signup {
            width: 34%; }
          #nav ul li.nav-signup.nav-login a, #nav ul li.nav-login.nav-login a, #nav ul li.nav-home.nav-login a {
            border-top-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            -khtml-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -khtml-border-bottom-right-radius: 3px;
            border-left: none; }
          #nav ul li.nav-signup.nav-home a, #nav ul li.nav-login.nav-home a, #nav ul li.nav-home.nav-home a {
            border-top-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            -khtml-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -khtml-border-bottom-left-radius: 3px;
            border-right: none; }
          #nav ul li.nav-signup.selected a, #nav ul li.nav-signup.selected a:hover, #nav ul li.nav-signup.selected a:active, #nav ul li.nav-login.selected a, #nav ul li.nav-login.selected a:hover, #nav ul li.nav-login.selected a:active, #nav ul li.nav-home.selected a, #nav ul li.nav-home.selected a:hover, #nav ul li.nav-home.selected a:active {
            box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.55), 0px 1px 0px white;
            -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.55), 0px 1px 0px white;
            -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.55), 0px 1px 0px white;
            background: #1b6b9e;
            background: -moz-linear-gradient(100% 100% 90deg, #57a6d1, #1b6b9e);
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#1b6b9e), to(#57a6d1));
            background: -o-linear-gradient(#1b6b9e, #57a6d1);
            color: white;
            font-weight: bold;
            line-height: 28px;
            border: 1px solid #0e72af;
            border-right: none; }

  #content {
    padding: 20px; }
    #content .wrapper {
      width: auto; }
      #content .wrapper .split_right, #content .wrapper .split_left {
        float: none;
        margin: 0px;
        padding: 0; }
      #content .wrapper .col_1, #content .wrapper .col_2, #content .wrapper .col_3 {
        margin: 0px 0px 20px 0px;
        width: auto;
        float: none;
        padding: 0; }
    #content .page {
      padding: 20px;
      width: auto;
      margin: 0px 0px 20px 0px; }
    #content .text blockquote {
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      position: relative;
      background: white;
      margin: 0px 0px 30px 0px;
      padding: 20px 30px; }
      #content .text blockquote span.top {
        top: 5px;
        left: 5px; }
      #content .text blockquote span.bottom {
        bottom: 25px;
        right: 5px; }
    #content .text p, #content .text dd, #content .text blockquote {
      font-size: 14px; }
    #content #feature-summary {
      padding-top: 30px; }
      #content #feature-summary h2 {
        max-width: 220px; }
    #content .cartoon {
      width: 100%; }
    #content #updates, #content #news {
      margin: 0px 0px 20px 0px; }

  .follow-us {
    padding: 0px 20px; }

  #homepage-billboard {
    border-bottom: none; }
    #homepage-billboard #shine {
      background: url(../../images/backgrounds/shine.png) center -150px repeat; }
    #homepage-billboard #platform {
      background: none;
      padding: 20px; }
    #homepage-billboard h1 {
      font-size: 22px;
      font-family: "Helvetica Neue", Arial, Verdana, san-serif;
      font-weight: bold;
      margin-bottom: 10px; }
    #homepage-billboard h2 {
      display: none; }
    #homepage-billboard #demo {
      text-align: center; }
    #homepage-billboard #browser {
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      background: white url(../../images/backgrounds/mini-app.png) center center no-repeat;
      height: 160px;
      width: auto; }

  #billboard hgroup {
    height: auto;
    padding: 15px 0px; }
  #billboard h1 {
    font-size: 24px;
    font-family: "Helvetica Neue", Arial, Verdana, san-serif; }
  #billboard h2 {
    font-size: 14px; }

  .signup-bar {
    margin: 0px; }
    .signup-bar .button-left, .signup-bar .button-right {
      width: auto;
      display: block;
      float: none;
      padding: 0px;
      margin: 0px; }
    .signup-bar .button-imprint {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      background: none;
      float: none;
      padding: 0px;
      margin-bottom: 0px; }
    .signup-bar .button-signup, .signup-bar .button-video {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      line-height: 40px;
      padding: 0;
      width: auto;
      font-size: 15px; }
    .signup-bar .button-signup {
      float: none;
      margin-bottom: 20px; }
    .signup-bar .button-video {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -webkit-appearance: none;
      background: none;
      text-indent: 0px;
      float: none; }
      .signup-bar .button-video span {
        background: none;
        padding-left: 0px;
        line-height: 40px; }

  #plans {
    margin-top: 0px; }
    #plans #basic, #plans #pro, #plans #plus {
      position: relative;
      float: none;
      margin: 0px auto 20px auto;
      left: 0;
      top: 0;
      width: auto; }
    #plans #team {
      display: none; }

  #extras {
    line-height: 24px;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: auto; }

  .form .top-field, .form .middle-field, .form .bottom-field {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px; }
  .form .top-field {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-bottom: none; }
  .form .bottom-field {
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px; }
  .form .middle-field {
    border-bottom: none; }

  #content #signup {
    padding: 0px;
    margin: 0px; }
    #content #signup .tos {
      padding: 5px;
      margin-bottom: 0px; }
    #content #signup hgroup {
      margin-bottom: 20px; }
      #content #signup hgroup h1 {
        width: 80px;
        height: 80px; }
        #content #signup hgroup h1 a {
          background: url(../../images/sprites/static_sprite.png) -300px -1800px no-repeat;
          width: 80px;
          height: 80px; }
    #content #signup .right, #content #signup .left {
      float: none; }
    #content #signup #signup-form {
      width: auto;
      float: none;
      margin: 0 auto;
      display: block; }
      #content #signup #signup-form form {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -webkit-appearance: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        background: none; }
      #content #signup #signup-form header {
        display: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -webkit-appearance: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        background: none;
        margin-bottom: 10px;
        padding: 0px; }
        #content #signup #signup-form header h1 {
          font-weight: bold;
          font-size: 12px;
          line-height: 24px;
          color: #2589c6; }
      #content #signup #signup-form footer {
        background: none;
        padding: 0;
        margin-top: 10px; }
        #content #signup #signup-form footer .button-primary {
          width: 99%;
          float: none; }
      #content #signup #signup-form fieldset {
        margin: 20px 0px;
        padding: 0px; }
      #content #signup #signup-form ul {
        padding: 0px; }
        #content #signup #signup-form ul li {
          margin: 0; }
        #content #signup #signup-form ul label {
          display: none; }
        #content #signup #signup-form ul input.firstname, #content #signup #signup-form ul input.lastname, #content #signup #signup-form ul input.password, #content #signup #signup-form ul input.confirm, #content #signup #signup-form ul input.email, #content #signup #signup-form ul input.long, #content #signup #signup-form ul input.creditcard {
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -webkit-appearance: none;
          width: 95%;
          margin: 0px 0px 0px 0px; }
        #content #signup #signup-form ul input.creditcard {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          margin-bottom: 10px;
          border: 1px solid #cccccc; }
        #content #signup #signup-form ul input.cvc {
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -webkit-appearance: none; }
        #content #signup #signup-form ul .month, #content #signup #signup-form ul .year, #content #signup #signup-form ul input.cvc {
          margin-bottom: 10px; }
    #content #signup #submit-button {
      float: none;
      display: block;
      width: 100%;
      font-weight: bold; }

  #login h1 {
    height: 80px;
    width: 80px;
    margin: 0px auto 20px auto; }
    #login h1 a {
      background: url(../../images/sprites/static_sprite.png) -300px -1800px no-repeat;
      width: 80px;
      height: 80px; }
  #login .forgot-password {
    float: right; }
  #login .button-or {
    display: none; }
  #login .button-link {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #d6e7ed url(../../images/backgrounds/criss_cross_bg.png) 0px 0px repeat;
    color: #999999;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, Verdana, san-serif;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 10px; }
    #login .button-link:hover {
      color: #2589c6; }
  #login .pitch {
    width: auto;
    margin-bottom: 100px; }
    #login .pitch .button-grid {
      font-size: 16px;
      line-height: 50px; }
  #login #box {
    width: auto;
    margin: 0px auto 0px auto; }
    #login #box ul {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -webkit-appearance: none;
      background: none;
      padding: 0px; }
      #login #box ul li {
        margin-bottom: 0px;
        padding: 0px; }
        #login #box ul li:last-child {
          margin: 0; }
        #login #box ul li.submit-form {
          margin-top: 30px; }
  #login label {
    display: none;
    margin-bottom: 5px; }
  #login input.text {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    width: 95%;
    margin: 0px; }
  #login input.button-primary {
    width: 99%;
    margin: 0px 0px 10px 0px;
    height: 50px;
    font-size: 18px;
    font-weight: bold; }

  #tour .tour-video {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px; }
  #tour .button-primary-large {
    width: auto;
    margin: 0; }

  #video-wrapper {
    display: none; }

  #video-player {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    background: black;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    height: 2000px;
    width: auto;
    margin-left: 0;
    margin-top: 0; }
    #video-player iframe {
      width: 280px;
      height: auto;
      margin: 20px; }
    #video-player .button-primary-large, #video-player .button-secondary-large {
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
      float: none;
      margin: 0px 20px 10px 20px;
      width: auto; }

  #launchpad article {
    width: auto;
    margin: 0px 20px; }
    #launchpad article .col_1, #launchpad article .col_2, #launchpad article .col_3 {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      background: white;
      width: auto;
      float: none;
      margin: 0px auto 20px auto;
      padding: 20px;
      display: block; }
    #launchpad article .col_3 {
      margin-bottom: 0px; }
    #launchpad article h1 {
      font-size: 16px; }
    #launchpad article ul a, #launchpad article ul li {
      color: #666666;
      font-size: 14px; }
    #launchpad article ul a {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      display: block;
      padding: 10px 5px;
      background: #eeeeee; }
      #launchpad article ul a.icon-twitter, #launchpad article ul a.icon-facebook {
        background: #eeeeee;
        padding: 10px 5px; }
    #launchpad article ul li:last-child {
      margin: 0px; } }
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  #video-player iframe {
    width: 440px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #homepage-billboard #browser {
    background: white url(../../images/backgrounds/mini-app@2x.png) center center no-repeat;
    -webkit-background-size: 280px 160px; }

  #login h1 a, #content #signup hgroup h1 {
    background: url(../../images/backgrounds/logo@2x.png) center center no-repeat;
    -webkit-background-size: 80px 80px; } }
