body #wpadminbar .screen-reader-shortcut {
  display: none !important;
}
body.popup-active {
  overflow: hidden !important;
}
body.page-template-template-tax-form {
  overflow: visible;
}

#clergy-entry-form {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-20px);
}
#clergy-entry-form.loaded {
  opacity: 1;
  transform: translateY(0);
}
#clergy-entry-form .step-notes-textarea {
  padding: 20px 0;
}
#clergy-entry-form .form-section-description.description {
  text-align: left;
  margin: 0;
  padding: 20px;
  background: #f3f3f3;
  font-style: italic;
  color: #667085;
}
#clergy-entry-form .acf-dropdown {
  margin-right: auto;
}
#clergy-entry-form .acf-dropdown.top {
  position: sticky;
  top: 150px;
  z-index: 1000;
  margin-bottom: 24px;
  padding: 12px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  transition: transform 1s ease, opacity 0.22s ease, visibility 0.22s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  will-change: transform, opacity;
}
#clergy-entry-form .acf-dropdown.top.hidden {
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
}
#clergy-entry-form .acf-field.bold .acf-label label {
  font-weight: 700;
}
#clergy-entry-form .acf-field.acf-field-true-false {
  flex-direction: row-reverse;
}
#clergy-entry-form .acf-field.acf-field-true-false .acf-input {
  flex-basis: 4%;
}
#clergy-entry-form .acf-field.acf-field-true-false .acf-label {
  flex: 1;
  flex-basis: 96%;
  margin-bottom: 0;
}
#clergy-entry-form .acf-field.acf-field-true-false {
  gap: 10px;
}
#clergy-entry-form .acf-field.acf-field-radio .acf-label {
  margin-top: 10px;
}
#clergy-entry-form .acf-input {
  flex: 1;
}
#clergy-entry-form .form-section-header {
  padding: 10px 11px;
  background: #51B948;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#clergy-entry-form .form-section-header .form-section-description {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#clergy-entry-form .styled-true-false {
  display: flex;
  background-color: #ddf1dc;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
#clergy-entry-form .styled-true-false:not(:first-of-type) {
  margin-top: 10px;
}
#clergy-entry-form .styled-true-false .acf-label {
  margin: 0;
}
#clergy-entry-form .styled-true-false .acf-input {
  flex: 0;
  margin-left: 0 !important;
  width: 15px;
}
#clergy-entry-form .styled-true-false .description {
  margin: 0;
  font-style: italic;
  color: #35623c;
}
#clergy-entry-form .acf-icon {
  text-decoration: none;
}
#clergy-entry-form .acf-icon.-plus {
  display: none !important;
}
#clergy-entry-form .acf-field-group {
  display: flex;
  padding: 0;
  border: 0;
  margin-top: 3px;
}
#clergy-entry-form .acf-field-group:not(.subgroup) > .acf-label {
  width: 20%;
  background: #f3f3f3;
  text-align: center;
  color: #234128;
  margin: 0;
  padding: 20px;
  text-transform: uppercase;
}
#clergy-entry-form .acf-field-group:not(.subgroup) > .acf-label .description {
  text-transform: initial;
  font-size: 14px;
  font-style: italic;
}
#clergy-entry-form .acf-field-group:not(.subgroup) > .acf-label .description a:not(.link) {
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  background: #51B948;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  color: #fff;
  width: 140px;
}
#clergy-entry-form .acf-field-group:not(.subgroup) > .acf-label .description a:not(.link):hover, #clergy-entry-form .acf-field-group:not(.subgroup) > .acf-label .description a:not(.link):focus {
  background: #30702b;
}
#clergy-entry-form .acf-field-group .acf-fields.-border {
  border: 0 solid #fff !important;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field {
  border: 0;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field .acf-input,
