  /* Branding colours */
.post_tile-block {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.post_tile-block a {
  text-decoration: none;
}
.post_tile-block .sj_js_postTile_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1%;
  z-index: 2;
  background: rgba(41, 128, 185, 0.8);
}
.post_tile-block .sj_js_postTile_Image {
  width: 100%;
  padding-bottom: 70%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
}
.post_tile-block .sj_js_postTile_Image.defaultImage {
  background-size: 180px !important;
  -webkit-background-size: 180px !important;
  -moz-background-size: 180px !important;
}
.post_tile-block .sj_js_postTile_content {
  padding: 40px;
  background: #fff;
}
.post_tile-block .sj_js_postTile_content h5 {
  font-size: 1em;
  color: #7dd667;
  padding: 0;
  margin: 0 0 10px 0;
}
.post_tile-block .sj_js_postTile_content h3 {
  font-family: "product_sans_lightregular", "Helventica Neau", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  color: #7dd667;
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
}