.blockquote-wrapper.style-3 {
  clear: both;
  display: block;
  min-width: 300px;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.blockquote-wrapper.style-3 span {
  color: var(--color-primary);
  font-weight: 700;
}
.blockquote-wrapper.style-3 .blockquote {
  position: relative;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Open Sans', serif;
  font-weight: 800;
  padding: 2rem 1rem;
  width: 100%;
  z-index: 1;
  border-top: solid 1px #007a8740;
  border-bottom: solid 1px #007a8740;
}
/*
@include media-breakpoint-up(sm) {
  .blockquote-wrapper.style-3 .blockquote {
    padding: 2rem 0;
  }
}
*/
.blockquote-wrapper.style-3 .blockquote h1 {
      position: relative;
      font-weight: 200;
      margin: 0;
      font-size: 1.5rem;
      line-height: 1.2;
}
/*
@include media-breakpoint-up(sm) {
  .blockquote-wrapper.style-3 .blockquote h1 {
    font-size: 1.85rem;
  }
}
*/
.blockquote-wrapper.style-3 .blockquote:after {
  position: absolute;
  content: "”";
  color: #a7d6d0;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}
.blockquote-wrapper.style-3 .blockquote h4 {
  position: relative;
  color: $primary-light;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
} 
.blockquote-wrapper.style-3.image img {
  float: left;
  margin-right: 1rem;
  width: 134px;
  height: 134px;
  border-radius: 4px;
}
.blockquote-wrapper.style-3.image .blockquote {
  min-height: 200px;
}

/*
  .blockquote-wrapper.style-1 {
    margin-bottom: 1.5rem;
    display: flex;
     padding: 0 1rem;
    .blockquote {
      position: relative;
      margin: 1.5rem auto;
      align-self: center;
      max-width: 95%;
      margin-left: 0;
    }
    .right {
      margin-left: auto;
      margin-right: 0;
    }
    .earthworm-2 {
      display: none;
    }
    @include media-breakpoint-up(md) {
      .earthworm-1 {
        display: none;
      }
      .earthworm-2 {
        display: block;
      }
    }
    .blockquote h1 {
      font-family: 'Open Sans', serif;
      position: relative;
      color: $white;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.25;
      margin: 0;
      border: solid 2px $primary;
      border-radius:20px;
      padding: 2rem;
      @include media-breakpoint-up(sm) {
        font-size: 1.3rem;
        padding: 5%;
      }
      @include media-breakpoint-up(lg) {
        //border: solid 1px $primary-light;
      }
    }
    .blockquote h1:after {
      content:"";
      position: absolute;
      border: 2px solid $primary;
      border-bottom: none;
      border-left: none;
      border-radius: 0 100% 0 0;
      width: 60px;
      height: 60px;
      bottom: -60px;
      left: 50px;
      z-index: 3; 
      @include media-breakpoint-up(lg) {
        //border: 1px solid $primary-light;
        //border-bottom: none;
        //border-left: none;
      }
    }
    .blockquote h1:before {
      content:"";
      position: absolute;
      width: 80px;
      border: 6px solid #222;
      bottom: -3px;
      left: 50px;
      z-index: 2;
      @include media-breakpoint-up(lg) {
        //border: 6px solid #343a40;
      }
    }
    .blockquote h4 {
      position: relative;
      color: #fff;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.25;
      margin: 0;
      padding-top: 15px;
      z-index: 1;
      margin-left:150px;
      padding-left:12px;
      @include media-breakpoint-up(sm) {
        font-size: 1.3rem;
      }
    }
    .blockquote h4:first-letter {
      margin-left:-15px;
    }
    .right {
      text-align: right;
      h1:before {
        right: 50px;
        left: auto;
      }
      h1:after {
        border-radius: 100% 0 0 0;
        border-right: none;
        right: 50px!important;
        left: auto;
      }
      h4 {
        margin-left: auto;
        padding-left: auto;
        margin-right: 150px;
        padding-right: 12px;
      }
    }
  }

  .blockquote-wrapper.style-2 {
    text-align: center;
    font-size: 2rem;
    margin: auto;
    padding: 2.5rem;
    border: 2px solid $primary;
    //max-width: 90%;
    position: relative;
    margin-top: 2.5rem;
    blockquote{
      color: white;
      text-shadow: -1px 1px #555;
      font-style: italic;
      position: relative;
      z-index: 20;
    }
    .left{
      position: absolute;
      top: -50px;
      left: -20px;
      width: 150px;
      text-align: left;
      z-index: 10;
      font-size: 8rem;
      color: #336699;
      background-color: #222;
      line-height: 200px;
    }
    .right{
      position: absolute;
      bottom: -50px;
      right: -20px;
      width: 150px;
      text-align: right;
      z-index: 10;
      font-size: 8rem;
      color: #336699;
      background-color: #222;
      line-height: 200px;
    }
    small{
      font-size: 1.7rem;
      color: $primary-light;
      position: relative;
      z-index: 20;
      &:before{
        content: "\2014 \0020";
        width: 5px;
      }
    }
  }

  .blockquote-wrapper.style-3 {
     display: block;
     min-width: 300px;
     margin-top: 1.5rem;
     margin-bottom: 2.5rem;
    .blockquote {
      position: relative;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      color: #fff;
      padding: 2rem 1rem;
      @include media-breakpoint-up(sm) {
        padding: 2rem 0;
      }
      width: 100%;
      z-index: 1;
      border-top: solid 1px;
      border-bottom: solid 1px;
    }
    .blockquote h1 {
      position: relative;
      color: #fff;
      font-weight: 800;
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.15;
      @include media-breakpoint-up(sm) {
        font-size: 1.85rem;
      }
    }
    .blockquote:after {
        position: absolute;
        content: "”";
        color: rgba(255, 255, 255, 1);
        font-size: 10rem;
        line-height: 0;
        bottom: -43px;
        right: 30px;
    }
    .blockquote h4 {
      position: relative;
      color: $primary-light;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.15;
      margin: 0;
      padding-top: 20px;
      z-index: 1;
    } 
  
*/
