.mainNav {
	margin:0;
}

#homeTicker {
	width: 640px;
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	border: 2px solid #e7e9ed;
	color: #000000;
	z-index: 999999;
	font-size: 18px;
	line-height: 24px;
}

.homeTickerHead {
	background-color: #e7e9ed;
	color: #132b40;
	line-height: 52px;
	padding: 0 20px;
	font-weight: bold;
}

.homeTickerBody {
	/* height: 85px; -- grow dynamically */
	padding: 10px 20px 15px;
}

.homeTickerBody a {
    font-size: 18px;
}

a.homeTickerClose {
	float:right;
	display: inline-block;
	font-family: 'FontAwesome';
	color:#de1f33;
	cursor: pointer;
	font-size: 24px;
}

/* FONT AND COLUMNS */

.lrgHeaderBlock {
	font-size: 24px;
	line-height: 36px;
	max-width: 820px;
	margin: 0 auto 70px;
	text-align: center;
}

.lrgRedHeader {
	font-size: 48px;
	color: #de1f33;
	font-weight: bold;
	margin-bottom: 30px;
}

.medRedHeader{
	font-size: 30px;
	color: #de1f33;
	font-weight: bold;
	margin-bottom: 70px;
}

.medWhiteHeader{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 70px;
}

.homeCol3, .homeCol4 {
	overflow: hidden;
}

.homeCol4 .even {
	width: 24.475%;
	margin: 0 0 0 .7%;
	float:left;
}

a.redButton {
	background: none repeat scroll 0 0 #de1f33;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
  	text-align: center;
  	display: block;
  	max-width: 200px;
  	box-sizing: border-box;
}

a.redButton:hover {
	background-color: #b60132;
}

a.btnCenter {
	margin: auto;
}

.whiteButton a {
	background-color: #FFFFFF;
	font-size: 18px;
	color: #062c3f;
	text-decoration: none;
	font-weight: bold;
	line-height: 48px;
	display: block;
	width: 31.66%;
	margin:	auto;
}

.whiteButton a:hover {
	color: #de1f33;
}

.callOutBlock {overflow: hidden;}
.callOutBlock .medRedHeader {text-align: center;}
.contentWrap > div > a.redButton {max-width: 290px;}
.callOutBlock > img {margin-bottom: 70px; width: 100%;}
.callOutBlock p, .callOutBlock p a {
	font-size: 18px;
	line-height:30px;
}

.homeCol3 .even {
	width: 28.47%;
	margin: 0 2.86%;
	float:left;
}

.copyBlock {
	margin: 0 5.99%;
}

.vidEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* HERO STYLES */

