body {
	padding-top: 0px;
	margin-top: -20px;
	width: 100%;
	overflow-x: hidden;
}

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

.home__banner-container {
	padding: 12% 20px 220px 20px;
}

.home__banner-content h1 {
	font-weight: 700;
	font-size: 4.2em;
	line-height: 1em; 
	color: #fff;
	text-transform: initial;
}

.home__banner-content h4 {
	font-weight: 400;
	font-size: 2em;
	color: #fff;
}

@media (max-width: 992px) {
	.home__banner-container {
		padding: 12% 20px 200px 20px;
	}

	.home__banner-content {
		padding-top: 60px;
		padding-bottom: 30px;
	}

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

	.home__banner-content h4 {
		font-size: 1.5em;
	}
}

.home__banner-btn {
	background: #dd3928;
	padding: 10px 20px 12px;
	color: #fff;
	font-size: 1.9em;
	border-radius: 3px;
	margin-top: 35px;
	display: inline-block;
}

.home__banner-btn:hover {
	background: #882319;
	color: #fff;
	text-decoration: none;
}

.home__donateTo {
	padding-bottom: 100px;
	background: #E2E2E2;
	width: 100%;
}

.home__breakdown {
	padding-bottom: 100px;
	background: #E2E2E2;
	width: 100%;
}

.home__body-rescue-content h2 {
	color: #414042;
	font-weight: 400;
}

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

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

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

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

.home__rescue-breakdown h3 {
	font-weight: 700;
	color: #414042;
	font-size: 3em;
}

.home__rescue-breakdown p {
	font-size: 1.3em;
	line-height: 1.1em;
}

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

.home__rescued-profiles {
	background: #fff;
	padding: 10px 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.home__body-rescue-title {
	margin-top: 40px;
	margin-bottom: 40px;
}

.home__rescued-profiles img {
	display: inline;
	margin-right: 10px;
	width: 100%;
	max-width: 45px;
	border-radius: 50%;
}

.home__rescued-profiles h5 {
	display: inline;
	color: #414042;
	font-weight: 400;
	font-size: 1.6em;
	vertical-align: middle;
}

.home__rescued-profiles a {
	margin-top: 5px;
	display: inline-block;
	color: #7B797D;
	text-decoration: underline;
}

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

.home__bottom-footer-action {
    background: #D0D1D3;
    background-image: url('../img/rescue__LandscapeClipped.png');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home__video-body-video {
	margin-top: -100px;
	margin-bottom: 40px;
}

.home__video-body-video iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
	border: solid 5px #fff;
}

.margin__top-reset {
	margin-top: 0px;
}

.top__amount {
	margin-top: 0px; 
	margin-bottom: 0px;
}

.top__amount-style {
	font-size: 1.2em; 
	font-weight: 400; 
	margin-top: 3px;
}

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

.home__top-fundraisers-refugees-rescued-container {
	padding-top: 10px;
	padding-bottom: 100px;
}

.home__top-fundraisers-refugees-rescued-box {
	background: #fff;
	padding: 10px;
	margin-top: 50px;	
	min-height: 245px;
}

.home__top-fundraisers-refugee-profile-blank {
	margin-top: -30px;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	float: left;
	border: solid 2px #fff;
}

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

.home__top-fundraiser-read-story-btn:hover {
	background: #A52A1E;
	padding: 10px 13px;
	color: #fff;
	text-decoration: none;
}

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

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