.btn {
  font-weight: 500;
}
.btn.btn-link {
  font-weight: normal;
}
form.form-horizontal .control-label {
  font-weight: bold;
}
.form-messages .alert {
  display: none;
}
.form-messages .alert.now_visible {
  display: block;
}
a {
  color: #7facd0;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #3e7aab;
  text-decoration: underline;
}
ul.prominent li {
  font-size: 18px;
  margin-bottom: 8px;
}
ul.stacked {
  margin: 0;
}
ul.stacked li {
  list-style: none;
  border-top: 1px dotted #ccc;
  margin: 0;
  padding: 1em 0;
}
ul.stacked li:last-child {
  border-bottom: 1px dotted #ccc;
}
ul.stacked li.feature {
  border: none;
  height: 60px;
  padding: 0 20px 2em;
}
ul.stacked li.feature .icon {
  float: left;
  width: 100px;
  text-align: center;
}
ul.stacked li.feature .icon img {
  background: #ccc;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
ul.stacked li.feature .content {
  display: block;
  margin-left: 120px;
}
ul.class_facts_features li {
  padding-bottom: 15px;
}
ul.brand_bullets {
  list-style-image: url('/images/shared/base/lists/list-brand-bullet.png');
}
ul.brand_bullets.prominent {
  list-style-image: url('/images/shared/base/lists/list-brand-bullet-large.png');
}
ul.no_bullets {
  list-style: none;
  margin: 0;
}
ul li.button_item {
  list-style: none;
}
ul li.button_item:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  visibility: hidden;
}
ul li.button_item .btn {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}
ul li.button_item span {
  display: block;
}
ul li.button_item span.muted {
  font-style: italic;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.underline {
  text-decoration: underline;
}
.regular_weight {
  font-weight: 400;
}
.muted {
  color: #91999e;
}
p,
ol,
ul {
  margin-bottom: 20px;
}
strong {
  font-weight: 500;
}
.line-spacing-150pct {
  line-height: 1.5;
}
.line-spacing-150pct * {
  line-height: 1.5;
}
.line-spacing-175pct {
  line-height: 1.75;
}
.line-spacing-175pct * {
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1.heading-flush,
h2.heading-flush,
h3.heading-flush,
h4.heading-flush,
h5.heading-flush,
h6.heading-flush {
  margin-top: 0;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 20px 0px 10px;
}
h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
}
h2.align-left {
  text-align: left;
  color: #999;
}
h3 {
  margin: 30px 0 10px;
  font-size: 24px;
  color: #333;
}
h4 {
  margin: 20px 0 10px;
}
h5 {
  margin: 0;
}
label,
input,
button,
select,
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.full_width {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.media.media-large {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 30px 0;
  position: relative;
  /*
  .media-arrow {
    .pz-position-absolute(@top: 0, @left: 50%);
    border-top: @mediaArrowSize solid #e8e8e8;
    border-left: @mediaArrowSize solid transparent;
    border-right: @mediaArrowSize solid transparent;
    margin-left: -@mediaArrowSize;
  }
  */
}
.media.media-large h3 {
  line-height: 1.2;
  margin-top: 10px;
  font-size: 28px;
  color: #333;
  font-weight: 300;
  margin-bottom: 15px;
}
.media.media-large h3.center {
  text-align: center;
}
.media.media-large .media-object {
  text-align: center;
  margin: 15px auto 15px;
}
.media.media-large.screenshot-left .media-object {
  float: left;
  margin: 15px 50px 0 0;
  width: 325px;
}
.media.media-large.screenshot-center .media-object {
  margin: 15px auto 0 auto;
  width: 550px;
}
.media.media-large.screenshot-right .media-object {
  float: right;
  margin: 15px 0 0 15px;
  width: 325px;
}
.media.media-large.screenshot-left .media-arrow {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: auto;
  left: auto;
}
.media.media-large.screenshot-right .media-arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 60px;
}
.signup_form {
  margin-bottom: 10px;
}
.signup_form .signup_body {
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 0 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 3px;
  background-clip: padding-box;
}
.signup_form .signup_body .more_info,
.signup_form .signup_body .scrawl_message {
  display: none;
}
@media (max-width: 767px) {
  .media.media-large .media-object,
  .media.media-large.screenshot-right .media-object,
  .media.media-large.screenshot-left .media-object {
    float: none;
    margin: 0 0 10px;
  }
}
/*# sourceMappingURL=product_overview2.css.map */