/**
 * DEBUG AND LOADING
 */

/* Hide Luminate's Giving and Frequency element for customization */
main.rkd-custom .donation-form-container .don-standard-levels > .form-donation-level,
main.rkd-custom .donation-form-container .don-standard-levels > .levels-label,
main.rkd-custom #level_standard_row > .donation-level-container-generic-repeat,
main.rkd-custom #level_flexible_row > div[id^="level_flexible"],
main.rkd-custom .donation-form-container.responsive #donor_fees_row,
main.rkd-custom .donation-form-container #additional_amount_row,
main.rkd-custom .donation-form-container #rkd-track-row,
main.rkd-custom.loading .donation-form-container label[for="dynamic_tracking_input"],
main.rkd-custom.loading .donation-form-container input#dynamic_tracking_input,
main.rkd-custom.loading #rkd-custom-section {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

main.rkd-custom #level_standard_row .generic-repeat-label-checkbox-container {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}

/* This prevents the browser from scrolling when a hidden giving level is clicked */
main.rkd-custom .donation-levels,
main.rkd-custom .donation-form-content > #level_standard_row,
main.rkd-custom .donation-form-content > #level_flexible_row {
  height: 0;
  overflow: hidden;
}

main.rkd-custom.rkd-debug .donation-form-content > #level_standard_row,
main.rkd-custom.rkd-debug .donation-form-content > #level_flexible_row  {
  height: auto;
}

/* Hide Luminate's Giving and Frequency element on debug */
main.rkd-custom.rkd-debug .donation-form-container .don-standard-levels > .form-donation-level,
main.rkd-custom.rkd-debug #level_standard_row > .donation-level-container-generic-repeat,
main.rkd-custom.rkd-debug #level_flexible_row > div[id^="level_flexible"],
main.rkd-custom.rkd-debug .donation-form-container.responsive #donor_fees_row,
main.rkd-custom.rkd-debug .donation-form-container #additional_amount_row,
main.rkd-custom.rkd-debug .donation-form-container #rkd-track-row {
  height: auto;
  opacity: 0.7;
  visibility: visible;
}

main.rkd-custom.rkd-debug .donation-levels {
  height: auto;
  overflow: visible;
}

/* Hide Luminate's Giving and Frequency element on loading, even if debugging */
main.rkd-debug.loading .donation-form-container .don-standard-levels > #level_standard_row,
main.rkd-debug.loading .donation-form-container .don-standard-levels > #level_flexible_row,
main.rkd-debug.loading #level_standard_row > .donation-level-container-generic-repeat,
main.rkd-debug.loading #level_flexible_row > div[id^="level_flexible"],
main.rkd-debug.loading .donation-form-container.responsive #donor_fees_row,
main.rkd-debug.loading .donation-form-container #additional_amount_row,
main.rkd-debug.loading .donation-form-container #rkd-track-row,
main.rkd-debug.loading .donation-form-container label[for="dynamic_tracking_input"],
main.rkd-debug.loading .donation-form-container input#dynamic_tracking_input {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

main.rkd-debug.loading .donation-levels {
  height: 0;
  overflow: hidden;
}

main.rkd-debug .donation-form-content > #level_standard_row,
main.rkd-debug .donation-form-content > #level_flexible_row,
main.rkd-debug .donation-form-content > #additional_amount_row,
main.rkd-debug .donation-form-content > #rkd-track-row {
  border: 1px solid #bbb;
  padding: 10px;
  background-color: #f8f8f8;
}

main.rkd-custom.rkd-debug .donation-form-container label[for="dynamic_tracking_input"],
main.rkd-custom.rkd-debug .donation-form-container input#dynamic_tracking_input,
main.rkd-debug .donation-form-container label[for="dynamic_tracking_input"],
main.rkd-debug .donation-form-container input#dynamic_tracking_input {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
}

main.rkd-debug .donation-form-container.responsive #donor_fees_row {
  padding: 0 10px;
  border: 1px solid #bbb;
  border-top: none;
  border-bottom: none;
  background-color: #f8f8f8;
}

main.rkd-debug .donation-form-content > #level_standard_row,
main.rkd-debug .donation-form-content > #level_flexible_row {
  margin: 20px 0 0 0;
  border-bottom: none;
}

