body {
	width: 100%;
	overflow-x: hidden;
}

.fundraiser__banner {
	background: url('../img/map__bg-main.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.fundraiser__banner-gradient {
	padding: 120px 20px 160px 20px;
}

.fundraiser__banner-content {
	padding-bottom: 30px;
}

.fundraiser__banner-content h1 {
	font-size: 4em;
	color: #fff !important;
}

.fundraiser__banner-content h3 {
	font-size: 2.5em;
	color: #fff;
	font-weight: 400;
}

.fundraiser__background-container {
	background: #E9E9E9;
	padding-bottom: 0px;
	border-top: solid 0px #dd3928;
}

.fundraiser__profile-name {
	margin-bottom: 0px;
	font-size: 3em;
}

@media only screen and (max-width: 992px) {

	.fundraiser__banner-gradient {
		padding: 0px 20px 100px 20px;
	}
}

.fundraiser__profile-blank {
	margin-top: -100px;
	width: 100%;
	max-width: 220px;
	max-height: 220px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.team__profile-blank {
	margin-top: -100px;
	width: 100%;
	max-width: 220px;
	max-height: 220px;
	border-radius: 0%;
	border: 3px solid #fff;
}

.fundraiser__donate-button {
	padding-top: 0px;
}

.fundraiser__donate-button button {
	border: 0px;
	background: #dd3928;
	padding: 14px 20px 16px;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	border-radius: 3px;
	width: 100%;
}

.fundraiser__donate-button button:hover {
	background: #AC2C1F;
}

.fundraiser__team-members {
	margin-top: 10px;
	margin-bottom: 100px;
}

.fundraiser__team-members-outer {
	padding: 5px 25px;
}

.fundraiser__team-members-container {
	background: #fff;
	padding: 10px 15px 15px;
	margin-bottom: 8px;
	min-height: 85px;
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}

.fundraiser__team-members-container img {
	width: 100px;
	height: 100px;
	margin-top: -40px;
	border-radius: 50%;
	border: solid 2px #fff; 
}

.fundraiser__team-members-container h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	font-weight: 700;
	vertical-align: middle;
	font-size: 2em;
	padding-top: 10px;
	text-transform: uppercase;
}


.fundraiser__team-members-container h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	font-size: 1.2em;
	padding-top: 5px;
}


.fundraiser__team-members-container h4 span {
	font-size: 2em;
	font-weight: 700;
	color: #dd3928;
}

