/* region common */

.secure-wrapper {
  background: url('../image/donations-secure.png') top left no-repeat;
  padding-left: 20px;
  min-height: 20px;
  width: 50px;
  height: 24px;
  box-sizing: content-box;
}
.secure-wrapper:hover .toolTipBottom {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.secure-wrapper .toolTipBottom {
  left: 10px;
  right: inherit;
  top: 60px;
  width: 250px;
  display: none;
}
.secure-wrapper .toolTippic {
  left: 16px;
  right: inherit;
}
.secure-wrapper .titleText {
  padding: 5px 0 0 0;
}
.btn-orange {
  background: #b542eb;
  color: white;
  display: block;
  font-weight: bold;
  border-radius: 0px;
  border: 1px solid transparent;
}
.btn-orange:hover,
.btn-orange:active {
  background-color: #9135bc;
}
.btn-orange:focus,
.btn-orange:active,
.btn-orange:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb:hover {
  color: white;
  border: 1px solid transparent;
}
.btn-pink {
  background: #ff52ba;
  color: white;
  border-radius: 0;
  padding: 6px 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.btn-fb {
  background: #3b5998;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
.btn-walk-with-me {
  margin: 10px 0 30px 0;
}
html .donation-wrapper .btn-fb,
html .donation-wrapper .btn-walk-with-me {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
/* endregion */

.simple-popup-content {
  font-size: 15px;
  font-family: GraphikRegular, Arial, sans-serif, "Verdana";
  color: #333333;
}
.donation-form-wrapper .btn-primary {
  background: #b542eb;
  color: white;
  display: block;
  font-weight: bold;
  border-radius: 0px;
  border: 1px solid transparent;
  color: white !important;
}
.donation-form-wrapper .btn-primary:hover,
.donation-form-wrapper .btn-primary:active {
  background-color: #9135bc;
}
.donation-form-wrapper .btn-outline {
  background-color: white;
  border-color: #b542eb;
  color: #b542eb;
  border-radius: 0;
}
.donation-form-wrapper .btn-outline:hover {
  background-color: white;
  border-color: #9135bc;
  color: #9135bc;
}
.donation-wrapper header h1,
.thank-you-wrapper header h1 {
  margin-top: 0;
}
.donation-wrapper header h1 {
  color: #7029ec;
  font-size: 28px;
  font-family: GraphikBold, Arial, sans-serif, Century Gothic;
  font-weight: normal;
  margin-bottom: 10px;
}
.donation-form-validation-summary {
  color: #c80000;
  font-weight: normal;
  display: none;
}
.gift-helps {
  color: #7029ec;
  font-size: 20px;
  font-family: GraphikBold, Arial, sans-serif, Century Gothic;
  font-weight: normal;
  margin: 20px 0 10px;
}
.row-actions {
  margin-top: 4px;
}
.donation-form-title {
  color: #7029ec;
  font-size: 20px;
  font-family: GraphikBold, Arial, sans-serif, Century Gothic;
  font-weight: normal;
  margin: 20px 0 6px;
}
.donation-box-title {
  color: #7029ec;
  font-size: 20px;
  font-family: GraphikBold, Arial, sans-serif, Century Gothic;
  text-transform: uppercase;
  font-weight: bold;
}
.donation-box-title_m {
  color: #7029ec;
  font-family: GraphikBold, Arial, sans-serif, Century Gothic;
  text-transform: uppercase;
  font-weight: bold;
}
div.amount-value-wrapper:nth-of-type(1) {
  padding-right: 0;
}
div.amount-value-wrapper:nth-of-type(2) {
  padding-left: 10px;
  padding-right: 5px;
}
div.amount-value-wrapper:nth-of-type(3) {
  padding-left: 5px;
  padding-right: 10px;
}
div.amount-value-wrapper:nth-of-type(4) {
  padding-left: 0;
}
.amount-value {
  color: white;
  font-size: 18px;
  font-family: GraphikRegular, Arial, sans-serif, Century Gothic;
  font-weight: bold;
  width: 100%;
  float: left;
  background: #999999;
  border-radius: 0px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.amount-value.selected-amount-value {
  background-color: #7029ec;
}
.amount-value.selected-amount-value:hover {
  background-color: #7029ec;
}
.amount-other {
  background: #999999;
  padding: 3px 13px;
  border-radius: 0px;
  color: white;
}
.amount-other input {
  width: 125px;
  display: inline-block;
  margin-left: 2px;
}
.amount-other.selected-amount-value {
  background: #7029ec;
}
.required-information {
  font-size: 13px;
  float: right;
}
.donation-form .small-label {
  color: #333333;
  font-size: 13px;
  margin-bottom: 0;
}
.security-logos {
  margin-top: 70px;
}
.security-logos img {
  margin: 0 10px;
}
.security-logos .tooltip-img {
  margin-top: -3px;
}
.btn-payment-type-wrapper {
  display: inline-block;
  margin: 0 8px 16px;
  text-align: center;
  vertical-align: top;
  width: 228px;
  height: 50px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background-color: white;
  padding: 0;
  overflow: hidden;
}
.btn-payment-type-wrapper .btn-payment-type {
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.row-payment-method-selection {
  margin-top: 14px;
}
.payment-method-title-wrapper {
  display: inline-block;
  text-align: center;
  width: 228px;
  height: 50px;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .btn-payment-type img,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .btn-payment-type img,
.btn-payment-type-wrapper.credit-card-title-wrapper .btn-payment-type img,
.payment-method-title-wrapper.credit-card-title-wrapper .btn-payment-type img {
  display: none;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 3px;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer img,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer img,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer img,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer img {
  display: none;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-v,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-v,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-v,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-v {
  background-image: url(/image/donations/visa-logo.svg);
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-mc,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-mc,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-mc,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-mc {
  background-image: url(/image/donations/mastercard-logo.svg);
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-ae,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-ae,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-ae,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-ae {
  background-image: url(/image/donations/AXP_BlueBoxLogo_EXTRALARGEscale_RGB_DIGITAL_1600x1600.png);
  background-size: contain !important;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-d,
.payment-method-title-wrapper.btn-payment-type-wrapper-credit-card .payment-type-cc-image-outer > div.payment-type-cc-d,
.btn-payment-type-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-d,
.payment-method-title-wrapper.credit-card-title-wrapper .payment-type-cc-image-outer > div.payment-type-cc-d {
  background-image: url(/image/donations/discover-logo.svg);
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-paypal .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-paypal .btn-payment-type,
.btn-payment-type-wrapper.paypal-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.paypal-title-wrapper .btn-payment-type {
  background-image: url(/image/donations/paypal-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px !important;
  width: 100%;
  height: 100%;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-paypal .btn-payment-type img,
.payment-method-title-wrapper.btn-payment-type-wrapper-paypal .btn-payment-type img,
.btn-payment-type-wrapper.paypal-title-wrapper .btn-payment-type img,
.payment-method-title-wrapper.paypal-title-wrapper .btn-payment-type img {
  display: none;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-amazon .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-amazon .btn-payment-type,
.btn-payment-type-wrapper.amazon-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.amazon-title-wrapper .btn-payment-type {
  background: url(/image/donations/amazonpay-logo-rgb_clr._CB1560911315_.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px !important;
  background-position-y: 16px;
  width: 100%;
  height: 100%;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-amazon .btn-payment-type img.amazonpay-button-inner-image,
.payment-method-title-wrapper.btn-payment-type-wrapper-amazon .btn-payment-type img.amazonpay-button-inner-image,
.btn-payment-type-wrapper.amazon-title-wrapper .btn-payment-type img.amazonpay-button-inner-image,
.payment-method-title-wrapper.amazon-title-wrapper .btn-payment-type img.amazonpay-button-inner-image {
  display: none;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-cashcheck,
.payment-method-title-wrapper.btn-payment-type-wrapper-cashcheck,
.btn-payment-type-wrapper.cash-or-check-title-wrapper,
.payment-method-title-wrapper.cash-or-check-title-wrapper {
  overflow: visible;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type,
.btn-payment-type-wrapper.cash-or-check-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.cash-or-check-title-wrapper .btn-payment-type {
  margin-top: 10px;
  color: #7029ec;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type img,
.payment-method-title-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type img,
.btn-payment-type-wrapper.cash-or-check-title-wrapper .btn-payment-type img,
.payment-method-title-wrapper.cash-or-check-title-wrapper .btn-payment-type img {
  height: 30px;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type .picQuestion,
.payment-method-title-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type .picQuestion,
.btn-payment-type-wrapper.cash-or-check-title-wrapper .btn-payment-type .picQuestion,
.payment-method-title-wrapper.cash-or-check-title-wrapper .btn-payment-type .picQuestion {
  top: 0 !important;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type .picQuestion:before,
.payment-method-title-wrapper.btn-payment-type-wrapper-cashcheck .btn-payment-type .picQuestion:before,
.btn-payment-type-wrapper.cash-or-check-title-wrapper .btn-payment-type .picQuestion:before,
.payment-method-title-wrapper.cash-or-check-title-wrapper .btn-payment-type .picQuestion:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-ach .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-ach .btn-payment-type,
.btn-payment-type-wrapper.ach-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.ach-title-wrapper .btn-payment-type {
  margin-top: 10px;
  color: #7029ec;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-ach .btn-payment-type img,
.payment-method-title-wrapper.btn-payment-type-wrapper-ach .btn-payment-type img,
.btn-payment-type-wrapper.ach-title-wrapper .btn-payment-type img,
.payment-method-title-wrapper.ach-title-wrapper .btn-payment-type img {
  height: 30px;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-venmo .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-venmo .btn-payment-type,
.btn-payment-type-wrapper.venmo-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.venmo-title-wrapper .btn-payment-type {
  background-image: url(/image/donations/venmo_logo_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px !important;
  width: 100%;
  height: 100%;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-venmo .btn-payment-type img,
.payment-method-title-wrapper.btn-payment-type-wrapper-venmo .btn-payment-type img,
.btn-payment-type-wrapper.venmo-title-wrapper .btn-payment-type img,
.payment-method-title-wrapper.venmo-title-wrapper .btn-payment-type img {
  display: none;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-applepay .btn-payment-type,
.payment-method-title-wrapper.btn-payment-type-wrapper-applepay .btn-payment-type,
.btn-payment-type-wrapper.applepay-title-wrapper .btn-payment-type,
.payment-method-title-wrapper.applepay-title-wrapper .btn-payment-type {
  margin-top: 1px;
  background-color: white;
}
.btn-payment-type-wrapper.btn-payment-type-wrapper-applepay .btn-payment-type button,
.payment-method-title-wrapper.btn-payment-type-wrapper-applepay .btn-payment-type button,
.btn-payment-type-wrapper.applepay-title-wrapper .btn-payment-type button,
.payment-method-title-wrapper.applepay-title-wrapper .btn-payment-type button {
  background: url(/image/donations/apple-pay-logo.svg) transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 140px !important;
  border: 0;
  min-width: 152px;
  width: 152px;
  min-height: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}
.MobileView .btn-payment-type-wrapper {
  width: 100%;
}
.btn-payment-type .inline-picQuestion {
  text-align: left;
}
.btn-payment-type .picQuestion {
  top: 4px;
}
.payment-types-wrapper {
  padding: 4px 10px 0;
}
.payment-types-wrapper label {
  color: #333333;
}
.security-code-input {
  background-image: url(../image/picQuestion.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
html .credit-card-wrapper {
  display: none;
  margin-bottom: 0 !important;
  padding-top: 10px;
}
html .cash-or-check-wrapper {
  display: none;
  padding-top: 10px;
}
html .amazon-wrapper {
  display: none;
  padding-top: 10px;
}
html .applepay-wrapper {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
html .venmo-wrapper {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.paypal-wrapper {
  display: none;
}
.ach-wrapper {
  display: none;
}
.card-icons-wrapper {
  position: absolute;
  top: 25.5px;
  right: 18px;
}
.card-icon {
  margin-top: 4px;
  display: none;
}
.donation-wrapper .toolTipBottom {
  padding-right: 14px;
}
.billing-information-is-different {
  margin-bottom: 20px;
}
.payment-information-wrapper {
  margin-top: 4px;
  margin-bottom: 0;
  padding: 8px 20px;
}
.payment-information-wrapper.has-error {
  border: 1px solid #c80000;
}
.payment-information-wrapper,
.billing-information-wrapper {
  border: 1px solid #c9c9c9;
}
.payment-information-wrapper.payment-method-choosen {
  border-bottom: none;
}
.billing-information-wrapper {
  border-top: none;
}
.billing-information-wrapper {
  display: none;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.inhonor-inmemory-wrapper {
  display: _none;
  background-color: whitesmoke;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.inhonor-inmemory-wrapper h5 {
  margin: 30px 0 10px;
  font-weight: bold;
  color: #9c5fb5;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type {
  display: inline-block;
  width: 120px;
  height: 95px;
  margin-top: 10px;
  cursor: pointer;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type .row-dedicate-my-donation-type-title {
  font-family: "Century Gothic", "CenturyGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin: 0 auto;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type .row-dedicate-my-donation-type-logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 60px;
  height: 60px;
  background-color: #999999;
  margin: 0 auto;
  border-radius: 50%;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type .row-dedicate-my-donation-type-logo.row-dedicate-my-donation-type-logo-inhonor {
  background-image: url('../image/donations/inhonorof.png');
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type .row-dedicate-my-donation-type-logo.row-dedicate-my-donation-type-logo-inmemory {
  background-image: url('../image/donations/inmemoryof.png');
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type.selected .row-dedicate-my-donation-type-title {
  color: #9c5fb5;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type.selected .row-dedicate-my-donation-type-logo {
  background-color: #9c5fb5;
}
.inhonor-inmemory-wrapper .inhonor-wrapper,
.inhonor-inmemory-wrapper .inmemory-wrapper {
  margin-top: 10px;
}
.donation-with-paypal,
.donation-with-amazon {
  display: none;
}
.donation-wrapper .row.payment-message-wrapper {
  margin-bottom: 20px;
}
.payment-message-wrapper textarea {
  box-sizing: border-box;
  height: 120px;
  font-size: 13px;
}
.group-title {
  background: #f0e6f4;
  color: #7029ec;
  font-size: 20px;
  font-family: GraphikRegular, Arial, sans-serif, Century Gothic;
  line-height: 50px;
  cursor: pointer;
}
.print-your-receipt {
  border-top: 1px #c7c8ca solid;
}
.group-content {
  padding: 20px;
  border-top: 1px #c7c8ca solid;
  display: none;
}
.h2-title {
  color: #7029ec;
  font-size: 20px;
  font-family: GraphikRegular, Arial, sans-serif, Century Gothic;
  margin-top: 0;
}
.close-this-box {
  color: #999999;
  font-family: GraphikRegular, Arial, sans-serif, Century Gothic;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  cursor: pointer;
}
.receipt-details .row:first-child {
  margin-top: 30px;
}
.receipt-details div.row {
  margin-bottom: 5px;
}
.printable-receipt-wrapper {
  display: none;
}
.only-print {
  display: none;
}
.print-receipt-wrapper {
  margin-top: 30px;
}
.print-receipt {
  color: #333333 !important;
  text-decoration: none;
  cursor: pointer;
}
.print-receipt:hover {
  color: #333333;
  text-decoration: none;
}
.support-will-help {
  margin-bottom: 50px;
  margin-top: 40px;
}
.mod-description {
  margin-top: 50px;
}
/* region bootstrap-emulation */

.field-validation-error {
  font-size: 13px;
}
select.input-validation-error {
  border: 1px solid #b94a48;
}
.donation-wrapper select,
.donation-wrapper input[type=text],
.donation-wrapper input[type=number],
.donation-wrapper input[type=email],
.donation-wrapper input[type=tel],
.donation-wrapper input[type=search] {
  box-sizing: border-box;
  height: 38px;
}
.donation-wrapper label {
  color: #7029ec;
  font-size: 15px;
  font-weight: normal;
}
.donation-wrapper .btn {
  padding: 6px 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.donation-wrapper .form-control {
  font-size: 14px;
}
.inline-picQuestion {
  position: relative;
  display: inline-block;
  top: 2px;
  right: 0;
}
.absolute-picQuestion {
  top: 32px;
  right: 25px;
}
.donation-wrapper .toolTip {
  font-size: 15px;
  line-height: 1.5;
}
.donation-wrapper .row {
  box-sizing: border-box;
  margin-bottom: 4px;
}
.donation-wrapper *[class^=col-] {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.donation-wrapper *[class^=col-md-offset-] {
  padding: 0;
}
.donation-wrapper .col-md-offset-3_5 {
  margin-left: 29.166666655%;
}
.donation-wrapper .titleText {
  width: auto;
}
/* endregion */

.simple-popup-background {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(253, 253, 253, 0.8);
  z-index: 9997;
  position: fixed;
  display: none;
}
.simple-popup {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 100px;
  margin-bottom: 100px;
  width: 880px;
  height: auto;
  z-index: 100000;
  background: white;
  display: none;
  box-shadow: 0px 0px 20px #999999;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.simple-popup .simple-popup-content {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.MobileView .simple-popup .simple-popup-content {
  margin-left: 0;
  margin-right: 0;
}
.simple-popup-content {
  background: white;
}
.close-simple-popup {
  cursor: pointer;
}
.simple-popup-loader {
  z-index: 100001;
  text-align: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.transaction-fee-wrapper {
  margin: 20px 0 0;
}
input#DonationFormStep1_OtherAmount.input-validation-error + input.other-amount-value,
input#DonationFormStep1_OtherAmount.input-validation-error + .other-amount-value-wrapper {
  border-color: red;
}
.other-amount-value-wrapper {
  width: 80px;
  box-sizing: border-box;
  height: 38px;
  display: inline-block;
  margin-left: 2px;
  padding: 0px 6px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.other-amount-value-wrapper .dollar-sign {
  color: #999999;
}
.other-amount-value-wrapper .other-amount-value {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 50px;
  height: 36px !important;
  color: #555555;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
}
.toolTip-wrapper {
  position: relative;
}
.toolTip-wrapper .toolTip {
  display: none;
  top: 48px;
}
.toolTip-wrapper:hover .toolTip {
  display: block;
}
.div-select-another-payment-method {
  padding-left: 0px;
}
.div-select-another-payment-method .action-select-another-payment-method {
  font-size: 11px;
  color: #7029ec;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAKpJREFUOE9jQAerQlexbXV6/R+EZ8dvyYMKUwfMTNvEBTMchqFSlANshs9J2iAFlaYMYDN8WsxOMag0ZQCb4Qtj1wlDpSkH6IZTG9Pegjnx26KxSVALg4Npdty2TGTBWQlbncASZAJks6BC1LUE2RyoEASgWzI3dpsNVIokgGwGVAgB0C2BCpMECOqfG7clDCQ5N3GzPlSIJEDQAkrB0LdgdsI2L4gFr/8DAHeYjgaor/x1AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  padding-left: 26px;
}
.row.no-margin {
  margin-bottom: 0 !important;
}
.MobileView .donation-wrapper {
  font-size: 14px;
  font-family: GraphikRegular, Arial, sans-serif, "Verdana";
  padding: 0 25px;
}
.MobileView .donation-wrapper h1 {
  line-height: initial;
  font-size: 24px;
}
.MobileView .donation-wrapper h2 {
  line-height: initial;
  margin-top: 0;
}
.MobileView .donation-wrapper .gift-helps {
  font-size: 18px;
}
.MobileView .donation-wrapper .donation-form-title {
  font-size: 18px;
}
.MobileView .donation-wrapper .required-field {
  font-size: 12px;
  color: #7029ec;
}
.MobileView .donation-wrapper .payment-types-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.MobileView .donation-wrapper .month-wrapper select,
.MobileView .donation-wrapper .year-wrapper select {
  padding: 6px 3px;
}
.MobileView .donation-wrapper .security-logos {
  margin-top: 50px;
  margin-bottom: 0px;
}
.MobileView .donation-wrapper .security-logos img {
  margin: 0 3px 10px 3px;
}
.MobileView .donation-wrapper .secure-wrapper {
  zoom: 0.8;
  margin-top: 10px;
}
.MobileView .donation-wrapper .group-title {
  font-size: 14px;
  font-family: GraphikRegular, Arial, sans-serif, "Verdana";
  color: #333333;
}
.MobileView .donation-wrapper .close-this-box {
  margin: 40px 0 60px;
}
.MobileView .donation-wrapper .close-this-box a {
  padding: 10px 80px;
  border: 1px solid whitesmoke;
  text-align: center;
}
.MobileView .donation-wrapper .receipt-details {
  margin-left: 0;
  text-align: center;
}
.MobileView .donation-wrapper .receipt-details dd {
  margin-left: 0;
}
.MobileView .donation-wrapper .btn-fb {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 0;
}
.MobileView .donation-wrapper .topMenu {
  display: none;
}
.MobileView .donation-wrapper .mBody {
  margin-top: 0;
}
.MobileView .donation-wrapper .ticket {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.MobileView .donation-wrapper .ticket:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.MobileView .close-simple-popup {
  font-size: 16px;
  padding-right: 12px;
  padding-top: 4px;
  color: #cccccc;
  font-weight: bold;
}
.MobileView .secure-wrapper {
  margin-left: 10px;
}
.MobileView .simple-popup {
  right: 0;
  left: 0;
  top: 0;
  margin-bottom: 0;
  height: 100%;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
}
.MobileView .print-your-receipt {
  border-top: none;
}
.MobileView .matching-gift-donation {
  border-top: 1px #c7c8ca solid;
}
.donation-form-header .fundraiser {
  font-weight: bold;
  color: #7029ec;
}
.donation-form-header .fundraiser-person {
  text-transform: capitalize;
  font-size: 18px;
}
.text-pink {
  color: #7029ec;
}
.inhonor-inmemory-wrapper .row-dedicate-my-donation-type.selected .row-dedicate-my-donation-type-logo {
  background-color: #b542eb !important;
}
.donation-wrapper div:not(.checkbox) input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.termsofuse-validation-summary {
  display: none;
  margin: 10px 0 20px;
  color: red;
  text-align: center;
}
.donate-registration-shs {
  margin-bottom: 30px;
}
.donate-registration-shs .row {
  margin-left: -5px;
  margin-right: 5px;
}
.donate-registration-shs .row div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.donate-registration-shs .text-center {
  text-align: center;
}
.donate-registration-shs .text-right {
  text-align: right;
}
.donate-registration-shs .tickets-validation-summary {
  display: none;
  margin: 10px 0 20px;
  color: red;
  text-align: center;
}
.donate-registration-shs p.intro {
  color: #333333;
}
.donate-registration-shs p.intro b {
  font-family: GraphikBold;
  font-weight: normal;
  font-size: 105%;
}
.donate-registration-shs .ticket-price {
  margin-top: 10px;
  display: block;
}
.donate-registration-shs .ticket-remove {
  margin-top: 10px;
  padding-right: 10px;
}
.donate-registration-shs .ticket-remove .action-ticket-remove {
  color: red;
  font-family: GraphikBold;
}
.donate-registration-shs .tickets-total {
  font-family: GraphikBold;
}
.donate-registration-shs input.has-error {
  border-color: red;
  color: red;
}
.donate-registration-shs .tickets .ticket {
  margin-bottom: 10px;
}
.donate-registration-shs .tickets .ticket:first-child .ticket-remove {
  display: none;
}
.donate-registration-shs .tickets .ticket .action-ticket-add {
  display: none;
}
.donate-registration-shs .tickets .ticket:last-child .action-ticket-add {
  display: block;
}
.donate-registration-shs .action-ticket-add {
  color: #b542eb;
  text-decoration: none;
  font-size: 16px;
  font-family: GraphikBold;
}
.donate-registration-shs hr {
  color: #333333;
  border-color: #333333;
  margin: 0px 0px 10px;
}
.row.row-recurring-select {
  margin-top: 10px;
  margin-bottom: 30px;
}
.row.row-recurring-select .btn,
.row.row-recurring-select .btn.btn-primary,
.row.row-recurring-select .btn.btn-default {
  display: inline-block;
  font-family: GraphikRegular, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.amount-value-subtitle {
  text-align: center;
  display: block;
  font-size: 11px !important;
}
.amount-other .month-sign {
  position: absolute;
  right: 21px;
  top: 16px;
  color: #999999 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}
.btn-recurring-onetime.btn-primary,
.btn-recurring-monthly.btn-primary,
.btn-recurring-onetime.btn-primary:hover,
.btn-recurring-monthly.btn-primary:hover {
  background-color: #7029ec !important;
}
.btn-recurring-monthly .picQuestion {
  margin-left: 6px;
}
.btn-recurring-monthly .picQuestion:before {
  color: white !important;
  background-color: #617bf4 !important;
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
}
.btn-recurring-monthly .picQuestion .toolTip.toolTipBottom {
  margin-top: 10px;
}
.btn-recurring-monthly .picQuestion .titleText {
  white-space: normal;
  text-transform: none;
}
span.span-dollar-placeholder-outer {
  position: relative;
  display: block;
}
span.span-dollar-placeholder-outer > input {
  padding-left: 24px;
}
span.span-dollar-placeholder-outer:before {
  content: "$";
  color: #999999;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 6px;
  height: 100%;
  display: block;
}
.pac-container {
  z-index: 100001;
}
label.donation-label-checkbox {
  color: #333333;
  font-size: 14px;
}
label.donation-label-checkbox.disabled {
  color: #999999;
}
#braintree_card_number.braintree-hosted-fields-invalid,
#braintree_card_expdate.braintree-hosted-fields-invalid,
#braintree_card_cvv.braintree-hosted-fields-invalid {
  border-color: red;
}