main.rkd-debug .donation-form-content > #additional_amount_row {
  border-top: none;
  border-bottom: none;
}

main.rkd-debug .donation-form-content > #rkd-track-row {
  margin: 0 0 20px 0;
  border-top: none;
}

main.rkd-debug.loading .donation-form-content > #level_standard_row,
main.rkd-debug.loading .donation-form-content > #level_flexible_row {
  border: none;
}

main #rkd-custom-section {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

main #rkd-custom-section .wrapper ~ .wrapper {
  margin-top: 24px;
}

main.rkd-custom #level_flexible_row > .don-level-total-row,
main.rkd-debug.loading #level_flexible_row > .don-level-total-row {
  padding: 0;
  border: none;
  background-color: #fff;
}

main.rkd-custom .donation-form-content > #level_flexible_row,
main.rkd-custom #level_flexible_row > .don-level-total-row span.donation-level-total-label,
main.rkd-custom #level_flexible_row > .don-level-total-row span.donation-level-total-amount,
main.rkd-debug.loading .donation-form-content > #level_flexible_row,
main.rkd-debug.loading #level_flexible_row > .don-level-total-row span.donation-level-total-label
main.rkd-debug.loading #level_flexible_row > .don-level-total-row span.donation-level-total-amount {
  font-size: 0;
  line-height: 0;
}

main.rkd-custom.rkd-debug #level_flexible_row > .don-level-total-row {
  padding: 10px 20px;
  border: 4px solid #dad4d0;
}

main.rkd-custom.rkd-debug .donation-form-content > #level_flexible_row,
main.rkd-custom.rkd-debug #level_flexible_row > .don-level-total-row span.donation-level-total-label,
main.rkd-custom.rkd-debug #level_flexible_row > .don-level-total-row span.donation-level-total-amount {
  font-size: 16px;
  line-height: 20px;
}

/* Loading block */
main.rkd-custom.loading .donation-form-content > #level_standard_row,
main.rkd-custom.loading .donation-form-content > #level_flexible_row {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
}

main.rkd-custom.loading .donation-form-content > #level_standard_row:before,
main.rkd-custom.loading .donation-form-content > #level_flexible_row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}




/**
 * DYNAMIC CUSTOM ELEMENTS
 */

main.rkd-custom.loading .donation-form-content > #level_standard_row:after,
main.rkd-custom.loading .donation-form-content > #level_flexible_row:after {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top-color: #961a4b;
  border-radius: 50%;
  box-sizing: border-box;
  animation: spinner .6s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg)}
}




/**
 * FREQUENCIES AND TRIBUTE TYPES
 */

main #tribute_type_row.with-buttons,
main #tribute_show_honor_fields_row.with-buttons {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

main #rkd-custom-section ul.list-frequency,
main #rkd-tribute-use-row ul.list-tribute,
main #rkd-tribute-type-row ul.list-tribute,
main #rkd-tribute-send-row ul.list-notification {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0px;
  padding: 0;
  list-style: none;
}

main #rkd-custom-section ul.list-frequency > li,
main #rkd-tribute-use-row ul.list-tribute > li,
main #rkd-tribute-type-row ul.list-tribute > li,
main #rkd-tribute-send-row ul.list-notification > li {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  justify-content: center;
  align-items: center;
}

main #rkd-custom-section ul.list-frequency.items-2 > li,
main #rkd-tribute-use-row ul.list-tribute > li,
main #rkd-tribute-type-row ul.list-tribute > li {
  width: calc(50% - 4px);
}

main #rkd-custom-section ul.list-frequency.items-3 > li,
main #rkd-tribute-send-row ul.list-notification > li {
  width: calc(33.333333% - 6px);
}

main #rkd-tribute-send-row ul.list-notification.items-2 > li {
  width: calc(50% - 4px);
}

main #rkd-custom-section ul.list-frequency.items-4 > li {
  width: calc(25% - 6px);
}

