/*
Theme Name: BGCT Custom Theme
Version: 999
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, select, textarea, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
textarea {
	overflow: hidden;
	resize: none;
}
b{
	font-weight: bold;
}
/* END RESET */
/* WP DEFAULTS */
sup {
    vertical-align: super;
    font-size: smaller;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	max-width: 100%;
	height: auto;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	max-width: 100%;
	height: auto;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	max-width: 100%;
	height: auto;
	}
.alignnone, img.alignnone {
	max-width: 100%;
	height: auto;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

html {
	overflow-x: hidden;
}
body {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	overflow-x: hidden;
	position:relative;
}
body, input{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
div {
	vertical-align: top;
	box-sizing: border-box;
}
.alignnone {
	max-width: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #2573A7;	
}
td {
	vertical-align: top;
}
p {

}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h6{
	font-size: 12px;
}
a {	
	text-decoration: none;
	color: inherit;
}
.page-content a {
	color: #2573A7;
}
ol, .page-content ul {
	counter-reset: foo;
	display: table;
}
ol > li, .page-content ul > li {
	counter-increment: foo;
	display: table;
	margin-bottom: 2em;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centered {
	max-width: 1165px;
	margin: 0 auto;
}
.page-content .centered {
	max-width: 1165px;
	padding-bottom: 110px;
}
.cf {
	display: table;
	content:'';
	clear: both;
}
.lang-toggle {
	float: right;
	color: #fff;
}
.header-top {
	background-color: #00ACE8;
	padding: 15px 0px;
}
.header-main {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 67%, #6fc4e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 67%,#6fc4e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 67%,#6fc4e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6fc4e8',GradientType=1 ); /* IE6-9 */
	padding: 20px 0px;
	border-bottom: 10px solid #00ACE8;
	-webkit-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, .8);
	-moz-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, .8);
	box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, .8);
	z-index: 9999;
	position: relative;
}
.header-logo {
	float: left;
}
.header-main-top {
	max-width: 865px;
	float: right;
}
.nav-menu-wrap {
	max-width: 890px;
	float: right;
}
.header-main-top p {
	font-size: 23px;
	font-weight: bold;	
	color: #424243;
	display: inline-block;
	margin: 5px 240px 0px 0px;
}
.header-main-top p span {
	color: #009BD5;
}
.header-social {
	float: right;
}
.header-social p {
	font-size: 16px;
	font-style: italic;
	display: inline-block;
    margin: 7px 20px 0px 0px;
    color: #009BD5;
    vertical-align: top;
}
.nav-menu {
	border: 1px solid #2FC1EE;
	background-color: #fff;
	margin-top: 20px;
}
.nav-menu li {
 	display: inline-block;
	font-size: 15px;
	color: #A4A6A9;
	padding: 10px 12px;
	margin-left: -4.3px;
	font-weight: 300;
	border-left: 1px solid #00ACE8;
}
.nav-menu li.menu-item-last {
	border-right: none;
}
.nav-menu li.menu-item-first {
	border-left: none;
}
.nav-menu li a {
	text-transform: uppercase;
	transition: all .1s;
	color: #A4A6A9;
	font-weight: bold;
}
.nav-menu li.current-menu-item a {

}
.nav-menu li a:hover {

}
ul.nav-menu li:hover > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}
.nav-menu ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	position: absolute;
	z-index: 50;
	background-color: #fff;
	margin-top: 5px;
	margin-left: -60px;
	border: 1px solid #006696;
}
.nav-menu li#menu-item-35 ul.sub-menu {
 
}
li#menu-item-104 ul.sub-menu {
	margin-left: -100px;
}
li#menu-item-110 ul.sub-menu {
	margin-left: -80px;
}
li#menu-item-1160 ul.sub-menu {
	margin-left: 0px;
}
ul.sub-menu {
	border: 1px solid #00ACE8;
}
ul.nav-menu ul ul {
	left: 130%;
	top: 0;
	width: 250px;
}
ul.nav-menu ul li#menu-item-124 ul {
    left: 126%;
    top: 115px;
}
.nav-menu ul.sub-menu li {
	display: block;
	background-color: #00ACE9;
	padding: 0px 20px;
	color: #fff;
	border-left: none;
	border-right: none;
	margin-left: 0px;
}
.nav-menu ul.sub-menu li a {
	display: block;
	padding: 14px 10px;
	color: #fff;
	text-transform: none;
}
li#menu-item-84 a, li#menu-item-78 a {
	border-bottom: none;
}
.nav-menu ul.sub-menu li#menu-item-777 {
	padding: 0px 5px;
}
.nav-menu ul.sub-menu li.current_page_item a, .nav-menu ul.sub-menu li a:hover {
	color: #676161;
}
.mobile-menu-wrap {
	display: none;
	padding: 25px 0px;
	text-align: center;
}
.banner-image {
	width: 100%; 
	min-height: 835px;
	background: no-repeat scroll center center / cover;
	position: relative;

}
.banner-image-spacer {
	display: inline-block;
	width: 47%
}
.banner-image-inner {
	display: inline-block;
	width: 53%;
	background-color: rgba(255, 255, 255, .57);
	position: absolute;
	float: right;
	padding: 35px 45px;
	top: 270px;
}
.banner-image-inner h1 {
	font-size: 46px;
	font-weight: bold;
	color: #282425;
	letter-spacing: -1.5px;
	line-height: 46px;
}
.banner-image-inner h1 span {
	color: #009BD5;
}
.banner-image .bmi2 {
	background-color: rgba(50,50,50, .8);
	float: left;
	top: 510px;
}
.banner-image .bmi3 {
	background-color: rgba(50,50,50, .8);
	float: left;
	top: 200px;
	width: 46%;
}
.banner-image .bmi2 h1, .banner-image .bmi3 h1  {
	color: #FFF;
	float: right;
	max-width: 480px;
}
.banner-image .bmi2 h1 span, .banner-image .bmi3 h1 span {
	color: #009DD7;
	display: block;
}

