.page-header {
  padding-bottom: 11px;
  margin: 0 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.article-title a,
.article-header h1 a {
  color: #222222;
}
.article-title a:hover,
.article-header h1 a:hover {
  color: #0067bb;
}
h2.article-title,
.article-header h2 {
  font-size: 37.5px;
  line-height: 1.2;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 50%;
}
.masthead {
  padding: 60px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1129px) {
  .masthead {
    padding: 120px 0;
  }
  .masthead h1 {
    font-size: 105px;
  }
  .masthead p {
    font-size: 30px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 22.5px;
  }
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.our-team .lead {
  margin-bottom: 90px;
}
.our-team .thumbnail {
  text-align: center;
  border: 0;
  padding: 0 30px;
  background-color: transparent;
}
.our-team .thumbnail img {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.our-team .thumbnail .caption {
  padding-bottom: 30px;
}
.our-team .thumbnail h3 {
  margin-bottom: 5px;
}
.our-team .thumbnail .btn {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 32px;
  background: #a1a1a1;
}
.our-team .thumbnail .btn:hover {
  background: #0067bb;
  color: #ffffff;
}
.mod-preview-wrapper {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.mod-preview {
  background-color: #eeeeee;
}
.mod-preview .mod-preview-info {
  background-color: #555555;
  color: #ffffff;
  border: 0;
  padding: 8px 20px;
}