
/*
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: white;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8, .quote {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4, .person {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid, .copyright-row, .smb .cta1, .smb .request-invite, .testimonial, .press, #tour, .business-services, [class*="plan-info-"] {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .copyright-row:before, .smb .cta1:before, .smb .request-invite:before, .testimonial:before, .press:before, #tour:before, .business-services:before, [class*="plan-info-"]:before, .row-fluid:after, .copyright-row:after, .smb .cta1:after, .smb .request-invite:after, .testimonial:after, .press:after, #tour:after, .business-services:after, [class*="plan-info-"]:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after, .copyright-row:after, .smb .cta1:after, .smb .request-invite:after, .testimonial:after, .press:after, #tour:after, .business-services:after, [class*="plan-info-"]:after {
  clear: both;
}
.row-fluid [class*="span"], .copyright-row [class*="span"], .smb .cta1 [class*="span"], .smb .request-invite [class*="span"], .testimonial [class*="span"], .press [class*="span"], #tour [class*="span"], .business-services [class*="span"], [class*="plan-info-"] [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
.row-fluid [class*="span"]:first-child, .copyright-row [class*="span"]:first-child, .smb .cta1 [class*="span"]:first-child, .smb .request-invite [class*="span"]:first-child, .testimonial [class*="span"]:first-child, .press [class*="span"]:first-child, #tour [class*="span"]:first-child, .business-services [class*="span"]:first-child, [class*="plan-info-"] [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"], .copyright-row .controls-row [class*="span"] + [class*="span"], .smb .cta1 .controls-row [class*="span"] + [class*="span"], .smb .request-invite .controls-row [class*="span"] + [class*="span"], .testimonial .controls-row [class*="span"] + [class*="span"], .press .controls-row [class*="span"] + [class*="span"], #tour .controls-row [class*="span"] + [class*="span"], .business-services .controls-row [class*="span"] + [class*="span"], [class*="plan-info-"] .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
.row-fluid .span12, .copyright-row .span12, .smb .cta1 .span12, .smb .request-invite .span12, .testimonial .span12, .press .span12, #tour .span12, .business-services .span12, [class*="plan-info-"] .span12 {
  width: 100%;
  *width: 99.94681%;
}
.row-fluid .span11, .copyright-row .span11, .smb .cta1 .span11, .smb .request-invite .span11, .testimonial .span11, .press .span11, #tour .span11, .business-services .span11, [class*="plan-info-"] .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
.row-fluid .span10, .copyright-row .span10, .smb .cta1 .span10, .smb .request-invite .span10, .testimonial .span10, .press .span10, #tour .span10, .business-services .span10, [class*="plan-info-"] .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
.row-fluid .span9, .copyright-row .span9, .smb .cta1 .span9, .smb .request-invite .span9, .testimonial .span9, .press .span9, #tour .span9, .business-services .span9, [class*="plan-info-"] .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
.row-fluid .span8, .copyright-row .span8, .smb .cta1 .span8, .smb .request-invite .span8, .testimonial .span8, .press .span8, #tour .span8, .business-services .span8, [class*="plan-info-"] .span8, .row-fluid .quote, .copyright-row .quote, .smb .cta1 .quote, .smb .request-invite .quote, .testimonial .quote, .press .quote, #tour .quote, .business-services .quote, [class*="plan-info-"] .quote {
  width: 65.95745%;
  *width: 65.90426%;
}
.row-fluid .span7, .copyright-row .span7, .smb .cta1 .span7, .smb .request-invite .span7, .testimonial .span7, .press .span7, #tour .span7, .business-services .span7, [class*="plan-info-"] .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
.row-fluid .span6, .copyright-row .span6, .smb .cta1 .span6, .smb .request-invite .span6, .testimonial .span6, .press .span6, #tour .span6, .business-services .span6, [class*="plan-info-"] .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
.row-fluid .span5, .copyright-row .span5, .smb .cta1 .span5, .smb .request-invite .span5, .testimonial .span5, .press .span5, #tour .span5, .business-services .span5, [class*="plan-info-"] .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
.row-fluid .span4, .copyright-row .span4, .smb .cta1 .span4, .smb .request-invite .span4, .testimonial .span4, .press .span4, #tour .span4, .business-services .span4, [class*="plan-info-"] .span4, .row-fluid .person, .copyright-row .person, .smb .cta1 .person, .smb .request-invite .person, .testimonial .person, .press .person, #tour .person, .business-services .person, [class*="plan-info-"] .person {
  width: 31.91489%;
  *width: 31.8617%;
}
.row-fluid .span3, .copyright-row .span3, .smb .cta1 .span3, .smb .request-invite .span3, .testimonial .span3, .press .span3, #tour .span3, .business-services .span3, [class*="plan-info-"] .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
.row-fluid .span2, .copyright-row .span2, .smb .cta1 .span2, .smb .request-invite .span2, .testimonial .span2, .press .span2, #tour .span2, .business-services .span2, [class*="plan-info-"] .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
.row-fluid .span1, .copyright-row .span1, .smb .cta1 .span1, .smb .request-invite .span1, .testimonial .span1, .press .span1, #tour .span1, .business-services .span1, [class*="plan-info-"] .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
.row-fluid .offset12, .copyright-row .offset12, .smb .cta1 .offset12, .smb .request-invite .offset12, .testimonial .offset12, .press .offset12, #tour .offset12, .business-services .offset12, [class*="plan-info-"] .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.row-fluid .offset12:first-child, .copyright-row .offset12:first-child, .smb .cta1 .offset12:first-child, .smb .request-invite .offset12:first-child, .testimonial .offset12:first-child, .press .offset12:first-child, #tour .offset12:first-child, .business-services .offset12:first-child, [class*="plan-info-"] .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
.row-fluid .offset11, .copyright-row .offset11, .smb .cta1 .offset11, .smb .request-invite .offset11, .testimonial .offset11, .press .offset11, #tour .offset11, .business-services .offset11, [class*="plan-info-"] .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.row-fluid .offset11:first-child, .copyright-row .offset11:first-child, .smb .cta1 .offset11:first-child, .smb .request-invite .offset11:first-child, .testimonial .offset11:first-child, .press .offset11:first-child, #tour .offset11:first-child, .business-services .offset11:first-child, [class*="plan-info-"] .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.row-fluid .offset10, .copyright-row .offset10, .smb .cta1 .offset10, .smb .request-invite .offset10, .testimonial .offset10, .press .offset10, #tour .offset10, .business-services .offset10, [class*="plan-info-"] .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.row-fluid .offset10:first-child, .copyright-row .offset10:first-child, .smb .cta1 .offset10:first-child, .smb .request-invite .offset10:first-child, .testimonial .offset10:first-child, .press .offset10:first-child, #tour .offset10:first-child, .business-services .offset10:first-child, [class*="plan-info-"] .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
.row-fluid .offset9, .copyright-row .offset9, .smb .cta1 .offset9, .smb .request-invite .offset9, .testimonial .offset9, .press .offset9, #tour .offset9, .business-services .offset9, [class*="plan-info-"] .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.row-fluid .offset9:first-child, .copyright-row .offset9:first-child, .smb .cta1 .offset9:first-child, .smb .request-invite .offset9:first-child, .testimonial .offset9:first-child, .press .offset9:first-child, #tour .offset9:first-child, .business-services .offset9:first-child, [class*="plan-info-"] .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.row-fluid .offset8, .copyright-row .offset8, .smb .cta1 .offset8, .smb .request-invite .offset8, .testimonial .offset8, .press .offset8, #tour .offset8, .business-services .offset8, [class*="plan-info-"] .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.row-fluid .offset8:first-child, .copyright-row .offset8:first-child, .smb .cta1 .offset8:first-child, .smb .request-invite .offset8:first-child, .testimonial .offset8:first-child, .press .offset8:first-child, #tour .offset8:first-child, .business-services .offset8:first-child, [class*="plan-info-"] .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.row-fluid .offset7, .copyright-row .offset7, .smb .cta1 .offset7, .smb .request-invite .offset7, .testimonial .offset7, .press .offset7, #tour .offset7, .business-services .offset7, [class*="plan-info-"] .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.row-fluid .offset7:first-child, .copyright-row .offset7:first-child, .smb .cta1 .offset7:first-child, .smb .request-invite .offset7:first-child, .testimonial .offset7:first-child, .press .offset7:first-child, #tour .offset7:first-child, .business-services .offset7:first-child, [class*="plan-info-"] .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.row-fluid .offset6, .copyright-row .offset6, .smb .cta1 .offset6, .smb .request-invite .offset6, .testimonial .offset6, .press .offset6, #tour .offset6, .business-services .offset6, [class*="plan-info-"] .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.row-fluid .offset6:first-child, .copyright-row .offset6:first-child, .smb .cta1 .offset6:first-child, .smb .request-invite .offset6:first-child, .testimonial .offset6:first-child, .press .offset6:first-child, #tour .offset6:first-child, .business-services .offset6:first-child, [class*="plan-info-"] .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.row-fluid .offset5, .copyright-row .offset5, .smb .cta1 .offset5, .smb .request-invite .offset5, .testimonial .offset5, .press .offset5, #tour .offset5, .business-services .offset5, [class*="plan-info-"] .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.row-fluid .offset5:first-child, .copyright-row .offset5:first-child, .smb .cta1 .offset5:first-child, .smb .request-invite .offset5:first-child, .testimonial .offset5:first-child, .press .offset5:first-child, #tour .offset5:first-child, .business-services .offset5:first-child, [class*="plan-info-"] .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.row-fluid .offset4, .copyright-row .offset4, .smb .cta1 .offset4, .smb .request-invite .offset4, .testimonial .offset4, .press .offset4, #tour .offset4, .business-services .offset4, [class*="plan-info-"] .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.row-fluid .offset4:first-child, .copyright-row .offset4:first-child, .smb .cta1 .offset4:first-child, .smb .request-invite .offset4:first-child, .testimonial .offset4:first-child, .press .offset4:first-child, #tour .offset4:first-child, .business-services .offset4:first-child, [class*="plan-info-"] .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.row-fluid .offset3, .copyright-row .offset3, .smb .cta1 .offset3, .smb .request-invite .offset3, .testimonial .offset3, .press .offset3, #tour .offset3, .business-services .offset3, [class*="plan-info-"] .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.row-fluid .offset3:first-child, .copyright-row .offset3:first-child, .smb .cta1 .offset3:first-child, .smb .request-invite .offset3:first-child, .testimonial .offset3:first-child, .press .offset3:first-child, #tour .offset3:first-child, .business-services .offset3:first-child, [class*="plan-info-"] .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.row-fluid .offset2, .copyright-row .offset2, .smb .cta1 .offset2, .smb .request-invite .offset2, .testimonial .offset2, .press .offset2, #tour .offset2, .business-services .offset2, [class*="plan-info-"] .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.row-fluid .offset2:first-child, .copyright-row .offset2:first-child, .smb .cta1 .offset2:first-child, .smb .request-invite .offset2:first-child, .testimonial .offset2:first-child, .press .offset2:first-child, #tour .offset2:first-child, .business-services .offset2:first-child, [class*="plan-info-"] .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.row-fluid .offset1, .copyright-row .offset1, .smb .cta1 .offset1, .smb .request-invite .offset1, .testimonial .offset1, .press .offset1, #tour .offset1, .business-services .offset1, [class*="plan-info-"] .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.row-fluid .offset1:first-child, .copyright-row .offset1:first-child, .smb .cta1 .offset1:first-child, .smb .request-invite .offset1:first-child, .testimonial .offset1:first-child, .press .offset1:first-child, #tour .offset1:first-child, .business-services .offset1:first-child, [class*="plan-info-"] .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide,
.copyright-row [class*="span"].hide,
.smb .cta1 [class*="span"].hide,
.smb .request-invite [class*="span"].hide,
.testimonial [class*="span"].hide,
.press [class*="span"].hide,
#tour [class*="span"].hide,
.business-services [class*="span"].hide,
[class*="plan-info-"] [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right, .navbar [class*="span"].nav,
.row-fluid [class*="span"].pull-right,
.copyright-row [class*="span"].pull-right,
.smb .cta1 [class*="span"].pull-right,
.smb .request-invite [class*="span"].pull-right,
.testimonial [class*="span"].pull-right,
.press [class*="span"].pull-right,
#tour [class*="span"].pull-right,
.business-services [class*="span"].pull-right,
[class*="plan-info-"] [class*="span"].pull-right,
.row-fluid .navbar [class*="span"].nav,
.navbar .row-fluid [class*="span"].nav,
.copyright-row .navbar [class*="span"].nav,
.navbar .copyright-row [class*="span"].nav,
.smb .cta1 .navbar [class*="span"].nav,
.navbar .smb .cta1 [class*="span"].nav,
.smb .request-invite .navbar [class*="span"].nav,
.navbar .smb .request-invite [class*="span"].nav,
.testimonial .navbar [class*="span"].nav,
.navbar .testimonial [class*="span"].nav,
.press .navbar [class*="span"].nav,
.navbar .press [class*="span"].nav,
#tour .navbar [class*="span"].nav,
.navbar #tour [class*="span"].nav,
.business-services .navbar [class*="span"].nav,
.navbar .business-services [class*="span"].nav,
[class*="plan-info-"] .navbar [class*="span"].nav,
.navbar [class*="plan-info-"] [class*="span"].nav {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid, .footer-inner, .navbar .nav-wrap, .wrap, .plan-shortcuts {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before, .footer-inner:before, .navbar .nav-wrap:before, .wrap:before, .plan-shortcuts:before, .container-fluid:after, .footer-inner:after, .navbar .nav-wrap:after, .wrap:after, .plan-shortcuts:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after, .footer-inner:after, .navbar .nav-wrap:after, .wrap:after, .plan-shortcuts:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right, .navbar blockquote.nav {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p, .navbar blockquote.nav p,
blockquote.pull-right small,
.navbar blockquote.nav small {
  text-align: right;
}
blockquote.pull-right small:before, .navbar blockquote.nav small:before {
  content: '';
}
blockquote.pull-right small:after, .navbar blockquote.nav small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.copyright-row input[class*="span"],
.smb .cta1 input[class*="span"],
.smb .request-invite input[class*="span"],
.testimonial input[class*="span"],
.press input[class*="span"],
#tour input[class*="span"],
.business-services input[class*="span"],
[class*="plan-info-"] input[class*="span"],
.row-fluid select[class*="span"],
.copyright-row select[class*="span"],
.smb .cta1 select[class*="span"],
.smb .request-invite select[class*="span"],
.testimonial select[class*="span"],
.press select[class*="span"],
#tour select[class*="span"],
.business-services select[class*="span"],
[class*="plan-info-"] select[class*="span"],
.row-fluid textarea[class*="span"],
.copyright-row textarea[class*="span"],
.smb .cta1 textarea[class*="span"],
.smb .request-invite textarea[class*="span"],
.testimonial textarea[class*="span"],
.press textarea[class*="span"],
#tour textarea[class*="span"],
.business-services textarea[class*="span"],
[class*="plan-info-"] textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.copyright-row .uneditable-input[class*="span"],
.smb .cta1 .uneditable-input[class*="span"],
.smb .request-invite .uneditable-input[class*="span"],
.testimonial .uneditable-input[class*="span"],
.press .uneditable-input[class*="span"],
#tour .uneditable-input[class*="span"],
.business-services .uneditable-input[class*="span"],
[class*="plan-info-"] .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.copyright-row input[class*="span"],
.smb .cta1 input[class*="span"],
.smb .request-invite input[class*="span"],
.testimonial input[class*="span"],
.press input[class*="span"],
#tour input[class*="span"],
.business-services input[class*="span"],
[class*="plan-info-"] input[class*="span"],
.row-fluid select[class*="span"],
.copyright-row select[class*="span"],
.smb .cta1 select[class*="span"],
.smb .request-invite select[class*="span"],
.testimonial select[class*="span"],
.press select[class*="span"],
#tour select[class*="span"],
.business-services select[class*="span"],
[class*="plan-info-"] select[class*="span"],
.row-fluid textarea[class*="span"],
.copyright-row textarea[class*="span"],
.smb .cta1 textarea[class*="span"],
.smb .request-invite textarea[class*="span"],
.testimonial textarea[class*="span"],
.press textarea[class*="span"],
#tour textarea[class*="span"],
.business-services textarea[class*="span"],
[class*="plan-info-"] textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.copyright-row .uneditable-input[class*="span"],
.smb .cta1 .uneditable-input[class*="span"],
.smb .request-invite .uneditable-input[class*="span"],
.testimonial .uneditable-input[class*="span"],
.press .uneditable-input[class*="span"],
#tour .uneditable-input[class*="span"],
.business-services .uneditable-input[class*="span"],
[class*="plan-info-"] .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.copyright-row .input-prepend [class*="span"],
.smb .cta1 .input-prepend [class*="span"],
.smb .request-invite .input-prepend [class*="span"],
.testimonial .input-prepend [class*="span"],
.press .input-prepend [class*="span"],
#tour .input-prepend [class*="span"],
.business-services .input-prepend [class*="span"],
[class*="plan-info-"] .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"],
.copyright-row .input-append [class*="span"],
.smb .cta1 .input-append [class*="span"],
.smb .request-invite .input-append [class*="span"],
.testimonial .input-append [class*="span"],
.press .input-append [class*="span"],
#tour .input-append [class*="span"],
.business-services .input-append [class*="span"],
[class*="plan-info-"] .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8, input.quote,
textarea.span8,
textarea.quote,
.uneditable-input.span8,
.uneditable-input.quote {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4, input.person,
textarea.span4,
textarea.person,
.uneditable-input.span4,
.uneditable-input.person {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"],
.copyright-row .controls-row [class*="span"],
.smb .cta1 .controls-row [class*="span"],
.smb .request-invite .controls-row [class*="span"],
.testimonial .controls-row [class*="span"],
.press .controls-row [class*="span"],
#tour .controls-row [class*="span"],
.business-services .controls-row [class*="span"],
[class*="plan-info-"] .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .smb .request-invite .cta1-btn,
.smb .request-invite .input-append .cta1-btn,
.input-append .cta2-btn,
.input-append .tier .learn-pricing-btn,
.tier .input-append .learn-pricing-btn,
.input-append .tier .buy-tier-btn,
.tier .input-append .buy-tier-btn,
.input-append #tour .tour-btn,
#tour .input-append .tour-btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .smb .request-invite .cta1-btn,
.smb .request-invite .input-prepend .cta1-btn,
.input-prepend .cta2-btn,
.input-prepend .tier .learn-pricing-btn,
.tier .input-prepend .learn-pricing-btn,
.input-prepend .tier .buy-tier-btn,
.tier .input-prepend .buy-tier-btn,
.input-prepend #tour .tour-btn,
#tour .input-prepend .tour-btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .smb .request-invite .cta1-btn,
.smb .request-invite .input-prepend .cta1-btn,
.input-prepend .cta2-btn,
.input-prepend .tier .learn-pricing-btn,
.tier .input-prepend .learn-pricing-btn,
.input-prepend .tier .buy-tier-btn,
.tier .input-prepend .buy-tier-btn,
.input-prepend #tour .tour-btn,
#tour .input-prepend .tour-btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .smb .request-invite .cta1-btn:first-child,
.smb .request-invite .input-prepend .cta1-btn:first-child,
.input-prepend .cta2-btn:first-child,
.input-prepend .tier .learn-pricing-btn:first-child,
.tier .input-prepend .learn-pricing-btn:first-child,
.input-prepend .tier .buy-tier-btn:first-child,
.tier .input-prepend .buy-tier-btn:first-child,
.input-prepend #tour .tour-btn:first-child,
#tour .input-prepend .tour-btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .smb .request-invite .cta1-btn:last-child, .smb .request-invite .input-append input + .btn-group .cta1-btn:last-child, .input-append input + .btn-group .cta2-btn:last-child, .input-append input + .btn-group .tier .learn-pricing-btn:last-child, .tier .input-append input + .btn-group .learn-pricing-btn:last-child, .input-append input + .btn-group .tier .buy-tier-btn:last-child, .tier .input-append input + .btn-group .buy-tier-btn:last-child, .input-append input + .btn-group #tour .tour-btn:last-child, #tour .input-append input + .btn-group .tour-btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group .smb .request-invite .cta1-btn:last-child,
.smb .request-invite .input-append select + .btn-group .cta1-btn:last-child,
.input-append select + .btn-group .cta2-btn:last-child,
.input-append select + .btn-group .tier .learn-pricing-btn:last-child,
.tier .input-append select + .btn-group .learn-pricing-btn:last-child,
.input-append select + .btn-group .tier .buy-tier-btn:last-child,
.tier .input-append select + .btn-group .buy-tier-btn:last-child,
.input-append select + .btn-group #tour .tour-btn:last-child,
#tour .input-append select + .btn-group .tour-btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .smb .request-invite .cta1-btn:last-child,
.smb .request-invite .input-append .uneditable-input + .btn-group .cta1-btn:last-child,
.input-append .uneditable-input + .btn-group .cta2-btn:last-child,
.input-append .uneditable-input + .btn-group .tier .learn-pricing-btn:last-child,
.tier .input-append .uneditable-input + .btn-group .learn-pricing-btn:last-child,
.input-append .uneditable-input + .btn-group .tier .buy-tier-btn:last-child,
.tier .input-append .uneditable-input + .btn-group .buy-tier-btn:last-child,
.input-append .uneditable-input + .btn-group #tour .tour-btn:last-child,
#tour .input-append .uneditable-input + .btn-group .tour-btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .smb .request-invite .cta1-btn,
.smb .request-invite .input-append .cta1-btn,
.input-append .cta2-btn,
.input-append .tier .learn-pricing-btn,
.tier .input-append .learn-pricing-btn,
.input-append .tier .buy-tier-btn,
.tier .input-append .buy-tier-btn,
.input-append #tour .tour-btn,
#tour .input-append .tour-btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .smb .request-invite .cta1-btn:last-child,
.smb .request-invite .input-append .cta1-btn:last-child,
.input-append .cta2-btn:last-child,
.input-append .tier .learn-pricing-btn:last-child,
.tier .input-append .learn-pricing-btn:last-child,
.input-append .tier .buy-tier-btn:last-child,
.tier .input-append .buy-tier-btn:last-child,
.input-append #tour .tour-btn:last-child,
#tour .input-append .tour-btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .smb .request-invite .cta1-btn, .smb .request-invite .input-prepend.input-append input + .btn-group .cta1-btn, .input-prepend.input-append input + .btn-group .cta2-btn, .input-prepend.input-append input + .btn-group .tier .learn-pricing-btn, .tier .input-prepend.input-append input + .btn-group .learn-pricing-btn, .input-prepend.input-append input + .btn-group .tier .buy-tier-btn, .tier .input-prepend.input-append input + .btn-group .buy-tier-btn, .input-prepend.input-append input + .btn-group #tour .tour-btn, #tour .input-prepend.input-append input + .btn-group .tour-btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group .smb .request-invite .cta1-btn,
.smb .request-invite .input-prepend.input-append select + .btn-group .cta1-btn,
.input-prepend.input-append select + .btn-group .cta2-btn,
.input-prepend.input-append select + .btn-group .tier .learn-pricing-btn,
.tier .input-prepend.input-append select + .btn-group .learn-pricing-btn,
.input-prepend.input-append select + .btn-group .tier .buy-tier-btn,
.tier .input-prepend.input-append select + .btn-group .buy-tier-btn,
.input-prepend.input-append select + .btn-group #tour .tour-btn,
#tour .input-prepend.input-append select + .btn-group .tour-btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .smb .request-invite .cta1-btn,
.smb .request-invite .input-prepend.input-append .uneditable-input + .btn-group .cta1-btn,
.input-prepend.input-append .uneditable-input + .btn-group .cta2-btn,
.input-prepend.input-append .uneditable-input + .btn-group .tier .learn-pricing-btn,
.tier .input-prepend.input-append .uneditable-input + .btn-group .learn-pricing-btn,
.input-prepend.input-append .uneditable-input + .btn-group .tier .buy-tier-btn,
.tier .input-prepend.input-append .uneditable-input + .btn-group .buy-tier-btn,
.input-prepend.input-append .uneditable-input + .btn-group #tour .tour-btn,
#tour .input-prepend.input-append .uneditable-input + .btn-group .tour-btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .smb .request-invite .cta1-btn:first-child,
.smb .request-invite .input-prepend.input-append .cta1-btn:first-child,
.input-prepend.input-append .cta2-btn:first-child,
.input-prepend.input-append .tier .learn-pricing-btn:first-child,
.tier .input-prepend.input-append .learn-pricing-btn:first-child,
.input-prepend.input-append .tier .buy-tier-btn:first-child,
.tier .input-prepend.input-append .buy-tier-btn:first-child,
.input-prepend.input-append #tour .tour-btn:first-child,
#tour .input-prepend.input-append .tour-btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .smb .request-invite .cta1-btn:last-child,
.smb .request-invite .input-prepend.input-append .cta1-btn:last-child,
.input-prepend.input-append .cta2-btn:last-child,
.input-prepend.input-append .tier .learn-pricing-btn:last-child,
.tier .input-prepend.input-append .learn-pricing-btn:last-child,
.input-prepend.input-append .tier .buy-tier-btn:last-child,
.tier .input-prepend.input-append .buy-tier-btn:last-child,
.input-prepend.input-append #tour .tour-btn:last-child,
#tour .input-prepend.input-append .tour-btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-append .smb .request-invite .cta1-btn, .smb .request-invite .form-search .input-append .cta1-btn, .form-search .input-append .cta2-btn, .form-search .input-append .tier .learn-pricing-btn, .tier .form-search .input-append .learn-pricing-btn, .form-search .input-append .tier .buy-tier-btn, .tier .form-search .input-append .buy-tier-btn, .form-search .input-append #tour .tour-btn, #tour .form-search .input-append .tour-btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn, .form-search .input-prepend .smb .request-invite .cta1-btn, .smb .request-invite .form-search .input-prepend .cta1-btn, .form-search .input-prepend .cta2-btn, .form-search .input-prepend .tier .learn-pricing-btn, .tier .form-search .input-prepend .learn-pricing-btn, .form-search .input-prepend .tier .buy-tier-btn, .tier .form-search .input-prepend .buy-tier-btn, .form-search .input-prepend #tour .tour-btn, #tour .form-search .input-prepend .tour-btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: whitesmoke;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.copyright-row table td[class*="span"],
.smb .cta1 table td[class*="span"],
.smb .request-invite table td[class*="span"],
.testimonial table td[class*="span"],
.press table td[class*="span"],
#tour table td[class*="span"],
.business-services table td[class*="span"],
[class*="plan-info-"] table td[class*="span"],
.row-fluid table th[class*="span"],
.copyright-row table th[class*="span"],
.smb .cta1 table th[class*="span"],
.smb .request-invite table th[class*="span"],
.testimonial table th[class*="span"],
.press table th[class*="span"],
#tour table th[class*="span"],
.business-services table th[class*="span"],
[class*="plan-info-"] table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4, .table td.person,
.table th.span4,
.table th.person {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8, .table td.quote,
.table th.span8,
.table th.quote {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right, .navbar .dropdown-menu.nav {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu, .navbar .nav > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

.dropdown-submenu.pull-left, .dropdown-submenu.avatar, .services-list li span.dropdown-submenu {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu, .dropdown-submenu.avatar > .dropdown-menu, .services-list li span.dropdown-submenu > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well, .tier.aside {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .tier.aside blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn, .smb .request-invite .cta1-btn, .cta2-btn, .tier .learn-pricing-btn, .tier .buy-tier-btn, #tour .tour-btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .smb .request-invite .cta1-btn:hover, .cta2-btn:hover, .tier .learn-pricing-btn:hover, .tier .buy-tier-btn:hover, #tour .tour-btn:hover, .btn:active, .smb .request-invite .cta1-btn:active, .cta2-btn:active, .tier .learn-pricing-btn:active, .tier .buy-tier-btn:active, #tour .tour-btn:active, .btn.active, .smb .request-invite .active.cta1-btn, .active.cta2-btn, .tier .active.learn-pricing-btn, .tier .active.buy-tier-btn, #tour .active.tour-btn, .btn.disabled, .smb .request-invite .disabled.cta1-btn, .disabled.cta2-btn, .tier .disabled.learn-pricing-btn, .tier .disabled.buy-tier-btn, #tour .disabled.tour-btn, .btn[disabled], .smb .request-invite [disabled].cta1-btn, [disabled].cta2-btn, .tier [disabled].learn-pricing-btn, .tier [disabled].buy-tier-btn, #tour [disabled].tour-btn {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .smb .request-invite .cta1-btn:active, .cta2-btn:active, .tier .learn-pricing-btn:active, .tier .buy-tier-btn:active, #tour .tour-btn:active, .btn.active, .smb .request-invite .active.cta1-btn, .active.cta2-btn, .tier .active.learn-pricing-btn, .tier .active.buy-tier-btn, #tour .active.tour-btn {
  background-color: #cccccc \9;
}
.btn:first-child, .smb .request-invite .cta1-btn:first-child, .cta2-btn:first-child, .tier .learn-pricing-btn:first-child, .tier .buy-tier-btn:first-child, #tour .tour-btn:first-child {
  *margin-left: 0;
}
.btn:hover, .smb .request-invite .cta1-btn:hover, .cta2-btn:hover, .tier .learn-pricing-btn:hover, .tier .buy-tier-btn:hover, #tour .tour-btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus, .smb .request-invite .cta1-btn:focus, .cta2-btn:focus, .tier .learn-pricing-btn:focus, .tier .buy-tier-btn:focus, #tour .tour-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .smb .request-invite .active.cta1-btn, .active.cta2-btn, .tier .active.learn-pricing-btn, .tier .active.buy-tier-btn, #tour .active.tour-btn, .btn:active, .smb .request-invite .cta1-btn:active, .cta2-btn:active, .tier .learn-pricing-btn:active, .tier .buy-tier-btn:active, #tour .tour-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .smb .request-invite .disabled.cta1-btn, .disabled.cta2-btn, .tier .disabled.learn-pricing-btn, .tier .disabled.buy-tier-btn, #tour .disabled.tour-btn, .btn[disabled], .smb .request-invite [disabled].cta1-btn, [disabled].cta2-btn, .tier [disabled].learn-pricing-btn, .tier [disabled].buy-tier-btn, #tour [disabled].tour-btn {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large, .btn-huge, .cta2-btn, .smb .request-invite .cta1-btn, .tier .learn-pricing-btn, #tour .tour-btn {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"], .btn-huge [class^="icon-"], .cta2-btn [class^="icon-"], .smb .request-invite .cta1-btn [class^="icon-"], .tier .learn-pricing-btn [class^="icon-"], #tour .tour-btn [class^="icon-"],
.btn-large [class*=" icon-"],
.btn-huge [class*=" icon-"],
.cta2-btn [class*=" icon-"],
.smb .request-invite .cta1-btn [class*=" icon-"],
.tier .learn-pricing-btn [class*=" icon-"],
#tour .tour-btn [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn, .smb .request-invite .cta1-btn, .cta2-btn, .tier .learn-pricing-btn, .tier .buy-tier-btn, #tour .tour-btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

button.btn, .smb .request-invite button.cta1-btn, button.cta2-btn, .tier button.learn-pricing-btn, .tier button.buy-tier-btn, #tour button.tour-btn,
input[type="submit"].btn,
.smb .request-invite input[type="submit"].cta1-btn,
input[type="submit"].cta2-btn,
.tier input[type="submit"].learn-pricing-btn,
.tier input[type="submit"].buy-tier-btn,
#tour input[type="submit"].tour-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, .smb .request-invite button.cta1-btn::-moz-focus-inner, button.cta2-btn::-moz-focus-inner, .tier button.learn-pricing-btn::-moz-focus-inner, .tier button.buy-tier-btn::-moz-focus-inner, #tour button.tour-btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
.smb .request-invite input[type="submit"].cta1-btn::-moz-focus-inner,
input[type="submit"].cta2-btn::-moz-focus-inner,
.tier input[type="submit"].learn-pricing-btn::-moz-focus-inner,
.tier input[type="submit"].buy-tier-btn::-moz-focus-inner,
#tour input[type="submit"].tour-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, button.btn.btn-huge, .smb .request-invite button.btn-huge.cta1-btn, .smb .request-invite button.cta1-btn.cta2-btn, button.cta2-btn, .tier button.btn-huge.learn-pricing-btn, .tier button.learn-pricing-btn.cta2-btn, .tier button.btn-huge.buy-tier-btn, .tier button.buy-tier-btn.cta2-btn, #tour button.btn-huge.tour-btn, #tour button.tour-btn.cta2-btn, .smb .request-invite button.cta1-btn, .tier button.learn-pricing-btn, .tier button.btn-large.buy-tier-btn, .tier .smb .request-invite button.buy-tier-btn.cta1-btn, .smb .request-invite .tier button.buy-tier-btn.cta1-btn, .tier button.buy-tier-btn.learn-pricing-btn, .tier #tour button.buy-tier-btn.tour-btn, #tour .tier button.buy-tier-btn.tour-btn, #tour button.tour-btn,
input[type="submit"].btn.btn-large,
input[type="submit"].btn.btn-huge,
.smb .request-invite input[type="submit"].btn-huge.cta1-btn,
.smb .request-invite input[type="submit"].cta1-btn.cta2-btn,
input[type="submit"].cta2-btn,
.tier input[type="submit"].btn-huge.learn-pricing-btn,
.tier input[type="submit"].learn-pricing-btn.cta2-btn,
.tier input[type="submit"].btn-huge.buy-tier-btn,
.tier input[type="submit"].buy-tier-btn.cta2-btn,
#tour input[type="submit"].btn-huge.tour-btn,
#tour input[type="submit"].tour-btn.cta2-btn,
.smb .request-invite input[type="submit"].cta1-btn,
.tier input[type="submit"].learn-pricing-btn,
.tier input[type="submit"].btn-large.buy-tier-btn,
.tier .smb .request-invite input[type="submit"].buy-tier-btn.cta1-btn,
.smb .request-invite .tier input[type="submit"].buy-tier-btn.cta1-btn,
.tier input[type="submit"].buy-tier-btn.learn-pricing-btn,
.tier #tour input[type="submit"].buy-tier-btn.tour-btn,
#tour .tier input[type="submit"].buy-tier-btn.tour-btn,
#tour input[type="submit"].tour-btn {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, .smb .request-invite button.btn-small.cta1-btn, button.btn-small.cta2-btn, .tier button.btn-small.learn-pricing-btn, .tier button.btn-small.buy-tier-btn, #tour button.btn-small.tour-btn,
input[type="submit"].btn.btn-small,
.smb .request-invite input[type="submit"].btn-small.cta1-btn,
input[type="submit"].btn-small.cta2-btn,
.tier input[type="submit"].btn-small.learn-pricing-btn,
.tier input[type="submit"].btn-small.buy-tier-btn,
#tour input[type="submit"].btn-small.tour-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, .smb .request-invite button.btn-mini.cta1-btn, button.btn-mini.cta2-btn, .tier button.btn-mini.learn-pricing-btn, .tier button.btn-mini.buy-tier-btn, #tour button.btn-mini.tour-btn,
input[type="submit"].btn.btn-mini,
.smb .request-invite input[type="submit"].btn-mini.cta1-btn,
input[type="submit"].btn-mini.cta2-btn,
.tier input[type="submit"].btn-mini.learn-pricing-btn,
.tier input[type="submit"].btn-mini.buy-tier-btn,
#tour input[type="submit"].btn-mini.tour-btn {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn, .smb .request-invite .btn-toolbar > .cta1-btn + .btn, .btn-toolbar > .cta2-btn + .btn, .tier .btn-toolbar > .learn-pricing-btn + .btn, .tier .btn-toolbar > .buy-tier-btn + .btn, #tour .btn-toolbar > .tour-btn + .btn, .smb .request-invite .btn-toolbar > .btn + .cta1-btn, .smb .request-invite .btn-toolbar > .cta1-btn + .cta1-btn, .smb .request-invite .btn-toolbar > .cta2-btn + .cta1-btn, .tier .smb .request-invite .btn-toolbar > .learn-pricing-btn + .cta1-btn, .smb .request-invite .tier .btn-toolbar > .learn-pricing-btn + .cta1-btn, .tier .smb .request-invite .btn-toolbar > .buy-tier-btn + .cta1-btn, .smb .request-invite .tier .btn-toolbar > .buy-tier-btn + .cta1-btn, #tour .smb .request-invite .btn-toolbar > .tour-btn + .cta1-btn, .smb .request-invite #tour .btn-toolbar > .tour-btn + .cta1-btn, .btn-toolbar > .btn + .cta2-btn, .smb .request-invite .btn-toolbar > .cta1-btn + .cta2-btn, .btn-toolbar > .cta2-btn + .cta2-btn, .tier .btn-toolbar > .learn-pricing-btn + .cta2-btn, .tier .btn-toolbar > .buy-tier-btn + .cta2-btn, #tour .btn-toolbar > .tour-btn + .cta2-btn, .tier .btn-toolbar > .btn + .learn-pricing-btn, .smb .request-invite .tier .btn-toolbar > .cta1-btn + .learn-pricing-btn, .tier .smb .request-invite .btn-toolbar > .cta1-btn + .learn-pricing-btn, .tier .btn-toolbar > .cta2-btn + .learn-pricing-btn, .tier .btn-toolbar > .learn-pricing-btn + .learn-pricing-btn, .tier .btn-toolbar > .buy-tier-btn + .learn-pricing-btn, #tour .tier .btn-toolbar > .tour-btn + .learn-pricing-btn, .tier #tour .btn-toolbar > .tour-btn + .learn-pricing-btn, .tier .btn-toolbar > .btn + .buy-tier-btn, .smb .request-invite .tier .btn-toolbar > .cta1-btn + .buy-tier-btn, .tier .smb .request-invite .btn-toolbar > .cta1-btn + .buy-tier-btn, .tier .btn-toolbar > .cta2-btn + .buy-tier-btn, .tier .btn-toolbar > .learn-pricing-btn + .buy-tier-btn, .tier .btn-toolbar > .buy-tier-btn + .buy-tier-btn, #tour .tier .btn-toolbar > .tour-btn + .buy-tier-btn, .tier #tour .btn-toolbar > .tour-btn + .buy-tier-btn, #tour .btn-toolbar > .btn + .tour-btn, .smb .request-invite #tour .btn-toolbar > .cta1-btn + .tour-btn, #tour .smb .request-invite .btn-toolbar > .cta1-btn + .tour-btn, #tour .btn-toolbar > .cta2-btn + .tour-btn, .tier #tour .btn-toolbar > .learn-pricing-btn + .tour-btn, #tour .tier .btn-toolbar > .learn-pricing-btn + .tour-btn, .tier #tour .btn-toolbar > .buy-tier-btn + .tour-btn, #tour .tier .btn-toolbar > .buy-tier-btn + .tour-btn, #tour .btn-toolbar > .tour-btn + .tour-btn,
.btn-toolbar > .btn-group + .btn,
.smb .request-invite .btn-toolbar > .btn-group + .cta1-btn,
.btn-toolbar > .btn-group + .cta2-btn,
.tier .btn-toolbar > .btn-group + .learn-pricing-btn,
.tier .btn-toolbar > .btn-group + .buy-tier-btn,
#tour .btn-toolbar > .btn-group + .tour-btn,
.btn-toolbar > .btn + .btn-group,
.smb .request-invite .btn-toolbar > .cta1-btn + .btn-group,
.btn-toolbar > .cta2-btn + .btn-group,
.tier .btn-toolbar > .learn-pricing-btn + .btn-group,
.tier .btn-toolbar > .buy-tier-btn + .btn-group,
#tour .btn-toolbar > .tour-btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn, .smb .request-invite .btn-group > .cta1-btn, .btn-group > .cta2-btn, .tier .btn-group > .learn-pricing-btn, .tier .btn-group > .buy-tier-btn, #tour .btn-group > .tour-btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn, .smb .request-invite .btn-group > .cta1-btn + .btn, .btn-group > .cta2-btn + .btn, .tier .btn-group > .learn-pricing-btn + .btn, .tier .btn-group > .buy-tier-btn + .btn, #tour .btn-group > .tour-btn + .btn, .smb .request-invite .btn-group > .btn + .cta1-btn, .smb .request-invite .btn-group > .cta1-btn + .cta1-btn, .smb .request-invite .btn-group > .cta2-btn + .cta1-btn, .tier .smb .request-invite .btn-group > .learn-pricing-btn + .cta1-btn, .smb .request-invite .tier .btn-group > .learn-pricing-btn + .cta1-btn, .tier .smb .request-invite .btn-group > .buy-tier-btn + .cta1-btn, .smb .request-invite .tier .btn-group > .buy-tier-btn + .cta1-btn, #tour .smb .request-invite .btn-group > .tour-btn + .cta1-btn, .smb .request-invite #tour .btn-group > .tour-btn + .cta1-btn, .btn-group > .btn + .cta2-btn, .smb .request-invite .btn-group > .cta1-btn + .cta2-btn, .btn-group > .cta2-btn + .cta2-btn, .tier .btn-group > .learn-pricing-btn + .cta2-btn, .tier .btn-group > .buy-tier-btn + .cta2-btn, #tour .btn-group > .tour-btn + .cta2-btn, .tier .btn-group > .btn + .learn-pricing-btn, .smb .request-invite .tier .btn-group > .cta1-btn + .learn-pricing-btn, .tier .smb .request-invite .btn-group > .cta1-btn + .learn-pricing-btn, .tier .btn-group > .cta2-btn + .learn-pricing-btn, .tier .btn-group > .learn-pricing-btn + .learn-pricing-btn, .tier .btn-group > .buy-tier-btn + .learn-pricing-btn, #tour .tier .btn-group > .tour-btn + .learn-pricing-btn, .tier #tour .btn-group > .tour-btn + .learn-pricing-btn, .tier .btn-group > .btn + .buy-tier-btn, .smb .request-invite .tier .btn-group > .cta1-btn + .buy-tier-btn, .tier .smb .request-invite .btn-group > .cta1-btn + .buy-tier-btn, .tier .btn-group > .cta2-btn + .buy-tier-btn, .tier .btn-group > .learn-pricing-btn + .buy-tier-btn, .tier .btn-group > .buy-tier-btn + .buy-tier-btn, #tour .tier .btn-group > .tour-btn + .buy-tier-btn, .tier #tour .btn-group > .tour-btn + .buy-tier-btn, #tour .btn-group > .btn + .tour-btn, .smb .request-invite #tour .btn-group > .cta1-btn + .tour-btn, #tour .smb .request-invite .btn-group > .cta1-btn + .tour-btn, #tour .btn-group > .cta2-btn + .tour-btn, .tier #tour .btn-group > .learn-pricing-btn + .tour-btn, #tour .tier .btn-group > .learn-pricing-btn + .tour-btn, .tier #tour .btn-group > .buy-tier-btn + .tour-btn, #tour .tier .btn-group > .buy-tier-btn + .tour-btn, #tour .btn-group > .tour-btn + .tour-btn {
  margin-left: -1px;
}

.btn-group > .btn, .smb .request-invite .btn-group > .cta1-btn, .btn-group > .cta2-btn, .tier .btn-group > .learn-pricing-btn, .tier .btn-group > .buy-tier-btn, #tour .btn-group > .tour-btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large, .btn-group > .btn-huge, .btn-group > .cta2-btn, .smb .request-invite .btn-group > .cta1-btn, .tier .btn-group > .learn-pricing-btn, #tour .btn-group > .tour-btn {
  font-size: 17.5px;
}

.btn-group > .btn:first-child, .smb .request-invite .btn-group > .cta1-btn:first-child, .btn-group > .cta2-btn:first-child, .tier .btn-group > .learn-pricing-btn:first-child, .tier .btn-group > .buy-tier-btn:first-child, #tour .btn-group > .tour-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child, .smb .request-invite .btn-group > .cta1-btn:last-child, .btn-group > .cta2-btn:last-child, .tier .btn-group > .learn-pricing-btn:last-child, .tier .btn-group > .buy-tier-btn:last-child, #tour .btn-group > .tour-btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child, .smb .request-invite .btn-group > .large.cta1-btn:first-child, .btn-group > .large.cta2-btn:first-child, .tier .btn-group > .large.learn-pricing-btn:first-child, .tier .btn-group > .large.buy-tier-btn:first-child, #tour .btn-group > .large.tour-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child, .smb .request-invite .btn-group > .large.cta1-btn:last-child, .btn-group > .large.cta2-btn:last-child, .tier .btn-group > .large.learn-pricing-btn:last-child, .tier .btn-group > .large.buy-tier-btn:last-child, #tour .btn-group > .large.tour-btn:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover, .smb .request-invite .btn-group > .cta1-btn:hover, .btn-group > .cta2-btn:hover, .tier .btn-group > .learn-pricing-btn:hover, .tier .btn-group > .buy-tier-btn:hover, #tour .btn-group > .tour-btn:hover,
.btn-group > .btn:focus,
.smb .request-invite .btn-group > .cta1-btn:focus,
.btn-group > .cta2-btn:focus,
.tier .btn-group > .learn-pricing-btn:focus,
.tier .btn-group > .buy-tier-btn:focus,
#tour .btn-group > .tour-btn:focus,
.btn-group > .btn:active,
.smb .request-invite .btn-group > .cta1-btn:active,
.btn-group > .cta2-btn:active,
.tier .btn-group > .learn-pricing-btn:active,
.tier .btn-group > .buy-tier-btn:active,
#tour .btn-group > .tour-btn:active,
.btn-group > .btn.active,
.smb .request-invite .btn-group > .active.cta1-btn,
.btn-group > .active.cta2-btn,
.tier .btn-group > .active.learn-pricing-btn,
.tier .btn-group > .active.buy-tier-btn,
#tour .btn-group > .active.tour-btn {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .smb .request-invite .btn-group > .cta1-btn + .dropdown-toggle, .btn-group > .cta2-btn + .dropdown-toggle, .tier .btn-group > .learn-pricing-btn + .dropdown-toggle, .tier .btn-group > .buy-tier-btn + .dropdown-toggle, #tour .btn-group > .tour-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle, .btn-group > .btn-huge + .dropdown-toggle, .btn-group > .cta2-btn + .dropdown-toggle, .smb .request-invite .btn-group > .cta1-btn + .dropdown-toggle, .tier .btn-group > .learn-pricing-btn + .dropdown-toggle, #tour .btn-group > .tour-btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle, .btn-group.open .smb .request-invite .dropdown-toggle.cta1-btn, .smb .request-invite .btn-group.open .dropdown-toggle.cta1-btn, .btn-group.open .dropdown-toggle.cta2-btn, .btn-group.open .tier .dropdown-toggle.learn-pricing-btn, .tier .btn-group.open .dropdown-toggle.learn-pricing-btn, .btn-group.open .tier .dropdown-toggle.buy-tier-btn, .tier .btn-group.open .dropdown-toggle.buy-tier-btn, .btn-group.open #tour .dropdown-toggle.tour-btn, #tour .btn-group.open .dropdown-toggle.tour-btn {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret, .smb .request-invite .cta1-btn .caret, .cta2-btn .caret, .tier .learn-pricing-btn .caret, .tier .buy-tier-btn .caret, #tour .tour-btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret,
.btn-huge .caret,
.cta2-btn .caret,
.smb .request-invite .cta1-btn .caret,
.tier .learn-pricing-btn .caret,
#tour .tour-btn .caret {
  margin-top: 6px;
}

.btn-large .caret, .btn-huge .caret, .cta2-btn .caret, .smb .request-invite .cta1-btn .caret, .tier .learn-pricing-btn .caret, #tour .tour-btn .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.dropup .btn-large .caret, .dropup .btn-huge .caret, .dropup .cta2-btn .caret, .dropup .smb .request-invite .cta1-btn .caret, .smb .request-invite .dropup .cta1-btn .caret, .dropup .tier .learn-pricing-btn .caret, .tier .dropup .learn-pricing-btn .caret, .dropup #tour .tour-btn .caret, #tour .dropup .tour-btn .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn, .smb .request-invite .btn-group-vertical > .cta1-btn, .btn-group-vertical > .cta2-btn, .tier .btn-group-vertical > .learn-pricing-btn, .tier .btn-group-vertical > .buy-tier-btn, #tour .btn-group-vertical > .tour-btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn, .smb .request-invite .btn-group-vertical > .cta1-btn + .btn, .btn-group-vertical > .cta2-btn + .btn, .tier .btn-group-vertical > .learn-pricing-btn + .btn, .tier .btn-group-vertical > .buy-tier-btn + .btn, #tour .btn-group-vertical > .tour-btn + .btn, .smb .request-invite .btn-group-vertical > .btn + .cta1-btn, .smb .request-invite .btn-group-vertical > .cta1-btn + .cta1-btn, .smb .request-invite .btn-group-vertical > .cta2-btn + .cta1-btn, .tier .smb .request-invite .btn-group-vertical > .learn-pricing-btn + .cta1-btn, .smb .request-invite .tier .btn-group-vertical > .learn-pricing-btn + .cta1-btn, .tier .smb .request-invite .btn-group-vertical > .buy-tier-btn + .cta1-btn, .smb .request-invite .tier .btn-group-vertical > .buy-tier-btn + .cta1-btn, #tour .smb .request-invite .btn-group-vertical > .tour-btn + .cta1-btn, .smb .request-invite #tour .btn-group-vertical > .tour-btn + .cta1-btn, .btn-group-vertical > .btn + .cta2-btn, .smb .request-invite .btn-group-vertical > .cta1-btn + .cta2-btn, .btn-group-vertical > .cta2-btn + .cta2-btn, .tier .btn-group-vertical > .learn-pricing-btn + .cta2-btn, .tier .btn-group-vertical > .buy-tier-btn + .cta2-btn, #tour .btn-group-vertical > .tour-btn + .cta2-btn, .tier .btn-group-vertical > .btn + .learn-pricing-btn, .smb .request-invite .tier .btn-group-vertical > .cta1-btn + .learn-pricing-btn, .tier .smb .request-invite .btn-group-vertical > .cta1-btn + .learn-pricing-btn, .tier .btn-group-vertical > .cta2-btn + .learn-pricing-btn, .tier .btn-group-vertical > .learn-pricing-btn + .learn-pricing-btn, .tier .btn-group-vertical > .buy-tier-btn + .learn-pricing-btn, #tour .tier .btn-group-vertical > .tour-btn + .learn-pricing-btn, .tier #tour .btn-group-vertical > .tour-btn + .learn-pricing-btn, .tier .btn-group-vertical > .btn + .buy-tier-btn, .smb .request-invite .tier .btn-group-vertical > .cta1-btn + .buy-tier-btn, .tier .smb .request-invite .btn-group-vertical > .cta1-btn + .buy-tier-btn, .tier .btn-group-vertical > .cta2-btn + .buy-tier-btn, .tier .btn-group-vertical > .learn-pricing-btn + .buy-tier-btn, .tier .btn-group-vertical > .buy-tier-btn + .buy-tier-btn, #tour .tier .btn-group-vertical > .tour-btn + .buy-tier-btn, .tier #tour .btn-group-vertical > .tour-btn + .buy-tier-btn, #tour .btn-group-vertical > .btn + .tour-btn, .smb .request-invite #tour .btn-group-vertical > .cta1-btn + .tour-btn, #tour .smb .request-invite .btn-group-vertical > .cta1-btn + .tour-btn, #tour .btn-group-vertical > .cta2-btn + .tour-btn, .tier #tour .btn-group-vertical > .learn-pricing-btn + .tour-btn, #tour .tier .btn-group-vertical > .learn-pricing-btn + .tour-btn, .tier #tour .btn-group-vertical > .buy-tier-btn + .tour-btn, #tour .tier .btn-group-vertical > .buy-tier-btn + .tour-btn, #tour .btn-group-vertical > .tour-btn + .tour-btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child, .smb .request-invite .btn-group-vertical > .cta1-btn:first-child, .btn-group-vertical > .cta2-btn:first-child, .tier .btn-group-vertical > .learn-pricing-btn:first-child, .tier .btn-group-vertical > .buy-tier-btn:first-child, #tour .btn-group-vertical > .tour-btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child, .smb .request-invite .btn-group-vertical > .cta1-btn:last-child, .btn-group-vertical > .cta2-btn:last-child, .tier .btn-group-vertical > .learn-pricing-btn:last-child, .tier .btn-group-vertical > .buy-tier-btn:last-child, #tour .btn-group-vertical > .tour-btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child, .btn-group-vertical > .btn-huge:first-child, .btn-group-vertical > .cta2-btn:first-child, .smb .request-invite .btn-group-vertical > .cta1-btn:first-child, .tier .btn-group-vertical > .learn-pricing-btn:first-child, #tour .btn-group-vertical > .tour-btn:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child, .btn-group-vertical > .btn-huge:last-child, .btn-group-vertical > .cta2-btn:last-child, .smb .request-invite .btn-group-vertical > .cta1-btn:last-child, .tier .btn-group-vertical > .learn-pricing-btn:last-child, #tour .btn-group-vertical > .tour-btn:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right, .navbar .nav > .nav {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: white;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand, .navbar .logo {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white;
}
.navbar .brand:hover, .navbar .logo:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white;
}

.navbar .btn, .navbar .smb .request-invite .cta1-btn, .smb .request-invite .navbar .cta1-btn, .navbar .cta2-btn, .navbar .tier .learn-pricing-btn, .tier .navbar .learn-pricing-btn, .navbar .tier .buy-tier-btn, .tier .navbar .buy-tier-btn, .navbar #tour .tour-btn, #tour .navbar .tour-btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn, .navbar .btn-group .smb .request-invite .cta1-btn, .smb .request-invite .navbar .btn-group .cta1-btn, .navbar .btn-group .cta2-btn, .navbar .btn-group .tier .learn-pricing-btn, .tier .navbar .btn-group .learn-pricing-btn, .navbar .btn-group .tier .buy-tier-btn, .tier .navbar .btn-group .buy-tier-btn, .navbar .btn-group #tour .tour-btn, #tour .navbar .btn-group .tour-btn,
.navbar .input-prepend .btn,
.navbar .input-prepend .smb .request-invite .cta1-btn,
.smb .request-invite .navbar .input-prepend .cta1-btn,
.navbar .input-prepend .cta2-btn,
.navbar .input-prepend .tier .learn-pricing-btn,
.tier .navbar .input-prepend .learn-pricing-btn,
.navbar .input-prepend .tier .buy-tier-btn,
.tier .navbar .input-prepend .buy-tier-btn,
.navbar .input-prepend #tour .tour-btn,
#tour .navbar .input-prepend .tour-btn,
.navbar .input-append .btn,
.navbar .input-append .smb .request-invite .cta1-btn,
.smb .request-invite .navbar .input-append .cta1-btn,
.navbar .input-append .cta2-btn,
.navbar .input-append .tier .learn-pricing-btn,
.tier .navbar .input-append .learn-pricing-btn,
.navbar .input-append .tier .buy-tier-btn,
.tier .navbar .input-append .buy-tier-btn,
.navbar .input-append #tour .tour-btn,
#tour .navbar .input-append .tour-btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-form .smb .request-invite .cta1-btn,
.smb .request-invite .navbar-form .cta1-btn,
.navbar-form .cta2-btn,
.navbar-form .tier .learn-pricing-btn,
.tier .navbar-form .learn-pricing-btn,
.navbar-form .tier .buy-tier-btn,
.tier .navbar-form .buy-tier-btn,
.navbar-form #tour .tour-btn,
#tour .navbar-form .tour-btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top, .navbar {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner, .navbar .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner,
.navbar .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container, .navbar .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner,
.navbar .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right, .navbar .nav {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .nav > li > .dropdown-menu.nav {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .nav > li > .dropdown-menu.nav:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .nav > li > .dropdown-menu.nav:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .nav > li > .dropdown-menu.nav .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand, .navbar-inverse .logo,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .logo:hover,
.navbar-inverse .nav > li > a:hover {
  color: white;
}
.navbar-inverse .brand, .navbar-inverse .logo {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: white;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: white;
  color: white;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: white;
  background-color: #040404;
  *background-color: black;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .smb .request-invite .cta1-btn + .btn, .smb .request-invite .modal-footer .cta1-btn + .btn, .modal-footer .cta2-btn + .btn, .modal-footer .tier .learn-pricing-btn + .btn, .tier .modal-footer .learn-pricing-btn + .btn, .modal-footer .tier .buy-tier-btn + .btn, .tier .modal-footer .buy-tier-btn + .btn, .modal-footer #tour .tour-btn + .btn, #tour .modal-footer .tour-btn + .btn, .modal-footer .smb .request-invite .btn + .cta1-btn, .smb .request-invite .modal-footer .btn + .cta1-btn, .modal-footer .smb .request-invite .cta1-btn + .cta1-btn, .smb .request-invite .modal-footer .cta1-btn + .cta1-btn, .modal-footer .smb .request-invite .cta2-btn + .cta1-btn, .smb .request-invite .modal-footer .cta2-btn + .cta1-btn, .modal-footer .tier .smb .request-invite .learn-pricing-btn + .cta1-btn, .smb .request-invite .modal-footer .tier .learn-pricing-btn + .cta1-btn, .tier .modal-footer .smb .request-invite .learn-pricing-btn + .cta1-btn, .smb .request-invite .tier .modal-footer .learn-pricing-btn + .cta1-btn, .modal-footer .tier .smb .request-invite .buy-tier-btn + .cta1-btn, .smb .request-invite .modal-footer .tier .buy-tier-btn + .cta1-btn, .tier .modal-footer .smb .request-invite .buy-tier-btn + .cta1-btn, .smb .request-invite .tier .modal-footer .buy-tier-btn + .cta1-btn, .modal-footer #tour .smb .request-invite .tour-btn + .cta1-btn, .smb .request-invite .modal-footer #tour .tour-btn + .cta1-btn, #tour .modal-footer .smb .request-invite .tour-btn + .cta1-btn, .smb .request-invite #tour .modal-footer .tour-btn + .cta1-btn, .modal-footer .btn + .cta2-btn, .modal-footer .smb .request-invite .cta1-btn + .cta2-btn, .smb .request-invite .modal-footer .cta1-btn + .cta2-btn, .modal-footer .cta2-btn + .cta2-btn, .modal-footer .tier .learn-pricing-btn + .cta2-btn, .tier .modal-footer .learn-pricing-btn + .cta2-btn, .modal-footer .tier .buy-tier-btn + .cta2-btn, .tier .modal-footer .buy-tier-btn + .cta2-btn, .modal-footer #tour .tour-btn + .cta2-btn, #tour .modal-footer .tour-btn + .cta2-btn, .modal-footer .tier .btn + .learn-pricing-btn, .tier .modal-footer .btn + .learn-pricing-btn, .modal-footer .smb .request-invite .tier .cta1-btn + .learn-pricing-btn, .tier .modal-footer .smb .request-invite .cta1-btn + .learn-pricing-btn, .smb .request-invite .modal-footer .tier .cta1-btn + .learn-pricing-btn, .tier .smb .request-invite .modal-footer .cta1-btn + .learn-pricing-btn, .modal-footer .tier .cta2-btn + .learn-pricing-btn, .tier .modal-footer .cta2-btn + .learn-pricing-btn, .modal-footer .tier .learn-pricing-btn + .learn-pricing-btn, .tier .modal-footer .learn-pricing-btn + .learn-pricing-btn, .modal-footer .tier .buy-tier-btn + .learn-pricing-btn, .tier .modal-footer .buy-tier-btn + .learn-pricing-btn, .modal-footer #tour .tier .tour-btn + .learn-pricing-btn, .tier .modal-footer #tour .tour-btn + .learn-pricing-btn, #tour .modal-footer .tier .tour-btn + .learn-pricing-btn, .tier #tour .modal-footer .tour-btn + .learn-pricing-btn, .modal-footer .tier .btn + .buy-tier-btn, .tier .modal-footer .btn + .buy-tier-btn, .modal-footer .smb .request-invite .tier .cta1-btn + .buy-tier-btn, .tier .modal-footer .smb .request-invite .cta1-btn + .buy-tier-btn, .smb .request-invite .modal-footer .tier .cta1-btn + .buy-tier-btn, .tier .smb .request-invite .modal-footer .cta1-btn + .buy-tier-btn, .modal-footer .tier .cta2-btn + .buy-tier-btn, .tier .modal-footer .cta2-btn + .buy-tier-btn, .modal-footer .tier .learn-pricing-btn + .buy-tier-btn, .tier .modal-footer .learn-pricing-btn + .buy-tier-btn, .modal-footer .tier .buy-tier-btn + .buy-tier-btn, .tier .modal-footer .buy-tier-btn + .buy-tier-btn, .modal-footer #tour .tier .tour-btn + .buy-tier-btn, .tier .modal-footer #tour .tour-btn + .buy-tier-btn, #tour .modal-footer .tier .tour-btn + .buy-tier-btn, .tier #tour .modal-footer .tour-btn + .buy-tier-btn, .modal-footer #tour .btn + .tour-btn, #tour .modal-footer .btn + .tour-btn, .modal-footer .smb .request-invite #tour .cta1-btn + .tour-btn, #tour .modal-footer .smb .request-invite .cta1-btn + .tour-btn, .smb .request-invite .modal-footer #tour .cta1-btn + .tour-btn, #tour .smb .request-invite .modal-footer .cta1-btn + .tour-btn, .modal-footer #tour .cta2-btn + .tour-btn, #tour .modal-footer .cta2-btn + .tour-btn, .modal-footer .tier #tour .learn-pricing-btn + .tour-btn, #tour .modal-footer .tier .learn-pricing-btn + .tour-btn, .tier .modal-footer #tour .learn-pricing-btn + .tour-btn, #tour .tier .modal-footer .learn-pricing-btn + .tour-btn, .modal-footer .tier #tour .buy-tier-btn + .tour-btn, #tour .modal-footer .tier .buy-tier-btn + .tour-btn, .tier .modal-footer #tour .buy-tier-btn + .tour-btn, #tour .tier .modal-footer .buy-tier-btn + .tour-btn, .modal-footer #tour .tour-btn + .tour-btn, #tour .modal-footer .tour-btn + .tour-btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .smb .request-invite .cta1-btn + .btn, .smb .request-invite .modal-footer .btn-group .cta1-btn + .btn, .modal-footer .btn-group .cta2-btn + .btn, .modal-footer .btn-group .tier .learn-pricing-btn + .btn, .tier .modal-footer .btn-group .learn-pricing-btn + .btn, .modal-footer .btn-group .tier .buy-tier-btn + .btn, .tier .modal-footer .btn-group .buy-tier-btn + .btn, .modal-footer .btn-group #tour .tour-btn + .btn, #tour .modal-footer .btn-group .tour-btn + .btn, .modal-footer .btn-group .smb .request-invite .btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group .btn + .cta1-btn, .modal-footer .btn-group .smb .request-invite .cta1-btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group .cta1-btn + .cta1-btn, .modal-footer .btn-group .smb .request-invite .cta2-btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group .cta2-btn + .cta1-btn, .modal-footer .btn-group .tier .smb .request-invite .learn-pricing-btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group .tier .learn-pricing-btn + .cta1-btn, .tier .modal-footer .btn-group .smb .request-invite .learn-pricing-btn + .cta1-btn, .smb .request-invite .tier .modal-footer .btn-group .learn-pricing-btn + .cta1-btn, .modal-footer .btn-group .tier .smb .request-invite .buy-tier-btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group .tier .buy-tier-btn + .cta1-btn, .tier .modal-footer .btn-group .smb .request-invite .buy-tier-btn + .cta1-btn, .smb .request-invite .tier .modal-footer .btn-group .buy-tier-btn + .cta1-btn, .modal-footer .btn-group #tour .smb .request-invite .tour-btn + .cta1-btn, .smb .request-invite .modal-footer .btn-group #tour .tour-btn + .cta1-btn, #tour .modal-footer .btn-group .smb .request-invite .tour-btn + .cta1-btn, .smb .request-invite #tour .modal-footer .btn-group .tour-btn + .cta1-btn, .modal-footer .btn-group .btn + .cta2-btn, .modal-footer .btn-group .smb .request-invite .cta1-btn + .cta2-btn, .smb .request-invite .modal-footer .btn-group .cta1-btn + .cta2-btn, .modal-footer .btn-group .cta2-btn + .cta2-btn, .modal-footer .btn-group .tier .learn-pricing-btn + .cta2-btn, .tier .modal-footer .btn-group .learn-pricing-btn + .cta2-btn, .modal-footer .btn-group .tier .buy-tier-btn + .cta2-btn, .tier .modal-footer .btn-group .buy-tier-btn + .cta2-btn, .modal-footer .btn-group #tour .tour-btn + .cta2-btn, #tour .modal-footer .btn-group .tour-btn + .cta2-btn, .modal-footer .btn-group .tier .btn + .learn-pricing-btn, .tier .modal-footer .btn-group .btn + .learn-pricing-btn, .modal-footer .btn-group .smb .request-invite .tier .cta1-btn + .learn-pricing-btn, .tier .modal-footer .btn-group .smb .request-invite .cta1-btn + .learn-pricing-btn, .smb .request-invite .modal-footer .btn-group .tier .cta1-btn + .learn-pricing-btn, .tier .smb .request-invite .modal-footer .btn-group .cta1-btn + .learn-pricing-btn, .modal-footer .btn-group .tier .cta2-btn + .learn-pricing-btn, .tier .modal-footer .btn-group .cta2-btn + .learn-pricing-btn, .modal-footer .btn-group .tier .learn-pricing-btn + .learn-pricing-btn, .tier .modal-footer .btn-group .learn-pricing-btn + .learn-pricing-btn, .modal-footer .btn-group .tier .buy-tier-btn + .learn-pricing-btn, .tier .modal-footer .btn-group .buy-tier-btn + .learn-pricing-btn, .modal-footer .btn-group #tour .tier .tour-btn + .learn-pricing-btn, .tier .modal-footer .btn-group #tour .tour-btn + .learn-pricing-btn, #tour .modal-footer .btn-group .tier .tour-btn + .learn-pricing-btn, .tier #tour .modal-footer .btn-group .tour-btn + .learn-pricing-btn, .modal-footer .btn-group .tier .btn + .buy-tier-btn, .tier .modal-footer .btn-group .btn + .buy-tier-btn, .modal-footer .btn-group .smb .request-invite .tier .cta1-btn + .buy-tier-btn, .tier .modal-footer .btn-group .smb .request-invite .cta1-btn + .buy-tier-btn, .smb .request-invite .modal-footer .btn-group .tier .cta1-btn + .buy-tier-btn, .tier .smb .request-invite .modal-footer .btn-group .cta1-btn + .buy-tier-btn, .modal-footer .btn-group .tier .cta2-btn + .buy-tier-btn, .tier .modal-footer .btn-group .cta2-btn + .buy-tier-btn, .modal-footer .btn-group .tier .learn-pricing-btn + .buy-tier-btn, .tier .modal-footer .btn-group .learn-pricing-btn + .buy-tier-btn, .modal-footer .btn-group .tier .buy-tier-btn + .buy-tier-btn, .tier .modal-footer .btn-group .buy-tier-btn + .buy-tier-btn, .modal-footer .btn-group #tour .tier .tour-btn + .buy-tier-btn, .tier .modal-footer .btn-group #tour .tour-btn + .buy-tier-btn, #tour .modal-footer .btn-group .tier .tour-btn + .buy-tier-btn, .tier #tour .modal-footer .btn-group .tour-btn + .buy-tier-btn, .modal-footer .btn-group #tour .btn + .tour-btn, #tour .modal-footer .btn-group .btn + .tour-btn, .modal-footer .btn-group .smb .request-invite #tour .cta1-btn + .tour-btn, #tour .modal-footer .btn-group .smb .request-invite .cta1-btn + .tour-btn, .smb .request-invite .modal-footer .btn-group #tour .cta1-btn + .tour-btn, #tour .smb .request-invite .modal-footer .btn-group .cta1-btn + .tour-btn, .modal-footer .btn-group #tour .cta2-btn + .tour-btn, #tour .modal-footer .btn-group .cta2-btn + .tour-btn, .modal-footer .btn-group .tier #tour .learn-pricing-btn + .tour-btn, #tour .modal-footer .btn-group .tier .learn-pricing-btn + .tour-btn, .tier .modal-footer .btn-group #tour .learn-pricing-btn + .tour-btn, #tour .tier .modal-footer .btn-group .learn-pricing-btn + .tour-btn, .modal-footer .btn-group .tier #tour .buy-tier-btn + .tour-btn, #tour .modal-footer .btn-group .tier .buy-tier-btn + .tour-btn, .tier .modal-footer .btn-group #tour .buy-tier-btn + .tour-btn, #tour .tier .modal-footer .btn-group .buy-tier-btn + .tour-btn, .modal-footer .btn-group #tour .tour-btn + .tour-btn, #tour .modal-footer .btn-group .tour-btn + .tour-btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails, .copyright-row .thumbnails, .smb .cta1 .thumbnails, .smb .request-invite .thumbnails, .testimonial .thumbnails, .press .thumbnails, #tour .thumbnails, .business-services .thumbnails, [class*="plan-info-"] .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media, .person,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media, .person,
.media .media,
.person .media,
.media .person,
.person .person {
  margin-top: 15px;
}

.media:first-child, .person:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left, .person .pull-left, .media .avatar, .person .avatar, .media .services-list li span, .services-list li .media span, .person .services-list li span, .services-list li .person span {
  margin-right: 10px;
}

.media .pull-right, .person .pull-right, .media .navbar .nav, .navbar .media .nav, .person .navbar .nav, .navbar .person .nav {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover, a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: #953b39;
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: #c67605;
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333333;
}

.label-inverse[href] {
  background-color: #1a1a1a;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label, .smb .request-invite .cta1-btn .label, .cta2-btn .label, .tier .learn-pricing-btn .label, .tier .buy-tier-btn .label, #tour .tour-btn .label,
.btn .badge,
.smb .request-invite .cta1-btn .badge,
.cta2-btn .badge,
.tier .learn-pricing-btn .badge,
.tier .buy-tier-btn .badge,
#tour .tour-btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar, .progress .bar-success {
  background-color: #5db95d;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}

.pull-right, .navbar .nav {
  float: right;
}

.pull-left, .avatar, .services-list li span {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: Helvetica, Arial, Sans-Serif;
}

li {
  line-height: 1.5;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 25.6px;
  font-size: 1.6rem;
}

h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}

h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.small, .navbar .nav, footer, .ct-footer, .copyright-row, .services-nav a, .tier-description, .tier-tasks, .trust-reasons, .services-list small {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}

.smaller, .breadcrumbs, .tier-title, .tier-price .unit, .individual-tier .unit, .plan-tagline, .kb-item-info {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 17.6px;
  line-height: 1.1rem;
}

.big {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}

.bigger, .services-list li {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 2rem;
}

.title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  margin: 40px 0 60px;
}

article.indented p + p {
  text-indent: 30px;
}

.lighter {
  color: #888;
}

body, html {
  height: 100%;
}

body {
  border-top: 4px solid #6792bc;
}

.wrapper {
  min-height: 100%;
  overflow-x: hidden;
}

.navbar {
  margin: 20px 0;
}
.navbar .brand, .navbar .logo {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar .nav-wrap {
  padding: 0 !important;
}
.navbar .nav {
  font-weight: bold;
  margin-top: 21px;
}
.navbar .nav li {
  text-align: center;
  margin-left: 20px;
}
.navbar .nav li a {
  display: inline-block;
  color: #444;
  text-shadow: none;
  padding: 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}
.navbar .nav li a:hover {
  background-color: #ff6611;
  color: #fff;
  text-shadow: 0 1px 0 #ff7800;
  -webkit-transition: background-color 200ms, color 200ms;
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  transition: background-color 200ms, color 200ms;
}
.navbar .nav li a.collapse {
  padding: 0;
  display: inline;
}

.front-page-offset {
  float: right;
}

.front-page-wrapper .navbar {
  margin-top: 43px;
}

.plan-shortcuts .nav {
  margin-top: 0;
}
.plan-shortcuts .nav li {
  margin-left: 0;
}
.plan-shortcuts .nav li a {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.plan-shortcuts .nav li a:hover {
  background: rgba(175, 213, 74, 0.1);
  text-shadow: 0 1px 1px #fff;
}

.hidden {
  display: none !important;
}

.container-fluid, .footer-inner, .navbar .nav-wrap, .wrap, .plan-shortcuts {
  max-width: 960px;
  margin: 0 auto;
}

.span1, .span2, .span3, .span4, .person,
.span5, .span6, .span7, .span8, .quote,
.span9, .span10, .span11, .span12 {
  float: left;
  min-height: 1px;
}
.row-fluid .span1, .copyright-row .span1, .smb .cta1 .span1, .smb .request-invite .span1, .testimonial .span1, .press .span1, #tour .span1, .business-services .span1, [class*="plan-info-"] .span1, .row-fluid .span2, .copyright-row .span2, .smb .cta1 .span2, .smb .request-invite .span2, .testimonial .span2, .press .span2, #tour .span2, .business-services .span2, [class*="plan-info-"] .span2, .row-fluid .span3, .copyright-row .span3, .smb .cta1 .span3, .smb .request-invite .span3, .testimonial .span3, .press .span3, #tour .span3, .business-services .span3, [class*="plan-info-"] .span3, .row-fluid .span4, .copyright-row .span4, .smb .cta1 .span4, .smb .request-invite .span4, .testimonial .span4, .press .span4, #tour .span4, .business-services .span4, [class*="plan-info-"] .span4, .row-fluid .person, .copyright-row .person, .smb .cta1 .person, .smb .request-invite .person, .testimonial .person, .press .person, #tour .person, .business-services .person, [class*="plan-info-"] .person, .row-fluid
.span5, .copyright-row
.span5, .smb .cta1
.span5, .smb .request-invite
.span5, .testimonial
.span5, .press
.span5, #tour
.span5, .business-services
.span5, [class*="plan-info-"]
.span5, .row-fluid .span6, .copyright-row .span6, .smb .cta1 .span6, .smb .request-invite .span6, .testimonial .span6, .press .span6, #tour .span6, .business-services .span6, [class*="plan-info-"] .span6, .row-fluid .span7, .copyright-row .span7, .smb .cta1 .span7, .smb .request-invite .span7, .testimonial .span7, .press .span7, #tour .span7, .business-services .span7, [class*="plan-info-"] .span7, .row-fluid .span8, .copyright-row .span8, .smb .cta1 .span8, .smb .request-invite .span8, .testimonial .span8, .press .span8, #tour .span8, .business-services .span8, [class*="plan-info-"] .span8, .row-fluid .quote, .copyright-row .quote, .smb .cta1 .quote, .smb .request-invite .quote, .testimonial .quote, .press .quote, #tour .quote, .business-services .quote, [class*="plan-info-"] .quote, .row-fluid
.span9, .copyright-row
.span9, .smb .cta1
.span9, .smb .request-invite
.span9, .testimonial
.span9, .press
.span9, #tour
.span9, .business-services
.span9, [class*="plan-info-"]
.span9, .row-fluid .span10, .copyright-row .span10, .smb .cta1 .span10, .smb .request-invite .span10, .testimonial .span10, .press .span10, #tour .span10, .business-services .span10, [class*="plan-info-"] .span10, .row-fluid .span11, .copyright-row .span11, .smb .cta1 .span11, .smb .request-invite .span11, .testimonial .span11, .press .span11, #tour .span11, .business-services .span11, [class*="plan-info-"] .span11, .row-fluid .span12, .copyright-row .span12, .smb .cta1 .span12, .smb .request-invite .span12, .testimonial .span12, .press .span12, #tour .span12, .business-services .span12, [class*="plan-info-"] .span12 {
  margin-left: 2.12766%;
}
.span1:first-child, .span2:first-child, .span3:first-child, .span4:first-child, .person:first-child,
.span5:first-child, .span6:first-child, .span7:first-child, .span8:first-child, .quote:first-child,
.span9:first-child, .span10:first-child, .span11:first-child, .span12:first-child {
  margin-left: 0;
}

.row-fluid .offset12, .copyright-row .offset12, .smb .cta1 .offset12, .smb .request-invite .offset12, .testimonial .offset12, .press .offset12, #tour .offset12, .business-services .offset12, [class*="plan-info-"] .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.row-fluid .offset12:first-child, .copyright-row .offset12:first-child, .smb .cta1 .offset12:first-child, .smb .request-invite .offset12:first-child, .testimonial .offset12:first-child, .press .offset12:first-child, #tour .offset12:first-child, .business-services .offset12:first-child, [class*="plan-info-"] .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
.row-fluid .offset11, .copyright-row .offset11, .smb .cta1 .offset11, .smb .request-invite .offset11, .testimonial .offset11, .press .offset11, #tour .offset11, .business-services .offset11, [class*="plan-info-"] .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.row-fluid .offset11:first-child, .copyright-row .offset11:first-child, .smb .cta1 .offset11:first-child, .smb .request-invite .offset11:first-child, .testimonial .offset11:first-child, .press .offset11:first-child, #tour .offset11:first-child, .business-services .offset11:first-child, [class*="plan-info-"] .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.row-fluid .offset10, .copyright-row .offset10, .smb .cta1 .offset10, .smb .request-invite .offset10, .testimonial .offset10, .press .offset10, #tour .offset10, .business-services .offset10, [class*="plan-info-"] .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.row-fluid .offset10:first-child, .copyright-row .offset10:first-child, .smb .cta1 .offset10:first-child, .smb .request-invite .offset10:first-child, .testimonial .offset10:first-child, .press .offset10:first-child, #tour .offset10:first-child, .business-services .offset10:first-child, [class*="plan-info-"] .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
.row-fluid .offset9, .copyright-row .offset9, .smb .cta1 .offset9, .smb .request-invite .offset9, .testimonial .offset9, .press .offset9, #tour .offset9, .business-services .offset9, [class*="plan-info-"] .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.row-fluid .offset9:first-child, .copyright-row .offset9:first-child, .smb .cta1 .offset9:first-child, .smb .request-invite .offset9:first-child, .testimonial .offset9:first-child, .press .offset9:first-child, #tour .offset9:first-child, .business-services .offset9:first-child, [class*="plan-info-"] .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.row-fluid .offset8, .copyright-row .offset8, .smb .cta1 .offset8, .smb .request-invite .offset8, .testimonial .offset8, .press .offset8, #tour .offset8, .business-services .offset8, [class*="plan-info-"] .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.row-fluid .offset8:first-child, .copyright-row .offset8:first-child, .smb .cta1 .offset8:first-child, .smb .request-invite .offset8:first-child, .testimonial .offset8:first-child, .press .offset8:first-child, #tour .offset8:first-child, .business-services .offset8:first-child, [class*="plan-info-"] .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.row-fluid .offset7, .copyright-row .offset7, .smb .cta1 .offset7, .smb .request-invite .offset7, .testimonial .offset7, .press .offset7, #tour .offset7, .business-services .offset7, [class*="plan-info-"] .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.row-fluid .offset7:first-child, .copyright-row .offset7:first-child, .smb .cta1 .offset7:first-child, .smb .request-invite .offset7:first-child, .testimonial .offset7:first-child, .press .offset7:first-child, #tour .offset7:first-child, .business-services .offset7:first-child, [class*="plan-info-"] .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.row-fluid .offset6, .copyright-row .offset6, .smb .cta1 .offset6, .smb .request-invite .offset6, .testimonial .offset6, .press .offset6, #tour .offset6, .business-services .offset6, [class*="plan-info-"] .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.row-fluid .offset6:first-child, .copyright-row .offset6:first-child, .smb .cta1 .offset6:first-child, .smb .request-invite .offset6:first-child, .testimonial .offset6:first-child, .press .offset6:first-child, #tour .offset6:first-child, .business-services .offset6:first-child, [class*="plan-info-"] .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.row-fluid .offset5, .copyright-row .offset5, .smb .cta1 .offset5, .smb .request-invite .offset5, .testimonial .offset5, .press .offset5, #tour .offset5, .business-services .offset5, [class*="plan-info-"] .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.row-fluid .offset5:first-child, .copyright-row .offset5:first-child, .smb .cta1 .offset5:first-child, .smb .request-invite .offset5:first-child, .testimonial .offset5:first-child, .press .offset5:first-child, #tour .offset5:first-child, .business-services .offset5:first-child, [class*="plan-info-"] .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.row-fluid .offset4, .copyright-row .offset4, .smb .cta1 .offset4, .smb .request-invite .offset4, .testimonial .offset4, .press .offset4, #tour .offset4, .business-services .offset4, [class*="plan-info-"] .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.row-fluid .offset4:first-child, .copyright-row .offset4:first-child, .smb .cta1 .offset4:first-child, .smb .request-invite .offset4:first-child, .testimonial .offset4:first-child, .press .offset4:first-child, #tour .offset4:first-child, .business-services .offset4:first-child, [class*="plan-info-"] .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.row-fluid .offset3, .copyright-row .offset3, .smb .cta1 .offset3, .smb .request-invite .offset3, .testimonial .offset3, .press .offset3, #tour .offset3, .business-services .offset3, [class*="plan-info-"] .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.row-fluid .offset3:first-child, .copyright-row .offset3:first-child, .smb .cta1 .offset3:first-child, .smb .request-invite .offset3:first-child, .testimonial .offset3:first-child, .press .offset3:first-child, #tour .offset3:first-child, .business-services .offset3:first-child, [class*="plan-info-"] .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.row-fluid .offset2, .copyright-row .offset2, .smb .cta1 .offset2, .smb .request-invite .offset2, .testimonial .offset2, .press .offset2, #tour .offset2, .business-services .offset2, [class*="plan-info-"] .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.row-fluid .offset2:first-child, .copyright-row .offset2:first-child, .smb .cta1 .offset2:first-child, .smb .request-invite .offset2:first-child, .testimonial .offset2:first-child, .press .offset2:first-child, #tour .offset2:first-child, .business-services .offset2:first-child, [class*="plan-info-"] .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.row-fluid .offset1, .copyright-row .offset1, .smb .cta1 .offset1, .smb .request-invite .offset1, .testimonial .offset1, .press .offset1, #tour .offset1, .business-services .offset1, [class*="plan-info-"] .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.row-fluid .offset1:first-child, .copyright-row .offset1:first-child, .smb .cta1 .offset1:first-child, .smb .request-invite .offset1:first-child, .testimonial .offset1:first-child, .press .offset1:first-child, #tour .offset1:first-child, .business-services .offset1:first-child, [class*="plan-info-"] .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

.wrap, .plan-shortcuts {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.naked-list, .main-list, .smb .value-proposition, .main-list-green, .big-list-green, .star-list, .cleartax-experience ul, .copyright-row ul, .tier-tasks, .trust-reasons, #tour .carousel-thumbs, .services-list, .guide-list, .kb-list {
  list-style: none;
  margin: 0;
}

.floating-li, .copyright-row ul li, .services-nav li, #tour .carousel-thumbs li {
  float: left;
  text-align: center;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.section-title, .tagline, .social h2, h2.manila {
  text-align: center;
  margin: 50px 0;
  font-size: 35.2px;
  font-size: 2.2rem;
}

.well-title {
  text-align: center;
  font-weight: bold;
}

.main-list li, .smb .value-proposition li, .main-list-green li {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 38.4px;
  line-height: 2.4rem;
}

.main-list, .smb .value-proposition {
  list-style-image: url(../img/blue-check-bullet.png);
}

.main-list-green li {
  background: url(../img/green-check-bullet2.png) left center no-repeat;
  padding-left: 30px;
  margin-left: -30px;
}

.big-list-green {
  font-size: 1.6rem;
}
.big-list-green li {
  background: url(../img/green-check-bullet-big.png) 0 center no-repeat;
  padding-left: 50px;
  margin-left: -50px;
}
.big-list-green a.emphasis {
  color: #555;
  border-bottom: 1px dashed #777;
}
.big-list-green a:hover {
  color: initial;
  text-decoration: none;
}

.star-list li, .cleartax-experience ul li {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  margin-bottom: 10px;
  position: relative;
}
.star-list li:before, .cleartax-experience ul li:before {
  content: "\272A";
  color: #fbba4d;
  position: absolute;
  left: -38.4px;
  left: -2.4rem;
  top: -1.6px;
  top: -0.1rem;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.btn-huge, .cta2-btn {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 50px;
  padding-top: 25.6px;
  padding-top: 1.6rem;
  padding-bottom: 27.2px;
  padding-bottom: 1.7rem;
}

.btn-green {
  background-color: #afd54a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afd54a), color-stop(100%, #80bd08));
  background-image: -webkit-linear-gradient(top, #afd54a, #80bd08);
  background-image: -moz-linear-gradient(top, #afd54a, #80bd08);
  background-image: -o-linear-gradient(top, #afd54a, #80bd08);
  background-image: linear-gradient(top, #afd54a, #80bd08);
  color: #fff;
  text-shadow: 0 1px 2px #4e7405;
  border-color: #6fa507;
}
.btn-green:hover {
  color: #fff;
  background-color: #5f8c06;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97c02c), color-stop(100%, #5f8c06));
  background-image: -webkit-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -moz-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -o-linear-gradient(top, #97c02c, #5f8c06);
  background-image: linear-gradient(top, #97c02c, #5f8c06);
}

.btn-orange {
  background-color: #ff975e;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff975e), color-stop(100%, #ff6611));
  background-image: -webkit-linear-gradient(top, #ff975e, #ff6611);
  background-image: -moz-linear-gradient(top, #ff975e, #ff6611);
  background-image: -o-linear-gradient(top, #ff975e, #ff6611);
  background-image: linear-gradient(top, #ff975e, #ff6611);
  color: #fff;
  text-shadow: 0 1px 2px #c44600;
  border-color: #f75800;
}
.btn-orange:hover {
  color: #fff;
  background-color: #dd4f00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff762b), color-stop(100%, #dd4f00));
  background-image: -webkit-linear-gradient(top, #ff762b, #dd4f00);
  background-image: -moz-linear-gradient(top, #ff762b, #dd4f00);
  background-image: -o-linear-gradient(top, #ff762b, #dd4f00);
  background-image: linear-gradient(top, #ff762b, #dd4f00);
}

.btn-gold {
  background-color: #e1b849;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1b849), color-stop(100%, #d6a000));
  background-image: -webkit-linear-gradient(top, #e1b849, #d6a000);
  background-image: -moz-linear-gradient(top, #e1b849, #d6a000);
  background-image: -o-linear-gradient(top, #e1b849, #d6a000);
  background-image: linear-gradient(top, #e1b849, #d6a000);
  color: #fff;
  text-shadow: 0 1px 2px #8a6700;
  border-color: #bd8d00;
}
.btn-gold:hover {
  color: #fff;
  background-color: #a37a00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4a423), color-stop(100%, #a37a00));
  background-image: -webkit-linear-gradient(top, #d4a423, #a37a00);
  background-image: -moz-linear-gradient(top, #d4a423, #a37a00);
  background-image: -o-linear-gradient(top, #d4a423, #a37a00);
  background-image: linear-gradient(top, #d4a423, #a37a00);
}

.fold {
  background: url(../img/noise.png);
}
.fold.styled {
  padding: 30px 0 50px;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#colorbox {
  padding-bottom: 40px;
  background-color: white;
  border: 1px solid #666;
  z-index: 1001;
}

#cboxClose {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
}

/*
.wrapper {
  margin-bottom: -300px;
}
*/