.sub-banner {
	background: url('/wp-content/uploads/17-01-BGCT-site-banner.jpg') no-repeat scroll center center / cover;;
	width: 100%;
	/*min-height: 530px;*/
	min-height: 0 !important;
	position: relative;
	background-size: cover;
}
.sub-banner .centered {
	max-width: 1160px;
}
.sub-banner .left {
	padding-top: 105px;
}
.sub-banner .right .membership-wrap {
	margin-top: -95px;
	margin-left: 75px;
	width: 555px;
	height: 420px;
	background-image: url('/wp-content/uploads/membership-back.png');
	background-size: cover;
	text-align: center;	
	padding: 65px 55px 45px 40px;
}
.membership-wrap h1, #acf-editor-5aea37ce9d73b_ifr .mce-content-body h1 {
	color: #009DDD;
	font-size: 100px;
	font-weight: bold;
	display: inline-block;
    line-height: 95px;
    vertical-align: top;
    letter-spacing: -10.5px;
}
.membership-wrap .m-right {
	display: inline-block;
	max-width: 270px;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 10px;
	vertical-align: bottom;
}
.membership-wrap h2, .acf-field-5aea2ab75c3cf .mce-content-body h2 {
	color: #009DDD;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
	letter-spacing: -2.6px;
}
.membership-wrap p {
	color: #009DDD;
	font-size: 37px;
	line-height: 35px;
	font-weight: bold;
}

a.memberships {
	border: 1px solid #fff;
	color: #fff;
	font-size: 30px;
	padding: 10px 25px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.sub-banner .right img  {
	margin-top: -95px;
	margin-left: 75px;
	max-width: 553px; 
	height: auto;
}
.sub-banner .left img  {
	width: 520px;
	max-width: 100%;
	margin-bottom: 45px;
}
.left, .right {
	display: inline-block;
	max-width: 545px;
}
.left {
	margin-right: 55px;
}
.charity, .page-content-inner p.charity {
	font-size: 9px;
	max-width: 195px;
	margin-bottom: 13px;
}
.footer-table .charity {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	max-width: 235px;
}
.sidebar-wrap {
	display: inline-block;
	max-width: 255px; 
	margin: -70px 30px 0px 0px;
}
.sidebar-mobile-hide {
	display: inline-block;
	max-width: 255px; 
	margin: 0px 30px 0px 0px;
}
.sidebar-mobile-only {
	display: none;
	width: 100%;	
}
.sidebar-mobile-only .sidebar-wrap {
	max-width: 100%;
    margin-right: 0px;
}
.sidebar-left, .sidebar-center {
	display: inline-block;
	max-width: 255px;
}
.sidebar-left, .sidebar-center {
	vertical-align: bottom;
}
.sidebar-center #amazon-banner {
	margin-bottom: 5px;
    max-width: 225px;
}
.sidebar-right {
	max-width: 100%;
}
.locations-mobile-inner {
	width: 220px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
}

