.surveyContainer {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

.surveyContainer .sv-root-modern .sv-question__title--answer {
  background: none;
}

.surveyContainer h2 {
  font-size: 1.34rem;
  margin-bottom: 0.5rem;
}

.surveyContainer .sv-body {
  padding-bottom: 1rem;
}

.surveyContainer .sv-body__page,
.surveyContainer .sv-body__footer {
  margin-top: 0;
}

.surveyContainer .sv-footer {
  padding-top: 1em;
}

.surveyContainer .sv-row:not(:last-child) {
  padding-bottom: 0;
}

.surveyContainer .sv-completedpage {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  border-top: 3px solid #ccc;
  font-family: "Source Sans Pro Web","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  height: auto;
}

.surveyContainer .sv-root-modern .sv-completedpage {
  background: none;
}

.surveyContainer .sv-completedpage::before {
  display: none;
}

.surveyContainer .sv-completedpage .sv-completed__text {
  padding: .5em 0;
  text-align: left;
  font-size: 1.1em;
  font-weight: normal;
}

.surveyContainer .sv-root-modern .sv-progress__bar {
  background-color: #b32024;
}

.surveyContainer .usa-title {
  font-size: 1.25em;
}

.surveyContainer .sv-progress__text {
  margin-left: 0;
}

.surveyContainer .sv-body__footer,
.surveyContainer .sv-body__page {
  margin: 0;
}

.surveyContainer .sv-body__progress {
  margin-bottom: 3em;
}

.surveyContainer .sv-title {
  font-family: "Source Sans Pro Web","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.surveyContainer .sv-title.usa-title {
  color: #000;
}

.surveyContainer .usa-alert-success {
  background-color: #e7f4e4;
  border-left: 0.5rem solid #497836;
  padding-left: 1rem;
}

.surveyContainer .usa-alert-error {
  background-color: #f9dede;
  border-left: 0.5rem solid #EB751D;
  padding-left: 1rem;
}

.surveyContainer .right-align {
  float: right;
}

.surveyContainer label {
  margin-top: 1em;
}

.sv-retry.small {
  font-size: 1.06rem;
  display: inline-block;
  font-weight: bold;
}

.sv-body__footer input[type="button"] {
  margin-left: .5em;
}

#surveyResult {
  display: none;
}

#sv-nav-prev {
  float: left;
}