main #rkd-custom-section ul.list-frequency > li > a,
main #rkd-tribute-use-row ul.list-tribute > li > a,
main #rkd-tribute-type-row ul.list-tribute > li > a,
main #rkd-tribute-send-row ul.list-notification > li > a,
main #rkd-ecard-preview-row .form-content a {
  display: block;
  width: 100% !important;
  height: auto;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #666;
  margin: 0;
  padding: 12px 10px 10px 10px;
  border: 2px solid #e2e5e5;
  border-radius: 4px;
  vertical-align: top;
  user-select: none;
  background-color: #f3f3f3;
}

main #rkd-custom-section ul.list-frequency > li > a:hover,
main #rkd-tribute-use-row ul.list-tribute > li > a:hover,
main #rkd-tribute-type-row ul.list-tribute > li > a:hover,
main #rkd-tribute-send-row ul.list-notification > li > a:hover {
  background-color: #eaeaea;
}

main #rkd-custom-section ul.list-frequency > li > a.selected,
main #rkd-custom-section ul.list-frequency > li > a.selected:hover,
main #rkd-tribute-use-row ul.list-tribute > li > a.selected,
main #rkd-tribute-use-row ul.list-tribute > li > a.selected:hover,
main #rkd-tribute-type-row ul.list-tribute > li > a.selected,
main #rkd-tribute-type-row ul.list-tribute > li > a.selected:hover,
main #rkd-tribute-send-row ul.list-notification > li > a.selected,
main #rkd-tribute-send-row ul.list-notification > li > a.selected:hover {
  color: #961a4b;
  border-color: #961a4b;
  cursor: default;
  background-color: #fff;
}

/* Frequency Standard Checkbox */
main #rkd-custom-section ul.list-frequency input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  visibility: hidden;
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  float: none;
  top: unset;
  left: unset;
  width: 100%;
  max-width: unset;
  font-size: 14px;
  line-height: 18px;
  padding-left: 24px;
  cursor: pointer;
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"] + label:before,
main #rkd-custom-section ul.list-frequency input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"] + label:before {
  display: inline-block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #969696;
  border-radius: 3px;
  background-color: #fff;
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"] + label:after {
  display: none;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 4px;
  color: #ff00;
  border-color: #961a4b;
  border-width: 3px;
  border-style: solid solid none none;
  border-radius: 0 3px 0 0;
  transform: rotate(125deg);
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"]:checked + label:before {
  border-color: #961a4b;
}

main #rkd-custom-section ul.list-frequency input[type="checkbox"]:checked + label:after {
  display: inline-block;
}




/**
 * LEVELS
 */

main #rkd-custom-levels ul.level-list {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

main #rkd-custom-levels.for-single #level-single,
main #rkd-custom-levels.for-month #level-month,
main #rkd-custom-levels.for-quarter #level-quarter,
main #rkd-custom-levels.for-year #level-year {
  display: flex;
}

main #rkd-custom-levels .level-message {
  display: none;
  width: 100%;
}

main #rkd-custom-levels.for-single .level-message.show-single,
main #rkd-custom-levels.for-month .level-message.show-month,
main #rkd-custom-levels.for-quarter .level-message.show-quarter,
main #rkd-custom-levels.for-year .level-message.show-year {
  display: inline-block;
}

main #rkd-custom-levels ul.level-list li.level-item {
  width: 100%;
  margin: 0;
  border: none;
  vertical-align: top;
}

main #rkd-custom-levels ul.level-list.items-2 li.level-item {
  width: calc(50% - 4px);
}

main #rkd-custom-levels ul.level-list.items-3 li.level-item,
main #rkd-custom-levels ul.level-list.items-6 li.level-item,
main #rkd-custom-levels ul.level-list.items-9 li.level-item {
  width: calc(33.333333% - 6px);
}

main #rkd-custom-levels ul.level-list.items-4 li.level-item,
main #rkd-custom-levels ul.level-list.items-8 li.level-item {
  width: calc(25% - 6px);
}

main #rkd-custom-levels ul.level-list.items-5 li.level-item,
main #rkd-custom-levels ul.level-list.items-10 li.level-item {
  width: calc(20% - 7px);
}


main #rkd-custom-levels ul.level-list.items-7 {
  justify-content: flex-start;
}

