/**
 * Only allow this style to happen on .path-frontpage
 * TODO: if we impliment this feature on other pages other then
 * the front page path-frontpage will need to be removed.
 * This would require figuring out a way to hide the h1 based on this setting
 */
/* .path-frontpage h1 {
  display: none;
  background: transparent;
}
.path-frontpage .paragraph--type--c-image.horizontal_position_left .position-container {
  transform: unset;
  left: 0;
}
.path-frontpage .paragraph--type--c-image.horizontal_position_left .position-container .text-container.container {
  margin: 0;
  bottom: 40px;
  padding: 15px 93px;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .fields--wrapper {
  background-color: transparent;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .text-background-container {
  background-color: transparent;
  width: auto;
  padding: 15px;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .text-container h2, .path-frontpage .--title-image-style.paragraph--type--c-image .text-container .field--name-field-c-advanced-title {
  font-size: 42px;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
  display: block;
  padding: 0 0 5px 0;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .text-container .text-background-container, .path-frontpage .--title-image-style.paragraph--type--c-image .text-container .text-background-container > * {
  text-align: left !important;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .field--name-field-c-advanced-subtitle {
  font-size: 24px;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
}
.path-frontpage .--title-image-style.paragraph--type--c-image .text-container p, .path-frontpage .--title-image-style.paragraph--type--c-image.white-text .text-container p {
  font-size: 18px;
  color: var(--brand-color-black);
}
@media screen and (min-width: 992px) {
  .path-frontpage .--title-image-style.paragraph--type--c-image .text-container h2, .path-frontpage .--title-image-style.paragraph--type--c-image .text-container .field--name-field-c-advanced-title {
    color: var(--brand-color-white);
    text-shadow: 2px 2px 3px #333;
    font-size: 61px;
  }
  .path-frontpage .--title-image-style.paragraph--type--c-image .text-container p, .path-frontpage .--title-image-style.paragraph--type--c-image.white-text .text-container p {
    color: var(--brand-color-white);
    text-shadow: 1px 1px 3px #222;
  }
  .path-frontpage .--title-image-style.paragraph--type--c-image .text-background-container {
    padding: 15px 93px;
  }
  .path-frontpage .--title-image-style.paragraph--type--c-image .field--name-field-c-advanced-subtitle {
    color: var(--brand-color-white);
    text-shadow: 2px 2px 3px #333;
  }
} */

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