.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;
}
.about_jobs {
  padding-bottom: 20px;
}
.about_jobs .btn-toolbar {
  margin-bottom: 0;
}
.about_jobs .btn-toolbar a.btn-success {
  color: #fff;
}
.job-posting {
  border-top: 1px solid #e8e8e8;
  margin-top: 25px;
  padding-top: 25px;
}
.job-posting h4 {
  font-weight: 700;
}
.job-posting:last-child {
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
.job-posting .media-object {
  color: #91999e;
  width: 100px;
}
.job-posting .media-heading {
  margin-bottom: 10px;
}
.job-posting .media-sub-heading {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 3px 10px 3px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #91999e;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.new_splash .team_picture {
  padding: 15px;
}
.new_splash .team_picture img {
  width: 100%;
}
.new_splash .team_picture .about_jobs a {
  color: #999;
}
