@font-face {
    font-family: 'league_gothicregular';
    src: url('/fonts/leaguegothic/leaguegothic-regular-webfont.eot');
    src: url('/fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('/fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-brand,
.navbar .mailing-link,
#other-sponsors,
#contact,
h1, h2, h3, h4, h5, h6,
.subheading {
	font-family: 'league_gothicregular', Helvetica, sans-serif;
}

body,
p, div, ul, ol, li, a {
	font-family: 'Sintony', Helvetica, sans-serif;
}

a {color:#7f2733;}
a:hover {
	color:#7f2733;
	text-decoration: underline;
}



#outerWrapper {overflow: hidden; margin-top:70px;}

.clear {clear:both;}

.pageBG {background-color:#F7F7F7;}

.pageBox {
	background-color:#fff;
	padding:40px;
	margin-top:40px;
	color:#737c86;
	font-family: 'Sintony', Helvetica, sans-serif;
	font-size: 20px;
}

#header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
}

.donate {
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}
.tweet-time, .benefit-button,
#social-stream,
#social-stream ul.stream,
#social-stream ul.stream > li > div.inner,
#social-stream ul.stream > li > div.inner .section-title a,
#social-stream ul.stream > li > .section-intro a,
#social-stream ul.stream > li > .section-intro span,
.stream li {
	font-family: "Sintony", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
	text-decoration: none;
	background: none;
	color: #7f2733;
}

.red {
	background: #7f2733;
}
.navbar {
	border:0;
	margin-bottom:0;
	background-color:rgba(255, 255, 255, 0.9);	   
}
.navbar .mailing-link {
    background: none repeat scroll 0 0 rgb(178, 178, 178);
    color: white;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    margin: 15px 15px 0;
    padding: 10px 15px;
    text-transform: uppercase;
    text-shadow: 0 0 3px #555;
}

.navbar .mailing-link:hover {
	background: #7f2733;
	color: white;
	text-decoration: none;
}

.navbar-header  {
	background: #7f2733;
	margin-right:10px;
}

.navLogo {
  margin: 19px 5px 10px 10px;
  max-width: 36px;
  height: auto;
}


.navbar-brand{
	text-transform: uppercase;
	background: #7f2733;
	color: white;
	font-size: 39px;
    letter-spacing: 0.01em;
    line-height: 64px;
    padding: 6px 20px 0 0px;  
    m
}


.navbar-brand:hover {
	/*color: rgba(255,255,255,.9);*/
	color: white;
	text-decoration: underline;
}

.nav>li>a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	color: #586165;
}

#mobile-donate {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 40px;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px 0 37px;
	background: #7f2733 url(images/_pages/home/heart.png) 10px 50% / 16px 16px no-repeat;
	text-transform: uppercase;
	color: white;
	border: 3px solid transparent;
	border-radius: 4px;
}

#mobile-donate:hover {
	text-decoration: none;
	border-color: rgba(255,255,255,.6);
}




@media (min-width: 1440px) {
	.navbar-nav > li > a {padding:25px 17px;}
}

@media (max-width: 1440px) {
	.navbar-nav > li > a {padding:25px 10px;}
}

@media (max-width: 1300px) {
	.navbar-nav > li > a {padding:25px 5px;}
	
}

@media (max-width: 1200px) {
	.navbar-brand {margin-right:0px;}
}


@media (max-width: 480px) {

	.navbar-brand {
		font-size: 26px;
	}

}




@media (max-width: 767px) {
	.navbar-brand {
	    background: none repeat scroll 0 0 #7f2733;
	    color: white;
	    letter-spacing: 0.01em;
	    line-height: 57px;
	    padding: 3px 20px 0 0px;
	    text-transform: uppercase;
	    margin-right:0px;
	}
	

	.navbar {
		margin-bottom: 0;
		border: none;
		
	}
	
	.stream li {
	    background-color: #ffffff;
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
	    clear: both;
	    font-size: 11px;
	    line-height: 1.35em;
	    margin: 0 !important;
	    padding: 15px 0 35px;
	    width: 100% !important;
	}
}





@media (min-width: 768px) and (max-width: 1199px) {

	.navbar-header {
		width: 100%;
	}

	#mailing-link-tablet {
		width: 45%;
		text-align: center;
	}

	.navbar-brand {
		width: 45%;
		text-align: left;
	}


	.navbar-nav {
		float: none;
		margin: 0 auto;
	}

	.navbar-collapse, .navbar-nav, .navbar-nav>li {
		text-align: center;
	}

	.navbar-nav>li {
		float: none;
		display: inline-block;
	}

}


