/**
SCSS for Testimonial Detail
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 4.25rem auto 4.5rem;
}

@media only screen and (max-width: 992px) {
  .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4.25rem auto 3.75rem;
  }
}

.testimonial-wrapper .testimonial-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1.25rem 1.875rem 0;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .testimonial-wrapper .testimonial-card {
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
}

.testimonial-wrapper .testimonial-card .testimonial-media {
  position: relative;
  height: 18.75rem;
}

.testimonial-wrapper .testimonial-card .testimonial-media * {
  width: 100%;
  height: 100%;
}

.testimonial-wrapper .testimonial-card .testimonial-media .contextual {
  height: auto;
  width: auto;
}

.testimonial-wrapper .testimonial-card .testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testimonial-wrapper .testimonial-card .testimonial-footer .testimonial-by {
  color: #164D92;
  font-weight: 600;
  font-size: 1.125rem;
  max-width: calc(100% - 7.5rem);
  padding-right: 0.3125rem;
  line-height: 1;
}

.testimonial-wrapper .testimonial-card .testimonial-footer .testimonial-by .testimonial-shoulder-text .field__label {
  display: none;
}

.testimonial-wrapper .testimonial-card .testimonial-footer .testimonial-by .testimonial-shoulder-text .field__item {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3;
  color: #58595B;
  margin-top: 0.375rem;
}

.testimonial-wrapper .testimonial-card .testimonial-footer .testimonial-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-wrapper .testimonial-card .testimonial-footer .testimonial-share ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.testimonial-wrapper .testimonial-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25rem;
  color: #384f7e;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .testimonial-wrapper .testimonial-content {
    margin-left: auto;
  }
}

.testimonial-wrapper .testimonial-content p {
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 992px) {
  .testimonial-wrapper .testimonial-content p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=testimonial-detail.css.map */
