.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;
}
.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;
}
.accessibility-image {
  border: 1px solid #e8e8e8;
  background-size: cover !important;
  margin: 10px 0 0 0;
}
.accessibility-image.accessibility-settings {
  background: url('/images/splash/pages/product/accessibility/accessibility-menu.png') left top no-repeat;
  width: 231px;
  height: 228px;
}
.accessibility-image.accessibility-save {
  background: url('/images/splash/pages/product/accessibility/preferences-image.png') left top no-repeat;
  width: 600px;
  height: 140px;
}
h2.accessibility_page_subheader {
  font-size: 23px;
}
.accessibility_section_top {
  margin-top: 10px;
}
.accessibility_section_bottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.accessibility_list {
  padding-left: 18px;
}
.accessibility_list li {
  padding: 10px;
}
