/* Bloomerang Donation Form */
.contribute-banner {
	background-image: url("../jpg/bg-contribute.jpg");
	background-position: center;
	background-size: cover;
	padding: 20px 25px 15px;
}
.contribute-banner.planned-giving {
	background-image: url("../jpg/bg-contribute-planned.jpg");
}
.contribute-banner h1 {
	color: #fff;
	text-align: right;
	line-height: .9em;
	font-size: 110px;
	text-shadow: 0 0 3px rgb(0 0 0 / 48%);
}
.contribute-banner h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
    font-style: italic;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 3px rgb(0 0 0 / 48%);
}
.contribute-text {
	/* same as H3 */
	font-size: 1.5em;
	line-height: 1.2em;
}

/* Details */
.contribute-form-details {
	display: table;
	width: 100%;
}
.contribute-form-details .thumb-img {
	width: 290px;
	display: block;
	border: solid 5px #fff;
	box-shadow: 0 0 4px rgb(164 164 144);
	margin-bottom: 20PX;
}
.contribute-form-details > div h1 {
	font-size: 40px;
	color: #ea8302;
	margin-bottom: 20px;
}

.contribute-form-details > div p {
	font-size: 18px;
	line-height: 1.6em;
}
.contribute-form-details > div p * {
	font-size: 1em;
}
@media (min-width: 990px) {
	.contribute-form-details > div {
		width: 72%;
		padding: 0vw 0vw 2vw 2vw;
	}
	.contribute-form-details > div h2 {margin: 0 0 10px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
	.contribute-form-details {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.contribute-form-details .thumb-img {
	    width: 28%;
	}
}

.hidden-public { display: none }

.right-column-bottom {
	display: flex;
	/*flex-wrap: wrap;*/
}
.right-column-bottom .info {
	display: block;
}
.right-column-bottom .image {
	width: 293px;
}
.right-column-bottom .image img { border: none }

#donation-form-outer-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 19%);
}
#donation-form {}


#donation-form .section.contact,
#donation-form .section.billing-address,
#donation-form .section.custom-fields {
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: solid 1px #ccc;
}

@media (min-width: 768px) {
	
	#donation-form .section:not(.donation, .recurring) {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#donation-form .section.donation,
	#donation-form .section.recurring {
		float: left;
		width: 47%;
		margin-right: 3%;
		padding: 0;
	}
	#donation-form .section:not(.donation, .recurring) h3 {
		width: 100%;
	}
	#donation-form .section:not(.donation, .recurring, .consent, .custom-fields) .field {
		width: 47%;
		margin-bottom: 10px;
		margin-right: 3%;
	}
	#donation-form .section .checkbox:not(.consent-all) {
		margin-top: 85px;
	}
	.donation-form .field span.extra-line {
		display: block;
		height: 26px;
	}

}
.donation-form .field {
	display: block;
	width: 97%;
}
.donation-form .field span.undertag {
	display: block;
	margin: 4px 0 0;
	font-size: 13px;
	font-style: italic;
	color: #5b5b5b;
}
#donation-form .section.fund {
	/* padding-right: 200px; */
}
#donation-form .section.recurring {
    padding: 0;
}
#donation-form .section .checkbox {
    position: relative;
}
#donation-form .section .checkbox label {
    display: block;
}
#donation-form .section .checkbox input {
    width: 22px;
    height: 22px;
    margin: 0;
    margin-right: 15px;
    position: absolute;
}
#donation-form .section .checkbox .label {
    padding-top: 3px;
    display: block;
    width: 100%;
    padding-left: 30px;
    white-space: normal;
    text-align: left;
}

@media (min-width: 768px) {
	#donation-form .section.donation {
		display: flex;
		flex-wrap: wrap;
	}
	#donation-form .section .radio {
		width: 50%;
	}
}

#donation-form .section.donation {
	position: relative;
}
#donation-form .section.donation h3 {
	width: 100%;
	margin: 7px 0 40px;
}
#donation-form .section .radio {
    position: relative;
    margin-top: 0;
}
#donation-form .section .radio label {
    display: block;
}
#donation-form .section .radio input {
    width: 22px;
    height: 22px;
    margin: 0;
    margin-right: 15px;
    position: absolute;
}
#donation-form .section .radio .label {
    padding-top: 3px;
    display: block;
    width: 100%;
    padding-left: 30px;
    white-space: normal;
    text-align: left;
}
#donation-form .section.donation .text {
	width: 100%;
}

#donation-form .section.captcha label {
	display: block;
	width: 100%;
}