#spacer {
	width: 255px;
	margin-top: 0px
}
.hover {
	display: inline-block;
	background-color: #A4A6A9;
	width: 25px;
	height: 42px;
	margin-right: 4px;
	margin-bottom: 6px;
}
.hovered, .hover:hover {
	background-color: #00ACE8!important;
}
.donate, .volunteer, .participate, .membership {
	display: inline-block;
	color: #A4A6A9;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 19.6px;
	font-weight: bold;
	border: 1px solid #00ACE8;
	margin-bottom: 6px;
	padding: 7px 0px 8px 13px;
	width: 220px;
	height: 42px;
}
.donate-wrap:hover .donate, .volunteer-wrap:hover .volunteer, .participate-wrap:hover .participate, .membership-wrap:hover .membership {
	color: #00ACE8;
}
#amazon-banner {
	max-width: 255px;
	height: auto;
	margin: 12px 0px 45px 0px;
}
.sidebar-locations {
	border: 1px solid #00ACE8;
	margin-bottom: 10px;
}
.sidebar-locations h2 {
	font-family: 'Open Sans';
	font-size: 19.6px;
	color: #fff;
	background-color: #A4A6A9;
	padding: 15px 12px;
	font-weight: bold;
}
.sidebar-locations-inner {
	padding: 5px 12px 50px 12px;
	color: #A4A6A9;
	font-size: 14.61px;
	font-family: Arial;
	font-weight: bold;
}
.page-content-inner .sidebar-locations-inner p {
	color: #A4A6A9;
	font-size: 14.61px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0px;
}
.sidebar-locations-inner h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17.54px;
	font-weight: bold;
	margin-top: 17px;
}
.sidebar-promo {
	max-width: 255px;
	height: auto;
}
.partners-top {
	background: #006696; /* Old browsers */
	background: -moz-linear-gradient(left, #006696 0%, #00ace8 31%, #00ace8 70%, #006696 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006696 0%,#00ace8 31%,#00ace8 70%,#006696 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006696 0%,#00ace8 31%,#00ace8 70%,#006696 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006696', endColorstr='#006696',GradientType=1 ); /* IE6-9 */
	height: 105px;
	text-align: center;
	margin-top: 60px;
}
.partners-top img {
	margin-top: -60px;
}
.partners-top h1 {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 37px;
	max-width: 440px;
	margin-top: 23px;
	font-weight: bold;
}
.partners-bottom {
	background-color: #F5F5F5;
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
	padding: 50px 0px;
	text-align: center;	
}
iframe.yt-embed-small {
	border: 5px solid #919395;
	width: 400px;
	height: 225px;
	display: inline-block;
}
iframe.yt-embed-small:after {
	display: table;
	content: '';
	clear: both;
}
.yt-embed {
	border: 5px solid #919395;
	width: 800px;
	height: 450px;
	margin-top: 25px;
}
#mc-donation .donation-form-styling {
	background-color: transparent!important;
}
.footer {
	background: #006696; /* Old browsers */
	background: -moz-linear-gradient(left, #006696 0%, #009BD5 31%, #009BD5 70%, #006696 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006696 0%,#009BD5 31%,#009BD5 70%,#006696 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006696 0%,#009BD5 31%,#009BD5 70%,#006696 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006696', endColorstr='#006696',GradientType=1 ); /* IE6-9 */
	border-top: 20px solid #009BD5;
	border-bottom: 20px solid #009BD5;
	padding: 50px 0px;
}
.footer-mission {
	max-width: 265px;
	display: inline-block;
	text-align: center;
	margin-right: 50px;
}
.footer-ul {
    margin-bottom: 65px;
}
.footer-td-menu {
	padding-right: 113px; 
	padding-left: 45px;
}
p.mission {
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	padding: 18px;
	margin-top: 30px;
	line-height: 19px;
}
.footer-table {
	display: inline-block;
	max-width: 765px;
	color: #fff;
}
p.outline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	padding: 10px 45px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	display: inline-block;
    white-space: nowrap;
}
.footer-table ul {
	position: relative;
	list-style: none;
	margin-left: 15px;
}
.footer-table ul li:before {
	content: '\2022';
	position: absolute;
	left: -15px;
	font-size: 13px;
}
.footer-table ul li {
	margin-bottom: 9px;
	font-weight: bold;
}
.copy {
	font-size: 15px;
}
.copy span {
	font-size: 12px;
	margin: 0px 10px;
}
.sep {
	height: 1px;
	width: 100%;
	margin: 15px 0px;
}
.footer .sep {
	background-color: #fff;
}
.page-content .sep {
	margin: 40px 0px;
	background-color: #CFD1D2;
}
 .home-content .sep {
	margin: 70px 0px;
	background-color: #CFD1D2;
}
img.united {
	background-color: #fff;
	padding: 4px;
}
.join-us {
	font-weight: bold;
	font-size: 31px;
	color: #282425;
	margin-bottom: 25px;
}
.home-content {
	max-width: 800px;
	display: inline-block;
}
.donate-button {
	color: #6D6E6F;
	font-size: 30.32px;
	font-weight: bold;
	font-family: 'Open Sans';
	padding: 10px 45px 10px 25px;
	margin-right: 10px;
	border: 1px solid #00ACE8;
	vertical-align: top;
	margin-top: 0px;
	display: inline-block;
}
.donate-button:hover  {
	color: #00ACE8;
}
.raffle-button {
	color: #6D6E6F;
	font-size: 30.32px;
	font-weight: bold;
	font-family: 'Open Sans';
	padding: 10px 45px 10px 25px;
	margin-right: 10px;
	border: 1px solid #76C255;
	vertical-align: top;
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 65px;
}
.raffle-button:hover {
	color: #76C255;
}
h1.home-h1 {
	font-size: 51.5px;
	color: #424243;
	line-height: 53px;
	font-family: 'Arial';
	font-weight: bold;
}
h1.home-h1 span {
	color: #00ACE8;
}
h1.page-title {
	color: #929496;
	font-size: 48px;
	font-weight: bold;
	padding-top: 40px;
}
h1.page-sub-title {
	color: #929496;
	font-size: 36px;
	font-weight: bold;
	padding-top: 40px;
}
h1.line {
	border-bottom: 1px solid #929496;
	padding-top: 0px!important;
}
.home-page-content {
	padding-top: 60px;
}
h1.charity-raffle {
	color: #fff;
	font-size: 33.75px;
	text-align: center;
	display: block;
	background-color: #76C255;
	padding: 35px 0px;
}
.page-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 67%, #6fc4e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 67%,#6fc4e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 67%,#6fc4e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6fc4e8',GradientType=1 ); /* IE6-9 */
	padding-top: 15px;
}
.page-content-inner {
	max-width: 875px;
	display: inline-block;
	position: relative;
}
.page-content-inner p {
	font-family: Arial;
	font-size: 19px;
	color: #000;
	margin-bottom: 30px;
}
.page-content-inner h4, .mce-content-body h4 {
	font-family: 'Open Sans';
	font-size: 21.75px;
	color: #00AEE9;
	font-weight: bold;
	margin-bottom: 5px;
}
.page-content-inner h4.support {
	font-style: italic;
	font-size: 25px;
	color: #2573A7;
}
.page-content-inner .sep {
	height: 4px;
	border-bottom: 2px solid #D0D1D3;
	position: relative;
	right: 0px;
	background-color: #fff;
}
.page-content-inner .sep:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9600px;
	left: 100%;
	background-color: #fff;
	height: 2px;
	border-bottom: 2px solid #D0D1D3;
}
.page-content-inner .sep-spacer {
	height: 65px;
	position: relative;
	right: 0px;
	background-color: #fff;
	margin-bottom: 55px;
}
.page-content-inner .sep-spacer:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9600px;
	left: 100%;
	background-color: #fff;
	height: 65px;
}

