html:not(.reb):not(.db),
body:not(.rebody):not(.csidonate-dashboard) {
  margin: 0 0 5rem 0;
  padding: 0;
  min-width: 400px;
}
body.scroll-stop {
  overflow: hidden !important;
}
#iewarning {
  display: table;
  width: 100%;
  background-color: gold;
  border-bottom: 1px solid goldenrod;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  padding: 10px;
}
#iewarning > img {
  display: table-cell;
  vertical-align: middle;
}
#iewarning > .content {
  display: table-cell;
  vertical-align: middle;
}
#iewarning > .content img {
  height: 12px;
}
#iewarning > .content a {
  text-decoration: none;
  font-weight: 600;
  color: #005DAB;
  border-bottom: 1px dotted #005DAB;
}
body > .modal-outer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
body > .modal-outer > .modal-inner {
  background-color: white;
  border: 1px solid #999;
  border-radius: 7px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-width: 25vw;
  max-width: 85vw;
  padding: 1rem 2rem;
}
body > .modal-outer > .modal-inner > p {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 5px 0;
}
body > .modal-outer > .modal-inner .invisible-input {
  position: absolute;
  left: -99999px;
}
body > .modal-outer > .modal-inner.trib-message h3 {
  margin-top: 0;
}
body > .modal-outer > .modal-inner.trib-message .msg-editor {
  width: 100%;
  height: 12rem;
  margin-bottom: 0.5rem;
}
body > .modal-outer > .modal-inner.trib-message .msg-editor #trib-msg-box {
  width: 100%;
  height: 100%;
  resize: none !important;
  box-sizing: border-box;
}
body > .modal-outer > .modal-inner.trib-message .char-counter {
  align-self: flex-start;
}
body > .modal-outer > .modal-inner.trib-message .banner-selector,
body > .modal-outer > .modal-inner.trib-message .merge-code-selector {
  align-self: flex-start;
  margin-top: 1rem;
}
body > .modal-outer > .modal-inner.trib-message .banner-select-preview {
  max-width: 30rem;
}
body > .modal-outer > .modal-inner.trib-message #banner-preview-img {
  width: 100%;
  margin-top: 1rem;
}
body > .modal-outer > .modal-inner.trib-message .trib-controls {
  align-self: flex-end;
  margin-top: 1rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search {
  height: 80vh;
  width: 70vw;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.5rem;
  box-sizing: border-box;
}
body > .modal-outer > .modal-inner.trib-mbr-search > h3:first-of-type {
  margin-top: 0;
  font-size: 1.6rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search .search-area {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
body > .modal-outer > .modal-inner.trib-mbr-search .search-area .field {
  width: 45%;
  padding: 0.5rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search .search-area .field label {
  display: inline-block;
  width: 200px;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area {
  width: 99%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table {
  border-collapse: collapse;
  min-width: 75%;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table thead > tr > th {
  text-align: left;
  background-color: #DDD;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table th,
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table td {
  padding: 0.2rem 0.4rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table tr.result-row {
  cursor: pointer;
  user-select: none;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table tr:nth-child(2n) {
  background-color: #F5F5F5;
}
body > .modal-outer > .modal-inner.trib-mbr-search .results-area table tr:hover {
  background-color: #EEE;
}
body > .modal-outer > .modal-inner.trib-mbr-search .error-area {
  margin-top: 5rem;
  border: 1px solid #CCC;
  background-color: #FAFAFA;
  padding: 1rem 1rem 0;
  box-sizing: border-box;
  text-align: center;
  width: 97%;
}
body > .modal-outer > .modal-inner.trib-mbr-search .error-area .error-title {
  font-size: 1.2rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search .error-area .error-message {
  font-size: 0.9rem;
}
body > .modal-outer > .modal-inner.trib-mbr-search .buttons {
  width: 100%;
  margin: 1rem 0;
}
body > .modal-outer > .modal-inner.trib-mbr-search .buttons button {
  margin: 0 0.5rem;
  border: 0;
  background-color: #DDD;
  padding: 6px 20px;
  font-size: 1.05rem;
  border-radius: 5px;
}
body > .modal-outer > .modal-inner.trib-mbr-search .buttons button:hover {
  background-color: #EAEAEA;
}
body > .modal-outer > .modal-inner.trib-mbr-search .buttons button:active {
  background-color: #D5D5D5;
}
#csidonate {
  width: 100%;
  font-size: 14px;
}
#csidonate input,
#csidonate textarea,
#csidonate button,
#csidonate select {
  outline: none;
  box-sizing: border-box;
}
#csidonate input[type=text],
#csidonate input[type=email],
#csidonate input[type=tel],
#csidonate input[type=number],
#csidonate input[type=url],
#csidonate select {
  height: 25px;
}
#csidonate input[type=text],
#csidonate input[type=email],
#csidonate input[type=tel],
#csidonate input[type=number],
#csidonate input[type=url],
#csidonate select,
#csidonate textarea {
  padding: 0 0.25em;
}
#csidonate input[type=text],
#csidonate input[type=email],
#csidonate input[type=tel],
#csidonate input[type=number],
#csidonate input[type=url],
#csidonate select,
#csidonate textarea,
#csidonate input[type=submit],
#csidonate input[type=reset],
#csidonate button {
  font-size: 13px;
}
#csidonate input[type=number] {
  -moz-appearance: textfield;
}
#csidonate input::-webkit-outer-spin-button,
#csidonate input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#csidonate input[disabled],
#csidonate textarea[disabled],
#csidonate button[disabled],
#csidonate select[disabled],
#csidonate input:disabled,
#csidonate textarea:disabled,
#csidonate button:disabled,
#csidonate select:disabled {
  background-color: #ECECEC;
  opacity: 0.7;
}
#csidonate textarea {
  min-height: 5rem;
  max-height: 45rem;
  resize: vertical;
}
#csidonate p {
  margin: 0;
}
#csidonate form {
  width: 100%;
}
#csidonate a.link {
  text-decoration: underline;
  cursor: pointer;
}
#csidonate a.link.button {
  display: inline-block;
  background-color: #006600;
  color: white;
  margin: 1.5rem 0 0.5rem 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
}
#csidonate a.link.button:hover {
  box-shadow: inset 0 -4px #003300;
}
#csidonate .small {
  font-size: 0.7em;
}
#csidonate .inner-container {
  max-width: 1000px;
  width: 95%;
  margin: 1em auto;
  padding: 1em;
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
}
#csidonate .inner-container .shroud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #EEE;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
#csidonate .inner-container .shroud .content {
  text-align: center;
}
#csidonate .inner-container .shroud .content h2 {
  font-size: 2.75rem;
  font-weight: 200;
}
#csidonate .inner-container .header .logo {
  display: block;
}
#csidonate .inner-container .header .logo[href] {
  cursor: pointer;
}
#csidonate .inner-container .header .logo[href=""] {
  cursor: default;
}
#csidonate h1.page-header {
  margin-top: 2rem;
  font-size: 2.25rem;
  font-weight: 300;
}
#csidonate div.sub-header {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#csidonate .row {
  margin: 0.75rem 0;
}
#csidonate .row .label {
  display: inline-block;
  width: 155px;
  vertical-align: middle;
}
#csidonate .row .label > span,
#csidonate .row .label > label,
#csidonate .row .label > div {
  display: inline-block;
  width: 135px;
}
#csidonate .row .separate.label {
  display: block;
  width: 100%;
  margin-bottom: 0.25em;
}
#csidonate .row .separate.label > span,
#csidonate .row .separate.label > label,
#csidonate .row .separate.label > div {
  display: block;
  width: 100%;
}
#csidonate .row .separate.label + .field > input:not(:first-child) {
  display: inline-block;
  margin-left: 1.5em;
}
#csidonate .row .field {
  display: inline-block;
  position: relative;
  width: 250px;
  vertical-align: middle;
}
#csidonate .row .field:not(.flex) > input[type=text],
#csidonate .row .field:not(.inline) > input[type=text],
#csidonate .row .field:not(.flex) input[type=email],
#csidonate .row .field:not(.inline) input[type=email],
#csidonate .row .field:not(.flex) input[type=tel],
#csidonate .row .field:not(.inline) input[type=tel],
#csidonate .row .field:not(.flex) input[type=number],
#csidonate .row .field:not(.inline) input[type=number],
#csidonate .row .field:not(.flex) input[type=url],
#csidonate .row .field:not(.inline) input[type=url],
#csidonate .row .field:not(.flex) > textarea,
#csidonate .row .field:not(.inline) > textarea,
#csidonate .row .field:not(.flex) > select,
#csidonate .row .field:not(.inline) > select {
  width: 100%;
  max-width: 400px;
}
#csidonate .row .field select.single-option {
  display: none;
}
#csidonate .row .field span[id*="_rfv"],
#csidonate .row .field span[id*="_Required"],
#csidonate .row .field span[id*="_Val"] {
  position: absolute;
  font-weight: bold;
  top: 3px;
  left: -16px;
  width: 15px;
  font-size: 24px;
  color: #C33;
  display: inline-block !important;
}
#csidonate .row .field span[id^=rfv],
#csidonate .row .field span[id^=rev] {
  display: inline;
  color: transparent;
}
#csidonate .row .field span[id^=rfv]:before,
#csidonate .row .field span[id^=rev]:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -3px;
  width: 0;
  height: 0;
  background-color: transparent;
  border: 10px solid transparent;
  border-bottom: 20px solid #CC0000;
  border-radius: 3px;
}
#csidonate .row .field span[id^=rfv]:after,
#csidonate .row .field span[id^=rev]:after {
  content: '!';
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 9px;
  font-size: 16px;
  font-family: Georgia, sans-serif !important;
  font-weight: bold;
  overflow: visible;
  line-height: 1.3;
  color: white;
}
#csidonate .wide.field {
  width: 375px;
}
#csidonate .inline.flex.row {
  display: flex;
  flex-flow: row nowrap;
}
#csidonate .inline.flex.spaced.row {
  align-items: center;
}
#csidonate .inline.flex.spaced.row > * {
  margin-right: 0.8em;
}
#csidonate .inline.flex.indented.field {
  margin-left: 155px;
}
#csidonate .inline.flex.subrow {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
#csidonate .inline.flex.subrow > * {
  margin-right: 0.8em;
}
#csidonate .inline.flex.subrow > label:last-child {
  margin-right: 0.4em;
}
#csidonate .inline.flex.field {
  display: inline-flex;
  flex-flow: row nowrap;
  width: calc(90% -  135px );
  align-items: center;
}
#csidonate .inline.flex.field.drop-down {
  display: inline-block;
}
#csidonate .inline.flex.field > * {
  margin-right: 1em;
}
#csidonate .inline.flex.field.full {
  width: 95%;
}
#csidonate .sub-section {
  display: flex;
  flex-flow: column nowrap;
}
#csidonate .sub-section .row {
  margin: 0.375rem 0;
}
#csidonate .multi-trib .trib .row label {
  min-width: 10rem;
}
#csidonate .profile-update-link {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(128, 128, 128, 0.75);
  border-right: 1px solid rgba(128, 128, 128, 0.75);
  border-top: 1px solid rgba(192, 192, 192, 0.5);
  border-left: 1px solid rgba(192, 192, 192, 0.5);
  border-radius: 5px;
  padding: 0.4rem 1rem;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
