@media all and (min-width: 768px) {
}@media all and (min-width: 768px) {
}.em-testimonial-tile {
  background: #FFF;
  padding: 25px 30px;
}
@media all and (min-width: 768px) {
  .em-testimonial-tile {
    height: 100%;
  }
}
.em-testimonial-tile::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  right: 30px;
  bottom: 2px;
  background: url('../../../../assets/images/quotes.png') 0 0 / contain no-repeat;
}
@media all and (min-width: 768px) {
  .em-testimonial-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 80px 60px 60px 60px;
  }
  .em-testimonial-tile > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media all and (min-width: 1024px) {
  .em-testimonial-tile {
    align-items: center;
    position: relative;
  }
}
.em-testimonial-tile.logo figure img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  .em-testimonial-tile.photo figure {
    flex: 0 0 200px;
  }
}
@media all and (min-width: 1024px) {
  .em-testimonial-tile.photo figure {
    flex: 0 0 272px;
  }
}
.em-testimonial-tile.photo figure img {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  background: #FFF;
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .em-testimonial-tile.photo figure img {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .em-testimonial-tile.photo .testimonial-body:first-child:last-child {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .em-testimonial-tile.photo .testimonial-body {
    flex: 1 1 auto;
    margin-left: 60px;
  }
  .em-testimonial-tile.photo .testimonial-body:first-child:last-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .em-testimonial-tile.photo .testimonial-body {
    position: static;
  }
}
.em-testimonial-tile.photo .testimonial-body .statement {
  margin-top: 30px;
  font-family: 'Nexa-Text-Bold', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .em-testimonial-tile.photo .testimonial-body .statement {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 1280px) {
  .em-testimonial-tile.photo .testimonial-body .statement {
    font-size: 1.6rem;
  }
}
.em-testimonial-tile.photo .testimonial-body .statement b,
.em-testimonial-tile.photo .testimonial-body .statement strong,
.em-testimonial-tile.photo .testimonial-body .statement mark {
  font-weight: 400;
  background: #FFB300;
}
.em-testimonial-tile.photo .testimonial-body .name-position {
  font-size: 16px;
  margin-top: 15px;
  font-family: 'Nexa-Text-Extra-Light', sans-serif;
}
.em-testimonial-tile.photo .testimonial-body .name-position .name {
  font-family: 'Nexa-Text-Bold', sans-serif;
}
.em-testimonial-tile.photo .testimonial-body a.link {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: right;
  margin-top: 40px;
  text-decoration: underline;
}
.em-testimonial-tile.photo .testimonial-body a.link:hover {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .em-testimonial-tile.photo .testimonial-body a.link {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) {
  .em-testimonial-tile.photo .testimonial-body a.link {
    position: absolute;
    margin: 0;
    right: 35px;
    bottom: 25px;
  }
}
#testimonials .em-grid > .em-grid-item > .em-testimonial-tile {
  position: relative;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  #testimonials .em-grid > .em-grid-item > .em-testimonial-tile {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
}
#testimonials .em-grid:not(.owl-carousel) {
  padding-bottom: 35px;
}
#testimonials .em-grid:not(.owl-carousel) + .owl-nav-custom {
  display: none;
}
#testimonials .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media all and (min-width: 768px) {
  #testimonials .owl-carousel .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #testimonials .owl-carousel .owl-stage-outer .owl-stage > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  transform: scale3d(0.9, 0.9, 0.9);
  transition: transform 0.2s ease-in;
}
@media all and (min-width: 768px) {
  #testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
}
@media all and (min-width: 768px) {
  #testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    background: #FFF;
  }
}
@media all and (min-width: 768px) {
  #testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide {
    height: 100%;
  }
}
#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item .em-post-tile a:hover img {
  transform: none;
}
#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  transform: scale3d(1, 1, 1);
  transition: transform 0.2s ease-out;
}
#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #FFF;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item:not(.active)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  background: #FFF;
  z-index: 1;
  transition: opacity 0.2s ease-in;
  pointer-events: all;
}
@media all and (max-width: 767px) {
  #testimonials .owl-carousel .owl-dots {
    bottom: -38px;
  }
}
@media all and (min-width: 768px) {
  #testimonials .owl-carousel .owl-dots {
    position: relative;
    margin-top: 40px;
  }
}
#testimonials .owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
  border-color: #B8BBC1;
}
@media all and (min-width: 1024px) {
  #testimonials .owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 15px;
  }
}
#testimonials .owl-carousel .owl-dots .owl-dot.active {
  background: #001530;
  border-color: #001530;
}
#testimonials .owl-nav-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 5;
}
#testimonials .owl-nav-custom > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media all and (max-width: 767px) {
  #testimonials .owl-nav-custom {
    bottom: -47px;
  }
}
@media all and (min-width: 768px) {
  #testimonials .owl-nav-custom {
    bottom: 28px;
  }
}
#testimonials .owl-nav-custom button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
}
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r,
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r {
  width: 3.5rem;
  transition: all 0.2s ease;
}
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span,
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span {
  transition: all 0.2s ease;
}
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(1),
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(1),
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(2),
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(2),
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(4),
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(4),
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(5),
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(5) {
  width: 1.5rem;
}
#testimonials .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(3),
#testimonials .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(3) {
  width: 3.5rem;
  top: 0.625rem;
  left: 0;
}
