/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Bio Section
==============================================
*/

.bio-section {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;	
}
.bio-section .bio-content {
	padding: 78px 80px 70px;
}
.bio-section .bio-copy {
    padding-left: 50px;
}
.bio-section .bio-detail-next-link {
    top: 90px;
    position: relative;
}
.bio-section .bio-detail-previous-link {
    top: 90px;
    position: relative;
}
.bio-section .bio-detail-first-name-wrapper {
	display: inline-flex;
}
.bio-section .bio-detail-last-name-designation-wrapper {
	margin-top: -7px;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	color:#393939;
}
.bio-section .bio-detail-designation {
	display: table-cell;
	padding-right: 7px;
}
.bio-section .bio-detail-last-name {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	color:#393939;
}
.bio-section .bio-detail-middle-initial-wrapper {
	display: inline-flex;
}
.bio-section .bio-detail-middle-initial {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	color:#393939;
}
.bio-section .bio-detail-title {
	bottom:76px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 19px;
	font-weight: 300;
	text-transform: uppercase;
	color:#393939;
	margin-top: 0px;
	margin-bottom: 10px;
	display:block;
}
.bio-section .bio-detail-links-wrapper .fa {
	color:#5a5d63;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
	color:#d27855;
}
.bio-section .bio-detail-card-container {
	margin-bottom: 43px;
	padding-top: 12px;
}


/* Bio Quote */

/*
.bio-quote-section {
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-m-grid-light.jpg);
}
*/
.bio-detail-quote-wrapper {
	position: relative;
}
.bio-quote-section {
    display: grid;
	background: #fff;
}
.bio-quote-section:before {
	content:"";
	height: 20px;
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-m-grid.jpg);
	width: 100%;
	display:block;
}
.bio-detail-quote {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    max-width: 858px;
	font-weight: 400 ;
    width: 100%;
    margin: 85px auto 25px;
    color: #1f1f1f;	
}
.bio-quote-section:after {
	content:"";
	height: 20px;
	background: #e9edf0;
	width: 100%;
	display:block;
}
.bio-quote-section .bio-quote-content {
	padding: 70px 0 40px;
}
 
.bio-detail-quote-hr {
    height: 5px;
    max-width: 880px;
    border: none;
    width: 100%;
	background: none;
	margin: 0 auto;
}
.bio-detail-quote-hr:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    margin: 0 auto;
    background: #d27855;
    top: 0;
}
.bio-detail-quote-hr:after {
    content: "";
    display: block;
    height: 1px;
    max-width: 880px;
	width:90%;
    margin: 0 auto;
    background: rgba(128, 128, 128, 0.2);
    top: 22px;
    position: absolute;
}

.bio-detail-quote-cite {
	margin-top: 22px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 21px;
    line-height: 24px;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/




/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Bio Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Bio Section
==============================================
*/
	.bio-detail-quote-wrapper {
		text-align: center;
		padding: 20px 30px;
	}
	.bio-section .bio-content {
		padding: 90px 28px 70px;
	}
	.bio-detail-container {
		padding-bottom: 62px !important;
	}	
}	


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Bio Section
==============================================
*/
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Bio Section
==============================================
*/
	.bio-section .bio-detail-designation {
		display: inline;
	}
	
	.bio-section .bio-detail-headshot {
		max-width: 282px;
	}
	.bio-section .bio-content {
		padding: 90px 60px 70px;	
	}
	.bio-detail-headshot {
		width: auto;
	}
	.bio-image-social-name-content {
		text-align: center;
	}
	.bio-section .bio-copy {
		margin-top: 40px;
		padding-left: 0px;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Bio Section
==============================================
*/

	.bio-section .bio-detail-headshot {
		max-width: 227px;
	}
	.bio-section .bio-copy {
		padding: 0px;
	}
	.bio-detail-quote {
		font-size: 24px;
		line-height: 37px;
	}
	.bio-section .bio-copy {
		margin-top: 40px;
	}
}


/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Bio Section
==============================================
*/
	.bio-section .bio-copy {
		margin-top: 40px;
	}
	.bio-section .bio-content {
		padding: 40px 60px 70px;
	}
}

/* IE only */
@media screen\0 { 
	
}