#csidonate .profile-update-link:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  cursor: pointer;
}
#csidonate .challenge-info .progress-outer {
  width: calc(100% - 10rem);
  height: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  margin: 0 5rem 0 5rem;
  padding: 4px;
}
#csidonate .challenge-info .progress-inner {
  display: inline-block;
  height: 24px;
  background-color: #639763;
  border-radius: 7px;
  min-width: 10px;
}
#csidonate .challenge-info > .label {
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 900px) {
  #csidonate .inner-container {
    max-width: 1100px;
  }
  #csidonate .section:not(.multi-trib),
  #csidonate .sub-section,
  #csidonate #tribute {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #csidonate .section:not(.multi-trib) .row,
  #csidonate .sub-section .row,
  #csidonate #tribute .row {
    margin: 0 0 1rem 0;
    width: 49%;
  }
  #csidonate .section:not(.multi-trib) .row .field:not(.flex),
  #csidonate .sub-section .row .field:not(.flex),
  #csidonate #tribute .row .field:not(.flex),
  #csidonate .section:not(.multi-trib) .row .field:not(.inline),
  #csidonate .sub-section .row .field:not(.inline),
  #csidonate #tribute .row .field:not(.inline) {
    width: 49%;
  }
  #csidonate .section:not(.multi-trib) .row .field:not(.flex) > input[type=text],
  #csidonate .sub-section .row .field:not(.flex) > input[type=text],
  #csidonate #tribute .row .field:not(.flex) > input[type=text],
  #csidonate .section:not(.multi-trib) .row .field:not(.inline) > input[type=text],
  #csidonate .sub-section .row .field:not(.inline) > input[type=text],
  #csidonate #tribute .row .field:not(.inline) > input[type=text],
  #csidonate .section:not(.multi-trib) .row .field:not(.flex) > textarea,
  #csidonate .sub-section .row .field:not(.flex) > textarea,
  #csidonate #tribute .row .field:not(.flex) > textarea,
  #csidonate .section:not(.multi-trib) .row .field:not(.inline) > textarea,
  #csidonate .sub-section .row .field:not(.inline) > textarea,
  #csidonate #tribute .row .field:not(.inline) > textarea,
  #csidonate .section:not(.multi-trib) .row .field:not(.flex) > select,
  #csidonate .sub-section .row .field:not(.flex) > select,
  #csidonate #tribute .row .field:not(.flex) > select,
  #csidonate .section:not(.multi-trib) .row .field:not(.inline) > select,
  #csidonate .sub-section .row .field:not(.inline) > select,
  #csidonate #tribute .row .field:not(.inline) > select {
    max-width: 100%;
    width: 100%;
  }
  #csidonate .section:not(.multi-trib) .row.wide,
  #csidonate .sub-section .row.wide,
  #csidonate #tribute .row.wide {
    width: 98%;
  }
  #csidonate .section:not(.multi-trib) .row .wide.field,
  #csidonate .sub-section .row .wide.field,
  #csidonate #tribute .row .wide.field {
    width: 100%;
  }
  #csidonate div[id$=RecurringPaymentContainer] .row,
  #csidonate #pledgeOptions.row {
    width: 99%;
  }
  #csidonate #tribute {
    width: 100%;
  }
  #csidonate #tribute > .row:first-child,
  #csidonate #tribute > .row:nth-child(2) {
    width: 100%;
  }
  #csidonate #NotMeContainer,
  #csidonate #row-amount.row {
    width: 100%;
  }
  #csidonate #RecurringPaymentContainer .inline.flex.subrow {
    min-height: 25px;
  }
  #csidonate #paymentCardReader {
    width: 100%;
  }
  #csidonate #paymentCardReader .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: flex-start;
  }
  #csidonate #paymentCardReader .row .label,
  #csidonate #paymentCardReader .row .label label,
  #csidonate #paymentCardReader .row .field {
    display: inline-block;
    width: initial;
    margin: 0 0.5rem;
  }
  #csidonate #paymentCardReader .row .label {
    font-size: 1.3rem;
    font-weight: 600;
  }
  #csidonate #paymentCardReader .row .label label:after {
    content: ':';
  }
  #csidonate #paymentCardReader .row .field {
    font-size: 1.3rem;
  }
  #csidonate #paymentCreditCard .row:first-child {
    width: 100%;
  }
  #csidonate #paymentAch .row,
  #csidonate #paymentCardReader .row {
    width: 100%;
  }
  #csidonate .inline.flex.field > .card-logo {
    margin-right: 0;
  }
  #csidonate .section-container:first-child .section,
  #csidonate .section-container:first-child .sub-section {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  #csidonate .section,
  #csidonate .sub-section,
  #csidonate #tribute {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #csidonate #row-amount table,
  #csidonate #row-amount tbody {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  #csidonate #row-amount tr {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
  }
  #csidonate #row-amount tr td {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #csidonate .inline.flex.field {
    flex-flow: column wrap;
    align-items: flex-start;
    min-width: 250px;
  }
  #csidonate .inline.flex.indented.field {
    flex-flow: row wrap;
    margin-top: 1rem;
    margin-left: 1rem;
  }
  #csidonate .inline.flex.indented.field label {
    width: calc(100% - 50px);
  }
  #csidonate div#RowListAs {
    display: block;
  }
  #csidonate div#RowListAs .label {
    margin-right: 0px;
  }
}
#csidonate .section,
#csidonate .sub-section {
  padding: 1rem;
  margin-bottom: 2rem;
}
#csidonate .section .row:first-child,
#csidonate .sub-section .row:first-child,
#csidonate .section .first.row,
#csidonate .sub-section .first.row {
  margin-top: 0;
}
#csidonate .section .row:last-child,
#csidonate .sub-section .row:last-child,
#csidonate .section .last.row,
#csidonate .sub-section .last.row {
  margin-bottom: 0;
}
#csidonate .sub-section {
  padding: 0;
  margin: 0;
}
#csidonate .card-logo {
  height: 27px;
  width: 43px;
}
#csidonate .card-logo.faded {
  opacity: 0.2;
}
#csidonate #trib-add-on > a,
#csidonate #trib-add-off > a {
  cursor: pointer;
  user-select: none;
  color: inherit;
  text-decoration: none;
}
#csidonate #trib-add-off > a {
  opacity: 0.6;
  pointer-events: none;
}
#csidonate .trib {
  margin: 1.5rem 0;
  position: relative;
}
#csidonate .trib:first-of-type {
  margin-top: 0;
}
#csidonate .trib input[name="mtEmail"],
#csidonate .trib input[name="mtName"],
#csidonate .trib input.read-only {
  width: 391px;
}
#csidonate .trib .trib-button {
  user-select: none;
}
#csidonate .trib .trib-button img {
  height: 17px;
  vertical-align: middle;
}
#csidonate .trib:hover .controls {
  opacity: 1;
}
#csidonate .trib:only-of-type .controls {
  display: none !important;
}
#csidonate #RowListAs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
#csidonate #RowListAs .label {
  margin-right: 4px;
}
#csidonate #RowListAs .field {
  max-width: 298px;
}
#csidonate #RowListAs .field-extra {
  margin-left: 1rem;
}
#csidonate .donation-options {
  text-align: center;
  font-size: 1.2rem;
  box-sizing: border-box;
}
#csidonate .donation-options .option {
  margin: 0.5rem 0;
}
#csidonate .donation-options #feeCalc {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
  font-size: 1.4rem;
}
#csidonate .donation-options #recurFeeNote {
  font-size: 0.8rem;
  font-style: italic;
}
#csidonate .donation-options #donor-wall-note {
  margin-top: 0.5rem;
}
#csidonate .submit {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#csidonate .submit #wait {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
#csidonate .submit #wait p {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#csidonate .submit .submit-button {
  margin: 1em;
}
#csidonate .submit .submit-button:disabled {
  background-color: #AAA;
}
#csidonate .header {
  margin: 1em 0;
}
#csidonate h1,
#csidonate h2,
#csidonate h3,
#csidonate h4,
#csidonate h5,
#csidonate h6 {
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 600px) {
  #csidonate div[id$=divFundTree] {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: stretch;
  }
}
#csidonate div[id$=divFundTree] .field .fund-text {
  width: 350px;
  padding-right: 23px;
  cursor: pointer;
}
#csidonate div[id$=divFundTree] .field:after {
  pointer-events: none;
  content: '\25BC';
  color: #222;
  display: inline-block;
  position: absolute;
  left: calc(350px - 22px);
  background-color: transparent;
  top: 6px;
}
@media only screen and (max-width: 600px) {
  #csidonate div[id$=divFundTree] .field:after {
    top: 2px;
    right: 7px;
  }
}
#csidonate div[id$=divFundTree] .field .fund-tree {
  position: absolute;
  top: 24px;
  left: 0;
  width: 500px;
  height: 350px;
  z-index: 9999;
  overflow: auto;
  background-color: white;
  padding: 0.25rem;
  border: 1px solid #777;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.4);
  line-height: 0.5;
}
@media only screen and (max-width: 899px) {
  #csidonate div[id$=divFundTree] .field .fund-tree {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #csidonate div[id$=divFundTree] .field .fund-tree {
    width: 80vw;
  }
}
#csidonate div[id$=divFundTree] .field .fund-tree .fund-tree-header {
  font-weight: bold;
}
#csidonate div[id$=divFundTree] .field .fund-tree .fund-tree-header,
#csidonate div[id$=divFundTree] .field .fund-tree .fund-tree-header:active,
#csidonate div[id$=divFundTree] .field .fund-tree .fund-tree-header:hover,
#csidonate div[id$=divFundTree] .field .fund-tree .fund-tree-header:visited {
  color: black;
}
#csidonate div[id$="CustomAmountSelector"] > span {
  display: block;
  margin-top: 1rem;
}
#csidonate .amount-selector div.amount,
#csidonate .custom-amount .amt-container {
  height: 50px;
  min-width: 80px;
  padding: 0 0.75rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  border-radius: 3px;
  transition: all 75ms;
}
#csidonate .amount-selector div.amount:before,
#csidonate .custom-amount .amt-container:before {
  content: '$';
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  margin-left: -0.75rem;
  margin-right: 1rem;
}
#csidonate .amount-selector > tbody > tr {
  display: flex;
  flex-flow: row wrap;
}
#csidonate .amount-selector div.amount {
  cursor: pointer;
}
#csidonate .amount-selector input[type=radio]:checked ~ div.amount {
  font-weight: bold;
}
#csidonate .custom-amount {
  margin-top: 0;
}
#csidonate .custom-amount .amt-container {
  width: 200px;
}
#csidonate .custom-amount .amt-container input[type=number] {
  height: 100%;
  width: 90%;
  margin: 0;
  border: 0;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
}
#csidonate div#ccWarning {
  background-color: #fff6c4;
  color: #635404;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #635404;
  border-radius: 4px;
}
#csidonate div#ccWarning span.warning {
  font-weight: bold;
  text-decoration: underline;
}
#csidonate div#ccError {
  background-color: #f6d3cf;
  color: #631004;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #631004;
  border-radius: 4px;
}
#csidonate div#ccError span.error {
  font-weight: bold;
  text-decoration: underline;
}
#csidonate div.error {
  background-color: #FFEEEE;
  border: 1px solid #990000;
  border-radius: 5px;
  margin: 1em 0;
  padding: 1em;
  color: #990000;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#csidonate div.error p {
  font-weight: 700;
  font-size: 1.2em;
}
#csidonate div.error ul {
  margin: 0.5em 0 0 0;
  padding-left: 2em;
}
#csidonate div.error small {
  display: block;
  margin-top: 0.5rem;
}
#csidonate label.error {
  color: #CC0000;
  display: block;
}
#csidonate label.error:before {
  display: inline-block;
  content: '\25CF';
  padding: 0 0.4rem;
}
#csidonate *[id^=payType] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
#csidonate *[id^=payType]:disabled {
  display: none !important;
}
#csidonate *[id^=payType]:hover:not(:disabled) {
  background-color: #FCFCFC;
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.08);
}
#csidonate *[id^=payType] img {
  height: 32px;
  margin-right: 0.5rem;
}
#csidonate *[id^=payType]:disabled img {
  opacity: 0.5;
}
#csidonate .active[id^=payType] {
  background-color: #FFF;
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.14);
}
#csidonate #rounding-error {
  display: inline-block;
  background-color: #EEFCFF;
  border: 1px solid #66CCFF;
  border-radius: 5px;
  padding: 0.3rem 0.25rem 0.3rem 1.75rem;
  font-size: 0.7rem;
  position: relative;
}
#csidonate #rounding-error:before {
  content: 'i';
  position: absolute;
  left: 5px;
  top: 2px;
  font-family: 'Times New Roman';
  font-size: 20px;
  font-weight: 900;
  color: #EEEEEE;
  background-color: #006699;
  border-radius: 15px;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 18px;
}
#csidonate #rounding-error #real-amount {
  font-weight: bold;
}
#popup-bg {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#popup {
  z-index: 1100;
  position: fixed;
  top: 30%;
  text-align: center;
  width: 100%;
}
#popup .container {
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  background-color: #EEE;
  padding: 0.25rem 0.5rem 1.5rem 0.5rem;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
