/* /RJ/Advisor Sites/Global/Global CSS/Model 4/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-4/base.css');
 
/**/
@import url('resources.css');
@import url('modules.css');

 
/*==============================================  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:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:
 
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
 
 
========================================================================================================================
*/
 
 
a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a, .accordion-panel a,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: #132d52;
}
a:hover, .resource-detail-copy-wrapper a:hover, .blog-detail-copy-wrapper a:hover, .accordion-panel a:hover,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: #0C0C0D;
}
 
/* Removes the model stripe pattern */
body, .grid-home, .grid-about-us, .grid-interior, .grid-bio-page, .grid-resources,  .grid-about-rj, .grid-blog {
  background-image: url("https://www.raymondjames.com/-/media/8e389f9c716b487da7f4ec7d2eab08f4.ashx") !important;
  background: #fff;
}

.related-resources-main{
  background: #fff;
}
 
/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
 
 -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;
   color: #fff;
   background: #132d52;
  border: 1px solid #132d52;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
 color: #fff;
    background: #0C0C0D;
    border: 1px solid #132d52;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after{
  color: #808199;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #132d52;
}
 
/*
==============================================
Header Section
==============================================
*/
.header-cta .ftr-cta, .social-icons .social-container a, .social-icons .social-container .fa {
  color: #132d52 !important;
}
.header-main {
  background: #dce3eb !important;
  background-image: none;
}
.social-contact .ftr-nap a, .social-contact .ftr-nap-wrapper .ftr-nap li {
  color: #132d52 !important;
}
.header-cta .ftr-cta:hover, .social-icons .social-container .fa:hover {
    color: #0C0C0D !important;
}
.social-contact .ftr-nap a:hover {
    color: #0C0C0D !important;
}
 
/*
==============================================
Navigation Section
==============================================
*/
 
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #dce3eb !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #fff !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #132d52 !important;
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: #333 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #dce3eb !important;
}
/* Main Navigation Background */
.primary-nav {
  background: #132d52;
}
 
/*
 
Mouse Scroller
==============================================
 
red = #
blue = #
 
==============================================
*/
 
 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgba(220, 227, 235, 0.85) !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    animation: none !important;
    background: none !important;
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '' !important;
    height: 18px !important;
    width: 18px !important;
    animation-name: none !important;
    display: block !important;
    border-radius: 0 !important;
    border: 2px solid #132d52;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: rgba(220, 227, 235, 0) !important;
    margin-left: -10px !important;
}
.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;
    top: 20px !important;
}


/*
==============================================
Billboard Section
==============================================
*/
 .logo-content{
  border-bottom: 4px solid #8c88a3;
 }
 
/*
==============================================
Intro Section
==============================================
*/
/* Headlines and headers */
.main-content-int-blog h1 .head-2, .intro-content h1 .head-2, .intro-content h1, .int-team .yearbook-last-name, .yearbook-first-name, .bio-detail-first-name, .bio-detail-middle-initial, .bio-detail-last-name, .bio-detail-preferred-name, .intro-content h2, .intro-content h3, .intro-content h4, .intro-content h5, .related-resources-content h4, .related-resources-content .mc-heading, .intro-content blockquote, q, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper, .main-module-content h1, .masterprime .copy-section h1, .masterprime h1 .head-2, .niche-content .mc-heading, .intro-content h1 .head-1 {
  /* color: #225d38; */
  color: #132d52;
}
/*
==============================================
Niches Section
==============================================
*/
.niche-content .mc-container{
    border-top: 6px solid #8c88a3;
    border-bottom: 6px solid #8c88a3;
 }
.niche-content .mc-cta{
  color: #132d52 !important;
  border: 1px solid #dce3eb !important;
}
.niche-content .mc-cta:hover{
  color: #132d52;
  border: 1px solid #8c88a3;
}
.niche-content .mc-container .slick-prev:before, .niche-content .mc-container .slick-next:before{
  color: #808199;
}


/*
==============================================
Services Slider Section
==============================================
*/
.slider-content{
  background-image: none !important;
  background-color:#132d52;
} 
.slider-section .content-slider-heading{
 line-height:32px;	
}
.slider-section .content-slider-cta{
border: 1px solid #8c88a3;
color: #dce3eb;
}
.slider-section .slick-dots li button:before {
    color: #808199;
    opacity: 1;
} 

/*
 
Media Carousel Dots to Outlines
==============================================
 
red = #
 
==============================================
*/
 
.slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #fff;
}
.slick-dots li button:before {
    color: #fff;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.slick-dots li button {
    border: none;
    background: transparent;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    font-size: 0;
    color: transparent;
    padding: 4px;
    cursor: pointer;
    /* border-radius: 50%; */
}
.slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    font-size: 10px;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #fff;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}



