<style>
/* Make any success text in the Join-the-Voyage section readable */
.join-voyage .success,
.join-voyage .success-message,
.join-voyage .form-success,
.join-voyage [class*="success"] {
  color:#fff !important;
  background:transparent !important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
  font-weight:600;
}
</style>