#popup .container input[type=text] {
  font-size: 13px;
}
#receipt {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
}
#receipt h1 {
  font-size: 3em;
  font-weight: 100;
  text-align: center;
}
#receipt h1 ~ p {
  margin-top: -1rem;
  text-align: center;
}
#receipt h2 {
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 0.5rem;
}
#receipt h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0.6rem;
}
#receipt .container {
  padding: 1rem;
  padding-bottom: 3.45rem;
}
#receipt .amount.field {
  text-align: center;
  font-size: 2.5em;
}
#receipt .recurring.field {
  text-align: center;
  margin-bottom: 0.25rem;
}
#receipt .confirmation.field {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 1rem;
  opacity: 0.7;
}
#receipt .help.row {
  display: block;
  border: 1px solid #005DAB;
  background-color: #DDEFFF;
  padding: 0.5rem;
  font-size: 0.85em;
}
#receipt .help.row p {
  margin: 0.25rem 0;
}
#receipt .help.row h4 {
  font-size: 2em;
  margin: 0;
  font-weight: 400;
}
#receipt .row {
  margin: 0.5em 0;
  display: flex;
  flex-flow: row nowrap;
}
#receipt .row .label {
  width: 125px;
  font-weight: 500;
  flex: 0 0 auto;
}
#receipt .row .tip.link {
  color: #005DAB;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5rem;
}
#receipt .row.slim {
  margin-top: -0.5rem !important;
}
#receipt .demo-q {
  margin: 0.75rem 0;
}
#receipt .demo-q .question {
  font-weight: 500;
}
#receipt .demo-q .answer {
  display: inline-block;
  margin-left: 1rem;
}
#receipt .demo-q .answer:before {
  content: '\00BB';
  font-size: 1.5em;
  line-height: 1rem;
  margin-right: 0.5rem;
}
#receipt .gift.note {
  padding: 0.25rem;
  background-color: #F2F2F2;
  border: 1px dashed #CCC;
  margin-bottom: 32px;
}
#receipt .section h2 ~ p {
  color: #777;
  margin: 0;
}
#receipt .nav.links {
  margin-top: 2rem;
  text-align: center;
}
#receipt .nav.links a {
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}
#receipt .social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 1.5rem;
}
#receipt .social div {
  margin: 0 0.5rem;
}
#receipt .recurring-error {
  background-color: #FFF7DD;
  border: 1px solid #998800;
  color: #554400;
  padding: 0 0.5rem;
  font-size: 14px;
}
#receipt .recurring-error p {
  margin: 0.5rem 0;
}
#receipt .print {
  float: right;
  margin-top: -0.5rem;
  padding: 0.25rem 0.5rem 0 0.5rem;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
}
#receipt .print:hover {
  background-color: #EEEEEE;
}
#receipt .print img {
  height: 28px;
  vertical-align: middle;
  margin: 3px 0.25em 3px 0;
}
#receipt .print a {
  color: #777;
  text-decoration: none;
}
#receipt .error {
  color: #990000;
  font-weight: 500;
  text-align: center;
}
@media print {
  #receipt .print {
    display: none;
  }
  #receipt .container {
    border: 1px solid #555;
    box-shadow: none;
  }
  #receipt .nav.links {
    display: none;
  }
  #receipt .social {
    display: none;
  }
  #receipt .row .tip.link {
    display: none;
  }
}
html.db,
body.csidonate-dashboard {
  margin: 0;
  padding: 0;
  z-index: -2;
}
body.csidonate-dashboard {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #222;
  background-color: #F5F5F5;
  position: relative;
}
body.csidonate-dashboard h1,
body.csidonate-dashboard h2,
body.csidonate-dashboard h3,
body.csidonate-dashboard h4,
body.csidonate-dashboard h5,
body.csidonate-dashboard h6 {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #222;
  font-weight: 200;
}
body.csidonate-dashboard .container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.csidonate-dashboard .container .logo {
  margin: 2rem 0;
}
body.csidonate-dashboard .container .widgets {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: #FAFAFA;
}
body.csidonate-dashboard .container .widgets .col,
body.csidonate-dashboard .container .widgets .row {
  width: 100%;
  box-sizing: border-box;
}
body.csidonate-dashboard .container .widgets .col .widget,
body.csidonate-dashboard .container .widgets .row .widget {
  margin: 1rem;
  padding: 1rem;
  background-color: #FFF;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets .col .widget,
  body.csidonate-dashboard .container .widgets .row .widget {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}
body.csidonate-dashboard .container .widgets .col .widget,
body.csidonate-dashboard .container .widgets .row .widget,
body.csidonate-dashboard .container .widgets .col .widget a,
body.csidonate-dashboard .container .widgets .row .widget a,
body.csidonate-dashboard .container .widgets .col .widget a:hover,
body.csidonate-dashboard .container .widgets .row .widget a:hover,
body.csidonate-dashboard .container .widgets .col .widget a:visited,
body.csidonate-dashboard .container .widgets .row .widget a:visited,
body.csidonate-dashboard .container .widgets .col .widget a:active,
body.csidonate-dashboard .container .widgets .row .widget a:active {
  color: #222;
}
body.csidonate-dashboard .container .widgets .col .widget *:first-child,
body.csidonate-dashboard .container .widgets .row .widget *:first-child {
  margin-top: 0;
}
body.csidonate-dashboard .container .widgets .col .widget *:last-child,
body.csidonate-dashboard .container .widgets .row .widget *:last-child {
  margin-bottom: 0;
}
body.csidonate-dashboard .container .widgets .col .widget iframe,
body.csidonate-dashboard .container .widgets .row .widget iframe {
  width: 100% !important;
  max-width: 560px !important;
}
body.csidonate-dashboard .container .widgets .col .widget h1,
body.csidonate-dashboard .container .widgets .row .widget h1 {
  margin-bottom: 1rem;
  font-size: 2em;
  color: #222;
  line-height: 1.6em;
}
body.csidonate-dashboard .container .widgets .col .widget h2,
body.csidonate-dashboard .container .widgets .row .widget h2 {
  margin-bottom: 0.25rem;
  font-size: 1.6em;
  color: #222;
  line-height: 1.6em;
}
body.csidonate-dashboard .container .widgets .col .widget .stat,
body.csidonate-dashboard .container .widgets .row .widget .stat,
body.csidonate-dashboard .container .widgets .col .widget .label,
body.csidonate-dashboard .container .widgets .row .widget .label {
  text-align: center;
}
body.csidonate-dashboard .container .widgets .col .widget .stat,
body.csidonate-dashboard .container .widgets .row .widget .stat {
  font-size: 3em;
}
body.csidonate-dashboard .container .widgets .col .widget .label,
body.csidonate-dashboard .container .widgets .row .widget .label {
  text-transform: uppercase;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item,
body.csidonate-dashboard .container .widgets .row .widget .outer-item {
  margin-top: 2rem;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item .item,
body.csidonate-dashboard .container .widgets .row .widget .outer-item .item {
  flex-grow: 1;
}
body.csidonate-dashboard .container .widgets .col .widget .outer-item .item h2,
body.csidonate-dashboard .container .widgets .row .widget .outer-item .item h2 {
  margin-top: 0;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall):not(:last-child),
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall):not(:last-child) {
  margin-bottom: 0.75rem;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.progress-inner,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.progress-inner {
  background-color: #50B948;
  border-radius: 0;
  height: 100%;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.progress-outer,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.progress-outer {
  background-color: #EAEAEA;
  width: 100%;
  height: 20px;
  padding: 4px;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0.5rem 0;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.goal,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.goal {
  font-size: 0.83em;
  font-style: italic;
  color: #2f2f2f;
  margin-top: 0.25rem;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.description,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.description {
  font-size: 0.9em;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button {
  float: right;
  background-color: #555;
  color: #EEE;
  padding: 0 0.5em;
  border-radius: 3px;
  font-size: 1.3em;
  height: 1.6em;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button:hover,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button:hover {
  background-color: #696969;
}
body.csidonate-dashboard .container .widgets .col .widget .item:not(.donor-wall) div.link-button > a,
body.csidonate-dashboard .container .widgets .row .widget .item:not(.donor-wall) div.link-button > a {
  text-decoration: none;
  color: white !important;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall {
  display: flex;
  flex-flow: row wrap;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > h1,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > h1 {
  width: 95%;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall {
  background-color: #DDD;
  color: #333;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  padding: 0.5rem;
  padding-bottom: 1.75rem;
  width: calc(50% - 2rem + 4px);
  margin-bottom: 0.75rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall:nth-child(2n),
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall:nth-child(2n) {
  margin-right: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall:nth-child(2n+1),
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall:nth-child(2n+1) {
  margin-left: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .date,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .date {
  position: absolute;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.6;
  bottom: 0.5rem;
  right: 0.5rem;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .amount,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .amount {
  flex-grow: 1;
  font-size: 2em;
}
body.csidonate-dashboard .container .widgets .col #widget-DonorWall > .item.donor-wall > .name,
body.csidonate-dashboard .container .widgets .row #widget-DonorWall > .item.donor-wall > .name {
  max-width: 50%;
  text-align: right;
}
body.csidonate-dashboard .container .widgets.two-col .row:first-child {
  margin-bottom: -1rem;
}
body.csidonate-dashboard .container .widgets.two-col .row:last-child {
  margin-top: -1rem;
}
body.csidonate-dashboard .container .widgets.two-col .col {
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets.two-col .col {
    width: 100%;
  }
}
body.csidonate-dashboard .container .widgets.two-col .col .widget {
  margin-right: 0.5rem;
}
body.csidonate-dashboard .container .widgets.two-col .col ~ .col > .widget {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 900px) {
  body.csidonate-dashboard .container .widgets.two-col .col ~ .col > .widget {
    margin-top: 0;
  }
}
body.csidonate-dashboard div > small {
  display: inline-block;
  margin-top: 3em;
  color: #222;
  font-size: 0.75em;
}
body.csidonate-dashboard div > small > a {
  color: #222;
}
body.csidonate-dashboard .query-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
}
body.csidonate-dashboard .outer-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/da0c5f60-a8b9-44f4-905b-34f9f968382f/Avenir-Medium.eot');
  src: local('Avenir Medium'), local('Avenir-Medium'), url('/CSiDonate/File.aspx/da0c5f60-a8b9-44f4-905b-34f9f968382f/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/e71748fd-d0f9-4308-9396-65e69529b63a/Avenir-Medium.woff2') format('woff2'), url('/CSiDonate/File.aspx/8cfdb5c5-e0a3-4f6e-a62a-b4186d4adf72/Avenir-Medium.woff') format('woff'), url('/CSiDonate/File.aspx/41a1565e-33cb-4386-9e0f-07469a5d5b05/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/6a78f7f9-0f2b-413a-8e10-e6669ad0f5af/Avenir-Oblique.eot');
  src: local('Avenir Oblique'), local('Avenir-Oblique'), url('/CSiDonate/File.aspx/6a78f7f9-0f2b-413a-8e10-e6669ad0f5af/Avenir-Oblique.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/fff3945f-dc2f-422a-80c6-2b892cd3337c/Avenir-Oblique.woff2') format('woff2'), url('/CSiDonate/File.aspx/c33b7d02-069a-472b-8704-5d306bb1451a/Avenir-Oblique.woff') format('woff'), url('/CSiDonate/File.aspx/b1b5e724-f692-4b76-8bf6-a2347788d36e/Avenir-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/e94b313f-de97-4991-aa14-13434bf75ce5/Avenir-MediumOblique.eot');
  src: local('Avenir Medium Oblique'), local('Avenir-MediumOblique'), url('/CSiDonate/File.aspx/e94b313f-de97-4991-aa14-13434bf75ce5/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/40ec93e1-ef3c-470d-90a0-53a0eaeded05/Avenir-MediumOblique.woff2') format('woff2'), url('/CSiDonate/File.aspx/162a816b-78f8-4562-b7b3-0027c1ac5129/Avenir-MediumOblique.woff') format('woff'), url('/CSiDonate/File.aspx/680a032a-fd36-48a3-83b7-7251f5fe1fc7/Avenir-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/afe8b5d9-ef2b-481e-bbc8-a5aed078e719/Avenir-Light.eot');
  src: local('Avenir Light'), local('Avenir-Light'), url('/CSiDonate/File.aspx/afe8b5d9-ef2b-481e-bbc8-a5aed078e719/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/d4140a90-b94e-47b1-92c0-c042b50b55e2/Avenir-Light.woff2') format('woff2'), url('/CSiDonate/File.aspx/08a5ff33-3357-4403-8525-ad483700cacc/Avenir-Light.woff') format('woff'), url('/CSiDonate/File.aspx/9530eedf-2a9a-49ac-9567-e72a4df93250/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/e8eb1957-f987-4f42-bf9f-bd64434f64ac/Avenir-LightOblique.eot');
  src: local('Avenir Light Oblique'), local('Avenir-LightOblique'), url('/CSiDonate/File.aspx/e8eb1957-f987-4f42-bf9f-bd64434f64ac/Avenir-LightOblique.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/68ad0220-d97b-4d18-810a-21e4eda907d7/Avenir-LightOblique.woff2') format('woff2'), url('/CSiDonate/File.aspx/f386c99a-15cc-452a-9335-0aa52691b359/Avenir-LightOblique.woff') format('woff'), url('/CSiDonate/File.aspx/a39d017e-5988-44ff-b59a-505588b19989/Avenir-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('/CSiDonate/File.aspx/3440d256-f832-41c7-a88a-3434f7004ec1/Avenir-Roman.eot');
  src: local('Avenir Roman'), local('Avenir-Roman'), url('/CSiDonate/File.aspx/3440d256-f832-41c7-a88a-3434f7004ec1/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('/CSiDonate/File.aspx/97ef014e-546c-4bbf-a0f7-2f2de7f5855c/Avenir-Roman.woff2') format('woff2'), url('/CSiDonate/File.aspx/374a24d0-add7-4c72-86ab-eb2103c647c3/Avenir-Roman.woff') format('woff'), url('/CSiDonate/File.aspx/45944466-88b0-45a6-a99b-9f118b0d5d93/Avenir-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* latin-ext */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosbXsl0vU0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosbUMl0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xhjGy9m0s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xhgmy9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tCKQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tCKQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tCKQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tCKQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tCKQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tCKQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tCKQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tCKQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t4R-tCKQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7txR-tCKQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t6R-tCKQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t7R-tCKQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tropiline";
  src: url("/CSiDonate/File.aspx/9843a0b8-5dac-4e23-9c5a-7905c13147e2/Tropiline-Bold.otf") format("opentype");
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff9e9 inset !important;
  -webkit-text-fill-color: #333;
}
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  background-color: #FCFCFC;
  background-repeat: repeat;
}
body .modal-outer .modal-inner.trib-message {
  height: 45%;
  width: 50%;
  min-height: 200px;
  min-width: 400px;
}
body .modal-outer .modal-inner.trib-message .trib-controls .trib-modal-button:hover {
  cursor: pointer;
}
body .modal-outer .modal-inner.trib-message .trib-controls .trib-modal-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 31px;
  max-height: 31px;
  background: #fcfcfc;
  border: 1px solid #954664;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 5px 8px;
  color: #954664;
  text-decoration: none;
  user-select: none;
}
#csidonate .inner-container {
  background-color: #FCFCFC;
  padding: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
#csidonate .inner-container div.trib-btn-msg:hover,
#csidonate .inner-container div.trib-btn-remove:hover {
  cursor: pointer;
}
#csidonate .inner-container div.trib-btn-msg img,
#csidonate .inner-container div.trib-btn-remove img {
  filter: invert(14%) sepia(24%) saturate(4632%) hue-rotate(200deg) brightness(93%) contrast(113%);
}
#csidonate .inner-container div.trib-btn-remove,
#csidonate .inner-container span#trib-add-on,
#csidonate .inner-container div.trib-btn-msg {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 31px;
  max-height: 31px;
  background: #fcfcfc;
  border: 1px solid #954664;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 5px 8px;
  color: #954664;
  text-decoration: none;
  user-select: none;
}
#csidonate .inner-container .header {
  margin: 1em 0 3em 0;
}
#csidonate .inner-container .header .logo {
  background-image: url('/CSiDonate/File.aspx/cbd4588e-6c90-427e-b358-92293b43e901/DG-Foundation-Rebrand-Logo.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 130px;
  width: 100%;
}
#csidonate .inner-container h1.page-header {
  width: calc(100% + 2rem);
  padding: 2rem 0;
  margin: 1rem -1rem;
  background-color: #00205B;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Montserrat", Impact, sans-serif;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #csidonate .inner-container h1.page-header {
    margin-top: 5rem;
  }
}
#csidonate .inner-container h2.sub-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #333;
  margin: 2rem 3rem;
  text-align: center;
}
#csidonate .inner-container #hlOptionalLogin {
  margin-left: 3rem;
}
#csidonate .inner-container .section-container h2:not(.sub-header) {
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 1rem -1rem;
  background-color: #F0F0F0;
  color: #00205B;
  border-bottom: 2px solid #B88F52;
  text-align: center;
  font-family: "Tropiline", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: 1px;
}
#csidonate .inner-container p.optional-login-desc {
  display: none;
}
#csidonate .inner-container input[type=text],
#csidonate .inner-container input[type=email],
#csidonate .inner-container input[type=tel],
#csidonate .inner-container input[type=number],
#csidonate .inner-container input[type=url],
#csidonate .inner-container textarea,
#csidonate .inner-container select {
  color: #333;
  background-color: #FCFCFC;
  font-size: 1.15rem;
  padding: 1.1rem 0.6rem;
  font-family: "Montserrat", sans-serif;
  border: 0;
  border-bottom: 1px solid #B88F52;
  background-color: #f9f9f9;
  min-height: 32px;
}
#csidonate .inner-container input[type=text]:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container input[type=email]:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container input[type=tel]:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container input[type=number]:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container input[type=url]:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container textarea:focus:not([id$=tbOtherAmount]),
#csidonate .inner-container select:focus:not([id$=tbOtherAmount]) {
  border: 1px solid #954664;
}
#csidonate .inner-container select {
  padding: 0.2rem;
  font-family: "Montserrat", sans-serif;
  height: 32.5px;
}
#csidonate .inner-container label,
#csidonate .inner-container div.label {
  font-weight: 600;
}
#csidonate .inner-container label:not(.separate) > span:after,
#csidonate .inner-container div.label:not(.separate) > span:after,
#csidonate .inner-container label:not(.separate) > label:after,
#csidonate .inner-container div.label:not(.separate) > label:after {
  content: ':';
}
#csidonate .inner-container span.number {
  display: none;
}
@media screen and (max-width: 700px) {
  #csidonate .inner-container div[id$=OptionalMemberLoginContainer] {
    top: 215px;
    right: 0;
    left: 0;
  }
}
#csidonate .inner-container div[id$=OptionalMemberLoginContainer] .member-login.button {
  margin-bottom: 0.5rem;
  display: inline-block;
  background-color: #954664;
  color: #FCFCFC;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}
