<meta name="google-site-verification" content="GSExmHwRX72HiO7luYvyPFRjja-On8FWVq9jrRisw40" />
/*
Theme Name: Boys & Girls Clubs of the Coastal Plain
Theme URI: https://www.bgccp.com
Description: Custom Theme Designed and Built for The Boys & Girls Clubs of the Coastal Plain
Author: Igoe Creative (@igoecreative) - Sarah Himmler
Author URI: https://www.goigoecreative.com
Version: 2.1
-----------------------------------------------------------------------------------
This file is created from the Nudestrap Theme downloaded off of Github.
-----------------------------------------------------------------------------------

COLORS:
YELLOW IN FOOTER: #EAAB00
YELLOW BORDER FOR HEADERS: #f4d57f
LIGHT BLUE:#009AD4
LIGHT GREY: #F3F4F5
<font color="#009AD4">
*/

/* ==================== Structure ========================= */
html{
	background: #fff;
}
body{
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 15px;
}

h1, h2, h4, h5, h6{
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
h3{
	color: #009AD4;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
li{
	text-indent: none;
}
a{
	color: #3f5765;
	transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in; /* Opera */
	-moz-transition:all 200ms ease-in; /* Firefox */
	-webkit-transition: all 200ms ease-in; /*safari and chrome */
}
a:hover{
	color: #ff530d;
}
a:link, a {
	color:#009AD4;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
/* ==================== End Structure ========================= */

#seamlessdonationsbwprecentdonations_widget-3 ul {
  list-style-type: none !important;
}
#seamlessdonationsbwprecentdonations_widget-3 ul li{
  padding-top: 10px !important;
}
/* ==================== Global Classes ========================= */
.image-fluid{
    max-width:100% !important;
}
.program_title{
	font-weight: bold;
}
.border-box{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.row {
  /* margin-right: 0px; */
  /* margin-left: 0px; */
}

.container{
		padding-left: 0px;
		padding-right: 0px;
}
.container.inner{
	padding-left: 75px;
	padding-right: 75px;
	margin-left: auto;
  margin-right: auto;
}
h4#inner-content{
	color: #009AD4;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
/* ==================== End Global Classes ========================= */


/* ==================== Social Media Icons & Give Button ========================= */

a, a:hover {
    text-decoration: none;
}
.search_entry_title {
  font-size: 18px;
	margin-left: 100px;
	margin-right: 100px;
}
a.search_result_link {
  color: #009AD4;/*light blue*/
}
h2.pagetitle{
	margin-left: 0px;
	margin-right: 75px;
	font-size: 30px;
	color: #009AD4;/*light blue*/
	text-transform: uppercase;
}

.search_entry{
	margin-left: 100px;
	margin-right: 100px;
}
img.facebook_icon {
    height: 35px;
}
img.twitter_icon{
    height: 35px;
}
img.youtube_icon{
    height: 35px;
}
img.insta_icon{
    height: 35px;
}
img.pinterest_icon{
    height: 35px;
}
img.linkedin_icon{
    height: 35px;
}
.facebook_icon:hover{
	cursor: pointer;
}
.twitter_icon{
	cursor: pointer;
}
.youtube_icon{
	cursor: pointer;
}
.insta_icon{
	cursor: pointer;
}
.pinterest_icon{
	cursor: pointer;
}
.linkedin_icon{
	cursor: pointer;
}

button.header_give_button{
	background-color: #f04939;
	color:#fff;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	margin-bottom: 11px;
	font-size: 16px;
}

.btn-primary, a.btn-primary, #inner-content a.btn-primary {
	background-color: #009AD4;
	color:#fff;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
	-webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	margin-bottom: 11px;
	font-size: 12px;
}
.btn-primary:hover, a.btn-primary:hover, #inner-content a.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-bgc-week {
	background-color: #009AD4;
	color:#fff!important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	margin-bottom: 11px;
	font-size: 14px;
}
.btn-bgc-week:hover{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

input#s{ /*SEARCH FORM*/
	background-color: #F3F4F5;
	border: none;
	width:155px;/*Size of the search bar*/
	-webkit-appearance: none; /*No rounded corners*/
	border-radius: 0;
	margin-right: -15px;
}
h5.phone_header{
	color: #009AD4;/*light blue*/
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}
input[type="text"]{
  margin-left: 5px;
  margin-bottom: 5px;
}
@media (min-width: 481px) and (max-width: 767px){
	button.header_give_button {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 12px;
    font-size: 14px;
    margin-left: -46px;
  }
	form#searchform{
		display: none;
	}
	.social_icons .fa {
	  width: 33px;
	  height: 33px;
		padding-top: 3px;
	}
}

@media (max-width: 480px){
	button.header_give_button{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 12px;
		margin-top: 12px;
		font-size: 14px;
	}
	form#searchform{
		display: none;
	}
	.social_icons .fa {
	  width: 33px;
	  height: 33px;
		padding-top: 3px;
	}
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0 none;
}/*Removes the blue outline when typing in the search bar*/

/* ==================== End Social Media Icons & Give Button ========================= */

/* ==================== Header ========================= */

.container.header.inner {
    padding-left: 25px;
    padding-right: 25px;
}

header#site-header{
	position: relative;
	padding: 5px 15px;
	border-top: none;
}

/* LOGO */
img.bgc_header_logo {
  max-width: 196px;
  height: auto;
  z-index: 100;
  padding-top: 35px;
  position: absolute;
}

img.bgc_logo_mobile {
    width: 185px;
    height: auto;
		z-index: 100;
}
.row.logo_mobile {
    text-align: center;
}
#mobile-nav {

}

/* NAVIGATION */
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background-color: #fff;
  border-color: #fff;
	font-weight: bold;
	color: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	cursor: pointer;
}
.navbar-toggle .icon-bar{
	height: 5px;
}

.navbar-default .navbar-toggle .icon-bar{/*Color of the navbar button on small screens*/
	background-color: #009AD4;
}

.navbar-default .navbar-nav>li>a{/*Color of the navbar words*/
	color: #000;
}

