.paragraph--type-quote.paragraph--view-mode-full {}

.paragraph--type-quote.paragraph--view-mode-full.component--full-bleed {
  background-color: #68d2f2;
}

  .paragraph--type-quote.paragraph--view-mode-full .body-wrap {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #019de0;
    border-bottom: 2px solid #019de0;
    position: relative;
  }
  .paragraph--type-quote.paragraph--view-mode-full.component--full-bleed .body-wrap {
    border-top: 0;
    border-bottom: 0;
  }

  .paragraph--type-quote.paragraph--view-mode-full .body-wrap:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 40px;
    top: -18px;
    left: 0;
    line-height: 1;
    background: #fff url(../../images/icon-quote-blue.svg) left center no-repeat;
    background-size: 44px 37px;
  }
  .paragraph--type-quote.paragraph--view-mode-full .body-wrap:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 40px;
    bottom: -18px;
    right: 0;
    line-height: 1;
    text-indent: -9999px;
    background: #fff url(../../images/icon-quote-blue.svg) left center no-repeat;
    background-size: 44px 37px;
    transform: rotate(180deg);
  }
  .paragraph--type-quote.paragraph--view-mode-full.component--full-bleed .body-wrap:before,
  .paragraph--type-quote.paragraph--view-mode-full.component--full-bleed .body-wrap:after {
    background-image: url(../../images/icon-quote-white.svg);
    background-color: transparent;
  }

  .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-text {
    font-family: mrs-eaves-xl-serif,serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #019de0;
  }
  .paragraph--type-quote.paragraph--view-mode-full.component--full-bleed .field--name-field-quote-text {
    color: #060606;
  }

  .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-attribution {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }

/************************
 * VIEW MODE: FULL with COLORS
 ***********************/

  .content--color-blue .paragraph--type-quote.paragraph--view-mode-full .body-wrap {
    border-color: #019de0;
  }
  .content--color-blue .paragraph--type-quote.paragraph--view-mode-full .body-wrap:before,
  .content--color-blue .paragraph--type-quote.paragraph--view-mode-full .body-wrap:after {
    background-image: url(../../images/icon-quote-blue.svg);
  }
  .content--color-blue .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-text {
    color: #019de0;
  }

  .content--color-bluedark .paragraph--type-quote.paragraph--view-mode-full .body-wrap {
    border-color: #0f369b;
  }
  .content--color-bluedark .paragraph--type-quote.paragraph--view-mode-full .body-wrap:before,
  .content--color-bluedark .paragraph--type-quote.paragraph--view-mode-full .body-wrap:after {
    background-image: url(../../images/icon-quote-bluedark.svg);
  }
  .content--color-bluedark .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-text {
    color: #0f369b;
  }

  .content--color-orange .paragraph--type-quote.paragraph--view-mode-full .body-wrap {
    border-color: #eb3f21;
  }
  .content--color-orange .paragraph--type-quote.paragraph--view-mode-full .body-wrap:before,
  .content--color-orange .paragraph--type-quote.paragraph--view-mode-full .body-wrap:after {
    background-image: url(../../images/icon-quote-orange.svg);
  }
  .content--color-orange .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-text {
    color: #eb3f21;
  }

  .content--color-purple .paragraph--type-quote.paragraph--view-mode-full .body-wrap {
    border-color: #6f2be4;
  }
  .content--color-purple .paragraph--type-quote.paragraph--view-mode-full .body-wrap:before,
  .content--color-purple .paragraph--type-quote.paragraph--view-mode-full .body-wrap:after {
    background-image: url(../../images/icon-quote-purple.svg);
  }
  .content--color-purple .paragraph--type-quote.paragraph--view-mode-full .field--name-field-quote-text {
    color: #6f2be4;
  }
