@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-3/base.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,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: Brian
JOB #: 17-BR33E-0244
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

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

		.logo-sticky-v2 {
    margin-top: 43px;
}


body {
	color: #58595b;
	font-family: 'Roboto', sans-serif;
}
p {
	font-weight: 300;
	margin-bottom: 15px !important;
}
.copy-section ul, .resource-detail-copy-wrapper ul {
    margin-bottom: 10px;
}
.sell-p {
	margin-bottom: 0px!important;
}
h2 {
	color: #003e51;
}
h3 {
	font-family: 'Roboto', sans-serif;
	color: #003e51;
	    font-weight: 300;
}
h4 {
	font-family: 'Roboto', sans-serif;
    color: #003e51;
	font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
h5 {
	color: #003e51;
}
ol, ul {
	font-weight: 500;
}
.disclaimer, .disclosure {
	font-size: 11px;
	line-height: 15px !important;
}
.cfp {
	font-variant: small-caps;
}
hr {
	margin: 20px 0px;
	background-color: #cfb789;
}
a {
	color: #104c6e;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.button {
    background: #cfb789;
    color: #333;
}
blockquote {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 43px;
    font-weight: 300;
    color: #2d343d;
    font-style: italic;
    max-width: 940px;
    margin: 20px auto;
    text-align: left;
}
blockquote:before {
    color: #4d4d4f;
	display: none;
}
blockquote p.author {
	font-size: 17px;
	font-style: normal;
}
blockquote:after {
    content: "";
    display: block;
    top: 0px;
    left: 16px;
    height: 7px;
    width: 225px;
    margin: 30px 0px 30px;
    border-top: 3px solid #2d343d;
    border-bottom: 1px solid #2d343d;
}
.main-content {
	overflow: inherit;
}
.team-section .team-intro .button:before, .button:before {
    border: 2px solid #cfb789;
}

.intro-cta {
	background-image: none !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #cfb789;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #cfb789 !important;
}
.copy-section a {
    color: #927f5b;
	font-weight: bold;
}
.copy-section {
    border-top: 2px solid #cfb789;
}

/*
==============================================
Home Page
==============================================
*/
.logo-content .ftr-group-name {
	color: #333;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.logo-content a {
    width: 50%;
}
.intro-section {
	display: none;
}

/*
SCROLLER
==============================================
*/
.scroller-wrapper div:before {
    background-color: #4d4d4f !important;
    content: "CONTINUE";
}
.scroller-wrapper div:after {
    background-color: #4d4d4f !important;
    color: #cfb789;
}

/*
Header
==============================================
*/
.header-main {
	background: #003e51 !important;
}
.header-main .ftr-logo-wrapper .ftr-group-name {
	color: #ffffff !important;
}
.header-main .ftr-logo-divider:after {
	background: #ffffff;
}
/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 40px;
}
.interior .logo-btn-section .logo-content .ftr-logo-wrapper {
    padding: 19px 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
    position: relative !important;
    right: inherit;
    display: inline-block !important;
    top: inherit;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link a i {
  width: 1px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
	text-align: center;;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
	top: inherit !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
    background: transparent !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 13px 15px;
}
.primary-nav a:hover, .primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #cfb789;
}

.logo-btn-section .logo-content .ftr-logo-wrapper {
    padding: 19px 0;
    min-height: inherit;
}

.logo-btn-section .button-content .btn-top {
	color: #000;
	background: #cfb789;
    border: 2px solid #cfb789;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo-btn-section .button-content .btn-top:hover {
    color: #000 !important;
    background: none;
}
/*.logo-btn-section{margin-top: 100px;}*/
.logo-pattern-section {
	display: none;
	background: #003e51;
	border-bottom: 2px solid #cfb789;
}
#holder	{
    border: 2px solid #cfb789;
}

#date {
	background:#cfb789;
}
.interior .logo-btn-section .button-content {
    position: relative;
    top: 15px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
    background: rgba(0, 0, 0, 0.5);
}
.button-content {
	display: none !important;
}
/* .logo-btn-section .logo-content .ftr-logo-wrapper {
	min-height: 150px;
} */
/*
Billboard - Home
==============================================
*/
.billboard-section, .intro-section {
    border-bottom: 2px solid #cfb789;
}
.intro-section {
	min-height: 980px;
}
/*
Home Intro Section
==============================================
*/
.intro-section .intro-copy {
    font-family: 'Roboto', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}
