.page-header--tag.show {
  display: flex !important;
  justify-content: center;
  margin-top: 8vh;
}
.page-header--tag .modal-backdrop {
  z-index: 0;
}
.page-header--tag .modal {
  position: absolute;
}
.page-header--tag .modal .modal-dialog {
  max-width: 90vw;
  width: 350px;
  text-align: left;
  margin: 0 auto;
  z-index: 1090;
}

.page-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  min-height: 245px;
  margin-bottom: 1.56rem;
}
@media (min-width: 768px) {
  .page-header {
    max-height: 100%;
  }
}
.page-header--date {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background: #e8e8e8;
  width: 100%;
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  padding: 0.6rem 0;
}
.page-header h1 {
  border-left: 3px solid #e8e8e8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-block: 3.75rem;
  margin-bottom: calc(3.75rem + 40px);
}
@media (max-width: 767.98px) {
  .page-header h1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-inline: 0.9375rem;
    margin-top: 1.875rem;
    margin-bottom: calc(1.875rem + 40px);
  }
}
.page-header--plain {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
  z-index: 1;
}
.page-header--plain h1 {
  border-right: 3px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .page-header--plain h1 {
    margin-top: 3.125rem;
    margin-bottom: calc(3.125rem + 36px);
  }
}
@media (min-width: 768px) {
  .page-header--complex .page-title {
    width: calc(66.66% + 30px);
  }
}
.page-header .h4 {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0.9375rem;
  color: #1A71AE;
}
@media (min-width: 768px) {
  .page-header .h4 {
    margin-bottom: 1.25rem;
  }
}
.page-header .img-wrap {
  z-index: 1;
}
@media (min-width: 768px) {
  .page-header .img-wrap {
    margin-left: 5px;
    width: calc(33.33% + 30px);
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-header .img-wrap {
    max-height: 115px;
    height: 100%;
    width: 100%;
  }
}
.page-header .img-wrap .img-item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-header.background-bg {
  display: block;
}
.page-header.background-bg.bg-secondary {
  border-top: 1px solid #1A71AE;
  border-bottom: 2px solid #1A71AE;
}
.page-header.background-bg .banner-bg-dark:not(.none)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 113, 174, 0.8);
  background: linear-gradient(90deg, #1a71ae 0%, rgba(26, 113, 174, 0.7) 15%, rgba(26, 113, 174, 0.55) 50%, rgba(26, 113, 174, 0.7) 85%, #1a71ae 100%);
}
.page-header.background-bg .banner-bg-dark {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 245px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page-header.background-bg .banner-bg-dark .page-title {
  margin: 0 auto;
  max-width: 850px;
}
.page-header.background-bg .banner-bg-dark.bg-secondary {
  background-blend-mode: luminosity;
}
.page-header.background-bg .banner-bg-dark.bg-secondary::after {
  background: rgba(233, 241, 247, 0.8);
  background: linear-gradient(90deg, #e9f1f7 0%, rgba(233, 241, 247, 0.9) 15%, rgba(233, 241, 247, 0.8) 50%, rgba(233, 241, 247, 0.9) 85%, #e9f1f7 100%);
  mix-blend-mode: hard-light;
}
.page-header.background-bg .banner-bg-dark.bg-secondary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(233, 241, 247, 0.8);
  background: linear-gradient(90deg, #e9f1f7 0%, rgba(233, 241, 247, 0.7) 5%, rgba(233, 241, 247, 0.4) 20%, rgba(233, 241, 247, 0.25) 50%, rgba(233, 241, 247, 0.4) 80%, rgba(233, 241, 247, 0.7) 95%, #e9f1f7 100%);
}
.page-header.background-bg .banner-bg-dark.bg-secondary .page-title, .page-header.background-bg .banner-bg-dark.none .page-title {
  margin: 0 auto;
  max-width: 650px;
  padding: 0 1.25rem;
  border-right: 3px solid rgba(26, 113, 174, 0.25);
  border-left: 3px solid rgba(26, 113, 174, 0.25);
}
.page-header.background-bg .banner-bg-dark.bg-secondary .page-sub-title, .page-header.background-bg .banner-bg-dark.none .page-sub-title {
  color: #262222;
}
.page-header.background-bg .banner-bg-dark.bg-secondary h1,
.page-header.background-bg .banner-bg-dark.bg-secondary p,
.page-header.background-bg .banner-bg-dark.bg-secondary span, .page-header.background-bg .banner-bg-dark.none h1,
.page-header.background-bg .banner-bg-dark.none p,
.page-header.background-bg .banner-bg-dark.none span {
  color: #1A71AE;
}
.page-header.background-bg .banner-bg-dark.none .page-title {
  border-color: #e8e8e8;
}
.page-header.background-bg .banner-bg-dark .page-header--plain {
  max-width: 90vw;
}
.page-header.background-bg .banner-bg-dark h1 {
  margin-bottom: 0.9375rem;
  border: none;
}
.page-header.background-bg .banner-bg-dark .page-sub-title {
  display: block;
  margin-bottom: 3.75rem;
}
.page-header.background-bg .banner-bg-dark.bg-primary h1,
.page-header.background-bg .banner-bg-dark.bg-primary p,
.page-header.background-bg .banner-bg-dark.bg-primary span {
  color: #fff;
}/*# sourceMappingURL=page-header.css.map */