main #rkd-custom-levels ul.level-list.items-7 li.level-item {
  width: calc(25% - 6px);
  margin-right: 8px;
}

main #rkd-custom-levels ul.level-list.items-7 li.level-item:nth-child(4) {
  margin-right: 0;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level {
  position: relative;
  margin: 6px 0;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > a,
main #rkd-custom-levels ul.level-list li.level-item > .btn-level > input {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #666;
  margin: 0;
  padding: 10px 12px;
  border: 2px solid #e2e5e5;
  border-radius: 4px;
  vertical-align: top;
  user-select: none;
  box-shadow: none;
  background-color: #f3f3f3;
  cursor: pointer;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > input {
  padding: 10px 10px 10px 24px
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #666;
}

main #rkd-custom-levels ul.level-list li.level-item.active> .btn-level > input::placeholder {
  color: transparent;
}

main #rkd-custom-levels ul.level-list li.level-item[data-amount="other"] > .btn-level:after {
  content: '$';
  display: none;
  position: absolute;
  bottom: 0;
  width: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  text-align: right;
  color: #787878;
}

main #rkd-custom-levels ul.level-list li.level-item.active[data-amount="other"] > .btn-level.inline-field:after {
  display: inline-block;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > a:hover,
main #rkd-custom-levels ul.level-list li.level-item > .btn-level > input:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > input:focus {
  box-shadow: none;
  outline: none;
}

main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > a,
main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > a:hover,
main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > input,
main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > input:hover  {
  color: #961a4b;
  border-color: #961a4b;
  background-color: #fff;
  cursor: default;
}

main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > input,
main #rkd-custom-levels ul.level-list li.level-item.active > .btn-level > input:hover  {
  cursor: text;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level > .expanded-label {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #727272;
  margin: 10px 0 0 0;
  padding: 0 6px;
}

main #rkd-custom-levels ul.level-list li.level-item > .btn-level span.multiply {
  font-weight: 600;
  color: #444;
}



/**
 * OTHER AMOUNT
 */

main #rkd-custom-levels .level-item-other {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}

main #rkd-custom-levels .level-item-other .input-other {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0px;
  list-style: none;
}

main #rkd-custom-levels .level-item-other .input-other:after {
  content: '$';
  position: absolute;
  bottom: 0;
  width: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  color: #787878;
}

main #rkd-custom-levels .level-item-other .input-other label {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  align-self: center;
}

main #rkd-custom-levels .level-item-other .input-other input[type="text"] {
  display: inline-block;
  position: relative;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #555;
  margin: 0;
  padding: 6px 10px 4px 24px;
  border: 1px solid #ccc;
  border-radius: 0px;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

main #rkd-custom-levels .level-item-other .input-other input[type="text"]::placeholder {
  color: #bbb;
}

main #rkd-custom-levels .level-item-other .input-other input[type="text"]:focus-visible {
  outline: none;
  border: 1px solid #961a4b;
}

/* Label Shown */
main #rkd-custom-levels .level-item-other .input-other label {
  width: 140px;
}

main #rkd-custom-levels .level-item-other .input-other input[type="text"] {
  width: calc(100% - 140px);
}

main #rkd-custom-levels .level-item-other .input-other:after {
  left: 140px;
}

/* Label Hidden */
main #rkd-custom-levels .level-item-other .input-other.no-label label {
  width: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

main #rkd-custom-levels .level-item-other .input-other.no-label input[type="text"] {
  width: 100%;
}

main #rkd-custom-levels .level-item-other .input-other.no-label:after {
  left: 0;
}

main #rkd-custom-levels .level-item-other.hidden {
  display: none;
}




/**
 * ECARD SECTION
 */

main .responsive #ecard_send_date_row .date-input-container > label,
main .responsive #ecard_send_date_row .form-content > label,
main .responsive #send_ecard_row .form-content .check-box-form-label-text {
  display: none;
}

main .responsive #ecard_send_date_row .form-content > label[for="ecard_send_date_MONTH"] {
  display: inline-block;
}

main .responsive #select_grid_row .layout-chooser-container {
  display: flex;
  width: 280px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px auto 0 auto;
}

main .responsive #select_grid_row .layout-chooser-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px auto 0 auto;
}