#csidonate .inner-container div[id$=OptionalMemberLoginContainer] .member-login.button:hover {
  background-color: #a64e70;
}
#csidonate .inner-container .amount-selector .amount {
  background-color: #FCFCFC;
  border: 1px solid #00205B;
  font-size: 1.75rem;
  color: #00205B;
  border-radius: 15px;
  padding-right: 1rem;
}
#csidonate .inner-container .amount-selector .amount:before {
  color: #FCFCFC;
  background-color: #00205B;
  font-weight: 300;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
#csidonate .inner-container .amount-selector .amount:hover {
  transform: scale(1.08);
  font-size: 1.925rem;
  color: #954664;
  border-color: #954664;
}
#csidonate .inner-container .amount-selector .amount:hover:before {
  background-color: #954664;
}
#csidonate .inner-container .amount-selector input[id*=amtChooser]:checked ~ .amount {
  font-weight: normal;
  background-color: #954664;
  border-color: #954664;
  color: #FCFCFC;
  transform: scale(1.15);
  font-size: 2.1875rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#csidonate .inner-container .amount-selector input[id*=amtChooser]:checked ~ .amount:before {
  background-color: #954664;
}
#csidonate .inner-container .custom-amount .amt-container {
  background-color: #FCFCFC;
  border: 1px solid #00205B;
  font-size: 1.75rem;
  color: #00205B;
  border-radius: 15px;
  padding-right: 1rem;
}
#csidonate .inner-container .custom-amount .amt-container:before {
  color: #FCFCFC;
  background-color: #00205B;
  font-weight: 300;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
