.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: #3794e5;
  opacity: 1;
  font-size: 40px;
}

.slick-dots li.slick-active button:before {
  color: #013359;
}

.slick-list { height:auto !important; }
.slick-list p.slick-slide{ margin:0 !important; }

.testimonials {
  min-height: 200px;
  color: #666666;
  font-size: 14px;
  margin: 0 25px;
  position: relative;
}

/*

.testimonials:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonials .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.testimonials .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.testimonials .quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 180px;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
  font-family: Calibri;
  color: white;
}
.testimonials .quote p {
  position: relative;
  margin-bottom: 20px;
}
.testimonials .quote p:first-child:before {
  content: '\201C';
  color: rgba(255, 255, 255, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -10;
}
.testimonials .quote cite {
  display: block;
  font-size: 14px;
}
.testimonials .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .testimonials {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
*/
