/* line 9, components/quotes/quotes.scss */
.paragraph--type--quotes.bg-dark-green .paragraph--type--quote .field--name-field-author {
  color: #fff;
}

/* line 14, components/quotes/quotes.scss */
.paragraph--type--quotes.bg-dark-green .paragraph--type--quote .field--name-field-body p,
.paragraph--type--quotes.bg-dark-green .paragraph--type--quote .field--name-field-body h2,
.paragraph--type--quotes.bg-dark-green .paragraph--type--quote .field--name-field-body h3,
.paragraph--type--quotes.bg-dark-green .paragraph--type--quote .field--name-field-body * {
  color: #fff;
}

/* line 24, components/quotes/quotes.scss */
.paragraph--type--quotes.bg-dark-green .slick--field-quotes .nav.slick__arrow button {
  color: #fff;
}

/* line 29, components/quotes/quotes.scss */
.paragraph--type--quotes.bg-dark-green .slick--field-quotes .slick-dots li::after {
  border: 2px solid #fff;
}

/* line 32, components/quotes/quotes.scss */
.paragraph--type--quotes.bg-dark-green .slick--field-quotes .slick-dots li.slick-active::after {
  border: 2px solid #fff;
  background-color: #fff;
}

/* line 40, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-profile-photo {
  width: 125px;
  padding-top: 125px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

/* line 50, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-profile-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 125%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: 1s ease;
}

/* line 58, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-profile-photo img:hover {
  min-width: 135%;
}

/* line 64, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-star-rating {
  position: relative;
  margin-bottom: 8px;
  width: 65px;
}

/* line 69, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-body {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}

/* line 76, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-body p:first-child::before {
  content: '"';
  position: absolute;
  left: 2px;
  top: 0;
}

/* line 84, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-body p:last-child::after {
  content: '"';
  position: absolute;
  bottom: 12px;
}

/* line 91, components/quotes/quotes.scss */
.paragraph--type--quotes .paragraph--type--quote .field--name-field-author {
  margin-left: 10px;
  font-weight: 300;
  font-family: "Raleway", arial, sans-serif;
  color: #575756;
  font-size: 0.75rem;
}

/* line 99, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes {
  position: relative;
  padding: 0 15px;
}

@media (min-width: 768px) {
  /* line 99, components/quotes/quotes.scss */
  .paragraph--type--quotes .slick--field-quotes {
    padding: 0 40px;
  }
}

/* line 107, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

/* line 116, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow button {
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 24px;
  padding: 0;
  color: #8C8C8C;
}

/* line 124, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow button.slick-prev {
  left: -1rem;
}

/* line 128, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow button.slick-next {
  right: -1rem;
}

/* line 132, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow button:focus-visible {
  outline: blue solid 2px;
}

/* line 136, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes nav.slick__arrow button::before {
  display: none;
}

/* line 142, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

/* line 147, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li {
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}

/* line 152, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li:focus-visible {
  outline: blue solid 2px;
}

/* line 156, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li::after {
  border-radius: 50%;
  border: 2px solid #8C8C8C;
  background-color: transparent;
  content: '';
  display: block;
  top: 10px;
  width: 15px;
  height: 15px;
}

/* line 166, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

/* line 174, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li button:before {
  content: none;
}

/* line 178, components/quotes/quotes.scss */
.paragraph--type--quotes .slick--field-quotes .slick-dots li.slick-active::after {
  border: 2px solid #8C8C8C;
  background-color: #8C8C8C;
}

/* line 185, components/quotes/quotes.scss */
.paragraph--type--quotes .unslick {
  padding: 0px 0px;
}

/*# sourceMappingURL=quotes.css.map */