.container {
  max-width: 100%;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.page-header > h1 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  border-top: 2px solid #000000;
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-header > h1 {
    font-size: 15px;
  }
}
.page-header > h2 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.37;
}
.page-header > h2 a {
  color: #1a1a1a;
}
.page-title {
  line-height: 1.3333;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 26px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1.3333;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -26px;
}
.article-title,
.article-header h1 {
  margin: 0 0 26px 0;
}
.article-title a,
.article-header h1 a {
  color: #1a1a1a;
}
h2.article-title,
.article-header h2 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.37;
}
@media (max-width: 767px) {
  h2.article-title,
  .article-header h2 {
    font-size: 18px;
  }
}
h2.article-title a,
.article-header h2 a {
  color: #1a1a1a;
}
.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: 0px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 112px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 26px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.jumbotron-primary {
  background-color: #89bd55;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #eff6e8;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 0px;
  overflow: hidden;
}
.embed-responsive video,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  height: 100% !important;
  width: 100% !important;
}