/**
 * @file
 * Blog Styling
 */
@media all and (min-width: 480px) {
  /* line 7, ../../sass/blog/blog_min_480.scss */
  .page-blog #title-holder {
    display: block;
  }

  /* line 12, ../../sass/blog/blog_min_480.scss */
  .blog-section .field-type-image,
  .news-section .field-type-image {
    display: inline-block;
    float: right;
    padding-left: 20px;
  }
  /* line 14, ../../sass/blog/blog_min_480.scss */
  .blog-section .submitted,
  .news-section .submitted {
    font-weight: 600;
    color: #b79b2e;
    text-transform: none;
    font-size: 1em;
    padding-bottom: 8px;
  }
  /* line 16, ../../sass/blog/blog_min_480.scss */
  .blog-section h2.node-title a,
  .blog-section h2.node-title a:visited,
  .news-section h2.node-title a,
  .news-section h2.node-title a:visited {
    color: #001d37;
    text-transform: none;
    font-size: 1em;
  }
  /* line 18, ../../sass/blog/blog_min_480.scss */
  .blog-section h2.node-title a:hover,
  .news-section h2.node-title a:hover {
    color: #d9b53b;
  }
  /* line 20, ../../sass/blog/blog_min_480.scss */
  .blog-section .views-row,
  .news-section .views-row {
    padding: 25px 0 25px 0;
  }
  /* line 21, ../../sass/blog/blog_min_480.scss */
  .blog-section .field-name-body p,
  .news-section .field-name-body p {
    line-height: 1.7em;
  }

  /* line 25, ../../sass/blog/blog_min_480.scss */
  .blog-section .vcard,
  .blog-section .vcard *,
  .news-section .vcard,
  .news-section .vcard *,
  .node-type-blog .node-blog .vcard,
  .node-type-blog .node-blog .vcard *,
  .node-type-news .node-news .vcard,
  .node-type-news .node-news .vcard * {
    text-transform: uppercase;
    margin-top: 3px;
    color: #000;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
  }
}
