.frm_forms.with_frm_style {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .frm_forms.with_frm_style {
    margin: 50px 0;
  }
}
@media (min-width: 1024px) {
  .frm_forms.with_frm_style {
    margin: 75px 0;
  }
}
.frm_forms.with_frm_style h1, .frm_forms.with_frm_style h2 {
  color: #00285a;
}
.frm_forms.with_frm_style h2 {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.frm_forms.with_frm_style p, .frm_forms.with_frm_style label {
  font-size: 1.1rem !important;
}
.frm_forms.with_frm_style .pledge-summary {
  padding: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(236, 188, 9, 0.1);
  border: 1px solid #ECBC09;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .frm_forms.with_frm_style .pledge-summary {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .frm_forms.with_frm_style .pledge-summary {
    padding: 30px;
  }
}
.frm_forms.with_frm_style .pledge-summary p {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
  color: #00285a;
  font-size: 1.3rem !important;
}
.frm_forms.with_frm_style .pledge-summary p:last-child {
  margin-bottom: 0;
}
.frm_forms.with_frm_style .pledge-summary p span.pledge-sum {
  font-weight: bold;
}
.frm_forms.with_frm_style .pledge-summary.text-left p {
  text-align: left;
}
.frm_forms.with_frm_style .frm_start_over {
  display: none;
}
.frm_forms.with_frm_style .frm_button_submit.frm_final_submit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #00285a;
  transition: all 0.3s ease-in-out;
  border: 0 !important;
  box-shadow: none;
  width: 100%;
  display: block;
}
.frm_forms.with_frm_style .frm_button_submit.frm_final_submit:hover {
  background-color: #003f8d;
}
