/*PBI #  -- Fix bio detail paragraph padding */
.bio-detail p:first-child {
	margin-top: 60px;
}
.bio-detail p {
	margin-top: 10px;
}

/*PBI #  -- Fix bio detail social media icons positioning */
.social-media {
	text-align: center;
}

/*PBI #  -- Increase header group name size */
header .header-container h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

/*PBI # -- Fix Map and Directions Color Text */
.directions-search .submit-search {
	color: #ffffff;
}

/*PBI # -- On mobile view, adjust overlay to view white text on light banner images */
@media only screen and (max-width:480px) {
	.banner-image:before {
		background-image: none;
		background-color: rgba(0,0,0,.40);
	}
}

/*Resource Detail Edits */
.rich-text ul li:last-child {
	padding-bottom: 15px;
}
.rich-text blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
/*PBI #  -- Tab Collection Fixes */
.tab-triggers a {
  font-weight: 300;
}
.tab-triggers a.active {
    background: #000;
    color: #f2f2f2;
}
.tab-triggers a {
    width: auto !important;
}
.site-ft footer .social-media a {
     font-size: 20px;
}
/* BEGIN Behavioral Finance Modifications */
.bh-lead-image {
	width: 100%;
	height: 100%;
	border: 1px solid #c9c9c9;
	padding: 3px;
}
.quiz-image {
	padding-bottom: 10px;
}
.bh-page .site-bd {
	background: #f6f6f6;
	margin-top: 15px;
	padding: 0;
}
.bh-video {
	margin-top: 25px;
}
.bh-blockquote {
	border-right: 5px solid #eeeeee;
	width: 75%;
	border-left: 5px solid #eeeeee;
	font-size: 18px;
	padding: 20px 10px 10px 0;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.bh-blockquote span {
	font-size: 12px;
	display: block;
}
.bh-h1 {
	font-size: 30px;
}
.bh-intro {
	padding: 0;
}
.bh-page h3 {
	margin-top: 30px;
}
.bh-page .accordion-panel h3 {
	margin: 0;
}
.bh-h4 {
	background: #f6f6f6;
	padding: 10px;
	border: 1px solid #c9c9c9;
	font-size: 16px !important;
	margin-top: 30px;
}
.bh-page .name-hd {
    margin: auto;
}
/* END Behavioral Finance Modifications */
/* BEGIN WorthWhile Modifications */
.worthwhile .worthwhile-cta {
	font-size: 20px;	
}
@media screen and (max-width: 992px) {
 .worthwhile .site-bd {
   padding: 25px 0;
  }
}
/* END WorthWhile Modifications */