/* Support #230387 - Add css for logo and social icons in the footer */
.americorps.widget .widget_sp_image-image-link img{
    margin: 0 auto !important;
    width: 100px;
    height: auto;
}
#footer .widget.socialicons{
    text-align: center;
}
#footer .widget.socialicons a{
    padding-right: 25px !important;
}
#footer .widget.socialicons a:last-child{
    padding-right: 0 !important;
}

/* Support # 237802 */
/* The plugin (Everest) resposible for displaying data with icon/numbers/description was creating a conflict and replacing all site headers.
 * I've disabled the plugin and created a custom solution below */

/* IMPACT DATA */
.data-stat {
	    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right: auto;
	max-width:1000px
}
.data-stat__item {
	    width: 33.33%;
    padding: 24px;
    display: inline-flex;
}
.data-stat__icon {
	    padding-right: 30px;
}
.data-stat__icon i {
	font-size: 32px;
    color: #8224e3;
}
.data-stat_number {
	color: #052035;
    font-size: 40px;
    font-weight: bold;
}
.data-stat_desc,
.data-stat_desc {
	font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #999999;
    margin-bottom: 10px;
    text-transform: capitalize;
}

@media (max-width: 1023px) {
	.data-stat__item {
	    width: 100%;
	}
}

/*Support #287817 - Replace logo and hide navigation*/
.page.page-id-4759 .bpe_logo img{
    content: url("https://www.bpe.org/wp-content/uploads/2021/10/NNN_Logo.png");
    height: 150px;
}

.page.page-id-4759 #family_bar, .page.page-id-4759 #searchform{
    display: none;
}

/* Support #343674 - Correct buttons of Dearborn homepage */
body.page-template-template-landing.page-id-513 .hero-button.button-primary {
    font-size: 18px;
}

@media (max-width: 767px){
  body.page-template-template-landing.page-id-513 .hero-button.button-primary  {
      font-size: 14px;
  }
}
