  /**
 * OISE's theme implementation.
 */
.paragraph--webform a {
  color: inherit;
  text-decoration: underline;
}
.paragraph--webform a:hover {
  text-decoration: none;
}
.paragraph--webform.bg--blue .webform-button--submit {
  background-color: #25355a;
  border-color: #25355a;
}
.paragraph--webform.bg--blue .webform-button--submit:hover {
  background-color: #828282;
  border-color: #828282;
}