header.navbar {
  margin-bottom: 0;
}

.bc-item-caption {
  background: none;
  position: absolute;
  top: 50%;
  padding: 0;
  margin: -2.5em 0 0 40px;
}

.bc-item-caption h2 {
  display: block;
  border: none;
  color: #000;
  max-width: 380px;
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 600;
}

.bc-carousel-single-item .bc-item img {
  margin-bottom: 0;
}

@media (max-width: 597px) {
  .bc-carousel-single-item .bc-item {
    margin-bottom: 30px;
  }

  .bc-carousel-single-item .bc-item-caption,
  .bc-carousel-single-item .bc-item .bc-cta {
    margin: 0;
    position: static;
    width: 100%;
    text-align: center;
  }

  .bc-carousel-single-item .bc-item-caption h2 {
    max-width: 100%;
    font-size: 24px;
    margin: 30px 0;
  }
}

@media (min-width: 597px) {
  .bc-carousel-single-item .bc-item-caption h2 {
    display: inline;
    padding: 5px 0;
    background-color: #fff;
    opacity: 0.78;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.7em;
  }
}

.bc-item .bc-cta {
  padding: 0;
  text-align: left;
  position: absolute;
  top: 50%;
  margin: 4em 0 0 40px;
}

.panel-body h1 {
  margin-bottom: 35px !important;
}

.front .panel {
  margin-top: 0;
  margin-bottom: 20px;
}

.front .panel p {
  font-family: inherit;
  margin-bottom: 15px;
  font-size: inherit;
}