.footer-push, footer {
  height: 300px;
}

footer, .ct-footer {
  margin-top: 30px;
  height: 300px;
  background: url(../img/footer-noise.png);
  font-weight: normal;
  text-shadow: 1px 1px 0 #616f89;
}
footer h3, .ct-footer h3 {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
}
footer, footer a, .ct-footer, .ct-footer a {
  color: #d7d9e2;
}
footer a:hover, .ct-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.bye-footer footer, .bye-footer .ct-footer {
  margin-top: 300px;
}

.fi {
  float: left;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.footer1 {
  font-size: 13px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #536089), color-stop(100%, #474d6e));
  background: -webkit-linear-gradient(top, #536089 20%, #474d6e 100%);
  background: -moz-linear-gradient(top, #536089 20%, #474d6e 100%);
  background: -o-linear-gradient(top, #536089 20%, #474d6e 100%);
  background: linear-gradient(top, #536089 20%, #474d6e 100%);
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  border: 1px solid #8f94ae;
  margin-bottom: 20px;
}
.footer1 a {
  float: left;
  width: 18%;
  padding: 1%;
  background: url(../img/footer-separator.png) right center no-repeat;
}
.footer1 a.omega {
  background: none;
}

.footer2 {
  font-size: 12px;
}

.box {
  float: left;
  vertical-align: text-top;
  max-width: 28%;
  padding-right: 2%;
  margin-right: 2%;
  background: url(../img/footer-separator.png) right center no-repeat;
}
.box li {
  margin-bottom: 5px;
}
.box.omega {
  background: none;
  margin-right: 0;
  padding-right: 0;
  float: none;
  overflow: hidden;
}

.other-section {
  width: 25%;
}

.fb, .tw, .gp {
  display: inline-block;
  margin-left: 10px;
}
.fb img, .tw img, .gp img {
  width: 24px;
}

.copyright {
  float: left;
  padding: 15px 0;
}

.copyright-row {
  font-size: 12px;
  margin-top: 20px;
  border-top: 1px solid #8f94ae;
  -webkit-box-shadow: 0 -1px 0 0 #616f89;
  -moz-box-shadow: 0 -1px 0 0 #616f89;
  box-shadow: 0 -1px 0 0 #616f89;
  text-shadow: 1px 1px 0 #6a6f89;
}
.copyright-row ul {
  float: right;
}
.copyright-row ul li {
  padding: 15px 0 0 30px;
}

.sprites-sprite, .sprites-biz-expert, .sprites-biz-folder, .sprites-biz-phone, .sprites-biz-pig, .sprites-biz-rocket, .sprites-footer-blog, .sprites-footer-business, .sprites-footer-calc, .sprites-footer-gold, .sprites-footer-guide, .sprites-other-audits, .sprites-other-company, .sprites-other-ngo, .sprites-other-society, .sprites-other-tax {
  background: url('../img/sprites-icons.png') no-repeat;
}

.sprites-biz-expert {
  background-position: 0 -108px;
}

.sprites-biz-folder {
  background-position: 0 -48px;
}

.sprites-biz-phone {
  background-position: 0 -324px;
}

.sprites-biz-pig {
  background-position: 0 -168px;
}

.sprites-biz-rocket {
  background-position: 0 -384px;
}

.sprites-footer-blog {
  background-position: 0 0;
}

.sprites-footer-business {
  background-position: 0 -744px;
}

.sprites-footer-calc {
  background-position: 0 -636px;
}

.sprites-footer-gold {
  background-position: 0 -540px;
}

.sprites-footer-guide {
  background-position: 0 -588px;
}

.sprites-other-audits {
  background-position: 0 -684px;
}

.sprites-other-company {
  background-position: 0 -276px;
}

.sprites-other-ngo {
  background-position: 0 -228px;
}

.sprites-other-society {
  background-position: 0 -492px;
}

.sprites-other-tax {
  background-position: 0 -444px;
}

.cleartax .tagline {
  margin: 20px 0 40px;
}
.cleartax .main-list-green {
  padding-left: 30px;
}
.cleartax .cleartax-values {
  margin: 50px 0;
}

.front-page-cta {
  margin: 50px 0;
  text-align: center;
}

.start-return, .upload-form16 {
  margin: 0 15px 10px;
}

.cleartax-hello {
  position: relative;
}

.hello-image {
  background: url(../img/plane.png) right center no-repeat;
  height: 180px;
  float: none;
  overflow: hidden;
  position: relative;
}

.cleartax-signup-div {
  float: left;
  margin-bottom: 50px;
}

.cleartax-signup-form {
  margin-top: 20px;
  width: 262px;
  padding: 10px;
  display: inline-block;
  background: #3cf;
  border: 1px solid #09C;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.signup-email, #signup-register, #signup-form16 {
  width: 222px;
  padding: 11px 19px !important;
}

.signup-email {
  border: 1px solid #09C !important;
  font-size: 16px !important;
}

#signup-form16 {
  margin: 0 10px;
}

button#signup-register {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-section {
  position: absolute;
  font-size: 14px;
  color: #444;
  width: 25%;
  text-align: center;
  margin: 0 4%;
  font-weight: bold;
}

@-webkit-keyframes hi-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes hi-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes hi-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hi-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.plane-sprite {
  position: absolute;
  background: url(../img/paper-plane.png);
  width: 72px;
  height: 50px;
  left: -72px;
  top: 80px;
}
.plane-sprite.animate {
  -webkit-animation: plane-fly 1.5s linear;
  -moz-animation: plane-fly 1.5s linear;
  -ms-animation: plane-fly 1.5s linear;
  -o-animation: plane-fly 1.5s linear;
  animation: plane-fly 1.5s linear;
  left: 605px;
  top: 20px;
}

@-webkit-keyframes plane-fly {
  0% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  10% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  27% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 38px;
    top: 143px;
  }

  37% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 178px;
    top: 93px;
  }

  55% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 328px;
    top: 43px;
  }

  80% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: 418px;
    top: 83px;
  }

  85% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 508px;
    top: 113px;
  }

  90% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 558px;
    top: 83px;
  }

  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 605px;
    top: 20px;
  }
}