.navbar-default .navbar-toggle{
	border-color: #fff;
}

.navbar-default{
	background-color: #fff;
	border-color: #fff;
}

ul.nav.navbar-nav {
  /* margin-left: 130px; */
  cursor: pointer;
}

.social_mobile {
  text-align: center;
}

.carousel-control.left, .carousel-control.right {/*Removes the gradient in the background of carousel*/
    background-image: none
}
#myCarousel .item img.carousel{
	width: 100%
}
img.attachment-post-thumbnail.wp-post-image{
	border-style: solid;
  border-width: 3px;
	border-color: #0081c6;
	width: 100%;
	height: auto;
}
img.img-responsive.search_page_image{
	border-style: solid;
  border-width: 3px;
	border-color: #0081c6;
	width: 100%;
	height: auto;
}
.carousel-inner {
  border-style: solid;
  border-width: 3px;
  border-color: #0081c6;
}
a.carousel-control.left {
    text-align: left;
}
a.carousel-control.right {
    text-align: right;
}
img.left_arrow {
  margin-top: 75%;
  margin-left: 10px;
	height: 40px;
}
img.right_arrow {
  margin-top: 75%;
  margin-right: 10px;
	height: 40px;
}
@media (min-width: 1200px){
	.row.logo {
	    text-align: left;
	}
	img.attachment-post-thumbnail.wp-post-image {
		margin-top: -65px;
		margin-left: 15px;
		margin-right: 15px;
		max-width: 1140px;
	}
	img.img-responsive.search_page_image{
		margin-top: -65px;
		margin-left: 15px;
		margin-right: 15px;
		max-width: 1140px;
	}
}

@media (min-width: 993px) and (max-width: 1199px){
	.row.logo {
	    text-align: left;
	}
	img.bgc_header_logo {
	  max-width: 155px;
		padding-top: 53px;
	}
	img.attachment-post-thumbnail.wp-post-image {
    margin-top: -65px;
		margin-left: 15px;
		margin-right: 15px;
	}
	img.img-responsive.search_page_image{
		margin-top: -65px;
		margin-left: 15px;
		margin-right: 15px;
	}
	ul.nav.navbar-nav{
		/* margin-right: -30px; */
	}
	.nav>li>a {
    padding: 10px 11px!important;
		font-size: 13px!important;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.row.logo {
	    text-align: left;
	}
	.navbar-right {
    float: none!important;
	}
	#mobile-nav{
		padding: 0;
	}
	img.attachment-post-thumbnail.wp-post-image{
	  border-width: 8px;
		margin-top: -40px;
	}
	img.img-responsive.search_page_image{
		border-width: 8px;
		margin-top: -40px;
	}
	ul.nav.navbar-nav {
    font-size: 12px;
  }
	.container.header.inner {
    padding-left: 15px;
    padding-right: 15px;
	}
	p.social_icons.pull-center {
		margin-bottom: 0;
	}
}
@media (min-width: 481px) and (max-width: 767px){
	.row.logo {
	    text-align: center;
	}
	img.attachment-post-thumbnail.wp-post-image{
		border-width:6px;
		margin-top: -10px;
	}
	img.img-responsive.search_page_image{
		border-width: 6px;
		margin-top: -10px;
	}
	div#myCarousel {
    /* margin-top: 20px;*/
	}
	.navbar-header {
    float: left;
	}
	nav.navbar.navbar-default {
    margin-bottom: 0px;
	}
	ul.nav.navbar-nav{
		margin-left: -30px;
		margin-right: -30px;
	}
	.container.header.inner {
    padding-left: 10px;
    padding-right: 10px;
	}
	p.social_icons.pull-center {
    margin-left: 45px;
		margin-top: -38px;
	}
	li.bgc_nav_item.text-center {
    text-align: left;
    padding-left: 50px;
		margin-bottom: 20px;
	}
	button.navbar-toggle {
    margin-top: 20px;
		margin-left: -10px;
	}
}

@media (max-width: 480px){
	.row.logo {
	    text-align: center;
	}
	img.attachment-post-thumbnail.wp-post-image{
		border-width: 4px;
		margin-top: -10px;
	}
	img.img-responsive.search_page_image{
		border-width: 4px;
		margin-top: -10px;
	}
	div#myCarousel {
    margin-top: -25px;
	}
	nav.navbar.navbar-default {
    margin-bottom: 0px;
	}
	ul.nav.navbar-nav{
    margin-left: auto;
    margin-right: auto;
		text-align: center;
	}
	button.navbar-toggle {
    /* margin-right: 44%; */
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
	.container.header.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	li.bgc_nav_item.text-center {
    text-align: left;
    padding-left: 25px;
	}
	.carousel-inner {
	  border-style: solid;
	  border-left: 5px;
		border-right: 5px;
	}
	img.left_arrow {
		visibility: hidden;
	}
	img.right_arrow {
		visibility: hidden;
	}
}

