.body-content-wrapper > button {
	display: none;
}
.two-columns-layout .bottom-description {
  /* padding-top: 5px; */
  display: none;
}
@media only screen and (max-width: 768px) {
	.page-node-type-gift-donation-page .page-title-box .page-title,
	.two-columns-layout .page-title {
		font-size: 4em;
		padding-top: 2px;
	}
	.page-node-type-gift-donation-page h2 {
		font-size: 1.75em;
	}
  .body-content-wrapper {
    /* border: 1px solid #ccc;
    padding: 1em 2em; */

    position: relative;
    overflow: hidden;
    padding-bottom: 0.5em;
    transition: height 0.5s ease-out;
  }
  .two-columns-layout .body-content-wrapper,
  .two-columns-layout .donate-items-wrapper {
  	margin-bottom: 5px;
  }
  .body-content-wrapper > *, .donate-items-wrapper {
    display: none;
  }
  .body-content-wrapper > .body-title-wrapper {
    display: block;
  }
  .body-content-wrapper > .body-title-wrapper+p {
    display: block;
    max-height: 150px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  }
  .body-content-wrapper > h1+p,
  .body-content-wrapper > h2+p,
  .body-content-wrapper > h3+p,
  .body-content-wrapper > h4+p,
  .body-content-wrapper > h5+p,
  .body-content-wrapper > h6+p {
    display: block;
    max-height: 250px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  }
  .body-content-wrapper > h1,
  .body-content-wrapper > h2,
  .body-content-wrapper > h3,
  .body-content-wrapper > h4,
  .body-content-wrapper > h5,
  .body-content-wrapper > h6,
  .body-content-wrapper > button {
    display: block;
  }
  .body-content-wrapper > button {
    background-color: #aaa;
    border-radius: 6px;
    /* box-shadow: 0 0 2px -1px rgb(0 0 0 / 30%), 0 5px 8px -3px rgb(0 0 0 / 10%), 0 16px 20px -10px rgb(0 0 0 / 20%); */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: -40px auto 0;
    opacity: 1;
    padding: 10px 15px;
    transition: color .2s ease-in-out;
  }
  .body-content-wrapper > button:before {
    position: absolute;
    content: '';
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    z-index: 40;
	}
  p:last-child {
    margin: 10px 0 0;
	}
  .donation-title {
  	padding: 5px 0;
  	font-size:24px;
    margin-top: 10px;
  }
  .main-image {
    margin: 0 auto 10px;
  }
  .body-content-wrapper.open > *,
  .body-content-wrapper.ready > *,
  .donate-items-wrapper.open {
    display: revert;
  }
  .body-content-wrapper.open > h1+p,
  .body-content-wrapper.open > h2+p,
  .body-content-wrapper.open > h3+p,
  .body-content-wrapper.open > h4+p,
  .body-content-wrapper.open > h5+p,
  .body-content-wrapper.open > h6+p,
  .body-content-wrapper.open > p,
  .donate-items-wrapper.open {
    display: block;
    max-height: 100%;
    -webkit-mask-image: none !important;
  }
  /* JL says fix padding */
  body:not(.path-clone) [type="checkbox"]:not(:checked) + label,
  body:not(.path-clone) [type="checkbox"]:checked + label,
  body:not(.path-clone) [type="radio"]:not(:checked) + label,
  body:not(.path-clone) [type="radio"]:checked + label {
  	padding-left: 0;
  }
  .frequency-content h1,
  .frequency-content h2,
  .frequency-content h3,
  .frequency-content h4,
  .frequency-content h5,
  .frequency-content h6,
  .frequency-content legend {
    margin-top: 10px;
  }
  .thank-you-text hr {
  	margin-bottom: 10px;
  	margin-top: 10px;
  }
  /* hide button when OPEN */
  .body-content-wrapper.open > button {
    display: none;
	}
}