.bg-color-transparent {
  background-color: transparent;
}
.bg-color-dark {
  background-color: #000000;
}
.bg-color-light {
  background-color: #FFFFFF;
}
body {
  padding-top: 4.5rem;
}
section.content-section {
  margin-top: 40px;
}
body > header {
  height: 4.5rem;
  background-color: #FFF;
}
body > header nav {
  height: 4.5rem;
}
body > header nav .navbar-nav {
  width: 100%;
}
main > section.hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main > section.hero .hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
main > section.hero .hero-content {
  z-index: 1;
  text-align: center;
}
main > section.hero.hero-type--Home {
  height: calc(100vh - 4.5rem);
}
main > section.hero.hero-type--ImagePageTitleContentBelow .hero-background {
  max-height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.h1 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 123px;
  line-height: 147px;
  color: #FFFFFF;
}
.h2 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 76px;
  line-height: 91px;
}
.h3 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 47px;
  line-height: 56px;
  color: #999999;
}
.h4 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 29px;
  line-height: 35px;
}
.h5 {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
.h6 {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
h1 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 123px;
  line-height: 147px;
  color: #FFFFFF;
}
h2 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 76px;
  line-height: 91px;
}
h3 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 47px;
  line-height: 56px;
  color: #999999;
}
h4 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-size: 29px;
  line-height: 35px;
}
h5 {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
h6 {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
}
:root {
  --header-height: 4.5rem;
  --color-ci-primary: #000000;
  --color-text-default: #000000;
  --color-text-light: #FFFFFF;
}
/*# sourceMappingURL=styles.css.map */