/**
 * Media Queries
 */
/**
 * Standard Colors
 */
.btn-inverse {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
}
.btn-inverse:hover {
  background: #d7efe7;
}
.btn-inverse:hover {
  background: #c6e6e1 !important;
}
.testimonials .testimonial {
  font-size: 1.75rem;
  line-height: 2.5rem;
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.testimonials blockquote {
  margin: 0px;
  position: relative;
}
.testimonials .quote-text-wrap {
  padding: 10px 0px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.testimonials cite {
  position: relative;
  font-style: normal;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.testimonials cite .img-wrap,
.testimonials cite .author {
  display: inline-block;
  vertical-align: middle;
}
.testimonials cite .img-wrap img {
  border-radius: 50%;
  display: block;
  height: 90px;
  margin-right: 0.25rem;
  width: 90px;
}
.testimonials cite .author {
  line-height: 1.25;
  text-align: left;
}
.testimonials cite .author-name {
  font-weight: 900;
  font-size: 1.75rem;
}
.testimonials cite .author-title {
  font-size: 1.25rem;
}
.testimonials.bg-color-blue-dark .author {
  color: #c6e6e1;
}
