/**
 * Styling for Donation page
 */
.block-local-tasks {
  margin: 30px auto 0;
  padding: 0 30px!important;
  margin-bottom: -30px !important;
}
.block-local-tasks .block__inner {
  max-width: 72em;
  background: #f6f8ed!important;
  padding: 30px 30px 0!important;
}
.block-local-tasks .tabs__tab--is-active a,
.block-local-tasks a.is-active {
  background-color: #abca41!important;
}
.field {
  width: 100%;
  max-width: 72em;
  margin: 0 auto;
}
#block-corolla-content {
  margin: 0;
  padding: 0 10px;
  margin-top: 30px;
}
.user-logged-out #block-corolla-content {
}
@media screen and (min-width: 30.0625em) {
  #block-corolla-content {
    padding: 0 30px;
  }
}
#main-content .l-rw {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
.l-main #rid-content {
  padding: 0;
  background: #e0edb8;
}
#block-corolla-page-title {
  height: 180px;
  background: #aac961 url('../../images/woodland_top.1920.jpg') 50% 0% no-repeat;
  background-size: auto;
  background-size: cover;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#block-corolla-page-title .block__inner {
  margin: 0 auto;
}
#block-corolla-page-title .block__content {
  display: inline-block;
  margin: 40px 5%;
  padding: 15px 2%;
  background: #f6f8ed;
}
@media screen and (min-width: 60.0625em) {
  #block-corolla-page-title .block__content {
    min-width: 35em;
  }
}
#block-corolla-page-title h1 {
  margin: 0;
  color: #aac961;
  text-align: center;
  text-transform: uppercase;
}
.field-commerce-product--body {
  background: #f6f8ed;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 30.0625em) {
  .field-commerce-product--body {
    padding: 30px;
  }
}
.field-commerce-product--body .field__item p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 60.0625em) {
  .field--name-field-donation-recipient {
    float: left;
  }
  #donation-recipient {
    float: right;
    width: 50%;
  }
  .field--name-field-donation-recipient,
  .field--name-purchased-entity,
  .field--name-unit-price,
  .field--name-field-merchant-attribution {
    width: 50%;
    margin: 0;
    padding-right: 5%;
  }
  .field--name-field-donation-recipient {
    margin-top: 0;
  }
}
.field--name-field-donation-recipient label,
.field--name-purchased-entity legend,
.field--name-unit-price label,
.button,
.button:hover,
.button:active {
  background: #abca41;
  font-weight: 700;
  color: #f6f8ed;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  white-space: inherit;
  border: 0;
}
.field--name-field-donation-recipient .form-item,
.field--name-unit-price .form-item,
.field--name-purchased-entity .form-item {
  margin: 0;
  margin-bottom: 30px;
}
.field--name-unit-price .field-suffix,
.field--name-unit-price .description {
  display: none;
}
.field--name-purchased-entity .fieldset-wrapper {
  background: #f6f8ed;
  padding: 30px;
}
.field--name-purchased-entity .fieldset-wrapper:hover {
  background: white;
}
.field--name-purchased-entity label.option {
  background: #f6f8ed;
  background: inherit;
}
.field--name-field-merchant-attribution {
  margin-top: 30px;
}
.field--name-field-merchant-attribution label {
  background-color: transparent!important;
}
.fieldset-legend:after,
.field label:after {
  display: none;
}
input[type="text"],
select {
  background-color: #f6f8ed;
}
.button,
.button:hover {
  width: auto;
  height: auto;
}
.field-node--field-demo {
  position: absolute;
  width: auto;
  top: 35px;
  left: 15px;
  webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.field-node--field-demo figure {
  margin: 0;
}