@-moz-keyframes plane-fly {
  0% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  10% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  27% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 38px;
    top: 143px;
  }

  37% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 178px;
    top: 93px;
  }

  55% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 328px;
    top: 43px;
  }

  80% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: 418px;
    top: 83px;
  }

  85% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 508px;
    top: 113px;
  }

  90% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 558px;
    top: 83px;
  }

  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 605px;
    top: 20px;
  }
}

@-ms-keyframes plane-fly {
  0% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  10% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  27% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 38px;
    top: 143px;
  }

  37% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 178px;
    top: 93px;
  }

  55% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 328px;
    top: 43px;
  }

  80% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: 418px;
    top: 83px;
  }

  85% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 508px;
    top: 113px;
  }

  90% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 558px;
    top: 83px;
  }

  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 605px;
    top: 20px;
  }
}

@keyframes plane-fly {
  0% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  10% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: -72px;
    top: 80px;
  }

  27% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 38px;
    top: 143px;
  }

  37% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 178px;
    top: 93px;
  }

  55% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    left: 258px;
    top: 33px;
  }

  70% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 328px;
    top: 43px;
  }

  80% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    left: 418px;
    top: 83px;
  }

  85% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 508px;
    top: 113px;
  }

  90% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    left: 558px;
    top: 83px;
  }

  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 605px;
    top: 20px;
  }
}

