body.body-nav-white{
	padding-top: 91px;
}
.global-hero {
	background-image: url(../jpg/hero-17.jpg);
	padding-top: 210px;
	padding-bottom: 170px;
	background-size: auto 100%;
	background-attachment: scroll;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-position: 50% center;
}

section.here-to-help img,
section.ready-make-difference img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

section.here-to-help {
    padding: 40px 0;
}
.htp-right {
    float: right;
    width: 30%;
}
.htp-left {
    float: left;
    width: 63%;
    padding: 30px 0 0;
}
.htp-left h2 {
	margin: 0 0 10px;
}


section.ready-make-difference {
    background-color: #f9f9fa;
	padding: 30px 0 0;
}
.rmd-left {
    float: left;
    width: 28%;
}

.rmd-right {
    float: right;
    width: 65%;
    text-align: right;
    padding: 35px 0 0;
}
.rmd-right h2 {
	margin: 0 0 15px;
}

section.charity-slider {
    background-color: #27ae60;
    padding: 30px 0;
	color: #fff;
}
div#charity-slides {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
	position: relative;
}
a.charity-slider-control {
	position: absolute;
    color: #fff;
    font-size: 90px;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 1;
    display: block;
    text-decoration: none !important;
    margin: auto;
    height: 40px;
}
a.charity-slider-control.right {
	left: auto;
	right: 0;
}

a.charity-slider-control > span {
	display: block;
}
a.charity-slider-control > span:after {
    font-family: 'tc-icons';
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-indent: -25px;
}
a.charity-slider-control.left > span:after {
	content: "\e686";
}
a.charity-slider-control.right > span:after {
	content: "\e684";
}

.charity-slide {
    text-align: center;
}
.charity-slide h2 {
	margin: 0 0 10px;
}
.charity-slide h2 span {
	vertical-align: middle;
}

ol.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
ol.carousel-indicators > li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}
ol.carousel-indicators > li.active {
	background: #fff;
}


section.local-charities {
    background: #2a2d32;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.feeding-south-fl img,
.women-in-distress img {
	display: inline-block;
}

section.feeding-south-fl {
	background-image: url(../jpg/feeding-south-fl.jpg);
    color: #fff;
    background-position: 50% center;
    padding: 100px 0 45px;
    background-size: cover;
}
.fsfl-left {
    float: left;
    width: 46%;
    text-align: center;
}
.fsfl-right {
    float: right;
    width: 53%;
}
.fsfl-right h4 {
	margin: 0 0 15px;
}

section.women-in-distress {
    background-image: url(../jpg/women-in-distress.jpg);
    color: #fff;
    background-position: 50% center;
    padding: 100px 0;
    background-size: cover;
    margin: 3px 0 0;
}
.wid-right {
    float: right;
    text-align: center;
}
.wid-left {
    float: left;
    width: 46%;
}

section.we-want-to-help {
    text-align: center;
    padding: 60px 0 100px;
}
section.we-want-to-help h2,
section.women-in-distress h2 {
	margin: 0 0 15px;
}

@media(max-width: 1023px) {
	.rmd-right {
		padding: 0;
	}
	section.ready-make-difference {
		padding: 30px 0;
	}
	.htp-left {
		padding: 0;
		width: 55%;
	}
	.htp-right {
		width: 35%;
	}
	.rmd-left {
		width: 35%;
	}
	.wid-right {
		width: 50%;
	}
}
@media(max-width: 767px) {
	.global-hero {
		padding-top: 160px;
		padding-bottom: 110px;
	}
	.htp-right {
		float: none;
		width: 100%;
	}
	.htp-left {
		float: none;
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
	}
	.rmd-left {
		float: none;
		width: 100%;
	}
	.rmd-right {
		float: none;
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
	}
	.fsfl-left {
		float: none;
		width: 100%;
	}
	.fsfl-right {
		float: none;
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
	}
	section.feeding-south-fl {
		padding: 30px 0;
	}
	.wid-right {
		float: none;
		width: 100%;
	}
	.wid-left {
		float: none;
		width: 100%;
		text-align: center;
		padding: 20px 0 0;
	}
	section.women-in-distress {
		padding: 40px 0;
	}
	.charity-slide h2 span {
		display: block;
		text-align: center;
	}
}