
.module-container-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}


.module-container {

}

span.title {
  color:#555;
      font-size: 14px;
}

span.author-name {
    text-align: left;
  line-height:1.35;
}

span.activity-type {
    font-size: 14px;
    line-height: 1;
}

.quote-section {
  text-align:center;
}

.testimonial-repeater-wrapper {
  position:relative;
}


.testimonials-repeater .author-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:1.5rem;
  text-align:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.testimonial-repeater-wrapper {
  opacity:0;
  -webkit-transition: opacity .400s;
  -o-transition: opacity .400s;
  transition: opacity .400s;
}

.testimonial-repeater-wrapper.show {
  opacity:1;
}

.quote-section .quote {
  z-index:10;
  font-style: italic;
}

.grid-sizer,
.testimonial {
  width:48%;
}

.testimonial {
  margin-top:12px;
}


.quote-accent {
  position: absolute;
  opacity: .1;
  left: 15px;
  top: 10px;
  z-index: 5;
}

.testimonials-repeater {
  position:relative;
  z-index:5;
}

button#showMore {
    margin: 0 auto!important;
    max-width: 200px!important;
    margin-top: 50px!important;
}

button#showMore:hover {
  cursor:pointer;
}

/* clear fix */
.testimonials-repeater:after {
  content: '';
  display: block;
  clear: both;
}

.company {
  font-size: 16px;
  color: #898989;
}

.testimonials-repeater .testimonial {
  border-radius: 11px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
  border: solid 1px rgba(151,151,151,0.15);
  background-color: #fff;
  padding: 33px 47px 26px 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
img.testimonial-carousel__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width:60px;
}

.testimonials-repeater .author-section img {
  max-width:115px!important;
  margin-right:1.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}

button.button {
  border: 1px solid #274dc2;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius:5px;
  color:#274dc2;
  -webkit-transition: background-color .300s ease-in-out;
    -moz-transition: background-color .300s ease-in-out;
    -o-transition: background-color .300s ease-in-out;
    transition: background-color .300s ease-in-out;
}

button.button:hover,
button.button.is-checked{
  cursor:pointer;
  background-color:#274dc2;
  color:#fff;
}

div#filters {
    text-align: center;
    margin-bottom: 50px;
}


@media (max-width:960px) {
  .grid-sizer,
  .testimonial {
    width:48%;

  }
}


@media (max-width:767px) {
  .grid-sizer,
  .testimonial {
    width:99%;

  }

}