.fhd-slider {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 0;
  /*.slider-image { float:left; width:48.780488%; }
	.slider-text { float:right; width:48.780488%; }
	.slider-text h1, .slider-text h1 a { font-size: 21px; font-size: 1.5rem; line-height: 1.5; font-family: 'Arial Black'; color: #BF311A; text-decoration: none; }
	.slider-text h1 a:hover { color: black; }
	.slider-text p { margin: 0 0 21px; margin: 0 0 1.5rem; line-height: 1.5; }*/
  /* give the content a relative contaniner to position in */
  /* nav controls */
  /* this positions the text on the left side over the image */
  /* have a specific class name for this */
  /* steeple style */
  /* grace style */
  /* conflict with bootstrap .jumbotron */
}
.fhd-slider .hidden {
  display: none;
}
.fhd-slider .slide {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.fhd-slider .slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fhd-slider.group:after {
  content: "";
  display: table;
  clear: both;
}
.fhd-slider .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fhd-slider .slide-content a:not(.btn) {
  color: white;
}
.fhd-slider .fhd-slider-nav {
  font-size: 120px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  z-index: 11;
  opacity: 0.6;
  color: white;
}
.fhd-slider .fhd-slider-nav:hover {
  text-decoration: none;
  opacity: 1.0;
}
.fhd-slider .fhd-slider-nav-left {
  left: 20px;
}
.fhd-slider .fhd-slider-nav-right {
  right: 20px;
}
.fhd-slider .fhd-slider-text {
  position: absolute;
  top: 60%;
  max-height: 40%;
  max-width: 40%;
  left: 10%;
  color: white;
}
.fhd-slider .fhd-slider-excerpt {
  font-size: 1.3em;
  line-height: 1.4em;
}
.fhd-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fhd-slider ul.fhd-slider-position {
  margin-top: 5px;
  list-style: none;
  position: relative;
  text-align: center;
}
.fhd-slider ul.fhd-slider-position li {
  display: inline-block;
  margin: 0 6px;
}
.fhd-slider ul.fhd-slider-position li.active a {
  background-color: #333;
}
.fhd-slider ul.fhd-slider-position li a {
  height: 14px;
  width: 14px;
  background-color: #eee;
  display: block;
  border: 1px solid #ddd;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fhd-slider.steeple .slide img {
  float: left;
  width: 48.780488%;
}
.fhd-slider.steeple .slide .fhd-slider-text {
  float: right;
  width: 48.780488%;
  position: relative;
  top: 0;
  max-height: none;
  max-width: none;
  left: 0;
}
.fhd-slider.steeple .slide .fhd-slider-text h1,
.fhd-slider .slider-text h1 a {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: 'Arial Black';
  color: #BF311A;
  text-decoration: none;
}
.fhd-slider.steeple .slide .fhd-slider-text h1 a:hover {
  color: black;
}
.fhd-slider.steeple .slide .fhd-slider-text p {
  margin: 0 0 21px;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.fhd-slider.steeple .slide .fhd-slider-text .fhd-slider-excerpt {
  color: black;
}
.fhd-slider.steeple .slide-content a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.fhd-slider.grace .fhd-slider-text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  color: black;
}
.fhd-slider.grace .fhd-slider-nav {
  top: 20%;
}
.fhd-slider.jumbotron {
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  background-color: initial;
}
/*# sourceMappingURL=fhd-slider.map */