@media (min-width: 1200px){
}
@media (min-width: 980px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 979px){
	.container.inner{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 481px) and (max-width: 767px){
	.container.inner{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 480px){
	.container.inner{
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* ==================== End Header ========================= */


/* ==================== Homepage ========================= */

p.btn_sum{
	max-width: 190px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
}
.row.home_buttons {
  margin-top: 50px;
  margin-bottom: 75px;
}
.btn_sum{/*Paragraphs above the buttons*/
	text-align: center;
	/*font-size: 11px;
	font-weight: 600;*/
	line-height: 1.35;
}

button.home_parents_link{
	background-color: #009AD4;
	color:#fff;
	width: 120px;
	height: 35px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	font-size: 12px;
	text-align:center;
	margin:auto;
}

button.home_champions_link{
	background-color: #009AD4;
	color:#fff;
	width: 120px;
	height: 35px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	font-size: 12px;
}

button.home_give_link{
	background-color: #009AD4;
	color:#fff;
  width: 120px;
	height: 35px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	font-size: 12px;
}

button.home_events_link{
	background-color: #009AD4;
	color:#fff;
	width: 120px;
	height: 35px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	font-size: 12px;
}
.academic-success:hover{
	cursor: pointer;
}
.good-character:hover{
	cursor: pointer;
}
.healthy-lifestyles:hover{
	cursor: pointer;
}
img.parents{
	height:100px;
	width: auto;
}
img.trophy{
	height:100px;
	width: auto;
}
img.gift{
	height:100px;
	width: auto;
}
img.events{
	height:100px;
	width: auto;
}
div#partnership_title_content {
    padding-top: 20px;
}
.partnerships.row {/*Homepage partnerships with a purpose pic and text*/
	margin-top: 60px;
	margin-bottom: 75px;
}

p.start_here {/*Great futures start here line*/
  font-size: 27px;
	font-weight: bold;
	text-align: center;
}

img.great-futures {
  width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.membership_leader.row{
	margin-bottom: 15px;
	margin-top: 20px;
}
.three_icons {
  margin-top: 35px;
	margin-bottom: 35px;
}
img.academic-success{
	max-height:140px;
}
img.good-character{
	padding-left: 28px;
	padding-right: 28px;
	max-height:140px;
}
img.healthy-lifestyles{
	max-height:140px;
}
.three_icons {
	margin-top: 45px;
	margin-bottom: 50px;
}
h3.member_title{
	margin-top:0px;
	margin-bottom: -5px;
}
h3.leader_title{
	margin-top:0px;
	margin-bottom: -5px;
}
h5.member_name_club{
	color:#009AD4;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: -12px;
}
h5.leader_name_club{
	color: #009AD4;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: -12px;
}
p.member_sum{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	font-weight: 500;
}
p.leader_sum{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	font-weight: 500;
}
div#member_profile{
	height:300px;
	padding-bottom: 15px;
}
div#leader_spotlight {
  min-height: 300px;
  padding-bottom: 15px;
}
img.history_image{
border-style: solid;
border-width: 7px;
border-color: #f8f8f8;
box-shadow: 0px 5px 5px #e5e6e6;
border-radius: 5px;
margin-top: 10px;
}
img.img-responsive.member_profile {
  max-height: 250px;
  max-width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
	border-style: solid;
	border-width: 7px;
	border-color: #f8f8f8;
	box-shadow: 0px 5px 5px #e5e6e6;
	border-radius: 5px;
}
img.img-responsive.leader_image {
  max-height: 250px;
  max-width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
	border-style: solid;
	border-width: 7px;
	border-color: #f8f8f8;
	box-shadow: 0px 5px 5px #e5e6e6;
	border-radius: 5px;
}
.amazingcarousel-play-video{/*Adds border around each video*/
	border-style: solid;
	border-width: 7px;
	border-color: #f8f8f8;
	box-shadow: 0px 5px 5px #e5e6e6;
	border-radius: 5px;
}
.row.home_video_carousel {
    margin-bottom: 25px;
}
.video_container{
	position: relative;
	height: 263px;
	width:auto;
}
.list-inline{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#wonderplugincarousel-1 .amazingcarousel-title {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500;
}
.list-inline.arrow_ul{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
}


@media (min-width: 768px) and (max-width: 979px){
	img.img-responsive.partnership {
		margin-left: auto;
		margin-right: auto;
	}
	div#partnership_title_content {
    text-align: center;
	}
	div#three_icons {
    padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	img.academic-success{
		max-height:90px;
	}
	img.good-character{
		padding-left: 18px;
		padding-right: 18px;
		max-height:90px;
	}
	img.healthy-lifestyles{
		max-height:90px;
	}
	img.img-responsive.partnership {
    margin-left: auto;
    margin-right: auto;
	}
	div#partnership_title_content {
    text-align: center;
	}
	div#three_icons {
    padding-left: 0px;
		padding-right: 0px;
	}
	div#myCarousel{
		/* padding-left: 15px; */
		/* padding-right: 15px; */
		margin-left: auto;
		margin-right: auto;
	}
	div#member_profile {
     height:auto;
	 }
	 div#leader_spotlight{
	 	height:auto;
	 }
}

@media (max-width: 480px){
	img.academic-success{
		max-height:80px;
	}
	img.good-character{
		padding-left: 0px;
		padding-right: 0px;
		max-height:80px;
	}
	img.healthy-lifestyles{
		max-height:80px;
	}
	img.img-responsive.partnership {
    margin-left: auto;
    margin-right: auto;
	}
	div#partnership_title_content {
    text-align: center;
	}
	div#three_icons {
    padding-left: 0px;
		padding-right: 0px;
	}
	div#myCarousel{
		/* padding-left: 15px; */
		/* padding-right: 15px; */
		margin-left: auto;
		margin-right: auto;
	}
	div#member_profile{
		height:auto;
	}
	div#leader_spotlight{
		height:auto;
	}
	img.img-responsive.member_profile{
		height:auto;
		width:200px;
	}
	img.img-responsive.leader_image{
		height:auto;
		width:200px;
	}
}
/* ==================== End Homepage ========================= */

/* =============== Overall Pages and Templates============== */
h2.pagetitle.search {/*Just the page title on the search page*/
  margin-left: 100px;
	font-size: 30px;
	color: #009AD4;
}
.cirlce_title1{
	text-align: center;
}
img.img-responsive.liberty_tax {/*icons/logos on Programs pages.*/
  max-height: 250px;
  margin-right: auto;
  margin-left: auto;
}
img.img-responsive.program{
	max-height: 200px;
	max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

img.img-responsive.history_mission{
	max-width: 200px;
	max-height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
  margin-right: auto;
	border-style: solid;
	border-width: 7px;
	border-color: #f8f8f8;
	box-shadow: 0px 5px 5px #e5e6e6;
	border-radius: 5px;
}
.row.history_mission_images {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Pagination Styling */
.pagination {
	margin: 10px 0;
	font-weight: bold;
}
.pagination a{
	display: block;
	border: none;
	margin-right: 10px;
	/*border: 1px solid #e0e0e0;*/
}

.pagination a:hover{
	background: #f7f7f7;
}

.pagination .current{
	float: left;
	padding: 0 14px;
	line-height: 34px;
	margin-right: 10px;
	background: #f7f7f7;
	/*border: 1px solid #e0e0e0;*/
}

.navigation{
	padding: 0;
	font-weight: bold;
}

.navigation div{
	display: inline-block;
	padding-right: 10px;
}

.previous-posts a{
}

@media (min-width: 1200px){

}

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

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

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

@media (max-width: 480px){
}

 /* ==================== End Overall Pages and Templates ========================= */

/* ============= Home Page Template ============= */

body.home #content-column,
body.home #sidebar{
	margin-top: 0;
}

#myCarousel{
	z-index: 1;
}
#inner-content a {
	color: #009ad4;
}
/* ============= End Home Page Template ============= */

