.breadcrumb-container {
  background-color: #f5f5f5; }
  .breadcrumb-container .breadcrumb {
    margin-bottom: 0;
    padding: 17px 0;
    color: #002244; }
    .breadcrumb-container .breadcrumb > li + li:before {
      padding: 0 10px;
      color: #002244;
      content: '\203A';
      font-size: 18px; }
    .breadcrumb-container .breadcrumb > .active {
      color: #002244; }
    .breadcrumb-container .breadcrumb a {
      text-decoration: none;
      color: #002244; }

.new-post .container {
  padding-top: 30px;
  padding-bottom: 20px; }

.post-title h1 {
  margin-top: 0;
  font-size: 34px; }
.post-title h1 + .date {
  color: #595959; }

.post-feature {
  margin-top: 20px;
  margin-bottom: 25px; }
  .post-feature > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .post-feature .caption {
    margin-top: 20px;
    font-style: italic;
    font-weight: 300; }

/*# sourceMappingURL=new.css.map */