/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper { 
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url('images/bx_loader.gif') center center no-repeat #ffffff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  /*left: 10px;*/
  /*background: url('images/controls.png') no-repeat 0 -32px;*/
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  /*right: 10px;*/
  /*background: url('images/controls.png') no-repeat -43px -32px;*/
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/*===================================
 PROJECT
 ===================================*/

 body {overflow-x: hidden;}

 .bx-wrapper .bx-loading {
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
}

.gradient {
  background: rgba(33,30,31,1);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

ul.bxslider, ul.bxslider li,
ul.bxslider2, ul.bxslider2 li,
ul.bxslider3, ul.bxslider3 li {
 padding: 0 !important;
 margin: 0 !important;
 background: none !important;
 list-style: none !important;
}

/*fix chrome bug of last slide becoming first slide when load*/
.bx-viewport li { 
  min-height: 1px; 
  min-width: 1px; 
}

.bx-clone{
display: none;
}

.bx-wrapper {
 margin: 0 auto 0px;
 border: none;
 box-shadow: none;
 background: none;
}

.bx-wrapper img {
 width: 100%;
 height: auto;
 display: block;
}

@media screen and (min-width: 1025px) { 
  #feature-banner .bx-wrapper img {
    width: 100%;
    height: 668px;
    object-fit: cover;
  }
}

.bx-content-wrapper {
 position: absolute;
 text-align: center;
 z-index: 3;
 color: #FFF;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 background: rgba(0,0,0,0.0);
 display: flex; 
 align-items: flex-end;
}

.bx-content {
 position: relative;
 width: 100%;
 background: rgba(255,255,255,0.7);
 
text-align: left;
margin: 0 30px 30px;
padding: 35px 20px 20px;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
}

@media screen and (max-width: 1024px) { 
    .bx-content {
      margin: 0 20px 20px;
    }
  }

.bx-content  h1, .bx-content  h3, .bx-content  h4, .bx-content  h5, .bx-content p {
 margin: 10px 0 0 !important;
 color: #252525;
 text-align: left;
 line-height: 1.3;
}

.bx-content h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.bx-content h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400 !important;
  font-size: 32px !important;
  text-transform: uppercase;
  margin-top: 0 !important;
}

.bx-content .btn {
  text-shadow: none;
}

 .bx-wrapper .bx-pager {
  bottom: 10px;
 }

.bx-wrapper .bx-pager-item {
  vertical-align: top;
}

.bx-wrapper .bx-pager.bx-default-pager a {
 background: none;
 border: 1px solid #FFF;
 margin: 0 5px;
 display: block;
 width: 15px;
 height: 15px;
 border-radius: 1000px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
 background:  #FFF;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 62%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
  transition: none;
}

@media screen and (max-width: 767px) { 
    .bx-wrapper .bx-controls-direction a {
      top: auto;
      bottom: -40px;
    }
  }

.bx-wrapper .bx-prev {
  right: 85px;
  background: url('../../images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 50px;
  background: url('../../images/controls.png') no-repeat -43px -32px;
}

@media screen and (max-width: 767px) { 
  .bx-wrapper .bx-prev {
    right: 45px;
  }

  .bx-wrapper .bx-next {
    right: 10px;
  }
}

  .bx-pager-item:first-of-type:last-of-type { 
     display: none;
  }


  /*===================================
 Homepage Carousel
 ===================================*/

 .carouselSlider img {
  width: 100%;
  height: 184px;
  object-fit: cover;
 }

 .carousel-content {
  background: #ef7c00;
  color: white;
  padding: 20px 0 50px;
 }

 /*ef7c00
d36844*/

  .carousel-content h6,  .carousel-content p {
    margin: 0 !important;
    padding: 0 20px;
  }

    .carousel-content h6 {
      text-transform: uppercase;
    }


/*===================================
 Subpage Carousel
 ===================================*/

    .content #entry .carousel ul,
    .content #entry .carousel li {
      background-image: none;
      margin: 0 !important;
      padding: 0 !important;
    }

    .content .carousel img {
     /* max-width: 100%;
      width: auto;*/
      width: 100%;
      height: auto;
      max-width: none;
      
    }

    @media screen and (min-width: 768px) { 
      .content .carousel img { 
        height: 456px;
        object-fit: cover;
      } 
    }

    @media screen and (max-width: 767px) { 
      .content .carousel img { 
        height: 400px;
        object-fit: cover;
      } 
    }

    @media screen and (max-width: 425px) { 
      .content .carousel img { 
        height: 216px;
        object-fit: cover;
      } 
    }

    @media screen and (max-width: 375px) { 
      .content .carousel img { 
        height: 187px;
        object-fit: cover;
      } 
    }


    @media screen and (max-width: 767px) { 
      .content .bx-wrapper {
        padding-bottom: 30px;
      }
    }

  .content   .carousel-content {
    background: #888;
    font-size: 14px;
    font-style: italic;
    color: #FFF;
    text-align: left;
    padding: 15px 30px;
    margin: 0 auto !important;
 }

.content .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 21px);
    top: 207px;
    margin-top: 0;
    opacity: 0;
  }

  @media screen and (max-width: 1024px) { 
    .content .bx-wrapper .bx-controls-direction a {
      opacity: 1;
    }
  }

  @media screen and (max-width: 767px) { 
    .content .bx-wrapper .bx-controls-direction a {
      opacity: 0;
    }
  }

  .content .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

 @media screen and (max-width: 767px) { 
    .content .bx-wrapper:hover .bx-controls-direction a {
      opacity: 0;
    }
  }

   .content .bx-wrapper .bx-prev {
  left: 30px;
  background: url('../../images/control-arrow.png') no-repeat top left;
  height: 45px;
}

  .content .bx-wrapper .bx-next {
  right: 30px;
  background: url('../../images/control-arrow.png') no-repeat top left;
  height: 45px;
  transform: rotate(180deg);
}

   .content .bx-wrapper .bx-pager {
    bottom: 20px;
    bottom: auto;
    top: 400px;
  }

   @media screen and (max-width: 767px) { 
       .content .bx-wrapper .bx-pager {
      top: auto;
      bottom:  0px;
     }
   }


  .content  .bx-wrapper .bx-pager a {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  }

 @media screen and (max-width: 767px) { 
    .content  .bx-wrapper .bx-pager a {
      background: #ef7c00;
      border-color: #ef7c00;
      box-shadow: none;
    }
 }




/*===================================
 Stories Carousel
 ===================================*/
  .sliderV {
    padding: 40px 0 30px;
  }

  @media screen and (min-width: 667px) and (max-width: 767px) { 
    .sliderV {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
  }


  .sliderV .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
  }

  .sliderV .bx-wrapper .bx-prev {
  left: auto;
  right: 30px;
  background: url('../../images/arrow-v-up.png') no-repeat top left;
  height: 35px;
  bottom: auto;
  top: -45px;
}

  .sliderV .bx-wrapper .bx-next {
  right: 30px;
  background: url('../../images/arrow-v-up.png') no-repeat top left;
  height: 35px;
  transform: rotate(180deg);
  bottom: 0px;
  top: auto;
}

.sliderV .bxslider li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0.5);
    opacity: .7;
}