#clergy-entry-form .acf-field-group .acf-fields .acf-field .acf-input > input {
  margin-left: auto;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field:not(.acf-field-radio):not(.acf-field-true-false) > .acf-input {
  width: 50%;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field:not(.acf-field-radio):not(.acf-field-true-false) > .acf-label {
  width: 50%;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field:not(.acf-field-repeater):not(td) {
  display: flex;
  align-items: center;
  border: 0;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message {
  padding-top: 8px;
  padding-bottom: 8px;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-input {
  font-style: italic;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message a:not(.link) {
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  background: #51B948;
  display: inline-flex;
  border-radius: 5px;
  color: #fff;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message a:not(.link):hover, #clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message a:not(.link):focus {
  background: #30702b;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field {
  flex-direction: column;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message > .acf-label, #clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message > .acf-input, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field > .acf-label, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field > .acf-input {
  width: 100% !important;
  flex: 1;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message > .acf-label, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field > .acf-label {
  text-align: left;
  text-transform: initial;
  background: #fff;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-table .acf-input, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-table .acf-input {
  width: 100% !important;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-radio-list,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-checkbox-list, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-radio-list,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-checkbox-list {
  display: flex;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-radio-list label,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-checkbox-list label, #clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-radio-list label,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-checkbox-list label {
  line-height: 1rem;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.styled-group > .acf-label {
  text-align: left;
  text-transform: uppercase;
  background-color: #ddf1dc;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.styled-header > .acf-input {
  text-align: left;
  text-transform: uppercase;
  color: #234128;
  font-style: normal;
  background-color: #ddf1dc;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field.styled-header > .acf-input p {
  margin: 0;
  padding: 20px;
  font-weight: 500;
}
#clergy-entry-form .acf-field-group .acf-fields .acf-field .acf-label {
  color: #234128;
}
#clergy-entry-form .acf-field-group .acf-radio-list,
#clergy-entry-form .acf-field-group .acf-checkbox-list {
  display: flex;
  gap: 10px;
}
#clergy-entry-form .acf-field-group .acf-field select {
  min-height: 42px;
}
#clergy-entry-form .acf-field-group.subgroup.col-2 .acf-fields {
  flex: 1;
  flex-wrap: wrap;
}
#clergy-entry-form .acf-field-group.subgroup.col-2 .acf-fields .acf-field {
  width: 50% !important;
  padding-left: 0;
}
#clergy-entry-form .acf-field-group.subgroup > .acf-label {
  text-align: left;
  margin: 0;
  padding: 20px;
  padding-left: 16px;
  margin-right: 7px;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields {
  display: flex;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-label {
  width: 100% !important;
  position: absolute;
  z-index: 10;
  margin-top: 14px;
  margin-left: 8px;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  margin-top: -50px;
  font-size: 12px;
  margin-left: 0;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-label + .acf-input input::-moz-placeholder {
  color: transparent;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-label + .acf-input input::placeholder {
  color: transparent;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-label.focused {
  margin-top: -50px;
  font-size: 12px;
  margin-left: 0;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-field:first-child {
  padding-left: 0;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-field:not(.acf-field-repeater):not(td),
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-field:not(.acf-field-radio):not(.acf-field-true-false) .acf-input {
  width: 100%;
  background: #f3f3f4;
}
#clergy-entry-form .acf-field-group.subgroup .acf-fields .acf-field-select .acf-label {
  display: none;
}
#clergy-entry-form .acf-field-group.nested-subgroup {
  flex-direction: column;
}
#clergy-entry-form .acf-field-group.nested-subgroup > .acf-label {
  display: none;
}
#clergy-entry-form .acf-field-group.nested-subgroup > .acf-input {
  width: 100% !important;
}
#clergy-entry-form .acf-field-group.w-full {
  flex-direction: column;
}
#clergy-entry-form .acf-field-group.w-full > .acf-label {
  width: 100%;
}
#clergy-entry-form .acf-field-group.w-full > .acf-label label {
  display: none;
}
#clergy-entry-form .acf-field-group.w-full > .acf-label .description {
  font-size: 16px;
  text-align: left;
  text-transform: initial;
}
#clergy-entry-form .acf-field-group.w-full .acf-input {
  width: 100% !important;
}
#clergy-entry-form .acf-field-group.w-full .acf-input .acf-field-repeater {
  width: 100% !important;
}
#clergy-entry-form .acf-field-group.w-full .acf-input .acf-field.subgroup > .acf-label {
  width: 25% !important;
}
#clergy-entry-form .acf-field-group.cols-30-70 .acf-fields .acf-field-group:not(.force-fullwidth) > .acf-label {
  width: 30% !important;
  background: #fff;
  border-right: 1px solid #eee;
}
#clergy-entry-form .acf-field-group.cols-30-70 .acf-fields .acf-field-group:not(.force-fullwidth) > .acf-input {
  width: 70% !important;
}
#clergy-entry-form .acf-field-group.cols-30-70 .acf-fields .acf-field-group:not(.force-fullwidth) > .acf-input .acf-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#clergy-entry-form .acf-field-group.cols-30-70.fixed-50-50 .acf-input .acf-input .acf-fields > .acf-field > div {
  width: 50% !important;
}
#clergy-entry-form .acf-field-group.cols-30-70.right-content .acf-label {
  text-align: right;
  padding-right: 20px;
}
#clergy-entry-form .acf-field-group.sub-cols-30-70 > .acf-label {
  width: 30% !important;
  background: #fff;
  border-right: 1px solid #eee;
}
#clergy-entry-form .acf-field-group.sub-cols-30-70 > .acf-input {
  width: 70% !important;
}
#clergy-entry-form .acf-field-group.sub-cols-30-70 > .acf-input .acf-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#clergy-entry-form .acf-field-group.sub-cols-30-70 .acf-label {
  text-transform: initial;
  text-align: left;
}
#clergy-entry-form .acf-field-group.sub-cols-30-70 .acf-field {
  flex: 1;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50 > .acf-label {
  width: 50% !important;
  background: #fff;
  border-right: 1px solid #eee;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50 > .acf-input {
  width: 50% !important;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50 > .acf-input .acf-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50 .acf-label {
  text-transform: initial;
  text-align: left;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50 .acf-field {
  flex: 1;
}
#clergy-entry-form .acf-field-group.sub-cols-50-50-row .acf-field .acf-label {
  width: 50% !important;
}
#clergy-entry-form .acf-field-group.input-pl-16 > .acf-input {
  padding-left: 16px;
}
#clergy-entry-form .acf-field-group .cols-50-50.acf-field {
  display: flex;
}
#clergy-entry-form .acf-field-group .cols-50-50.acf-field .acf-label,
#clergy-entry-form .acf-field-group .cols-50-50.acf-field .acf-input {
  width: 50% !important;
}
#clergy-entry-form .acf-field-group .cols-50-50.acf-field-repeater > .acf-input .acf-input {
  width: 100% !important;
}
#clergy-entry-form .acf-field-group .cols-50-50.right-content .acf-label {
  text-align: right;
  padding-right: 20px;
}
#clergy-entry-form .acf-field-group .cols-70-30.acf-field {
  display: flex;
}
#clergy-entry-form .acf-field-group .cols-70-30.acf-field .acf-label {
  width: 70% !important;
}
#clergy-entry-form .acf-field-group .cols-70-30.acf-field .acf-input {
  width: 30% !important;
}
#clergy-entry-form .acf-field-group .cols-70-30.right-content .acf-label {
  text-align: right;
  padding-right: 20px;
}
#clergy-entry-form .force-fullwidth .acf-label {
  width: 100% !important;
}
#clergy-entry-form .force-fullwidth .acf-input {
  width: 100% !important;
  min-width: 100% !important;
}
#clergy-entry-form .acf-field-repeater.fix-true .acf-true-false {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f4;
  border-bottom: 1px solid #999;
}
#clergy-entry-form .acf-field-repeater.fix-true:not(.no-white) table > tbody > tr td {
  background-color: #fff !important;
  border: 0;
}
#clergy-entry-form .acf-repeater table {
  border: 0;
}
#clergy-entry-form .acf-repeater table > thead > tr > th {
  border: 0 !important;
}
#clergy-entry-form .acf-repeater table th[data-name=student],
#clergy-entry-form .acf-repeater table th[data-name=disabled],
#clergy-entry-form .acf-repeater table td[data-name=student],
#clergy-entry-form .acf-repeater table td[data-name=disabled] {
  justify-content: center;
  text-align: center;
}
#clergy-entry-form .acf-repeater table th[data-name=student] .acf-true-false,
#clergy-entry-form .acf-repeater table th[data-name=disabled] .acf-true-false,
#clergy-entry-form .acf-repeater table td[data-name=student] .acf-true-false,
#clergy-entry-form .acf-repeater table td[data-name=disabled] .acf-true-false {
  justify-content: center;
}
#clergy-entry-form .acf-repeater .acf-row-handle.order,
#clergy-entry-form .acf-repeater thead .acf-row-handle {
  display: none;
}
#clergy-entry-form .acf-repeater .acf-field-repeater {
  padding-left: 0;
}
#clergy-entry-form .acf-repeater .acf-field-repeater > .acf-label {
  display: none;
}
#clergy-entry-form .acf-repeater .acf-repeater .acf-repeater-add-row.button-primary {
  background: #f3f3f3;
  text-transform: uppercase;
  color: #000;
}
#clergy-entry-form .acf-repeater .acf-repeater .acf-repeater-add-row.button-primary:hover {
  background: silver;
}
#clergy-entry-form .acf-true-false {
  display: flex;
}
#clergy-entry-form .acf-th {
  background: #ededed;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 10px;
  color: #234128;
}
#clergy-entry-form .acf-repeater-add-row.button-primary {
  background: #51B948;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