.intro-section .intro-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 205px;
}
.services-headline {
	font-size: 30px;
	text-align: center;
    margin: 0px 0px 80px;
    color: #4d4d4f;

}
.billboard-services-section {
	display: none;
}
/*
Team Section
==============================================
*/
.team-section {
	display: none;
}
.billboard-services-section {
	border-top: none;
}
.team-int-section .yearbook-three .yearbook-hr {
    border-top: 3px solid #cfb789;
    border-bottom: 1px solid #cfb789;
}
.team-int-section .yearbook-container .yearbook-links .fa {
    color: #cfb789;
}
.team-int-section .yearbook-first-name, .team-int-section .yearbook-last-name, .team-int-section .yearbook-designation {
    font-family: 'Roboto', sans-serif;
}
.team-int-section .yearbook-three.yearbook-container {
    padding: 60px 85px 100px;
}
.team-int-section .team-int-content:after {
	display: none;
}
/*
Niche Section
==============================================
*/
.niche-section {
	display: none;
}
.interior .media-section {
	display: none;
}
/*
Callouts Section
==============================================
*/
.callouts-section {
    border-top: 4px solid #cfb789;
}
.callouts-section .content-disclosure-wrapper {
    text-align: center;
}
.callouts-section .callout-heading-wrapper h3:before {
	content:"";
	width: 24px;
	height: 24px;
	border: 3px solid #cfb789;
	display:block;
	border-radius: 50%;
    margin-bottom: 8px;
    background: linear-gradient(to bottom, transparent 50%, #cfb789 50%);
    background-size: 100% 200%;
    background-position:top right;

}
.callouts-section .callout-cta {
	color: #000;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callouts-section .callout-cta .callouts-section .mc-container a:hover .callout-cta {
	background: #cfb789;
	color: #000;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta:before {
    border: 2px solid #cfb789 !important;
}
.callouts-section .callout-heading-wrapper h3 {
    font-family: 'Roboto', sans-serif;
	    font-size: 28px !important;
    line-height: 36px !important;
	    font-weight: 300!important;
}
.ftr-cta-wrapper h4 {

	font-weight: 400!important;}
/*
Quote Section
==============================================
*/
.quote-section {
	display: none;
}

/*
Services Section
==============================================
*/
.billboard-services-section .billboard-content-wrapper {
    font-family: 'Roboto', sans-serif;
}

/*
Interior Page
==============================================
*/
.media-section {
    border-top: 4px solid #cfb789;
	background-position: center;
}
.media-section .mc-container .slick-next:before, .media-section .mc-container .slick-prev:before {
    color: #cfb789;
}
.media-section .mc-content-wrapper .mc-copy-wrapper:before {
    border-top: 3px solid #cfb789;
    border-bottom: 1px solid #cfb789;
}
.media-section .mc-cta:before {
    border: 2px solid #cfb789;
}
.media-section .mc-cta {
	background: #cfb789;
	color: #333;
}
.mc-container a:hover .mc-cta:before {
    border: 2px solid #cfb789 !important;
}
.media-section {
	background-image: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/b/o/boriskaplan-newest/images/billboards/billboard-autumn-forest-in-mist.jpg) !important;
}
.media-section .mc-heading {
    font-family: 'Roboto', sans-serif;
}
.billboard-section .billboard-container h1 {
    font-family: 'Roboto', sans-serif;
}
.body-about-us .copy-section {
	display: none;
}
.team-int-section {
    border-top: 4px solid #cfb789;
}
.body-about-us .yearbook-headshot-wrapper, .body-about-us .team-int-intro {
	display: none;
}

/*
Related Resources Section
==============================================
*/


/*
Team Page
==============================================
*/
.team-int-section .team-int-image {
	display: none;
}

