  /**
 * @file
 * Visual styles for the Donate form.
 */
@media (max-width: 768px) {
  .path-donate .layout-content-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .path-donate .layout-content-left > .region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .path-donate .layout-content-left #block-greenleft-theme-donatepageheader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 25px;
  }
}
.path-donate .layout-content {
  z-index: 2;
}
@media (max-width: 768px) {
  .path-donate .layout-content {
    width: calc(100cqi + 60px);
    margin-left: -30px;
  }
}
@media (max-width: 640px) {
  .path-donate .layout-content {
    width: calc(100cqi + 30px);
    margin-left: -15px;
    z-index: 0;
  }
}
@media (min-width: 481px) {
  .path-donate .layout-container > main > .layout-content {
    grid-column-end: span 1;
  }
}
@media (max-width: 768px) {
  .path-donate .layout-container > main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .path-donate .layout-container > main {
    grid-auto-columns: 1fr calc(60% - 30px);
  }
}
.path-donate .layout-content .region-content > div {
  padding: 1.5em 1em;
}
.path-donate #block-greenleft-theme-donatebutton .donate-btn {
  text-align: center;
  margin-block: 60px;
}
.path-donate #block-greenleft-theme-donatetogreenleft {
  background: #000;
  color: #fff;
  padding: 30px 20px;
}
.path-donate #block-greenleft-theme-donatetogreenleft .field__item {
  text-align: center;
}
.path-donate #block-greenleft-theme-donatetogreenleft .field__item > :first-child {
  margin-top: 0;
}
.path-donate #block-greenleft-theme-donatetogreenleft .field__item > :last-child {
  margin-bottom: 0;
}
.path-donate #block-greenleft-theme-donatetogreenleft p {
  margin: 0;
}
.path-donate #block-greenleft-theme-donatetogreenleft h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
  line-height: 1;
}
@media (min-width: 769px) {
  .path-donate #block-greenleft-theme-donatetogreenleft h2 {
    font-size: 2em;
  }
}
.path-donate #block-greenleft-theme-donatetogreenleft .subheading {
  margin: 0 0 1.5em;
  line-height: 1.28205em;
}
.path-donate #block-greenleft-theme-donatetogreenleft .small-text {
  color: #828282;
}
.path-donate #block-greenleft-theme-content {
  background: #666;
  color: #fff;
  padding-bottom: 1.5em;
}
.path-donate #block-greenleft-theme-content a {
  color: #b4baff;
}
.path-donate #block-greenleft-theme-content input {
  border: none;
  padding: 0.25em 0.5em;
  line-height: normal;
}
.path-donate #block-greenleft-theme-content .plan-selector-wrapper {
  background: #4c812e;
  padding: 1.5em 1em;
  margin: -1.5em -1em;
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper {
  margin: 15px 0 0;
  line-height: 1.5em;
}
@media (max-width: 640px) {
  .path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector div {
  margin: 0;
}
@media (max-width: 640px) {
  .path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 30px;
  }
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector input[type=radio] {
  display: none;
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector input[type=radio]:checked + label {
  color: #4c812e;
  background-color: #FFF;
}
.path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector label {
  color: #FFF;
  font-size: 0.8em;
  border: 1px solid #FFF;
  padding: 0.25em 1em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 641px) {
  .path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector *:first-child label {
    border-radius: 16px 0 0 16px;
  }
  .path-donate #block-greenleft-theme-content #edit-plan-type-selector--wrapper #edit-plan-type-selector *:last-child label {
    border-radius: 0 16px 16px 0;
  }
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label {
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 1.5em;
  pointer-events: all;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #FFF;
  line-height: 1.25;
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label .label-name,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label .label-name {
  font-family: "Nunito Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label:hover, .path-donate #block-greenleft-theme-content .form-item-plan-selector label:focus,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label:hover,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label:hover:before, .path-donate #block-greenleft-theme-content .form-item-plan-selector label:focus:before,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label:hover:before,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label:focus:before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 15px #FFF;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 15px #FFF;
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label {
  text-align: center;
  border: 1px solid #FFF;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector label:before,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring label:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE4IDE0Ij48cG9seWdvbiBwb2ludHM9IjEuNTUgNi44MiAwIDguMzYgNS42NCAxNCAxOCAxLjU3IDE2LjQ4IDAgNS42NCAxMC45MSAxLjU1IDYuODIiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: auto;
  height: 35px;
  aspect-ratio: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin: 5px auto 10px;
  -webkit-transition: all 200ms cubic-bezier(0.5, 0.05, 0.05, 1.86);
  transition: all 200ms cubic-bezier(0.5, 0.05, 0.05, 1.86);
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector input[type=radio],
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring input[type=radio] {
  display: none;
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector input[type=radio]:checked + label,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring input[type=radio]:checked + label {
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.65);
  background-color: #7aa71e;
  border-color: #FFF;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.path-donate #block-greenleft-theme-content .form-item-plan-selector input[type=radio]:checked + label:before,
.path-donate #block-greenleft-theme-content .form-item-plan-selector-recurring input[type=radio]:checked + label:before {
  background-color: #8bc11d;
  background-size: 60%;
  border-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 15px #FFF;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 15px #FFF;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations {
  border: none;
  margin: 0;
  display: none;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector--wrapper {
  margin: 0;
  padding: 1.5em 0;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
  padding: 10px;
  margin: 0;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 481px) {
  .path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
    width: 33.3333333333%;
  }
}
@media (min-width: 641px) {
  .path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
    width: 33.3333333333%;
  }
}
@media (min-width: 1080px) {
  .path-donate #block-greenleft-theme-content #edit-one-off-donations #edit-plan-selector div {
    width: 25%;
  }
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations .form-item-other-amount {
  text-align: center;
  margin: 0;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations .form-item-other-amount label {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations .form-item-other-amount .donation-dollar-sign {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.125em;
}
.path-donate #block-greenleft-theme-content #edit-one-off-donations .form-item-other-amount input {
  width: 120px;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations {
  border: none;
  margin: 0;
  display: none;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations .description {
  text-align: center;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring--wrapper {
  margin: 0;
  padding: 1.5em 0;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
  padding: 10px;
  margin: 0;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 481px) {
  .path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
    width: 33.3333333333%;
  }
}
@media (min-width: 641px) {
  .path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
    width: 33.3333333333%;
  }
}
@media (min-width: 1080px) {
  .path-donate #block-greenleft-theme-content #edit-monthly-donations #edit-plan-selector-recurring div {
    width: 25%;
  }
}
.path-donate #block-greenleft-theme-content .blurb {
  background: #666;
  padding: 1em 1em 0;
  margin: 1.5em -1em;
  border-top: 1px solid #585858;
}
.path-donate #block-greenleft-theme-content .blurb p {
  margin: 0;
}
.path-donate #block-greenleft-theme-content #edit-actions {
  text-align: center;
  margin-bottom: 0;
}
.path-donate input#edit-submit {
  color: white;
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #b71e24;
  border: none;
  padding: 0.315em 2em;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.path-donate input#edit-submit:hover {
  background-color: #4c812e;
  cursor: pointer;
}
.path-donate #block-greenleft-theme-donatepageafterform {
  background: #666;
  text-align: center;
  color: #ccc;
  line-height: 1.25;
  padding: 0 1em 1.5em;
}
.path-donate #block-greenleft-theme-donatepageafterform p {
  margin: 0;
}
.path-donate #block-greenleft-theme-donatepageafterform .field a:where(:link, :visited) {
  color: #b4baff;
}

#block-greenleft-theme-donatepageheader {
  position: relative;
  margin-bottom: 30px;
}
#block-greenleft-theme-donatepageheader h1 {
  font-size: 32px;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  #block-greenleft-theme-donatepageheader h1 {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
#block-greenleft-theme-donatepageheader p:first-child {
  margin-top: 0;
}
#block-greenleft-theme-donatepageheader .donatepage-background {
  position: absolute;
  inset: -25px 0 0 -25px;
  width: calc(100cqi + 50px);
  z-index: 0;
  border-bottom: 8px solid #8bc11d;
  background-color: #d6d6d6;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  #block-greenleft-theme-donatepageheader .donatepage-background {
    inset: -15px 0 0 -15px;
    width: calc(100cqi + 30px);
  }
}
#block-greenleft-theme-donatepageheader .field--name-body {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 55px 20px 80px;
  font-size: 1.25em;
}

main a.donate-link {
  display: inline-block;
  text-decoration: none;
  padding: 0.315em 0.65em;
  color: white;
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #b71e24;
  border: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
main a.donate-link:hover {
  background-color: #4c812e;
  cursor: pointer;
}

/*# sourceMappingURL=donate-form.css.map */