p#breadcrumbs {
	color: #00ACE9;
	font-size: 14.4px;
	font-weight: bold;
	margin-bottom: 15px;
}
p#breadcrumbs span.breadcrumb_last {
	color: #929496;
}
.page-content-inner ul.pages-list {
	background-color: #fff;
	border: 1px solid #D0D1D3;
	border-radius: 5px;
	padding: 0px 2.5px 5px 2.5px;
	margin-bottom: 55px;
	margin-left: 0px;
}
ul.pages-list li:before {
	display: none;
}
.page-content-inner ul.pages-list li {
	display: inline-block;
	background-color: #009DD7;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 2px 0px 2px;
	border: 1px solid #D0D1D3;
	border-radius: 5px;
	transition: all .1s;
	margin-bottom: 0px;
}
ul.pages-list li:hover, ul.pages-list li.current_page_item {
	background-color: #005D93;
	color: #00BAE9;
}
ul.pages-list li a {
	padding: 16px 20px;
	display: block;
	color: #fff;
}
p.impact, h6 {
	font-family: Arial;
	color: #005D93;
	font-style: italic;
	font-size: 26px;
}
h5 {
	font-family: Arial;
	color: #005D93;
	font-style: italic;
	font-size: 19px;
}
.page-content-inner ul, #tinymce ul {
	position: relative;
	list-style: none;
	margin: 0px 0px 40px 15px;
	color: #58595B;
	font-size: 16px;
}
.page-content-inner ul li:before, #tinymce ul li:before {
	content: '\2022';
	position: absolute;
	left: -15px;
	font-size: 12px;
}
.page-content-inner ul li, #tinymce ul li {
	margin-bottom: 5px;
	font-weight: bold;
}
ul.board-officers {
	margin-left: 0px;
}
ul.board-officers li {
	display: inline-block;
	margin-right: 10px;
	width: 205px;
	vertical-align: top;
	margin-bottom: 15px;
}
ul.board-officers li:before {
	display: none;
}
.member-image-wrap {
	border: 2px solid #87D8F1;
	border-radius: 5px;
	text-align: center;
	padding: 2px;
	margin-bottom: 3px;
}
.member-image {
	width: 197px;
	height: 277px;
	border: 1px solid #D0D1D3;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
}
.member-details {
	background-color: #2373A7;
	border: 2px solid #87D8F1;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	min-height: 150px;	
}
#directors-board, #senior-board, #board-of-directors .member-details , #senior-board .member-details {
	min-height: 20px;
}
.page-content-inner p.board-title {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 21px;
}
.page-content-inner p.board-name {
	font-weight: bold;
	font-size: 16px;
	color: #87D8F1;	
	margin-bottom: 0px;
}
.page-content-inner p.board-company {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 5px; 
	line-height: 17px;
}
h1.board-sub-type {
	color: #58595B;
	font-size: 24px;
	background: #77cee9; /* Old browsers */
	background: -moz-linear-gradient(left, #77cee9 0%, #d4edf8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #77cee9 0%,#d4edf8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #77cee9 0%,#d4edf8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77cee9', endColorstr='#d4edf8',GradientType=1 ); /* IE6-9 */
	text-align: left;
	line-height: 0.7em;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
}
h1.board-sub-type span {
	background-color: #fff;
	padding-right: 10px;
}
ul.emeritus-board {
	display: inline-block;
	vertical-align: top;
	max-width: 225px;
	margin: 35px 35px 35px 0px;	
}
ul.emeritus-board li {
	font-size: 14.3px;
	margin-bottom: 0px;
}
ul.emeritus-board li:before {
	display: none;
}
.page-content-inner p.emeritus-name {
	color: #58595B;
	font-size: 14.3px;
	margin-bottom: 0px;
}
.event-wrap {
	max-width: 545px;
}
.event-wrap h5 {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: bold;
}
.page-content-inner .event-wrap p {
	color: #808184;
	font-weight: bold;
    margin-bottom: 10px;
}
.event-outer .left {
	margin-right: 20px;
}
.event-outer, .clubhouse-info-wrap {
	position: relative;
	padding: 50px 0px;
	margin-bottom: 20px;
	right: 0px;
	background-color: #fff;
}
.event-outer:after, .clubhouse-info-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9600px;
	left: 100%;
	background-color: #fff;
}
.page-content .clubhouse-info-wrap {
	padding-top: 15px;	
}
a.purchase {
	background-color: #75C456;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Open Sans';
	border: 1px solid #D0D1D3;
	padding: 8px;
	display: inline-block;
	cursor: pointer;
}
.purchase-wrap {
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #D0D1D3;
	display: inline-block;
}
.club-wrap {
	border: 1px solid #D0D1D3;
	border-radius: 5px;
	padding: 5px 5px 0px 5px;
	background-color: #fff;
	margin-bottom: 65px;
}
.club-inner {
	display: inline-block;
	vertical-align: top; 	
	width: 282px;
	margin: 0px 5px 5px 0px;
}
.club-title {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Open Sans';
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
#dblue {
	background-color: #005D93;
}
#lblue  {
	background-color: #009DD7;
}
#purple {
	background-color: #863C92;
}
#green{
	background-color: #75C456;
}
#orange {
	background-color: #FA7E3B;
}
#grey {
	background-color: #58595B;
}
.tint {
	position: relative;
	float: left;
}
.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	border-radius: 5px;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.tint:hover:before {
	background: rgba(0, 157, 215, 0.5);
}
.tint-h3 {
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	padding: 10px;
}
.tint:hover .tint-h3 {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.tint img {
	display: block;
	width: 282px;
}
.map-left  {
	display: inline-block;
	vertical-align: top;
	max-width: 270px;
	margin-right: 15px;
}
.map-left h1.page-sub-title {
    line-height: 36px;
	border-bottom: 1px solid #D0D1D3;
	padding-top: 0px;
	padding-bottom: 9px;
}
.map-canvas-wrap {
	padding: 5px;
	border: 1px solid #D0D1D3;
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 570px;
}
.map-canvas, #map {
	width: 100%;
	height: 330px;
}
.marker {
	background-position: 0 0;
}
.marker:hover {
	background-position: 0 100%;
}
.map-left ul {
	font-weight: bold;
	font-size: 17px;
	color: #A6A8AA;
	list-style-type: disc;
    list-style: inside none none;
}
.map-left ul li {
	border-bottom: 1px solid #D0D1D3;
	width: 100%;
	list-style-type: disc;
	padding: 7px 0px;
}
.map-left ul li a {
	color: #A6A8AA;
}
.map-left ul li a:hover {
	color: #00BAE9;
}
.page-content-inner .map-left ul li:before {
	font-size: 18px;
}
.map-wrap {
	margin-top: 60px;
}
.program-head {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: bold;
	padding: 18px 0px 18px 25px;
	color: #fff;
	border: 1px solid #D0D1D3;
	border-radius: 5px;	
	margin-bottom: 5px;
}
.program-outer {
	border: 1px solid #D0D1D3;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
}
.program-wrap {

}
.program-wrap .one-third {
	display: inline-block;
	vertical-align: top; 
	max-width: 287px;	
}
.program-wrap .one-third img {
	max-width: 287px;
}
.program-wrap .two-thirds {
	background-color: #F2F3F3;
	display: inline-block;
	vertical-align: top; 
	border-radius: 5px;
	width: 565px;
	max-height: 214px;
	margin-left: 5px;
}
.program-wrap .two-thirds .program-inner {
	padding: 5px 10px;
	text-align: left;
}
.program-wrap ul.left, .program-wrap ul.right {
	display: inline-block;
	vertical-align: top; 
	max-width: 48%;
	padding: 20px 0px;
	font-size: 17px;
}
.program-wrap ul.left li:before, .program-wrap ul.right li:before {
	font-size: 15px;-
}
.program-wrap ul.left {
	border-right: 3px solid #fff;
	padding-right: 25px;
	width: 235px;
	height: 160px;
}
.program-wrap ul.right {
	margin-left: 25px;
}
#education ul li:before {
	color: #009DD7;
}
#character ul li:before {
	color: #863C92;
}
#arts ul li:before {
	color: #FA7E3B;
}
#health ul li:before {
	color: #75C456;
}
#sports ul li:before {
	color: #2273A6;
}
.home-newsletter-iframe, #footer-newsletter {
	width: 320px;
	height: 400px;
}
#footer-newsletter iframe {
    width: 280px;
    height: 400px;
    border: 0;
    margin-top: 5px;
}
#newsletter_form{
	background: none transparent;
}	
#newsletter_form .firstname {
	width: 100px;
	float:left;
	margin-right: 5px;
	color: black;
	margin-bottom: 7px;
	}