#clergy-entry-form .acf-repeater-add-row.button-primary:hover, #clergy-entry-form .acf-repeater-add-row.button-primary:focus {
  background: #30702b;
}
#clergy-entry-form .acf-repeater-add-row .acf-row-handle {
  display: none;
}
#clergy-entry-form .acf-prev-wrapper a {
  text-transform: uppercase;
  color: #234128;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
#clergy-entry-form .acf-prev-wrapper a:hover, #clergy-entry-form .acf-prev-wrapper a:focus {
  background: #f9f9f9;
  color: black;
}
#clergy-entry-form .acf-form-submit {
  display: flex;
  margin-top: 32px;
  gap: 20px;
  align-items: center;
}
#clergy-entry-form .acf-form-submit input[type=submit] {
  border-radius: 5px;
}
#clergy-entry-form .hide-label > .acf-label {
  display: none;
}
#clergy-entry-form .show-label > .acf-label {
  display: block !important;
}
#clergy-entry-form .flex-wrapper {
  padding-left: 16px;
  align-items: center;
  gap: 32px;
  display: flex;
}
#clergy-entry-form .flex-wrapper .acf-label {
  margin-bottom: 0;
}
#clergy-entry-form .flex-wrapper .acf-field-68740e1dc832a .acf-label {
  min-width: 90px;
}
#clergy-entry-form .flex-wrapper .moved-element .acf-label {
  margin-right: 16px;
  width: auto !important;
}
#clergy-entry-form .flex-wrapper.cols-3 .acf-label {
  margin-right: 0;
}
#clergy-entry-form .flex-wrapper.cols-3 > div {
  flex-basis: 33.3333%;
  width: 33.3333%;
}
#clergy-entry-form .flex-wrapper-w2 {
  display: flex;
  flex-direction: row-reverse;
}
#clergy-entry-form .flex-wrapper-w2.pay-details {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #51B948 !important;
}
#clergy-entry-form .flex-wrapper-w2 .gray-box {
  max-width: 250px;
  min-width: 250px;
  background-color: #f9f9f9;
  padding: 10px 20px;
  margin-right: 16px;
  color: #234128;
  font-size: 14px;
}
#clergy-entry-form .flex-wrapper-w2 .subgroup.moved-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
#clergy-entry-form .flex-wrapper-w2 .subgroup.moved-element .acf-label {
  padding-left: 0;
  width: auto !important;
}
#clergy-entry-form .flex-wrapper-w2 .flex-wrapper-fields {
  flex: 1;
}
#clergy-entry-form .max-width-sm input {
  max-width: 300px;
}
#clergy-entry-form .mt-16 {
  margin-top: 16px !important;
}
#clergy-entry-form .mt-30 {
  margin-top: 30px !important;
}
#clergy-entry-form .mt-50 {
  margin-top: 50px !important;
}
#clergy-entry-form .ml-25 {
  margin-left: 25px !important;
}
#clergy-entry-form .text-green,
#clergy-entry-form .text-green label {
  color: #51B948;
}
#clergy-entry-form .calculated-total {
  margin-bottom: 32px;
}
#clergy-entry-form .calculated-total .acf-label label {
  color: #51B948;
  text-transform: uppercase;
}
#clergy-entry-form input[type=text],
#clergy-entry-form input[type=email],
#clergy-entry-form input[type=number],
#clergy-entry-form input[type=tel],
#clergy-entry-form input[type=url],
#clergy-entry-form input[type=date],
#clergy-entry-form input[type=time],
#clergy-entry-form input[type=password],
#clergy-entry-form input[type=month],
#clergy-entry-form input[type=week],
#clergy-entry-form input[type=search],
#clergy-entry-form textarea,
#clergy-entry-form select {
  border: 0 solid #fff !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #a0a1a6 !important;
  min-height: 42px;
}
#clergy-entry-form textarea {
  background-color: #f9f9f9;
}
#clergy-entry-form textarea:hover, #clergy-entry-form textarea:focus {
  background-color: #ddf1dc;
}
#clergy-entry-form .acf-actions {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
}
#clergy-entry-form .acf-checkbox-text-list label {
  min-width: 250px;
}
#clergy-entry-form .acf-field-sectioned-table {
  display: block !important;
}
#clergy-entry-form .total-label {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  font-weight: bold;
}
#clergy-entry-form .panel {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f9f9f9;
}

