/* -----------------------------------------------------------------------------
   f-he00: Hero Carousel
*/
/* line 8, components/scss/f-he00.scss */
.f-he00_inner-wrap {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}

/* line 15, components/scss/f-he00.scss */
.f-he00_slides-wrap {
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 25, components/scss/f-he00.scss */
.f-he00_slides-wrap.f-he00--carousel-active {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 15, bourbon/addons/_clearfix.scss */
.no-flexbox .f-he00_slides-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 34, components/scss/f-he00.scss */
.f-he00_slide {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 46, components/scss/f-he00.scss */
.f-he00_slide:first-child {
  display: block;
}
/* line 50, components/scss/f-he00.scss */
.f-he00--carousel-active .f-he00_slide {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 55, components/scss/f-he00.scss */
.no-flexbox .f-he00--carousel-active .f-he00_slide {
  display: block;
  float: left;
}

/* line 61, components/scss/f-he00.scss */
.f-he00_slide-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* line 70, components/scss/f-he00.scss */
.f-he00_slide-content-outer {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 76, components/scss/f-he00.scss */
.f-he00_slide-content-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* line 83, components/scss/f-he00.scss */
.f-he00_slide-headline {
  text-align: center;
  color: #ffffff;
}

/* line 88, components/scss/f-he00.scss */
.f-he00_slide-copy {
  text-align: center;
}

/* line 92, components/scss/f-he00.scss */
.f-he00_slide-nav-indicators-wrap {
  display: none;
  position: absolute;
  bottom: 36px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
/* line 99, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-nav-indicators-wrap {
  bottom: 0;
}
/* line 103, components/scss/f-he00.scss */
.f-he00_slide-nav-indicators-wrap > li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

/* line 110, components/scss/f-he00.scss */
.f-he00_slide-nav-indicator {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 18px;
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -10000px;
  background: #ffffff;
  margin: 0 5px;
  border-bottom: none;
}
/* line 121, components/scss/f-he00.scss */
.f-he00_slide-nav-indicator:hover {
  background: #f0f0f0;
  border-bottom: none;
}
/* line 126, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-nav-indicator {
  background: #0076e6;
}
/* line 128, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-nav-indicator:hover {
  background: #188eff;
}

/* line 139, components/scss/f-he00.scss */
.f-he00_slide-nav-indicator--active {
  background: #0076e6;
}
/* line 142, components/scss/f-he00.scss */
.f-he00_slide-nav-indicator--active:hover {
  background: #0076e6;
  border: none;
}
/* line 147, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-nav-indicator--active {
  background: #f0f0f0;
}
/* line 149, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-nav-indicator--active:hover {
  background: #f0f0f0;
}

/* line 155, components/scss/f-he00.scss */
.f-he00v1 {
  padding-bottom: 36px;
}
/* line 157, components/scss/f-he00.scss */
.f-he00v1 .f-he00_inner-wrap {
  min-height: 528px;
}
/* line 160, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-headline {
  color: #400090;
  font-size: 20px;
  line-height: 32px;
  padding: 0 18px;
}
@media (min-width: 30em) {
  /* line 160, components/scss/f-he00.scss */
  .f-he00v1 .f-he00_slide-headline {
    font-size: 28px;
    line-height: 41px;
  }
}
@media (min-width: 60em) {
  /* line 160, components/scss/f-he00.scss */
  .f-he00v1 .f-he00_slide-headline {
    font-size: 34px;
    line-height: 47px;
  }
}
/* line 174, components/scss/f-he00.scss */
.f-he00v1 .f-he00_slide-copy {
  color: #2b2b2b;
  max-width: 400px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 18px;
}

/* line 184, components/scss/f-he00.scss */
.f-he00_slide-copy-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #400090;
}

/* line 191, components/scss/f-he00.scss */
.f-he00_bl {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 29px;
}
@media (min-width: 60em) {
  /* line 191, components/scss/f-he00.scss */
  .f-he00_bl {
    font-size: 24px;
    line-height: 37px;
  }
}
