@import url("../webfonts/ftramd/stylesheet.css");
@import url("../webfonts/opensans_regular/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#indexBody {
}
#spot {
	background-image: url(../images/bg/marblebg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 20px;
}
#video {
	text-align: center;
	display: none;
}
#video iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #000;
	max-width: 80%;
	display: none;
}
#video2 {
	text-align: center;

}
#video2 iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #000;
	max-width: 80%;
}
#welcome {
	padding-bottom: 25px;
}
#welcome2 {
	padding-top: 70px;
}
#welcome2 p, h1, h2 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#welcome a {
	text-decoration:none;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
#welcome a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
#welcome3 {
	text-align: left;
}
#welcome3 a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 40%;
	margin-top: 15px;
	min-width: 250px;
	float: left;
	margin-left: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#welcome3 a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 40%;
	margin-top: 15px;
	min-width: 250px;
	float: left;
}
#members {
	background-image: url(../images/main-images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 185px;
	height: 100px;
	text-align: center;
	margin-left: 0px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
#members a {
	text-decoration: none;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#members a:hover {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#members h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#members p {
	margin: 0px;
	padding: 0px;
}
#joinButton {
	margin-right: 10px;
	float: right;
}
#welcome1 {
	height: 105px;
}
#joinButton a {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 100px;
	text-shadow: 1px 1px #fff;
}
#joinButton a:hover {
	display: block;
	background-color: #C90008;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 100px;
	text-shadow: 1px 1px #000;
}
#joinButton {
	float: right;
	margin-right: 10px;
}
#whatshappening {
	background-color: #85A738;
	background-image: url(../images/bg/ourworldtexture.jpg);
	background-repeat: repeat;
	background-position: center;
}
#whatshappening #wh {
	text-align: center;
}
hr {
	border-top-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
}
#soc3 {
	text-align: center;
	margin-bottom: 30px;
}
#soc3 img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#tweetHeader {
	display: none;
}
#tweetHeader2 {
	text-align: center;
}
#instaHeader {
	text-align: center;
}
#featuredSibling {
	min-height: 300px;
	margin-top: 25px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #25638A;
	border-bottom-width: 3px;
	border-bottom-color: #236188;
	background-image: url(../images/bg/fsbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#fsPic {
	margin-right: 60px;
	min-height: 200px;
}
#fsDes {
}
#featuredSibling h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
	margin-bottom: 5px;
}
#fsPic img {
	margin: 15px;
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
	min-height: 200px;
	min-width: 200px;
}
#bulletin {
	background-image: url(../images/bg/bulletinbg2.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;
	min-height: 300px;
	padding-top: 35px;
	padding-bottom: 25px;

}
#bulletinCenter {
	
}
#bulletin a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
	text-decoration: none;
}
#bulletin a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
#bulletin p, h1 {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.bhWhite {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 0px;

}
.bhgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	margin: 0px;
	padding: 0px;

}
.subheader {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.mainbulletin {
	font-family: "opensans regular", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#featuredSibling a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#featuredSibling a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#whyWho {
	padding-bottom: 50px;
}
#whyWho p {
	margin-top: 0px;
}
#whyWho #whyWhoHeader {
	text-align: center;
	margin-top: 25px;
}
#whyWho ul {
}
#whyWho li {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 5px;
	margin-right: 5px;
	list-style-image: url(../images/main-images/bflybullet.png);
}
#whyWho h2 {
	margin-left: 5px;
	margin-right: 5px;
}
#cred {
	text-align: center;
	padding-top: 25px;
	opacity: 0.6;
	height: auto;
	padding-bottom: 25px;
}
#cred img {
	margin-right: 3%;
	margin-left: 3%;
	min-width: 20%;
	height: auto;
	width: 20%;
	margin-bottom: 15px;
}
#soWhat {
	text-align: center;
}
#soWhat a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80%;
	margin-top: 15px;
	min-width: 250px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#soWhat a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	background-color: #0B0B0B;
	height: 300px;
	background-repeat: repeat;
}
#footer2 {
	background-color: #00B2EF;
	
}
#footer {
	background-color: #0B0B0B;
	background-repeat: repeat;
	height: auto;
}
#footer #nav2 {
	height: 460px;
	padding-bottom: 30px;
}
#footer #nav2 h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
#footer #nav2 ul {
	margin-left: -10px;
}
#footer #nav2 ul li {
	list-style-type: square;
	color: #CCC;
	margin-bottom: 10px;
	list-style-image: url(../images/main-images/bflybullet.png);
}
#footer #nav2 a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
#footer #nav2 a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
	text-decoration: none;
}
#footer #map {
	height: 350px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.google-maps {
	position: relative;
	padding-bottom: 2%;
 // This is the aspect ratio height: 0;
	overflow: hidden;
	text-align: center;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0px;
	opacity: 0.5;
}
#footer #connect {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer2 {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#footer2b {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
}
#footer2b span {
	padding-left: 10px;
	padding-right: 15px;
}
#footer2 span {
	padding-left: 10px;
	padding-right: 10px;
}
#footer2b a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
#footer2b a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CF0;
	text-decoration: none;
}
.main {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.main2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.headerxh {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.welcome {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.main2b {
	font-family: "Open Sans Semibold", "opensans bold", "Arial Black";
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-shadow: 3px 3px #000;
}
.siblingsb {
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.siblingsb2 {
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.fsblack {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
.headermgreen2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.headermgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.headermblack2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headermblack {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headerm {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.headermblue {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.buttonblue {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.buttonred {
	display: block;
	background-color: #85a738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 25%;
	margin-top: 30px;
	text-shadow: 1px 1px #000;
	margin-left: 1%;
	margin-right: 5%;
}
.members2 {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-left: 2px;
	text-indent: 5px;
}
.members {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
}
.slogan {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 100px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00B2EF;
	background-image: url(../images/main-images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}
.footerFont {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.copyFont1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.copyFont2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.ribbon1 {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.ribbon2 {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.ribbon2white {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}
@media only screen and (min-width: 481px) {
#indexBody {
}
#spot {
	background-image: url(../images/bg/marblebg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #F00;
	padding-bottom: 30px;
}
#video {
	text-align: center;
	display: none;
}
#video iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #85a;
	max-width: 80%;
	display: none;
	color: #0F0;
}
#video2 {
	text-align: center;
}
#video2 iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #000;
	max-width: 80%;
}
#welcome {
	padding-bottom: 25px;
}
#welcome1 {
	height: 105px;
}
#joinButton a {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 110px;
	text-shadow: 1px 1px #fff;
}
#joinButton a:hover {
	display: block;
	background-color: #C90008;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 110px;
	text-shadow: 1px 1px #000;
}
#members {
	margin-left: 0px;
	float: left;
}
#joinButton {
	margin-right: 10px;
	float: right;
}
#welcome2 {
}
#welcome2 {
}
#welcome2 p, h1, h2 {
	margin-left: 5px;
	margin-right: 5px;
}
#welcome3 {
	text-align: center;
}
#welcome3 a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#welcome3 a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
}
#spot #welcome #welcome1 #members {
	background-image: url(../images/main-images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 185px;
	height: 100px;
	text-align: center;
}
#joinButton {
	float: right;
}
#welcome3 {
	text-align: left;
}
#welcome3 a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#welcome3 a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
hr {
	border-top-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
	margin-top: 15px;
}
#joinButton {
	float: right;
}
#whatshappening {
	background-color: #85A738;
	background-image: url(../images/bg/ourworldtexture.jpg);
	background-repeat: repeat;
	background-position: center;

}
#whatshappening #wh {
	text-align: center;
}
#whatshappening hr {
	border-top-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
}
#instaHeader {
}
#tweetHeader {
	display: none;
}
#tweetHeader2 {
	text-align: center;
}
#twitterfeed {
}
#instafeed {
}
#featuredSibling {
	min-height: 300px;
	margin-top: 25px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #25638A;
	border-bottom-width: 3px;
	border-bottom-color: #236188;
	background-image: url(../images/bg/fsbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#featuredSibling h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
}
#fsPic {
	margin-right: 60px;
	min-height: 200px;
}
#fsDes {
}
#fsDes h1 {
	margin-bottom: 0px;
}
#fsPic img {
	margin: 15px;
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
	min-height: 200px;
	min-width: 200px;
}
#bulletin {
	background-image: url(../images/bg/bulletinbg2.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;
	min-height: 300px;
	padding-top: 35px;
	padding-bottom: 25px;
}
#bulletinCenter {
	
}
#bulletin a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
#bulletin a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
#bulletin p, h1 {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.bhWhite {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.bhgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.subheader {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.mainbulletin {
	font-family: "opensans regular", Arial;
	font-size: 19px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#whyWho {
	padding-bottom: 50px;
}
#whyWho #whoJoin {
	margin-top: 50px;
	padding-bottom: 15px;
}
#whyWho #whyJoin {
	margin-top: 50px;
	padding-bottom: 15px;
}
#whyWho #whyWhoHeader {
	text-align: center;
	margin-top: 25px;
}
#whyWho ul {
}
#whyWho li {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 5px;
	margin-right: 5px;
	list-style-image: url(../images/main-images/bflybullet.png);
}
#whyWho h2 {
	margin-left: 5px;
	margin-right: 5px;
}
#cred {
	text-align: center;
	padding-top: 25px;
	opacity: 0.6;
	height: auto;
	padding-bottom: 25px;
}
#cred img {
	margin-right: 3%;
	margin-left: 3%;
	min-width: 4%;
	height: auto;
	width: 20%;
	margin-bottom: 15px;
}
#soWhat {
	text-align: center;
}
#soWhat a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	width: 80%;
	margin-top: 15px;
	min-width: 250px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#soWhat a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	width: 80%;
	margin-top: 15px;
	min-width: 250px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 15px;
}
#soc3 {
	text-align: center;
	margin-bottom: 30px;
}
#soc3 img {
	margin-right: 20px;
}
#footer {
	background-color: #0B0B0B;
	height: 300px;
	background-repeat: repeat;
}
#footer2 {
	background-color: #00B2EF;
	
}
#footer {
	background-color: #0B0B0B;
	height: 400px;
	background-repeat: repeat;
}
#footer #nav2 {
	height: 400px;
	text-align: left;
}
#footer #nav2 h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-left: 0%;
	color: #FFF;
}
#footer #nav2 ul {
	margin-left: -10px;
}
#footer #nav2 ul li {
	margin-bottom: 10px;
	list-style-type: square;
	color: #CCC;
	margin-left: 0px;
}
#footer #nav2 a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
#footer #nav2 a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
	text-decoration: none;
}
#footer #map {
	height: 300px;
}
.google-maps {
	position: relative;
	padding-bottom: 2%;
 // This is the aspect ratio height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0px;
	opacity: 0.5;
}
#footer #connect {
	text-align: center;
	height: 150px;
	padding-top: 20px;
}
#footer2 {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
	display: none;
}
#footer2b {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
	display: none;
}
#footer2 a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
#footer2 a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CF0;
	text-decoration: none;
}
.buttonblue {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.main2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.headerxh {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.welcome {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.siblingsb {
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.headermgreen2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.headermgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.headermblack2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headermblack {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headerm {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.headermblue {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.buttonblue {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
}
.buttonred {
	display: block;
	background-color: #85a738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 25%;
	margin-top: 30px;
	text-shadow: 1px 1px #000;
	margin-left: 1%;
	margin-right: 5%;
}
.members2 {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-left: 2px;
	text-indent: 5px;
}
.members {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
}
.siblingsb2 {
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.slogan {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.fsblack {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 100px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00B2EF;
	background-image: url(../images/main-images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}
.footerFont {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.copyFont1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.copyFont2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
}
.bhWhite {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.bhgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.subheader {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}
@media only screen and (min-width: 769px) {
#spot {
	background: url(../images/bg/bfly2.png) no-repeat, url(../images/bg/marblebg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: right bottom;
	min-height: 600px;
	background-size: auto, cover;
}
#indexBody {
	clear: both;
}
#video {
	text-align: left;
	display: inline-block;
	padding-top: 40px;
}
#video iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #000;
	margin-right: 2%;
	position: relative;
	display: inline-block;
	opacity: 1;
}
#video2 {
	text-align: left;
	display: none;
}
#video2 iframe {
	height: 450px;
	box-shadow: 0px 0px 15px 5px #000;
	margin-right: 2%;
	position: relative;
	display: none;
}
/*gridContainer.clearfix #spot #video iframe {
	box-shadow: 0px 0px 15px 5px #000;
	position: relative;
	width: 100%;
	clear: both;
	max-height: 400px;
	
	
}*/

#welcome {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
	background-size: auto;
	min-height: 500px;
}
#welcome1 {
	height: 105px;
}
#joinButton a {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 110px;
	text-shadow: 1px 1px #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#joinButton a:hover {
	display: block;
	background-color: #C90008;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35%;
	margin-top: 15px;
	min-width: 110px;
	text-shadow: 1px 1px #000;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#welcome2 p, h1, h2 {
	margin-left: 0px;
}
#spot #welcome #welcome1 #members {
	float: left;
	background-image: url(../images/main-images/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 185px;
	height: 100px;
	text-align: center;
	margin-left: 0px;
}
#welcome2 {
}
#welcome3 {
	text-align: left;
}
#welcome3 a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	min-width: 250px;
	width: 45%;
	float: left;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-left: 0px;
}
#welcome3 a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-left: 0px;
	float: left;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#welcome h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#joinButton {
	float: right;
	margin-right: 10px;
}
#whatshappening {
	background-color: #85A738;
	background-image: url(../images/bg/ourworldtexture.jpg);
	background-repeat: repeat;
	background-position: center;

}
#whatshappening #wh {
	text-align: center;
	padding-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 30px;
}
#whatshappening h2 {
	margin: 0px;
}
#soc3 {
	text-align: center;
	margin-bottom: 30px;
}
#soc3 img {
	margin-right: 30px;
	max-width: 70px;
}
hr {
	border-top-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
	margin-top: 30px;
}
#instaHeader {
	text-align: left;
}
#tweetHeader {
	display: inline;
}
#tweetHeader2 {
	display: none;
}
#twitterfeed {
}
#instafeed {
}
#featuredSibling {
	min-height: 300px;
	margin-top: 25px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #25638A;
	border-bottom-width: 3px;
	border-bottom-color: #236188;
	background-image: url(../images/bg/fsbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}