.clergy-step-10 .acf-field-64d2fffb1260f,
.clergy-step-10 .acf-field-64d3033bbc2ef {
  border-top: 3px solid #51B948 !important;
}

.side-notes {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.acf-field-64c6ca2ce1551 .acf-field-true-false .acf-label,
.acf-field-64c6ca2ce1551 .acf-field-select .acf-label {
  display: none;
}

.acf-field-64c80ca0e5417,
.acf-field-64c80d5f94eb5,
.acf-field-64c80dc794eb7,
.acf-field-64c802831522f,
.acf-field-64c802a515230,
.acf-field-64c80442cb155 {
  align-items: flex-start !important;
}

.acf-field-64c808a8e0ac4 .acf-table [data-key=field_64c808e9e0ac6] {
  width: 22%;
}
.acf-field-64c808a8e0ac4 .acf-table [data-key=field_64c80904e0ac7] {
  width: 27%;
}

.acf-field-64c80ee181936 .acf-table [data-key=field_64c80f8881939] {
  width: 22% !important;
}
.acf-field-64c80ee181936 .acf-table [data-key=field_64c80f958193a] {
  width: 29% !important;
}

.acf-field-64c80fbb8193b .acf-table [data-key=field_64c80fee8193d] {
  width: 22% !important;
}
.acf-field-64c80fbb8193b .acf-table [data-key=field_64c80ff88193e] {
  width: 29% !important;
}

.acf-field-64e5ff215a9f7 .acf-label {
  margin-bottom: 0;
}

.acf-field-64d955cab8bbe,
.acf-field-64d9470828d38,
.acf-field-64d9471828d39 {
  flex-direction: column;
}
.acf-field-64d955cab8bbe .acf-label,
.acf-field-64d9470828d38 .acf-label,
.acf-field-64d9471828d39 .acf-label {
  width: 100% !important;
}
.acf-field-64d955cab8bbe .acf-input,
.acf-field-64d9470828d38 .acf-input,
.acf-field-64d9471828d39 .acf-input {
  width: 100% !important;
}
.acf-field-64d955cab8bbe .acf-input .acf-radio-list,
.acf-field-64d9470828d38 .acf-input .acf-radio-list,
.acf-field-64d9471828d39 .acf-input .acf-radio-list {
  display: flex;
  flex-direction: column;
}

label[for=acf-field_64d8fce9d9f63-field_64d8ffa51b71d],
label[for=acf-field_64d8fce9d9f63-field_64d9055d746cd] {
  font-weight: bold !important;
}

.acf-field-65804e8705181 {
  margin-bottom: -28px !important;
  margin-top: 20px !important;
}

.acf-field-6580fe1676173 .acf-field {
  border-bottom: 1px solid #ddd !important;
}

.acf-field-658b3640f3e5d .acf-button {
  background: #51B948 !important;
  color: #fff !important;
}
.acf-field-658b3640f3e5d > .acf-label {
  padding: 0 !important;
  font-size: 16px;
}

.acf-field-672907107f4e2,
.acf-field-672908442cef1,
.acf-field-672908ca586a9,
.acf-field-672908fa586ac {
  padding-left: 32px !important;
}

.acf-field-64c7fae5d4302 > .acf-input .acf-table {
  margin-top: 32px;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.acf-field-64c7fae5d4302 > .acf-input tbody.ui-sortable {
  counter-reset: residence-counter;
}
.acf-field-64c7fae5d4302 > .acf-input tbody.ui-sortable tr.acf-row {
  position: relative;
  counter-increment: residence-counter;
}
.acf-field-64c7fae5d4302 > .acf-input tbody.ui-sortable tr.acf-row:before {
  content: "Residence " counter(residence-counter);
  font-weight: bold;
  display: block;
  position: absolute;
  top: -25px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  float: left;
}

.popup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.popup__wrapper.active {
  opacity: 1;
  visibility: visible;
}
.popup__wrapper .popup__content {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 960px;
  height: 80vh;
  box-sizing: border-box;
}
.popup__wrapper .popup__content .popup__header {
  padding: 10px;
  background-color: #51B948;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__wrapper .popup__content .popup__header h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.popup__wrapper .popup__content .popup__header button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.popup__wrapper .popup__content .popup__header button:hover {
  background-color: #409539;
}
.popup__wrapper .popup__content .popup__body {
  padding: 10px;
  height: calc(100% - 60px);
  overflow: auto;
}
.popup__wrapper .popup__content .popup__body > ul {
  margin-bottom: 16px;
}
.popup__wrapper .popup__content .popup__body > ul.columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.popup__wrapper .popup__content .popup__body h2 {
  display: block;
  background-color: #c4e1ba;
  color: #234128;
  margin: 0;
  font-size: 17px;
  padding: 10px;
  margin-bottom: 16px;
}
.popup__wrapper .popup__content .popup__body h3 {
  font-size: 17px;
  color: #234128;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}
.popup__wrapper .popup__content .tablepress thead th {
  background-color: #ddf1dc;
  color: #234128;
}
.popup__wrapper .popup--save-step .popup__content {
  max-width: 650px;
  padding: 20px;
  height: auto;
}
.popup__wrapper .popup--save-step .popup__content h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
}
.popup__wrapper .popup--save-step .popup__content .popup__button--primary {
  background: #51B948;
  color: #fff;
}
.popup__wrapper .popup--save-step .popup__content .popup__button--primary:hover, .popup__wrapper .popup--save-step .popup__content .popup__button--primary:focus {
  background-color: #409539;
  color: #fff;
}
.popup__wrapper .popup--save-step .popup__content .popup__button--secondary:hover, .popup__wrapper .popup--save-step .popup__content .popup__button--secondary:focus {
  background-color: #409539;
  color: #fff;
}

.clergy__after-submission {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}
.clergy__after-submission .title h2 {
  margin-top: 0;
}
.clergy__after-submission .actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.clergy__after-submission .actions a {
  display: inline-flex;
}
.clergy__after-submission .actions a.btn {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: all 0.3s;
  border-radius: 5px;
}
.clergy__after-submission .actions a.btn:hover, .clergy__after-submission .actions a.btn:focus {
  background-color: #51b948;
}
.clergy__after-submission .generate-pdf.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.clergy__after-submission .text-red {
  color: #ff0000;
}
.clergy__after-submission a {
  color: #51B948;
}
.clergy__after-submission a:hover, .clergy__after-submission a:focus {
  color: #409539;
}
.clergy__after-submission .notification {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.clergy__after-submission .loader {
  width: 22px;
  height: 22px;
  border: 3px solid #51B948;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#clergy-entry-form .acf-field input[type=text] {
  background: #f3f3f4 !important;
}

#clergy-entry-form .acf-field input[type=email] {
  background: #f3f3f4 !important;
}

#clergy-entry-form .acf-field input[type=number] {
  background: #f3f3f4 !important;
}

#clergy-entry-form .acf-field select {
  background: #f3f3f4 !important;
}

