/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0);
  border: none;
  color: #333;
}

.flickity-button:hover {
  
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #d5e739;
}
.icc .flickity-button-icon {
  fill: #00bce3;
}
#entrepreneur .flickity-button-icon {
  fill: #000;
}

/* ---- previous/next buttons ---- */
#venture-catalyst-space .flickity-prev-next-button {
  background-color: rgba(213, 231, 57, 0.1);
  border-radius: 0!important;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
#entrepreneur .flickity-prev-next-button {
  top: 0;
}

.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
#venture-catalyst-space .flickity-page-dots {
  display: none;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display:block;
}

#entrepreneur .flickity-page-dots {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display:block;
  bottom:unset;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  background: #d5e739;
}

.icc .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  opacity: 0.25;
  cursor: pointer;
  background: #00bce3;
}
#entrepreneur .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  
  border-radius: 50%;
  
  cursor: pointer;
  background: #000;
}

.flickity-page-dots .dot.is-selected, #entreprenuer.flickity-page-dots .dot.is-selected {
  opacity: 1;
  
}

.ksp-flickity-viewport, .ksp-flickity-viewport > .flickity-viewport  {
  height: 325px!important;
}

.carousel-cell {
	width:25%;
/*	min-height:325px;*/
	padding: 0 2rem;
}
.entrepreneur-carousel-cell {
	width:100%;
/*	min-height:325px;*/
	padding: 0 2rem;
}
.vc-companies .carousel-cell {
  /* min-height: 220px; */
  /* padding: 0 2rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.carousel-cell-testimonial {
	width:100%;
/*	min-height:325px;*/
	padding: 0 2rem;
}
.vcs-companies .carousel-cell {
	padding: 0 1rem;
}
.vcs-companies .flickity-prev-next-button.next {
	right:-40px;
}
.vcs-companies .flickity-prev-next-button.previous {
	left:-40px;
}
.supported-logos.item {
  text-align: center;
  padding: 10px;
  max-width: 200px;
}

.supported-logos.item img {
  max-height: 120px;
  width: auto;
}

@media only screen and (max-width: 768px) {
	.carousel-cell {
	width:100%;
}
.flickity-page-dots {
	display:block;
}	
}

/*.testimonial-slider .flickity-viewport {
 min-height: 400px!important;
}*/

.testimonial-slider .carousel-cell {
  width: 100%;
}




.testimonial-slider  .flickity-page-dots .dot {
  height: 5px!important;
  width: 100%!important;
  margin: 0!important;
  border-radius: 0!important;
}

.testimonial-slider .flickity-page-dots {
  position: absolute!important;
  width: 60%!important;
  bottom: 10rem!important;
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
  text-align: center!important;
  line-height: 1!important;
  display: flex!important;
  justify-content: space-evenly!important;
  right: 7.5%!important;
}

.testimonial-slider .flickity-prev-next-button.previous {
  left: 25%!important;
}

.testimonial-slider .flickity-prev-next-button {
  width: 44px!important;
  height: 44px!important;
  border-radius: 0!important;
  bottom: 9rem!important;
  background-color: rgba(213, 231, 57, 0.1);
  top: unset!important;
  transform: none!important;
}

.icc .flickity-prev-next-button {
  width: 44px!important;
  height: 44px!important;
  border-radius: 0!important;
  bottom: 9rem!important;
  background-color: rgba(0, 185, 227, 0.1)!important;
  top: unset!important;
  transform: none!important;
}

@media only screen and (max-width: 768px) {

  .testimonial-slider .flickity-page-dots {
  display: flex!important;
  width: 80%!important;
  bottom: 0!important;
  margin: auto!important;
  right: 0!important;
  position: relative!important;
  }

  .testimonial-slider .flickity-prev-next-button {

  bottom: -1rem!important;

}
  .testimonial-slider .flickity-prev-next-button.previous {
  left: 0!important;
}
}