/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/legacy/hero/view.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* Details Block -----------------------------------------------------------------------------------------------------*/
@keyframes colorChange {
  0% {
    background-color: #a4794d;
    color: var(--wp--preset--color--secondary-cream);
  }
  33% {
    background-color: #13284c;
    color: #a4794d;
  }
  66% {
    background-color: #008070;
    color: #73cefe;
  }
  100% {
    background-color: #a4794d;
    color: var(--wp--preset--color--secondary-cream);
  }
}
#page-hero {
  min-height: 400px;
  position: relative;
  padding: var(--wp--preset--spacing--large) 0;
  margin-top: 0;
  margin-block-start: 0;
  overflow: hidden;
}
.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  background-size: cover;
  animation: move 40s ease infinite alternate;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.alt-img {
  opacity: 0;
  animation: fadeInOut 15s ease-in-out infinite;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.content-block {
  max-width: 50%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
  padding-right: 2em;
}
.flex-container {
  display: flex;
  min-height: 500px;
}
.flex-item {
  flex-basis: auto;
}
.flex-grow {
  flex-grow: 1;
}
.flex-equal {
  flex: 1;
}
.media-row {
  display: flex;
  min-height: 50%;
}
#page-hero.type-4_blocks .media-section {
  margin-right: -200px;
}
#page-hero.type-2_blocks {
  padding-bottom: 0;
}
#page-hero.type-2_blocks .media-item {
  min-height: 350px;
}
#page-hero.type-2_blocks .media-block-2 {
  margin-bottom: 0;
}
#page-hero.type-2_blocks .media-section {
  margin-left: -250px;
  margin-right: 50px;
}
#page-hero.type-2_blocks .content-block {
  padding-left: 2em;
  padding-right: 0;
}
#page-hero.type-2_blocks .switch-img-side {
  order: 2;
}
#page-hero.type-2_blocks .switch-img-side .media-section {
  margin-right: -250px;
  margin-left: 50px;
}
#page-hero.type-color_block .flex-container {
  gap: var(--wp--preset--spacing--large);
}
#page-hero.type-color_block .color-block {
  flex-direction: column;
  align-self: center;
}
#page-hero.type-color_block .color-block a {
  color: var(--wp--preset--color--secondary-cream);
  background-color: transparent;
}
#page-hero.type-color_block img {
  aspect-ratio: 19/11;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  width: 570px;
}
#page-hero.type-color_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: var(--wp--preset--color--primary);
}
#page-hero.type-color_block.darkgreen:after {
  background-color: var(--wp--preset--color--primary-dark);
}
#page-hero.type-color_block.brown:after {
  background-color: var(--wp--preset--color--secondary-brown);
}
#page-hero.type-color_block.coral:after {
  background-color: var(--wp--preset--color--secondary-red);
}
#page-hero.type-color_block.cyan .color-block a {
  color: var(--wp--preset--color--primary-dark);
}
#page-hero.type-color_block.cyan:after {
  background-color: var(--wp--preset--color--secondary-blue);
}
#page-hero.type-color_block.navy:after {
  background-color: var(--wp--preset--color--secondary-dark-blue);
}
.media-section {
  height: 100%;
}
.media-item {
  background: #eee;
  min-height: calc(50% - 1em);
  margin-left: 1em;
  margin-bottom: 1em;
  flex: 1;
}
.video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.image-block {
  position: relative;
}
.image-block img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.content-block h2, .content-block h1 {
  border-left: 4px solid #00392f;
  margin-left: -1em;
  padding-left: 1em;
}
#page-hero.type-simple_image .content-block {
  color: var(--wp--preset--color--secondary-cream);
}
#page-hero.type-simple_image .content-block h2,
#page-hero.type-simple_image .content-block h1 {
  border-left: 4px solid var(--wp--preset--color--secondary-cream);
  color: var(--wp--preset--color--secondary-cream);
}
#page-hero.type-simple_image .content-block h2.has-primary-dark-color,
#page-hero.type-simple_image .content-block h1.has-primary-dark-color {
  border-left: 4px solid var(--wp--preset--color--primary-dark);
}
.media-1 {
  margin-left: 3em;
  margin-top: 100px;
}
.media-2 {
  flex: 2;
  animation: colorChange 10s infinite;
  background: #a4794d;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.media-2 h2 {
  margin: 0;
  font-size: 4em !important;
  line-height: 0.9em;
  color: inherit;
}
.media-3 {
  background: #70aaca;
}
.media-4 {
  background: #cd5b5c;
}
@media (max-width: 1410px) {
  #page-hero.type-4_blocks .media-section {
    margin-right: -30px;
  }
  .media-2 h2 {
    font-size: 3.5em !important;
  }
}
@media (max-width: 1100px) {
  #page-hero .content-block h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    margin-left: 0;
  }
  #page-hero.type-2_blocks .content-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #page-hero .flex-container {
    justify-content: center;
    flex-direction: column;
    min-height: 500px;
  }
  #page-hero .flex-container .content-block {
    order: 2;
    max-width: 100%;
    padding-right: 0 !important;
    margin-top: var(--wp--preset--spacing--medium);
    margin-bottom: var(--wp--preset--spacing--medium);
  }
  #page-hero .flex-container .flex-grow {
    order: 1;
  }
  #page-hero.type-4_blocks .media-section {
    margin-right: 0;
  }
  #page-hero.type-2_blocks {
    padding-bottom: 2em;
  }
  #page-hero.type-2_blocks .media-block-2 {
    margin-bottom: 1em;
  }
  #page-hero.type-2_blocks .media-section {
    display: flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #page-hero.type-2_blocks .media-item {
    min-height: 250px;
  }
  #page-hero.type-2_blocks .media-item:first-of-type {
    margin-left: 0;
  }
  #page-hero.type-color_block .flex-container {
    gap: 0;
  }
  #page-hero.type-color_block:after {
    top: auto;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
  }
  .media-2 h2 {
    font-size: 3em !important;
  }
  .media-3 {
    margin-left: 0;
  }
}
@media (max-width: 781px) {
  #page-hero .flex-container {
    min-height: 400px;
  }
  .media-1 {
    margin-left: 0;
    margin-top: 0;
    min-width: 35%;
  }
}
@media (max-width: 600px) {
  .media-2 h2 {
    font-size: 2.5em !important;
  }
}

/*# sourceMappingURL=view.css.map*/