.field--name-field-text {
  line-height: 1.5; }

.field--name-field-short-label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: .03em; }
  @media screen and (max-width: 600px) {
    .field--name-field-short-label {
      margin-bottom: 5px; } }

.field--name-field-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .field--name-field-title {
      font-size: 24px; } }

.paragraph--feature.bg-blue .field--name-field-short-label, .paragraph--feature.bg-orange .field--name-field-short-label,
.paragraph--text-field.bg-blue .field--name-field-short-label,
.paragraph--text-field.bg-orange .field--name-field-short-label {
  color: #fff; }

.paragraph--feature.bg-blue .field--name-field-title, .paragraph--feature.bg-orange .field--name-field-title,
.paragraph--text-field.bg-blue .field--name-field-title,
.paragraph--text-field.bg-orange .field--name-field-title {
  color: #fff; }

.paragraph--feature.bg-blue .field--name-field-text, .paragraph--feature.bg-orange .field--name-field-text,
.paragraph--text-field.bg-blue .field--name-field-text,
.paragraph--text-field.bg-orange .field--name-field-text {
  color: #fff; }

.paragraph--feature.bg-blue a, .paragraph--feature.bg-orange a,
.paragraph--text-field.bg-blue a,
.paragraph--text-field.bg-orange a {
  color: #fff;
  border-color: #fff; }

.paragraph--feature.bg-off-white .field--name-field-short-label, .paragraph--feature.bg-pale-blue .field--name-field-short-label, .paragraph--feature.bg-light-blue .field--name-field-short-label, .paragraph--feature.bg-cool-gray .field--name-field-short-label,
.paragraph--text-field.bg-off-white .field--name-field-short-label,
.paragraph--text-field.bg-pale-blue .field--name-field-short-label,
.paragraph--text-field.bg-light-blue .field--name-field-short-label,
.paragraph--text-field.bg-cool-gray .field--name-field-short-label {
  font-weight: 600;
  color: #0086bc; }

.paragraph--feature.bg-off-white .field--name-field-title, .paragraph--feature.bg-pale-blue .field--name-field-title, .paragraph--feature.bg-light-blue .field--name-field-title, .paragraph--feature.bg-cool-gray .field--name-field-title,
.paragraph--text-field.bg-off-white .field--name-field-title,
.paragraph--text-field.bg-pale-blue .field--name-field-title,
.paragraph--text-field.bg-light-blue .field--name-field-title,
.paragraph--text-field.bg-cool-gray .field--name-field-title {
  color: #004f6f; }

.paragraph--feature.bg-off-white .field--name-field-text, .paragraph--feature.bg-pale-blue .field--name-field-text, .paragraph--feature.bg-light-blue .field--name-field-text, .paragraph--feature.bg-cool-gray .field--name-field-text,
.paragraph--text-field.bg-off-white .field--name-field-text,
.paragraph--text-field.bg-pale-blue .field--name-field-text,
.paragraph--text-field.bg-light-blue .field--name-field-text,
.paragraph--text-field.bg-cool-gray .field--name-field-text {
  color: #303030; }

.paragraph--feature.bg-gold .field--name-field-short-label, .paragraph--feature.bg-light-gray .field--name-field-short-label,
.paragraph--text-field.bg-gold .field--name-field-short-label,
.paragraph--text-field.bg-light-gray .field--name-field-short-label {
  font-weight: 600;
  color: #0086bc; }

.paragraph--feature.bg-gold .field--name-field-title, .paragraph--feature.bg-light-gray .field--name-field-title,
.paragraph--text-field.bg-gold .field--name-field-title,
.paragraph--text-field.bg-light-gray .field--name-field-title {
  color: #004f6f; }

.paragraph--feature.bg-gold .field--name-field-text, .paragraph--feature.bg-light-gray .field--name-field-text,
.paragraph--text-field.bg-gold .field--name-field-text,
.paragraph--text-field.bg-light-gray .field--name-field-text {
  color: #303030; }

.paragraph--feature.bg-white .field--name-field-short-label, .paragraph--feature.bg-transparent .field--name-field-short-label,
.paragraph--text-field.bg-white .field--name-field-short-label,
.paragraph--text-field.bg-transparent .field--name-field-short-label {
  font-weight: 600;
  color: #0086bc; }

.paragraph--feature.bg-white .field--name-field-title, .paragraph--feature.bg-transparent .field--name-field-title,
.paragraph--text-field.bg-white .field--name-field-title,
.paragraph--text-field.bg-transparent .field--name-field-title {
  color: #004f6f; }

.paragraph--feature.bg-white .field--name-field-text, .paragraph--feature.bg-transparent .field--name-field-text,
.paragraph--text-field.bg-white .field--name-field-text,
.paragraph--text-field.bg-transparent .field--name-field-text {
  color: #303030; }

.paragraph .flexbox {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .paragraph .flexbox > div {
    width: 100%; }

@media screen and (max-width: 800px) {
  .paragraph .flexbox {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

/*# sourceMappingURL=../../maps/components/paragraph/paragraph--feature.css.map */