#clergy-entry-form .acf-form-submit {
  display: flex;
  margin-top: 0px;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  padding: 20px !important;
  background: #f3f3f3;
}

#clergy-entry-form .acf-field-group .acf-fields .acf-field:not(.acf-field-radio):not(.acf-field-true-false):not(.acf-field-checkbox) > .acf-label {
  width: 28%;
}

.acf-table > tbody > tr > th,
.acf-table > tbody > tr > td,
.acf-table > thead > tr > th,
.acf-table > thead > tr > td {
  padding: 0px !important;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border-style: solid;
  font-weight: normal;
}

td.acf-field.acf-field-true-false.acf-field-644c2fcae1ca4 > div {
  padding: 13px !important;
  background: #f3f3f4;
}

td.acf-field.acf-field-true-false.acf-field-644c2fdbe1ca5 > div > div {
  padding: 13px !important;
  background: #f3f3f4;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-644c441937edb.parent-subgroup.w-full.group-header-\[Client.Information\] > div.acf-input > div > div.acf-field.acf-field-repeater.acf-field-644c2f165824d > div.acf-input > div > table > thead > tr > th {
  padding: 7px !important;
}

#clergy-entry-form .acf-repeater table > thead > tr > th {
  padding: 6px !important;
}

#clergy-entry-form .acf-field select {
  font-family: montserrat !important;
}