.heroHome {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.heroHomeCta {
  position: absolute;
  width: 100%;
  top: 68%;
  color: #ffffff;
  background: rgba(6,44,64,.8);
  height: 25.7%
 }

.heroHomeWrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.heroHomeHeader {
	font-size: 40px;
	font-weight: bold;
}

.heroHomeText {
	font-size: 30px;
}

.heroHomeLeft {
	display: inline-block;
	width: 74%;
	margin: 0 5% 0 0;
	vertical-align: middle;
}

.heroHomeRight {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

a.heroHomeBtn {
  background: none repeat scroll 0 0 #de1f33;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
}

a.heroHomeBtn:hover {
	background-color: #b60132;
}

.heroImage {width: 100%;}

.heroMobile {
	overflow: hidden;
	font-size: 16px;
}

.heroMobileHeader {
	font-size: 20px;
	font-weight: bold;
	color: #062c3f;
	margin: 15px 0;
}


/* MISSION SECTION */

.fullMission .even:first-child { margin-left: 0; }

.fullMission a, .mobileMission a {
	text-decoration: none;
}

.fullMission img, .mobileMission img {
	display: block;
	width: 100%;
}

.missionBoxHead {
	font-size: 34px;
	font-weight: bold;
	background-color: #062c3f;
	color:#ffffff;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.mobileMission {
	display: none;
}

.missionServicesBg {
	background: url('images/mission-services-on.jpg') center no-repeat;
	background-size: cover;
}
.missionTakeBg {
	background: url('images/mission-take-on.jpg') center no-repeat;
	background-size: cover;
}
.missionRaiseBg {
	background: url('images/mission-raise-on.jpg') center no-repeat;
	background-size: cover;
}
.missionLatestBg {
	background: url('images/mission-latest-on.jpg') center no-repeat;
	background-size: cover;
}
.missionServices:hover .missionBoxHead, .missionTake:hover .missionBoxHead, .missionRaise:hover .missionBoxHead, .missionLatest:hover .missionBoxHead {
	background-color: #de1f33;
}
.missionServices:hover img, .missionTake:hover img, .missionRaise:hover img, .missionLatest:hover img {
	opacity: 0;
}

/* INVOLVED SECTION */

.involvedBlock {
	margin-bottom: 70px;
	display: block;
	overflow: hidden;
}

.involvedBlock p {
	font-size: 18px;
	line-height: 30px;
}

.involvedBlock img {
	float: left;
    margin-right: 2.6%;
    width: 31.67%;
}

.involvedBlock h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom:15px;
}

.involvedBlock:nth-child(3) {
	margin-bottom: 0;
}

.involvedCopy {
	float: left;
    width: 65.73%;
}


/* RESOURCES SECTION */

.resourcesCallOut .even:first-child {
	margin-left: 1.56%;
}

.resourcesCallOut .even:last-child {
	margin-right: 1.56%;
}

.resourcesCallOut {
	margin-top: 70px;
	text-align: center;
}

.resourcesCallOut .redButton {
	width: 100%;
	max-width: 100%;
}

.resourcesCallOut p {
	margin: 70px auto;
}


/* NEWS SECTION */

.newsLinks {
	max-width: 775px;
	margin: 0 auto 60px;
}
.newsLinks a {
	font-size: 18px;
	line-height: 30px;
}

.newsLinks ul {
    list-style:none;
    padding-left:0;
}

.newsLinks li {
	margin-bottom: 34px;
}

ul#news_archive {
  margin-bottom: 0;
}

#news_archive li:before {
	content: '\f1ea';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -2em;
	color: #006699;
	line-height: 30px;
}

#news_link li:before {
	content: '\f0f6';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -2em;
	color: #006699;
	line-height: 30px;
}

.newsLinksDate {
	font-size: 14px;
	color: #000000;
}

/* JOIN US SECTION */

.joinus-button {
	background-color: #de1f33;
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	width: 140px;
	cursor: pointer;
}

.joinus-button:hover {
	background-color: #b60132;
}

#connectForm form {
	text-align: center;
}

#connectForm input {
	font-size: 18px;
	line-height: 36px;
	border: 1px solid #a9a9a9;
	margin: 0 25px 0 0;
	padding: 0 10px;
	height: 36px;
}


/* DONATE SECTION */

.giveCallOut {
	background-color: #062c3f;
	text-align: center;
}

.giveCallOut .copyBlock {
	color: #ffffff;
	max-width: 960px;
	margin: 70px auto;
	padding: 0 20px;
}

.giveCallOut .copyBlock p {
	margin: 0 5%;
}

.giveCallOut .homeCol3 .even {
	width: 31.66%;
	margin: 0 0 0 2.5%;
}

.giveButtons .even:first-child {
	margin: 0;
}

.giveCallOut .homeCol3 a {
	background-color: #de1f33;
	min-width: 100%;
	display: block;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 48px;
}

.giveCallOut .homeCol3 a:hover {
	background-color: #b60132;;
}

.giveButtons {
	margin: 70px auto;
}


/* PROUD SECTION */

.proudCallOut {
	max-width: 625px;
	text-align: center;
	font-size: 30px;
	color: #062c3f;
	font-weight: bold;
	margin-bottom: 70px;
}

/* SPONSOR SECTION */

.sponsorSection {
    clear: both;
    margin: 0 0 70px;
    padding: 40px 0;
    text-align: center;
    background-color: #f6f6f6;
}

@media all and (max-width: 1199px){

	.heroHomeHeader {
		font-size: 38px;
	}

	.heroHomeText {
		font-size: 28px;
	}

	.missionBoxHead {
		font-size: 28px;
	}

}

