@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-4/base.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Prata|Raleway:400,500|Quicksand|Montserrat:300,300i,400,400i,500,500i,600,600i|Cormorant+Garamond:400,500,600');

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

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Evan
DESIGNER: Jesse
JOB #: 19-BR1AK-0001
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

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


body {
	background: #e3e7e4 !important;
}
a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a {
    color: #5E7874;
}
a:hover, a:focus, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    color: #000;
}
.cfp {
	font-variant: small-caps;
}
.header-main .social-contact-section {
	height: 42px;	
}
.header-main .social-contact-section .social-icons, .header-main .social-contact-section .social-contact, .header-main .social-contact-section .header-cta {
	display: none;
}
/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}


/*
==============================================
HOME PAGE
==============================================
*/
.grid-home {
	background: #e3e7e4 !important;	
}

/*
SCROLLER
==============================================
*/
.scroller, .scroller-mobile {
  background-image: none !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background: rgba(237, 235, 228, 0.9);
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid #42695c;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 20px;
    left: 16px;	
}
.scroller-mobile:after  {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important; 
    bottom: 10px;
}


/*
HEADER
==============================================
*/
.header-main {
	background: #e3e7e4 !important;
}
.social-contact-section {
    background: #fff;
	-webkit-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
    -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
    box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
    padding: 15px 15px 11px;	
}
.header-cta .ftr-cta {
    color: #42695c;
}
.header-cta .ftr-cta:hover {
    color: #000 !important;
}
.logo-content {
    border-bottom: 4px solid #849895;
}
.social-contact .ftr-nap {
	display: inline;
}
.social-icons .social-container .fa {
    color: #42695c;
}
.social-icons .social-container .fa:hover {
    color: #000 !important;
}
.social-contact .ftr-nap a {
    color: #42695c;
}
.social-contact .ftr-nap a:hover {
    color: #000 !important;
}

/*
NAVIGATION
==============================================
*/
.primary-nav {
    background: #cbd8d0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    color: #1d3d37;
    font-weight: 600;
	padding: 17px 10px 17px 10px;	
}
.primary-nav a.active {
    color: #fff !important;
    background: #5e7875;
}
.primary-nav .nav-subnav a.active {
    color: #5e7875 !important;
	background: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a:hover {
    color: #fff !important;
    background: #5e7875;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #5e7875;
}
/*
BILLBOARD - HOME
==============================================
*/
.billboard-content-wrapper {
	position: relative;
}
.billboard-full-width.billboard-container {
    height: 353px;
}
.clouds {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/clouds.png) no-repeat bottom center;
    width: 865px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	animation: fadeInUp 5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 0;
}
.mountains {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/mountains.png) no-repeat bottom center;
    width: 100%;
    height: 313px;
    margin: 0 auto;
    position: absolute;
    top: 40px;	
	left: 0;
	z-index: 10;
	animation: fadeInDownSmall 3s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}
.silhouette {
    width: 100%;
    height: 313px;
    margin: 0 auto;
    position: absolute;
    top: 40px;	
	left: 0;
	z-index: 15;
	animation: fadeInLeft 3s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}
.silhouette-home {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/plow-horses.png) no-repeat bottom center;
}
.silhouette-about-us {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/family.png) no-repeat bottom center;
}
.silhouette-our-difference {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/dad-kid.png) no-repeat bottom center;
}
.silhouette-services {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/shaking-hands.png) no-repeat bottom center;
}
.silhouette-contact {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/Billboards/dancing.png) no-repeat bottom center;
}