main .responsive #select_grid_row .layout-chooser-container .layout-choice-thumbnail-container {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 12px;
  padding: 0;
}

main .responsive #select_grid_row .layout-chooser-container .layout-choice-thumbnail-container label {
  display: inline-block;
  margin: 0 0 4px 0;
}

main .responsive #select_grid_row .layout-chooser-container .layout-choice-thumbnail-container label > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main .responsive #select_grid_row .layout-chooser-container .layout-choice-thumbnail-container input[type="radio"] {
  position: relative;
  opacity: 1;
  visibility: visible;
}




/**
 * ECARD PREVIEW
 */

#ecard-preview-overlay,
#ecard-preview-overlay * {
  box-sizing: border-box;
}

#ecard-preview-overlay {
  position: fixed;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: unset;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9;
  overflow: auto;
}

#ecard-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: auto;
}

#ecard-container .information {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 10px 20px;
}

#ecard-container .information span.close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: auto;
  font-size: 38px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #022e60;
  margin: 0;
  padding: 4px;
  cursor: pointer;
}

#ecard-container .information > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 6px 0;
}

#ecard-container .information span,
#ecard-container .information p {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  margin: 0;
}

#ecard-container .information span {
  font-weight: 600;
  color: #000;
  margin-right: 6px;
}

#ecard-container .ecard-preview-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}

#ecard-container .ecard-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-image: url(../images/content/pagebuilder/shadow.png);
  background-position: center bottom;
}

#ecard-container .ecard-image > img {
  display: block;
  width: 100%;
  height: auto;
}

#ecard-container .ecard-message {
  padding: 12px 36px;
}

#ecard-container .ecard-message > p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
  margin: 0 0 10px 0;
}

#ecard-container .ecard-content .footer {
  padding: 10px 0 14px 0;
  background-color: #eee;
}

#ecard-container .ecard-content .footer .top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

#ecard-container .ecard-content .footer .logo {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
  vertical-align: top;
}

#ecard-container .ecard-content .footer .logo > img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16px;
}

#ecard-container .ecard-content .footer .msg {
  display: inline-block;
  width: calc(100% - 240px);
  margin: 0;
  padding: 10px 0;
}

#ecard-container .ecard-content .footer .msg p {
  font-family: sans-serif, Arial, Tahoma;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  color: #333;
  margin: 0;
}

#ecard-container .ecard-content .footer .msg p strong,
#ecard-container .ecard-content .footer .msg p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
}

#ecard-container .ecard-content .footer .contact {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: sans-serif, Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  color: #333;
  padding: 24px 0 0 0;
}

#ecard-container .ecard-content .footer .contact ul {
  font-size: 0;
}

#ecard-container .ecard-content .footer .contact ul > li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px;
  border-right: 1px solid #333;
}

#ecard-container .ecard-content .footer .contact ul > li:last-child {
  border-right: none;
}




/**
 * ERROR
 */

main #rkd-custom-error {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

main .responsive .form-row .field-error-text,
main #rkd-custom-error p {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 0;
  color: #bb230f;
  margin: 0;
  padding: 0;
}

main #rkd-custom-error.show {
  display: inline-block;
}

main .responsive .form-row.form-error .field-error-text,
main #rkd-custom-error.show p {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 4px 0;
}

main #rkd-custom-error.show p > span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

main .responsive .form-row.form-error .ErrorMessage {
  margin: 12px 0 6px 0;
}

main .responsive .form-row.form-error .ErrorMessage + .form-content {
  margin-top: 0;
}




/**
 * COVER THE FEES
 */

main .donation-form-container.responsive #cover-fees-row {
  display: inline-block;
  position: relative;
  line-height: normal;
  margin: 36px 0 0 0;
  padding: 0;
}

main .donation-form-container.responsive #cover-fees-row label strong {
  font-weight: bold;
}

@media (max-width: 600px) {
  main #rkd-custom-levels ul.level-list.items-3 li.level-item,
  main #rkd-custom-levels ul.level-list.items-6 li.level-item,
  main #rkd-custom-levels ul.level-list.items-9 li.level-item {
    width: calc(50% - 4px);
  }
}