/* line 1, ../sass/homefix.scss */
#cookie-law-info-bar, #cookie-law-info-again {
  display: none !important;
}

/* @RBL-1156 - list view changes over blocks */
/* line 9, ../sass/homefix.scss */
.posts-block-container .view-grid .post-excerpt {
  display: none;
}
/* line 12, ../sass/homefix.scss */
.posts-block-container .view-grid .post-thumb .post-heading .h2 {
  margin-top: 40px;
}
/* line 18, ../sass/homefix.scss */
.posts-block-container .view-list .block-item {
  width: 100%;
}
/* line 21, ../sass/homefix.scss */
.posts-block-container .view-list .block-content {
  height: 200px;
}
/* line 24, ../sass/homefix.scss */
.posts-block-container .view-list .post-thumb {
  float: left;
  height: 100%;
  width: 250px;
}
/* line 29, ../sass/homefix.scss */
.posts-block-container .view-list .post-thumb a:hover {
  text-decoration: none;
}
/* line 33, ../sass/homefix.scss */
.posts-block-container .view-list .post-data {
  height: 100%;
  overflow: hidden;
}
/* line 37, ../sass/homefix.scss */
.posts-block-container .view-list .post-thumb .post-heading {
  height: 200px;
}
/* line 40, ../sass/homefix.scss */
.posts-block-container .view-list .has-image .post-data .post-heading {
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #2d2d2d;
  display: table-cell;
  width: 100%;
}
/* line 48, ../sass/homefix.scss */
.posts-block-container .view-list .has-image .post-data .post-heading .h2 {
  vertical-align: middle;
}
/* line 52, ../sass/homefix.scss */
.posts-block-container .view-list .cat-badge {
  right: auto;
  left: 0;
}
/* line 56, ../sass/homefix.scss */
.posts-block-container .view-list .no-image .post-excerpt {
  white-space: normal;
}
@media screen and (max-width: 760px) {
  /* line 63, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fefefe;
  }
  /* line 74, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-thumb {
    float: none;
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: 120px;
    width: 35%;
    margin: 5px;
  }
  /* line 83, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data {
    position: relative;
    display: block;
    margin: 5px;
    width: 60%;
  }
  /* line 89, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data * {
    color: #555;
  }
  /* line 93, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data .post-heading .post-title {
    color: #131313;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 700px) {
  /* line 102, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-thumb {
    width: 150px;
  }
  /* line 106, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data {
    width: 65%;
  }
  /* line 109, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data .post-heading .post-title {
    padding-top: 5px;
  }
}
@media screen and (max-width: 620px) {
  /* line 117, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-thumb {
    height: 150px;
  }
  /* line 121, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data {
    width: 60%;
  }
  /* line 124, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data .post-heading .post-title {
    font-size: 83%;
  }
}
@media screen and (max-width: 450px) {
  /* line 132, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data {
    width: 55%;
  }
  /* line 135, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data .post-heading .post-title {
    font-size: 70%;
  }
}
@media screen and (max-width: 420px) {
  /* line 142, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 145, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-thumb {
    height: 150px;
    width: calc(100% - 10px);
  }
  /* line 150, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data {
    width: calc(100% - 10px);
  }
  /* line 153, ../sass/homefix.scss */
  .posts-block-container .view-list .block-item .block-content .post-data .post-heading .post-title {
    font-size: 85%;
  }
}
