
.carousel-wrapper *:focus {
  outline: 0;
}
.carousel-wrapper *:hover {
  outline: 0 !important;
}
#carousel {
  z-index: 7;
}
#carousel {
  min-height: 465px;
}
#carousel .item {
  max-width: 700px;
}
#carousel .item .inner-container {
  min-height: 418px;
  text-align: center;
  background: #fff;
  position: relative;
  padding: 0 20px 0;
  border: 2px solid #a4a8ab;
  box-shadow: 0 11px 24px 8px rgba(0,0,0,.09);
}
#carousel .item .client-photo img {
  width: 102px;
  height: 102px;
  margin-top: 30px;
}
#carousel .item .client-name h4 {
  font-size: 18px;
  margin: 12px 0 0;
  font-family: 'Montserrat', sans-serif;
}
#carousel .item .client-company p {
  font-size: 14px;
  font-weight: normal;
  color: #BCBEC0;
  margin: 5px 0 0;
  font-family: 'Montserrat', sans-serif;
}
#carousel .item .client-testimonial,
#carousel .item .client-testimonial p,
#carousel .item .client-testimonial span {
  padding: 30px 0 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  max-width: 550px;
  margin: 0 auto;
}
#carousel .arrow {
  -webkit-transition: all .2s;
  transition: all .2s;
}
#carousel .arrow.prev {
  background: url(https://cdn2.hubspot.net/hubfs/364614/arrow-testimonial-carousel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  font-size: 24px;
  height: 17px;
  width: 79px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#carousel .arrow.prev:active {
	left: -7px;  
}
#carousel .arrow.next {
  background: url(https://cdn2.hubspot.net/hubfs/364614/arrow-testimonial-carousel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 50%;
  right: 0;
  font-size: 24px;
  height: 17px;
  width: 79px;
}
#carousel .arrow.next:active {
	right: -7px;  
}
/* Dots */
#carousel .dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#carousel .dot {
  border: 0 !important;
  display: block;
  background-color: #DCDDDE;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  font: 14px/22px Arial;
  text-align: center;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-touch-callout: none;
}
#carousel .dot:hover {
  background-color: #D0D1D2;
}
#carousel .dot.active {
  background-color: #ab0054;
}
@media (max-width: 1024px) {
  #carousel:before {
  }
	#carousel .item {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  #carousel .item .inner-container {
    min-height: 448px;
    padding: 0 30px 0;
  }
  #carousel {
    min-height: 493px;
  }
}
@media (max-width: 600px) {
  #carousel .item .inner-container {
    min-height: 475px;
  }
  #carousel {
    min-height: 530px; 
  }
  #carousel .item .inner-container {
    padding: 0 20px 0;
  }
  #carousel .dot {
  	margin: 0 10px;  
  }
}
@media (max-width: 480px) {
  #carousel .item .inner-container {
    min-height: 530px;
  }
  #carousel {
    min-height: 600px; 
  }
}