@media (max-width: 305px) {

	.navbar-brand {
		font-size: 20px !important;
	}
	
	.member-pic {
		max-width:220px;
		width:100%;
		height:auto;
	}
	

}

@media (min-width: 481px) and (max-width: 767px) {

	.navbar-brand {
		font-size: 36px;
	}
	
	.navLogo {
	    margin: 11px 5px 10px 10px;
	}

}

footer#footer {
	background: rgb(36,42,44);
	color: white;
}

#footer-form-wrapper {
	/*color: white;*/
	text-transform: uppercase;
}

.footer-heading {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 15px;
	/*color: white;*/
}

#footer-form label {
	font-size: 18px;
}

#footer-form input,
#footer-form textarea {
	border-radius: 0;
	box-shadow: 0;
	margin-bottom: 15px;

}

#footer-form #footer-form-submit {
	background: #7f2733;
	box-shadow: none;
	border: none;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
	color: white;
	font-size: 19px;
	padding: 8px 35px;
	border: 3px solid transparent;
	margin-bottom: 0;
}

#footer-form #footer-form-submit:hover {
	border-color: white;
}

#latest-posts-wrapper {padding:0 40px;}
.latest-post i {
	/*margin-right: 4px;*/
	position: absolute;
	top: 0;
	left: 3px;
	font-size: 20px;
}

.latest-post {
	font-size: 15px;
	color: white;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
}


#latest-tweets-wrapper {padding:0 15px;}

.latest-tweet {
	position: relative;
	padding-left: 35px;
	color: white;
	font-size: 15px;
}

.latest-tweet i {
    float: left;
    font-size: 22px;
    margin-left: -33px;
    top: 0;
}

.latest-tweet-time {
	font-size: 12px;
}

#footer-socials {
	display: inline-block;
}

#home-socials {
	display:block;
	width:206px;
	margin: 0 auto 50px;
	
}

.footer-social {
	margin: 0 6px;
	color: rgb(36,42,44);
	background: #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
}

.footer-social:hover {
	text-decoration: none;
	background: rgb(191,191,191);
	color: rgb(36,42,44);
}

#footer-copyright {
	text-transform: uppercase;
}

a.tweetTime {color:#fff;}
.media-body a{color:#fff;}



@media(min-width: 992px) {

	footer#footer {
		padding: 30px 45px 120px;
	}

	.footer-section-latest {
		padding-left: 25px;
	}

	footer#footer .row {
		position: relative;
	}

	#footer-socials {
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -130px;
	}
	
	

	#footer-copyright {
		position: absolute;
		bottom: 5px;
		right: 0;
	}

	a.siteBy {
		display: inline-block;
	}

}

@media(max-width: 991px) {

	footer#footer {
		padding: 15px 15px 75px;
	}

	.footer-section {
		padding-bottom: 20px;
	}

	#footer-info {
		text-align: center;
	}

	#footer-socials {
		margin: 25px 0;
	}

	.footer-info {
		margin: 0 auto;
	}

	a.siteBy {
		margin: 10px auto 0;
		display: block;
	}

	.copyright-divider {
		display: none;
	}

}



#mobile-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #7f2733;
	background: #fff;
	z-index: 10000;
}

#mobile-menu a {color: rgb(100,100,100);}
#mobile-menu .button {
	width: 20%;
	float: left;
	color: #586165;
	font-size: 13px;
	border-left: 1px solid #7f2733;
	border-right: 1px solid #7f2733;
	text-align: center;
	padding: 0px;
	height: 80px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight:bold;
	
}

#mobile-menu .button.active,
#mobile-menu .button:hover {
	background: #7f2733;
	color: #fff;
}

#mobile-menu .button.homeMobile {
	background:url("/images/_pages/_global/home_grey.png") no-repeat  center 7px #fff;
	padding-top:55px;
	
}
#mobile-menu .button.homeMobile:hover, #mobile-menu .button.homeMobile.active {
	background:url("/images/_pages/_global/home.png") no-repeat center 7px  #7f2733;
}

#mobile-menu .button.getinvolvedMobile {
	background:url("/images/_pages/_global/GetInvolved_grey.png") no-repeat  center 7px #fff;
	line-height: 1.2;
    padding-top: 41px;
	
}
#mobile-menu .button.getinvolvedMobile:hover, #mobile-menu .button.getinvolvedMobile.active {
	background:url("/images/_pages/_global/heart.png") no-repeat center 7px  #7f2733;
}