#newsletter_form .lastname {
	width: 155px;
	float: left;
	color: black;
	margin-bottom: 7px;
	}
#newsletter_form .emailaddress {
	width: 205px;
	float: left;
	color: black;
	margin-bottom: 7px;
	}
#newsletter_form .go {
	float: right;
	margin: 5px 5px 0 0;
	cursor: pointer;
	}
/* added by don reeve apr 2014 for constant contact integration */
#newsletter_form ul{
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#newsletter_form li{
	height: 14px;
	font-size: 12px;
	margin: 1px 0 5px 10px;
}
#newsletter_form li input{
vertical-align: text-bottom;	
}
#newsletter_form .purchase-wrap {
	margin-top: 10px;
}



.current-winner-wrap {
	margin-bottom: 55px;
}
.winner-image {
	max-width: 320px;
	height: auto;
}
.current-winner-wrap h5 {
	margin-bottom: 10px;
}
.club-director-inner {
	background-color: #00B8EA;
	border: 1px solid #86D8F0;
	border-radius: 5px;
	padding: 5px;
	max-width; 465px;
	display: inline-block;
	margin-right: 15px;
	padding-right: 100px;
}
.club-director-image {
	border: 1px solid #D0D1D2;
	border-radius: 5px;
	height: 240px;
	margin-bottom: -4px;
}
.club-director-details {
	display: inline-block;
	max-width: 235px;
	margin-left: 10px;
}
.sub-director-wrap {
	display: inline-block;
	max-width: 235px;
}
.page-content p.club-director-title {
	color: #fff;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}
.page-content p.club-director-name {
	color: #005C95;
	margin-bottom: 0px;
}
.page-content p.club-director-email {
	margin-bottom: 0px;
}
.page-content p.club-director-email a {
	color: #fff;	
	margin-bottom: 0px;
}
.page-content p.sub-director-name {
	color: #86D8F2;
	margin-bottom: 0px;
}
.sub-director-inner {
	background-color: #2873A7;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #86D8F2;
	margin-bottom: 15px;
	min-height: 120px;
}
.clubhouse-details  {
	display: inline-block;
	border-top: 1px solid #929496;
	width: 395px;
	padding-top: 20px;
	margin-left: 15px;
}
.clubhouse-details p {
	color: #818284;
	font-weight: bold;
}
.clubhouse-details strong {
	color: #2874A7;
	font-size: 22px;
}
.clubhouse-info-wrap h1.page-sub-title {
	padding-top: 0px;
}
.address-wrap {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
	width: 275px;
}



.gform_wrapper ul {
	display: block;
}

.gform_wrapper ul > li {
	display: block;
	margin: 0;
}

.gform_wrapper ul > li::before {
	display: none;
}

.gform_wrapper label {
	display: block;
}

.gform_wrapper .ginput_container_name > span {
	display: inline-block;
}
.gform_wrapper .ginput_container_name > span.name_last {
	margin-left: 10px;
}
.gform_wrapper input[type='text'] {
	width: 224px;
	box-sizing: border-box;
}
.gform_wrapper input[type='text'].large, .gform_wrapper textarea {
	width: 460px;
	box-sizing: border-box;
}
.gform_wrapper textarea {
	resize: vertical;
	height: 100px;
}
.gform_wrapper .gfield {
	margin-bottom: 20px;
	display: block;
}
.gform_wrapper .gfield_required {
	display: inline-block;
	margin-left: 5px;
}
.gform_wrapper .gfield_description {
	font-size: 12px;
	color: #aaa;
	margin: 10px 0;
}
.gfield_checkbox label {
	display: inline-block;
}
.gform_wrapper .gform_validation_container {
	display: none;
}
.gform_wrapper input[type='text'], .gform_wrapper textarea {
	border: solid 1px #aaa;
	border-radius: 3px;
	color: #000;
	background-color: #FAFAFA;
	padding: 5px;
}
.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-weight: 300;
}
.gform_wrapper .button {
	background-color: #75C456;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Open Sans';
	border: 1px solid #D0D1D3;
	padding: 8px;
	display: inline-block;
	cursor: pointer;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message {
	color: #f00;
}

.gform_wrapper .gfield_error input {
	background-color: #fcc;
}

.gform_wrapper .gform_description {
	display: block;
	margin-bottom: 20px;
}

.gform_confirmation_wrapper {
	font-size: 20px;
	background-color: #ccc;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 550px){
	.gform_wrapper .ginput_container_name > span.name_last {
		margin-left: 0;
	}
	html body .gform_wrapper .gfield input[type='text'], .gform_wrapper textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.fundraiser-logo {
		position: static;
	}
	.fundraiser {
		margin-left: 0px;
	}
}
#fancybox-content .gform_wrapper .top_label .gfield_label {
	display: none;
}
#gform_wrapper_2 {
	margin-top: 20px;
}
#gform_wrapper_2 input[type='text'], #gform_wrapper_2 textarea {
	background-color: rgba(100, 100, 100, .9)!important;
	color: #ffffff; 
	border: 1px solid #979493;
	resize: none;
	border-radius: 0px;
	max-height: 80px;
}
#gform_wrapper_2 .button {
	background-color: #BB8453;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	letter-spacing: 0;
	padding: 12px 40px;
	cursor: pointer;
}
#gform_wrapper_2 .gform_body {
	max-width: 660px;
	margin: 0 auto;
}
#input_2_1, #input_2_4, #input_2_2, #input_2_3 {
	width: 100%;
	padding: 13px;
}
li#field_2_2, li#field_2_3 {
	display: inline-block;
	width: 49.3%;
}
li#field_2_2 {
	margin-right: 7px;
}
ul#gform_fields_2 li {
	margin-bottom: 7px;
}
@media screen and (max-width: 1300px) {
	.sub-banner .right img {
		margin-left: 0px;
	    width: 80%;
	}
	.sub-banner .left img {
	    width: 435px;
	}
	.sub-banner {
	    min-height: 330px;
	}
	.sub-banner .right .membership-wrap {
    	margin-left: 0px;
	}
}
span.mg_overlay_tit, .mg_item_title {
	display: none;
}
#mg_overlay_content .mg_item_featured {
	display: none!important;
	min-height: 0px;
}

