/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* border:1px dashed #ff0000; */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #STYLES
================================================== */
body
{
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
/* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
}

h1
{
	font:28px/27px SourceSansProBlack,Arial,sans-serif;
	color:#000;
}

h2
{
	font:18px/27px SourceSansProBlack,Arial,sans-serif;
	color:#297e90;
}

h5
{
	font:18px/27px SourceSansProBlack,Arial,sans-serif;
	color:#297e90;
}

hr
{
	margin:15px 0 20px;
}

/* h3 { font: 18px/27px 'SourceSansProRegular', Arial, sans-serif; color:#297e90; } */
.home
{
	background:url(../_images/tile_home.jpg) top left repeat-x #fff;
	width:auto;
}

.interior
{
	background:url(../_images/tile_in.jpg) top left repeat;
	width:auto;
}
.bannerrotator-sm
{
	display:none;
}
#btbar
{
	width:940px;
	height:46px;
	border:0 dashed #c00;
}

.btbar-left
{
	float:left;
	width:320px;
	height:46px;
	border:0 dashed #c00;
}

.btbar-right
{
	float:right;
	width:320px;
	height:46px;
	border:0 dashed #c00;
}

.btbar-center
	{
		line-height: 47px;
		font-family:'SourceSansProRegular',Arial,sans-serif;
		font-size: 18px;
		margin-left: 46px;
		color: #fde3a6;
	}

.btbar-center a {
	color: #fde3a6;
	text-decoration: none;
	
}

.btbar-center a:hover {
	color: #fff1b0;
	text-decoration: underline;

}



.btnbtbar-donate
{
	display:block;
	background:url(../_images/btn-topbar-donate.png) no-repeat 0 0;
	width:258px;
	height:46px;
	overflow:hidden;
	float:right;
	margin:0;
}

.btnbtbar-donate:hover
{
	background-position:0 -46px;
}

.btnbtbar-donate:active
{
	background-position:0 -46px;
}

.btnbtbar-donate Span
{
	display:none;
}
.btnbtbar-bt
{
	display:block;
	background:url(../_images/btn-topbar-boystown.jpg) no-repeat 0 0;
	width:159px;
	height:46px;
	overflow:hidden;
	float:left;
	margin:0;
}

.btnbtbar-bt:hover
{
	background-position:0 -46px;
}

.btnbtbar-bt:active
{
	background-position:0 -46px;
}

.btnbtbar-bt.on
{
	background-position:0 -92px;
}

.btnbtbar-bt.on:hover
{
	background-position:0 -92px;
}

.btnbtbar-bt Span
{
	display:none;
}

.btnbtbar-parent
{
	display:block;
	background:url(../_images/btn-topbar-parenting.jpg) no-repeat 0 0;
	width:159px;
	height:46px;
	overflow:hidden;
	float:left;
	margin:0;
}

.btnbtbar-parent:hover
{
	background-position:0 -46px;
}

.btnbtbar-parent:active
{
	background-position:0 -46px;
}

.btnbtbar-parent.on
{
	background-position:0 -92px;
}

.btnbtbar-parent.on:hover
{
	background-position:0 -92px;
}

.btnbtbar-parent Span
{
	display:none;
}

#logofull
{
	display:none;
}

sub,sup
{
/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
	font-size:75%;
/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
	line-height:0;
/* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
	position:relative;
/* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
	vertical-align:baseline;
}

sup
{
/* Move the superscripted text up */
	top:-.5em;
}

sub
{
/* Move the subscripted text down, but only
half as far down as the superscript moved up */
	bottom:-.25em;
}

strong
{
	font-weight:700;
}

.clearboth
{
	clear:both;
}

.clearall
{
	clear:all;
}

#white-center
{
	background:url(../_images/tile-brush-white7-nothere.png) no-repeat scroll center;
/* display:none; */
	width:auto;
	height:220px;
	z-index:-9999;
	margin:0;
}

#bt-parent-bar
{
	background:#2e2b27;
/* Old browsers */
	background:-moz-linear-gradient(top,rgba(46,43,39,1) 0%,rgba(67,63,57,1) 42%,rgba(67,63,57,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(46,43,39,1)),color-stop(42%,rgba(67,63,57,1)),color-stop(100%,rgba(67,63,57,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(46,43,39,1) 0%,rgba(67,63,57,1) 42%,rgba(67,63,57,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(46,43,39,1) 0%,rgba(67,63,57,1) 42%,rgba(67,63,57,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(46,43,39,1) 0%,rgba(67,63,57,1) 42%,rgba(67,63,57,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(46,43,39,1) 0%,rgba(67,63,57,1) 42%,rgba(67,63,57,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2b27',endColorstr='#433f39',GradientType=0);
/* IE6-9 */
	width:100%;
	height:45px;
}

#bt-parent-bar-fade
{
	background:url(../_images/tile-top2.png) top left repeat-x;
	width:auto;
	width:100%;
	height:13px;
}

#utilitynav
{
	font-size:15px;
	line-height:18px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#d7d2c9;
	border:0 dashed red;
	float:right;
	margin-right:10px;
}

#utilitynav a
{
	color:#433f39;
	font-size:15px;
	text-decoration:none;
}

#utilitynav a:hover
{
	color:#e26d2d;
	font-size:15px;
	text-decoration:underline;
}

#utilitynav #mini-nav
{
	display:none;
}

#navbar
{
	width:100%;
	height:52px;
	border-top:1px solid #433f39;
	background:#645f59;
/* Old browsers */
	background:-moz-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(100,95,89,1)),color-stop(100%,rgba(68,64,58,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#645f59',endColorstr='#44403a',GradientType=0);
/* IE6-9 */
	margin:16px 0 1px;
}

.navbar2
{
	border:0 dashed red;
	height:32px;
	padding:10px 0;
}

/* .navbar2 ul.navmenu li a { width: auto; } */
.navbar2 ul.navmenu li 
{
	display:inline;
	
	border:0 dashed red;
	height:52px!important;
	margin:5px 0 0;
/*
	border-left:1px solid #3a3733;
	border-right:1px solid #7c7974;
*/
}

.navbar2 ul.navmenu a
{
	padding:0;
	width:100%;
}

.navbar2 ul.navmenu li a
{
	cursor:pointer;
	width:auto;
	text-align:center;
	font-size:19px;
	line-height:26px;
	padding:12px 35px 17px 35px;
/* padding:12px 28px 19px 28px; */
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#f0fafb;
	margin-top:16px!important;
	margin-right:0;
	
	text-shadow:0 0 3px #000;
	border:0 dashed #c00;
	
}

.navbar2 ul.navmenu li a
{
/*padding: .7em 15px .7em 15px;
	background:url('img/listindicator.png')184px 5px no-repeat;
	display: block;
	color: #C3D5DF /*{c-bup-color};*/
/* display:inline; */
	width:auto;
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	text-shadow:0 0 3px #000;
	color:#f0fafb;
	text-decoration:none!important;
}
.navbar2 ul.navmenu .active {
	border-top:0px solid #4996d1;
	display:block;
	font-family: 'SourceSansProRegular',Arial,sans-serif !important;
	color:#006699;
	font-size: 17px;
	font-style: normal;
	font-weight:normal !important;
	cursor: pointer;
	background: #fef7e6;
}
.navbar2 ul.navmenu li a:hover
{
/*padding: .7em 15px .7em 15px;
	background:url('img/listindicator.png')184px 5px no-repeat;
	display: block;
	color: #C3D5DF /*{c-bup-color};*/
/* display:inline; */
	padding:12px 35px 17px 35px;
	background:rgba(215,210,201,0.52);
}


.navbar2 ul.navmenu .active
{
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#764206;
	text-shadow:0 0 3px #000;
	cursor:pointer;
	background:rgba(215,210,201,0.52);
	height:52px!important;
}

.navbar2 ul.navmenu li.gameon a
{
	cursor:pointer;
	text-align:center;
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#f0fafb;
	margin-top:16px!important;
	margin-right:0;
	background:-moz-linear-gradient(top,rgba(101,178,206,0.98) 0%,rgba(80,147,168,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(101,178,206,0.98)),color-stop(100%,rgba(80,147,168,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(101,178,206,0.98) 0%,rgba(80,147,168,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(101,178,206,0.98) 0%,rgba(80,147,168,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(101,178,206,0.98) 0%,rgba(80,147,168,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(101,178,206,0.98) 0%,rgba(80,147,168,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa65b2ce',endColorstr='#5093a8',GradientType=0);
/* IE6-9 */
	height:52px!important;
	text-shadow:0 0 3px #000;
	border:0 dashed #c00;
}

.socialbar
{
	width:320px;
	height:79px;
	margin:-27px 0 0;
	border:0 dashed #c00;
}

.social-newsletter
{
	display:block;
	background:url(../_images/btn_social-email.png) no-repeat 0 0;
	width:106px;
	height:78px;
	overflow:hidden;
	float:right;
	margin:0;
}

.social-newsletter:hover
{
	background-position:0 -80px;
}

.social-newsletter:active
{
	background-position:0 -80px;
}

.social-newsletter Span
{
	display:none;
}

.social-facebook
{
	display:block;
	background:url(../_images/btn_social-fb.png) no-repeat 0 0;
	width:107px;
	height:78px;
	overflow:hidden;
	float:right;
	margin:0;
}

.social-facebook:hover
{
	background-position:0 -80px;
}

.social-facebook:active
{
	background-position:0 -80px;
}

.social-facebook Span
{
	display:none;
}

.social-twitter
{
	display:block;
	background:url(../_images/btn_social-twit.png) no-repeat 0 0;
	width:106px;
	height:78px;
	overflow:hidden;
	float:right;
	margin:0;
}

.social-twitter:hover
{
	background-position:0 -80px;
}

.social-twitter:active
{
	background-position:0 -80px;
}

.social-twitter Span
{
	display:none;
}

ul.slide-toggler li h3
{
	font-family:'SourceSansProBold',Arial,sans-serif!important;
	color:#00537f;
	font-size:19px;
	padding:10px 10px 2px 0;
	margin:0 0 10px 15px;
	border-bottom:1px solid #d6d4c8;
	cursor:pointer;
}

ul.slide-toggler li div
{
	display:none;
}

.main-rotator
{
	background:#000;
	height:auto;
}

.main-rotator img
{
	width:100%;
	max-width:940px;
}
.main-rotator-portrait
{
	background:#000;
	height:auto;
}

.main-rotator-portrait img
{
	width:100%;
	max-width:940px;
}
#rotators
{
	background:#000;
	height:auto;
}

#rotators img
{
	width:100%;
	max-width:940px;
}

#landing-hero-about img
{
	width:100%;
	max-width:310px;
}


#viral-video
{
	background:url('../_images/home-viral.png') no-repeat 0 0;
/*
width: 100%;
	max-width: 470px;
*/
	height:250px;
	margin:10px 0 0;
	text-align:center;
	padding-top:20%;
/*
padding: 50% 50%;
	position:absolute;
*/
}

#thanks-video {
	background:url(../_images/home-your-donation.png) no-repeat 0 0;
	width:470px;
	height:300px;
	padding:0;
	margin:0 0 0 20px;
	position:relative;
}
#thanks-video .btn-viral {
	position:absolute;
	top:190px;
	left:250px;
}


#feat-thanks-video {
	background:url(../_images/feature-thank-you.png) no-repeat 0 0;
	width:900px;
	height:300px;
	padding:0;
	margin:0 0 0 8px;
	position:relative;
}
#feat-thanks-video .btn-viral {
	position:absolute;
	top:142px;
	left:270px;
}





#overview-video
{
	background:url('../_images/home-overview.png') no-repeat 0 0;
/*
width: 100%;
	max-width: 470px;
*/
	height:250px;
	margin:10px 0 0;
	text-align:center;
	padding-top:20%;
/*
padding: 50% 50%;
	position:absolute;
*/
}
.newsletterback
{
/* width:100%; */
	-moz-border-radius:5px;
	border-radius:5px;
	padding-top:10px;
	padding-bottom:20px;
	/*background:rgba(215,210,201,0.52);*/
	background: #8abac8;

}

h3.newsletterback
{
	font-size:27px;
	line-height:27px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#433f39;
	padding-left:0;
	margin-top:10px;
	background:url(../_images/h3-newsletter.png) 0 5px no-repeat;
	margin-bottom:-5px;
}
.newsletterback #newsletter-signup {
	padding-left:55px;
}

.indent-63
{
	padding-left:63px;
}

.homerightcolumn form #sub,
.newsletterback form #sub,
.enews-signup .submit,
.harvest-unsubscribe .submit
{
	background: url(../_images/btn-newslettersignup.png) no-repeat;
	height:41px;
	width:106px;
	border:0;
	display:block;
	float:left;
	cursor:pointer;
	font-size:0;
	margin:10px 0 0 64px;
	line-height:0;
}
.harvest-unsubscribe .submit {
	background: url(../_images/btn-submit.png) no-repeat;
}
.harvest-unsubscribe .submit:hover {
	background-position:0 -41px;
}
.newsletterback form #sub,
.newsletterback form #sub:hover {
	float:none;
	
}
.homerightcolumn form #sub:hover,
.newsletterback form #sub:hover,
.enews-signup .submit:hover
{
	background:url(../_images/btn-newslettersignup.png) 0 -41px no-repeat;
	height:41px;
	width:106px;
	overflow:hidden;
	border:0;
	display:block;
	cursor:pointer;
	font-size:0;
	margin:10px 0 0 64px;
	line-height:0;
}

.newsletterback form input.text
{
	font-size:16px;
	line-height:27px;
	font-family:'SourceSansProRegular',Arial,sans-serif;
	color:#756b5b;
	height:25px;
/* width: 80%; */
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #52808d;
	margin:2px 0 0;
	box-shadow:0 0 5px #888;
	width:70%;
}

.newsletterback form label
{
	text-align: left;
	font-family:'SourceSansProLight',Arial,sans-serif;
	color:#756b5b;
	margin-left: 65px;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.btn-newslettersignup
{
	display:block;
	background:url() no-repeat 0 0;
	width:115px;
	height:106px;
	overflow:hidden;
	padding:0;
	text-align:center;
}

.btn-newslettersignup:hover
{
	background-position:0 -106px;
}

.btn-newslettersignup:active
{
	background-position:0 -106px;
}

.btn-newslettersignup span
{
	display:none;
}
#newsletter-signup .error,
#newsletter-signup-modal .error {
	border:1px solid #b70000;
	background:#ffe8e8;
}
/*
.btn-viral
{
	display:block;
	background:url(../_images/btn-play.png) no-repeat 0 0;
	width:115px;
	height:106px;
	overflow:hidden;
	padding:0;
	text-align:center;
}
*/
.btn-viral
{
	display:block;
	background:url(../_images/btns-grey/btn-watchnow.png) no-repeat 0 0;
	width:186px;
	height:58px;
	overflow:hidden;
	padding:0;
	text-align:center;
}
.btn-viral:hover {
	background-position: 0 -58px;
}

.btn-viral:active
{
	background-position:0 -106px;
}

.btn-viral Span
{
	display:none;
}

.statistics
{
	background:url(../_images/background-stats2.jpg) no-repeat -7px 0;
/* margin:0px 0px 0px 0px !important; */
/* width:240px !important; */
	width:100%!important;
	max-width:235px;
	height:151px;
	margin-top:2px;
}

.statistics-donate
{
	background:url(../_images/background-stats-donate.jpg) no-repeat 0 0;
/* margin:0px 0px 0px 0px !important; */
/* width:240px !important; */
	width:100%!important;
	max-width:235px;
	height:151px;
	margin-top:2px;
	text-align:center;
}

.btn-stats-donate
{
	display:block;
	background:url(../_images/btn-stats-donate2.png) no-repeat 0 0;
	width:205px;
	height:151px;
	overflow:hidden;
	margin:0 0 0 15px;
	text-align:center;
}

.btn-stats-donate:hover
{
	background-position:0 -151px;
}

.btn-stats-donate:active
{
	background-position:0 -151px;
}

.btn-stats-donate Span
{
	display:none;
}

.btn-stats-one
{
	display:block;
	background:url(../_images/home-stat1.png) no-repeat 0 0;
	width:220px;
	height:151px;
	overflow:hidden;
	margin:0;
	text-align:center;
}

.btn-stats-one:hover
{
	background-position:0 -151px;
}

.btn-stats-one:active
{
	background-position:0 -151px;
}

.btn-stats-one Span
{
	display:none;
}

.btn-stats-two
{
	display:block;
	background:url(../_images/home-stat2.png) no-repeat 0 0;
	width:220px;
	height:151px;
	overflow:hidden;
	margin:0;
	text-align:center;
}

.btn-stats-two:hover
{
	background-position:0 -151px;
}

.btn-stats-two:active
{
	background-position:0 -151px;
}

.btn-stats-two Span
{
	display:none;
}

.btn-stats-three
{
	display:block;
	background:url(../_images/home-stat3.png) no-repeat 0 0;
	width:220px;
	height:151px;
	overflow:hidden;
	margin:0;
	text-align:center;
}

.btn-stats-three:hover
{
	background-position:0 -151px;
}

.btn-stats-three:active
{
	background-position:0 -151px;
}

.btn-stats-three Span
{
	display:none;
}

#socialsearchbox
{
	height:43px;
	background:rgba(215,210,201,0.52);
	margin:10px 0 0;
	padding:5px 8px 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	text-align:right;
	border:0 dashed #c00;
}

#socialsearchbox form input
{
/* width: 80%; */
	border:0;
	margin:5px 0 0 14px;
	float:left;
	width:78%;
}

#socialsearchbox form input.form-submit
{
	background:url(../_images/btn-search.png) -1px 0 no-repeat;
	width:52px;
	height:43px;
	margin-top:-2px;
	border:0;
	text-indent:-9999px;
	float:right;
}

#socialsearchbox form input.form-submit:hover
{
	background-position:-1px 0;
	cursor:pointer;
}

#loggo
{
	width:310px;
	height:auto;
	border:0 dashed red;
	padding:0;
}

.locationhomebin.one-third.column
{
	width:300px;
	border:0;
}

.locationaboutlong
{
	display:none;
}

form
{
	margin-bottom:0;
}

p
{
	font-size:14px;
	font-family:Georgia,serif;
	font-style:normal;
	font-weight:400;
	text-transform:normal;
	letter-spacing:normal;
	line-height:1.4em;
	color:#433f39;
	padding-left:15px;
	padding-right:20px;
}

.image-set {
	position: relative;
}

.mag-glass {
	background: url(../_images/mag-glass.png) 0 0 no-repeat;
	position: absolute;
	top:28px;
	right:20px;
	z-index: 9999;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
}

.stButton {
	margin-left: 0 !important;
}

.stButton .sharethis {
	background-image: url(../_images/btn-content-share.gif) !important;
	height: 24px !important;
}

.stButton .sharethis:hover {
	background-position: 0 -24px !important;
	height: 24px !important;
}

.stButton .chicklets {
	line-height: 23px !important;
	padding-left: 30px !important;
}

/* .image-group {cursor: -webkit-zoom-in;} */ 

/* FOOTER START */
#footer
{
	background:url(../_images/tile-footer.png) 0 0 repeat-x rgba(215,210,201,0.52);
	clear:both;
	width:100%;
	padding-top:25px;
}

.footersite
{
	width:100%!important;
	max-width:540px;
	border:0 dashed #c00;
}

.footerright
{
	width:100%!important;
	max-width:400px;
	border:0 dashed #c00;
	float:right;
}

.footerconnect
{
	float:left;
	width:130px!important;
	margin-left:10px;
	border:0 dashed #c00;
}

.footermission
{
	float:left;
	width:220px;
	margin-left:10px;
	border:0 dashed #c00;
	text-align:center;
}

.footerdivide
{
	width:14px;
	display:block;
	height:242px;
	border:0 dashed #c00;
	float:left;
}

h5
{
	font-size:16px;
	font-family:Georgia,serif;
	font-weight:700;
	color:#00537f;
}

#footer p
{
	font-family:Georgia,serif;
	color:#433f39;
	font-size:13px;
}

.footerconnect ul.footerlist li
{
	cursor:pointer;
	padding:11px 0 11px 43px;
	margin:0;
/* width:242px; */
	background:none;
	display:block;
}

.footerlist a
{
	color:#e26d2d;
	text-decoration:underline;
}

.footerlist a:hover
{
	color:#00537f;
	text-decoration:underline;
}

.copyright
{
	border-bottom:1px solid #c4c1bc;
	padding-bottom:5px;
}

.footernav-main
{
	margin-top:-10px;
	margin-bottom:5px;
	font-size:15px;
}

.footernav-main a
{
	font-size:15px;
	color:#00537f;
	text-decoration:underline;
}

.footernav-main a:hover
{
	font-size:15px;
	color:#e26d2d;
	text-decoration:underline;
}

.footernav-sec
{
	color:#a1998b!important;
	margin-top:2px;
	margin-bottom:-2px;
	font-size:13px;
}

.footernav-sec a, .footermission a
{
	font-size:13px;
	color:#666;
	text-decoration:underline;
}

.footernav-sec a:hover, .footermission a:hover
{
	font-size:13px;
	color:#e26d2d;
	text-decoration:underline;
}

a.footernav-disc
{
	font-size:13px;
	color:#e26d2d;
	text-decoration:underline;
}

a:hover.footernav-disc
{
	font-size:13px;
	color:#00537f;
	text-decoration:underline;
}

.footerconnect ul.footerlist li.fb
{
	background:url(../_images/footer-icon-facebook.png) 0 8px no-repeat;
}

.footerconnect ul.footerlist li.twitter
{
	background:url(../_images/footer-icon-twitter.png) 0 8px no-repeat;
}

.footerconnect ul.footerlist li.enews
{
	background:url(../_images/footer-icon-newsletter.png) 0 8px no-repeat;
}

.btn-donate-footer
{
	display:block;
	background:url(../_images/btn-donate-footer.png) no-repeat 0 0;
	width:147px;
	height:41px;
	overflow:hidden;
	text-align:center;
}

.btn-donate-footer:hover
{
	background-position:0 -41px;
}

.btn-donate-footer:active
{
	background-position:0 -41px;
}

.btn-donate-footer Span
{
	display:none;
}
.btn-ne-hotline
{
	display:block;
	background:url(../_images/btn-ne-hotline2.png) no-repeat 0 0;
	width:209px;
	height:90px;
	overflow:hidden;
	text-align:center;
	margin:12px 0px 12px 0px;
}

.btn-ne-hotline:hover
{
	background-position:0 -90px;/*  -75px; */
}

.btn-ne-hotline:active
{
	background-position:0 -90px;
}

.btn-ne-hotline Span
{
	display:none;
}
.sitemap
{
	padding:0;
	border:0 dashed #c00;
	border-top:1px solid #bdbcba;
	margin:20px 0 0;
}

.sitemap ul
{
	overflow:hidden;
}

.sitemap li
{
	background:rgba(215,210,201,0.52);
}

.sitemap ul.expand li a
{
	width:100%;
	max-width:539px;
}

.sitemap ul.expand li
{
	cursor:pointer;/*

	background:url(../_images/footer-li-off.png) top right no-repeat;
*/
	font-family:'SourceSansProRegular',Arial,sans-serif!important;
	text-transform:uppercase;
	padding:13px 0 13px 16px;
	margin:0;
/* width:242px; */
	/* border-top:1px solid #e0ddd9; */
	display:inline;
}

.sitemap ul.expand li a
{
	display:inline;
	background-color:  rgba(215,210,201,0.52);
	background: url(../_images/footer-li-off.png) top right no-repeat;
	font-family:'SourceSansProRegular',Arial,sans-serif!important;
	color:#433f39;
	font-size:13px!important;
	letter-spacing:normal;
	padding:12px 50px 12px 15px;
	text-decoration:none!important;
}


.sitemap ul.expand .active
{
	background:url(../_images/footer-li-off.png) top right no-repeat rgba(215,210,201,0.52);
	border-top:0 solid #4996d1;
	display:inline;
	font-family:'SourceSansProRegular',Arial,sans-serif!important;
	color:#069;
	font-size:13px;
	font-style:normal;
	font-weight:400!important;
	cursor:pointer;
	background:#fef7e6;
}

.sitemap ul.expand li:First-child
{
	float:left;
	border-right:1px solid #bdbcba;
}

.sitemap ul.expand li:Last-child
{
	float:left;
	border-left:0 solid #bdbcba;
}

.sitemap ul.expand li a:hover
{
	display:inline;
	background:url(../_images/footer-li-ov.png) top right no-repeat transparent;
}

.sitemap ul.expand li.ui-state-hover {
	background-color: rgba(255,255,255,0.52);
}

.sitemap ul.expand li.ui-state-active
{
	background-color:  rgba(255,255,255,0.75);
}

.sitemap ul.expand li.ui-state-active a
{
	cursor:pointer;
	margin:0;
/* width:242px; */
	font-family:'SourceSansProRegular',Arial,sans-serif!important;
	border-bottom:0 solid #4996d1;
	background: url(../_images/footer-li-on.png) top right no-repeat transparent;
}

.sitemap-expand
{
	background:rgba(255,255,255,0.72);
	height:auto;
	padding:10px 0;
	border:0 dashed #c00;
	margin:0 0 20px;
}

.sitemap-bin
{
	width:179px;
	height:auto;
	float:left;
	margin:10px 0 0;
	border:0 dashed #c00;
}

.sitemap-bin a
{
	font-size:13px;
	color:#00537f;
	text-decoration:underline;
}

.sitemap-bin a:hover
{
	font-size:13px;
	color:#e26d2d;
	text-decoration:underline;
}

/* FOOTER END */
/* HOME PAGE ADS  */
#home-banner-nav, #home-banner-nav-portrait
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:999;
}

#home-banner-nav a, #home-banner-nav-portrait a
{
	width:10px;
	height:15px;
	background:#a39c92;
	opacity:.5;
	display:block;
	float:left;
	margin-right:3px;
	padding:5px 12px 12px 10px;
	font-family:'SourceSansProBold',Arial,sans-serif;
	font-size:24px;
	text-decoration:none;
}

#home-banner-nav a:hover, #home-banner-nav-portrait a:hover
{
	background:#a39c92;
	opacity:.75;
	color:#fff;
}

#home-banner-nav a.activeSlide, #home-banner-nav-portrait a.activeSlide
{
	background:#a39c92;
	opacity:1;
	color:#fff;
}

.main-rotator
{
	background:#000;
	max-width:940px;
/*width: 1008px; */
	height:369px;
	border-bottom:2px solid #fff;
	margin:0;
	display:block;
	position:relative;
}
.main-rotator-portrait
{
	background:#000;
	max-width:748px;
/*width: 1008px; */
	height:369px;
	margin:0;
	display:block;
	position:relative;
}
.main-rotator-wrapper
{
	float:left;
}

.main-rotator-wrapper .feature-ads
{
	float:left;
	width:940px;
/* width: 967px; */
	height:369px;
	margin:0;
}

.main-rotator-wrapper .main-ad
{
	float:left;
/* width: 602px; */
	height:369px;
	display:block;
	position:relative;
}
div.banner-home-text {
	position: absolute;
	font-size: 25px;
	line-height: 29px;
	text-shadow: 0px 0px 8px #000000;
	font-style: normal;
}
/* END HOMEPAGE ADS */
/*  BUTTONS */
.main-rotator .prev-button,
.main-rotator-portrait .prev-button-portrait,
.bannerrotator-portrait .prev-button
{
	background:url(../_images/btn-home-ads-goleft.png) no-repeat;
	width:41px;
	height:128px;
	margin:0;
	position:absolute;
	left:0;
	top:100px;
	display:block;
	z-index:999;
	text-index:-9999px;
}

.main-rotator .prev-button:hover,
.main-rotator-portrait .prev-button-portrait:hover,
.bannerrotator-portrait .prev-button:hover
{
	background-position:0 -128px;
}

.main-rotator .next-button,
.main-rotator-portrait .next-button-portrait,
.bannerrotator-portrait .next-button
{
	background:url(../_images/btn-home-ads-goright.png) no-repeat;
	width:41px;
	height:128px;
	margin:0;
	position:absolute;
	right:0;
	top:100px;
	float:right;
	display:block;
	border:0 dashed #c00;
	z-index:999;
	text-index:-9999px;
}

.main-rotator .next-button:hover,
.main-rotator-portrait .next-button-portrait:hover,
.bannerrotator-portrait .next-button:hover
{
	background-position:0 -128px;
}

.main-rotator .hidden, 
.main-rotator-portrait .hidden,
.bannerrotator-portrait .hidden
{
	display:none;
}

.btn-howwecanhelp
{
	display:block;
	background:url(../_images/btn-how-you-can-help.png) no-repeat 0 0;
	width:237px;
	height:58px;
	overflow:hidden;
	text-align:center;
	margin:4px 0 0;
}

.btn-howwecanhelp:hover
{
	background-position:0 -58px;
}

.btn-howwecanhelp:active
{
	background-position:0 -58px;
}

.btn-howwecanhelp Span
{
	display:none;
}

.btn-successstories
{
	display:block;
	background:url(../_images/btn-read-success-stories.png) no-repeat 0 0;
	width:237px;
	height:58px;
	overflow:hidden;
	text-align:center;
	margin:4px 0 0;
}

.btn-successstories:hover
{
	background-position:0 -58px;
}

.btn-successstories:active
{
	background-position:0 -58px;
}

.btn-successstories Span
{
	display:none;
}

.btn-watchfamvids
{
	display:block;
	background:url(../_images/btn-watch-family-stories.png) no-repeat 0 0;
	width:237px;
	height:58px;
	overflow:hidden;
	text-align:center;
	margin:4px 0 0;
}

.btn-watchfamvids:hover
{
	background-position:0 -58px;
}

.btn-watchfamvids:active
{
	background-position:0 -58px;
}

.btn-watchfamvids Span
{
	display:none;
}

.btn-applynow
{
	display:block;
	background:url(../_images/btn-applynow.png) no-repeat 0 0;
	width:167px;
	height:58px;
	overflow:hidden;
	margin:5px 0 0;
}

.btn-applynow:hover
{
	background-position:0 -58px;
}

.btn-applynow:active
{
	background-position:0 -58px;
}

.btn-applynow Span
{
	display:none;
}

.btn-moreless
{
	display:none;
	background:url(../_images/btn-more-less.png) no-repeat 0 0;
	width:45px;
	height:65px;
	overflow:hidden;
	text-align:center;
	float:right;
}

.btn-moreless:hover
{
	background-position:0 -65px;
}

.btn-moreless:active
{
	background-position:0 -65px;
}

.btn-moreless.on
{
	background-position:0 -130px;
}

.btn-moreless.on:hover
{
	background-position:0 -195px;
}

.btn-moreless.on:active
{
	background-position:0 -195px;
}

.btn-moreless Span
{
	display:none;
}

.btn-hotline-youth-email
{
	display:block;
	background:url(../_images/btn-emailus-youth.png) no-repeat 0 0;
	width:209px;
	height:41px;
	overflow:hidden;
	float:left;
	margin:0 0 20px;
}

.btn-hotline-youth-email:hover
{
	background-position:0 -41px;
}

.btn-hotline-youth-email:active
{
	background-position:0 -41px;
}

.btn-hotline-youth-email Span
{
	display:none;
}

.btn-hotline-parent-email
{
	display:block;
	background:url(../_images/btn-emailus-parents.png) no-repeat 0 0;
	width:227px;
	height:41px;
	overflow:hidden;
	float:left;
	margin:0 25px 20px 0;
}

.btn-hotline-parent-email:hover
{
	background-position:0 -41px;
}

.btn-hotline-parent-email:active
{
	background-position:0 -41px;
}

.btn-hotline-parent-email Span
{
	display:none;
}

.btn-social-blue-twitter
{
	display:block;
	background:url(../_images/btn-blue-socialfollow.png) no-repeat 0 0;
	width:167px;
	height:58px;
	overflow:hidden;
	margin:-15px 0 0;
}

.btn-social-blue-twitter:hover
{
	background-position:0 -58px;
}

.btn-social-blue-twitter:active
{
	background-position:0 -58px;
}

.btn-social-blue-twitter Span
{
	display:none;
}

.btn-social-blue-facebook
{
	display:block;
	background:url(../_images/btn-blue-socialfacebook.png) no-repeat 0 0;
	width:167px;
	height:58px;
	overflow:hidden;
	margin:5px 0 0;
}

.btn-social-blue-facebook:hover
{
	background-position:0 -58px;
}

.btn-social-blue-facebook:active
{
	background-position:0 -58px;
}

.btn-social-blue-facebook Span
{
	display:none;
}

.btn-learnmore
{
	display:block;
	background:url(../_images/btn-learnmore.png) no-repeat 0 0;
	width:129px;
	height:41px;
	overflow:hidden;
	text-align:center;
	margin:4px 0 0;
}

.btn-learnmore:hover
{
	background-position:0 -41px;
}

.btn-learnmore:active
{
	background-position:0 -41px;
}

.btn-learnmore Span
{
	display:none;
}
.btn-readmore
{
	display:block;
	background:url(../_images/btn-readmore.png) no-repeat 0 0;
	width:128px;
	height:41px;
	overflow:hidden;
	text-align:center;
	margin:0px 0 0;
}

.btn-readmore:hover
{
	background-position:0 -41px;
}

.btn-readmore:active
{
	background-position:0 -41px;
}

.btn-readmore Span
{
	display:none;
}
.btn-social-blue-left-facebook
{
	display:block;
	background:url(../_images/btn-careers-socialmedia-fb.png) no-repeat 0 0;
	width:220px;
	height:58px;
	overflow:hidden;
	margin:5px 0 0;
}

.btn-social-blue-left-facebook:hover
{
	background-position:0 -58px;
}

.btn-social-blue-left-facebook:active
{
	background-position:0 -58px;
}

.btn-social-blue-left-facebook Span
{
	display:none;
}

.btn-social-blue-left-linkedin
{
	display:block;
	background:url(../_images/btn-careers-socialmedia-linkedin.png) no-repeat 0 0;
	width:220px;
	height:58px;
	overflow:hidden;
	margin:5px 0 0;
}

.btn-social-blue-left-linkedin:hover
{
	background-position:0 -58px;
}

.btn-social-blue-left-linkedin:active
{
	background-position:0 -58px;
}

.btn-social-blue-left-linkedin Span
{
	display:none;
}

.btn-research-heals
{
	display:block;
	background:url(../_images/btn-research-heals.png) no-repeat 0 0;
	width:230px;
	height:72px;
	overflow:hidden;
	float:left;
	margin:0 0 5px -5px;
}

.btn-research-heals:hover
{
	background-position:0 -72px;
}

.btn-research-heals:active
{
	background-position:0 -72px;
}

.btn-research-heals Span
{
	display:none;
}

.btn-research-saves
{
	display:block;
	background:url(../_images/btn-research-saves.png) no-repeat 0 0;
	width:230px;
	height:72px;
	overflow:hidden;
	float:left;
	margin:0 -5px 5px 0;
}

.btn-research-saves:hover
{
	background-position:0 -72px;
}

.btn-research-saves:active
{
	background-position:0 -72px;
}

.btn-research-saves Span
{
	display:none;
}

.btn-orderonline
{
	display:block;
	background:url(../_images/btn-ordermore.png) no-repeat 0 0;
	width:140px;
	height:41px;
	float:left;
	overflow:hidden;
	margin:0;
}

.btn-orderonline:hover
{
	background-position:0 -41px;
}

.btn-orderonline:active
{
	background-position:0 -41px;
}

.btn-orderonline Span
{
	display:none;
}

.btn-viewlarger
{
	display:block;
	background:url(../_images/btn-viewlarger.png) no-repeat 0 0;
	width:140px;
	height:41px;
	float:left;
	overflow:hidden;
	margin:0;
}

.btn-viewlarger:hover
{
	background-position:0 -41px;
}

.btn-viewlarger:active
{
	background-position:0 -41px;
}

.btn-viewlarger Span
{
	display:none;
}
.btn-480 {
	display:none;
}
.btn-480-donate
{
	display:block;
	background:url(../_images/mob-480-btn-donate.png) no-repeat 0 0;
	width:156px;
	height:46px;
	float:left;
	overflow:hidden;
	margin:0;
}

.btn-480-donate:hover
{
	background-position:0 -46px;
}

.btn-480-donate:active
{
	background-position:0 -46px;
}

.btn-480-donate Span
{
	display:none;
}
.btn-video-sommer,
.btn-video-kenna
{
	display:block;
	background:url(../_images/btn-sommers-story.png) no-repeat 0 0;
	width:274px;
	height:81px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 -10px;
}
.btn-video-kenna {
	background:url(../_images/btn-kennas-story.png) no-repeat 0 0;
}

.btn-video-sommer:hover,
.btn-video-kenna:hover
{
	background-position:0 -81px;
}

.btn-video-sommer:active,
.btn-video-kenna:active
{
	background-position:0 -81px;
}

.btn-video-sommer span,
.btn-video-kenna span
{
	display:none;
}

.btn-video-malik
{
	display:block;
	background:url(../_images/btn-malik-story.png) no-repeat 0 0;
	width:274px;
	height:81px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 -10px;
}

.btn-video-malik:hover
{
	background-position:0 -81px;
}

.btn-video-malik:active
{
	background-position:0 -81px;
}

.btn-video-malik Span
{
	display:none;
}
.btn-video-watchnshare
{
	display:block;
	background:url(../_images/btn-watchnshare.png) no-repeat 0 0;
	width:274px;
	height:81px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 -10px;
}

.btn-video-watchnshare:hover
{
	background-position:0 -81px;
}

.btn-video-watchnshare:active
{
	background-position:0 -81px;
}

.btn-video-watchnshare Span
{
	display:none;
}
.btn-view-latest-newsletter
{
	display:block;
	background:url(../_images/btn-view-latest-newsletter.png) no-repeat 0 0;
	width:237px;
	height:58px;
	overflow:hidden;
	text-align:center;
	margin:4px 0 20px 15px;
}

.btn-view-latest-newsletter:hover {
	background-position:bottom;
}
.getstarted-left-btn
{
	display:block;
	background:url(../_images/btn-getstarted-interior.png) no-repeat 0 0;
	width:185px;
	height:58px;
	overflow:hidden;
	margin:5px 0 0;
}

.getstarted-left-btn:hover
{
	background-position:0 -58px;
}

.getstarted-left-btn:active
{
	background-position:0 -58px;
}

.getstarted-left-btn Span
{
	display:none;
}

.locations-social-linkedin
{
	display:block;
	width:38px;
	height:27px;
	background:url(../_images/soc-media-sprite.png) 0 0 no-repeat;
	float:right;
	margin:0 5px;
	background-position:-216px 0;
	text-indent:-9999px;
	border:0 dashed #C00;
}

.locations-social-linkedin:hover
{
	background:url(../_images/soc-media-sprite.png) 0 0 no-repeat;
	background-position:-216px -28px;
}

.bannerrotator-portrait {
	display: none;
}

.bannerrotator-home-sm {
	display: none;
}

.locationsreadmore {
	margin: 0 auto;
}
.display-mobile {
	display: none;
}
.display-desktop {
	display: block;
}


#feat-thanks-mobile {
	display:none;		
	}

/* END BUTTONS */
/* #Media Queries
================================================== */


 
/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * All Mobile Sizes (devices and browser) ========= */
@media only screen and (max-width: 767px) {
	
	
	#bannerrotator, #nav 
	{
		display:none !important;
	}
	.help-social-contain
	{
		display:none !important;
	}
	.howyou-desktop
	{
		display:none !important;
	}
	.bannerrotator-sm
	{
		display:block !important;
	}
	.bannerrotator-home-sm
	{
		display:block !important;
	}
	.howyou-mobile 
	{
		display:block !important;
	}
	
	.howyou-mobile.center-align-video-mobile {
		text-align: center;
	}
	
	.howyou-mobile .btn-mob-soc {
		display:block;
	}
	
	.annual-pdf {
		display: none;
	}
	
	.vidfourcontain {
		width: 100%;
	}
	
	.home
	{
		background:url(../_images/tile_in.jpg);
	}
	
	.container
	{
		width:100%;
	}
	
	#white-center
	{
		background:none;
		width:auto;
		height:220px;
		z-index:-9999;
		margin:0;
	}
	
	#logo
	{
		display:none;
	}
	
	#logofull
	{
		display:none!important;
	}
	
	.navbar2 ul.navmenu li a
	{
		width:100%;
		float:left;
		padding:12px 0;
		background:#645f59;
		background:-moz-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(100,95,89,1)),color-stop(100%,rgba(68,64,58,1)));
		background:-webkit-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
		background:-o-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
		background:-ms-linear-gradient(top,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
		background:linear-gradient(to bottom,rgba(100,95,89,1) 0%,rgba(68,64,58,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#645f59',endColorstr='#44403a',GradientType=0);
		height:auto!important;
		margin-top:0!important;
		text-align:center;
	}
	.navbar2 ul.navmenu li a:hover
{
/*padding: .7em 15px .7em 15px;
	background:url('img/listindicator.png')184px 5px no-repeat;
	display: block;
	color: #C3D5DF /*{c-bup-color};*/
/* display:inline; */
	padding:12px 0;
	background:rgba(147,142,135,0.95);/* rgba(215,210,201,0.75); */
}
	.navbar2 ul.navmenu .active
	{
		color:#764206;
		text-shadow:0 0 3px #000;
		background:#d7d2c9;
		background:-moz-linear-gradient(top,rgba(215,210,201,0.98) 0%,rgba(189,182,170,1) 100%);
	/* FF3.6+ */
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(215,210,201,0.98)),color-stop(100%,rgba(189,182,170,1)));
	/* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,rgba(215,210,201,0.98) 0%,rgba(189,182,170,1) 100%);
	/* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,rgba(215,210,201,0.98) 0%,rgba(189,182,170,1) 100%);
	/* Opera 11.10+ */
		background:-ms-linear-gradient(top,rgba(215,210,201,0.98) 0%,rgba(189,182,170,1) 100%);
	/* IE10+ */
		background:linear-gradient(to bottom,rgba(215,210,201,0.98) 0%,rgba(189,182,170,1) 100%);
	/* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad7d2c9',endColorstr='#bdb6aa',GradientType=0);
	/* IE6-9 */
		height:auto!important;
	}
		.navbar2 ul.navmenu li.donaate a
{
	cursor:pointer;
	text-align:center;
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProBold',Arial,sans-serif;
	color:#f0fafb;
	margin-top:16px!important;
	margin-right:0;
background: -moz-linear-gradient(top,  rgba(173,191,51,0.98) 0%, rgba(106,118,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,191,51,0.98)), color-stop(100%,rgba(106,118,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faadbf33', endColorstr='#6a761c',GradientType=0 ); /* IE6-9 */


	height:52px!important;
	text-shadow:0 0 3px #000;
	border:0 dashed #c00;
}
		.navbar2 ul.navmenu li.donaate .active
{
	cursor:pointer;
	text-align:center;
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProBold',Arial,sans-serif;
	color:#f0fafb;
	margin-top:16px!important;
	margin-right:0;
background: -moz-linear-gradient(top,  rgba(173,191,51,0.98) 0%, rgba(106,118,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,191,51,0.98)), color-stop(100%,rgba(106,118,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(173,191,51,0.98) 0%,rgba(106,118,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faadbf33', endColorstr='#6a761c',GradientType=0 ); /* IE6-9 */


	height:52px!important;
	text-shadow:0 0 3px #000;
	border:0 dashed #c00;
}
		.navbar2 ul.navmenu li.donaate a:hover
{
	cursor:pointer;
	text-align:center;
	font-size:19px;
	line-height:26px;
	font-family:'SourceSansProBold',Arial,sans-serif;
	color:#f0fafb;
	margin-top:16px!important;
	margin-right:0;
background: -moz-linear-gradient(top,  rgba(106,118,28,1) 0%, rgba(173,191,51,0.98) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,118,28,1)), color-stop(100%,rgba(173,191,51,0.98))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(106,118,28,1) 0%,rgba(173,191,51,0.98) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(106,118,28,1) 0%,rgba(173,191,51,0.98) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(106,118,28,1) 0%,rgba(173,191,51,0.98) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(106,118,28,1) 0%,rgba(173,191,51,0.98) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a761c', endColorstr='#faadbf33',GradientType=0 ); /* IE6-9 */

	height:52px!important;
	text-shadow:0 0 3px #000;
	border:0 dashed #c00;
}
	.navbar2 ul.navmenu li.gameon a, .navbar2 ul.navmenu li.donaate a, .navbar2 ul.navmenu li.donaate a:hover {
		margin-top:0 !important;
		height: auto !important;
	}
.btn-480 {
	display:block !important;
	height:43px;
	clear:all;
}

	.navbar2
	{
		margin-top:42px!important;
	}
	
	.socialbar
	{
		margin-top:-123px!important;
	}
	
	#rotator
	{
		margin-top:159px;
	}
	
	.container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column
	{
		width:100%;
	}
	
	#loggo
	{
		margin:40px auto 30px;
	}
	
	.btn-stats-donate
	{
		margin:0 auto;
	}
	
	.btn-stats-one
	{
		margin:0 auto;
	}
	
	.btn-stats-two
	{
		margin:0 auto;
	}
	
	.btn-stats-three
	{
		margin:0 auto;
	}
	
	.statistics,.statistics-donate
	{
		background:url(../_images/background-stats.jpg);
		max-width:100%;
	}
	
	.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-donate.jpg);
	}
	
	.nav-location
	{
		margin:0 auto;
		display:block;
		overflow:hidden;
		width:320px;
	}
	
	#socialsearchbox
	{
		margin-top:-57px;
		background:none;
		width:100%;
		margin-bottom: 25px;
	}
	
	#socialsearchbox form input[name="query"]
	{
		display:none;
		position:relative;
		z-index:9999;
		margin-left:9px;
		margin-top:4px;
		width:75%;
	}
	
	#utilitynav
	{
		margin-top:-30px;
		float:left;
		margin-left:10px;
	}
	
	#utilitynav #desktop-tablet-nav
	{
		display:none;
	}
	
	#utilitynav #mini-nav
	{
		display:block;
		width:238px;
		font-size:15px;
		background:#645f59;
		color:#f1f1f1;
		position:relative;
		z-index:999;
	}
	
	#viral-video
	{
		background:url(../_images/home-viral-mobi.png) no-repeat 0 0!important;
	/* width: 320px !important; */
		height:205px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	#overview-video
	{
		background:url(../_images/home-overview-mobi.png) no-repeat 0 0!important;
	/* width: 320px !important; */
		height:205px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	h3.newsletterback
	{
		font-size:22px!important;
	}
	.newsletterback form label
	{
		text-align: center;
		margin-left: 0;
	}
	.newslistdate
	{
		padding-right:0 !important;
	}
	
	
	.news-interior .newslistdate
	{
		padding-right:0!important;
	}
	
	.mag-glass {
		display: none;
	}
	
	.newslistlocation
	{
		float:left!important;
	}
	
	.footersite {
	width: 100%!important;
	max-width: inherit;
	}
	
	.footerdivide
	{
		display:none!important;
	}
	
	.footerright
	{
		width:100%!important;
		max-width:inherit;
		text-align:center!important;
		border:0 dashed #c00!important;
	}
	
	.footerconnect
	{
		width:100%!important;
		margin-left:0;
		border:0 dashed #c00;
		text-align:center;
	}
	
	.footermission
	{
		width:100%!important;
		margin-top:10px;
		margin-left:0;
		padding-top:10px;
		text-align:center;
		border-top:1px solid #a1998b;
	}
	.footermission-tighter {
		line-height: 0.5em !important;
		border:1px dashed #cc0000;
	}
	.footerconnect ul.
	{
	/* 	width:200px !important; */
		background:none;
		display:block;
	}
	
	.footerconnect ul.footerlist li
	{
		cursor:pointer;
		padding:0;
		margin:0;
	/* width:242px; */
		background:none;
		display:block;
		width: 100%;
	}
	
	.footerconnect ul.footerlist li a
	{
		width: 100%;
		height: 42px;
		display: block;
	}
	
	.footerconnect ul.footerlist li a span
	{
		display: none;
	}
	
	.footerconnect ul.footerlist li.fb
	{
		background:url(../_images/footer-icon-facebook.png) center center no-repeat;
	}
	
	.footerconnect ul.footerlist li.twitter
	{
		background:url(../_images/footer-icon-twitter.png) center center no-repeat;
	}
	
	.footerconnect ul.footerlist li.enews
	{
		background:url(../_images/footer-icon-newsletter.png) center center no-repeat;
	}
	
	.sitemap-bin
	{
		width:100%!important;
		height:auto;
		margin:10px 0 0;
		text-align:center;
		border:0 dashed #c00;
	}
	
	#footer
	{
		text-align:center!important;
	}
	
	.sitemap ul.expand li a
	{
		width:100%;
		max-width:539px;
	}
	
	.sitemap ul.expand li
	{
		cursor:pointer;
		/* background:url(../_images/footer-li-off.png) top right no-repeat; */
		font-family:'SourceSansProRegular',Arial,sans-serif!important;
		text-transform:uppercase;
		padding:13px 0;
		width:49%!important;
		margin:0;
	/* width:242px; */
		border-top:1px solid #e0ddd9;
		display:block!important;
	}
	
	.sitemap ul.expand li a
	{
		display:block!important;
		width:49%!important;
		/* background:url(../_images/footer-li-off.png) 10px right no-repeat rgba(215,210,201,0.52); */
		font-family:'SourceSansProRegular',Arial,sans-serif!important;
		color:#433f39;
		font-size:13px!important;
		letter-spacing:normal;
		/* padding:12px 0 12px 15px; */
		text-decoration:none!important;
	}
	
	.sitemap ul.expand li a:visited
	{
		/* background:url(../_images/footer-li-off.png) top right no-repeat rgba(215,210,201,0.52); */
		font-family:'SourceSansProRegular',Arial,sans-serif!important;
		color:#069;
		font-size:13px;
		text-decoration:none!important;
		width:49%!important;
	}
	
	.sitemap ul.expand .active
	{
		/* background:url(../_images/footer-li-off.png) top right no-repeat rgba(215,210,201,0.52); */
		border-top:0 solid #4996d1;
		display:block!important;
		width:49%!important;
		font-family:'SourceSansProRegular',Arial,sans-serif!important;
		color:#069;
		font-size:13px;
		font-style:normal;
		font-weight:400!important;
		cursor:pointer;
		background:#fef7e6;
	}
	
	.sitemap ul.expand li:First-child
	{
		float:left;
		border-right:1px solid #bdbcba;
	}
	
	.sitemap ul.expand li:Last-child
	{
		float:left;
		border-left:0 solid #bdbcba;
	}
	
	.sitemap ul.expand li:hover
	{
		display:block!important;
		/* background:url(../_images/footer-li-ov.png) top right no-repeat rgba(255,255,255,0.52); */
	}
	
	.sitemap ul.expand li.ui-state-active
	{
		cursor:pointer;
		margin:0;
	/* width:242px; */
		font-family:'SourceSansProRegular',Arial,sans-serif!important;
		border-bottom:0 solid #4996d1;
		/* background:url(../_images/footer-li-on.png) top right no-repeat rgba(255,255,255,0.75); */
	}
	
	.locations-bin p,.village-bin p,.hotline-video-bin p,.boosterslist p
	{
		font-size:19px!important;
	}
	
	.locations-bin
	{
		width:100%!important;
		margin:0!important;
		padding:0!important;
		border: 0px;
	}
	
	.how-we-help-bin
	{
		width:100%!important;
		padding: 0;
		border: 0px;
	}
	
	.btn-moreless
	{
		display:block;
	}
	
	.locations-home,
	.secondary .menu,
	#donate-interior-left,
	#locationssocial,
	.locationaboutshort,
	.news-interior-left,
	#leftside-nepassport,
	#leftside-boes
	{
		display:none;
	}
	
	#content,#landing
	{
		margin-top:159px;
	}
	
	#navigation-back
	{
		margin-top:-22px;
		padding:0;
	}
	
	.secondary
	{
		padding:0;
		box-shadow:none;
	}
	
	.rotatorbig
	{
		display:none;
	}
	
	.rotatorsm
	{
		display:block;
	}
	
	.secondary ul.landing .hidden
	{
		display:block;
	}
	
	#donate-landing-right
	{
		display:block!important;
	}
	
	.landing-right
	{
		display:none!important;
	}
	
	#landing-hero
	{
		background:url(../_images/hero-what-we-do2.jpg) -310px 0 no-repeat #00527e!important;
		height:160px;
		overflow:hidden;
	}
	
	.about
	{
		background:url(../_images/hero-about-us2.jpg) -310px -20px no-repeat #00527e!important;
		height:160px;
		overflow:hidden;
	}
	
	.hotline
	{
		background:url(../_images/hero-hotline.jpg) -310px -40px no-repeat #00527e!important;
		height:160px;
		overflow:hidden;
	}
	
	.whowehelp
	{
		background:url(../_images/hero-who-we-help2.jpg) -310px -40px no-repeat #00527e!important;
		height:160px;
		overflow:hidden;
	}
	
	.support {
		background-position:-310px -40px;
		height:160px;
		overflow:hidden;
	}
	
	.research
	{
		background:url(../_images/hero-research.jpg) -310px -60px no-repeat #00527e!important;
		height:160px;
		overflow:hidden;
	}
	
	.sommer
	{
		background:url(../_images/landing3-sommer.jpg) -380px 0 no-repeat;
		height:160px;
		overflow:hidden;
	}
	
	.malik
	{
		background:url(../_images/landing3-malik.jpg) -380px 0 no-repeat;
		height:160px;
		overflow:hidden;
	}
	.viralvideo
	{
		background:url(../_images/landing3-viral.jpg) -350px -120px no-repeat;
		height:160px;
		overflow:hidden;
	}
	.fosters
	{
		background:url(../_images/hero-foster.jpg) -310px -38px no-repeat #00527e!important;
		height:180px;
		overflow:hidden;
	}
	
	.landing-top-container-long
	{
		display:block!important;
	}
	
	.landing-left
	{
		display:none;
	}
	
	.village-bin
	{
		width:100%!important;
		border:0px !important;
		padding: 0;
	}
	.boosterslist
	{
		width:100%!important;
		border:0px !important;
		padding: 0;
	}
	.auction
	{
		width:100%!important;
		border:0px !important;
		padding: 0;
	}
	.hotline-video-bin
	{
		width:100%!important;
	}
	
	#btbar
	{
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-left
	{
		float:left;
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-right
	{
		float:right;
		width:320px;
		height:46px;
		border:0 dashed #c00;
		display:none;
	}

	
	.btbar-center {
		display: none;
	}
	

	
	.secondary ul.landing li:First-child
	{
		margin-top:30px;
		border-top:1px solid #e0ddd9;
	}
	
	#locations {
		margin-top: 159px;
	}
	
	#locations.error, #locations.locations-list {
		margin-top: 0;
	}
	
	#locations.error img {
		display: none;
	}
	
	.news img {
		display: none;
	}
	
	.main-rotator {
		display: none;
	}
	
	.newsletterback #newsletter-signup {
		padding-left:0;
	}
	
	.newsletterback form input.text
	{
		width:100%;
		max-width: 250px;
	}
	
	.homerightcolumn form #sub {
		float: none;
		margin: 10px auto;
	}

	.homerightcolumn form #sub:hover
	{
		float: none;
		margin: 10px auto;
	}
	#blog-container {
	background: url('../_images/tile-landing-blue.jpg') repeat-x 0 0;
	/*
width:100%;
	max-width:275px;
*/
	height:120px;
	margin:5px 0px 5px 0px;
	padding-top:2px;
	text-align:center;
}
	#blog-container div {
	display:block;
	margin: 0 auto;
	overflow: hidden;
	width:320px;
	/* width: 185px; */
}

	.btnbtbar-bt {
		display: block;
		background: url(../_images/btn-topbar-boystown-mobile.png) no-repeat 0 0;
		width: 159px;
		height: 46px;
		overflow: hidden;
		float: left;
		margin: 0;
	}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.btbar-center {
		display: none;
	}


	#bannerrotator, #nav 
	{
		display:none !important;
	}
	.display-mobile {
		display: block;
	}
	.display-desktop {
		display: none;
	}
	.bannerrotator-sm 
	{
		display:block !important;
	}
	.statistics.four.columns,.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-ipad-port.jpg) no-repeat 0 0;
		max-width:50%;
	}
	
	.statistics.four.columns:first-child,.statistics.four.columns:nth-child(3)
	{
		background-position:right top;
		margin-right:0;
	}
	
	.statistics-donate.four.columns,.statistics.four.columns:nth-child(2)
	{
		float:right;
	}
	
	.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-donate.jpg);
	}
	
	#socialsearchbox form input[name="query"]
	{
		display:none;
		position:relative;
		z-index:9999;
		margin-left:15px;
		margin-top:4px;
		width:80%;
	}
	
	#viral-video
	{
		background:url(../_images/home-viral-ipad.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	#overview-video
	{
		background:url(../_images/home-overview-ipad.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	.footerdivide
	{
		display:none!important;
	}
	
	.footerright
	{
		width:100%!important;
		max-width:inherit;
		text-align:center!important;
		border:0 dashed #c00!important;
	}
	
	.footerconnect
	{
		width:100%!important;
		text-align:center!important;
	}
	
	.footermission
	{
		text-align:center;
		width:100%!important;
		margin-top:10px;
		padding-top:10px;
	}
	
	/* .locations-bin { width: 216px !important; }	 */
	/*
.how-we-help-bin
	{
		width:216px!important;
	}
*/
	
	.image-group {
		display: none;
	}
		#blog-container {
	background: url('../_images/tile-landing-blue.jpg') repeat-x 0 0;
	/*
width:100%;
	max-width:275px;
*/
	height:120px;
	margin:5px 0px 5px 0px;
	padding-top:2px;
	text-align:center;
}
	#blog-container div {
	display:block;
	margin: 0 auto;
	overflow: hidden;
	width:320px;
	/* width: 185px; */
}


}
/* =============================== End ============ */


/*  
 * ================================================== 
 * ================================================== 
 * ==================================================
 * Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 767px) and (max-width: 959px) {
	


.btbar-center {
		display: none;
	}


	.desktop-imagemap { display:none !important; }
	.ipad-imagemap { display:block !important; }
	#bannerrotator, #nav 
	{
		display:none !important;
	}
	#landing-hero
	{
		background:url(../_images/hero-what-we-do2.jpg) -120px 0 no-repeat #00527e!important;
		height:295px;
	}
	
	.about
	{
		background:url(../_images/hero-about-us2.jpg) -120px 0 no-repeat;
	}
	
	.how-you-help
	{
		background:url(../_images/hero-how-you-can-help.jpg) -101px 0 no-repeat;
	}
	.how-you-help .landing-left p {
		margin-bottom:0;
	}
	
	.hotline
	{
		background:url(../_images/hero-hotline.jpg) -120px 0 no-repeat;
	}
	
	.whowehelp
	{
		background:url(../_images/hero-who-we-help2.jpg) -120px 0 no-repeat;
	}
	
	.support
	{
		background-position:-120px 0;
	}
	
	.research
	{
		background:url(../_images/hero-research.jpg) -120px 0 no-repeat;
	}
	
	.fosters
	{
		background:url(../_images/hero-foster.jpg) -120px 0 no-repeat;
	}
	
	.landing-top-container-long
	{
		display:none!important;
	}
	
	.landing-left
	{
		width:317px!important;
	}
	
	.landing-right
	{
		width:100%;
		height:293px;
		overflow:hidden;
		border:0 dashed #c00;
		max-width:220px;
		float:right;
		padding:0;
		margin:0 5px;
	}
	
	.landing-right h1
	{
		font-size:21px;
		padding:2px 0;
	}
	
	.landing-left h1
	{
		font-size:34px!important;
	}
	
	#donate-landing-left
	{
		height:40px!important;
		margin-top:-18px;
		border:0 dashed #c00;
	}
	
	#btbar
	{
		width:748px;
	}
	.navbar2 ul.navmenu li
{

	width:auto !important;
	border:0px dashed red;
	height:52px !important;
	margin:0px !important;

}
	.navbar2 ul.navmenu li a
	{
		padding:12px 15px 17px 15px;
		margin:0px 0 0 !important;
	}
	.navbar2 ul.navmenu li a:hover
	{
		padding:12px 15px 17px 15px;
	}
	.navbar2 ul.navmenu li.gameon a
	{
		padding:12px 15px 17px 15px;
	}
	.social-newsletter
	{
		display:block;
		background:url(../_images/btn_social-email-m.png) no-repeat 0 0;
		width:89px;
		height:78px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-facebook
	{
		display:block;
		background:url(../_images/btn_social-fb-m.png) no-repeat 0 0;
		width:89px;
		height:78px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-twitter
	{
		display:block;
		background:url(../_images/btn-social-twitter-m.png) no-repeat 0 0;
		width:89px;
		height:78px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.locations-bin
	{
		width:216px!important;
	}
	
	.village-bin, .boosterslist
	{
		width:208px!important;
	}
	.auction {
		width:460px !important;
	}
	.how-we-help-bin
	{
		width:216px!important;
	}
	
	#bannerrotator img
	{
		width:100%!important;
	}
	
	.locationhomebin.one-third.column
	{
		width:236px;
		border:0;
	}
	
	.statistics.four.columns,.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-ipad-port.jpg) no-repeat -3px 0;
		max-width:374px;
	}
	
	.statistics.four.columns:first-child,.statistics.four.columns:nth-child(3)
	{
		background-position:-5px 0;
	}
	
	.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-donate.jpg);
	}
	
	#viral-video
	{
		background:url(../_images/home-viral-ipad.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	#overview-video
	{
		background:url(../_images/home-overview-ipad.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	.newsletterback form input.text
	{
		width:75%;
	}

	.newsletterback form label
	{
		margin-left: 40px;
	}
	.homerightcolumn form #sub {
		margin-left: 40px;
	}

	.homerightcolumn form #sub:hover
	{
		margin-left: 40px;
	}
	.homerightcolumn 
	{
		margin-bottom: 10px;
	}
	.footerdivide
	{
		display:none!important;
	}
	
	.footerright
	{
		width:100%!important;
		max-width:220px!important;
		text-align:center!important;
		border:0 dashed #c00!important;
		float:right;
	}
	
	.footerconnect
	{
		padding-left:45px;
		float:left;
		text-align:center!important;
	}
	
	.footermission
	{
		text-align:center;
		width:100%!important;
		max-width:220px;
		float:left;
		margin-top:10px;
		padding-top:10px;
		text-align:center;
	}
	
	.image-group, .mag-glass {
		display: none;
	}
	
	.bannerrotator-portrait {
		display: block;
	}
	.main-rotator {
		display: none;
	}
	
	.bannerrotator-sm {
		display: block;
	}
	
	.locationsheader h4 {
		font-size: 25px;
	}
	#socialsearchbox form input 
	{
		width: 75%;
	}
			#blog-container {
	background: url('../_images/tile-landing-blue.jpg') repeat-x 0 0;
	/*
width:100%;
	max-width:275px;
*/
	height:120px;
	margin:5px 0px 5px 0px;
	padding-top:2px;
	text-align:center;
}
	#blog-container div {
	display:block;
	margin: 0 auto;
	overflow: hidden;
	width:320px;
	/* width: 185px; */
}
	.vidfourcontain { 
	width:360px;
	height:auto;
	text-align:center;
	margin:10px 0px 0px 90px;
	border:0px dashed #cc0000;
}
	.vidtwocontain { 
	width:300px;
	height:auto;
	text-align:center;
	margin:10px 0px 0px 145px;
	border:0px dashed #cc0000;
}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#viral-video
	{
		background:url(../_images/home-viral-ipad.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	#thanks-video {
		background:url(../_images/home-your-donation-ipad.png) no-repeat 0 0;
		width:369px;
		height:235px;
	}
	#thanks-video .btn-viral {
		position:absolute;
		top:150px;
		left:180px;
	}


	
	.footerdivide
	{
		display:none!important;
	}
	
	.footerright
	{
		width:100%!important;
		/* max-width:220px!important; */
		text-align:center!important;
		border:0 dashed #c00!important;
		float:right;
	}
	
	.footerconnect
	{
		/* padding-left:45px; */
		float:left;
		text-align:center!important;
	}
	
	.footermission
	{
		text-align:center;
		width:100%!important;
		/* max-width:220px!important; */
		float:left;
		margin-top:10px;
		padding-top:10px;
		text-align:center;
	}
	
	/*
#btbar
	{
		width:748px;
	}
*/
	
	/*
.navbar2 ul.navmenu li
	{
		padding:12px 15px 19px;
	}
*/
	
	/*
.social-newsletter
	{
		display:block;
		background:url(../_images/btn_social-email-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-facebook
	{
		display:block;
		background:url(../_images/btn_social-fb-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-twitter
	{
		display:block;
		background:url(../_images/btn-social-twitter-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
*/
	
	.locations-bin
	{
		width:216px;
	}
	
	.village-bin, .boosterslist
	{
		width:208px;
	}
	
	.locationaboutshort,#adbar
	{
		display:none;
	}
	
	.locationaboutlong
	{
		display:block;
	}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * (min-width : 768px) and (max-width : 1024px) */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	/*
#landing-hero
	{
		background:url(../_images/hero-what-we-do2.jpg) -120px 0 no-repeat #00527e!important;
		height:295px;
	}
*/
	
	/*
.landing-top-container-long
	{
		display:none!important;
	}
	
	.landing-left
	{
		width:315px!important;
	}
*/
	
	/*
.landing-right
	{
		width:100%;
		height:293px;
		overflow:hidden;
		border:0 dashed #c00;
		max-width:220px;
		float:right;
		padding:0;
		margin:0 5px;
	}
*/
	
	/*
.landing-right h1
	{
		font-size:21px;
		padding:2px 0;
	}
*/
	
	/*
#donate-landing-left
	{
		height:40px;
		margin-top:-2px;
	}
*/
	
	.btn-stats-donate
	{
		margin:0 auto;
	}
	
	.btn-stats-one
	{
		margin:0 auto;
	}
	
	.btn-stats-two
	{
		margin:0 auto;
	}
	
	.btn-stats-three
	{
		margin:0 auto;
	}
	
	.locationssocialbuttons
	{
		float:left;
		clear:all;
	}
	
	#home-banner
	{
		width:100%;
	}
	
	#home-banner .feature-ads
	{
		width:100%!important;
	}
	
	h3.newsletterback
	{
		font-size:24px!important;
	}
	
	.hotline-video-bin
	{
		width:208px!important;
	}
	
	.videocontain
	{
		max-width:728px!important;
	}
	
	.vidthreecontain
	{
		width:220px!important;
	}
	
	/*
.videobin
	{
		width:492px!important;
	}
*/
	
	/*
.landing-right .donate-left-btn
	{
		margin-top:-10px!important;
	}
*/
	
	#btbar
	{
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-left
	{
		float:left;
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-right
	{
		float:right;
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * iPads (LANDSCAPE) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* @media only screen and (min-width : 768px) and (max-width : 1024px) { */
	.datanewshead
	{
		width:320px;
	}
	
	.locations-bin
	{
		width:281px!important;
	}
	
	.social-newsletter
	{
		display:block;
		background:url(../_images/btn_social-email.png) no-repeat 0 0;
		width:106px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-facebook
	{
		display:block;
		background:url(../_images/btn_social-fb.png) no-repeat 0 0;
		width:107px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-twitter
	{
		display:block;
		background:url(../_images/btn_social-twit.png) no-repeat 0 0;
		width:107px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}

	.newsletterback form label
	{
		margin-left: 130px;
	}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* @media only screen and (min-width : 768px) and (max-width : 1024px) { */
	
	#landing-hero
	{
		background:url(../_images/hero-what-we-do2.jpg) -120px 0 no-repeat #00527e!important;
		height:295px;
	}
	.desktop-imagemap { display:none !important; }
	.ipad-imagemap { display:block !important; }
	.landing-top-container-long
	{
		display:none!important;
	}
	
	.landing-left
	{
		width:315px!important;
	}
	
	.landing-right
	{
		width:100%;
		height:293px;
		overflow:hidden;
		border:0 dashed #c00;
		max-width:220px;
		float:right;
		padding:0;
		margin:0 5px;
	}
	
	.landing-right h1
	{
		font-size:21px;
		padding:2px 0;
	}
	
	#donate-landing-left
	{
		height:40px;
		margin-top:-2px;
	}
	
/*
	.navbar2 ul.navmenu li 1
	{
		padding:12px 15px 19px;
	}
*/
	
	.social-newsletter
	{
		display:block;
		background:url(../_images/btn_social-email-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-facebook
	{
		display:block;
		background:url(../_images/btn_social-fb-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-twitter
	{
		display:block;
		background:url(../_images/btn-social-twitter-m.png) no-repeat 0 0;
		width:89px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.statistics.four.columns,.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-ipad-port.jpg) no-repeat -3px 0;
		max-width:374px;
	}
	
	.statistics.four.columns:first-child,.statistics.four.columns:nth-child(3)
	{
		background-position:-5px 0;
	}
	
	.statistics-donate.four.columns
	{
		background:url(../_images/background-stats-donate.jpg);
	}
	
	.btn-stats-donate
	{
		margin:0 auto;
	}
	
	.btn-stats-one
	{
		margin:0 auto;
	}
	
	.btn-stats-two
	{
		margin:0 auto;
	}
	
	.btn-stats-three
	{
		margin:0 auto;
	}
	
	.locationssocialbuttons
	{
		float:left;
		clear:all;
	}
	
	.locationhomebin.one-third.column
	{
		width:236px;
		border:0;
	}
	
	.locationaboutshort,#adbar
	{
		display:none;
	}
	
	.locationaboutlong
	{
		display:block;
	}
	
	h3.newsletterback
	{
		font-size:24px!important;
	}
	
	.footerdivide
	{
		display:none!important;
	}
	
	.footerright
	{
		width:100%!important;
		max-width:220px!important;
		text-align:center!important;
		border:0 dashed #c00!important;
		float:right;
	}
	
	#viral-video
	{
		background:url(../_images/home-viral.png) no-repeat 0 0!important;
		width:369px!important;
		height:235px!important;
		margin:10px 0 0;
		text-align:center;
		padding-top:15%;
	}
	
	#thanks-video {
		background:url(../_images/home-thanks-ipad.png) no-repeat 0 0;
		width:369px;
		height:235px;
		margin-top:10px;
	}



	.newsletterback #newsletter-signup input {
		margin-left:0;
	}
	
	.footerconnect
	{
		padding-left:45px;
		float:left;
		text-align:center!important;
	}
	
	.footermission
	{
		text-align:center;
		width:100%!important;
		max-width:220px!important;
		float:left;
		margin-top:10px;
		padding-top:10px;
		text-align:center;
	}
	
	.locations-bin
	{
		width:216px!important;
	}
	
	.village-bin, boosterslist
	{
		width:208px!important;
	}
	
	.hotline-video-bin
	{
		width:208px!important;
	}
	
	.how-we-help-bin
	{
		width:216px!important;
	}
	
	.videocontain
	{
		max-width:728px!important;
	}
	
	.vidthreecontain
	{
		width:220px!important;
	}
	
	.videobin
	{
		width:492px!important;
	}
	
	.landing-right .donate-left-btn
	{
		margin-top:-10px!important;
	}
	
	#btbar
	{
		width:748px;
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-left
	{
		float:left;
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
	
	.btbar-right
	{
		float:right;
		width:320px;
		height:46px;
		border:0 dashed #c00;
	}
	.newsletterback form label
	{
		margin-left: 82px;
	}
}
/* =============================== End ============ */


/* 
 * ================================================== 
 * ================================================== 
 * ==================================================
 * Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.display-mobile {
		display: block;
	}
	.display-desktop {
		display: none;
	}
	.social-newsletter
	{
		display:block;
		background:url(../_images/btn_social-email.png) no-repeat 0 0;
		width:106px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0;
	}
	
	.social-facebook
	{
		display:block;
		background:url(../_images/btn_social-fb.png) no-repeat 0 0;
		width:106px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0 1px 0 0;
	}
	
	.social-twitter
	{
		display:block;
		background:url(../_images/btn_social-twit.png) no-repeat 0 0;
		width:106px;
		height:80px;
		overflow:hidden;
		float:right;
		margin:0 1px 0 0;
	}
	
	.image-group {
		display: none;
	}
	
	#socialsearchbox form input[name="query"]
	{
		display:none;
		position:relative;
		z-index:9999;
		margin-left:12px;
		margin-top:4px;
		width:73%;
	}

}
/* =============================== End ============ */
@media (max-width:640px) and (orientation: landscape) {
    body {-webkit-text-size-adjust: 100%;}
}
