.newsfeed {
  font-family: VIC, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333434; }
  .newsfeed h1, .newsfeed .h1, .newsfeed h2, .newsfeed .h2, .newsfeed h3, .newsfeed .h3, .newsfeed h4, .newsfeed .h4, .newsfeed h5, .newsfeed .h5, .newsfeed h6, .newsfeed .h6 {
    font-family: VIC, Arial, Helvetica, sans-serif; }
  .newsfeed p {
    margin: 20px 0; }
  @media screen and (min-width: 48em) {
    .newsfeed h2, .newsfeed .h2 {
      font-size: 35px;
      font-weight: 700;
      line-height: 42px; }
    .newsfeed h3, .newsfeed .h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 28px; } }
  .newsfeed .sl .sl-list::before, .newsfeed .sl .sl-list::after {
    content: none;
    display: block; }
  @media screen and (min-width: 1024px) {
    .newsfeed .sl .sl-list {
      display: flex; }
    .newsfeed .sl .sl-item {
      float: none; } }
  .newsfeed-filters {
    margin: 0 !important; }
    .newsfeed-filters .ctrl-holder > label,
    .newsfeed-filters .ctrl-holder > .label {
      font-weight: 700; }
    .newsfeed-filters .ui.multiple.dropdown > .label {
      padding-top: 7px;
      padding-bottom: 7px; }
    .newsfeed-filters .ui.default.dropdown:not(.button) > .text,
    .newsfeed-filters .ui.dropdown:not(.button) > .default.text {
      border-width: 0; }
  .newsfeed-counter {
    text-align: right; }
  .newsfeed-entity__heading {
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -20px -76px -20px;
    padding: 24px 20px 100px 20px; }
    @media screen and (min-width: 768px) {
      .newsfeed-entity__heading {
        margin: 0 0 -112px 0;
        padding: 35px 60px 147px 60px; } }
  @media screen and (min-width: 768px) {
    .newsfeed-items {
      padding: 0 60px; } }
  .newsfeed-message {
    align-items: center;
    display: flex;
    min-height: 76px !important; }
    @media screen and (min-width: 768px) {
      .newsfeed-message {
        min-height: 112px !important; } }
  .newsfeed-loading {
    margin: 0 -20px !important;
    min-height: 76px !important;
    width: auto !important; }
    @media screen and (min-width: 768px) {
      .newsfeed-loading {
        margin: 0 !important;
        min-height: 112px !important;
        padding: 1em 60px !important; } }
  .newsfeed-error {
    align-items: center;
    display: flex;
    margin: 0 -20px !important;
    min-height: 76px !important; }
    @media screen and (min-width: 768px) {
      .newsfeed-error {
        margin: 0 !important;
        min-height: 112px !important;
        padding: 1em 60px !important; } }
  .newsfeed-item {
    background-color: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .newsfeed-item {
        display: block; } }
    .newsfeed-item__heading {
      width: 100%; }
    .newsfeed-item__summary {
      display: none;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .newsfeed-item__summary {
          display: -webkit-box; } }

/*# sourceMappingURL=newsfeed.css.map */