/**************************
 * BOTH MICROSITE AND MICROSITE SUBPAGE NODE
 * VIEW MODE FULL
 * with Microsite Style: Groovy
 * with Microsite Style: Purple & Black (purple)
 * with Microsite Style: Purple (purple2)
 * with Microsite Style: Peach
 * with Microsite Style: Deep Blue
 **************************/

.microsite--style-groovy .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter,
.microsite--style-purple .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter,
.microsite--style-purple2 .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter,
.microsite--style-deep-blue .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter {
  float: left;
  font-family: mrs-eaves-xl-serif,serif;
  font-size: 3.5em;
  margin: 0 0.1em 0 0;
  line-height: 0.6;
  margin-top: 0.125em;
  color: #019de0;
}
.microsite--style-purple .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter,
.microsite--style-purple2 .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter {
  color: #6f2be4;
}
.microsite--style-deep-blue .paragraph--type-textarea.paragraph--view-mode-full .field--name-field-textarea-text:first-child > p:not(.footnote):first-child::first-letter {
  color: #0f369b;
}


.microsite--style-peach .paragraph--type-textarea.paragraph--view-mode-full.component--with-bg-image {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .microsite--style-peach .paragraph--type-textarea.paragraph--view-mode-full.component--with-bg-image {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

  .microsite--style-peach .paragraph--type-textarea.paragraph--view-mode-full.component--with-bg-image h2.component--heading {
    font-family: mrs-eaves-xl-serif,serif;
  }

  .microsite--style-peach .paragraph--type-textarea.paragraph--view-mode-full p.intro-text {
    color: #627988;
  }
  .microsite--style-peach .paragraph--type-textarea.paragraph--view-mode-full p.intro-text:after {
    background-color: #627988;
  }

  .microsite--style-peach blockquote {
    border-left-color: #dd8e6d;
  }