@media all and (max-width: 1023px){

	.copyBlock {
		margin:0;
	}

	.heroHomeHeader {
		font-size: 26px;
	}

	.heroHomeText {
		font-size: 20px;
	}
	a.heroHomeBtn {
		font-size: 24px;
		line-height: 48px;
	}

	.homeCol3.resourcesCallOut .even {
	  width: 100%;
	  margin: 0;
	  float: none;
	 }

	 .homeCol3.resourcesCallOut .even {
	 	margin: 40px auto;
	 }

	.homeCol3.resourcesCallOut .even:first-child {
		margin-left: 0;
		margin-top: 0;
	}

	.homeCol3.resourcesCallOut .even:last-child {
		margin-right: 0;
		margin-bottom: 0
	}
	.homeCol3.resourcesCallOut p {
		margin: 20px auto;
		text-align: left;
	}
	.homeCol3.resourcesCallOut {
		margin-top: 20px;
	}

	.giveCallOut .homeCol3 a, .whiteButton a {
		font-size: 18px;
		line-height: 36px;
	}

	.missionBoxHead {
		font-size: 24px;
	}

}

@media all and (max-width: 767px){

	.lineBreakDown, .lineBreakDownWhite {
		margin: 40px auto 30px;
	}
	.lineBreakUp, .lineBreakUpWhite {
		margin: 30px auto 40px;
	}

	.lineBreak {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	#homeTicker {
		width: auto;
		margin-right: 20px;
		font-size: 14px;
		bottom: 45px;
	}

	.homeTickerBody a {
    	font-size: 14px;
	}


	.homeTickerHead {
		line-height: 24px;
	}

	.heroHomeCta {
		display: none;
	}

	.lrgHeaderBlock {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
		text-align: left;
	}

	.lrgRedHeader {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}

	.medRedHeader, .medWhiteHeader{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.homeCol4 .even {
		float:none;
		clear: both;
		margin: 0 auto 10px;
		width: 100%;
	}

	.homeCol4 .even img {
		margin: 0 auto;
		width: 100%;
	}

	a.redButton {
		width: 100%;
		max-width: 100%;
	}

	a.btnCenter, .contentWrap > div > a.redButton {
	width: 100%;
	max-width:100%;
	}

	.whiteButton a {
		width: 100%;
	}

	.involvedBlock {
		margin-bottom: 40px;
	}

	.involvedBlock h1 {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.involvedBlock img {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.involvedCopy {
		float: none;
	    width: auto;
	}

	.newsLinks {
		margin-bottom: 20px;
	}
	.newsLinks a {
		font-size: 16px;
		line-height: 24px;
	}

	.proudCallOut {
		font-size: 24px;
		line-height:30px;
	}
	.giveButtons {
		margin:0 auto 20px;
	}
	.homeCol3.giveButtons .even {
		float: none;
		width: 100%;
		margin: 20px auto 0;
	}

	.callOutBlock > img {
		margin-bottom: 20px;
	}
	.callOutBlock p, .callOutBlock p a {
		font-size: 16px;
		line-height:24px;
	}

	.giveCallOut .copyBlock {
		margin: 20px auto;
	}
	.giveCallOut .copyBlock p {
		margin: 0;
		text-align: left;
	}

	#connectForm input, .joinus-button {
		display: block;
	  	margin-bottom: 20px;
	  	width: 100%;
	  	box-sizing: border-box;
	}

	.missionBoxHead {
		margin:	0 auto;
		max-width: 100%;
	}

	.fullMission {
		display: none;
	}

	.mobileMission {
		display: block;
	}

}

/* DON'T MISS THIS IS A MIN */
@media all and (min-width: 767px){
	.heroMobile {
		display: none;
	}
}

.singleGiveBtn {
	margin: 70px auto;
}
.singleGiveBtn a.redButton {
	background-color: #de1f33;
	display: block;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 48px;
	margin: auto;
	max-width: 400px;
}
.singleGiveBtn a.redButton:hover {
	background-color: #b60132;
}

@media all and (max-width: 1023px){
  .singleGiveBtn a.redButton {
		font-size: 18px;
		line-height: 36px;
	}
}

@media all and (max-width: 767px){
	.singleGiveBtn {
		margin: 20px auto;
	}

.singleGiveBtn a.redButton {
	max-width: 100%
	}
}