.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.hide {
  display: none;
}

.donate-a {
  color: #000;
}

a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

/**** HEADINGS ****/

.donate-h2 {
  text-transform: uppercase;
  color: #004990;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 0 1rem 0 !important;
}

.donate-h3 {
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em 0;
}

/**** BUTTONS ****/

.btn-group {
  width: 100%;
  padding-left: 0;
  border-radius: 0;
}

.btn-pay-by-card {
  width: 100%;
  background: #5091cd;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  min-height: 70px;
  border-radius: 0;
}

.btn-pay-by-paypal {
  width: 100%;
  background: #eee;
  color: #5091cd;
  font-weight: bold;
  min-height: 70px;
  border-radius: 0;
}

.btn-proceed {
  background: #5091cd;
  border-radius: 0;
  color: #fff;
  padding: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.donate-buttons {
  margin: 1em 0;
}

.btn-donate {
  font-size: 18px;
  background: #d61215;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  border: 0px;
  color: #ffffff;
  padding: 1em 1.5em;
  transition: 0.2s background;
  cursor: pointer;
}

.bf-donate:hover {
  background: #004990;
  color: #fff;
}

.btn-payment {
  margin: 0 auto;
  display: block;
  width: 100%;
  font-size: 18px;
  background: #5091cd;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  border: 0px;
  color: #ffffff;
  padding: 1em;
}

/* HEADER */

.logo {
  text-align: center;
  padding: 1em;
  margin: 222px
}

#logo {
  padding: 1em;
}

.secure-donation {
  padding-right: 1rem !important;
  color: #2e3131;
  margin: 0;
}

/**** FORM STYLES ****/



/**** STEP 1 - DONATE BOX ****/

/* MAIN DONATE BOX */

.donatebox {
  display: block;
  /*text-align: center;*/
  width: 100%;
  padding: 2em 0;
  border-top: 6px solid #004990;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: -5em;
  background: #ffffff;
}

.donatebox-h1 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 1em 0;
  font-size: 35px;
}

.donatebox h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* Donation type (single or regular) */

.donation-type_wrapper {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.donation_type {
  background: #fff;
  font-size: 1em;
  font-weight: bold;
  border: 2px solid #5091cd;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;

}

.donation_type.active {
  background: #5091cd;
  border: 2px solid #5091cd;
  color: #fff;
}


/* Donation amount */

.donation-amount_wrapper {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 1em 0 0 0;
  width: 100%;
}

.donation_amount {
  border: 2px solid #5091cd;
  padding: 1em;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #5091cd;
  border-radius: 0;
  text-transform: none;
  background: #fff;
  width: 100%;
}

.donation_amount.active {
  background: #5091cd;
  border: 2px solid #5091cd;
  color: #fff;
}

.amount-hide-radio {
  visibility: hidden;
}

.other-amount {
  border: 2px solid #5091cd;
  height: 50px;
  width: 100px;
  padding: 10px 0 10px 10px;
}

#otheramount {
  transition: all 1s ease-in;
  padding: 1em 0;
}

.other-amount-text {
  font-size: 20px;
}

.other-amount-pound {
  font-size: 25px;
  font-weight: bold;
  color: #004990;
}

.donation-projectchoice_wrapper {
  padding: 0;
}

#anotherDonation {
  width: auto;
  text-align: left;
}

#anotherDonation p {
  text-align: center;
  padding: 1em 0;
  margin: 0;
}

.add-donation-text {
  padding: 1em 0;
  margin: 0;
  font-weight: bold;
  text-decoration: underline;
}

select {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 10px;
  border: 2px solid #5091cd;
  height: 50px;
  font-size: 1em;
  background: transparent url(https://barnabasfund.org/sites/default/files/images/assets/donate/chevron-down.svg) no-repeat right 10px center;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.giving-header {
  background: #eee;
  padding: 0.5em 0;
}

.giving-header-amount {
  font-size: 1.5em;
  font-weight: bold;
}

.i-want-give-heading {
  font-weight: normal;
  color: #004990;
  font-size: 1.5em;
  padding: 2em 0;
  text-align: center;
}

#otherDiv {
  display: none;
  margin-top: 1em;
}

/* Donate now button */



.back-link {
  font-weight: bold;
  color: #5091cd;
  text-decoration: underline;
}

/**** STEP TWO - DETAILS ****/

.form-field-wrapper {
  padding-bottom: 10px;

}

.form-field-label {
  font-weight: bold;
  font-size: 1.2em;
}

.form-field-input {
  width: 100%;
  padding: 10px 0 10px 10px;
  border: 1px solid #5091cd;
  height: 50px;
  font-weight: normal;
  font-size: 1em;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
}

a.enter-address {
  font-weight: bold;
  text-decoration: underline;
  color: #004990;
  cursor: pointer;
}

.find-address {
  font-size: 1.3em;
  padding: 0 1em;
  background: #5091cd;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

/* Gift aid */

.gift-aid-claim {
  background: #fff;
  color: #004990;
  padding: 1em 1em;
  font-weight: bold;
}

.gift-aid-logo {
  width: 200px;
}

#giftaid-text-reveal {
  font-weight: bold;
}

.donate-checkbox {
  margin: 0;
  position: relative;
}

.pointer a {
  cursor: pointer;
}

