/*
Theme Name: JPRO Theme  
Theme URI: //bonnie-brae.org/://jryven.com
Description: This is the JPRO Theme by Jryven LLC. 
Author: James Valeii  
Author URI: //bonnie-brae.org/://www.jryven.com/  
Template: genesis  
Template Version: 2.1.2  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Front Page
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- iTheme Slider
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html input[disabled] {
    background: #f9f9f9;
}







/* # JPRO
---------------------------------------------------------------------------------------------------- */



.standard-piper {
    display: block;
    position: relative;
    padding: 25px 0px;
    margin: 10px 0px;
    background: #fff url(../images/bb-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.standard-piper:before,
.standard-piper:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 1px;
    background: #005ea5;
}
.standard-piper:after {
    right: 0px;
}

input.jpro-button.bbdonate {
    margin: 0px auto 25px;
    display: block;
    font-size: 2em;
    padding: 25px 75px;
    background: #005ea5;
}





/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}



/* ## Slideshow
--------------------------------------------- */

div#pb_slideshow_rslider-container-1 {
  margin: 0px auto;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* ## Typographical Elements
--------------------------------------------- */

body {
	background-size: 25px;
  	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a,
a h3 {
    color: #005ea5;
    text-decoration: none;
}


a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.amblue { color: #003366;}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #005ea5;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #A30234;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #A30234;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	/* text-align: left; COMMENTED OUT BY PENTERA */
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
    padding-top: 88px;
}

.front-page .site-inner {
  padding: 0px;
}

article .entry-header,
.curated-page-subtitle {
	padding: 50px 0px;
}

.single-post .bb-post {
    margin-bottom: 30px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: //bonnie-brae.org/://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

/* Column Classes
  Link: Link: //bonnie-brae.org/://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: //bonnie-brae.org/://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.col-no-space.one-half,
.col-no-space.three-sixths,
.col-no-space.two-fourths {
    margin: 0px;
	width: 50%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #005ea5;
    text-transform: uppercase;
    font-weight: 900;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #D7182A;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Circle Image
--------------------------------------------- */

.circle-image {
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px auto 10px;
}
.circle-image img {
    margin: 0px auto;
    position: relative;
    display: block;
}

/* ## Subtitle
--------------------------------------------- */

.standard-subtitle {
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
}

/* ## Front-Page
--------------------------------------------- */

.bcontainer {
    position: relative;
    display: block;
    text-align: center;
}
a.bb-button {
    padding: 10px 30px;
	background: rgba(243, 223, 12, 1);
    width: auto;
    display: inline-block !important;
    color: #005ea5;
    font-weight: 900;
    text-align: center;
}
a.bb-button:hover {
    background: #fff;
    cursor: pointer;
}



.home .site-inner {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: none;
}


.hp-donate {
    padding: 300px 40px;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
section.hp-donate h2, section.hp-donate a {
    max-width: 890px;
    display: block;
    position: relative;
    margin: 0px auto;
}
section.hp-donate a:hover {
    background: #fff;
    cursor: pointer;
}
section.hp-donate h2 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
}



.hp-categories{
	padding: 100px 40px;
	position:relative;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
.hp-categories .categories {
    max-width: 80%;
    text-align: left;
    margin: 0px auto;
}
.center-cat {
    display: inline-block;
    margin: 0px 0px 0px 15%;
}    
section.hp-categories h2 {
    color: #fff;
    text-align: center;
    font-weight: 900;
    max-width: 990px;
    margin: 0px auto 50px;
}
.hp-categories .categories a {
    color: #fff;
    font-weight: 900;
    font-size: 1.3em;
}
.hp-categories .categories img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 40px;
}
.hp-categories .categories a.title {
    height: 50px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}
.home ul.bb_services .listing-item {
    min-height: 0px;
}


section.hp-impact .impact-message {
    padding: 300px 40px;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
section.hp-impact .impact-message {
    background-size: cover !important;
    padding: 300px 40px;
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
}
section.hp-impact .impact-message h2,
section.hp-impact .impact-message p {
    max-width: 980px;
    display: block;
    position: relative;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}
section.hp-impact .impact-message h2{
    font-size: 2.5em;
    font-weight: 900;
}
section.hp-impact .impact-message p {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 25px;
}
.imapact-slider{
    background: rgb(51,51,51);
    padding:40px 8%;
}
.forward-icon {
	text-align:center;
}
.forward-icon i.fa.fa-forward {
    color: #ccc;
    font-size: 4em;
}
.imp-header p {
	color: #f3df0c;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    max-width: 80%;
    margin: 0px auto;
}
.imp-val p {
    color: #4293d0;
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0px;
    text-align:right;
}
.imp-desc p{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}



section.hp-blog {
    position: relative;
    display: block;
    padding: 40px 0px;
}
section.hp-blog h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
ul.hp_post_posts li:first-child {
    margin-left: 0px;
}
section.hp-blog .wrapper {
    padding: 0px 4%;
}
section.hp-blog h2 {
    margin: 0px 0px 40px;
}
.hppost {
    padding: 20px;
    background: #005EA5;
}
.hppost span.excerpt {
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    display: block;
}
a.hppost-button {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1em;
    padding: 5px 10px;
    border: 1px solid #f3df0c;
}
a.hppost-button:hover {
    background: #fff;
    color: #005ea5;
}




.hp-join{
    padding: 200px 40px;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
.joinmessage {
    width: 40%;
    margin: 0 0 0 8%;
    padding: 5% 2%;
    background: rgba(0, 94, 165, 0.8);
}
.joinmessage h2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    max-width: 80%;
    margin: 0px auto 15px;
}




.hp-feature{
    padding: 100px 40px 200px;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
.feature-message {
    width: 40%;
    margin: 0 0 0 55%;
    padding: 5% 2%;
    background: rgba(255, 255, 255, 0.9);
}
.feature-message h2 {
    text-align: center;
    color: #fff;
    max-width: 80%;
    margin: 0px auto 15px;
}
.feature-message h2 {
    font-weight: 900;
    text-align: center;
    color: #005ea5;
    max-width: 80%;
    margin: 0px auto 15px;
}
.feature-message p {
	font-weight: 500;
    text-align: center;
    font-size: 1.4em;
}





section.hp-email.sign-up {
    padding: 30px 3%;
}
.hp-email div#gform_wrapper_3 {
    margin: 0px;
}
section.hp-email .gform_heading {
    display: none;
}
section.hp-email .gform_body {
    vertical-align: top;
    max-width: 65%;
    display: inline-block;
    margin-left: 2%;
}
section.hp-email .gform_footer {
    display: inline-block;
    width: 30%;
    clear: none;
    margin: 0px;
    padding: 0px;
}
section.hp-email .gform_body .gfield {
    margin: 0px !important;
}
section.hp-email .gform_body .gfield .gfield_label {
    display: none;
}
section.hp-email .gform_body .gfield .ginput_container {
    margin: 0px;
}
section.hp-email .gform_body .gfield .ginput_container input {
    border: 3px solid #005ea5;
    height: 50px;
    text-align: center;
    text-transform: lowercase;
}
section.hp-email .gform_footer input {
    background: #f3df0c;
    color: #005ea5;
    font-size: 1em;
    text-transform: lowercase;
    font-weight: 900;
    margin-right: 0px !important;
    width: 100% !important;
    padding: 14px;
    vertical-align: top;
}







section.hp-solar h2 {
    text-align: center;
    padding: 15px 0px 0px;
    color: #fff;
    font-size: 3em;
	margin: 0px;
}
section.hp-solar a.bb-solar-button,
section.hp-solar p {
    color: #fff;
    text-align:center;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px 0px 25px;
    font-weight: bold;

}
section.hp-solar a.bb-solar-button {
    clear: both;
    position: relative;
    display: block;
}
div#number1 {
    display: inline-block;
}


/* ## TEAM / BOARD PAGE CUSTOMIZATIONS 
--------------------------------------------- */

.team-post .circle-image {
    height: 250px;
    width: 250px;
}
.team-post h4 {
    color: #448ecc;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom:5px;
}
.team-post p {
    text-align: center;
    font-style: italic;
    font-weight: 800;
}


/* ## TEAM / BOARD POST CUSTOMIZATIONS 
--------------------------------------------- */

.team-post-type-header {
    position: relative;
    display: block;
    background: #005ea5;
    margin-bottom: 40px;
}
.team-post-type-header:before, 
.team-post-type-header:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 500px;
    top: 0px;
    background: #005ea5;
}
.team-post-type-header:before{
	left:-500px;
}
.team-post-type-header:after {
	right:-500px;
}
.team-detail-container {
    position: relative;
}
.team-detail {
	position: absolute;
    bottom: 10%;
    right: 0px;
    width: 100%;
}
.team-detail h2 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 800;
}
.team-detail p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    font-style: italic;
}
.team-social a {
    color: #fff;
    font-size: 1.4em;
    margin-right:10px;
}

