.header-slideshow {z-index: 1; max-height: 900px;}
.custom_header_slideshow {
    clear: both;
    position: relative;
    z-index: 1;
    max-height: 900px;
    overflow: hidden;
}
.custom_header_slideshow .slick-slider {margin-bottom: 0;}
.custom_header_slideshow .slide {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 900px;
}

.custom_header_slideshow .slide img,
.custom_header_slideshow a {
  position: relative;
  width: 100%;
  display: block;
}
.custom_header_slideshow a:hover {opacity: 1;}

.custom_header_slideshow .slideshow-dots {margin-top: -40px; text-align: center;}

.custom_header_slideshow .slick-dots {margin: 0;}
.custom_header_slideshow .slick-dots li {
  position: relative;
  display: inline-block;
  height: 24px; width: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.custom_header_slideshow .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 24px; width: 24px; outline: none; line-height: 0; font-size: 0;
  color: transparent; margin: 0; padding: 0; cursor: pointer;
}
.custom_header_slideshow .slick-dots li button:hover,
.custom_header_slideshow .slick-dots li button:focus { outline: none; }
.custom_header_slideshow .slick-dots li button:hover:before,
.custom_header_slideshow .slick-dots li button:focus:before { opacity: 1; }
.custom_header_slideshow .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom_header_slideshow .slick-dots li.slick-active button:before {
  content: "\f10c";
  font-size: 24px;
}


/*** Mobile ***/
@media only screen and (max-width: 40em) {
  .header-slideshow .custom_header_slideshow {padding-top: 43px;}
  .custom_header_slideshow .slide {background-position: center center !important; min-height: 380px}
  .custom_header_slideshow .slide img {min-height: 380px; min-width: 100%;}
  .custom_header_slideshow .slideshow-dots.caption {top:-50px;}
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-slideshow .custom_header_slideshow {padding-top: 43px;}
  .custom_header_slideshow .slide {background-size: 100%; min-height: 490px; }
  .custom_header_slideshow .slide img {min-height: 490px; min-width: 100%;}
  .custom_header_slideshow .slideshow-dots.caption {top:-50px;}
}

/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
  .custom_header_slideshow .slideshow-dots {margin-top: -360px;}
}