#mobile-menu .button.sponsorsMobile {
	background:url("/images/_pages/_global/Sponsors_grey.png") no-repeat  center 7px #fff;
	padding-top:55px;
	
}
#mobile-menu .button.sponsorsMobile:hover, #mobile-menu .button.sponsorsMobile.active {
	background:url("/images/_pages/_global/Sponsors.png") no-repeat center 7px  #7f2733;
}

#mobile-menu .button.aboutMobile {
	background:url("/images/_pages/_global/About_grey.png") no-repeat  center 7px #fff;
	padding-top:55px;
	
}
#mobile-menu .button.aboutMobile:hover, #mobile-menu .button.aboutMobile.active {
	background:url("/images/_pages/_global/About.png") no-repeat center 7px  #7f2733;
}

#mobile-menu .button.more {
	background:url("/images/_pages/_global/more_arrow_grey.png") no-repeat  center 13px #fff;
	padding-top:55px;
	
}
#mobile-menu .button.more:hover {
	color:#7f2733;
}
#mobile-menu .button.more.active {
	background:url("/images/_pages/_global/less_arrow.png") no-repeat center 13px #fff;
	color:#7f2733;
}

#moreButtons {
	position: fixed;
	bottom: 80px;
	left: 0;
	right: 0;
	border-top: 2px solid #7f2733;
	background: #fff;
	z-index: 10000;
}

#moreButtons .button {
	width: 20%;
	float: left;
	color: #586165;
	font-size: 13px;
	border-left: 1px solid #7f2733;
	border-right: 1px solid #7f2733;
	text-align: center;
	padding: 20px 0;
	height: 60px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight:bold;
}

#moreButtons .button:hover, #moreButtons .button.active {
	background: #7f2733;
	color: #fff;
}


#moreButtons .button.mobileMailing {width: 40%;}

@media (max-width: 400px) {

	#mobile-menu .button {
		font-size: 10px;
	}
	
	#moreButtons .button {
		font-size: 11px;
		padding: 15px 0;
		height: 45px;
	}


	#mobile-menu .button span {
		bottom: 8px;
	}
	
	
}


#mobile-menu .button span {
	display: block;
	position: relative;
	bottom: 10px;
}



@media (min-width: 767px) {

#moreButtons {display:none !important;}
}



@media (max-width: 767px) {
	
	#outerWrapper {margin-top:60px;}	
	
	.navLogo {
	    margin: 14px 5px 6px 10px;
	    max-width:32px;
	}
	
}


.memberBio {
	text-align: center;
	color: #9da3a9;
	font-size: 15px;
	margin-bottom:25px;
	text-transform: none;
}



a.siteBy {
	background:url(/images/_pages/_global/oniracom.png) repeat scroll 0 0 transparent;
	height:22px;
	line-height:22px;
	text-indent:-999em;
	width:117px;
}

a.siteBy:hover {
	background-position:0 -22px;
}

footer a.footerSocialLink i {
	color: #aaa;
}

footer a.footerSocialLink:hover i {
	color: #000;
	text-decoration: none
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mailingListTabs {
	display: none;
}

.clearAfter:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
    width: 100%;
}
.shareLinks {
    clear: both;
    padding-top: 20px;
}
.shareLinks {
    padding: 4px 0;
}
.addthis_toolbox {
    display: inline-block;
    min-width: 156px;
}
.shareTrig{
	background: url('/images/_pages/_global/share.png') no-repeat -1px 0;
	width: 36px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-left: 4px;
}
.shareTrig.fb{
	margin-left: 0;
	background-position: -1px 0;
}
.shareTrig.fb:hover{
	background-position: -1px -41px;
}
.shareTrig.tw{
	background-position: -39px 0;
}
.shareTrig.tw:hover{
	background-position: -39px -41px;
}
.shareTrig.gp{
	background-position: -77px 0;
}
.shareTrig.gp:hover{
	background-position: -77px -41px;
}
.shareTrig.em{
	background-position: -115px 0;
}
.shareTrig.em:hover{
	background-position: -115px -41px;
}

#billboard-donate {
	height: 60px;
	font-size: 20px;
	line-height: 55px;
	padding: 0 20px 0 67px;
	background: #7f2733 url(images/_pages/home/heart.png) 20px 50% no-repeat;
	text-transform: uppercase;
	position: fixed;
	top: 50%;
	margin-top: -30px;
	right: 0;
	color: white;
	border: 3px solid transparent;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1000;
}

#billboard-donate:hover {
	border-color: white;
	/*border-right-color: transparent;*/
	text-decoration: none;
}


