.read-time::before {
  content: "|";
  padding: 0 10px 0 6px;
}

.hero-video h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}

a.blog-post__tag-link,
a.blog-post__tag-link:active {
  color: #fff;
  text-decoration: none;
}

a.blog-post__tag-link:hover {
  text-decoration: underline;
}

a.blog-post__tag-link::after {
  content: ", ";
}

a.blog-post__tag-link:last-of-type::after {
  content: "";
}

.hero-video p {
  font-size: 22px;
  color: #fff;
}

.hero-video-bg {
  position: relative;
  width: 100%;
  max-width: 1095px;
  height: 100%;
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: start;
  overflow: hidden;
}

.hero-video-container {
  max-width: 1095px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .hero-video-container {
    padding: 0 20px;
  }
}

.hero-video-text {
  max-width: 1400px;
  z-index: 1;
  color: #fff;
}

.background-video { width: 100%; position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  z-index: -1; opacity: 20%;}

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D8DFE8 !important;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

input.hs-search-field__input {
  font-size: 16px !important;
}

ul.hs-search-field__suggestions {
  display: none;
}

@media screen and (max-width: 529px) {
  .hero-video-bg {
    height: unset;
  }

  .hero-video h1 {
    font-size: 32px;
  }

  .hero-video p {
    font-size: 22px;
  }
}