.testimonialSectionWrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid.testimonialSectionWrap {
    background-image: none !important;
  //  background-color: black;
}

.testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait {
  display: block;
  width: 50%;
  background-size: cover;
  background-position: top center;
/*  margin-right: 50px;*/
}

.testimonialSectionWrap .testimonial-carousel .testimonial-conent {
  width: 50%;
  background: #60295e;
  margin-right: calc((80.625rem - 100vw) / 2);
  webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
  position: relative;
}

@media(min-width: 1441px) {
  .testimonialSectionWrap .testimonial-carousel .testimonial-conent {
    background-color: #8e598f;
  }
}

#content .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait img {
  max-width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0;
}

.testimonial-conent-wrapper {
    padding: 35px;
    max-width: 570px;
    height: 100%;
    background-color: #8e598f;
}

.testimonial-item {
  display: flex;
  overflow: visible;

}

.testimonialSectionWrap .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}


.testimonialSectionWrap .owl-item {
    display: block;
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: opacity .25s;
}

.testimonialSectionWrap .owl-item.active {
    display: block;
    position: relative;
    z-index: 10;
    opacity: 1;
}

.testimonialSectionWrap.programs_degrees_testimonials .owl-item.active {
  min-width: 100vw;
}
.testimonialSectionWrap.programs_degrees_testimonials .owl-item {
  min-width: 100vw;
}

.vc_row.wpb_row.vc_row-fluid.testimonialSectionWrap.programs_degrees_testimonials {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.testimonialSectionWrap.programs_degrees_testimonials > .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-item-portrait {
  margin-bottom: 0;
}

.testimonial-item p.testimonial-copy {
  font-family: TradeGothicLT;
  font-size: 18px !important;
  line-height: 35px !important;
}

.media-heading.testimonial-title {
  font-family: FFQuadraatWebPro;
  font-size: 20px;
  font-weight: normal;
}

.professor .media-body span.testimonial-title {
  color: #ffffff;
  font-family: FFQuadraatWebPro;
  font-size: 15px;
  font-weight: normal;
  text-transform: initial;
}

.testimonial-item .media-body {
    line-height: 30px;
    display: inherit;
}

.testimonial-item .section-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.testimonials .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonialSectionWrap .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media(min-width:856px) and (max-width: 1119px) {
  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
    margin-left: calc((80.625rem - 100vw) / 2);
    position: relative;
    overflow: hidden;
  }

  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: none !important;
    width: auto;
    height: 100% !important;
  }

  .testimonial-item {
    height: 425px;
  }
}

@media(min-width:1120px) and (max-width: 1199px) {

  .testimonial-item {
    height: 425px;
    max-width: 80.625rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait img {
    height: 100% !important;
    max-height: none !important;
    border-radius:  0;
    min-height:  100%;
    width: auto !important;
    max-width: none !important;
  }

  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
    margin-left: calc((80.625rem - 100vw) / 2);
    position: relative;
  //  overflow: hidden;
  }
}

@media(min-width:1200px) {
  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
    margin-left: calc((80.625rem - 100vw) / 2);
    position: relative;
  //  overflow: hidden;
  }

  .testimonialSectionWrap .testimonial-carousel .testimonial-item-portrait img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: none !important;
    width: 100%;
    height: auto !important;
    top: 0;
  }

  .testimonial-item {
    height: 425px;
    max-width: 80.625rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .testimonialSectionWrap {
    padding-top: 15px !important;
  }

  .testimonial-item-portrait-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }

  span.testimonial-image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
  }

}


/* max855 */

.testimonials .owl-theme .owl-controls {
  position: relative;
}

.testimonials .owl-pagination {
    position: absolute;
}

.testimonials .owl-theme .owl-controls .owl-page span,
.testimonials .owl-theme .owl-controls.clickable .owl-page span {
    background: #c2a7c2;
    border: 2px solid #c2a7c2;
    width: 12px;
    height: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page.active span,
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff;
    border: 2px solid #c2a7c2;
    width: 12px;
    height: 12px;
}

@media(max-width:855px) {

  .testimonial-item {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .testimonialSectionWrap .testimonial-carousel .testimonial-conent {
      width: 100%;
  }

  .testimonial-item-portrait {
    width: 100% !important;
    height: 100%;
    margin: 0;
    overflow: visible;
    position: relative;
    margin-left: 0 !important;
    display: block;
    min-height: 350px
  }

  .testimonial-conent-wrapper {
    max-width: 100%;
  }

  .testimonials .owl-pagination {
      right: 0;
      top: -4em;
  }

  .testimonials .section-inner {
    padding: 0;
  }

  .testimonialSectionWrap .vc_column-inner {
    padding: 0 !important;
  }

  .testimonialSectionWrap div.owl-item.active {
    width: 100vw !important;
  }

  .alliant-slider {
    max-height: 500px !important;
  }

  .alliant-slide {
    height: 500px !important;
  }
}

@media(min-width:856px) {
  .testimonials .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
  }

  .testimonials .owl-pagination {
      right: 6em;
      top: -5em;
  }
}
