#b_head_social {
  margin: 20px 0 -20px;
}

.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }



.bf-u-header {
  min-height: 200px;
}

.bfu-header-background {
}

  .bfu-header-background > .row,
  .bfu-header-background > .row > div {
    height: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
    .bfu-header-background > .row > div {
      padding-top: 100%;
    }


  .bfu-header-background > .row > div:first-child {
    margin-right: 1px;
  }
  .bfu-header-background > .row > div:last-child {
    margin-right: -1px;
  }


.bfu-header-content {
  position: relative;
  margin: 0 auto;

  text-align: center;
}
  .bfu-header-content .bfu-header-content-colour {
    display: inline-block;
    padding: 20px 40px;
  }


.bfutf-header {
  position: relative;
  margin-bottom: 1em;
}
  .bfutf-thumbnail-content {
    width: 50%;
    padding: 40px 20px 40px 15px;
  }
  .bfutf-image {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;

    margin-left: 5px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


.bf-article-teaser .bf-article-split-header > div:first-of-type {
  margin-left: 0;
  text-align: right;
}

.bf-article-teaser .bf-article-split-header {
  display: flex;
  flex-direction: row;

  margin-bottom: 1em;
}

.bf-article-teaser .bf-article-split-header > div {
  width: 49.5%;
  float: left;
  margin-left: 1%;
  margin-bottom: 0;
}

.bf-article-teaser .bf-article-split-header .bf-article-image-ctr .bf-article-image {
  padding-top: 0;
  height: 100% !important;
}

.bf-article-split-content.b14 {
  padding: 30px;
}

.bf-article-split-header h3,
.bf-article-split-header h3:hover,
.bf-article-split-header h3:focus,
.bf-article-split-header h3:active {
  font-size: 30px;
  text-align: right;
  line-height: 1.2em;
}

.bf-article-split-header h3 a {
  font-weight: 400;
  text-decoration: none;

  color: #fff;
}