@media screen and (max-width: 1165px) {
	.page-content .sidebar-mobile-hide {
		display: none;
	}
	.page-content .sidebar-mobile-only {
		display: block;
	}
	.page-content {
		padding: 0px 10px;
	}
	.sidebar-mobile-only .sidebar-wrap {
		margin-top: 25px;
	}
	.sub-banner .left, .sub-banner .right {
    	max-width: 480px;
	}
	.program-wrap {
    	text-align: center;
	}
}
@media screen and (max-width: 1085px) {
	.home-content, .yt-embed {
	    max-width: 685px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1055px) {
	.header-logo {
		width: 150px;
		height: auto;
	}
	.header-main-top p {
		margin-right: 100px;
	}
	.sub-banner .left, .sub-banner .right { 
		max-width: 45%;
	}
	.footer-mission {
		max-width: 195px;
	}
	.footer-td-menu{
		padding-right: 0px; 
		padding-left: 0px;
	}
}
@media screen and (max-width: 1028px) {
	.mobmenul-container {
	    top: 5px!important;
	}
	#senior-board, #board-of-directors, .board-officers {
		text-align: center;
	}
	.footer-table, .footer-mission {
		display: block;
		margin: 0 auto 25px auto;
	}
}
@media screen and (max-width: 980px) {	
	.home-content, .yt-embed {
	    max-width: 495px;
		box-sizing: border-box;
	}
	.yt-embed {
	    height: 285px;
	}
	.sub-banner .right {
		margin-top: 35px;
		display: block;
	}
	.sub-banner .right .membership-wrap {
		margin-top: 0px;
		max-width: 100%;
	}
}
@media screen and (max-width: 950px) {
	.header-main-top p {
	    margin-right: 35px;
	}
}
@media screen and (max-width: 895px) {
	.event-outer .right  {
		display: block;
		margin: 10px auto;
	}
	.event-outer .left  {
		text-align: center;	
		display: block;
		margin: 10px auto;
	}
	.club-wrap {
		margin: 0 auto;
		max-width: 590px;
	}
	.club-inner {
		margin-right: 5px!important;
	}
}
@media screen and (max-width: 890px) {
	.page-content-inner ul.pages-list {
		display: none;
	}

}
@media screen and (max-width: 830px) {
	.sub-banner .right img {
	    position: absolute;
		top: -20px;
		max-width: 300px;
		left: 50%;
		transform: translateX(-50%);
	}
	.sub-banner .left img {
		width: auto;
	}
	.sub-banner .left {
		display: block;
		margin-right: 0px;
	}
	.sub-banner .left, .sub-banner .right { 
		max-width: 100%;
		text-align: center;
	}
	.banner-image .bmi2 {
		background-color: rgba(50,50,50, .8);
		float: left;
		top: 300px;	
	}
}