#csidonate .inner-container .custom-amount .amt-container:before {
  margin-right: 0;
}
#csidonate .inner-container .custom-amount .amt-container input[type=text],
#csidonate .inner-container .custom-amount .amt-container input[type=email],
#csidonate .inner-container .custom-amount .amt-container input[type=tel],
#csidonate .inner-container .custom-amount .amt-container input[type=number],
#csidonate .inner-container .custom-amount .amt-container input[type=url] {
  background-color: #FCFCFC;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0 0.75rem;
  font-size: 1.75rem;
  width: 92%;
}
#csidonate .inner-container .section-container:first-child {
  margin-top: 2rem;
}
#csidonate .inner-container .section-container {
  margin-top: 1rem;
}
#csidonate .inner-container .section-container h2 {
  margin-top: 2rem;
}
#csidonate .inner-container .section-container .section[id$=CustomQuestionContainer] .row .field {
  width: 75%;
  margin-bottom: 0.5rem;
}
#csidonate .inner-container .section-container .section[id$=CustomQuestionContainer] .row .field label {
  font-weight: 600;
}
#csidonate .inner-container button[id^=payType] {
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid transparent;
}
#csidonate .inner-container button[id^=payType]:not(.active):hover {
  border: 1px solid #954664;
  box-shadow: none;
}
#csidonate .inner-container .active[id^=payType] {
  border: 2px solid #954664;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 900;
  color: #954664;
}
#csidonate .inner-container .active[id^=payType] > img {
  filter: invert(14%) sepia(24%) saturate(4632%) hue-rotate(200deg) brightness(93%) contrast(113%);
}
#csidonate .inner-container .submit input[type=submit] {
  background-color: #00205B;
  color: #FCFCFC;
  padding: 2rem 0;
  width: 20rem;
  font-size: 3.5rem;
  font-family: "Montserrat", Impact, sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  border: none;
  text-transform: uppercase;
  transition: all 200ms;
}
#csidonate .inner-container .submit input[type=submit]:hover {
  background-color: #954664;
  color: white;
  letter-spacing: 10px;
}
#csidonate .inner-container .submit input[type=submit]:active {
  background-color: #a64e70;
  color: #F5F5F5;
  box-shadow: none;
}
#csidonate .inner-container .submit input[type=submit][disabled] {
  pointer-events: none;
  opacity: 0.5;
  color: #c9c9c9;
}
#csidonate .inner-container #rounding-error {
  font-size: 0.85rem;
  padding: 0.4rem 0.25rem 0.4rem 2.25rem;
  margin-bottom: 1rem;
}
#receipt {
  color: #00205B;
}
#receipt h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#receipt h1 + p {
  margin: 1rem 0 2rem 0;
}
#receipt .container {
  padding: 1rem;
  background-color: #F0F0F0;
  color: #00205B;
  border: 2px solid #B88F52;
  padding-bottom: 3rem;
}
#receipt .container h2 {
  color: #00205B;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Tropiline", Arial, sans-serif;
}
#receipt .container .amount.field {
  color: #00205B;
  font-size: 4.5rem;
  font-weight: 300;
}
#receipt .container .confirmation.field {
  font-size: 0.9rem;
}
#receipt .nav.links > a {
  background-color: #00205B;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: white;
}
#receipt .nav.links > a:hover {
  background-color: #00205B;
}
#receipt #hlAnotherContb {
  background-color: #954664;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  text-decoration: none;
  background-color: #00205B;
  color: white !important;
  border-radius: 5px;
  font-size: 2rem;
  width: 20rem;
  height: 45px;
  z-index: 8;
}
.btn:hover {
  background-color: #b88f52;
  color: white;
}
.btn:visited,
.btn:active {
  color: white !important;
}
.trib-button:hover {
  cursor: pointer;
}
.trib-btn-search {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 31px;
  max-height: 31px;
  background: #fcfcfc;
  border: 1px solid #954664;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 5px 8px;
  color: #954664;
  text-decoration: none;
  user-select: none;
}
.trib-btn-search img {
  filter: invert(14%) sepia(24%) saturate(4632%) hue-rotate(200deg) brightness(93%) contrast(113%);
}
