/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-quote-tool__field-description a,
.paragraph-enrollment-form__field-description a, .paragraph-quote-tool__field-description p,
.paragraph-enrollment-form__field-description p {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    .paragraph-quote-tool__field-description a,
.paragraph-enrollment-form__field-description a, .paragraph-quote-tool__field-description p,
.paragraph-enrollment-form__field-description p {
      font-size: 18px;
    }
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-quote-tool__field-description a,
.paragraph-enrollment-form__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-quote-tool__field-description a:hover,
.paragraph-enrollment-form__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-quote-tool__field-title,
.paragraph-enrollment-form__field-title {
  max-width: 744px;
}
.paragraph-quote-tool__field-title h2,
.paragraph-enrollment-form__field-title h2 {
  margin-bottom: 15px;
}
@media print {
  .paragraph-quote-tool__field-title,
.paragraph-enrollment-form__field-title {
    display: none;
  }
}
.paragraph-quote-tool__field-description,
.paragraph-enrollment-form__field-description {
  max-width: 744px;
  margin-bottom: 60px;
}
@media print {
  .paragraph-quote-tool__field-description,
.paragraph-enrollment-form__field-description {
    display: none;
  }
}

/*# sourceMappingURL=angular-form.css.map */