/* ## QUICK CLASSES
--------------------------------------------- */
/* color */
.font-fff { color:#fff; }
.font-black { color:#000; }
.font-blue { color:#005EA5; }
.font-grey { color:#BECED1; }
.font-yellow { color:#FFEA3D; }

/* size */
.font-xxxl { font-size:3.5em;margin-bottom:0px;line-height: 1em; }
.font-xxl { font-size:2.1em;margin-bottom:0px;line-height: 1.2em; }
.font-xl { font-size:1.8em;margin-bottom:0px;line-height: 1.2em; }
.font-large { font-size:1.25em;margin-bottom:10px;line-height: 1.2em; }
.font-small { font-size:0.8em;margin-bottom:10px;line-height: 1.2em; }

/* weight */
.heavy-font { font-weight:900; }
.thin-font { font-weight:100; }

/* case */
.uppercase { text-transform:uppercase; }
.capitalize { text-transform:capitalize; }

/* style */
.italic { font-style:italic; }

/* align */
.center { text-align:center; }
.text-left { text-align:left; }

/* bg mode */
.multiply { background-blend-mode: multiply; }

/* bg attach */
.fixed { background-attachment:fixed; }

/* bg color */
.bg-fff { background-color:#fff; }
.bg-black { background-color:#000; }
.bg-blue{background-color:#005EA5;}
.bg-grey { background-color:#BECED1; }
.bg-yellow { background-color:#FFEA3D; }




/* ## OUR DREAM PAGE CUSTOMIZATIONS 
--------------------------------------------- */

.page-template-page-our-dream .site-inner {
    max-width: 100%;
    padding-top: 88px;
}

.dream-quote-padding{
padding: 45px 0px;
}

section.learn-more-download:hover {
    transform: scale(1.025);
}


/* ## ABOUT PAGE CUSTOMIZATIONS 
--------------------------------------------- */
.page-template-page-about .site-inner {
    max-width: 100%;
    padding-top: 88px;
}
.bb-about{
    padding: 100px 40px;
}
.bb-about.bb-bg-image {
    padding: 250px 40px 200px;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}

.float-message {
    max-width: 55%;
    margin: 0px auto;
}
.float-message h2, 
.float-message p {
    color: #fff;
}
.float-message h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
}
.float-message p {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
}

section.bb-about.area-b .circle-image,
section.bb-about.area-d .circle-image,
section.bb-about.about-history .circle-image {
    width: 250px;
    height: 250px;
    margin-bottom:25px;
}
section.bb-about.area-b .circle-image img, 
section.bb-about.area-d .circle-image img,
section.bb-about.about-history .circle-image img {
    height: 250px;
    max-width: none;
}
section.bb-about.area-b .circle-image img, 
section.bb-about.area-d .circle-image img {
    margin-left: -25%;
}

section.bb-about.area-b h2,
section.bb-about.area-d h2,
section.bb-about.about-history h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #005ea5;
    margin-bottom: 0px;
}
section.bb-about.about-history h2 {
    margin-bottom: 15px;
}
section.bb-about.area-b p,
section.bb-about.area-d p,
section.bb-about.about-history p {
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
}

section.bb-about.area-d {padding-bottom:40px;}
section.bb-about.about-history {padding-top:40px;}


/* ## GET INVOLVED PAGE CUSTOMIZATIONS 
--------------------------------------------- */
.page-template-page-get-involved .site-inner {
    max-width: 100%;
    padding-top: 88px;
}
.bb-inv{
    padding: 100px 40px;
}
.bb-inv.bb-bg-image {
    padding: 250px 40px 200px;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
.bb-inv.bb-bg-image.inv-events,
.bb-inv.bb-bg-image.inv-alumni {
	padding: 100px 40px;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: 0% 57% !important;
}
/* same as about
.float-message {
    max-width: 55%;
    margin: 0px auto;
}
.float-message h2, 
.float-message p {
    color: #fff;
}
.float-message h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
}
.float-message p {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
}
*/
.bb-inv-give-item {
	min-height:540px;
}
section.bb-inv .circle-image {
    width: 250px;
    height: 250px;
    margin-bottom:25px;
}
section.bb-inv .circle-image img{
    height: 250px;
    max-width: none;
}
section.bb-inv .bb-inv-give-item h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #005ea5;
    margin-bottom: 0px;
}
section.bb-inv p {
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 15px;
}
h2.bb-section-header {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
}
section.bb-inv.bb-section.inv-give {
    padding: 50px 40px 50px;
}




/* ## HISTORY PAGE CUSTOMIZATIONS  ZOOM TIMELINE CUSTOMIZATIONS
--------------------------------------------- */

.zoomtimeline.mode-blackwhite .ztm-item {
    background-color: #cadeef !important;
}
.zoomtimeline.mode-blackwhite .ztm-item .hex-desc-con .hex-desc {
    background-color: #ccc !important;
    color: #333 !important;
}
.zoomtimeline.mode-blackwhite .ztm-item .hex-desc-con .hex-desc {
    font-size: 2em !important;
}
.zoomtimeline.mode-blackwhite .ztm-item .the-heading {
    font-size: 2em !important;
    text-transform: uppercase !important;
    color: #333 !important;
}
.zoomtimeline.mode-blackwhite .ztm-item .the-heading:after {
    margin-left: -50px !important;
    width: 100px !important;
}
.ztm-content {
    padding: 20px 4% !important;
}
.ztm-content .paragraph {
    font-size: 1.4em !important;
    line-height: 1.3em !important;
    text-align: left !important;
}



/* ## ALL EVENTS PAGE CUSTOMIZATIONS 
--------------------------------------------- */

div#tribe-events {
    padding-top: 50px;
}

.tribe-theme-child-jpro .tribe-events-loop {
    max-width: none !important;
}

    
/* ## SINGLE EVENTS PAGE CUSTOMIZATIONS 
--------------------------------------------- */
.tribe-theme-child-jpro h1.tribe-events-single-event-title {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #005ea5;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
}
.tribe-theme-child-jpro .custom-event-header {
    position: relative;
}
.tribe-theme-child-jpro .custom-event-header .event-title {
    position: absolute;
    top: 10%;
    left: 5%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    max-width: 50%;
    max-height: 45%;
}
.tribe-theme-child-jpro .custom-event-header .event-title h3 {
    color: #005ea5;
}
.tribe-theme-child-jpro .feature-sponsor {
    position: absolute;
    bottom: 10%;
    right: 5%;
    max-width: 33%;
    max-height: 45%;
}
.tribe-theme-child-jpro .feature-sponsor h3 {
    text-align: center;
    letter-spacing: 4px;
    color: black;
}
.tribe-theme-child-jpro #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #005EA5;
}
.tribe-theme-child-jpro .tribe-events-list h2.tribe-events-page-title {
    color: #005ea5;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 900;
}
.tribe-theme-child-jpro a.tribe-event-url {
    color: #005ea5;
    font-size: 1.2em;
    font-weight: 900;
}
.tribe-theme-child-jpro span.tribe-events-user-recurrence-toggle {
    display: none;
}
.tribe-theme-child-jpro .bb-custom .tribe-events-meta-group {
    margin-top: 20px;
    font-size: 18px;
}
.tribe-theme-child-jpro .bb-custom .tribe-events-meta-group-large {
    width: 66%;
}
.tribe-theme-child-jpro h3.tribe-events-single-section-title {
    color: #000;
	font-size: 24px;
}
.tribe-theme-child-jpro a h3.tribe-events-single-section-title {
	color: #007BBF;
}
.tribe-theme-child-jpro dd.tribe-venue a {
    font-size: 17px;
    font-weight: 700;
}
.tribe-theme-child-jpro a.tribe-events-gmap {
    display: block;
    margin-top: 15px;
}
.tribe-events-meta-group.event-committee-section p {
    margin-bottom: 15px;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix.bb-custom {
    margin-bottom: 0px;
}
.tribe-theme-child-jpro #tribe-events .button {
    background: #005EA5;
    border-radius: 0px;
    padding: 15px;
    font-size: 1em;
    text-transform: capitalize;
}


/* ## Services Page
--------------------------------------------- */

ul.bb_services .listing-item {
    min-height: 420px;
    margin-bottom: 30px;
}
.bb-services .circle-image {
    width: 150px;
    height: 150px;
    background: #005ea5;
}
.bb-services .circle-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
}
.bb-services a.title {
    display: block;
	text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 25px;
}
.bb-services .bcontainer {
    margin-top: 25px;
}

/* ## Single Posts
--------------------------------------------- */

.post-meta div a {
    font-style: italic;
    font-weight: 500;
}
.post-meta {
    margin-bottom: 25px;
}

/* ## Services Posts
--------------------------------------------- */

.services-post-content .circle-image {
    width: 100px;
    height: 100px;
    background: #005ea5;
    float: left;
    margin: 0px 15px 15px 0px;
}
.services-post-content .circle-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
}

.services-post-content ul {
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.services-post-content li {
    list-style-type: disc;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 0px;
  padding: 0px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

.footer-widgets-container a {
    font-weight: 900;
    color: #75a5d2;
}
.footer-widgets-container a:hover {
    color: #fff;
    cursor: pointer;
}
.paragraph ul {
    margin: 0px;
}
.paragraph li {
    list-style: disc;
}

form.ppdonate input[type="submit"] {
    margin: 0px auto 10px;
    display: block;
    font-size: 2em;
    padding: 25px 75px;
    background: #005ea5;
}
section.learn-more-download div.font-large, section.learn-more-download div.font-large p {
    margin-bottom: 0px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #D7182A;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* ## Jetpack
--------------------------------------------- */
/* SLIDER MODIFICATIONS */

div#pb_slideshow_rslider-container-1 {
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

#pb_slideshow_rslider-1 .nivo-caption {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 50px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
#pb_slideshow_rslider-1 .nivo-caption {
    font-size: 30px;
}
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    z-index: 99999;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ccc;
    min-height: 60px !important;
    background: rgba(255, 255, 255, 0.8);
}

.site-header .wrap {
	padding: 25px 0px;	
}


/* ## Title Area
--------------------------------------------- */

.no-title h1.entry-title {
    display: none;
}

.title-area {
    background: transparent;
    width: 200px;
    position: relative;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.header-image .site-title > a {
    background: url(../images/logo.png) no-repeat left;
    background-size: contain;
    float: left;
    min-height: 70px;
    width: 100%;
}
.home .site-container header .site-title > a {
    background: url(../images/logo.png) no-repeat left center / contain;
    float: left;
    min-height: 140px;
    width: 100%;
}
.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
    max-width: 950px;
    width: 75%;
}

div#test-page-slider {
    overflow: hidden;
}


#portfolio-galleries-links h4.widget-title.widgettitle,
#featured-in-widget-area h4.widget-title.widgettitle {
    text-align: center;
    font-size: 32px;
}
#portfolio-galleries-links .widgettitle:after,
#featured-in-widget-area .widgettitle:after {
    content: '';
    position: relative;
    display: block;
    height: 10px;
    width: 115px;
    margin: 15px auto 30px;
    background: red;
}



/* ## TESTIMONIAL PAGE
--------------------------------------------- */

.test-page-test.strong-view.simple ul.simplePagerNav :not(.npdisplay) a {
    display: none;
}

.test-page-test.strong-view.simple .simplePagerNav {
    position: absolute;
}
.test-page-test.strong-view.simple .simplePagerNav {
    position: relative;
    width: 110%;
    margin: 0px 0px -64px -5%;
}
.test-page-test.strong-view.simple .nextLink {
    float: right;
}
.test-page-test.strong-view.simple .prevLink {
    float: left;
}
a#prevLink, a#nextLink {
    padding: 10px;
    border-radius: 25px;
    background: #ccc;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 9px;
    display: block;
}

.test-page-test .testimonial-name {
    font-style: italic;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 12px 15px;
}
.page:not(.home) .widget_nav_menu .menu > li > a {
    padding: 27px 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #D7182A;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}




.bb-menu a {
    color: #000;
    font-weight: 900;
}
.bb-menu .menu-left {
    float: left;
}
.bb-menu .menu-right {
    float: right;
    margin-left: 25px;
}
.bb-menu .menu-left {
    float: left;
    margin-right: 25px;
}
.bb-menu .menu-left.home-icon {
    text-indent: -9999999px;
    margin-top: -10px;
}
.bb-menu .menu-left.home-icon a {
    padding: 0px 90px 18px;
    background: url(../images/bb-logo.png) no-repeat center center;
    background-size: contain;
    position: relative;
    display: block;
}
.menu-right.donate a {
    background: #005ea5;
    padding: 30px 20px 20px;
    color: #fff;
    font-weight: 900;
}

.site-header .menu-item {
    position: relative;
}

.site-header .sub-menu {
    position: absolute;
    left: -9999999px;
}
.site-header .menu-item:hover .sub-menu {
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    min-width: 140px;
    border: 1px solid #eee;
}
.site-header .menu-item .sub-menu .menu-item a {
    padding: 0px 0px 4px 4px;
    margin-bottom: 4px;
    display: block;
    border-bottom: 1px solid #eee;
}
.site-header .menu-item .sub-menu .menu-item:last-child  a {
    padding: 0px 0px 0px 4px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.site-header .menu-item .sub-menu .menu-item a:hover {
    color: #005ea5;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #D7182A;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	/*padding: 50px 60px;*/
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #D7182A;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.footer-container {
    padding: 50px 0px 15px;
    margin: 15px auto 0px;
    background: #24408E;
    color: #fff;
}
.site-footer {
    background-color: #333333;
    font-size: 16px;
    padding: 55px 0;
    text-align: center;
	position: relative;
    display: none;
}
.site-footer p, 
.site-footer a {
	color: #fff;
}
.site-footer p {
	margin-bottom: 5px;
}
.site-footer a {
  font-weight: bold;
}


.footer-widgets-container {
    padding: 40px 0px;
	background:#333333;
}
.footer-widgets-container h4.widget-title {
    color: #448ecc;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.bb-ft-wgt {
	margin-bottom:30px;
}
.simple-social-icons {
    overflow: visible !important;
}
.simple-social-icons ul {
    margin-left: -15px !important;
}
#footer-widget-2 .simple-social-icons ul li {
    float: none;
    margin: 0px 0px 0px 0px !important;
}
#footer-widget-2 .simple-social-icons ul li:after {
	color: #fff;
    margin: 10px 0px 0px 10px !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
li.ssi-facebook:after {
    content: 'facebook';
}
li.ssi-instagram:after {
    content: 'instagram';
}
li.ssi-linkedin:after {
    content: 'linkedin';
}
li.ssi-twitter:after {
    content: 'twitter';
}
li.ssi-youtube:after {
    content: 'youtube';
}

.footer-widgets-container p {
    color: #fff;
    margin-bottom: 6px;
}
ul#menu-quicklinks-menu li {
    display: block;
    margin-bottom: 10px;
}
ul#menu-quicklinks-menu li a {
    color: #fff;
    padding: 0px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.625;
}
ul#menu-quicklinks-menu .fa-forward:before {
    color: #fff;
    margin-right: 10px;
}
#footer-widget-5 div section {
    display: inline-block;
    max-width: 150px;
    margin: 0px 25px 0px 0px;
}