.teamMember__progress-bar {
	background: #E8E8E8;
	border: solid 1px #F5F5F5;
	border-radius: 20px;
	padding: 3px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.teamMember__progress-bar-amount {
	background: #dd3928;
	border-radius: 10px;
	height: 6px;
	width: 0%;
	max-width: 100%;
	display: inline-block;
}

@media only screen and (max-width: 992px) {
	.fundraiser__team-members-container h3 {
		padding-top: 5px;
	}
}

.fundraise__view-member-btn {
	background: #dd3928;
	padding: 10px 13px;
	color: #fff;
	font-size: 1.1em;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}

.fundraise__view-member-btn:hover {
	background: #A82B1F;
	color: #fff;
	text-decoration: none;
}


.donateTo__title {
	padding-bottom: 20px;
}

.donateTo__amount-box {
	background: #fff;
	padding: 25px 40px 50px;
	width: 100%;
	border-top: solid 4px #dd3928;
	max-width: 500px;
	margin: 0 auto;
	margin-top: -80px;
	-webkit-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
	box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
}

.donateTo__amount-box .fundraiser__donate-button {
	margin-top: 40px;
}

.donateTo__amount-box h2 {
	font-weight: 400;
	display: inline;
	font-size: 2.4em;
	color: #414042;
}

.donateTo__amount-box h2 span {
	color: #dd3928;
}

.donateTo__amount-box h3 {
	font-weight: 400;
	display: inline;
	font-size: 1.3em;
	color: #414042;
}

.donateTo__amount-box h3 .home__goal-amount {
	font-weight: 500;
	font-size: 1.4em;
}

.donateTo__progress-bar {
	background: #E8E8E8;
	border: solid 1px #F5F5F5;
	border-radius: 20px;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}

.donateTo__progress-bar-amount {
	background: #dd3928;
	border-radius: 10px;
	height: 10px;
	width: 0%;
	max-width: 100%;
	display: inline-block;
}

.fundraiser__profile-description-container {
	margin-top: 30px;
	margin-bottom: 80px;
	padding-bottom: 60px;
}

.fundraiser__profile-description {
	font-weight: 400;
	color: #414042;
	position: relative;
	font-size: 1.2em;
	line-height: 1.1em;
}

.fundraiser__body-video {
	padding-bottom: 100px;
	background: #DDDDDD;
}

// .fundraiser__body-video h4 {
// 	font-weight: 400;
// 	font-size: 2em;
// 	line-height: 1em;
// }


.fundraiser__video-blurb {
	font-size: 1.9em; 
	line-height: 1.1em;
}


@media (max-width: 992px) {

	.fundraiser__body-header {
		font-size: 1.7em !important; 
		line-height: 1.1em !important;
	}

	.fundraiser__banner-content {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.fundraiser__banner-content h1 {
		font-size: 2.3em;
		line-height: 1em; 
	}

	.fundraiser__banner-content h3 {
		font-size: 1.7em;
	}

	// .fundraiser__body-video h3 {
	// 	font-weight: 400;
	// 	font-size: 2em;
	// 	line-height: 1em;
	// }
}

.fundraiser__rescue-breakdown-body {
	background: #e6e7e8;
	padding-bottom: 250px;
	padding-top: 70px;
}

.fundraiser__breakdown-body-rescue-content h2 {
	color: #414042;
	font-weight: 400;
	font-size: 2.3em;
}

.fundraiser__breakdown-body-rescue-content h2 strong {
	font-weight: 700;
	font-size: 1.5em;
}

.fundraiser__breakdown-body-rescue-content h3 {
	font-weight: 700;
	color: #dd3928;
	font-size: 3em;
}

.fundraiser__breakdown-body-rescue-content p {
	font-size: 1.2em;
	line-height: 1.1em;
}

.fundraiser__rescue-breakdown {
	padding: 20px 30px;
}

.fundraiser__rescue-breakdown h3 {
	color: #414042;
}

@media (max-width: 992px) {
	.fundraiser__rescue-breakdown {
	    padding: 5px 30px;
	}
}

.fundraiser__rescue-breakdown img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -8px;
}

.fundraiser__share {
	position: relative;
	padding-top: 20px;
}

.fundraiser__share a {
	color: transparent;
}

.header__share {
	display: none;
}

.fundraiser__donate-list-container {
	background: #F8F8F8;
	padding: 15px 40px 50px;
	width: 100%;
	border-top: solid 1px #EBEBEB;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
	box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.08);
}

.fundraiser__donate-list-container .donateTo__donors {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.fundraiser__donate-list-container .donateTo__donors h2 {
	color: #414042;
	font-weight: 400;
	font-size: 1.6em;
}

.donateTo__donor-list {
	width: 100%;
	max-height: 130px;
	overflow-y: auto;
	display: block;
}

.donateTo__donor-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #CDCDCD;
}

.donateTo__donor-list::-webkit-scrollbar {
    width: 4px;
    background-color: #CDCDCD;
    border-radius: 10px;
    margin-right: 40px;
}

.donateTo__donor-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #373737;
}

.donateTo__donor-list ul {
	list-style-type: none;
	margin-left: 0px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.donateTo__donor-list li {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fundraiser__thank-bottom {
    background: #DCDDDF;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 400px;
    min-height: 700px;
}

.fundraiser__thank-donate-box {
	width: 100%;
	background: #fff;
	padding: 20px 40px;
	border-top: solid 3px #dd3928;
	margin-top: 50px;
}

.fundraiser__thank-donate-box h5 {
	font-size: 1.8em;
	color: #414042;
	margin-bottom: 30px;
}

.fundraiser__thank-donate-box h3 {
	font-weight: 400;
	display: inline;
	font-size: 1.3em;
	color: #414042;
}

.fundraiser__thank-donate-box h3 .home__goal-amount {
	font-weight: 500;
	font-size: 1.4em;
}

.fundraiser__thank-donate-box h2 {
	font-weight: 400;
	display: inline;
	font-size: 2.4em;
	color: #414042;
}

.fundraiser__thank-donate-box h2 span {
	color: #dd3928;
}

.fundraiser__thank-donate-box h3 {
	font-weight: 400;
	display: inline;
	font-size: 1.3em;
	color: #414042;
}

.fundraiser__thank-donate-box .donateTo__progress-bar {
	margin-top: 40px;
}