/* line 4, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header {
  height: 17.5em;
  position: relative;
  width: 100%;
}
/* line 9, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header .bg-container {
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 1800px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 21, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header > .container {
  height: 17.5em;
}
/* line 24, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header > .container > .grid {
  height: 17.5em;
}
/* line 27, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header > .container > .grid .header-title-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 35, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header > .container > .grid .header-title-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* line 43, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header > .container > .grid .header-title-wrap .header-title {
  display: inline-block;
  vertical-align: middle;
  margin: 65px auto 0;
  max-width: 490px;
  position: relative;
  text-align: center;
}
/* line 55, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header.theme-bg-orange {
  background-color: #eba218;
}
/* line 59, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header.theme-bg-blue {
  background-color: #096372;
}
/* line 63, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header.theme-bg-green {
  background-color: #52702d;
}
/* line 67, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header.theme-bg-purple {
  background-color: #761b50;
}
/* line 71, ../../../../packages/modules/h3-simple-header/css/h3-simple-header.scss */
.h3-simple-header.theme-bg-red {
  background-color: #b31914;
}