/* Other ways to give */
.other-ways-heading {
  color: #fff;
  background-color: none;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.other-ways-icon {
  width: 1em;
}

.other-ways-text {
  font-weight: bold;
  padding-left: 1rem !important;
}

.card {
  border: none;
}

.tooltip {
  font-size: 0.7em;
}

.card-header {
  background: #004990;
  color: #fff;
  margin-bottom: 0.5em;
  border: none;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.full-width {
  width: 100%;
}

/* PAYMENT */

.payment-section {
  background: #004990;
  padding: 40px;
  color: #fff;
}

.direct-debit-info {
  margin: 2em 0;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #004990;
}

.checkbox-container input:checked~.checkmark {
  background-color: #004990;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.checkbox-container input:checked~.checkmark:after {
  display: block;
}


.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/**** FOOTER ****/
.donate-footer {
  background: #eee;
}

.footer-text {
  text-align: center;
  font-size: 0.7em;
  margin: 0;
  padding: 1em 0;
}

.stripe-logo {
  width: 100px;
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 768px) {
  .donatebox {
    border: 1px solid #eee;
    margin-top: 1em;
  }
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.thankyou-block {
  margin: 6em 0;
}

.invalid-feedback {
  font-weight: bold;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #5091cd;
}

/* Formstack */

.fsBody input, .fsBody select, .fsBody textarea {
	font-family: 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
	}
	.wf-active .fsBody, .wf-active .fsBody input, .wf-active .fsBody select, .wf-active .fsBody textarea {
	font-family: 'Roboto', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
	}
	.fsBody .fsForm {
	float: center;
	border: 1px solid transparent;
	background-color: #ffffff;
	background-color: rgba(255,255,255, 1);
	}
	#fsHeaderImage {
	text-align: center;
	}
	#fsHeaderImage img {
	width: 1500px;
	height: 375px;
	}
	#fsFooterImage {
	text-align: ;
	}
	#fsFooterImage img {
	width: ;
	height: ;
	}
	.fsborderradius .fsBody .fsForm {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	.fsBody {
	padding: 20px;
	}
	.fsBody .fsForm {
	margin: 20px auto;
	padding: 20px;
	}
	.fsBody .fsFieldRow {
	margin-bottom: 20px !important;
	}
	.fsBody .fsRowBody {
	margin-bottom: 20px !important;
	}
	.fsBody .fsSubField {
	margin-right: 10px;
	}
	@media (max-width: 40em) {
	.fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 20px;
	}
	.fsSubFieldGroup .fsSubField:not(:last-child) {
	margin-bottom: 10px;
	}
	}
	.fsFieldFocused:not(.fsValidationError) {
	background-color: transparent;
	background-color: rgba(, 0);
	}
	.fsFieldFocused:not(.fsValidationError).fsSpan100 {
	padding: 10px !important;
	margin: -10px -10px !important;
	}
	.fsFieldFocused:not(.fsValidationError).fsSpan75, .fsFieldFocused:not(.fsValidationError).fsSpan66, .fsFieldFocused:not(.fsValidationError).fsSpan50, .fsFieldFocused:not(.fsValidationError).fsSpan33, .fsFieldFocused:not(.fsValidationError).fsSpan25 {
	-moz-box-shadow: 0 0 0 10px transparent;
	-webkit-box-shadow: 0 0 0 10px transparent;
	box-shadow: 0 0 0 10px transparent;
	-moz-box-shadow: 0 0 0 10px rgba(, 0);
	-webkit-box-shadow: 0 0 0 10px rgba(, 0);
	box-shadow: 0 0 0 10px rgba(, 0);
	}
	.fsRequiredMarker {
	margin-left: 2.5px !important;
	font-size: 20px;
	color: #595d64;
	}
	.fsValidationError {
	background-color: #fae9e9;
	-moz-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
	-webkit-box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
	box-shadow: 0 0 0 calc(5px - 1px) #fae9e9, 0 0 0 5px #ce5f6d;
	}
	.fsForm input:focus,
	.fsForm select:focus,
	.fsForm textarea:focus,
	.fsForm .ui-slider-handle:focus {
	border-color: #cfd4d8;
	-moz-box-shadow: 0 0 5px rgba(, 0.75);
	-webkit-box-shadow: 0 0 5px rgba(, 0.75);
	box-shadow: 0 0 5px rgba(, 0.75);
	}
	.fsForm :-moz-focusring {
	text-shadow: 0 0 0 #333333;
	}
	@media \0screen {
	.fsForm input:focus,
	.fsForm select:focus,
	.fsForm textarea:focus {
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#333333, Strength=2, Direction=0) progid:DXImageTransform.Microsoft.Shadow(Color=#333333, Strength=2, Direction=90) progid:DXImageTransform.Microsoft.Shadow(Color=#333333, Strength=2, Direction=180) progid:DXImageTransform.Microsoft.Shadow(Color=#333333, Strength=2, Direction=270);
	}
	}
	div.fsError {
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 15px;
	}
	.fsBody .showMobile {
	margin-top: 10px;
	font-size: 18px;
	}
	.fsBody .fsLabel,
	.fsBody label {
	font-size: 20px;
	color: #333333;
	}
	.fsLabelVertical .fsLabel {
	margin-bottom: 10px;
	}
	.fsBody .fsSupporting {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	}
	.fsFieldFocused div.fsSupporting {
	color: #333333;
	}
	.fsBody .fsCounter {
	font-size: 18px;
	color: #333333;
	}
	.fsForm .fsLabelHorizontal > label, .fsForm .fsLabelHorizontal > legend, .fsForm .fsLabelHorizontal > span.fsLabel, .fsForm .fsLabelHorizontal legend.fsLabelHorizontal {
	width: calc(25% - 10px);
	margin-right: 10px;
	}
	label.fsOptionLabel {
	font-size: 15px;
	line-height: 30px;
	}
	.fsBody .fieldset-content .fsOptionLabel.horizontal {
	margin-right: 20px;
	}
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait), all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	.fsOptionLabel {
	line-height: 40px !important;
	}
	}
	@media (max-width: 40em) {
	label.fsOptionLabel {
	border: 1px solid #cfd4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #edeff0;
	color: #595d64;
	}
	}
	.fsBody .fsCalloutTop {
	border-color: transparent transparent #333333 transparent;
	}
	.fsBody .fsCalloutBody {
	padding: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	background-color: #333333;
	}
	.fsRowBody input[type="text"],
	.fsRowBody input[type="email"],
	.fsRowBody input[type="number"],
	.fsRowBody input[type="tel"],
	.fsForm textarea,
	.fsSignature {
	border: 1px solid #cfd4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	-moz-transition-property: color, background-color, border, border-color, box-shadow;
	-o-transition-property: color, background-color, border, border-color, box-shadow;
	-webkit-transition-property: color, background-color, border, border-color, box-shadow;
	transition-property: color, background-color, border, border-color, box-shadow;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	}
	.fsRowBody input[type="text"],
	.fsRowBody input[type="email"],
	.fsRowBody input[type="number"],
	.fsRowBody input[type="tel"],
	.fsForm select {
	height: 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.fsRowBody input[type="text"],
	.fsRowBody input[type="email"],
	.fsRowBody input[type="number"],
	.fsRowBody input[type="tel"],
	.fsForm select,
	.fsForm textarea {
	padding: 7.5px;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: 15px;
	color: #595d64;
	}
	.fsRowBody input[type="text"].fsRequired,
	.fsRowBody input[type="email"].fsRequired,
	.fsRowBody input[type="number"].fsRequired,
	.fsRowBody input[type="tel"].fsRequired,
	.fsForm select.fsRequired,
	.fsForm textarea.fsRequired {
	border: 1px solid #cfd4d8;
	background-color: #ffffff;
	}
	.fsCell {
	-moz-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
	-o-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
	-webkit-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
	transition-property: padding, box-shadow, background-color, margin-left, margin-right;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	}
	.fsRowBody input[type="radio"],
	.fsRowBody input[type="checkbox"] {
	top: 7.5px;
	width: 15px;
	height: unset;
	}
	.fsRowBody input[type="radio"]:before, .fsRowBody input[type="radio"]:checked:before,
	.fsRowBody input[type="checkbox"]:before,
	.fsRowBody input[type="checkbox"]:checked:before {
	width: 15px;
	height: 15px;
	margin-right: 7.5px;
	border: 1px solid #cfd4d8;
	background-color: #ffffff;
	}
	.fsRowBody input[type="radio"]:checked:before {
	border: 4px solid #595d64;
	}
	.fsRatingShape .phx-Icon {
	fill: #595d64;
	height: 25px;
	width: 25px;
	}
	.fsRowBody input[type="checkbox"]:checked:before {
	border-color: #595d64;
	background-color: #595d64;
	background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E");
	}
	.fsForm select {
	padding-right: calc(15px);
	padding-left: calc(7.5px);
	border: 1px solid #cfd4d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #595d64;
	background-color: #ffffff;
	-moz-transition-property: color, background-color, border, border-color;
	-o-transition-property: color, background-color, border, border-color;
	-webkit-transition-property: color, background-color, border, border-color;
	transition-property: color, background-color, border, border-color;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	}
	.fsForm select:not([multiple="multiple"]) {
	padding-right: calc(30px);
	background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201805.18%22%3E%3Cpath%20fill%3D%22%23595d64%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22rotate%28180%20500%20902.59%29%20translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23595d64%22%20d%3D%22M461.6%2C643.4L10.9%2C79.9C-14.9%2C47.7%2C8%2C0%2C49.3%2C0h901.5c41.2%2C0%2C64.1%2C47.7%2C38.4%2C79.9L538.4%2C643.4%09C518.7%2C668%2C481.3%2C668%2C461.6%2C643.4z%22%20transform%3D%22translate%280%201143.28%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	background-position: right 7.5px top 50%;
	}
	@media screen\0 {
	.fsForm select {
	padding-right: calc(15px) !important;
	}
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
	width: calc(50% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameFirst {
	width: calc(40% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(3).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(2).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(1).fsNameSuffix {
	width: calc(20% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameFirst {
	width: calc(35% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(4).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(3).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(2).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(1).fsNameSuffix {
	width: calc(15% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameFirst {
	width: calc(32% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(5).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(4).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(3).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(2).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(1).fsNameSuffix {
	width: calc(12% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameFirst,
	.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameFirst {
	width: calc(28% - 10px);
	}
	.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNamePrefix, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameInitial, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameMiddle, .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(6).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(5).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(3):nth-last-child(4).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(4):nth-last-child(3).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(5):nth-last-child(2).fsNameSuffix,
	.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNamePrefix,
	.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameInitial,
	.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameMiddle,
	.fsSubFieldGroup .fsSubField:nth-child(6):nth-last-child(1).fsNameSuffix {
	width: calc(11% - 10px);
	}
	.fsBody .fsSubField.fsFieldAddress {
	width: 100%;
	}
	.fsBody .fsSubField.fsFieldAddress2 {
	width: 100%;
	}
	.fsBody .fsSubField.fsFieldCity {
	width: calc(60% - 10px);
	}
	.fsBody .fsSubField.fsFieldState {
	width: calc(30% - 10px);
	}
	.fsBody .fsSubFieldGroup ~ select[name*='-country'] {
	margin-top: 10px !important;
	}
	.fsBody .fsSubField.fsFieldAddress,
	.fsBody .fsSubField.fsFieldAddress2 {
	margin-bottom: 10px;
	}
	@media all and (max-width: 699px), all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait), all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
	.fsBody .fsSubField.fsFieldCity {
	margin-bottom: 10px;
	}
	.fsBody .fsSubField.fsFieldState {
	width: calc(70% - 10px);
	}
	}
	@media (max-width: 40em) {
	div.fsSubField.fsFieldState {
	margin-right: 10px;
	}
	}
	div.fsSliderValue {
	padding: 7.5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	background-color: #5091cd;
	}
	.fsSliderDiv {
	font-size: 15px;
	background-color: #5091cd;
	}
	.fsSliderDiv .ui-state-default,
	.fsSliderDiv .ui-widget-content .ui-state-default {
	background-color: #5091cd;
	}
	.fsSliderDiv .ui-state-active,
	.fsSliderDiv .ui-widget-content .ui-state-active {
	background-color: #595d64;
	}
	.fsSliderDiv .ui-corner-all, .fsSliderDiv.ui-corner-all {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	.fsSliderDiv.ui-widget-content {
	border: 1px solid #d4d4d4 !important;
	}
	.fsSliderDiv .ui-widget-header {
	background-color: #d4d4d4;
	}
	.fsCurrency {
	margin-right: 5px !important;
	font-size: 15px;
	line-height: 40px;
	color: #595d64;
	}
	.fsCurrency.fsCurrencySuffix {
	margin-right: 0 !important;
	margin-left: 5px !important;
	}
	.fsCurrency ~ input.fsField {
	width: calc(96% - 5px) !important;
	}
	.fsRowBody input[type="email"] ~ p {
	margin-top: 10px;
	}
	@font-face {
	font-family: 'TextMask';
	src: url("/forms/fonts/3/password.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	}
	.fsTextMask {
	font-family: 'TextMask' !important;
	}
	.fsRowBody input[type="text"] ~ p {
	margin-top: 10px;
	}
	.fsProductField__fields__quantity {
	color: #333333;
	}
	.fsProductField__fields__fixed-amount,
	.fsProductField__fields__no-charge {
	font-size: 15px;
	color: #595d64;
	}
	.fsProductField__info__name {
	font-size: 20px;
	color: #333333;
	}
	.fsProductField__info__description {
	margin-top: 5px;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	}
	.fsProductField__fields__sold-out {
	font-size: 15px;
	color: #595d64;
	}
	.fsProductField__wait-list {
	margin-top: 10px;
	}
	@media (max-width: 40em) {
	.fsProductField__image {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.fsProductField__fields__fixed-amount,
	.fsProductField__fields__quantity {
	font-size: 15px;
	}
	}
	.fsMatrix {
	font-size: 18px;
	color: #333333;
	}
	.fsMatrix th,
	.fsMatrix td {
	border-top: 1px solid #cfd4d8;
	border-left: 1px solid #cfd4d8;
	}
	.fsMatrix th:nth-child(2) {
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 0;
	}
	.fsMatrix tr:first-child th:last-child {
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0;
	border-radius: 0 3px 0 0;
	}
	.fsMatrix tr:last-child td:last-child {
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 0;
	}
	.fsMatrix tr:last-child th {
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 0 3px;
	}
	.fsMatrix tr:last-child th,
	.fsMatrix tr:last-child td {
	border-bottom: 1px solid #cfd4d8;
	}
	.fsMatrix tr th:last-child,
	.fsMatrix tr td:last-child {
	border-right: 1px solid #cfd4d8;
	}
	.fsMatrix th.fsMatrixLabelColumn {
	text-align: center;
	}
	.fsMatrix th.fsMatrixLabelRow {
	text-align: right;
	}
	.fsMatrix th.fsMatrixLabelColumn,
	.fsMatrix th.fsMatrixLabelRow {
	padding: 9px;
	}
	.fsMatrixCol1 {
	background: #eaeaea;
	background: rgba(234,234,234, 0.2);
	}
	.fsMatrixCol2 {
	background: #d4d4d4;
	background: rgba(212,212,212, 0.2);
	}
	.rtl .fsMatrix th, .rtl .fsMatrix td {
	border-right: 1px solid #cfd4d8;
	}
	.fsForm input[type="file"]::-webkit-file-upload-button, .fsForm .fsFileUploadButton {
	height: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	color: #ffffff;
	background-color: #5091cd;
	}
	.fsFileUploadName {
	font-size: 15px;
	}
	.fsBody .fieldset-content .always-ltr {
	margin-top: 10px;
	}
	.fsBody .fieldset-content select span,
	.fsBody .fieldset-content .always-ltr span, .fsBody .fieldset-content .always-ltr-align-right span {
	top: 10px;
	}
	.fsBody .fieldset-content select {
	margin-right: 10px;
	}
	.fsBody .fieldset-content span {
	right: 5px;
	}
	.fsBody .ui-datepicker-trigger {
	top: 10px;
	margin-left: 10px;
	}
	.fsSignatureClear {
	font-size: 18px;
	color: #333333;
	}
	.fsSignature + div {
	margin-left: 10px;
	line-height: 18px;
	}
	.wf-active .fsSignature {
	font-family: Arial, Tahoma, sans-serif;
	}
	img.fsCreditCardLogo {
	margin-top: 5px;
	}
	.fsBody .fsSectionHeader {
	background-color: #edeff0;
	}
	.fsBody .fsForm .fsSectionHeading {
	margin-bottom: 10px;
	text-align: center;
	font-size: 33px;
	font-weight: 400;
	font-style: normal;
	line-height: 33px;
	color: #595d64;
	}
	.fsborderradius .fsBody .fsSectionHeader {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.fsborderradius .fsBody .fsSectionHeader {
	margin-bottom: 40px;
	}
	.fsBody .fsSectionHeader {
	padding: 20px;
	}
	.fsForm select[multiple="multiple"]::-webkit-scrollbar-thumb,
	.fsForm textarea::-webkit-scrollbar-thumb {
	background-color: #cfd4d8;
	}
	.fsForm .fsSubmit {
	margin-top: 40px;
	padding: 20px 0;
	}
	.fsPreviousButton,
	.fsSubmitButton,
	.fsNextButton {
	padding: 20px 20px;
	border: 1px solid transparent;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px !important;
	font-size: 20px !important;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	color: #ffffff !important;
	background-color: #b11416 !important;
	}
	div.fsProgress {
	margin-top: 20px;
	}
	div.fsProgressBarContainer {
	height: 20px;
	background-color: #eaeaea;
	}
	div.fsProgressText {
	margin-top: -20px;
	font-size: 10px;
	line-height: 20px;
	color: #5091cd;
	}
	div.fsProgressBar {
	background-color: #d4d4d4;
	}
	div.fsSaveIncomplete {
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: #eaeaea;
	}
	div.fsSaveIncomplete a {
	font-size: 15px;
	color: #5091cd;
	}
	div.fsSaveIncomplete a:visited {
	color: #5091cd;
	}
	@media all and (max-width: 699px), all and (device-height: 1024px) and (device-width: 768px) and (orientation: portrait), all and (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
	.fsPagination .fsNextButton,
	.fsPagination .fsPreviousButton {
	background-color: #b11416;
	}
	.fsPagination .fsSubmitMultipage {
	margin-top: 20px !important;
	}
	}
	#fsSubmissionCheckmark {
	margin: 10px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M500%2C0C223.9%2C0%2C0%2C223.9%2C0%2C500c0%2C276.1%2C223.9%2C500%2C500%2C500s500-223.9%2C500-500C1000%2C223.9%2C776.1%2C0%2C500%2C0z%20M749.4%2C423%09L495.6%2C676.8c-27.6%2C27.6-72.2%2C27.6-99.8%2C0L274.7%2C555.6c-27.6-27.6-27.6-72.2%2C0-99.8c27.6-27.6%2C72.2-27.6%2C99.8%2C0l71.3%2C71.3%09l203.9-203.9c27.6-27.6%2C72.2-27.6%2C99.8%2C0C777%2C350.8%2C777%2C395.5%2C749.4%2C423z%22%2F%3E%3C%2Fsvg%3E");
	}
	#fsSubmissionCheckmark ~ .fsSectionHeading {
	margin-bottom: 10px;
	}
	#fsSubmissionCheckmark ~ .fsSectionText {
	text-align: center;
	}
	#recaptcha_area {
	margin-bottom: 20px;
	}
	.recaptchatable img:hover {
	-moz-box-shadow: 0px 0px 0px 1px #595d64;
	-webkit-box-shadow: 0px 0px 0px 1px #595d64;
	box-shadow: 0px 0px 0px 1px #595d64;
	}
	.fsForm .fsWorkflowSendBack {
	margin-top: 20px;
	font-size: 16px;
	}
	.fsForm .fsWorkflowSendBack a {
	text-decoration: underline;
	cursor: pointer;
	}
	.fsForm .fsWorkflowSendBack svg {
	margin-bottom: -2px;
	width: 14px;
	height: 14px;
	fill: #595d64;
	}
	.fsEmbed .fsWelcomeMessage {
	position: relative;
	}
	.fsWelcomeMessage:not(.fsWelcomeMessage--hidden) + form.fsForm {
	display: none;
	}
	.fsWelcomeMessage--hidden + form.fsForm {
	display: inherit;
	}
	.fsWelcomeMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 0;
	z-index: 99999;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
	.fsWelcomeMessage.fsWelcomeMessage--hidden {
	display: none;
	}
	.fsWelcomeMessage .fsWelcomeMessage__header {
	position: absolute;
	width: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: 82px;
	z-index: 10;
	margin-left: 19px;
	top: 2px;
	left: 0;
	}
	.fsWelcomeMessage .fsWelcomeMessage__image {
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	}
	.fsWelcomeMessage .fsWelcomeMessage__image.fsWelcomeMessage__sizing--repeat {
	background-repeat: repeat;
	background-size: unset;
	}
	.fsWelcomeMessage .fsWelcomeMessage__image.fsWelcomeMessage__sizing--contain {
	background-size: contain;
	}
	.fsWelcomeMessage .fsWelcomeMessage__image.fsWelcomeMessage__sizing--cover {
	background-size: cover;
	}
	.fsWelcomeMessage .fsWelcomeMessage__image.fsWelcomeMessage__sizing--stretch {
	background-size: 100% 100%;
	}
	.fsWelcomeMessage .fsWelcomeMessage__content {
	z-index: 9;
	background-color: #ffffff;
	padding: 40px;
	margin: 10px;
	border-radius: 6px;
	position: relative;
	}
	.fsWelcomeMessage .fsWelcomeMessage__content.fsWelcomeMessage__content--hide-form-background {
	background-color: transparent;
	}
	.fsWelcomeMessage .fsWelcomeMessage__content .fsWelcomeMessage__message {
	color: #333333;
	font-size: 33px;
	}
	.fsWelcomeMessage .fsWelcomeMessage__content .fsWelcomeMessage__start-button {
	padding: 20px 20px;
	margin-top: 40px;
	border: 1px solid transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	color: #ffffff;
	background-color: #b11416;
	cursor: pointer;
	}
	html:not([data-scroll='0']) .survey-mode.fsBody .fsForm .survey-header {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	}
	.survey-mode.fsBody #fsHeaderImage {
	transition: all 0.1s;
	position: fixed;
	width: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: 82px;
	z-index: 10;
	margin: 2px 0 0 19px;
	top: 0;
	left: 0;
	}
	.survey-mode.fsBody #fsHeaderImage.fsHeaderImage--relative {
	display: none;
	}
	.survey-mode.fsBody .fsHeaderImage--sticky {
	transition: all 0.1s;
	position: absolute;
	width: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: 82px;
	z-index: 10;
	margin-left: 19px;
	bottom: 2px;
	left: 0;
	}
	.survey-mode.fsBody .payment-warning {
	margin-top: 61px;
	margin-left: 7px;
	margin-right: 7px;
	}
	.survey-mode.fsBody .fsSignatureClear {
	text-decoration: none;
	background: #FFF;
	color: #000;
	padding: 7px 12px;
	border-radius: 3px;
	text-transform: capitalize;
	}
	.survey-mode.fsBody [fs-field-type="signature"] .fsSupporting {
	clear: left;
	margin-left: 12px;
	margin-top: 9px;
	line-height: 1.5;
	}
	.survey-mode.fsBody .fsForm {
	margin-top: 140px !important;
	min-width: inherit;
	width: 100%;
	background-color: #ffffff;
	border: none;
	max-width: 1024px;
	}
	.survey-mode.fsBody .fsForm .g-recaptcha .grecaptcha-badge {
	z-index: 9;
	}
	.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .g-recaptcha .grecaptcha-badge {
	bottom: 54px !important;
	}
	.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .fsProgress {
	bottom: 40px;
	}
	.survey-mode.fsBody .fsForm .fsSignature + div {
	margin-top: 7px;
	line-height: 1.5;
	}
	.survey-mode.fsBody .fsForm .fsProgress {
	position: fixed;
	border: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	}
	.survey-mode.fsBody .fsForm .fsProgress div.fsProgressText {
	display: none;
	}
	.survey-mode.fsBody .fsForm .fsProgress div.fsProgressBar {
	transition: width 1s;
	}
	.survey-mode.fsBody .fsForm .survey-header {
	background-color: #ffffff;
	z-index: 9;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	top: -1px;
	left: 0;
	height: 88px;
	display: flex;
	align-items: flex-end;
	padding: 19px;
	transition: all 0.1s linear;
	}
	.survey-mode.fsBody .fsForm .survey-header.with-progressbar div.shareLinksWrapper {
	margin-bottom: 11px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
	position: relative;
	flex: 1;
	padding: 0;
	margin: 0 0 7px 0;
	display: flex;
	justify-content: flex-end;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination span.fsFull {
	display: none;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
	display: inline-block;
	width: auto;
	margin: 0 !important;
	height: 44px;
	padding: 0 30px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
	margin-right: 29px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton {
	width: 41px;
	height: 41px;
	padding: 0;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50%;
	border-radius: 50% !important;
	user-select: none;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSlim {
	display: none;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
	display: block;
	text-indent: 0;
	font-size: 1.5em;
	line-height: 0;
	font-family: 'Zapf Dingbats';
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before {
	content: '\27A4';
	margin-left: 3px;
	margin-top: 3px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
	content: '\27A4';
	transform: rotate(180deg);
	margin-left: -3px;
	}
	.rtl .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before {
	content: '\27A4';
	transform: rotate(180deg);
	}
	.rtl .survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
	content: '\27A4';
	}
	@media all and (max-width: 1024px) {
	.survey-mode.fsBody .fsHeaderImage.fsHeaderImage--relative {
	display: none;
	}
	.survey-mode.fsBody .payment-warning {
	margin-top: 91px;
	}
	.survey-mode.fsBody #fsFooterImage {
	margin-bottom: 61px;
	}
	.survey-mode.fsBody .fsForm label.fsOptionLabel {
	color: #333333;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
	margin-top: 0 !important;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress {
	margin-top: 0;
	position: fixed;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination div.shareLinksWrapper {
	margin-bottom: 12px;
	}
	.survey-mode.fsBody .fsForm .fsFieldHighlight.fsSubFieldGroup {
	flex-direction: column;
	}
	.survey-mode.fsBody .fsForm [fs-field-type="address"] .fsSubFieldGroup .fsSubField {
	width: 100%;
	margin-bottom: 15px;
	}
	.survey-mode.fsBody .fsForm [fs-field-type="address"] .fsFieldHighlight > select {
	margin-top: 0 !important;
	}
	.survey-mode.fsBody .fsForm [fs-field-type="address"] .fsFieldHighlight > label {
	margin-top: 7px;
	}
	.survey-mode.fsBody .fsForm [fs-field-type="name"] .fsSubField {
	width: 100%;
	}
	.survey-mode.fsBody .fsForm [fs-field-type="name"] .fsSubField:not(:last-child) {
	margin-bottom: 10px;
	}
	}
	@media all and (max-width: 480px) {
	.survey-mode.fsBody #fsHeaderImage {
	position: relative;
	transform: scale(0.8);
	transform-origin: left center;
	height: 51px;
	}
	.survey-mode.fsBody #fsHeaderImage.fsHeaderImage--relative {
	display: block;
	}
	.survey-mode.fsBody .fsHeaderImage--sticky {
	display: none;
	}
	.survey-mode.fsBody .payment-warning {
	margin-top: 11px;
	}
	.survey-mode.fsBody #fsFooterImage {
	margin-bottom: 121px;
	}
	.survey-mode.fsBody .fsForm {
	position: relative;
	margin-top: 0 !important;
	padding: 30px 19px;
	margin-bottom: 20px !important;
	overflow: hidden;
	}
	.survey-mode.fsBody .fsForm .reportAbuse {
	margin-bottom: 51px !important;
	}
	.survey-mode.fsBody .fsForm .g-recaptcha .grecaptcha-badge {
	bottom: 64px !important;
	}
	.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .g-recaptcha .grecaptcha-badge {
	bottom: 104px !important;
	}
	.survey-mode.fsBody .fsForm.with-ads:not(.fsgo-form) .survey-header {
	bottom: 40px;
	}
	.survey-mode.fsBody .fsForm .fsRatingFieldContainer svg.phx-Icon {
	max-height: 60px;
	}
	.survey-mode.fsBody .fsForm .fsRatingFieldContainer .fsRatingPipButton {
	margin: 0 2px;
	}
	.survey-mode.fsBody .fsForm .fsSignature {
	margin: 0 -12px;
	}
	.survey-mode.fsBody .fsForm .survey-header {
	padding: 12px;
	height: 51px;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	top: unset;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
	}
	.survey-mode.fsBody .fsForm .survey-header .fsHeaderImage.fsHeaderImage--sticky {
	display: none;
	}
	.survey-mode.fsBody .fsForm .survey-header.with-progressbar {
	padding: 12px 12px 22px;
	height: 61px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination {
	justify-content: space-between;
	margin-bottom: 0;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination div.shareLinksWrapper {
	margin-bottom: 59px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress {
	position: fixed;
	margin-top: 0;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsProgress .fsProgressBarContainer {
	height: 12px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
	height: 31px;
	padding: 7px;
	margin-left: auto !important;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton {
	margin-left: auto;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsSubmitButton {
	margin-right: 12px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton {
	width: 31px;
	height: 31px;
	}
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsNextButton:before,
	.survey-mode.fsBody .fsForm .survey-header .fsSubmit.fsPagination .fsPreviousButton:before {
	font-size: 1.3em;
	}
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) {
	background-color: transparent;
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100 {
	margin: 0 !important;
	padding: 0 !important;
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100.fsRowBody {
	margin-bottom: 20px !important;
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsFieldHighlight {
	background-color: rgba(, 0);
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsFieldHighlight::after {
	background-color: rgba(, 0);
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel:focus, .survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel:active {
	background-color: rgba(, 0);
	}
	.survey-mode .fsForm .fsFieldFocused:not(.fsValidationError) .fsOptionLabel {
	-webkit-tap-highlight-color: rgba(, 0.3);
	}
	.survey-mode .fsForm .fieldset-content label.fsOptionLabel {
	background-color: #ffffff;
	}
	.survey-mode .fsForm .fsSubField label.fsSupporting {
	margin-top: 7px;
	}
	.survey-mode .fsForm .fsSubField.fsFieldCity {
	padding: 0;
	}
	.survey-mode .fsForm .fsSubField.fsSubField.fsFieldState {
	padding: 0;
	}
	.survey-mode .fsForm .fsSubField.fsFieldZip {
	padding: 0;
	}
	.survey-mode .fsForm .fsRatingFieldContainer {
	box-sizing: border-box;
	border-radius: 6px;
	display: flex;
	}
	.survey-mode .fsForm .fsRatingFieldContainer svg.phx-Icon {
	max-height: 100px;
	max-width: 100px;
	height: auto;
	width: 100%;
	}
	.survey-mode .fsForm .fsRatingFieldContainer .fsRatingPipButton {
	margin: 25px 5px;
	flex: 1;
	max-width: 133px;
	}
	.survey-mode .fsForm .fsRatingFieldContainer .fsRatingPipButton:focus {
	opacity: 1;
	}
	.survey-mode .fsForm .fsFieldHighlight {
	background-color: #ffffff;
	padding: 19px;
	box-sizing: border-box;
	border-radius: 6px;
	z-index: 5;
	position: relative;
	}
	.survey-mode .fsForm .fsFieldHighlight::before {
	background-color: #ffffff;
	border-radius: 6px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	top: 0;
	}
	.survey-mode .fsForm .fsFieldHighlight::after {
	transition: background-color 0.4s;
	background-color: #ffffff;
	border-radius: 6px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: -1;
	left: 0;
	top: 0;
	}
	.survey-mode .fsForm .fsFieldHighlight.fsSubFieldGroup {
	display: flex;
	}
	.survey-mode .fsForm [fs-field-type="address"] .fsFieldHighlight {
	margin-bottom: 20px;
	}
	.survey-mode .fsForm [fs-field-type="address"] .fsFieldHighlight > label {
	margin-top: 7px;
	}
	.survey-mode .fsForm [fs-field-type="datetime"] .fsFieldHighlight::after {
	clear: both;
	content: '';
	display: table;
	}
	.survey-mode .fsForm table.fsMatrix td {
	padding: 19px 0;
	}
	.survey-mode .fsForm table.fsMatrix th {
	padding: 19px 6.5px;
	}
	.survey-mode .fsForm label.fsOptionLabel {
	display: block;
	margin: .5em 0;
	padding: .5em 1em;
	line-height: 30px !important;
	cursor: pointer;
	}
	.survey-mode .fsForm label.fsOptionLabel.horizontal {
	float: none;
	margin: .5em 0;
	margin-right: 0 !important;
	}
	.survey-mode .fsForm label.fsOptionLabel.horizontal ~ div.horizontal {
	display: block !important;
	margin-top: 0 !important;
	}
	.survey-mode .fsForm label.fsOptionLabel.vertical ~ div.vertical {
	margin-top: 0 !important;
	}
	.survey-mode .fsForm .fieldset-content .fsOptionLabel:first-child {
	margin-top: 0;
	}
	.survey-mode .fsForm .rtl .fsFieldRow .fieldset-content .fsOptionLabel.horizontal {
	float: none !important;
	margin: 0 0 0 20px;
	}
	.fsSubmissionMessageImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 0;
	z-index: 99999;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
	.fsSubmissionMessageImage.fsSubmissionMessageImage--hidden {
	display: none;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__header {
	position: absolute;
	width: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: 82px;
	z-index: 10;
	margin-left: 19px;
	top: 2px;
	left: 0;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__image {
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__image.fsSubmissionMessageImage__sizing--repeat {
	background-repeat: repeat;
	background-size: unset;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__image.fsSubmissionMessageImage__sizing--contain {
	background-size: contain;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__image.fsSubmissionMessageImage__sizing--cover {
	background-size: cover;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__image.fsSubmissionMessageImage__sizing--stretch {
	background-size: 100% 100%;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__content {
	z-index: 9;
	background-color: #ffffff;
	padding: 40px;
	margin: 10px;
	border-radius: 6px;
	position: relative;
	}
	.fsSubmissionMessageImage .fsSubmissionMessageImage__content.fsSubmissionMessageImage__content--hide-form-background {
	background-color: transparent;
	}
	</style>
	<style type="text/css">
	a,a:visited,a:link,a:active {
	color:#5091CD;
	}
	a:hover {
	color:#004990;
	}
	p {
	font-size: 15px;
	color: #333;
	}
	.fsSubmitButton:hover {
	background-color: #fff !important;
	color: #b11416 !important;
	border: 1px solid #b11416 !important;
	}
	#fsHeaderImage:before {
	content: url(https://barnabasfund.org/sites/default/files/barnabas-blue-logo_GB.png);
	text-align: center;
	display: block;
	clear: both;
	margin: 1rem 0px;
	}
	.fsOptionLabel {
	font-weight: bold;
	}
	.fsOptionLabel[for*="field91631077_1"]:after {
	content: "I want to Gift Aid this donation and any donations I make in the future or have made in the past to Barnabas Fund. I am a UK taxpayer and understand that if I pay less Income Tax and/or Capital Gains Tax than the amount of Gift Aid claimed on all my donations in that tax year it is my responsibility to pay any difference.";
	float:left;
	clear:both;
	padding: 0.1rem 0 1rem 0;
	width:  100%;
	line-height:14pt;
	font-size:10pt;
	font-weight: normal;
	}
	.fsOptionLabel[for*="field91631077_2"]:after {
	content: "Sorry, I cannot Gift Aid this donation.";
	float:left;
	clear:both;
	padding: 0.1rem 0 1rem 0;
	width:  100%;
	line-height:14pt;
	font-size:10pt;
	font-weight: normal;
	}
	h2 {
	color: #004990;
	margin-top: 4rem !important;
	}
	h1 {
	color: #5091CD;
	}
	@media (max-width: 40em) {
	label.fsOptionLabel {
	border: 0px solid #cfd4d8;
	background-color: transparent;
	}
	}


	.fsForm.fsMaxCol2 {
		width: auto !important;
	}
	.fsBody {
		padding:0 !important;
	}

		.btn {
			padding: 10px 20px !important;
			border-radius: 0;
			margin-top: 20px;
		  }
		  
		  .btn-grey {
			background: #eee;
			border: none;
			color:#004990 !important;
			font-weight: bold;
			text-decoration: none;
			
		  }