/* ============= Who We Are Page Template ============= */

#content-container div.blog-page div.blog-entry{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.our_mission.row{
	text-align: center;
}

.our_mission_text.row{
	text-align: center;
}

.outcome_image.row{
	text-align: center;
}
img.outcome-img{
	width: 90%;
}

img.our-mission-img{
	width: 85%;
}

h3.code-title{
	color: #009AD4;
	font-weight: bold;
}

img.book-image{
	height: 100px;
	margin-bottom: -20px;
}

@media (min-width: 1200px){
	img.outcome-img{
		width: 65%;
	}
}

@media (min-width: 980px) and (max-width: 1199px){
	img.outcome-img{
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	img.outcome-img{
		width: 85%;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	img.outcome-img{
		width: 100%;
	}
}

@media (max-width: 480px){
	img.outcome-img{
		width: 100%;
	}
}
/* ============= End Who We Are Page Template ============= */


/* ============= Club Page Template ============= */
a.sidebar_email_us {
    color: #009AD4;
}
th.wpgmza_table_category{
	visibility: hidden;
}
th.wpgmza_table_description{
	visibility: hidden;
}
/* ============= End Club Page Template ============= */


/* ============= Join a Club Form ============= */
input.wpcf7-form-control.wpcf7-submit {
  padding-left: 40px;
	padding-right: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	background-color: #009AD4;
	color: #fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  height: 30px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.fields{
	width: 100%;
	height: 30px;
	/*margin-top: 17px;*/
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	border-color: #000;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
	width: 100%;
	height: 30px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
input.wpcf7-form-control.wpcf7-text{
	width: 100%;
	height: 30px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	border-color: #000;
}
/* ============= End Join a Club Form ============= */

/* ==================== Donation Page ========================= */
/* donation fix 12.13.17 */
/* #designated_fund_label,#_dgx_donate_designated_fund,select#specific_fund{display: inline-block !important; margin: 5px;} */
/* end donation fix 12.13.17 */

.dgx-donate-form-section {/*Borders of the sections*/
  border: 5px solid #EAAB00 !important;}
#dgx-donate-container{/*overall background to the donate plugin naturally set at gray*/
	background: #fff;}
input#dgx-donate-other-radio {margin-top: -2px;}
input[type="radio"] {margin-top: -2px;}
input#dgx-donate-repeating {margin-top: -2px;}
div#_dgx_donate_repeating p{font-weight: 700!important;font-size: 15px;}
input#dgx-donate-tribute {margin-top: -2px;}
input[type="checkbox"]{margin-top: -2px;}

#wpcf7-f1486-p69-o1 {
  border: 5px solid #EAAB00 !important;
  padding: 40px;
  margin: -35px 35px 0;
  border-radius: 5px;
}
#wpcf7-f1486-p69-o1 .wpcf7-form-control.wpcf7-text {border: 1px solid #CCCCCC;}
#wpcf7-f1486-p69-o1 .wpcf7-form-control.wpcf7-textarea{
	border: 1px solid #CCCCCC;
	width: 100%;
	border-radius: 4px;
}

@media (max-width: 767px){
	#dgx-donate-container {
    padding: 0px !important;
	}
	#wpcf7-f1486-p69-o1 {
	  margin: 0 10px;
	}
}

/* ==================== End Donation Page ========================= */


/* ==================== Start Board Pages ========================= */
#board_info {
  padding-top: 50px;
}
#board_pic{
	text-align: right;
}
.acf_member_img{
	max-width: 200px;
	border: solid #f8f8f8 7px;
	box-shadow: 0px 5px 5px #e5e6e6;
}
#board_name{
	padding-top: 75px;
}
.board_name{
	font-weight: 700;
	color: #000;
	font-size: 26px;
	margin-bottom: 3px;
}
.board_title{
	font-weight: 400;
	color: #009AD4;
	letter-spacing: .5px;
    margin: 0 0 10px 0;
	font-size: 20px;
}
.member_content{
	padding: 35px 50px 0px 50px;
}
#all_members{
	padding-top: 35px;
    margin-bottom: 40px;
}
#all_members .all-people .single-person{
	height: 375px;
}
#all_members .all-people .single-person .name{
	color: #009AD4;
}
.board_img{
	border: solid #f8f8f8 7px;
	box-shadow: 0px 5px 5px #e5e6e6;
	width: 100%;
}
#section_member {
  text-align: center;
}
.name{
	margin-top: 8px;
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.job_title {
	color: #000;
	margin-bottom: 0px;
}

.prev_business{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.name:hover,.job_title:hover,{
	color: #009AD4;
}
#section_member:hover {
    text-decoration: underline;
}
@media (min-width: 1200px){
	.member_content{
		padding: 40px 70px 0px 70px !important;
	}
}
@media (max-width: 767px){
	#board_pic{
		text-align: center;
	}
	#board_name {
    padding-top: 0;
    text-align: center;
	}
	.board_img{
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.member_content{
		padding: 20px 10px 0px 10px !important;
	}
}
/* ==================== End Board Pages ========================= */

/* ============= Blog Page Template ============= */
.blog_title{
	color: #009AD4;
	font-size: 24px;
	font-weight: 700;
}
.blog_content{
	color: #333;
	font-size: 14px;
}
/* ============= End Blog Page Template ============= */