/*
==============================================
Team Section
==============================================
*/
.team-headline{
  background-color: rgba(140, 136, 163, 0.26);
}
.team-section .team-headline h2 {
  color: #132d52;
}
.int-team .yearbook-three .yearbook-links .fa {
  color: #132d52;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #0C0C0D;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper{
  border-right: 6px solid #8c88a3;
} 
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
  background-color: rgba(88, 88, 90, 0.92) !important;
}
.team-slider .yearbook-container .yearbook-cta, .team-slider .yearbook-container .yearbook-cta:hover {
  background: #132d52;
  border: 1px solid #132d52;
  color: #fff;
}
/*.team-slider .yearbook-container .yearbook-cta:hover {
  border: 1px solid #808199;
  color: #dce3eb;
  background: #808199;
}*/
.team-slider .slick-slider{
  margin-bottom:0px;
  border-bottom: 30px solid rgba(140, 136, 163, 0.26);
}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after{
  background: #132d52;	
}
.bio-detail-links-wrapper a{
 background: #132d52 !important;		
}
.bio-detail-links-wrapper .fa:hover {
    color: #dce3eb;
}

/*
 
Next/Previous arrows and background variables
==============================================
 
blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #
 
==============================================
*/   /* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: #132d52 !important;
  webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: #0C0C0D !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #fff !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #dce3eb !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: #132d52 !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #0C0C0D!important;
}



/*
==============================================
Quote Section
==============================================
*/
.quote-content{
  padding: 63px 90px 50px;
  margin-top: auto;
}
.quote-content .quote-wrapper{
  max-width:100%;
}
.quote-section .quote-content{
 background-image: none !important;
 background-color: #fff;
}
.quote-content .quote:before{
 content: "";
    background: url(https://www.raymondjames.com/-/media/a36fc387854541c8a8614de9c0953336.ashx);
    width: 115px;
    height: 47px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.quote-content .quote{
  color: #132d52;
}
.quote-content .quote-cite{
  color: #58585a;
}

/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: #132d52 !important;
}
 
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: #8c88a3 !important;
}
 
 
/*
==============================================
Footer Billboard Section
==============================================
*/
 .footer-image-content .billboard-container{
  border-top: 7px solid #8c88a3;
  border-bottom: 7px solid #132d52;
 }
/*
==============================================
Footer Section
==============================================
*/
.footer-section{
  background: #fff;
}
 .footer-cta-contact-section{
  box-shadow: none !important;
 }
.footer-contact-content .social-container .fa{
  color:#374356;
} 
.footer-contact-content .social-container .fa:hover, .ftr-nap a:hover {
    color: #0C0C0D;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after, .footer-contact-content .ftr-nap .ftr-nap-phone:after{
	color: #808199;
}
.footer-cta-section .ftr-cta{
  color: #132d52;
  border: 1px solid #dce3eb;
}
.footer-cta-section .ftr-cta:hover{
  border: 1px solid #132d52;
  background-color: #132d52;
  color: #fff;	
}
/*
==============================================
Interior
==============================================
*/
 
.interior .quote-content {
    border-top: 3px solid #132d52;
}

.interior .quote-section .quote-content{
 background-color: #dce3eb;
}

.body-ourprocess .billboard-section, .body-ourdifference .billboard-section {
 display: none;
}


/*
 
Styles Page Section
==============================================
red = #132d52
blue = #8c88a3
aqua = #dce3eb
lime = #8c88a3
fuchsia = #58585a
orange = #132d52
==============================================
*/
 
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: #132d52;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa, .flextabs-wrapper a:hover {
  color: #8c88a3 !important;
}
.accord a.accord-cta{
  color: #132d52;
  border: 1px solid #132d52;
}
.accord a.accord-cta:hover {
    color: #808199;
    background: none;
    border: 1px solid #132d52;
}
.flextab-triggers a {
  background: #dce3eb;
  color: #132d52 !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #132d52 !important;
  color: #dce3eb !important;
}
blockquote:before, q:before {
  background: #132d52;
}
blockquote, q {
  color: #58585a !important;
  border-color: #dce3eb !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: #8c88a3;
}
.related-resources-content .slick-slide {
    border-color: #8c88a3;
}

/*
==============================================
Responsive Media Queries
==============================================
*/
 
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
 
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
 
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
 .team-slider .yearbook-one .yearbook-first-last-title{
  background: rgba(19, 45, 82, 0.92);
 }
}
 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
 
}
 
 
/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {  
 
/* Hamburger Menu Icon */
.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: #132d52;
}
 
 
/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: #fff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
 .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile{
  color: #dce3eb;
 }
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a{
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.fa-angle-down:before {
    color: #dce3eb;
}

.team-slider .slick-dots {
   display: block !important;
   bottom: -20px;
}
.team-slider .slick-dots li button:before{
	border: 2px solid #132d52;

}
.team-slider .slick-dots li.slick-active button:before{
	background: #132d52;
}
}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
 
}
 
 
 
/* 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 {
 
}