/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
   /* max-width: 950px; */
    width: 75%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 250px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.hide-mobile { display:none; }
	.hide-desktop { display:none; }

	.site-inner {
		clear: both;
		padding-top: 111px;
	}

	header.site-header .wrap {
		margin: 0px;
		max-width: none;
	}
	#menu-header-menu > li:first-child > a {
		-webkit-border-radius:0px;
		border-radius: 0px;
		padding: inherit;
	}
	.genesis-nav-menu:after {
		display:none;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.page-template-page-about .site-inner,
	.page-template-page-get-involved .site-inner {
		max-width: none;
		padding: 0px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .widget-area {
	text-align:center;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.title-area {
		background-position: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}


/*Homepage*/
.imp-desc p, .imp-val p {
    text-align: center;
}
section.hp-blog .wrapper > div {
    margin-bottom: 35px;
    text-align: center;
}
.joinmessage, .feature-message {
    width: 100%;
    margin: 0px;
}
.hp-join, .hp-feature {
    padding: 300px 40px 100px 40px;
}

/*About*/
.bb-about .wrapper > div {
    margin-bottom: 35px;
}
.bb-about .wrapper > div .circle-image, .bb-about .wrapper > div p {
    margin-bottom: 10px;
}
section.bb-about.about-history {
    padding-top: 0px;
}
section.bb-about.area-d {
    padding-bottom: 0px;
}


/*Services*/
ul.bb_services .listing-item {
    min-height: 0px;
    margin-bottom: 35px;
}
.bb-services a.title, .bb-services .bcontainer {
    margin: 5px;
}



/*Impact*/
.iicon {
    max-width: 150px;
    margin: 0px auto;
}
.istat {
    font-size: 3em;
    margin-bottom: 0px;
    line-height: 1em;
}
.idesc {
    margin-bottom: 55px;
}


/*Team Single*/
.team-detail {
    position: relative;
    display: block;
}

/*Get Involved*/
.bb-inv-give-item {
    min-height: 0px;
    margin-bottom: 35px;
}

/*Single Event*/
.tribe-theme-child-jpro .custom-event-header .event-title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    top: auto;
    padding: 10px 0px 0px;
    text-align: left;
    left: 0px;
}
.tribe-theme-child-jpro .feature-sponsor {
    position: relative;
    display: block;
    max-width: none;
    right: 0px;
    bottom: 0px;
}
.tribe-theme-child-jpro .feature-sponsor h3 {
    text-align: left;
    letter-spacing: inherit;
    font-size: 1.2em;
}
.tribe-theme-child-jpro .feature-sponsor img {
    max-width: 80%;
    margin-bottom: 35px;
}

}
@media only screen and (max-width: 900px) {

	ul#menu-primary-menu {
		text-align: center;
	}
	ul#menu-primary-menu li {
		float: none;
		text-align: center;
		display: inline-block;
		margin:0px 2% 0px 0px;
	}
	ul#menu-primary-menu li.home-icon {
		display: block;
		float: none;
		margin-bottom: 0px 0px 10px 0px;
	}
	.menu-right.donate a {
		padding: 5px;
	}


}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-half.col-no-space,	
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


	ul#menu-primary-menu li.mobile-menu-break {
		display: none;
	}