#fsPic {
	margin-right: 60px;
	min-height: 200px;
}
#fsDes {
}
#fsDes h1 {
	margin-bottom: 0px;
}
#fsPic img {
	margin: 15px;
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
	min-height: 200px;
	min-width: 200px;
}
#bulletin {
	background-image: url(../images/bg/bulletinbg2.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;
	min-height: 300px;
	padding-top: 35px;
	padding-bottom: 25px;
}
#bulletinCenter {
	
}
#bulletin a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
#bulletin a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
#bulletin p, h1 {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.bhWhite {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;

}
.bhgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.subheader {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.mainbulletin {
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#whyWho {
	padding-bottom: 50px;
}
#whyWho p {
	margin-top: 0px;
}
#whyWho #whoJoin {
	margin-top: 25px;
	padding-bottom: 15px;
}
#whyWho #whyJoin {
	margin-top: 25px;
	padding-bottom: 15px;
}
#whyWho #whyWhoHeader {
	text-align: center;
	margin-top: 0px;
}
#whyWho #join {
	opacity: 0.9;
	margin-top: 50px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding-bottom: 15px;
}
#whyWho ul {
	margin-left: 25px;
}
#whyWho li {
	font-family: "opensans light", Arial;
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 20px;
	list-style-image: url(../images/main-images/bflybullet.png);
}
#cred {
	text-align: center;
	padding-top: 25px;
	opacity: 0.6;
	height: auto;
	padding-bottom: 25px;
}
#cred img {
	margin-right: 2%;
	margin-left: 2%;
	min-width: 8%;
	height: auto;
	width: 10%;
}
#members h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#members p {
	margin: 0px;
	padding: 0px;
}
#soWhat {
	text-align: center;
}
#soWhat a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#soWhat a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#footer {
	background-color: #0B0B0B;
	height: 400px;
	background-repeat: repeat;
}
#footer #nav2 {
	height: 400px;
	display: inline;
}
#footer2b {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
	display: none;
}
#footer #map {
	height: 250px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.google-maps {
	position: relative;
	padding-bottom: 2%;
 // This is the aspect ratio height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0px;
	opacity: 0.5;
}
#footer #connect {
	text-align: center;
	height: 280px;
	padding-top: 100px;
}
#footer #nav2 h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-left: 21%;
	color: #FFF;
}
#footer #nav2 ul {
	margin-left: 21%;
}
#footer #nav2 ul li {
	margin-bottom: 10px;
	list-style-type: square;
	color: #CCC;
}
#footer #nav2 a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
#footer #nav2 a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
	text-decoration: none;
}
#footer2 {
	background-color: #000;
	
	text-align: center;
	padding-top: 10px;
	display: inline;
}
#footer2 a {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
#footer2 a:hover {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CF0;
	text-decoration: none;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00B2EF;
	background-image: url(../images/main-images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	text-decoration: none;
}
.main {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.main2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.main2black {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main2b {
	font-family: "Open Sans Semibold", "opensans bold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-shadow: 3px 3px #000;
}
.headerxh {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.welcome {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.siblingsb {
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.siblingsb2 {
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.ribbon1 {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.ribbon2 {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.ribbon2white {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: handa, "Arial Narrow", "Helvetica Condensed";
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.headermgreen2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
}
.headermgreen {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
}
.headermblack2 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headermblack {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.headerm {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
.headermblue {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00B2EF;
}
.buttonblue {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 45%;
	margin-top: 15px;
	min-width: 250px;
}
.buttonred {
	display: block;
	background-color: #85a738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 25%;
	margin-top: 30px;
	text-shadow: 1px 1px #000;
	margin-left: 1%;
	margin-right: 5%;
}
.members2 {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-left: 2px;
	text-indent: 5px;
}
.members {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
}
.slogan {
	font-family: ftrahv, "Open Sans Extrabold", "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
}
@media only screen and (min-width: 769px) {
.fsblack {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#featuredSibling a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: 73px;
}
#featuredSibling a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	margin-right: auto;
	margin-left: 73px;
}
#featuredSibling h1 {
	margin-left: 75px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
}
}
@media only screen and (min-width: 1000px) {
.fsblack {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	float: left;
}
#featuredSibling h1 {
	margin-left: 35px;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
}
#featuredSibling a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	float: right;
}
#featuredSibling a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 200px;
	float: right;
}
}
 @media only screen and (min-width: 1500px) {
.fsblack {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#featuredSibling h1 {
	font-family: ftramd, "Open Sans", Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #85A738;
	padding: 0px;
}
#featuredSibling a {
	display: block;
	background-color: #00B2EF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 50px;
	min-width: 200px;
	float: right;
}
#featuredSibling a:hover {
	display: block;
	background-color: #85A738;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	font-family: ftramd, "Open Sans", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 50px;
	min-width: 200px;
	float: right;
}
}
.picborder {
	border: 15px solid #FFF;
	box-shadow: 7px 7px 5px #ccc;
}
body {
	background-repeat: repeat-y;
	background-position: 50% top;
	margin: 0px;
	margin: 0px;
	/*background: url(../images/bg/bg.jpg)no-repeat 50% top, url(../images/bg/repeater.jpg) repeat-x;*/
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bg/bg.jpg);
	background-attachment: fixed;
}
