/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/hero/src/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Hero Block - Frontend Styles
 */
/**
 * Base module index
 * Forwards all base modules for use in other files
 */
/**
 * SCSS Variables
 *
 * Sass variables are only used where CSS custom properties cannot work
 * (breakpoints, z-index maps, etc.). All other values use CSS custom properties.
 */
:root {
  /* ========================================
     Colors
     ======================================== */
  --black: #181818;
  --yes-commcore-black: #181818;
  --light-black: #282828;
  --yes-commcore-light-black: #282828;
  --black-400: #4b4b4b;
  --medium-gray: #A9A08C;
  --red: #DA160B;
  --yes-commcore-red: #DA160B;
  --red-hover: #C60200;
  --DARK-offwhite: #C7C3BB;
  --dark-offwhite: #C7C3BB;
  --LIGHT-offwhite: #FDFAF4;
  --light-offwhite: #FDFAF4;
  --off-white: #FDFAF4;
  --yes-commcore-offwhite: #FDFAF4;
  --white: #ffffff;
  --border-gray: #CFCDC8;
  --pale-pink: #FBE8E7;
  --pale-pink-hover: #EDB5AE;
  --white: #ffffff;
  /* ========================================
     Typography - Font Families
     ======================================== */
  --font-family-mono: 'Roboto Mono', monospace;
  --font-family-sans: 'Albert Sans', sans-serif;
  --font-family-serif: 'MADE Awelier', Georgia, serif;
  /* ========================================
     Typography - Font Sizes
     ======================================== */
  /* base size: paragraph (16px) */
  --font-size-h1-homepage: 3.75rem; /* 60px */
  --font-size-h1: 2.5rem; /* 40px */
  --font-size-h2: 1.875rem; /* 30px */
  --font-size-h3: 1.75rem; /* 28px */
  --font-size-h4: 1.56rem; /* 25px */
  --font-size-h5: 1.25rem; /* 20px */
  --font-size-paragraph: 1rem; /* 16px */
  --font-size-eyebrow: 0.81rem; /* 13px */
  --font-size-small: 0.875rem; /* 14px */
}
@media screen and (min-width: 992px) {
  :root {
    --font-size-h1-homepage: 5.63rem; /* 90px */
    --font-size-h1: 3.75rem; /* 60px */
    --font-size-h2: 2.81rem; /* 45px */
    --font-size-h3: 2.38rem; /* 38px */
    --font-size-h4: 1.56rem; /* 25px */
    --font-size-h5: 1.25rem; /* 20px */
  }
}
:root {
  /* Legacy aliases */
  --heading-1----homepage: var(--font-size-h1-homepage);
  --heading-1----default: var(--font-size-h1);
  --heading-2: var(--font-size-h2);
  --heading-3: var(--font-size-h3);
  --heading-4: var(--font-size-h4);
  --heading-5: var(--font-size-h5);
  --paragraph: var(--font-size-paragraph);
  --eyebrow: var(--font-size-eyebrow);
  /* ========================================
     Spacing
     ======================================== */
  --home-hero-min-height: 70vh;
  --hero-min-height: 40vh;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --spacing-4xl: 6rem;
  --edge-margin: 20px;
  --text-max-width: 800px;
  --container-max-width: 1280px;
  --container-padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  :root {
    --container-padding: 1rem;
  }
}
:root {
  /* ========================================
     Transitions
     ======================================== */
  --transition-fast: 150ms ease;
  --transition-normal: 300ms ease;
  --transition-slow: 500ms ease;
  /* ========================================
     Border Radius
     ======================================== */
  --border-radius-sm: 3px;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-full: 9999px;
  --border-radius-brand: 3px 3px 50px 3px;
  /* ========================================
     Shadows
     ======================================== */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* ========================================
     Responsive overrides
     ======================================== */
}
@media screen and (min-width: 992px) {
  :root {
    --edge-margin: 50px;
  }
}

/**
 * Base module index
 * Forwards all base modules for use in other files
 */
/**
 * SCSS Functions
 */
/**
 * Base module index
 * Forwards all base modules for use in other files
 */
/**
 * SCSS Mixins
 *
 * Uses CSS custom properties from _variables.scss wherever possible.
 * Sass variables only used where CSS vars cannot work (media queries, maps).
 */
