@charset "UTF-8";
/* CSS Document */

body {
	background-color: #960A0A;
	text-align:center;
	background-image: url(../images/bgTile.jpg);
	background-repeat:repeat;
	font-family: 'Lato', Helvetica, Arial, sans-serif
}
body, ul, li { padding:0; margin:0; }



p a , h3 a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

::selection {
	background: #960a0a; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #960a0a; /* Firefox */
	color: #fff;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////// DESKTOP STYLES ///////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */

.bxslider li { list-style: none; }
.bxslider li img {
	width: 100%;
	display: none;
}
.carouselFader , .carouselFaderMobile {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: 0 !important;
}

.carouselWrapper {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -60px;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: 60px !important;
}

.contentWrapper {
	width: 100%;
	position: absolute;
	z-index: 9999;
}
	
.container {
	width: 996px;
	margin: 0 auto;
	text-align:center;
	
	/*background-color: rgba(255, 255, 255, 0.15);*/
	background-image: url(../images/whiteBG_grad.png);
	background-repeat:repeat-x;
	background-position: top;
	
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	
	behavior: url(pie/PIE.htc);
}
.containerInner {
	padding: 30px;
}

.footerWrapper {
	/*/background-color: #000;*/
	width: 996px;
	margin: 0 auto;
	text-align:center;
	/*margin-bottom: 20px !important;*/
	
	/*
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	*/
	
}

h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding: 0 10%;
}