/* ============= Map Page Template ============= */
.address_book_title{
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img.img-responsive.map_icon {
  display: inline-block;
}
#address_book{
	padding-top: 10px;
	height: 140px;
}
.map_link:hover{
	cursor: pointer;
}
/* ==================== Footer ========================= */

/* footer#site-footer{
	padding: 30px 15px;
} */

#footer-bottom{
	padding-left: 15px;
}

#footer-bottom p{
	margin: 0;
}

img.black_logo{
	width: 160px;
	height: auto;
}

div#footer-bottom{
	background: #EAAB00;/*Yellow in footer*/
	max-width: 1140px;
	margin-left: auto;
  margin-right: auto;
}

.inner.footer_links{
	padding-top: 20px;
	padding-bottom: 20px;
}

button.footer_staff_login{
	background-color: #009AD4;
	color:#fff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-border-radius: 4px;/*Round the corners of the button*/
  -webkit-border-radius: 4px;/*Round the corners of the button*/
	border: none;
	margin-bottom: 10px;
	font-size: 10px;
}

.inner.footer_links{
	padding-left: 50px;
	padding-right: 50px;
}
a.numbers_phone{
	font-weight: 700;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
}
img.donation_image{
	width: 20%;
}
p.mission_footer{
	padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
	font-weight: 500;
}
div#footer-design-by{
	background: #009AD4;/*Light Blue scattered throughout the site*/
	max-width: 1140px;
	margin-left: auto;
  margin-right: auto;
}
.quick_links{
	color: #333;
}
a.quick_links {
	color: #333;
}
.faulkner_cred{
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
}
.faulkner_cred a {
	color: #fff;
}
.faulkner_cred a:hover {
	color: #fff;
	text-decoration: underline;
}
div#recent_donor{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 600;
}
div#recent_donor ul li {font-size: 13px;}
p.recent_thanks{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
@media (min-width: 1200px){
	p.mission_footer{
		padding-right: 50px;
	}
	.recent_donors_footer{
		padding-left: 50px;
	}
	div#recent_donor {
    padding-left: 50px;
    margin-top: -90px;
	}
	#myCarousel {
		margin-top: -45px;
	}
}

@media (min-width: 980px) and (max-width: 1199px){
	p.mission_footer{
		padding-right: 50px;
	}
	.recent_donors_footer{
		padding-left: 50px;
	}
	div#recent_donor {
		padding-left: 50px;
		margin-top: -75px;
	}
	#myCarousel {
		margin-top: -45px;
	}
	#all_members .all-people .single-person{
		height: 390px;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.footer_links{
		text-align: center;
	}
	p.mission_footer{
		text-align: center;
	}
	img.donation_image{
		width: 10%;
	}
	.faulkner_cred{
		text-align: center;
	}
	#recent_donor ul li{
		list-style-type: none;
		padding-bottom: 15px;
		margin-left: -40px;
		margin-top: -15px;
	}
	#all_members .all-people .single-person{
		height: 440px;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	.footer_links{
		text-align: center;
	}
	p.mission_footer{
		text-align: center;
	}
	img.donation_image{
		width: 12%;
	}
	.faulkner_cred{
		text-align: center;
	}
	#recent_donor ul li{
		list-style-type: none;
		padding-bottom: 15px;
		margin-left: -40px;
		margin-top: -15px;
	}
}

@media (max-width: 480px){
	.footer_links{
		text-align: center;
	}
	p.mission_footer{
		text-align: center;
	}
	img.donation_image{
		width: 20%;
	}
	.faulkner_cred{
		text-align: center;
	}
	#recent_donor ul li{
		list-style-type: none;
		padding-bottom: 15px;
		margin-left: -40px;
		margin-top: -15px;
	}
}
/* ==================== End Footer ========================= */


/* ==================== Start ACF Mods ========================= */

/* ==================== End ACF Mods ========================= */



/* COVID BANNER */

@media(max-width:500px){
    .covid-banner{
        position:initial !important;
        background:none !important;
        margin-bottom:0em !important;
        display:flex;
        justify-content:center;
    }
}


.covid-banner{
    height: 11.25em;
    width: 100%;
    bottom: 11.25em;
    z-index: 999;
    margin-bottom:-9em;
    position: relative;
    background: #f0f8ffbf;
    /* border-bottom: 10px solid #f4d57f; */
    /* border-left: 10px solid #f4d57f; */
    /* border-right: 10px solid #f4d57f; */
}
.covid-wrapper{
    display: flex;
    flex-direction:column;
    height: 100%;
    align-items: center;
    justify-content: center;
    width:44%;
}
.covid-button{
    border: 2px solid red;
    width: fit-content;
    padding: .5em;
    color: red;
    border-radius: 7px;
    font-size:1em;
}

.covid-button:hover{
    color:white;
    background:red;
}
covid-button:visited{
    text-decoration:none;
}

@media(min-width:992px){
.covid-banner{
    background: #f0f8ffbf;
    
    
}
.covid-wrapper{
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
    width: 44%;
}
.covid-button{
    padding: .75em;
    font-size:1.25em;
}
}

#_dgx_donate_designated{
	color:red !important;
}