@media only screen and (max-width: 575px) {

	header.site-header {
		position: relative;
	}
	ul#menu-primary-menu li.mobile-menu-break {
		display: block;
		height: 1px;
	}
	ul#menu-primary-menu li.mobile-menu-break a {
		color: transparent;
	}
	
	.site-inner,
	.page-template-page-our-dream .site-inner {
		padding-top: 0px;
	}
	.hp-donate,
	.hp-categories,
	section.hp-impact .impact-message,
	section.hp-join,
	section.hp-feature,
	.bb-about.bb-bg-image,
	section.bb-about.bb-bg-image.about-leadership,
	section.bb-about.bb-bg-image.about-board,
	section.bb-inv.bb-bg-image,
	.bb-inv.bb-bg-image.inv-events, 
	.bb-inv.bb-bg-image.inv-alumni {
		padding: 100px 10px;
		background-position: center !important;
	}
	.float-message{
	max-width:100%;
	}
	ul.bb_services li.listing-item div, 
	ul.bb_services li.listing-item div.center-cat img, 
	ul.bb_services li.listing-item div .title {
		padding: 0px;
		margin: 0px auto;
		text-align: center;
		display: block;
	}

	section.hp-blog img {
		margin-bottom: 0px;
	}
	ul.hp_post_posts li:first-child {
		margin-bottom: 30px;
	}
	section.hp-blog {
		padding: 40px 0px 0px;
	}