td.acf-field.acf-field-true-false.acf-field-64d2f6b193d80 > div > div {
  justify-content: center !important;
  display: flex;
  padding: 13px;
  background: #f3f3f4;
}

td.acf-field.acf-field-true-false.acf-field-64d2f76c93d89 > div > div {
  justify-content: center !important;
  display: flex;
  padding: 14px;
  background: #f3f3f4;
  border-bottom: 1px #000 !important;
}

td.acf-field.acf-field-true-false.acf-field-64d2f835b2546 > div > div {
  justify-content: center !important;
  display: flex;
  padding: 14px;
  background: #f3f3f4;
  border-bottom: 1px #000 !important;
}

#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-radio-list,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-checkbox-list,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-radio-list,
#clergy-entry-form .acf-field-group .acf-fields .acf-field.column-field .acf-checkbox-list {
  display: flex;
  flex-direction: row;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d8fce9d9f63 > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d8fd23d9f64.column-field > div.acf-label {
  width: 100% !important;
}

.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select {
  width: 100%;
  padding: 10px 8px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}

.acf-field select {
  padding: 10.5px 8px !important;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64c6df3c1eb40.parent-subgroup.group-header-\[Clergy.Housing\] > div.acf-input > div > div.acf-field.acf-field-repeater.acf-field-64c7fae5d4302.column-field > div.acf-input > div > table > tbody > tr:nth-child(1) > td.acf-fields > div.acf-field.acf-field-repeater.acf-field-64c7e68135d21.column-field {
  padding: 8px 0px 0px 0px;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64c80e9381935 > div.acf-input > div > div.acf-field.acf-field-date-picker.acf-field-64c810532fe93.column-field > div.acf-label {
  width: 100% !important;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d387b8aeb0d.calculate-group.group-header-\[Estimated.Payments.And.Retirement.Contributions\] > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38a8450170.nested-subgroup.cols-30-70 > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38a9950171 > div.acf-input > div > div.acf-field.acf-field-text.acf-field-64d38aca50173 > div.acf-label {
  padding: 15px 0px 0px 0px;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d387b8aeb0d.calculate-group.group-header-\[Estimated.Payments.And.Retirement.Contributions\] > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38a8450170.nested-subgroup.cols-30-70 > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38ae650174 > div.acf-input > div > div.acf-field.acf-field-text.acf-field-64d38b0950176 > div.acf-label > label {
  padding: 15px 0px 0px 0px;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d387b8aeb0d.calculate-group.group-header-\[Estimated.Payments.And.Retirement.Contributions\] > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38a8450170.nested-subgroup.cols-30-70 > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38b1c50177 > div.acf-input > div > div.acf-field.acf-field-text.acf-field-64d38b4250179 > div.acf-label > label {
  padding: 15px 0px 0px 0px;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d387b8aeb0d.calculate-group.group-header-\[Estimated.Payments.And.Retirement.Contributions\] > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38a8450170.nested-subgroup.cols-30-70 > div.acf-input > div > div.acf-field.acf-field-group.acf-field-64d38b575017a > div.acf-input > div > div.acf-field.acf-field-text.acf-field-64d38b8a5017c > div.acf-label > label {
  padding: 15px 0px 0px 0px;
}

#clergy-entry-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-group.acf-field-64d90882f9ef9.parent-subgroup.group-header-\[Secular.Business.Income.And.Expenses\] > div.acf-input > div > div.acf-field.acf-field-repeater.acf-field-64d90a14f9efa.column-field > div.acf-input > div > table > tbody > tr:nth-child(1) > td.acf-fields > div.acf-field.acf-field-group.acf-field-64d90aaaf9eff.column-field.styled-group > div.acf-label {
  width: 100% !important;
}

#clergy-entry-form .acf-field-group .acf-fields .acf-field.styled-group > .acf-label {
  width: 100% !important;
}

#clergy-entry-form .form-section-header {
  font-family: Arial, Helvetica, sans-serif;
}

#clergy-entry-form .acf-repeater-add-row.button-primary {
  font-family: "Montserrat";
}

#clergy-entry-form .acf-prev-wrapper a {
  font-family: "Montserrat";
}

#clergy-entry-form .acf-field-group .acf-fields .acf-field.acf-field-message .acf-input {
  font-family: "Montserrat";
}

.true-field-fix {
  background-color: #f0f0f0 !important;
}
.true-field-fix .acf-input {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

dd,
dl,
dt,
li,
ol,
ul {
  font-family: "Montserrat";
}

#clergy-entry-form .styled-true-false .description {
  font-family: "Montserrat";
}
