#b_head #b_head_social>ul.bfcms-nav>li>a {
  white-space: nowrap;
}

#b_pre_head.fixed {
  padding: 2px 15px 2px 0;
}

.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-login-popdown {
  display: none;
  position: relative;
}

#bf-login-popdown input[type="submit"] {
    margin-right: 0;
}

#bf-login-popdown form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;

  padding: 20px 20px;

  text-align: right;

  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

.bfcms-image-feature.bfif-t-overlay .bfif-image:after {
  content: '';

  position: absolute;
  bottom: 40px;
  left: 50%;

  margin-left: -40px;

  width: 80px;
  height: 80px;

  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://stride.d2.barefootdigital.co/res/pub/Icons/if-hover-icon.svg);

  opactiy: 1;

  transition: all 0.5s;
}
  .bfcms-image-feature.bfif-t-overlay:hover .bfif-image:after {
    opacity: 0;
  }


#google_translate_element {
  display: inline-block;
}

  #google_translate_element .goog-te-gadget {
    font-size: 1px;
    line-height: 1px;
  }
    #google_translate_element .goog-te-gadget span {
      display: none;
    }
    #google_translate_element .goog-te-gadget .goog-te-combo,
    #google_translate_element .goog-te-gadget .goog-te-combo:hover {
      padding-top: 6px;
      padding-bottom: 6px;
      margin: -8px 0 -3px 10px;

      font-size: 11px;
      font-family: inherit;
    }


.bfcms-feed-twitter .tweet {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 1em 0;
}

.bfcms-feed-twitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf-dr-signature img {
  width: 60%;
  margin-top: 1em;
}

.bf-in-analytics #b_head .bf-main-nav>ul.bfcms-nav>li>a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Open Sans,sans-serif;
  font-weight: 300;
}


.bfec-calendar-events .bfec-calendar-event > span {
    display: block;
    text-align: left;
    padding: 0.2em;
}

.bfec-calendar-events .bfec-calendar-event span {
    display: inline;
    padding: 0;
}

span.bf-ec-time {
    margin-right: 5px;
    font-weight: bold;
}


@media screen and (max-height:768px) {
.bfcms-lightbox {
  overflow-y: scroll !important;
}
}