/*
Bio Detail Page
==============================================
*/
.bio-team-section {
	display:  none;
}
.bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial, .bio-detail-designation, .bio-detail-preferred-name {
    font-family: 'Roboto', sans-serif;
}
.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: #cfb789 !important;
}
.bio-detail-quote:before {
    color: #cfb789;
	display:  none;
}
.bio-detail-quote {
    font-family: 'Roboto', sans-serif;
	font-size: 26px;
}
.bio-detail-links-wrapper .fa:hover {
    color: #cfb789;
}
.body-blog .masonry-category-container {
	display: none;
}
.blog-head-date {
font-weight: 600;
    margin: 0px 0 12px;
} 
.archive-btn {
	background: #c8af7a;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4f;
    padding: 4px 57px;
    position: relative;
    border: transparent;
}
.archive-btn:before {
    border: 2px solid #c8af7a;
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.archive-btn:hover {
    background: none;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 4px 57px;
    position: relative;
    border: transparent;
}
.resource-details .rich-text-container {
	text-align: center;
}
.archive-btn:hover a {
	color: #ffffff;
}
.masonry-load-more-container {
	display:  none;
}
/*
Footer Section
==============================================
*/
.footer-section .footer-cta h4 {
	display: none;
}
.footer-section {
    border-top: 4px solid #cfb789;
	padding: 26px 0 27px;
}
.footer-section .footer-social {
	display: none;
}
.footer-section .footer-cta {
    /* border: 4px solid #cfb789; */
		border: transparent;
}
.ftr-cta-wrapper {
    margin: 45px 0 0;
}
.ftr-logo-wrapper .ftr-group-name {
	color: #333;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
    color: #807053;
}
.footer-section .footer-cta h4 {
    font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size: 45px;
	padding: 0px;
}
.footer-section .ftr-cta:hover .button {
    color: #000;
    background: none;
}
.footer-section .ftr-nap {
    font-family: 'Roboto', sans-serif;
}
.resource-section .resource-content:after {
	display: none;
}
/*
Accordions
==============================================
*/
.accord a.accord-cta {
    background: #2a81a7;
	color: #fff;
}
.accord a.accord-cta:hover {
    background: #2a81a7;
}
.accord a.accord-cta:before {
    border: 2px solid #2a81a7;
}
.fa-chevron-down:before {
    color:#2a81a7;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
    padding: 0px !important;
    display: inherit;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
    display: inherit;
}

.accord .accord-link {
    font-family: 'Roboto', sans-serif;
    color: #003e51;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.accord .accord-link, .accord .accord-inner-link {
	border-bottom: 2px solid #cfb789;
}
.accord li:first-child {
	margin-top: 50px;
}
.accord li:first-child .accord-link {
	border-top: 2px solid #cfb789;
}
.accord li:last-child .accord-link {
	border-bottom: 2px solid #cfb789;
}
.accord li:last-child {
	margin-bottom: 100px;
}

/*
FlexTabs
==============================================
*/
.copy-section a:hover {
    color: #333;
}
.flextab-triggers a {
    font-weight: 500;
}
.flextab-triggers .set {
    color: #000 !important;
    background: #c8af7a;
}


/*
Contact
==============================================
*/

.contact-form .form-inline .captcha .btn-contact {
    background: #c8af7a;
	color: #000;
}
.contact-form .form-inline .captcha .btn-contact:before {
    border: 2px solid #c8af7a;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    background: none;
    color: #4d4d4f;
}
/*
Map and Directions
==============================================
*/
.directions-search .submit-search {
    background: #c8af7a;
	color: #000;
}
.directions-search .submit-search:before {
    border: 2px solid #c8af7a;
}
.directions-search .submit-search:hover {
    background: none;
	color: #000;
}
/*
Resources
==============================================
*/
.masonry-date {
	display: none;
}
.resource-section {
    border-top: 4px solid #c8af7a;
}
.body-blog .resource-section .resource-details {
    padding: 0px;
}
.masonry-title {
    font-family: 'Roboto', sans-serif;
	    font-size: 22px !important;
    line-height: 27px!important;
}
.masonry-title:after {
    border-top: 3px solid #c8af7a;
    border-bottom: 1px solid #c8af7a;
}
.masonry-cta-text .masonry-cta {
	border: 2.5px solid #c8af7a;
}
.masonry-link:hover .masonry-cta {
	background: #c8af7a;
	border: 2.5px solid #c8af7a;
	color: #000;
}
.masonry-cta-text .masonry-cta:before {
    border: 2px solid #c8af7a;
}
.masonry-link:hover .masonry-cta:before {
    border: 2px solid #c8af7a;
}
.masonry-load-more, .masonry-tertiary-load-more {
    background: #c8af7a;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
	background: none;
}
.masonry-load-more:before, .masonry-tertiary-load-more:before {
    border: 2px solid #c8af7a;
}
.resource-detail-info-wrapper a:hover {
    color: #c8af7a !important;
}
.social-media-share-wrapper span {
    background-color: #c8af7a;
    padding: 13px;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #c8af7a;
}
.fa-share-alt {
    color: #c8af7a !important;
}
.body-resource-detail h3 {
    font-family: 'Roboto', sans-serif;
}
.resource-detail-copy-wrapper a {
    color: #c8af7a;
    font-weight: bold;
}
.body-quotable .copy-section {
	padding: 75px 0 150px;
}
.body-quotable .copy-section h3 {
	text-align: center;
}
.body-about-ab .copy-section {
	padding: 75px 0 150px;
}
.body-clients .copy-section {
	padding: 75px 0 150px;
}
#more {display: none;}
	#more2 {display: none;}
  .morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.button {

	font-family: 'Roboto', sans-serif;}
.media-section .mc-cta{

	font-family: 'Roboto', sans-serif;}
.mc-heading{

	font-family: 'Roboto', sans-serif;}
.media-section .mc-category, .media-section .mc-date{

	font-family: 'Roboto', sans-serif;}
.callouts-section .callout-cta{

	font-family: 'Roboto', sans-serif;}
.logo-btn-section .button-content .btn-top{

	font-family: 'Roboto', sans-serif;}
.rich-text-container{

	font-family: 'Roboto', sans-serif;}
.team-int-section .yearbook-three .yearbook-title{

	font-family: 'Roboto', sans-serif;}






  .read-more-state {
  display: none;
	  font-weight:300;
}
.read-more-state p {
  font-weight:200!important;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
		display: block;
	font-weight:300;
}
.read-more-target p {

	font-weight:normal!important;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
display: inline;
	font-weight:300;

}

.read-more-state ~ .read-more-trigger:before {
  content: '...click to read more';
	color:#cfb789;
	font-weight:300;
	padding-bottom: 10px;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '...read less';
	color:#cfb789;
	font-weight:300;
	padding-bottom: 10px;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 20px 0;
	font-weight:300;


}


.footer-section .ftr-nap {
    font-family: 'Roboto', serif;
    font-weight: 300;
}

.billboard-section .billboard-container h1 {
    font-family: 'Roboto', serif;
    font-weight: 300;
	padding: 0 75px;
}
.billboard-section .billboard-container .head-2 {
    font-size: 30px;
	margin-top: 20px;
}

/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
	.primary-nav a, .investor-access-remember-me-label {
		font-size: 15px;
	}


	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link a i {
    width: 1px;
    left: 15px;
}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
		right: 20px;
	}
	.callouts-section .callout-heading-wrapper h3 {
		font-family: 'Roboto', sans-serif;
		font-size: 31px !important;
	}

}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.callouts-section .callout-cta:before {
		border: 2px solid #c8af7a !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
    padding: 11px 0px 11px 30px;
	}
	.callouts-section .callout-cta {
		background: #c8af7a;
	}
	.billboard-background-video {
		min-height: 500px;
	}
	.intro-section {
		min-height: 750px;
	}
	.intro-section .intro-headline {
		font-family: 'Roboto', sans-serif;
		font-size: 165px;
	}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.logo-content a {
		width: 70%;
	}
	.logo-sticky-v2 {
	margin-top: inherit;
}
	.scroller-mobile-wrapper div {
		background-color: rgba(207, 183, 137, 0.5) !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link {
		right: 0px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	    background: #cfb789;
	}
	.billboard-background-video {
		min-height: 430px;
	}
	.intro-section .intro-headline {
		font-family: 'Roboto', sans-serif;
		font-size: 125px;
	}
	.nav-address-overall-wrapper {
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		display: block;
		color: #333;
	}
	.address-1 {
		display: block;
	}
	.address-group-name-1 {
		display: none;
	}
	.primary-nav a:hover, .primary-nav .nav-subnav a.active, .primary-nav a.active {
		color: #333;
	}
	.services-headline {
		margin: 0;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
		background: inherit;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.logo-content a {
    width: 100%;
}
.billboard-background-video {
		min-height: 230px;
	}
	.intro-section .intro-headline {
		font-family: 'Roboto', sans-serif;
		font-size: 51px;
		left: 0px;
		top: -140px;
	}
	.intro-section .intro-copy {
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		margin: 50px 0px 0px;
	}
	.intro-section {
		min-height: 550px;
		padding: 50px 0px 0px !important;
	}
	.billboard-container h1 {
		padding: 0 0px !important;
	}
	.interior .billboard-section .billboard-container {
		height: 500px;
	}
	.slick-prev, .slick-next {
		height: auto !important;
	}
}

/* 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) {
	.logo-content a {
    width: 100%;
}
.callouts-section {
	    padding: 20px 0 20px;
	}
	.niche-section .mc-container .slick-next:hover:before, .niche-section .mc-container .slick-prev:hover:before, .niche-section .mc-container .slick-next:active:before, .niche-section .mc-container .slick-prev:active:before  {
		color: #4d4d4f !important;
	}
}

/* IE only */
@media screen\0 {
	.services-headline {
		width: 110%;
	}
	.interior .logo-btn-section .button-content {
		position: relative;
		top: -20px;
	}

}