.giveNowBtn {
	margin: 10px 0;
}
.buttonFader {
	opacity: 1.0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.buttonFader:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.giveNowBtn {
	backface-visibility: hidden;
    transform: rotate(0deg);
}

h3 {
	color: #960a0a;
	font-size: 22px;
	line-height: 30px;
}
h3 a {
	color: #960a0a;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
}
p {
	color: #676767;
	font-size: 14px;
	line-height: 20px;
}
.footerLine {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
}
.footerLine a {
	color: #960a0a;
	text-decoration: none;
}
.footerLine a:hover {
	color: #000000;
}
.creditLine {
	color: #181818;
	font-size: 12px;
	line-height: 16px;
}
.creditLine a {
	color: #181818;
	text-decoration: none;
}
.creditLine a:hover {
	color: #960a0a;
}
.heartIcon {
	margin-top: 15px;
}
.FAQsLegals {
	padding: 0 30%;
}

/* FAQs */

.faqsWrapper , .mailfaqsWrapper {
	width: 80%;
	margin: 0 10% 35px;
	background-color: #960a0a;
	
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	
	behavior: url(pie/PIE.htc);
	
	display: none;
}
.faqsInnerWrapper {
	padding: 20px;
}
.faqsInnerWrapper p {
	color: #f8d2d2;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin:0; padding: 0;
	margin-bottom: 18px;
}
.qWrapper {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
	display: inline-block;
}
.faqsInnerWrapper p a {
	color: #fff;
	text-decoration: none;
}
.closeBtn {
	float: right;
	/*margin-bottom: 15px;*/
}


.carouselFaderMobile { display: none; }


.preloadSliderImgs img { display: none; }

.loadingWrapper {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	z-index: 99;
	display: table;
}
.loadingWrapper p {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
	position:relative;
	color: #fff;
	padding: 0 80px;
	font-size: 15px;
	line-height: 18px;
	
	display: none;
}
/*.loadingWrapper img {
	background-image:url(../images/loaderBG.png);
	background-position: top center;
	background-repeat: none;
	
	padding: 8px;
	margin-bottom: 6px;
}*/



.navWrapper {
	width: 100%;
	position:absolute;
	z-index: 999999;
	background-image: url(../images/navBG.png);
	background-repeat:repeat;
	padding: 14px 0 18px;
	text-align:center;
}
.navWrapper ul {
	margin: 0;
	padding: 0;
}
.navWrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.navWrapper li a {
	color: #fff;
	text-decoration:none;
	padding: 0 20px;
	font-size: 17px;
}
.navWrapper li a:hover {
	color: #FF9 !important;
}
.navOn {
	color: #FF9 !important;
}

.desktopNav { display: block; }
.mobileNav { display: none; }


h3 a {
	padding: 0 25px;
}
.mailfaqsWrapper { display: none; }

.stewardsBlock h4 { font-size: 20px; margin-bottom: 0px; margin-top: 35px; color: #333; }
.stewardsBlock p  { margin-top: 4px; margin-bottom: 20px; color: #333; }


.contentPage .container { margin-top: 52px; background-image: url(../images/whiteBG_solid.png); background-repeat: repeat; }
.containerHome { margin-top: 0px; }
.contentPage .navWrapper { background-image: none; }
.contentPage p , .mainBody li {
	text-align: left;
	font-size: 15px;
	line-height: 23px;
	/*padding: 0 5%;*/
	color: #676767;
}
.mainBody {
	width: 90%;
	padding: 0 5%;
	float: left;
	margin-bottom: 30px;
}
.mainBody li {
	padding-left: 20px;
	margin-left: 30px;
	margin-bottom: 6px;
}
.ContentPagefooterWrapper p { text-align: center !important; }
.contentPage h2 , .contentPage h3 , .contentPage h4 { text-align: left; /*padding: 0 5%;*/ margin-top: 30px; margin-bottom: 12px; color: #000; }

.contentPage h1 {
	font-size: 38px;
}
.contentPage h3 {
	font-size: 21px;
}

.rangePhotoRight {
	float: right;
	margin: 0px 0px 25px 25px;
	padding: 8px;
	background-color: #fff;
	width: 30%;
	height: auto;
}
.rangePhotoLeft {
	float: left;
	margin: 0px 25px 25px 0px;
	padding: 8px;
	background-color: #fff;
	width: 30%;
	height: auto;
}
.contentPage .logo {
	margin-top: 10px;
	margin-bottom: 0px;
}
p.centerIt {
	width: 100%;
	text-align:center;
}
.photoCentered {
	padding: 8px;
	background-color: #fff;
	width: 98%;
	height: auto;
	margin: 0px 0;
}


.quoteOdd {
	float: left;
	width: 91%;
	margin: 15px 0 15px 0%;
	padding-left: 6%;
	padding-right: 3%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 5px solid #999;
	background-color: #e2e2e2;
}
.quoteEven {
	float: right;
	width: 91%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 15px 0 15px 0%;
	padding-right: 6%;
	padding-left: 3%;
	border-right: 5px solid #c2c2c2;
	text-align: right;
	background-color: #FFF;
}
.quoteOdd p , .quoteEven p {
	font-style: italic;
	line-height: 26px;
	font-size: 15px;
	font-family: Georgia, Times;
}
.quoteOdd p {
	color: #444;
}
p.quoteAuthor {
	text-align: right;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	float: right;
	font-style: normal;
	font-family: Lato;
	color: #888888;
}
.quoteOdd  img , .quoteEven img {
	padding: 0;
}

.carouselBtnsBehindNav { z-index: 99 !important; }


.whoweareItemWrapper {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.whoweareItemWrapper h4 {
	margin-top: 0px;
}
.whoweareItemContent_LHS {
	width: 65%;
	margin-right: 3%;
	float: left;
}
.whoweareItemContent_RHS {
	width: 65%;
	margin-left: 3%;
	float: right;
}
.whoweareItemPhoto_RHS {
	width: 32%;
	float: right;
}
.whoweareItemPhoto_LHS {
	width: 32%;
	float: left;
}
.whoweareItemPhoto_RHS img , .whoweareItemPhoto_LHS img {
	height: auto;
	padding: 5px;
	background-color: #fff;
	width: 97%;
	height: auto;
	margin: 0px 0;
}

.fade {
	float: right;
	width: 100%;
}
	
h4.bibleItemTitle { margin-top:30px; }

@media (max-width: 999999px) {
	
	.container , .footerWrapper {
		width: 80%;
		margin: 0 10%;
	}
	
	
}

@media (max-width: 1400px) {
	
	.container , .footerWrapper {
		width: 96%;
		margin: 0 2%;
	}
	
	
}

@media (max-width: 1000px) {

	.navWrapper li a {
		padding: 0 10px;
		font-size: 17px;
	}
	
}

@media (max-width: 995px) {
	
	.container , .footerWrapper {
		width: 96%;
		margin: 0 2%;
	}
	.faqsWrapper , .mailfaqsWrapper {
		width: 90%;
		margin: 0 5% 35px;
	}
	.container {
		-webkit-border-radius: 12px 12px 12px 12px;
		border-radius: 12px 12px 12px 12px;
		
		behavior: url(pie/PIE.htc);
	}
	.carouselWrapper {
		top: 0px;
	}
	.bx-wrapper .bx-controls-direction a {
		 margin-top: 0px !important;
	}
	
}

@media (max-width: 860px) {

	.navWrapper li a {
		padding: 0 7px;
		font-size: 15px;
	}
	
}

@media (max-width: 767px) {
	
	.container , .footerWrapper  {
		width: 100%;
		margin: 0;
		/*margin-bottom: 0px !important;*/
		
		-webkit-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		
		behavior: url(pie/PIE.htc);
		
	}
	.logo {
		width: 60%;
		height: auto;
	}
	.FAQsLegals {
		padding: 0 10%;
	}
	.footerLine {
		font-size: 14px;
		line-height: 20px;
		margin: 0px;
	}
	.faqsWrapper , .mailfaqsWrapper {
		width: 90%;
		margin: 0 5% 35px;
	}
	
	.container {
		background-image: url(../images/whiteBG_solid.png);
	}
	
	.desktopNav { display: none; }
	.mobileNav { display: block; }
	.navWrapper { 
		width: 100%;
		padding: 0;
		background: none;
		text-align: left;
	}
	.mobileNav ul {
		width: 100% !important;
		text-align:center;
		background-image: url(../images/mobilenavBG.jpg) !important;
		background-repeat:repeat;
		position:relative;
		top:-4px;
		float: left;
		padding: 5px 0 8px;
		z-index: 99999999999 !important;
	}
	.mobileNavUL { display: none; }
	.mobileNav li {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 0;
	}
	.mobileNav ul li a {
		display: block;
	}
	.contentPage .container { margin-top: 50px; }
	.mainBody { width: 96%; padding: 0 2%; }
	
}


@media (max-width: 520px) {
	
	.logo {
		width: 80%;
		height: auto;
	}
	h1 {
		font-size: 18px;
		line-height: 28px;
		font-weight: bold;
		padding: 0 0%;
	}
	/*.bx-wrapper .bx-controls-direction a {
		display: none;
	}*/
	.giveNowBtn {
		width: 90%;
		height: auto;
		margin-bottom: 0px;
	}
	.faqsWrapper , .mailfaqsWrapper {
		width: 96%;
		margin: 0 2% 35px;
	}
	.faqsInnerWrapper {
		padding: 15px;
	}
	h3 a {
		padding: 0 18px;
		font-size: 20px;
	}
	.rangePhotoRight , .rangePhotoLeft {
		float: left;
		margin: 0px 0px 15px 0px;
		padding: 5px;
		background-color: #fff;
		width: 93%;
		height: auto;
	}
	.contentPage h1 {
		font-size: 28px;
	}
	.photoCentered {
		padding: 5px;
	}
	.quoteOdd  img , .quoteEven img {
		padding: 0;
		width: 100%;
	}
	.quoteOdd , .quoteEven {
		padding: 8px 6%;
		width: 88%;
	}
	p.quoteAuthor {
		font-size: 12px !important;
		line-height: 19px !important;
	}
	
}


@media (max-width: 480px) {
	
	.carouselFaderMobile { display: block; }
	.carouselFader { display: none; }
	
	h3 a {
		padding: 0 10px;
		font-size: 20px;
		display: block;
		line-height: 30px;
	}
	.contentPage p , .mainBody li {
		font-size: 13px;
		line-height: 20px;
	}
	.contentPage h2 , .contentPage h3 , .contentPage h4 { font-size: 18px; }
	.contentPage .logo { margin-top: 5px !important; margin-bottom: 10px !important; }
	.mainBody { width: 100%; padding: 0; }
	.containerInner { padding: 20px 20px; }
	
	
}

@media (max-width: 380px) {
	
	.whoweareItemContent_LHS {
		width: 100%;
		margin-right: 0%;
	}
	.whoweareItemContent_RHS {
		width: 100%;
		margin-left: 0%;
	}
	.whoweareItemPhoto_RHS {
		width: 100%;
	}
	.whoweareItemPhoto_LHS {
		width: 100%;
	}
	h4.bibleItemTitle { margin-top:0px; }
	
}

@media (max-width: 321px) {
	
	.logo {
		width: 100%;
		height: auto;
	}
	.giveNowBtn {
		width: 100%;
		height: auto;
	}
	.faqsWrapper , .mailfaqsWrapper {
		width: 100%;
		margin: 0 0 35px;
	}
	.faqsInnerWrapper {
		padding: 12px;
	}
	
}