.commcore-hero {
  color: var(--off-white);
}
.commcore-hero__media {
  position: relative;
  min-height: var(--hero-min-height, 50vh);
  overflow: hidden;
}
.commcore-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--black);
}
.commcore-hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: RGBA(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
}
@media (min-width: 992px) {
  .commcore-hero__background::after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 100%);
  }
}
.commcore-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commcore-hero__video--iframe {
  border: 0;
  pointer-events: none;
  width: auto;
  height: auto;
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commcore-hero__video-toggle {
  position: absolute;
  bottom: var(--spacing-md);
  right: var(--spacing-md);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--off-white);
  cursor: pointer;
  transition: background-color var(--transition-normal), border-color var(--transition-normal);
}
.commcore-hero__video-toggle:hover, .commcore-hero__video-toggle:focus-visible {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.8);
}
.commcore-hero__video-toggle .commcore-hero__icon-play {
  display: none;
}
.commcore-hero__video-toggle[data-playing=false] .commcore-hero__icon-pause {
  display: none;
}
.commcore-hero__video-toggle[data-playing=false] .commcore-hero__icon-play {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .commcore-hero__video, .commcore-hero__video-toggle {
    display: none !important;
  }
}
.commcore-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, var(--hero-overlay-opacity, 0.5));
}
.commcore-hero__content {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media screen and (min-width: 1280px) {
  .commcore-hero__content {
    margin-left: auto;
    margin-right: auto;
  }
}
.commcore-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  justify-content: center;
  padding-top: var(--spacing-2xl);
  padding-bottom: var(--spacing-2xl);
}
@media (min-width: 992px) {
  .commcore-hero__content {
    padding: var(--spacing-4xl) 0;
  }
}
.commcore-hero__content .wp-block-buttons {
  justify-content: center;
}
.commcore-hero__breadcrumb {
  border-bottom: solid 1px var(--black-400);
  padding: 13px 0;
  margin-bottom: var(--wp--preset--spacing--30, 1rem);
  position: relative;
  z-index: 1;
}
.commcore-hero__breadcrumb .breadcrumb {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media screen and (min-width: 1280px) {
  .commcore-hero__breadcrumb .breadcrumb {
    margin-left: auto;
    margin-right: auto;
  }
}
.commcore-hero__breadcrumb .breadcrumb {
  font-size: var(--wp--preset--font-size--small, 0.875rem);
  font-family: var(--font-family-mono);
  color: var(--off-white);
  text-transform: uppercase;
}
.commcore-hero__breadcrumb .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color var(--transition-fast, 150ms ease);
}
.commcore-hero__breadcrumb .breadcrumb a:hover {
  color: #fff;
}
.commcore-hero__breadcrumb .breadcrumb .breadcrumb_last {
  color: #fff;
}
.commcore-hero__breadcrumb .breadcrumb .breadcrumb__separator {
  padding: 0 4px;
}
.commcore-hero__title {
  color: var(--dark-offwhite);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-eyebrow);
  text-transform: uppercase;
  font-weight: 500;
}
.commcore-hero__title::before {
  content: "- ";
}
.commcore-hero__heading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-h1);
  line-height: 110%;
  margin-bottom: var(--wp--preset--spacing--20, 0.5rem);
  font-weight: 400;
  color: var(--dark-offwhite);
}
.commcore-hero__heading strong {
  font-weight: 800;
  color: var(--off-white);
}
.commcore-hero__intro {
  margin-bottom: var(--wp--preset--spacing--30, 1rem);
}
.commcore-hero__buttons {
  margin-top: var(--wp--preset--spacing--40, 1.5rem);
}
.commcore-hero__buttons .wp-block-buttons {
  justify-content: center;
}
.commcore-hero--home .commcore-hero__media {
  min-height: var(--home-hero-min-height, 60vh);
}
.commcore-hero--home .commcore-hero__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  min-height: var(--home-hero-min-height, 60vh);
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .commcore-hero--home .commcore-hero__content {
    padding: var(--spacing-md) var(--container-padding);
  }
}
.commcore-hero--home .wp-block-buttons {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .commcore-hero--home .commcore-hero__content .wp-block-button {
    width: 100%;
  }
}
.commcore-hero--home .commcore-hero__heading {
  font-size: var(--font-size-h1-homepage);
}
@media (min-width: 768px) {
  .commcore-hero--home .commcore-hero__heading {
    padding-right: 30%;
  }
}
.commcore-hero--home .commcore-hero__buttons .wp-block-buttons {
  justify-content: flex-start;
}
.commcore-hero--home .commcore26-logo-gallery__label {
  clip: unset !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  margin: 0 0 var(--spacing-md) 0 !important;
  overflow: visible !important;
  position: static !important;
  white-space: normal !important;
  font-family: var(--font-family-mono);
  font-size: var(--font-size-eyebrow);
  text-transform: uppercase;
  color: var(--off-white);
  display: block;
}
.commcore-hero--home .commcore-hero__home-cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--light-black);
  padding: var(--spacing-2xl) 0;
}
@media (min-width: 992px) {
  .commcore-hero--home .commcore-hero__home-cta-wrapper {
    padding: 0;
  }
}
.commcore-hero--home .commcore-hero__home-cta {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media screen and (min-width: 1280px) {
  .commcore-hero--home .commcore-hero__home-cta {
    margin-left: auto;
    margin-right: auto;
  }
}
.commcore-hero--home .commcore-hero__home-cta {
  text-align: center;
  color: var(--off-white);
}
@media (min-width: 768px) {
  .commcore-hero--home .commcore-hero__home-cta {
    text-align: left;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: var(--spacing-2xl);
    align-items: center;
    padding-top: var(--spacing-2xl);
    padding-bottom: var(--spacing-2xl);
  }
}
@media (min-width: 768px) {
  .commcore-hero--home .commcore-hero__home-cta-text {
    border-left: solid 6px var(--red);
    padding-left: var(--spacing-2xl);
  }
}
@media (max-width: 767px) {
  .commcore-hero--home .commcore-hero__home-cta-buttons {
    padding-left: 0;
    padding-right: 0;
    background-image: none !important;
  }
  .commcore-hero--home .commcore-hero__home-cta-buttons .wp-block-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .commcore-hero--home .commcore-hero__home-cta-buttons {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    padding: var(--spacing-4xl) 0;
  }
}
.commcore-hero--interior .commcore-hero__media {
  min-height: var(--hero-min-height, 40vh);
}
@media (min-width: 768px) {
  .commcore-hero--interior .commcore-hero__heading,
  .commcore-hero--interior .commcore-hero__intro {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .commcore-hero--interior .commcore-hero__heading,
  .commcore-hero--interior .commcore-hero__intro {
    width: 50%;
  }
}
.commcore-hero--interior .commcore-hero__intro {
  margin-top: var(--spacing-lg);
}
.commcore-hero--interior .commcore-hero__client-logo {
  margin-top: var(--spacing-xl);
  display: grid;
  align-items: center;
  justify-items: center;
}
.commcore-hero--interior .commcore-hero__client-logo img {
  max-height: 100px;
  max-width: 200px;
  width: auto;
}
.commcore-hero--leadership {
  padding: var(--spacing-lg) 0;
}
@media (min-width: 992px) {
  .commcore-hero--leadership {
    padding-top: 0;
  }
}
.commcore-hero--leadership .commcore-hero__heading {
  padding-bottom: var(--spacing-md);
}
.commcore-hero--leadership .commcore-hero__job-title {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-small);
  text-transform: uppercase;
  padding-bottom: var(--spacing-md);
}
.commcore-hero--leadership .commcore-hero__content {
  padding: 0;
  text-align: left;
}
.commcore-hero--leadership .commcore-hero__media {
  min-height: 1rem;
}
.commcore-hero--leadership .commcore-hero__background::after {
  content: none;
}
.commcore-hero--align-left {
  justify-content: flex-start;
}
.commcore-hero--align-left .commcore-hero__content {
  text-align: left;
}
@media (min-width: 768px) {
  .commcore-hero--align-left .commcore-hero__content {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
@media (min-width: 768px) {
  .commcore-hero--align-left .commcore-hero__heading,
  .commcore-hero--align-left .commcore-hero__intro {
    margin-left: 0;
  }
}
.commcore-hero--align-left .wp-block-buttons {
  justify-content: flex-start;
}

/*# sourceMappingURL=style-index.css.map*/