/*
HOME INTRO SECTION
==============================================
*/
.intro-content h1 {
	font-family: 'Cormorant Garamond', serif;
    color: #42695c;
	font-size: 44px;
    line-height: 38px;	
	letter-spacing: 0;
}
.intro-content h1 .head-1 {
	font-weight: 600;
}
.intro-content h1 .head-2 {
    color: #42695c;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2px;
}
.intro-content h2 {
	color: #42695c;
}
.intro-content h3 {
	color: #42695c;
    margin: 35px 0 15px;	
}
.intro-content h4 {
	color: #42695c;
}
.intro-content h5 {
	color: #42695c;
}
.intro-content blockquote, q {
    color: #5E7874;
    border-left: 2px solid #cbd8d0;
    border-right: 2px solid #cbd8d0;
}
/*
SLIDER SECTION
==============================================
*/
.slider-content {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/green-wavy-lines.jpg)center center !important;
}
.slider-section .content-slider-heading .head-1 {
	font-family: 'Cormorant Garamond', serif;
    font-weight: 600;	
    line-height: 46px;	
}
.slider-section .content-slider-heading {
	letter-spacing: 0;
}
.slider-section .slick-dots li button:before {
    color: #849895;
}
.slider-section .slick-dots li button:before {
    color: #849895;
}
.slider-section .content-slider-cta {
    color: #fff;
    border: 1px solid #fff;
}
.slider-section .slick-slide:hover .content-slider-cta {
	border:1px solid #fff;
	background: #fff;
	color: #42695c !important;	
}
.slider-section .content-slider-heading .slide-head-block {
	display: block;
}
/*
NICHE SECTION
==============================================
*/
.niche-section {
	display: none;
}

/*
TEAM SECTION
==============================================
*/
.team-headline {
    background: #e5ebe7;
}
.team-section .team-headline h2 {
    color: #3e5c59;
}
.team-section .team-headline h2 .head-1 {
	font-family: 'Cormorant Infant', serif;		
    line-height: 44px;	
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
    border-right: none;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
    background-color: rgba(94, 120, 117, 0.92);
}
.team-slider .yearbook-container .yearbook-cta {
    background: #bbc8c5;
    color: #000;
}
.team-slider .yearbook-container .yearbook-designation {
    display: inline-block;
    padding: 0;
}
/*
QUOTE SECTION
==============================================
*/
.quote-section {
	margin-bottom: 10px;
}
.quote-content {
	padding: 0px 0px 0px;	
	background: #fff !important;
	border-top: 20px solid #e5ebe7;	
}
.quote-content .quote {
    color: #3e5c59;
}
.quote-content .quote-wrapper {
    max-width: 100%;
    padding: 60px 220px 320px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/*
INTERIOR PAGE
==============================================
*/
.interior .quote-content {
    border-top: 20px solid #e5ebe7;
}
.grid-about-us-with-banner, .grid-bio-page, .grid-about-rj, .grid-interior, .related-resources-main, .grid-resources {
	background: #e3e7e4 !important;	
}
/*.intro-content {
    padding: 55px 200px 20px;
}
.intro-about {
    padding: 55px 200px 20px;
}*/
.body-our-difference .quote-content .quote-wrapper {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/footer-barn.png) center bottom no-repeat !important;
}
.body-services .quote-content .quote-wrapper {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/footer-plow.png) center bottom no-repeat !important;
}
.body-contact .quote-content .quote-wrapper {
	background: url(/-/media/rj/advisor-sites/sites/l/e/lebenthal/images/footer-basket.png) center bottom no-repeat !important;
}
/*
TEAM PAGE
==============================================
*/.int-team .yearbook-three .yearbook-name-wrapper, .int-team .yearbook-last-name, .int-team .yearbook-designation {
    color: #5e7875;
}
.int-team .yearbook-three .yearbook-links .fa {
    color: #5e7875;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #000;
}
.int-team .team-content .yearbook-container h1 {
    font-size: 24px;
    line-height: 28px;
    color: #42695c;
    border-bottom: 1px solid #42695c;
    padding: 0 0 5px;
	margin: 0 0 50px;	
}
/*.int-team .yearbook-headshot-wrapper {
	display: none;
}*/
.lebenthal-global-advisors-yearbook {
    padding: 50px 0 0;
}
.body-lebenthal-global-advisors .yearbook-container h1 {
	display: none;
}
.yearbook-three .yearbook-links {
    padding: 0px 20px 20px;
}
/*
BIO DETAIL PAGE
==============================================
*/
.bio-detail-headshot-wrapper {
    border: 5px solid #5e7875;
}
.bio-detail-links-wrapper a {
    background: #5e7875 !important;
}
.bio-detail-links-wrapper .fa:hover {
    color: #cbd8d0;
}
.bio-detail-next-link-wrapper:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link-wrapper-mobile:before {
    background: #5e7875;
}
.bio-detail-next-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper-mobile.hover-link:before, .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper-mobile.hover-link:before, .resource-detail-next-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper-mobile.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper-mobile.hover-link:before {
  background: #000;
}
.int-team .yearbook-headshot-wrapper:after {
	display: none;
}
/*
FOOTER SECTION
==============================================
*/
.body-map-directions .footer-section, .body-about-us .footer-section, .body-bio .footer-section, .body-resource .footer-section, .body-blog .footer-section {
	margin-top: 0;
}
.footer-image-content .billboard-container {
	border: none;
}
.footer-image-content {
	display: none;
}
.footer-cta-contact-section:before {
	content:'';
	background: #fff;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 0;
}
.footer-cta-section .ftr-cta {
    color: #3e5c59;
    border: 1px solid #19322f;
}
.footer-cta-section .ftr-cta:hover {
    border: 1px solid #19322f;
    background: #19322f;
    color: #fff;
}
.footer-contact-content .social-container .fa {
    color: #42695c;
}
.footer-contact-content .social-container .fa:hover, .ftr-nap a:hover {
    color: #000;
}
.ftr-nap a {
    color: #42695c;
}
.footer-hedge-section, .ftr-disclaimers {
    color: #4A4A4A;
}
.footer-cta-contact-section {
    padding: 10px 70px 45px;
}
.ftr-group-name {
    color: #f4e9d3;
}

