/* ============================================================
   Retention page
   Page-scoped: loaded only by StaticPages/retention.ctp via
   $this->Html->css('retention', ['block' => 'css']).
   ============================================================ */

.retention-scorecard {
  text-align: center;
  padding: 34px 20px 30px;
  margin-bottom: 40px;
  background: #f7f9fa;
  border: 1px solid #e6ebee;
  border-radius: 6px;
}

.retention-figure {
  display: block;
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  color: #00addf;
  letter-spacing: -2px;
}

.retention-unit {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.retention-sub {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 15px;
  color: #777;
}

.retention-stats {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.retention-stats li {
  display: inline-block;
  margin: 0 14px 10px;
  font-size: 14px;
  color: #555;
}

.retention-stats strong {
  display: block;
  font-size: 20px;
  color: #333;
}

.retention-body {
  font-size: 16px;
  line-height: 1.65;
}

.retention-body p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* style.css sets h2 { letter-spacing: -2px } (-3px >=1200px), which suits its
   native 30-50px sizes but is far too tight at the 22px used here. */
.retention-body h2,
.retention-faq h2 {
  font-size: 22px;
  letter-spacing: normal;
  margin-top: 36px;
  margin-bottom: 14px;
}

.retention-terms {
  list-style: none;
  margin: 0;
  padding: 0;
}

.retention-terms li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.retention-terms a {
  display: inline-block;
  padding: 6px 13px;
  border: 1px solid #d6dde3;
  border-radius: 16px;
  background: #f7f9fa;
  color: #337ab7;
  font-size: 14px;
  text-decoration: none;
}

.retention-terms a:hover,
.retention-terms a:focus {
  background: #00addf;
  border-color: #00addf;
  color: #fff;
  text-decoration: none;
}

.retention-faq { margin-top: 42px; }
.retention-faq .panel-title { font-size: 15px; margin: 0; }
.retention-faq .panel-title > a { display: block; text-decoration: none; }
.retention-faq .panel-body { font-size: 15px; line-height: 1.6; }

@media (max-width: 767px) {
  .retention-figure { font-size: 60px; letter-spacing: -1px; }
  .retention-unit { font-size: 19px; }
  .retention-body, .retention-body p { font-size: 15px; }
}