.programming-button:hover{
    color:white;
    background:#eaab00 !important;
}
/***********************************************************************/
/**************  Virtual Programming (down the line)    *****************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url("https://use.typekit.net/avq3ewu.css");
ul{
    list-style-type:none;
}

.virtual-container{
    max-width:1140px;
    margin:auto;
}

.virtual-container p{
    font-family: 'Open Sans', sans-serif;
    font-size:1.2em;
}


.word-of-the-day-text h1,
.word-of-the-day-text h2,
.word-of-the-day-text h3,
.word-of-the-day-text h4,
.health-snack-text h1,
.health-snack-text h2,
.health-snack-text h3,
.health-snack-text h4,
.challenge-of-the-day-text h1,
.challenge-of-the-day-text h2,
.challenge-of-the-day-text h3,
.challenge-of-the-day-text h4,
{
    color:white;
}

.bat{
    font-family: acier-bat-solid, sans-serif;
    font-weight: 400;
    font-style: normal;   
    letter-spacing:3px;
}




.elementary-header-image, 
.teen-header-image{
    max-width:100%;
}



.elementary-header-text,
.teen-header-text{
    margin:auto;
    padding:1em;
    text-align:center;
}

@media(min-width:768px){
.elementary-header-text,
.teen-header-text{
    color: white;
    bottom: 6.5em;
    right: 4em;
    position: relative;
    font-size: 2em;
}
}


@media(min-width:992px){
.elementary-header-text,
.teen-header-text{
    bottom: 7em;
    right: 4.5em;
    font-size: 2.25em;

}
}
@media(min-width:992px){
.teen-header-text{
    font-size: 2.75em;
    bottom: 6em;


}
}

@media(min-width:1200px){
.teen-header-text{
    bottom: 6.5em;
}
}

@media(min-width:1200px){
.elementary-header-text{
    bottom: 7em;
    right: 5.25em;
    font-size: 2.75em;

}
}


.date,
.date-teen{
    margin-top:2em;
    margin-bottom:1em;
    text-align: center;
    color: #9acb01;
    font-size:3.5em;
}
.date-teen{
    color:#1f1e5a !important;
}

@media(min-width:768px){
.date{
margin: -1.25em auto 0em;
}
}
@media(min-width:992px){
.date{
margin: -1.5em auto 0em;
}
}
@media(min-width:1200px){
.date{
margin: -1.75em auto 0em;
}
}


/*********************************word of the day */

.elementary-row-word{
    display:flex;
    flex-direction:column;
    color:white;
    background-color:#0198cb;
    padding-bottom:1em;
    text-align:center;
    line-height:1em;
}


@media(min-width:768px){
.elementary-row-word{
    margin-top:1.5em;
    text-align:initial;
}
}


@media(min-width:992px){
.elementary-row-word{
    flex-direction:row;
    padding-bottom:0em;
}
}

.elementary-row-word .icon{
    padding: 4em;
    width: 250px;
    min-width: 15em;
    min-height: 100%;
    margin: auto;
    height: auto;
}




.word-of-the-day{
    padding:1em;
    padding-top: 2em;
    font-size: 2.75em;
    font-weight: bold;
    /*width: 34%;*/
    width:450px;
    min-width: fit-content;
    min-width: -moz-fit-content;
    margin:-1.5em auto;
    text-align: center;
    line-height:1em;
	    max-width: 100%;
}

@media(min-width:992px){
.word-of-the-day{
    margin:.75em auto;
    padding:0em;
    padding-top: 1.25em;
    text-align: right;
}
}



.word-of-the-day-text{
    padding:3em;
/*     padding-top:0em; */
}

@media(min-width:992px){
.word-of-the-day-text{
    padding-top:3em;
    width:550px;
}
}

/*********************************Quote of the day*/
.elementary-row-quote{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
}


@media(min-width:992px){
.elementary-row-quote{
    flex-direction:row;
    margin-top:1.5em;
    padding-bottom:0em;
}
}

