/* line 63, /app/rafflecopter/static/styles/newhome/_base */
.font-ease {
  -webkit-font-smoothing: antialiased; }

/* line 63, /app/rafflecopter/static/styles/newhome/_base */
.font-ease {
  -webkit-font-smoothing: antialiased; }

/* $main-col-width:    round(golden-multiple($sidebar-width, 1) - 2px); */
/* line 51, /app/rafflecopter/static/styles/rafl/_base */
body {
  font-family: "proxima-nova", Helvetica, sans-serif; }
  /* line 54, /app/rafflecopter/static/styles/rafl/_base */
  body.admin {
    /*padding-top:    40px;*/ }

/* line 59, /app/rafflecopter/static/styles/rafl/_base */
.large-input {
  font-weight: 300;
  line-height: 1em;
  font-size: 1.125em;
  display: block;
  padding: 21px 20px 19px 12px;
  color: #262A2C; }
  /* line 67, /app/rafflecopter/static/styles/rafl/_base */
  .large-input[type="text"], .large-input[type="password"] {
    -webkit-box-shadow: inset 0 2px 9px rgba(38, 42, 44, 0.035);
    -moz-box-shadow: inset 0 2px 9px rgba(38, 42, 44, 0.035);
    -ms-box-shadow: inset 0 2px 9px rgba(38, 42, 44, 0.035);
    -o-box-shadow: inset 0 2px 9px rgba(38, 42, 44, 0.035);
    box-shadow: inset 0 2px 9px rgba(38, 42, 44, 0.035); }

/* line 72, /app/rafflecopter/static/styles/rafl/_base */
select:not(.unstyled) {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  padding: 4px;
  height: 30px;
  border: 1px solid #bbb; }

/* line 81, /app/rafflecopter/static/styles/rafl/_base */
.small-msg {
  font-family: Helvetica, sans-serif;
  font-size: 0.625em;
  font-style: italic;
  letter-spacing: 1px;
  padding: 0.5em 3em;
  display: block;
  line-height: 1.5;
  margin-top: 1em;
  border: 1px solid #f4f4f5;
  background: #fcfcfc;
  color: #9fa3ab;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 102, /app/rafflecopter/static/styles/rafl/_base */
.button-add {
  font-weight: 400;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 0.8125em;
  display: block;
  border: 1px dashed #c0c3c9;
  height: 56px;
  line-height: 58px;
  padding: 0 20px;
  /* padding:            22px 20px 18px 20px; */
  /* line-height:        em(16, 14); */
  position: relative;
  color: #d9dbde;
  color: rgba(106, 112, 124, 0.75);
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }
  /* line 127, /app/rafflecopter/static/styles/rafl/_base */
  .button-add:hover {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    font-size: 1em;
    /* padding-top:        20px; */
    /* padding-bottom:     16px; */
    color: #fff;
    background: #008FD6;
    border-color: #008FD6; }
    /* line 141, /app/rafflecopter/static/styles/rafl/_base */
    .button-add:hover i {
      border: none;
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: 0;
      margin-right: 16px;
      background-image: url(/static/img/newhome/chevron-sprite.png);
      background-repeat: no-repeat;
      background-position: center right;
      background-position: -42px 0; }
    /* line 145, /app/rafflecopter/static/styles/rafl/_base */
    .button-add:hover b {
      text-decoration: none;
      top: -1px; }
  /* line 151, /app/rafflecopter/static/styles/rafl/_base */
  .button-add:active {
    text-shadow: none; }
  /* line 155, /app/rafflecopter/static/styles/rafl/_base */
  .button-add b {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-right: 6px; }
  /* line 164, /app/rafflecopter/static/styles/rafl/_base */
  .button-add em {
    font-style: normal; }

/* line 16, /app/rafflecopter/static/styles/paymodal-outer.scss */
#upsell-handle {
  position: fixed;
  z-index: 1002; }
  /* line 20, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-visible #upsell-handle {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -webkit-transition-delay: ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }

/* line 26, /app/rafflecopter/static/styles/paymodal-outer.scss */
#paymodal-container {
  position: fixed;
  top: 0;
  z-index: 1004;
  overflow: hidden;
  box-sizing: border-box;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 30px;
  background-color: #F7F9FA;
  background-image: url(/static/img/spinner-paymodal.gif);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 17, 0.33);
  -moz-box-shadow: 0 10px 24px rgba(0, 0, 17, 0.33);
  -ms-box-shadow: 0 10px 24px rgba(0, 0, 17, 0.33);
  -o-box-shadow: 0 10px 24px rgba(0, 0, 17, 0.33);
  box-shadow: 0 10px 24px rgba(0, 0, 17, 0.33);
  height: 506px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-30px) translateZ(0);
  -moz-transform: translateY(-30px) translateZ(0);
  -ms-transform: translateY(-30px) translateZ(0);
  -o-transform: translateY(-30px) translateZ(0);
  transform: translateY(-30px) translateZ(0);
  -webkit-transition: all 0.25s;
  -webkit-transition-delay: ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  /* line 50, /app/rafflecopter/static/styles/paymodal-outer.scss */
  #paymodal-container.two-addons {
    height: 526px; }
  /* line 53, /app/rafflecopter/static/styles/paymodal-outer.scss */
  #paymodal-container.three-addons {
    height: 576px; }
  /* line 57, /app/rafflecopter/static/styles/paymodal-outer.scss */
  #paymodal-container.inline {
    position: relative; }
  /* line 68, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-visible #paymodal-container {
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

/* line 74, /app/rafflecopter/static/styles/paymodal-outer.scss */
#paymodal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1003;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -webkit-transition-delay: ease-in-out, ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; }
  /* line 88, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-visible #paymodal-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  /* line 92, /app/rafflecopter/static/styles/paymodal-outer.scss */
  #paymodal-overlay.inline {
    display: none; }
  /* line 96, /app/rafflecopter/static/styles/paymodal-outer.scss */
  #paymodal-overlay:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 42, 44, 0.74); }

/* line 107, /app/rafflecopter/static/styles/paymodal-outer.scss */
.paymodal-fullpage-spinner {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  background-image: url(/static/img/spinner-paymodal.gif);
  background-repeat: no-repeat;
  background-position: center 40%;
  -webkit-transition: opacity 0.5s;
  -webkit-transition-delay: ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  /* line 121, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-fullpage-spinner:after {
    content: "Great! Payment successful \2014  Hang tight while we increase the awesome!";
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #6A707C; }
  /* line 132, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-fullpage-spinner.free-trial:after {
    content: "We're creating your account. Hang on to your hat!"; }
  /* line 136, /app/rafflecopter/static/styles/paymodal-outer.scss */
  .paymodal-fullpage-spinner.paid-signup:after {
    content: "Great! Payment successful \2014  We're setting up your account."; }
