@import url("https://use.typekit.net/rge1xkb.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-title {
  text-align: center;
}
.page-title.theme-row .page-title__container {
  padding-top: calc(clamp(2.5rem, 2.341vw + 1.973rem, 4.25rem) - 0.875rem);
  padding-bottom: calc(clamp(2.5rem, 2.341vw + 1.973rem, 4.25rem) - 0.5rem);
}
.page-title__container {
  position: relative;
}
.page-title__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 13%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
.page-title__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.page-title__content {
  display: flex;
  flex-flow: row wrap;
  z-index: 5;
}
.page-title .bgimage {
  position: absolute;
  height: 100%;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem) clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem);
}
.page-title .bgimage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title .bg-blue {
  position: relative;
  z-index: 4;
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 1024px) {
  .page-title .bg-blue {
    border-radius: 0 0 60px 60px;
  }
}
.page-title .bg-blue .gradient {
  background: linear-gradient(to right, #0098c3 0%, rgba(0, 152, 195, 0) 90%);
}
.page-title__preheading {
  flex: 0 0 100%;
  order: 1;
  margin-bottom: 1rem;
}
.page-title--has-bg-image .page-title__preheading {
  text-align: left;
}
.page-title__title {
  flex: 0 0 100%;
  order: 2;
  text-align: center;
}
.blog .page-title__title, .post-type-archive-event .page-title__title, .page-title--has-bg-image .page-title__title {
  text-align: left;
}