.flash-sprite {
  position: absolute;
  background: url(../img/flash.png);
  width: 105px;
  height: 67px;
  left: 530px;
  top: -20px;
  opacity: 0;
  -webkit-animation: flash 0.3s ease-in-out alternate infinite 2s;
  -moz-animation: flash 0.3s ease-in-out alternate infinite 2s;
  -ms-animation: flash 0.3s ease-in-out alternate infinite 2s;
  -o-animation: flash 0.3s ease-in-out alternate infinite 2s;
  animation: flash 0.3s ease-in-out alternate infinite 2s;
}

@-webkit-keyframes flash {
  100% {
    opacity: 1;
  }
}

@-moz-keyframes flash {
  100% {
    opacity: 1;
  }
}

@-ms-keyframes flash {
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  100% {
    opacity: 1;
  }
}

#hi-efiling {
  left: -1%;
  top: 50px;
}

#hi-family {
  left: 32.5%;
  top: 84px;
}

#hi-plans {
  left: 61%;
  top: 30px;
}

.why-choose-section {
  margin-top: 50px;
}

.other-services {
  margin: 50px 0;
}

.services-nav {
  background: #fff;
}
.services-nav li {
  width: 25%;
}
.services-nav li:first-child a {
  border-left: none;
}
.services-nav a {
  display: block;
  color: #333;
  font-weight: bold;
  border-left: 1px dotted #e1b849;
  position: relative;
}