.elementary-row-quote .icon{
    padding: 4em;
    width: 250px;
    min-width: 15em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

.quote-of-the-day{
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    /*padding-top: 2em;*/
    text-align: right;
    min-width: fit-content;
    min-width: -moz-fit-content;
    margin: 0em auto 1em;
    color:#f90;
    text-align:center;
    line-height:1em;
}

@media(min-width:992px){
.quote-of-the-day{
    margin:.75em auto;
    text-align:right;
    width:450px;

}
}


.quote-of-the-day-text{
    padding:3em;
    padding-top:0em;
    font-size:1em;
    width:550px;
	max-width:100%;
}

@media(min-width:992px){
.quote-of-the-day-text{
    padding-top:2em;
    padding-left:1.5em;
    width:550px;
	font-size:1.5em;
}
}

.quote-name{
    color:#f90;
    text-align:right;
    font-size:1.25em;
    margin-top:1em;
    line-height:1em;
} 


/********************************Health Snack*/

.elementary-row-snack{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    background-color:#99cc01;
    color:white;
}


@media(min-width:992px){
.elementary-row-snack{
    flex-direction:row;
    padding-top:1.5em;
    padding-bottom:0em;
}
}

.elementary-row-snack .icon{
    padding: 4em;
    width: 200px;
    min-width: 15em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

@media(min-width:992px){
.elementary-row-snack .icon{
    padding:4em 3em 20em 5em;
 }
}

.health-snack img{
    display:flex;
    flex-direction:column;
}

.health-snack-2{
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 1em !important;
    min-width:auto !important;
}

@media(min-width:992px){
.health-snack-2{
    min-width:100% !important;
    padding-right:0em !important;
}
}


.health-snack{
    font-size: 2.75em;
    font-weight: bold;
    width: 31%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;
}

@media(min-width:992px){
.health-snack{
    margin: 0em auto;
    text-align:right;
    padding-top:1em;
    width:450px;
}
}


 
.health-snack-text{
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.health-snack-text{
    padding-top:3em;
	width:550px;
}
}




/*******************************Career of the day*/
.elementary-row-career{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
}

@media(min-width:992px){
.elementary-row-career{
    flex-direction: row;
    margin-top: 1.5em;
    padding-bottom: 0em;
    margin-bottom: -2em;
}
}


.elementary-row-career .icon{
    padding: 4em;
    width: 250px;
    /*min-width: 20em;*/
    min-height: 100%;
    margin: auto;
    height: 20em;
    margin-bottom:-5em;
}

@media(min-width:992px){
.elementary-row-career .icon{
    margin: initial;
    margin-bottom: -5em;
    margin-top: 2em;
}
}

.career-of-the-day{
    color: #9832cc;
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    padding-top: 2em;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin: -1.5em auto; */
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;
}

@media(min-width:992px){
.career-of-the-day{
    margin:.75em auto 0em;
    text-align:right;
    padding-top:initial;
    /*margin-left:-1.5em;*/
    width:450px;
}
}


.career-of-the-day-text{
    padding:3em;
    padding-top:0em;
    text-align:center;
}

@media(min-width:992px){
.career-of-the-day-text{
    padding-top: 2em;
    padding-right: 8em;
    padding-left: 3em;
    text-align: initial;
    width:550px;
}
}

.career-video{
   display:flex;
   justify-content:center;
   padding-bottom:3em;
}


/*******************************Challenge of the day*/
.challenge-outer{
    background-color:#004a87;
}

.elementary-row-challenge{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    color:white;
}

@media(min-width:992px){
.elementary-row-challenge{
    flex-direction:row;
    margin-top:1.5em;
    padding-bottom:0em;
}
}


.elementary-row-challenge .icon{
    padding: 2em;
    width: 250px;
    min-width: 12.5em;
    min-height: 100%;
    margin: auto;
    height: auto;
    /* margin-bottom: -3em;*/
}


@media(min-width:992px){
.elementary-row-challenge .icon{
    /*margin-bottom: -12em;*/
    /*margin-left: 0em;*/
}
}


.challenge-of-the-day{
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    padding-top: 2em;
    text-align: right;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;

}

@media(min-width:992px){
.challenge-of-the-day{
    text-align: initial;
    /*margin-left: -3.5em;*/
    padding-top: 1.5em;
}
}


.challenge-of-the-day-text{
    padding:3em;
    padding-top:0em;
    text-align:center;
}

@media(min-width:992px){
.challenge-of-the-day-text{
    padding-top: 5em;
    padding-bottom:2em;
    text-align: initial;
    margin-right: 4em;
    padding-left: 2.75em;
}
}

.challenge-video{
   display:flex;
   justify-content:center;
   padding-bottom:3em;
}


/*******************************Parent*/

.elementary-row-parent{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
}

@media(min-width:992px){
.elementary-row-parent{
    flex-direction:row;
    margin-top:1.5em;
}
}


.elementary-row-parent .icon{
    padding: 5em;
    width: 250px;
    min-width: 19em;
    min-height: 100%;
    margin: auto;
    height: auto;
}


.parent-resources{
    color:#0098cb;
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    padding-top: 2em;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;

}

@media(min-width:992px){
.parent-resources{
    padding-top: 0em;
    margin: .75em auto;
    text-align: right;
    width: 450px;
}
}

.parent-resources-text{
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.parent-resources-text{
    padding-top: 3em;
    width:550px;
    /*margin-right: 1em;*/
    /*padding-left: 2.5em;*/
}
}

 /*padding-left:2em;*/
 /*   padding-top:1.5em;*/
 /*   padding-right:15%;*/


/***********************************Teen*/

/*teen Quote of the Day*/

.teen-row-quote{
    display:flex;
    flex-direction:column;
    color:white;
    background-color:#0198cb;
    padding-bottom:1em;
    text-align:center;
    line-height:1em;
}
 

@media(min-width:768px){
.teen-row-quote{
    margin-top:1.5em;
    text-align:initial;
}
}


@media(min-width:992px){
.teen-row-quote{
    flex-direction:row;
    padding-bottom:0em;
}
}

.teen-row-quote .icon{
    padding:2em;
    width: 200px;
    min-width: 18em;
    min-height: 100%;
    margin: auto;
    height: auto;
    margin-top: 2.5em;
}

@media(min-width:992px){
.teen-row-quote .icon{
    /*margin-right:-8em;*/
}


.teen-row-quote .icon{
    padding: 3em;
}
}

.teen-quote-of-the-day{
    padding:1em;
    padding-top: 2em;
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    text-align: center;
    line-height:1em;
}

@media(min-width:992px){
    .teen-quote-of-the-day{
    margin: 1em auto 0em;
    padding: 0em;
    text-align: right;
    width:450px;
    }
}


.teen-quote-name{
    text-align: right;
    font-size: 1.25em;
    margin-top: 1em;
    line-height: 1em;
}


.teen-quote-of-the-day-text{
    padding:3em;
    padding-top: 0em;
    padding-left: 1.5em;
    font-size: 1.5em;
}

@media(min-width:992px){
.teen-quote-of-the-day-text{
    padding-top:2em;
    width:550px;
}
}
/*********************Teen Current Event*/


.teen-row-current-event{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
}


@media(min-width:992px){
.teen-row-current-event{
    flex-direction:row;
    padding-top:1.5em;
    padding-bottom:0em;
}
}

.teen-row-current-event .icon{
    padding: 4em;
    width: 250px;
    min-width: 18em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

@media(min-width:992px){
.teen-row-current-event .icon{
    /*padding:4em 3em 20em 5em;*/
 }
}

.current-event{
    display:flex;
    flex-direction:column;
}

.current-event-2{
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 1em !important;
    max-width: 400px;
    min-width:auto !important;
}

@media(min-width:992px){
.current-event-2 {
    min-width:100% !important;
    padding-right:0em !important;
}
}


.current-event{
    color:#99cc01;
    font-size: 2.75em;
    font-weight: bold;
    width: 31%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;
}

@media(min-width:992px){
.current-event{
    margin: 0em auto;
    text-align:right;
    padding-top:1em;
    width:450px;
}
}


 
.current-event-text {
    padding:3em;
    padding-top:0em;
    margin:auto;
}

@media(min-width:992px){
.current-event-text {
    padding-top:3em;
    width: 550px;
}
}



/************************Teen History***/

.teen-row-history{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    background-color:#9a33cc;
    color:white;
}


@media(min-width:992px){
.teen-row-history{
    flex-direction:row;
    padding-top:1.5em;
    padding-bottom:0em;
}
}

.teen-row-history .icon{
    padding: 3em;
    width: 200px;
    min-width: 15em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

@media(min-width:992px){
.teen-row-history .icon{
    /*padding:4em 3em 20em 5em;*/
 }
}

.history{
    display:flex;
    flex-direction:column;
}

.history-image-2{
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 1em !important;
    max-width:400px;
    min-width:auto !important;
}

@media(min-width:992px){
.history-image-2{
    min-width:100% !important;
    padding-right:0em !important;
    width:300px !important;
}
}


.history{
    color:white;
    font-size: 2.75em;
    font-weight: bold;
    /*width: 31%;*/
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;
}

@media(min-width:992px){
.history{
    margin: 0em auto;
    text-align:right;
    padding-top:1em;
    width:450px;
    min-width:initial;
}
}


 
.history-text {
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.history-text {
    padding-top:3em;
    width:550px;
}
}



/************************Teen Celebration***/
					    
   
.teen-row-celebration{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    text-align:center;
    line-height:1em;
}


@media(min-width:768px){
.teen-row-celebration{
    margin-top:1.5em;
    text-align:initial;
}
}


@media(min-width:992px){
.teen-row-celebration{
    flex-direction:row;
    padding-bottom:0em;
    width:450px;
}
}

.teen-row-celebration .icon{
    padding: 2em;
    width: 200px;
    min-width: 13em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

@media(min-width:992px){
.teen-row-celebration .icon{
     /*margin-right:-8em;*/
}
}

.celebration{
    padding:1em;
    padding-top: 2em;
    font-size: 2.75em;
    font-weight: bold;
    /*width: 34%;*/
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin:auto;
    text-align: center;
    line-height:1em;
    color:#004a86;
}

@media(min-width:992px){
.celebration{
    margin:.75em auto;
    padding:0em;
    /*padding-top: 1.25em;*/
    text-align: right;
   min-width:450px;

}
}



.celebration-text{
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.celebration-text{
    padding-top:3em;
    width:550px;
}
}


/************************Teen Brain Teaser***/
					    
  
.teen-row-brain-teaser{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    text-align:center;
    line-height:1em;
    background-color:#fe9900;
    color:white;
}


@media(min-width:768px){
.teen-row-brain-teaser{
    margin-top:1.5em;
    text-align:initial;
}
}


@media(min-width:992px){
.teen-row-brain-teaser{
    flex-direction:row;
    padding-bottom:0em;
}
}

.teen-row-brain-teaser .icon{
    padding: 2em;
    width: 200px;
    min-width: 10em;
    min-height: 100%;
    margin: auto;
    height: auto;
}

@media(min-width:992px){
    .teen-row-brain-teaser .icon{
    padding: 4em;
    min-width:15em;
    }
}


.brain-teaser{
    padding:1em;
    padding-top: 2em;
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin:auto;
    text-align: center;
    line-height:1em;
    color:white;
}

@media(min-width:992px){
.brain-teaser{
    margin:.75em auto;
    padding:0em;
    /*padding-top: 1.25em;*/
    text-align: right;
    width:450px;
}
}


.brain-teaser-text{
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.brain-teaser-text{
    padding-top:3em;
    width:550px;
}
}


/************************Teen Program Highlight***/				    
  
.teen-row-program-highlight{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    text-align:center;
    line-height:1em;
    min-height:200px;
}


@media(min-width:768px){
.teen-row-program-highlight{
    margin-top:1.5em;
    text-align:initial;
}
}


@media(min-width:992px){
.teen-row-program-highlight{
    flex-direction:row;
    padding-bottom:0em;
}
}

.teen-row-program-highlight .icon{
    /*padding: 4em;*/
    width: 250px;
    min-width: 15em;
    min-height: 100%;
    margin: 4em auto 0em;
    height: auto;
}

@media(min-width:992px){
.teen-row-program-highlight .icon{
    padding: 3em;
    position: absolute;
    width: 19em;
    min-height: 0 !important;
    /*margin-top: 6em;*/

}
}

.program-highlight{
    padding:1em;
    padding-top: 2em;
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin:auto;
    text-align: center;
    line-height:1em;
    color:#9acc05;
}

@media(min-width:992px){
.program-highlight{
    margin:.75em auto;
    padding:0em;
    text-align: right;
    width:700px;
}
}


.program-highlight-text{
    padding:3em;
    padding-top:0em;
}

@media(min-width:992px){
.program-highlight-text{
    padding-top:3em;
    width:550px;
}
}



/*******************************Challenge of the day*/



.challenge-outer{
    background-color:#004a87;
    max-width: 1140px;
    margin:auto;
}

.teen-row-challenge{
    display:flex;
    flex-direction:column;
    padding-bottom:1em;
    color:white;
}

@media(min-width:992px){
.teen-row-challenge{
    flex-direction:row;
    margin-top:1.5em;
    padding-bottom:0em;
}
}


.teen-row-challenge .icon{
    padding: 4em;
    width: 250px;
    min-width: 15em;
    min-height: 100%;
    margin: auto;
    height: auto;
    margin-bottom:-3em;
}


@media(min-width:992px){
.teen-row-challenge .icon{
    /*margin-bottom: -12em;*/
    margin-left: 0em;
}
}


.daily-challenge{
    font-size: 2.75em;
    font-weight: bold;
    width: 34%;
    padding-top: 2em;
    text-align: right;
    min-width: fit-content;
    min-width: -moz-fit-content;
    /*margin:-1.5em auto;*/
    margin: 0em auto 1em;
    text-align:center;
    line-height:1em;

}

@media(min-width:992px){
.daily-challenge{
    text-align: right;
    /*margin-left: -3.5em;*/
    padding-top: 1.5em;
    width:450px;
}
}


.daily-challenge-text{
    padding:3em;
    padding-top:0em;
    text-align:center;
}

@media(min-width:992px){
.daily-challenge-text{
    padding-top: 5em;
    padding-bottom:2em;
    text-align: initial;
    /*margin-right: 4em;*/
    padding-left: 2.75em;
    width:550px;
}
}

.daily-challenge-video{
   display:flex;
   justify-content:center;
   padding-bottom:3em;
}

.resources-list li{
    padding:.25em;
    word-wrap:break-word;
}

	.club-information-button-wrapper {
		display: flex;
		flex-direction: column;
		min-height: 200px;
		justify-content: space-around;
}
	
	
	@media(min-width:768px){
		.club-information-button-wrapper {
			flex-direction: row;
			min-height: 150px; 
}
	}

.programming-button{
	background: #5abff7;
    padding: 1em 1.5em;
    color: white !important;
    font-weight: bold;
    font-size: 1.25em;
}

@media(min-width:768px){
	.programming-button{
		font-size:1.5em;
	}
}





