.page-header {
  padding-bottom: 11px;
  margin: 0 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .page-title,
  .page-header h1 {
    font-size: 40px;
  }
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.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 24px 0;
}
.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: 0;
}
.masthead {
  padding: 48px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 96px 0;
  }
  .masthead h1 {
    font-size: 112px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.jumbotron-primary {
  background-color: #d91e00;
  color: #ffded9;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label {
  font-family: 'Work Sans', sans-serif;
}
.label:empty {
  display: none;
}
.badge {
  font-family: 'Work Sans', sans-serif;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert {
  list-style: none;
}
.alert h4 {
  color: inherit;
  text-transform: capitalize;
}
.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: #ffb2a6;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  box-shadow: none;
  border-radius: 0;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.fade.show {
  filter: alpha(opacity=100);
  opacity: 1;
}
@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);
  }
}
.clear {
  clear: both;
}
.bg-default a {
  background: #d91e00 !important;
}
.bg-cat-purple a {
  background: #5933cc !important;
}
.bg-cat-red a {
  background: #f30e0e !important;
}
.bg-cat-green a {
  background: #31d207 !important;
}
.bg-cat-pink a {
  background: #e9014f !important;
}
.bg-cat-blue a {
  background: #2196f3 !important;
}
.bg-cat-orange a {
  background: #f76000 !important;
}
.bg-cat-yellow a {
  background: #fbcb23 !important;
}
.bg-cat-cyan a {
  background: #0099cc !important;
}
.cat-purple .module-title {
  border-top-color: #5933cc !important;
}
.cat-purple .more-article a {
  color: #5933cc !important;
}
.cat-purple .more-article a:hover,
.cat-purple .more-article a:focus,
.cat-purple .more-article a:active {
  border-color: #5933cc !important;
}
.cat-red .module-title {
  border-top-color: #f30e0e !important;
}
.cat-red .more-article a {
  color: #f30e0e !important;
}
.cat-red .more-article a:hover,
.cat-red .more-article a:focus,
.cat-red .more-article a:active {
  border-color: #f30e0e !important;
}
.cat-green .module-title {
  border-top-color: #31d207 !important;
}
.cat-green .more-article a {
  color: #31d207 !important;
}
.cat-green .more-article a:hover,
.cat-green .more-article a:focus,
.cat-green .more-article a:active {
  border-color: #31d207 !important;
}
.cat-pink .module-title {
  border-top-color: #e9014f !important;
}
.cat-pink .more-article a {
  color: #e9014f !important;
}
.cat-pink .more-article a:hover,
.cat-pink .more-article a:focus,
.cat-pink .more-article a:active {
  border-color: #e9014f !important;
}
.cat-blue .module-title {
  border-top-color: #2196f3 !important;
}
.cat-blue .more-article a {
  color: #2196f3 !important;
}
.cat-blue .more-article a:hover,
.cat-blue .more-article a:focus,
.cat-blue .more-article a:active {
  border-color: #2196f3 !important;
}
.cat-orange .module-title {
  border-top-color: #f76000 !important;
}
.cat-orange .more-article a {
  color: #f76000 !important;
}
.cat-orange .more-article a:hover,
.cat-orange .more-article a:focus,
.cat-orange .more-article a:active {
  border-color: #f76000 !important;
}
.cat-yellow .module-title {
  border-top-color: #fbcb23 !important;
}
.cat-yellow .more-article a {
  color: #fbcb23 !important;
}
.cat-yellow .more-article a:hover,
.cat-yellow .more-article a:focus,
.cat-yellow .more-article a:active {
  border-color: #fbcb23 !important;
}
.cat-cyan .module-title {
  border-top-color: #0099cc !important;
}
.cat-cyan .more-article a {
  color: #0099cc !important;
}
.cat-cyan .more-article a:hover,
.cat-cyan .more-article a:focus,
.cat-cyan .more-article a:active {
  border-color: #0099cc !important;
}
.link-cat-purple .mod-articles-category a,
.link-cat-purple .mod-articles-category-introtext a {
  color: #5933cc !important;
}
.link-cat-red .mod-articles-category a,
.link-cat-red .mod-articles-category-introtext a {
  color: #f30e0e !important;
}
.link-cat-green .mod-articles-category a,
.link-cat-green .mod-articles-category-introtext a {
  color: #31d207 !important;
}
.link-cat-pink .mod-articles-category a,
.link-cat-pink .mod-articles-category-introtext a {
  color: #e9014f !important;
}
.link-cat-blue .mod-articles-category a,
.link-cat-blue .mod-articles-category-introtext a {
  color: #2196f3 !important;
}
.link-cat-orange .mod-articles-category a,
.link-cat-orange .mod-articles-category-introtext a {
  color: #f76000 !important;
}
.link-cat-yellow .mod-articles-category a,
.link-cat-yellow .mod-articles-category-introtext a {
  color: #fbcb23 !important;
}
.link-cat-cyan .mod-articles-category a,
.link-cat-cyan .mod-articles-category-introtext a {
  color: #0099cc !important;
}