@media screen and (max-width: 800px) {
	.header-logo {
		display: block;
		margin: 0 auto 15px auto;
		float: none;
	}
	.header-main-top {
		float: none;
		padding: 0px 10px;
	}
	.yt-embed {
		width: 100%;
	}
}
@media screen and (max-width: 790px) {
	h1.home-h1 {
	    font-size: 46.5px;
		line-height: 49px;
	}
	.sidebar-mobile-hide {
		display: none;
	}
	.sidebar-mobile-only {
		display: block;
	}
	.home-content, .yt-embed {
    	max-width: 100%;
	}
	.charity {
		max-width: 100%;
	}
	.page-content-inner {
		padding: 0px 10px;
	}
	#spacer {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.banner-image-inner h1 {
		font-size: 25px;
		line-height: 29px;
	}	
	.banner-image-inner h1 br {
		display: none;
	}
	.yt-embed {
		height: 427px;
	}
	h1.home-h1 {
	    font-size: 39px;
	    text-align: center;
		line-height: 41px;
	}
	.club-director-inner {
		margin-bottom: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 675px) {
	.header-main-top {
		text-align: center;
	}
	.header-main-top p {
		margin-bottom: 15px;
		margin-right: 0px;
	}
	.header-social {
		float: none;
	}
	.header-main-top .header-social p {
		margin-right: 15px;
	}
	.footer-table tr td, .footer-table, .footer-mission {
		display: block;
		width: 320px;
		margin: 8px auto;
	}
	.footer-ul {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 630px) {
	.club-wrap {
        max-width: 295px;
	}
}
@media screen and (max-width: 610px) {
	.program-wrap ul.left, .program-wrap ul.right {
    	display: block;
		border-right: none;
	    padding-bottom: 0px;
	    margin-bottom: 0px;
	    width: 100%;
	    max-width: 100%;
		height: auto;
	}
	.program-wrap ul.right {
		margin-left: 15px;
	    padding-top: 0px;
	}
	.program-wrap .two-thirds {
		width: 100%;
		max-height: 100%;
	}
	.program-wrap {
    	padding-right: 0px;
	}
	.map-canvas-wrap, .map-left {
		display: block;
		max-width: 100%;
		width: 300px;
		margin: 10px auto;	
	}
	.sub-banner .right .membership-wrap {
	 
	}
	.membership-wrap p {
		font-size: 20px;
	    line-height: 20px;
	}
}
@media screen and (max-width: 455px) {
	.clubhouse-info-wrap img {
		max-width: 100%;
	}
	.clubhouse-details {
		width: 100%;
	}
	.sub-banner .right .membership-wrap {
		padding: 65px 20px 45px 70px;
		padding-top: 65px;
	}
	.membership-wrap h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 410px) {
	.club-director-details {
	    display: block;
	}
	.club-director-inner {
		padding-right: 0;
		width: 235px;
	}
	.club-director-image {
		display: block;
		margin: 0px auto 10px auto;
	}
	iframe.yt-embed-small {
	    width: 300px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 400px) {
	a.memberships {
	    font-size: 18px;
	}
	.banner-image-inner {
		width: 100%;
		left: 0;
	}
	.program-head {
    	padding: 18px 0px 18px 0px;
	}
	.sub-banner .right .membership-wrap {
		padding-top: 45px;
	}
}
@media screen and (max-width: 400px) {
	h1.home-h1 {
	    font-size: 34px;
		line-height: 39px;
	}
}