/*	
ACCORDIONS
==============================================
*/	
.accord {
    margin: 0 auto 30px !important;
}
.accord .accord-link {
    color: #5E7874 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #000 !important;
}
.accord li.open .fa {
    color: #5E7874;
}
.accord a.accord-cta {
    color: #3e5c59;
    border: 1px solid #19322f;
}
.accord a.accord-cta:hover {
    border: 1px solid #19322f;
    background: #19322f;
    color: #fff;
}
/*	
FLEXTABS
==============================================
*/	
.flextab-triggers a {
    color: #5E7874;
	background: #F9F9F9;
}
.flextab-triggers .set {
    color: #000;
}
/*	
CONTACT
==============================================
*/	
.contact-form .form-inline .form-group.select-container:before {
    border-color: #42695c transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact {
    color: #3e5c59;
    border: 1px solid #19322f;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    border: 1px solid #19322f;
    background: #19322f;
    color: #fff;
}
/*
MAP AND DIRECTIONS
==============================================
*/
.directions-search .submit-search {
    color: #3e5c59;
    border: 1px solid #19322f;
}
.directions-search .submit-search:hover {
    border: 1px solid #19322f;
    background: #19322f;
    color: #fff;
}

/*	
RESOURCES
==============================================
*/	


/*	
RELATED RESOURCES
==============================================
*/

	
/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {


}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		padding: 18px 9px 16px 0 !important;
	}	
	.quote-content .quote-wrapper {
		padding: 100px 100px 300px;
	}
	.bio-copy .content-disclosure-wrapper {
		padding-left: 30px;
	}
	.quote-content {
		padding: 0;
	}

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
		background: #42695c;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		padding: 17px 10px 17px 10px !important;
	}	
	.primary-nav {
		background: #fff;
	}
	.fa-angle-down:before {
		color: #cbd8d0;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
		color: #42695c;
	}
	.nav-address-mobile a {
		color: #42695c;
	}	
	.social-contact-section {
		width: 100%;
	}
	.intro-content {
		padding: 55px 100px 20px;
	}	
	.team-headline {
    	padding: 18px 20px 3px 20px;
	}
	.team-slider .slick-dots li.slick-active button:before {
		color: #42695c;
	}	
	.bio-copy .content-disclosure-wrapper {
		padding-left: 0;
	}	
}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.silhouette {
		background-size: contain !important;
	}	
	.intro-content {
		padding: 55px 30px 20px;
	}	
	.quote-content .quote-wrapper {
		padding: 100px 30px 300px;
	}
	.quote-content {
		padding: 0 !important;
	}
	.bio-copy .content-disclosure-wrapper {
		padding-left: 0;
	}	
	.footer-cta-contact-section {
		padding: 20px 30px 65px;
	}
	.slider-section .content-slider-heading .slide-head-block {
		display: inline;
	}
	.slider-section .content-slider-heading .head-1 {
    	line-height: 38px;
		display: block;
	}
	.team-section .team-headline h2 .head-1 {
		display: block;
	}

}
	
/* 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) {
	
}

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


}