/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/page-header/style.scss ***!
  \**************************************************************************************************************************************************************************************/
.page-header {
  position: relative;
  opacity: 0;
  z-index: 1;
}
.page-header.initialized {
  opacity: 1;
}
.page-header .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.page-header .shapes .shape {
  position: absolute;
  background: no-repeat center center;
  background-size: contain;
  height: 0px;
}
.page-header .shapes .shape.shape-1 {
  background-image: url(../../images/Shape1.svg);
  width: 45%;
  padding-bottom: 27.5210509337%;
  top: -40%;
  left: 18.5%;
}
.page-header .shapes .shape.shape-2 {
  background-image: url(../../images/Shape2.svg);
  width: 20%;
  padding-bottom: 23.3843666561%;
  top: -30%;
  left: 37.5%;
}
.page-header .shapes .shape.shape-3 {
  background-image: url(../../images/Shape3.svg);
  width: 40%;
  padding-bottom: 25.3778662057%;
  right: -21%;
  bottom: 0;
}
.page-header .shapes .shape.shape-4 {
  background-image: url(../../images/Shape4.svg);
  width: 40%;
  padding-bottom: 46.7687333121%;
  right: -30%;
  bottom: -80%;
}
.page-header > .container {
  position: relative;
  align-items: stretch;
  display: flex;
  text-align: left;
  color: #000004;
  max-height: calc(100vh - 102px);
}
.page-header > .container > .image-container {
  width: 50vw;
  padding-right: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  min-height: 40vw;
}
.page-header > .container > .image-container img {
  object-fit: cover;
  object-position: center center;
  max-height: calc(100vh - 102px);
  height: 100%;
  width: 100%;
}
.page-header > .container > .image-container .background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .page-header > .container {
    max-height: 600px;
  }
  .page-header > .container > .image-container {
    min-height: 600px;
  }
}
.page-header > .container > .text-container {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-header .title {
  margin: 30px 0;
}
.page-header .subtitle:empty {
  display: none;
}
.page-header .button-group {
  margin-top: 30px;
}
.page-header .datetime_string-container {
  font-size: 16px;
  line-height: 1.4em;
}
.page-header .datetime_string-container .tribe-event-date-start {
  margin-bottom: 0.5em;
}
@media (max-width: 1170px) {
  .page-header > .container > .image-container {
    padding-right: 30px;
  }
  .page-header > .container > .text-container {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .page-header .title {
    font-size: 20px;
  }
  .page-header .datetime_string-container {
    font-size: 14px;
  }
  .page-header .datetime_string-container .tribe-event-date-start {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .page-header > .container {
    flex-wrap: wrap;
    max-height: none;
  }
  .page-header > .container > .image-container {
    width: 100vw;
    padding-right: 0;
    height: 30vw;
  }
  .page-header > .container > .text-container {
    width: 100%;
    padding-left: 0;
  }
}
