.node-local-charity .content {
	width: 800px;
	margin: auto;
	background: #f9f9f9;
	position: relative;
}
.node-local-charity .content .banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* height: 220px; */
	height: 380px;
	width: 100%;
	float: left;
}
.node-local-charity .content .banner a.icon-close {
	width: 23px;
	height: 22px;
	background-position: -302px -99px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.node-local-charity .content .banner .logo {
	border-radius: 62px;
	position: absolute;
	overflow: hidden;
	height: 100px;
	width: 100px;
	z-index: 1;
	left: 20px;
	/* top: 50px; */
	top: 249px;
	/* bottom: 75px; */
}
.node-local-charity .content .banner .logo img {
	display: block;
}
.node-local-charity .content .banner h1 {
	position: absolute;
	bottom: 65px;
	left: 141px;
	margin: 0;
	font-size: 26px;
	color: white;
	z-index: 1;
}
.node-local-charity .content .banner .shadow {
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.node-local-charity .content .body {
	float: left;
	position: relative;
	border-bottom: 2px solid #eee;
	z-index: 0;
}
.node-local-charity .content .copy {
	padding: 40px 40px 18px 40px;
	background: white;
	width: 479px;
	float: left;
}
.node-local-charity .content .copy *:first-child {
	margin-top: 0;
}
.node-local-charity .content .copy:before {
	background: white;
	width: 559px;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.node-local-charity .content .copy p {
	margin: 0 0 22px 0;
}
.node-local-charity .content .side-panel {
	padding: 30px;
	background: white;
	border-left: 2px solid #eee;
	width: 179px;
	float: left;
}
.node-local-charity .content .side-panel:before {
	width: 241px;
	background: white;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 559px;
}
.node-local-charity .content .side-panel p.title {
	font-family: "museo-slab",Georgia,serif;
	line-height: 30px;
	font-size: 22px;
	font-style: italic;
	color: #aaa;
	margin: 0;
	text-align: center;
}
.node-local-charity .content .side-panel p.title span.amount {
	/* color: #89cb97; */
	/* color: #B6CAB5; */
	color: #2B8082;
	font-size: 30px;
	font-weight: 900;
	font-style: normal;
}
.node-local-charity .content .side-panel .button {
	margin: 0;
}
.node-local-charity .content .side-panel .text-carousel {
	position: relative;
	height: 180px;
	margin: 25px 0;
}
.node-local-charity .content .side-panel .text-carousel button {
	width: 41px;
	height: 26px;
	border: 0;
	background-color: transparent;
	background-image: url('../../images/sprite-arrows-local-charities.png');
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}
.node-local-charity .content .side-panel .text-carousel button.down {
	background-position: 0 -26px;
	bottom: 0;
}
.node-local-charity .content .side-panel .text-carousel p.text {
    font-size: 18px;
    text-align: center;
    letter-spacing: -1px;
    width: 100%;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    opacity: 0;
    height: auto;
    margin: 0px !important;
}
.icon-foundation {
    width: 65px;
    margin-right: 10px;
}
table#tableData tr td:nth-child(2) {
    text-align: right;
}
table.charity-donation-table tr td:nth-child(2) .numBox {
    text-align: right;
}
table.charity-donation-table tr td:nth-child(2) .numBox input {
    text-align: right !important;
}
table.charity-donation-table tr:nth-child(2) td:nth-child(2) {
    text-align: right !important;
}
.custom-control-width .numBox {
    align-items: flex-end !important;
    width: 30px;
    text-align: center !important;
}
.custom-control-width .numBox .value {
    text-align: right;
}
.side50 .right_sec {
    padding: 105px 10px !important;
}
.custom-control-width .numBox .value input {
    text-align: right !important;
}
table.offset tr td:nth-child(2) {
    text-align: right !important;
}
.node-local-charity .map {
	float: left;
	width: 100%;
	margin: 20px;
}
.modal .node-local-charity {
	margin: 100px 0;
}

.custom-book-now-btn {
    position: relative;
    z-index: 9;
}

.text-carousel .texts {
    position: relative;
    height: 100%;
}