/*
New Customer Page Redesign
CMSSHAR-2020 - UI-Enhance the Header Carousel component
*/
/* Header Carousel Component */
.customers2016 #customer-heroCarousel .item {
  background-repeat: no-repeat;
  background-size: cover;
}
.customers2016 #customer-heroCarousel .item .outer-container {
  background-repeat: no-repeat;
  background-size: cover;
}
.customers2016 #customer-heroCarousel .item .row:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.customers2016 #customer-heroCarousel .item .copy-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.customers2016 #customer-heroCarousel .item .copy-content .btn-group a {
  margin-top: 10px;
}
.customers2016 #customer-heroCarousel .carousel-pager {
  background-color: rgba(150, 157, 170, 0.1);
  min-height: 50px;
  position: relative;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators {
  width: 100%;
  padding-left: 0;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li {
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
  border-radius: 0;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li .copy-content {
  padding-top: 21px;
  padding-bottom: 15px;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li h7 {
  color: #0c1724;
  opacity: .65;
  font-weight: 700;
  padding-bottom: 5px;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li p {
  color: #363c44;
  line-height: 141%;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover .copy-content {
  position: relative;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover .copy-content:before {
  content: ' ';
  background-color: transparent;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover h7 {
  color: #ed0080;
  opacity: 1;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active .copy-content {
  position: relative;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active .copy-content:before {
  content: ' ';
  background-color: #ed0080;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active h7 {
  color: #000000;
  opacity: 1;
}
@media (max-width: 900px) {
  .customers2016 #customer-heroCarousel .item {
    background-position: top left;
  }
}
@media (max-width: 767px) {
  .customers2016 #customer-heroCarousel .carousel-pager {
    background: none;
    min-height: 0px;
    position: relative;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators {
    width: 100%;
    padding-left: 0;
    margin: -35px auto 0;
    text-align: center;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 0 4px;
    padding: 0;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li h7,
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li p {
    text-indent: -9999px;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li .copy-content {
    max-height: 0;
    overflow: hidden;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active,
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover {
    background-color: #ed0080;
    border: 1px solid #ed0080;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active .copy-content,
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover .copy-content {
    background: none;
  }
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li.active .copy-content:before,
  .customers2016 #customer-heroCarousel .carousel-pager .hero-carousel-indicators li:hover .copy-content:before {
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .customers2016 #customer-heroCarousel .item .copy-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