#donation-form-container .label,
#donation-form-container label {
    color: #414141;
    font-size: 15px;
    padding: 0;
    min-height: 21px;
}
#donation-form-container label.error {
	color: #900;
}
#donation-form-container input:not([type="button"], [type="submit"], [type="select"], [type="checkbox"]),
#donation-form-container select {
    display: block;
    width: 100%;
    max-width: 100%;
    border: solid 1px #bbb;
    height: 38px;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 4px;
}
#donation-form-container select {
    padding: 0;
    height: 36px;
}
#donation-form-container textarea {
    display: block;
    width: 100%;
    max-width: 540px;
    border: solid 1px #bbb;
    height: 38px;
    font-size: 14px;
    border-radius: 4px;
}
#donation-form-container .section.comment textarea {
    height: 110px;
}
#donation-form-container .btn-group {
    margin-top: 20px;
}
#donation-form-container .btn-group input,
#donation-form-container .btn-group input:focus {
    height: auto;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #5cb85c;
    border: solid 1px #5cb85c;
}
#donation-form-container .btn-group input:hover {
    background-color: #469746;
    border: solid 1px #469746;
}

.spreedly-background {
	background-color: #f2f5f2!important;
}
.spreedly-sidebar {
	background-color: #f0fbf0!important;
}
.spreedly-company .company-name, .spreedly-item .item-price {
	color: #2f742f!important;
}
#spreedly-modal-form .spreedly-label {
	color: #469746!important;
}
.spreedly-sidebar-divider {
	background-color: #7bdd7b!important;
}
.spreedly-button,
.spreedly-button:focus {
	background-color: #469746!important;
    border: solid 1px #7bdd7b!important;
}
.spreedly-button:hover {
	background-color: #7bdd7b!important;
    border: solid 1px #7bdd7b!important;
}

.donation-form .errors {
	text-align: center;
	font-size: 22px;
	border-radius: 6px;
	background-color: #f3dddd;
}

@media (max-width: 768px) {
	#donation-form .section.fund {
		padding-right: 100px
	}
	#donation-form .section.donation .text {
		bottom: -40px
	}
}

@media (min-width: 769px){
	.planned-giving-content {
		display: block!important
	}
	.planned-giving-content .col-md-6:nth-child(1) {
		float: left;
		width: 400px;
		margin-right: 20px;
	}
	.planned-giving-content .col-md-6:nth-child(2) {
		width: 100%!important;
	}
}

/* Planned Giving page */
.tilted-green-banner {
	position: relative;
    background: #016934;
	text-align: center;
	padding: 20px 0;
	margin: 40px 0 60px;
}
.tilted-green-banner:before,
.tilted-green-banner:after {
	content: '';
	width: 100%;
	position: absolute;
	display: block;
	background: #016934;
	height: 90px;
}
.tilted-green-banner:before {
	bottom: 100%;
	margin-bottom: -1px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.tilted-green-banner:after {
	top: 100%;
	margin-top: -1px;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.tilted-green-banner h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 35px;
}
.tilted-green-banner p {
	color: #fff;
	margin: 0 0 30px;
}
.tilted-green-banner .btn-layout {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .05em;
	border: solid 2px;
	color: #fff;
	border-color: #fff;
	border-radius: 800px;
}
.tilted-green-banner .btn-layout:hover,
.tilted-green-banner .btn-layout:focus {
	text-decoration: none;
    color: #fff;
	border-color: #004b25;
    background-color: #004b25;
}
@media (max-width: 768px) {
	.tilted-green-banner {
		margin: 40px 0;
	}
	.tilted-green-banner:before,
	.tilted-green-banner:after {
		height: 40px;
	}
	.tilted-green-banner h2 {
		font-size: 28px;
	}
}

.planned-giving-content {}
.planned-giving-content ul,
.planned-giving-content ol {
	display: block;
}
.planned-giving-content .oak-society-logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
}
.planned-giving-content .oak-society-logo img { border: none }
.planned-giving-content .publications-single-cover {
	display: block;
	text-align: center;
	max-width: 300px;
	margin: 30px auto;
}
.planned-giving-content .publications-single-cover a:not(.btn-layout) {
	transform: rotate(2deg)
}
.planned-giving-content .publications-single-cover .btn-layout {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .05em;
	border: solid 2px;
	color: #016934;
	border-color: #016934;
	border-radius: 800px;
	margin-top: 30px;
}
.planned-giving-content .publications-single-cover .btn-layout:hover,
.planned-giving-content .publications-single-cover .btn-layout:focus {
	opacity: 1;
	text-decoration: none;
    color: #fff;
	border-color: #016934;
    background-color: #016934;
}
.planned-giving-content .pewter-pin {
	display: block;
	max-width: 200px;
	margin: 10px 0 0;
}
@media (min-width: 769px) {
	.planned-giving-content .oak-society-logo {
		width: 80%;
		max-width: 390px;
		margin:0 15px 15px 0;
		display: block;
		width: 100%;
		border: none;
		float: left;
	}
	.planned-giving-content .publications-single-cover {
		float: right;
		max-width: 250px;
		margin: -10px 0 0;
		margin-left: 30px;
	}
	.planned-giving-content .pewter-pin {
		max-width: 262px;
		float: right;
		border: none;
		margin: 0;
		margin-left: 30px;
	}
}
@media (max-width: 768px) {
	.planned-giving-content .pin-li span {
		display: flex;
		flex-direction: column-reverse;
	}
}