section.hp-impact .impact-message {
    background-position: center bottom !important;
    padding: 150px 40px;
}
.hp-categories .categories img {
    margin-right: 15px;
}
.imp-val p {
    font-size: 2.8em;
    text-align: center;
}
section.hp-impact .impact-message {
    padding: 150px 40px;
    background-color: #81c883;
    background-blend-mode: multiply;
}
ul.hp_post_posts li:first-child {
    margin-bottom: 25px;
}



	section.hp-email .gform_body {
		max-width: 100%;
		width: 100%;
	}
	section.hp-email .gform_body .gfield {
		margin-bottom: 5px !important;
	}
	section.hp-email .gform_footer {
		width: 100%;
		margin-left: 6px;
		margin-top: 5px;
	}
	ul.multifilter li, ul.simplefilter li {
		margin: 5px;
	}
	.bb-inv-give-item {
		margin-bottom: 25px;
	}


	.zoomtimeline.mode-blackwhite .ztm-item .image-con + .hex-desc-con {
		top: 31px !important;
		left: 0px !important;
	}
	.zoomtimeline.mode-blackwhite .ztm-item .hex-desc-con {
		top: 0px !important;
		left: 0px !important;
	}
	.paragraph li {
		text-intent: 0px;
	}


.page-template-page-our-dream .site-inner section > div {
    padding: 20px 10px;
}
section.our-dream .circle-image, 
section.our-dream .one-third.first {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
section.our-dream .two-thirds.font-fff{
padding-top:0px;
}
section.our-dream .font-xxxl {
    font-size: 2em;
}
.bb-inv-give-item.one-third {
    margin-bottom: 25px;
}


#tribe-events-header .tribe-events-sub-nav li {
    width: 100% !important;
    text-align: center !important;
margin-bottom: 5px !important;
}



}



	.maphover{ position: absolute; padding: 20px 0px; border: 10px solid #fff; left: 0; right: 0; margin-left: auto; margin-right: auto; background: #fff; overflow: visible; width: 600px; }
	.maphover span { position: absolute; padding: 15px; right: 0px; }
	.maphover iframe { margin: 0px auto; display: block; }


	.jpro-custom-twitter .tweet a {
		color: #fff;
	}	
	.jpro-custom-twitter .tweet {
		margin-bottom: 20px;
	}		