<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* LARGE FEED */
/* (main.scss) */
/* ================================================================================ */
.large-feed {
  display: block;
  clear: both; }
  .large-feed .start-feed {
    display: block; }
  .large-feed article {
    display: block;
    clear: both;
    padding: 1.1em 0; }
    .large-feed article:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .large-feed article .thumb {
      float: left;
      width: 35%;
      display: block; }
      .large-feed article .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .large-feed article .text-wrap {
      float: right;
      width: 62%; }
    .large-feed article .h4 {
      line-height: 1.2em;
      display: block;
      margin-bottom: .5em; }
    .large-feed article p {
      line-height: 1.4em; }
  .large-feed article.no-thumb .text-wrap {
    width: 100%; }
  @media (max-width: 480px) {
    .large-feed article {
      margin-bottom: 1em; }
      .large-feed article .thumb, .large-feed article .text-wrap {
        display: block;
        clear: both;
        width: auto;
        float: none; }
      .large-feed article .thumb {
        margin-bottom: 1em; } }

.insert-more {
  display: block;
  clear: both;
  background: #2397db;
  position: relative;
  color: white;
  text-align: center;
  font-family: 'Napco_1';
  font-size: 1.5em;
  font-weight: 700;
  padding: 8px 0;
  margin: 1.5em 0; }
  .insert-more:hover {
    text-decoration: none;
    background: #dd1c20; }
  .insert-more:before, .insert-more:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../images/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: -28px -158px;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .insert-more:before, .insert-more:after {
        background-image: url(../../images/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .insert-more:before {
    left: 15px; }
  .insert-more:after {
    right: 15px; }

</pre></body></html>