b,strong { font-weight: 500; }

.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;
  }


#b_pre_head.fixed { height: 60px; }
#b_pre_head.fixed+#b_head.fixed { top: 0; }

#b_foot .bfcms-nav .fab {
    font-size: 2em;
}

.bfcms-image-feature.bfif-t-overlay .bfif-image:after {
  content: '\f35a';
  position: absolute;
  bottom: 40px;
  left: 50%;

  width: 65px;
  height: 65px;
  margin-left: -36px;

  font-family: 'FONT AWESOME 5 PRO';
  font-weight: bold;
  line-height: 70px;
  font-size: 70px;
  text-indent: -2px;

  color: rgb(70, 151, 195);
  background: #fff;
  border-radius: 40px;

  transition: all 0.25s;
}
  .bfcms-image-feature.bfif-t-overlay:hover .bfif-image:after {
    display: none;
  }

  .bfcms-ctr-container.full-height .bfcms-image-feature .bfif-horiz,
  .bfcms-ctr-container.full-height .bfcms-image-feature .bfif-horiz .bfif-image-ctr {
    height: 100%;
  }
  .bfcms-ctr-container.full-height .bfcms-image-feature .bfif-horiz .bfif-image-ctr .bfif-image { min-height: 100%; }

.bfcms-ctr-container .bf-article-teaser .bf-article-subcontent {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
  .bfcms-ctr-container .bf-article-teaser .bf-article-subcontent:after {
    content: '';
    display: block;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;

    height: 3.5em;

    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  }


.instafeed > ul > li {
  float: left;

  display: block;
  width: 32%;
  margin: 0 1% 1% 0;

}
  .instafeed .instafeed-img {
    width: 100%;
    height: auto !important;
    padding-top: 100%;

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