.front-why-link:hover {
  text-decoration: none;
}

.front-why-title {
  color: #444;
}

.front-why-info {
  font-size: 14px;
  color: #666;
}

.front-page-press {
  margin: 30px auto 60px;
}

.reassure-section {
  color: #777;
  text-shadow: 0 1px 0 #fff;
  padding: 30px 0 !important;
  margin-bottom: 50px;
}

.smb .product-title {
  color: #666;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: -4px;
  text-align: center;
}
.smb .product-title .edition {
  display: inline-block;
  text-align: left;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  letter-spacing: normal;
  font-family: "Source Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
.smb .product-title .edition .alt {
  display: block;
}
.smb .tagline {
  font-size: 70.4px;
  font-size: 4.4rem;
  line-height: 76.8px;
  line-height: 4.8rem;
}
.smb .tagline strong {
  color: #6792bc;
}
.smb .tagline .alt {
  font-family: "Hoefler Text", Baskerville, Constantina, Palatino, "Palatino Linotype";
  font-style: italic;
}
.smb .cta1 {
  margin: 0 0 100px;
  text-align: center;
}
.smb .value-proposition {
  display: inline-block;
  margin: -20px auto 50px;
  text-align: left;
}
.smb .request-invite {
  text-align: center;
}
.smb .request-invite .cta1-btn {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  background-color: #afd54a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afd54a), color-stop(100%, #80bd08));
  background-image: -webkit-linear-gradient(top, #afd54a, #80bd08);
  background-image: -moz-linear-gradient(top, #afd54a, #80bd08);
  background-image: -o-linear-gradient(top, #afd54a, #80bd08);
  background-image: linear-gradient(top, #afd54a, #80bd08);
  color: #fff;
  text-shadow: 0 1px 2px #4e7405;
  border-color: #6fa507;
  margin-bottom: 10px;
}
.smb .request-invite .cta1-btn:hover {
  color: #fff;
  background-color: #5f8c06;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97c02c), color-stop(100%, #5f8c06));
  background-image: -webkit-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -moz-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -o-linear-gradient(top, #97c02c, #5f8c06);
  background-image: linear-gradient(top, #97c02c, #5f8c06);
}
.smb .request-invite .subtext {
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.social {
  margin: 80px 0 !important;
}
.social h2 {
  margin-bottom: 80px !important;
}
.social h2 strong {
  color: #ff738c;
  text-shadow: 0 1px 1px #d90026;
}

.testimonials {
  margin-bottom: 20px;
}

.press {
  background: white;
  border: 1px solid #CCC;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 10px 0;
  margin-top: 60px;
}

.press-logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 21%;
  padding: 0 2%;
  margin: 0;
}
.press-logo h4 {
  font-weight: bold;
  text-align: left;
}
.press-logo:first-child {
  width: 11%;
  padding: 0;
  margin-left: 2%;
}
.press-logo:nth-child(2) {
  width: 25%;
}
.press-logo:nth-child(4) {
  width: 18%;
}

.quote {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 20px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
  position: relative;
}
.quote:before, .quote:after {
  font-size: 144px;
  font-size: 9rem;
  position: absolute;
  font-family: georgia;
  color: #ddd;
}
.quote:before {
  content: '\201C';
  left: -48px;
  left: -3rem;
  top: -64px;
  top: -4rem;
}
.quote:after {
  content: '\201D';
  right: -16px;
  right: -1rem;
  bottom: -112px;
  bottom: -7rem;
}

.avatar {
  border: 2px solid #fff;
  margin: 2px;
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  -moz-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #f3f3f3 url(../img/sairee.jpg) left top no-repeat;
}

.identity {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-top: 5px;
}

.cta2 {
  margin: 50px 0 30px;
  text-align: center;
}

.cta2-btn {
  background-color: #afd54a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afd54a), color-stop(100%, #80bd08));
  background-image: -webkit-linear-gradient(top, #afd54a, #80bd08);
  background-image: -moz-linear-gradient(top, #afd54a, #80bd08);
  background-image: -o-linear-gradient(top, #afd54a, #80bd08);
  background-image: linear-gradient(top, #afd54a, #80bd08);
  color: #fff;
  text-shadow: 0 1px 2px #4e7405;
  border-color: #6fa507;
  -webkit-box-shadow: 0 10px 30px #3a5f83;
  -moz-box-shadow: 0 10px 30px #3a5f83;
  box-shadow: 0 10px 30px #3a5f83;
}
.cta2-btn:hover {
  color: #fff;
  background-color: #5f8c06;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97c02c), color-stop(100%, #5f8c06));
  background-image: -webkit-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -moz-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -o-linear-gradient(top, #97c02c, #5f8c06);
  background-image: linear-gradient(top, #97c02c, #5f8c06);
}

h2.manila {
  background: url(../img/manila.png) center bottom no-repeat;
  padding: 100px 0 40px;
}

.tiers {
  position: relative;
}
.tiers.shift {
  margin-left: 11%;
}

.tier {
  float: left;
  text-align: center;
  border: 1px solid #4979a7;
  border-bottom: 0;
  background: #799fc4;
  -webkit-box-shadow: -2px 2px 10px rgba(58, 95, 131, 0.7);
  -moz-box-shadow: -2px 2px 10px rgba(58, 95, 131, 0.7);
  box-shadow: -2px 2px 10px rgba(58, 95, 131, 0.7);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-shadow: 1px 1px 2px #3a5f83;
  min-height: 480px;
  min-height: 30rem;
  width: 24%;
}
.shift .tier {
  width: 30%;
  padding-bottom: 20px;
}
.tier.aside {
  color: #777;
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  width: 21%;
  margin-left: 6%;
}
.tier.aside ul {
  background: transparent;
}
.tier .learn-pricing-btn, .tier .buy-tier-btn {
  background-color: #afd54a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afd54a), color-stop(100%, #80bd08));
  background-image: -webkit-linear-gradient(top, #afd54a, #80bd08);
  background-image: -moz-linear-gradient(top, #afd54a, #80bd08);
  background-image: -o-linear-gradient(top, #afd54a, #80bd08);
  background-image: linear-gradient(top, #afd54a, #80bd08);
  color: #fff;
  text-shadow: 0 1px 2px #4e7405;
  border-color: #6fa507;
  margin-top: 10px;
}
.tier .learn-pricing-btn:hover, .tier .buy-tier-btn:hover {
  color: #fff;
  background-color: #5f8c06;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97c02c), color-stop(100%, #5f8c06));
  background-image: -webkit-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -moz-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -o-linear-gradient(top, #97c02c, #5f8c06);
  background-image: linear-gradient(top, #97c02c, #5f8c06);
}

.shift #tier1, .shift #tier2, .shift #tier3, .shift .aside {
  min-height: 192px;
  min-height: 12rem;
}
.shift #tier1 {
  margin-top: 48px;
  margin-top: 3rem;
}
.shift #tier2 {
  margin-top: 24px;
  margin-top: 1.5rem;
  min-height: 208px;
  min-height: 13rem;
}
.shift #tier3 {
  margin-top: 0px;
  margin-top: 0rem;
  min-height: 224px;
  min-height: 14rem;
}

#tier2 {
  position: relative;
  margin-top: -24.48px;
  margin-top: -1.53rem;
  min-height: 504.48px;
  min-height: 31.53rem;
}
#tier2:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -3px;
  height: 83px;
  width: 81px;
  background: url(../img/most-popular-ribbon.png);
}

.tier-title {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 3px !important;
  background: #3a5f83;
  -webkit-box-shadow: inset 0 -2px 10px #2a4560;
  -moz-box-shadow: inset 0 -2px 10px #2a4560;
  box-shadow: inset 0 -2px 10px #2a4560;
}

.tier-price, .individual-tier {
  background: #6792bc;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6792bc), color-stop(100%, #5585b4));
  background: -webkit-linear-gradient(top, #6792bc, #5585b4);
  background: -moz-linear-gradient(top, #6792bc, #5585b4);
  background: -o-linear-gradient(top, #6792bc, #5585b4);
  background: linear-gradient(top, #6792bc, #5585b4);
  padding: 5px 0;
  border-top: 1px solid #799fc4;
  border-bottom: 1px solid #4979a7;
}
.tier-price .alt, .individual-tier .alt {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.tier-price .value, .individual-tier .value {
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 48px;
  line-height: 3rem;
  display: block;
}

.tier-description {
  line-height: 24px;
  line-height: 1.5rem;
  padding: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5585b4;
}

.tier-tasks, .trust-reasons {
  text-align: left;
  background: whitesmoke;
  color: #444;
  text-shadow: none;
  padding: 0;
}
.tier-tasks li, .trust-reasons li {
  padding: 10px 25px;
  border-bottom: 1px dotted #aaa;
}

.slider {
  background: #6792bc url(../img/slider-bg.png) left top repeat;
  position: relative;
  -webkit-box-shadow: inset 0 0 15px #2a4560;
  -moz-box-shadow: inset 0 0 15px #2a4560;
  box-shadow: inset 0 0 15px #2a4560;
  text-shadow: 1px 2px 1px #3a5f83;
}

#tour {
  margin: 0;
}
#tour .tour-btn {
  background-color: #afd54a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afd54a), color-stop(100%, #80bd08));
  background-image: -webkit-linear-gradient(top, #afd54a, #80bd08);
  background-image: -moz-linear-gradient(top, #afd54a, #80bd08);
  background-image: -o-linear-gradient(top, #afd54a, #80bd08);
  background-image: linear-gradient(top, #afd54a, #80bd08);
  color: #fff;
  text-shadow: 0 1px 2px #4e7405;
  border-color: #6fa507;
  -webkit-box-shadow: 0 3px 10px #3a5f83;
  -moz-box-shadow: 0 3px 10px #3a5f83;
  box-shadow: 0 3px 10px #3a5f83;
}
#tour .tour-btn:hover {
  color: #fff;
  background-color: #5f8c06;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #97c02c), color-stop(100%, #5f8c06));
  background-image: -webkit-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -moz-linear-gradient(top, #97c02c, #5f8c06);
  background-image: -o-linear-gradient(top, #97c02c, #5f8c06);
  background-image: linear-gradient(top, #97c02c, #5f8c06);
}
#tour .item {
  height: 20rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  color: #fff;
  text-align: left;
  padding-top: 112px;
  padding-top: 7rem;
}
#tour .item .unit {
  float: left;
  margin-right: 35px;
  font-size: 96px;
  font-size: 6rem;
  line-height: 96px;
  line-height: 6rem;
}
#tour .item .value {
  float: none;
}
#tour .item .description, #tour .item .alt {
  display: inline-block;
  vertical-align: middle;
}
#tour .item .description {
  margin-left: 8%;
  width: 50%;
}
#tour .item .alt {
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2rem;
  width: 30%;
}
#tour #item0, #tour #item6 {
  text-align: center;
}
#tour #item0 {
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 48px;
  line-height: 3rem;
  padding-top: 112px;
  padding-top: 7rem;
}
#tour #item4 .description {
  width: 60%;
}
#tour #item5 .description, #tour #item3 .description {
  width: 45%;
}
#tour #item5 .alt, #tour #item3 .alt {
  width: 40%;
}
#tour #item6 small {
  font-size: 16px;
  font-size: 1rem;
}
#tour .carousel-control {
  top: 50%;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 96px;
  font-size: 6rem;
  width: 64px;
  width: 4rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode";
  color: #fff;
  background: none;
  border: none;
  opacity: 1;
}
#tour .carousel-thumbs {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
#tour .carousel-thumbs li {
  width: 12%;
  margin: 0 4%;
  height: 60px;
  color: #fff;
}
#tour .carousel-thumbs a {
  display: block;
  margin: 0 auto 10px;
  background-color: #426c95;
  -webkit-box-shadow: 0 1px 3px #2a4560;
  -moz-box-shadow: 0 1px 3px #2a4560;
  box-shadow: 0 1px 3px #2a4560;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#tour .carousel-thumbs li .value {
  display: none;
}
#tour .carousel-thumbs li.highlight {
  color: #3a5f83;
}
#tour .carousel-thumbs li.highlight a {
  background-color: #fbba4d;
}
#tour .carousel-thumbs li.highlight a.sprites-biz-folder {
  background-color: darkseagreen;
}
#tour .carousel-thumbs li.highlight a.sprites-biz-pig {
  background-color: lightsalmon;
}
#tour .carousel-thumbs li.highlight a.sprites-biz-expert {
  background-color: cornflowerblue;
}
#tour .carousel-thumbs li.highlight a.sprites-biz-rocket {
  background-color: #ff738c;
}

.faq.stylized {
  border-top: 2px dashed #6792bc;
  padding: 20px 0;
  background: #fff;
  position: relative;
}
.faq.stylized:before {
  content: "\2701";
  color: #4979a7;
  position: absolute;
  left: 48%;
  top: -59.2px;
  top: -3.7rem;
  font-size: 56px;
  font-size: 3.5rem;
}

.faq-col {
  float: left;
  width: 44%;
  padding: 0 3%;
  min-height: 272px;
  min-height: 17rem;
}
.faq-col h3 {
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: bold;
}

.services-list li {
  min-height: 51.2px;
  min-height: 3.2rem;
  margin-bottom: 15px;
  position: relative;
}
.services-list li span {
  display: inline-block;
  margin-right: 10px;
  background-color: #6792bc;
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.services-list small {
  display: block;
  color: #888;
}

.business-services {
  margin-bottom: 60px;
}

.cleartax-experience.span8, .cleartax-experience.quote {
  min-height: 640px;
  min-height: 40rem;
}

.thing {
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  background: whitesmoke;
  -webkit-box-shadow: inset 0 0 0 8px white;
  -moz-box-shadow: inset 0 0 0 8px white;
  box-shadow: inset 0 0 0 8px white;
  width: 150px;
  height: 150px;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: initial;
}

.trust-reasons {
  counter-reset: li;
}
.trust-reasons li {
  position: relative;
}
.trust-reasons li:before {
  content: counter(li);
  counter-increment: li;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -20px;
  background: #fff;
  border: 10px solid whitesmoke;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

#private:after {
  content: url(../img/dnd.png);
  position: absolute;
  right: -94px;
  top: 3px;
}

.individual-tier {
  color: #fff;
  text-align: center;
  border: 1px solid #4979a7;
  text-shadow: 1px 1px 2px #3a5f83;
}
.individual-tier.alpha {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.individual-tier.omega {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 20px;
}

.featured-logo img {
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  filter: saturate(0%);
}
.featured-logo img:hover {
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  filter: saturate(100%);
}

.press-release {
  margin-bottom: 40px;
}

.press-release-title {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-weight: bold;
  max-width: 90%;
}

.featured-logo {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  padding: 0 3%;
  margin: 30px 0;
  max-height: 60px;
}

.press-coverage {
  text-align: center;
  margin-bottom: 40px;
}

.guide {
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.guide-tabs {
  float: left;
  width: 25%;
  padding-right: 2%;
  max-height: 600px;
  overflow: auto;
  overflow-x: hidden;
}

.guide-list {
  margin: 40px 0;
  padding-left: 40px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.guide-list .index {
  font-weight: bold;
}
.guide-list li {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.guide-list li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
}
.guide-list li.active a {
  color: #6792bc;
  text-decoration: underline;
}

.guide-content {
  float: left;
  width: 73%;
  background: #fff;
  min-height: 600px !important;
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Sans-Serif;
}
.guide-content .btn-group {
  float: right;
  margin-top: 17px;
  margin-left: 20px;
}

.guide-tab {
  padding: 10px 40px;
  max-width: 640px;
}
.guide-tab h2 {
  color: #6792bc;
}
.guide-tab li {
  line-height: 24px;
  line-height: 1.5rem;
  padding: 2px 4px;
  margin-bottom: 10px;
}
.guide-tab li:nth-child(2n-1) {
  background: whitesmoke;
}

.plan-shortcuts-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plan-shortcuts {
  text-align: center;
  margin: 60px auto;
}
.plan-shortcuts.fixed {
  margin-bottom: 108px;
}
.plan-shortcuts.fixed .plan-shortcuts-wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 960px;
  top: 0;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}
.plan-shortcuts.fixed .plan-tagline {
  display: none;
}
.plan-shortcuts .nav {
  width: 100%;
}
.plan-shortcuts .nav li {
  float: left;
  width: 20%;
}

.plan-btn-wrap {
  float: left;
  width: 25%;
  position: relative;
}
.plan-btn-wrap a {
  color: #888 !important;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block !important;
  line-height: 48px !important;
  padding: 0 !important;
}

.plan-tagline {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  right: 0;
  font-weight: normal;
  color: #666;
}

[class*="plan-info-"] {
  width: 94%;
  padding: 80px 3% 100px;
  border-top: 1px solid #ddd;
}
[class*="plan-info-"] .plan-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.plan-aside {
  text-align: center;
}

.plan-info-ca {
  padding: 0 3%;
}
.plan-info-ca .plan-title {
  margin-top: 80px;
}

.ca-plan {
  border-left: 1px solid #ddd;
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top left, #f5f5f5, #e0e0e0);
  background-image: -moz-linear-gradient(top left, #f5f5f5, #e0e0e0);
  background-image: -o-linear-gradient(top left, #f5f5f5, #e0e0e0);
  background-image: linear-gradient(top left, #f5f5f5, #e0e0e0);
  width: 150px;
  padding: 75px 10px;
  float: left;
}
.ca-plan h3 {
  line-height: 25.6px;
  line-height: 1.6rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 #fff;
}
.ca-plan:last-child {
  border-right: 1px solid #ddd;
}

.plan-info-gold {
  background: #fee59d;
  -webkit-box-shadow: inset 0 0 50px #f4c646;
  -moz-box-shadow: inset 0 0 50px #f4c646;
  box-shadow: inset 0 0 50px #f4c646;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

.plan-tag {
  height: 50px;
  padding: 0 20px 0 10px;
  margin: 10px -20px 10px 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #6792bc;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #6792bc), color-stop(100%, #4979a7));
  background-image: -webkit-linear-gradient(top left, #6792bc, #4979a7);
  background-image: -moz-linear-gradient(top left, #6792bc, #4979a7);
  background-image: -o-linear-gradient(top left, #6792bc, #4979a7);
  background-image: linear-gradient(top left, #6792bc, #4979a7);
  color: #fff;
  text-shadow: 1px 1px 2px #2a4560;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 50px;
  border: 1px solid #4979a7;
  border-left-color: #6792bc;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.plan-tag:before, .plan-tag:after {
  content: "";
  border: 25px solid transparent;
  border-right-color: #6792bc;
  position: absolute;
}
.plan-tag:before {
  left: -50px;
  top: 0;
  z-index: -1;
}
.plan-tag:after {
  border-width: 26px;
  top: -1px;
  left: -53px;
  border-right-color: #4979a7;
  z-index: -2;
}
.plan-tag.push {
  margin-top: 50px;
}

.free {
  padding: 6px 10px;
  background: orangered;
  border: 1px solid brown;
  border-radius: 8px;
  font-size: 2rem;
}

.tax-calc {
  margin-bottom: 100px;
}
.tax-calc .control-label {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.calculation-results {
  text-align: center;
}
.calculation-results .tax-label {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.calculation-results .tax {
  font-size: 51.2px;
  font-size: 3.2rem;
}

.assessment-year-container .radio {
  display: inline-block;
  min-width: 150px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.assessment-year-container input + span {
  padding: 2px 10px;
}

.assessment-year-container input:checked + span {
  color: white;
  background-color: green;
  border-radius: 8px;
}

.tab-pane {
  padding: 10px;
}

.radio-h3 {
  margin-bottom: 50px;
}
.radio-h3 input[type=radio] {
  margin-top: 12.8px;
  margin-top: 0.8rem;
  margin-right: 20px;
}

.guide-book {
  width: 210px;
  margin: 40px 15px;
  float: left;
  font-size: 14px;
  border: 1px solid burlywood;
}

.guide-book-title {
  padding: 180px 20px 20px;
  border: 1px solid burlywood;
  position: relative;
  line-height: 32px;
  line-height: 2rem;
}
.guide-book-title:after, .guide-book-title:before {
  content: "";
  position: absolute;
  width: 5px;
  border: 1px solid burlywood;
}
.guide-book-title:before {
  top: 6px;
  bottom: 6px;
  right: -7px;
}
.guide-book-title:after {
  top: 13px;
  bottom: 13px;
  right: -13px;
}

#efile-carousel .carousel-control {
  top: 15px;
}
#efile-carousel .efile-carousel-header {
  margin-left: 70px;
  margin-right: 70px;
}
#efile-carousel .efile-carousel-header p {
  line-height: 1.35;
}
#efile-carousel .efile-carousel-header p:first-child {
  font-size: 1.2rem;
}
#efile-carousel img {
  max-width: 90%;
  margin: 40px auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

img.shadow
{
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.kb-featured-item {
  background: whitesmoke;
  border: 1px solid #ddd;
  padding: 0 2% 2%;
}

.kb-item {
  float: left;
  width: 22%;
  margin: 0 1.5% 40px;
  text-align: center;
}
.kb-item a {
  color: initial;
  text-decoration: none;
}

.kb-item-picture {
  display: inline-block;
  margin: 0 auto;
}

.kb-item-title {
  color: #444;
  min-height: 57.6px;
  min-height: 3.6rem;
}

.kb-item-info {
  color: #888;
}

.kbg1 {
  background-color: #13BB9B;
  border: 1px solid #0f967c;
}

.kbg2 {
  background-color: #109f84;
  border: 1px solid #0c7a65;
}

.kbg3 {
  background-color: #f4c400;
  border: 1px solid #cba300;
}

.kbg4 {
  background-color: #f59d00;
  border: 1px solid #cc8300;
}

.kbg5 {
  background-color: #2fca6b;
  border: 1px solid #27a959;
}

.kbg6 {
  background-color: #28ac5b;
  border: 1px solid #208b49;
}

.kbg7 {
  background-color: #e88018;
  border: 1px solid #c46c13;
}

.kbg8 {
  background-color: #d55700;
  border: 1px solid #ac4600;
}

.kbg9 {
  background-color: #2698dd;
  border: 1px solid #1e81bd;
}

.kbg10 {
  background-color: #1d80ba;
  border: 1px solid #176897;
}

.kbg11 {
  background-color: #e9513c;
  border: 1px solid #e3321a;
}

.kbg12 {
  background-color: #c23e2b;
  border: 1px solid #a13324;
}

.kbg13 {
  background-color: #9a5cb9;
  border: 1px solid #8647a5;
}

.kbg14 {
  background-color: #8c47af;
  border: 1px solid #753b92;
}

/*
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wrap, .plan-shortcuts {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top,
  .navbar {
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
  }

  .container-fluid, .footer-inner, .navbar .nav-wrap, .wrap, .plan-shortcuts {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid, .copyright-row, .smb .cta1, .smb .request-invite, .testimonial, .press, #tour, .business-services, [class*="plan-info-"] {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"],
  .copyright-row [class*="span"],
  .smb .cta1 [class*="span"],
  .smb .request-invite [class*="span"],
  .testimonial [class*="span"],
  .press [class*="span"],
  #tour [class*="span"],
  .business-services [class*="span"],
  [class*="plan-info-"] [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12,
  .copyright-row .span12,
  .smb .cta1 .span12,
  .smb .request-invite .span12,
  .testimonial .span12,
  .press .span12,
  #tour .span12,
  .business-services .span12,
  [class*="plan-info-"] .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child, .copyright-row [class*="offset"]:first-child, .smb .cta1 [class*="offset"]:first-child, .smb .request-invite [class*="offset"]:first-child, .testimonial [class*="offset"]:first-child, .press [class*="offset"]:first-child, #tour [class*="offset"]:first-child, .business-services [class*="offset"]:first-child, [class*="plan-info-"] [class*="offset"]:first-child {
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }

  #tier1, #tier2, #tier3, .tier.aside {
    display: inline-block;
    float: none;
  }

  .tier.aside {
    margin-left: 0 !important;
  }

  footer {
    height: 500px !important;
  }

  .copyright-row {
    border-top: 0 !important;
    box-shadow: none !important;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media .pull-left, .person .pull-left, .media .avatar, .person .avatar, .media .services-list li span, .services-list li .media span, .person .services-list li span, .services-list li .person span,
  .media .pull-right,
  .person .pull-right,
  .media .navbar .nav,
  .navbar .media .nav,
  .person .navbar .nav,
  .navbar .person .nav {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  .carousel-caption {
    position: static;
  }
}
@media (max-width: 480px) {

  .shown-mo.hide {
    display: block !important;
  }
  .hidden-mo {
    display: none !important;
  }

  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand, .navbar .logo {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .nav-collapse .btn, .nav-collapse .smb .request-invite .cta1-btn, .smb .request-invite .nav-collapse .cta1-btn, .nav-collapse .cta2-btn, .nav-collapse .tier .learn-pricing-btn, .tier .nav-collapse .learn-pricing-btn, .nav-collapse .tier .buy-tier-btn, .tier .nav-collapse .buy-tier-btn, .nav-collapse #tour .tour-btn, #tour .nav-collapse .tour-btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  .navbar .nav-collapse .nav.pull-right, .navbar .nav-collapse .nav {
    float: none;
    margin-left: 0;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 481px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.kb-link-mobile {
  display: none;
}

@media (max-width: 960px) {
  .cleartax .nav-wrap, .cleartax .wrap, .cleartax .plan-shortcuts, .smb .nav-wrap, .smb .wrap, .smb .plan-shortcuts {
    padding: 0 20px !important;
  }

  footer {
    max-height: 1000px;
    height: auto !important;
  }
}
@media (max-width: 850px) {
  .front-page-nav-business {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .front-page-offset {
    float: none;
    text-align: center;
  }
  .front-page-offset .nav {
    float: none;
    display: inline-block;
    margin: 20px auto;
  }
  .front-page-offset li a:first-child {
    padding-top: 0;
  }

  .cleartax .nav-wrap, .cleartax .wrap, .cleartax .plan-shortcuts {
    padding: 0 20px !important;
  }
  .cleartax .tagline {
    margin: 0 0 30px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }

  h1.logo {
    width: 100%;
    text-align: center;
    margin-top: 20px !important;
  }

  .cleartax .value-proposition li, .smb .value-proposition li {
    margin: 0 20px 20px 30px;
    font-size: 16.8px;
    font-size: 1.05rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    color: #666;
  }

  .free-badge {
    text-align: center;
  }

  .front-page-cta {
    margin: 30px 0;
  }

  .start-return, .upload-form16 {
    margin: 0 0 10px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .services-nav li {
    width: 50%;
    margin-bottom: 30px;
  }
  .services-nav li a {
    border-left: none;
  }

  .kb-link-desktop {
    display: none;
  }

  .kb-link-mobile {
    display: block;
  }

  .smb .tagline {
    font-size: 54.4px;
    font-size: 3.4rem;
    line-height: 64px;
    line-height: 4rem;
  }

  .footer1 a {
    width: 48%;
    padding: 4% 1;
    border-top: 1px solid #616f89;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer1 a.omega {
    width: 98%;
  }

  .footer2 {
    font-size: 12px;
  }
  .footer2 .box {
    margin: 0;
    float: left;
    width: 100%;
    max-width: 100%;
    background: none;
  }
  .footer2 .box h3 {
    font-size: 12.8px;
    font-size: 0.8rem;
  }

  .social-section {
    display: none;
  }

  .copyright-row {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-top: 0;
  }
  .copyright-row ul li {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .press {
    display: none;
  }

  h2.manila {
    background: none;
    padding: 0;
  }

  .shift.tiers {
    margin-left: 0;
  }
  .shift .tier {
    width: 100%;
    padding-bottom: 0;
  }
  .shift #tier1, .shift #tier2, .shift #tier3 {
    margin: 10px 0;
  }

  .tier-price .value, .individual-tier .value, .individual-tier .value {
    display: inline-block;
  }

  .faq-col {
    width: 100%;
    padding: 0;
    min-height: initial;
    margin-bottom: 20px;
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .social {
    display: none;
  }

  .smb .tagline {
    font-size: 38.4px;
    font-size: 2.4rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .smb .product-title {
    font-size: 57.6px;
    font-size: 3.6rem;
  }
  .smb .product-title .edition {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }
}

/* pay what you want */


.pay-panel {
  background: whitesmoke;
  padding: 20px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#pay-slider {
  margin: 40px 20px 20px;
}

.hose {
  position: absolute;
  top: 271px;
  left: -150%;
  right: 920px;
  height: 6px;
  background: #ffc30e;
}

.robot-petrol {
  margin-top: 20px;
  margin-left: 40px;
}

.plane-fuelling {
  position: absolute;
  top: 151px;
  left: 244px;
  z-index: -1;
  -webkit-animation: plane-warp 2s 1s infinite;
  -moz-animation: plane-warp 2s 1s infinite;
  -ms-animation: plane-warp 2s 1s infinite;
  -o-animation: plane-warp 2s 1s infinite;
  animation: plane-warp 2s 1s infinite;
}

@-webkit-keyframes plane-warp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120px, 80px);
    -moz-transform: translate(-120px, 80px);
    -ms-transform: translate(-120px, 80px);
    -o-transform: translate(-120px, 80px);
    transform: translate(-120px, 80px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  35% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  45% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  55% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  65% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(700px, -400px);
    -moz-transform: translate(700px, -400px);
    -ms-transform: translate(700px, -400px);
    -o-transform: translate(700px, -400px);
    transform: translate(700px, -400px);
  }
}

@-moz-keyframes plane-warp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120px, 80px);
    -moz-transform: translate(-120px, 80px);
    -ms-transform: translate(-120px, 80px);
    -o-transform: translate(-120px, 80px);
    transform: translate(-120px, 80px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  35% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  45% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  55% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  65% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(700px, -400px);
    -moz-transform: translate(700px, -400px);
    -ms-transform: translate(700px, -400px);
    -o-transform: translate(700px, -400px);
    transform: translate(700px, -400px);
  }
}

@-ms-keyframes plane-warp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120px, 80px);
    -moz-transform: translate(-120px, 80px);
    -ms-transform: translate(-120px, 80px);
    -o-transform: translate(-120px, 80px);
    transform: translate(-120px, 80px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  35% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  45% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  55% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  65% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(700px, -400px);
    -moz-transform: translate(700px, -400px);
    -ms-transform: translate(700px, -400px);
    -o-transform: translate(700px, -400px);
    transform: translate(700px, -400px);
  }
}

@keyframes plane-warp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120px, 80px);
    -moz-transform: translate(-120px, 80px);
    -ms-transform: translate(-120px, 80px);
    -o-transform: translate(-120px, 80px);
    transform: translate(-120px, 80px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  35% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  40% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  45% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  55% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  65% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(700px, -400px);
    -moz-transform: translate(700px, -400px);
    -ms-transform: translate(700px, -400px);
    -o-transform: translate(700px, -400px);
    transform: translate(700px, -400px);
  }
}

.ui-slider, .ui-slider-handle {
  background-size: auto;
  display: block;
}

.ui-slider {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #a7e4f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a7e4f7), color-stop(100%, #78d6f3));
  background: -webkit-linear-gradient(bottom, #a7e4f7, #78d6f3);
  background: -moz-linear-gradient(bottom, #a7e4f7, #78d6f3);
  background: -o-linear-gradient(bottom, #a7e4f7, #78d6f3);
  background: linear-gradient(bottom, #a7e4f7, #78d6f3);
  border: 1px solid #61cef1;
  height: 6px;
  position: relative;
  cursor: pointer;
}

.ui-slider-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #24bcec;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #24bcec), color-stop(100%, #129fcb));
  background: -webkit-linear-gradient(top, #24bcec, #129fcb);
  background: -moz-linear-gradient(top, #24bcec, #129fcb);
  background: -o-linear-gradient(top, #24bcec, #129fcb);
  background: linear-gradient(top, #24bcec, #129fcb);
  border: 1px solid #0094c2;
  cursor: pointer;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  display: block;
  height: 24px;
  margin-left: -12px;
  position: absolute;
  text-decoration: none;
  top: -10px;
  width: 24px;
  z-index: 2;
  outline: 0px !important;
  -webkit-transition: left 0.2s ease-in;
  -moz-transition: left 0.2s ease-in;
  -o-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
}
.ui-slider-handle:active {
  outline: 0px !important;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #129fcb), color-stop(100%, #0e7a9c));
  background: -webkit-linear-gradient(bottom, #129fcb, #0e7a9c);
  background: -moz-linear-gradient(bottom, #129fcb, #0e7a9c);
  background: -o-linear-gradient(bottom, #129fcb, #0e7a9c);
  background: linear-gradient(bottom, #129fcb, #0e7a9c);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


/* card gui */

.ct-card
{
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ccc;
    border-radius: 16px;
    margin: 20px 0 30px;
}

    .ct-card>h3:first-child
    {
        margin-top: 0;
    }

    .ct-card-section-full
    {
        width: 100%;
        padding: inherit;
        position: relative;
        left: -20px;
    }

        .card-section-coral
        {
            background: cornsilk;
            border-top: 1px solid coral;
            border-bottom: 1px solid coral;
        }


        .validation-error-2 {
         border: 2px solid #ffd324 ;
         background: #fff6bf ;
         color: #514721 ;
         padding: 15px 20px;
         border-radius: 30px;
       }