/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* @import url('resources.css'); */
@import url('https://www.raymondjames.com/-/media/34d01108a19a419eb2f4ff71406a8082.ashx');
 
/*
@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: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
  
  
========================================================================================================================
*/
 
  
 
 
:root {
  
--light: #D9AF6F;             
--light-color-1:#5b96c9;
--medium: #966c1d;
--medium-color-1: #666670;
--dark: #002949;
--dark-color-1: #7D5821;
--dark-color-2: #051929;
--gray-light: #f5f7f9;
--gray-medium: #353d48;
--gray-dark: #242424;
--black: #000000;
--white: #ffffff;
--rgb-color-1: 15,22,38;
--rgb-color-2: 19,24,34;
--rgb-color-3: 201,165,96;
--rgb-color-4: 255,255,255;
--rgb-opacity-1: 0.9;
--rgb-opacity-2: 0.85;
--rgb-opacity-3: 0.1;
--rgb-opacity-4: 0.93;
 
--font-1: 'Abel', sans-serif;
--font-2: 'Baskervville', serif;
--font-3: 'Open Sans', sans-serif;
  
}
 
 
/*
==============================================
Masonry Grid Styles
==============================================
*/
.resource-section {
  background: transparent !important;
}


.masonry-grid-3 .masonry-title {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-date {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-paragraph {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-category {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-cta {
  font-weight: 600 !important;
}
 
body {
  background: url(https://www.raymondjames.com/-/media/b39ffbeb35314e1bb17a3a5f80dfa61a.ashx) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
  
.masterprime .related-resources-main {
background: var(--white);
}
  
/* Buttons */
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more, .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"] {
    background: var(--medium) !important;
    color: var(--white);
    border-color: var(--medium);
    padding: 5px 19px;
    min-width: auto;
    font-weight: 600;
    font-family: var(--font-2);
 -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;
}
.masonry-load-more {
  background: transparent !important;
  border-color: var(--dark);  
  color: var(--dark);
}
/* Buttons Hover */
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more: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 {
  background: var(--dark) !important;
  color: var(--white);
  border-color: var(--dark);
}
 
.bio-detail-container:before, .bio-detail-container:before, .resource-section:before, .blog-section:before, .interior .quote-content:before, .copy-section:before, .niche-section .niche-content:before, .bar1-animate:before, .bar2-animate:before, .bar3-animate:before, .bar4-animate:before, .bar5-animate:before, .bar6-animate:before, .bar7-animate:before, .bar8-animate:before, .bar9-animate:before, .bar10-animate:before, .bar11-animate:before, .bar12-animate:before {
  background-color: var(--light);
  display: none;
}
  
a, .resource-detail-copy-wrapper a {
  color: var(--dark);
}
a:hover, a:focus {
  color: var(--dark);
}
 
/*
==============================================
Header Section
==============================================
*/
.social-container .fa:hover {
    color: var(--white);
    background: var(--dark);
}
.social-container .fa {
    color: var(--dark);
    height: 50px;
    width: 50px;
    line-height: 47px;
    text-align: center;    
}
.interior .social-container .fa:hover {
  color: var(--light-color-1);
}
.interior .social-container .fa {
  color: var(--white);  
}
.header-content .ftr-group-name {
  color: var(--light-color-1);
}
.header-section .ftr-logo-divider, .header-section .ftr-group-name {
    display: none;
}
.footer-section .ftr-logo, .footer-section .ftr-logo-divider {
    display: none;
} 
 
/*
==============================================
Logo to text Footer Section and logo only in Header
==============================================
*/
 
/* Hide logo in footer and show logo text to use uncomment me
.header-section .ftr-logo-divider, .header-section .ftr-group-name {
    display: none;
}
.footer-section .ftr-logo, .footer-section .ftr-logo-divider {
    display: none;
}
*/
 
 
/*
==============================================
Navigation Section
==============================================
*/

.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark);
}  

/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white) !important;
  font-weight: 500;  
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--light) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--white) !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: var(--light) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav,
.primary-nav .nav-subnav-second, .primary-nav .nav-subnav-third,
.primary-nav .nav-subnav- {
  background-color: var(--dark-color-2) !important;
}
.interior .header-main, .interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background-color: var(--dark) !important;
 
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
   
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper i {
  color: var(--white);
}
.investor-access-id-icon, .investor-access-password-icon {
  color: var(--medium);
   
}
.investor-access-input-wrapper input {
  color: var(--black);
}
.investor-access-login-button:hover {
  background: transparent;
  border: 1px solid  var(--medium);
}
.body-home .billboard-section .billboard-content-wrapper:after {
  background-color: transparent !important;
}
.body-home .billboard-content:before {
  background-color: rgba(var(--rgb-color-2),var(--rgb-opacity-2)) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li > .nav-subnav-second {
  min-width: 240px;
  width: 240px;
} 
/*
==============================================
Hamburger Menu Styles
==============================================
*/
 
/* 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:var(--light-color-1);
}
  
  
/* 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: var(--white);
}
 
/* Hamburger Menu Icon Background for ADA*/
.nav-trigger:after {
  left: -2px;
  top: -15px;
  right: -25px;
  bottom: -17px;
  background:var(--dark);
  z-index: -1;
}
.nav-opened.nav-trigger:after {
  background: none;
}
.nav-sticky {
  background: rgba(var(--rgb-color-1),var(--rgb-opacity-1)) !important;
}
 
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  border-color: rgba(var(--rgb-color-1),var(--rgb-opacity-1)) !important;
  font-family: var(--font-2);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
  font-family: var(--font-2);
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home .billboard-section .billboard-container {
    min-height: 850px;
    max-height: 850px;
}
.billboard-container.billboard-full-height .billboard-content-wrapper {
    min-height: 850px;
}
.billboard-heading {
    top: 150px;
    padding: 0 20px;
}
.billboard-heading h1:before {
  border-top: solid 2px var(--light);
  display: none;
}
.billboard-heading h1 .head-1 {
  color: var(--dark);
  font-family: var(--font-2);
  font-size: 50px;
  line-height: 59px;  
  border-bottom: solid 2px var(--dark); 
  margin: 0 0 30px; 
}
.billboard-heading h1 .head-2 {
  color: var(--light);
  font-family: var(--font-2);
}
.billboard-container p {
    color: var(--black);
    font-size: 24px;
    line-height: 35px;    
}
.billboard-heading-wrapper {
  padding: 0px 100px;
} 
/*
==============================================
Mouse Scroller Model 2
==============================================
*/
  
.scroller, .scroller-mobile {
  background-image: none !important;
  background:  rgba(255, 255, 255, 0) !important  ;
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background: none;
    border-radius: 50%;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid var(--light);
    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: 32px;
    left: 16px;
}
.scroller:after, .scroller-mobile:after  {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid var(--light);
    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, .scroller-mobile:before   {
     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;
}
.scroller-mobile:before {
  bottom: 22px;
}
 
 
/*
==============================================
Intro Section
==============================================
*/
 
.intro-section {
  background: var(--white);
  border-bottom: solid 4px var(--light);
  display: none;
}
.intro-section .intro-text {
  color: var(--gray-dark);
  font-family: var(--font-1);
}
 
/*
==============================================
Niches Section
==============================================
*/
/*
==============================================
Team Section
==============================================
*/
 
.yearbook-three .yearbook-hr {
  background-color: var(--white);
}
.team-section {
  background: var(--dark);
  border-bottom: none;
}
.team-section .team-copy h2 .head-1 {
    color: var(--white);
    font-family: var(--font-3);
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    text-transform: uppercase;
}
.team-section .team-copy h2 .head-2 {
  color: var(--white);
  font-family: var(--font-2);
}
.team-section .team-copy h2 {
  border-bottom: 1px solid var(--white);
  padding: 0 0 10px;
}

.team-section .team-copy p {
  color: var(--white);
  font-family: var(--font-3);
  animation: none;
}
.team-section .team-slider .yearbook-three .yearbook-headshot-wrapper {
  max-width: 300px !important;
}
.team-section .yearbook-three .yearbook-name-wrapper .yearbook-first-name,  .yearbook-three .yearbook-name-wrapper .yearbook-last-name, .team-section .yearbook-three .yearbook-name-wrapper .yearbook-designation {
  color: var(--white) !important;
  font-family: var(--font-2);
}
.team-section .team-slider .yearbook-three .yearbook-headshot {
    max-width: none;
    border: 1px solid var(--white);
}
.yearbook-title {
  color: var(--white);
}

.team-section .team-slider .yearbook-container .slick-next, .team-section .team-slider .yearbook-container .slick-prev {
  border-color: var(--white);
}
.team-section .team-slider .yearbook-container .slick-next:hover, .team-section .team-slider .yearbook-container .slick-prev:hover {
  border-color: var(--light);
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa {
  color:var(--dark);
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa:hover {
  color: var(--gray-dark);
}
.yearbook-three .yearbook-slide {
  width: 350px;
}
.yearbook-slide:before {
  background-color: var(--dark);
  color: var(--white);
  top: -30px;
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;  
}
.yearbook-three .yearbook-headshot-wrapper {
  max-width: 350px !important;
}
.yearbook-slide:hover {
  background: rgba(var(--rgb-color-3),var(--rgb-opacity-3));
}
.team-section .team-copy .difference-cta {
  font-family: var(--font-2);
  color: var(--white);
  letter-spacing: 0;
  border: 1px solid var(--white);  
  font-size: 16px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;  
} 
.team-section .team-copy .difference-cta:hover {
  letter-spacing: 0;
  background: var(--white);
  color: var(--dark);
}
.team-section .team-copy .difference-cta:after {
  display: none;
}
 
/*
==============================================
Bio Page Section
==============================================
*/
 
.bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: var(--dark) !important;
  font-family: var(--font-2);
}
.bio-detail-title-wrapper, .bio-detail-title {
  color: var(--dark);
}
.bio-content-social:before {
  background-color: var(--dark);
 }
.bio-detail-links-wrapper .fa {
  color:var(--dark);
}
.bio-detail-links-wrapper .fa:hover {
  color: var(--medium);
}
.bio-detail-quote:before {
  color: var(--light);
}
.bio-detail-quote {
  color: var(--gray-dark);
}
.bio-detail-copy-wrapper p, .bio-detail-copy-wrapper {
  color: var(--gray-dark);
}
.bio-detail-copy-wrapper h2,
.bio-detail-copy-wrapper h3,
.bio-detail-copy-wrapper h4,
.bio-detail-copy-wrapper h5 {
  color: var(--gray-dark);
}
.body-about-us .yearbook-three .yearbook-headshot {
  border: 1px solid var(--dark);
}
.body-about-us .yearbook-first-name, .body-about-us .yearbook-last-name, .body-about-us .yearbook-designation {
  font-family: var(--font-2);
  color: var(--dark) !important;
}
.body-about-us .yearbook-three .yearbook-title {
  color: var(--black);
}
.body-about-us .yearbook-three .yearbook-hr {
  background-color: var(--dark);
}
.bio-detail-headshot {
  border: 1px solid var(--dark);
}
.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper {
  z-index: 5 !important;
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: url(https://www.raymondjames.com/-/media/fa74f90d1ce34850af6675b89b43c20b.ashx) no-repeat;
  background-size: cover;
  border-bottom: none;
  display: table;
  width: 100%;  
}
.callouts-section .callouts-container {
  padding: 30px 0px 80px;
}
.callouts-section h1.callout-section-headline {
  font-size: 40px;
  line-height: 45px;
  color: var(--dark);
  font-family: var(--font-2);
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0 0;
}
.callouts-section .callouts-container .callout-item:hover .callout-image-wrapper:before, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-image-wrapper:before {
  background: var(--light);
  display: none;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--white);
    background: var(--dark) !important;
    padding: 5px 20px;    
    border: 1px solid var(--dark) !important;    
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
    color: var(--gray-dark);
    font-family: var(--font-3);
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid var(--dark);
    margin: 10px 20px 10px 0;
    padding: 0 0 10px;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
    font-size: 30px;
    line-height: 26px;
    color: var(--dark);
    font-family: var(--font-2);
    padding-top: 5px;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    color: var(--dark);
    font-family: var(--font-2);
    border: 1px solid var(--dark) !important;
    padding: 5px 20px !important;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: var(--gray-dark);
  font-family: var(--font-3);
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button:after, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:after {
    display: none;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta-wrapper {
    top: -15px;
}
.callouts-container .callout-item .callout-image-wrapper .callout-image, .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -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;  
}
.callouts-container .callout-item:hover .callout-image-wrapper .callout-image, .callouts-mobile-slider .callout-item:hover .callout-image-wrapper .callout-image {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.callouts-container .callout-item .callout-image-wrapper, .callouts-mobile-slider .callout-item .callout-image-wrapper {
  border: 1px solid var(--dark);
}
/*
==============================================
Form Section
==============================================
*/
.form-section {
  background: var(--dark);
}
.form-section .form-content {
  padding: 80px 0;

}
.form-section .form-content .form-copy {
  padding: 0 100px 50px 0;
  color: var(--white);  
  font-size: 18px;
  line-height: 25px;    
}
.form-section .form-copy h1 {
  border-bottom: 1px solid var(--white);
  padding: 0 0 10px;
  margin: 0 0 10px;  
}
.form-section .form-copy h1 .head-1 {
  color: var(--white);
  font-family: var(--font-3);
  font-size: 20px;  
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}
.form-section .form-copy h1 .head-2 {
  color: var(--white);
  font-family: var(--font-2);
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.form-section .form-content a {
  color: var(--light-color-1);
}
.form-section .form-content a:hover {
  color: var(--white);
}
.form-section .form-content .form-main p, .form-section .form-content .form-main .simple-form label {
 color: var(--white);
}
.form-section .form-content .form-main .simple-form .field-validation-error {
  color: var(--light-color-1);
  padding: 10px 0;
}
.form-section .simple-form input[type="submit"] {
  background: transparent !important;
  color: var(--white);
  border-color: var(--white);  
  font-family: var(--font-2);
  text-transform: uppercase;
}
.form-section .simple-form input[type="submit"]:hover {
  background: var(--white) !important;
  color: var(--dark);
  border-color: var(--white);  
}

/*
==============================================
Quote Section
==============================================
*/
.new-home .quote-section {
  background: var(--dark);
}
.new-home .quote, .new-home .quote-wrapper:before  {
  color: var(--white);
  font-family: var(--font-2);
  font-variant: small-caps;
}
.new-home .quote-section .quote-cite {
  color: var(--white);
  font-family: var(--font-3);
}
.new-home .quote-wrapper:before {
    color: var(--white);
}
/*
==============================================
Interior Quote Section
==============================================
*/
 
.interior .quote-section {
  border-color: var(--dark);
  background-color: var(--dark);
  background-image: none;
  min-height: auto;  
}
.interior .quote-content .quote-wrapper {
  position: relative;
}
.interior .quote-content .quote-wrapper:before {
  content: '“';
  display: block;
  color: var(--white);
  font-family: var(--font-2);
  font-variant: small-caps;
  font-size: 100px;
  line-height: 50px;
}
.quote-section .mc-heading {
  color: var(--white);
  font-family: var(--font-2);  
}
.quote-section .mc-copy {
  color: var(--white);
}
.interior .quote-section .mc-date {
  color: var(--white);
}
.quote-section .mc-cta {
  color: var(--white);
  border-color: var(--white);
}
.mc-container a:hover .mc-cta {
  color: var(--light);
  border-color: var(--light);
  }
.quote-section .mc-container .slick-prev:before, .quote-section .mc-container .slick-next:before {
  color: var(--white);
  opacity: 1;
}
.quote-section .mc-container .slick-prev:hover:before, .quote-section .mc-container .slick-next:hover:before {
  color: var(--white);
}
.interior .quote-content {
  background-color: transparent;
  margin: 0 auto;  
}
.interior .quote-content .quote-wrapper {

} 
.interior .quote {
  color: var(--white);
  font-family: var(--font-2);
  font-variant: small-caps;
  max-width: none;
}
.interior .quote-content .quote-wrapper .quote-cite {
  color: var(--white);
  font-family: var(--font-3);
}
.worthwhile-archive {
  margin: 0 0 30px;
}
.contact-form .form-inline .captcha {
  background: transparent;
}
/*
==============================================
Niche Section
==============================================
*/
.niche-section {
    border-top: none;
    background: url(https://www.raymondjames.com/-/media/fa74f90d1ce34850af6675b89b43c20b.ashx) no-repeat !important;
    background-size: cover !important;
    /* display: table;
    width: 100%; */
    min-height: auto !important;
}
.niche-section .mc-container .mc-main-heading-wrapper .mc-main-heading {
  font-size: 40px;
  line-height: 45px;
  color: var(--dark);
  font-family: var(--font-2);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;  
}
.niche-section .niche-content, .niche-section .mc-slide {
  background: none;
}
.niche-section .niche-content {
  margin: 0px auto 0px auto !important;  
}
.niche-section .mc-content-wrapper {
  padding: 20px 0px;
}
.niche-section .niche-content .mc-heading {
  color: var(--gray-dark);
  font-family: var(--font-3);
  font-size: 20px;
  line-height: 26px;
  max-width: none;  
  border-bottom: 1px solid var(--dark);
}
.niche-section .niche-content .mc-heading .mc-heading-line-two {
    font-size: 30px;
    line-height: 26px; 
    color: var(--dark);
    font-family: var(--font-2);    
    padding-top: 5px;    
}
.niche-section .niche-content .mc-copy {
  color: var(--gray-dark);
  font-family: var(--font-3);
}
.niche-section .niche-content .cta-left .mc-cta {
  left: 0;
}
.niche-section .niche-content .mc-container a:hover .mc-cta, .niche-section .niche-content .mc-container a .mc-cta {
    color: var(--dark) !important;
    border: 1px solid var(--dark) !important;
    background: transparent !important;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
.niche-section .niche-content .mc-container a:hover .mc-cta {
    letter-spacing: 0;   
    color: var(--white) !important;
    border: 1px solid var(--dark) !important;
    background: var(--dark) !important;     
}
.niche-section .mc-container .slick-prev:before, .niche-section .mc-container .slick-next:before {
  color:  var(--dark);
  -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;
}
.niche-section .mc-container .slick-prev:hover:before, .niche-section .mc-container .slick-next:hover:before  {
  color:  var(--dark);
}
.niche-section .niche-content .mc-image-wrapper {
  background: transparent;
  border: 1px solid var(--dark);  
}
.niche-section .niche-content a .mc-cta, .niche-section .niche-content a:hover .mc-cta {
  background-color: rgba(var(--rgb-color-1),var(--rgb-opacity-1)) !important;
  font-weight: 400;
}
.niche-section .niche-content .mc-container a .mc-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.niche-section .niche-content .mc-container a:hover .mc-image {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  opacity: 1;
}
/*
==============================================
Interior
==============================================
*/
.interior-default, .copy-section, .bio-detail-container, .resource-section, .magazine-section, .footer-section {
  z-index: 5;
  position: relative;
}
.main-content {
  background: url(https://www.raymondjames.com/-/media/b39ffbeb35314e1bb17a3a5f80dfa61a.ashx);
  background-size: auto;
  position: relative;
  z-index: 2;
}
.main-content:before {
  content:'';
  background: url(https://www.raymondjames.com/-/media/00697aaa3e104c58a06f8e258b7eff01.ashx);
  height: 676px;
  width: 676px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.main-content:after {
  content:'';
  background: url(https://www.raymondjames.com/-/media/00697aaa3e104c58a06f8e258b7eff01.ashx);
  height: 676px;
  width: 676px;
  background-size: cover;  
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: block;
}
.interior .billboard-section {
  display: none;
}
.body-home .main-content:before {
  display: none;
}
.body-home .main-content:after {
  display: none;
}

/*
==============================================
Blog Archive Sidebar Links - Side Navigation
==============================================
*/
  
.filter-list-heading a {
  color:  var(--gray-dark) !important;
  border-color: var(--light);
}
.filter-list-links .filter-list-date a {
  color:  var(--gray-dark) !important;
}
.filter-list-heading a:hover {
  color: var(--medium);
}
.filter-list-heading a:hover {
  color:  var(--medium) !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: var(--gray-dark) !important;
}
 
/*
==============================================
Footer Section
==============================================
*/
 
.footer-content {
  border-top: none;

}
 
/*
==============================================
Footer Contact CTA Section
==============================================
*/
.footer-cta-social-section {
    /* background: url(https://www.raymondjames.com/-/media/fa74f90d1ce34850af6675b89b43c20b.ashx) no-repeat; */
    background: url(https://www.raymondjames.com/-/media/b39ffbeb35314e1bb17a3a5f80dfa61a.ashx);
    background-size: cover;   
    border-top: 4px solid var(--dark);    
}
.ftr-cta-wrapper a h2 {
    color: var(--dark);
    font-family: var(--font-3);
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px
}
.footer-social .social-container .fa {
  color: var(--dark);
}
.footer-social .social-container .fa:hover {
  background: var(--dark);
  color: var(--white);
}
.footer-social .social-container .fa-twitter, .footer-social .social-container .fa-facebook, .footer-social .social-container .fa-linkedin, .footer-social .social-container .fa-envelope, .footer-social .social-container .fa-youtube-play {
  border: 1px solid transparent;
}
.ftr-cta-wrapper a h2 .footer-subhead {
  color: var(--dark);
  font-family: var(--font-2);
  border-bottom: 1px solid var(--dark);  
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;  
}
.footer-section .ftr-cta-wrapper a.ftr-cta:hover {
    letter-spacing: 0;
}
.footer-section .ftr-cta-wrapper a.ftr-cta .button {
    background: transparent !important;
    color: var(--dark);
    border: 1px solid var(--dark);
    font-family: var(--font-2);
    font-weight: 600;    
}
.footer-section .ftr-cta-wrapper a.ftr-cta:hover .button {
    background: var(--dark) !important;
    color: var(--white);
}
/*
==============================================
Footer Logo Section
==============================================
*/
 
.footer-content .ftr-group-name {
  color: var(--white);
}
 
.ftr-nap-map-directions a {
  color: var(--light);
}
.footer-section a {
  color: var(--white);
}
.footer-section a:hover {
  color: var(--light);
}
.footer-section .footer-nap-address a {
  color: var(--white);
}
.footer-section .footer-nap-address a:hover {
  color: var(--light);
}
.ftr-nap-address-label {
  color: var(--light) !important;
}
.ftr-nap li[data-phonetype="5"]::before, .ftr-nap li[data-phonetype="0"]::before, .ftr-nap li[data-phonetype="3"]::before, .ftr-nap li[data-phonetype="12"]::before {
  color: var(--white) !important;
}
 
.footer-section .ftr-nap-map-directions a {
  color: var(--white);
}
.footer-section .ftr-nap-map-directions a:hover {
  color: var(--light);
}
.ftr-nap, .ftr-nap a, .ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
  color: var(--white);
}
 
.footer-hedge-section {
  background-color: var(--dark);
  font-family: var(--font-3);
}
 
 
/*
==============================================
Styles Section
==============================================
*/
.copy-section h1 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: uppercase;
  font-size: 48px;
  line-height: 49px;  
}
.copy-section h1 .head-1 {
  display: inline;  
}
.copy-section h1 .head-2 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: uppercase;  
  font-size: 48px;
  line-height: 49px;  
  display: inline;
}
.copy-content {
  color: var(--black);
  font-family: var(--font-3);
  font-weight: 500;
}
.copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
  color: var(--dark);
  font-family: var(--font-2);
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
  border-color: var(--light);
  color: var(--dark);
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
  background-color: var(--light);
}  
.accord .accord-link, .flextabs-wrapper a {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}

.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: var(--dark);
  text-decoration: underline;
}
.accord .fa, .accord li.open .fa {
  color: var(--dark);
  text-decoration: none;
} 
.accord .accord-link, .accord .accord-inner-link {
  border-color: var(--gray-dark);
  font-family: var(--font-2);
  text-transform: uppercase;  
  color: var(--dark);  
}
.flextab-triggers a {
  background: var(--white);
  border: 1px solid var(--medium);
  color: var(--medium) !important;
  padding: 10px 10px;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--medium) !important;
  color: var(--white) !important;
}
.flextab-triggers {
  background: none;
}
.accordion-panel a, .accord .accord-inner-link-content a {
  color: var(--dark);
  font-weight: 600;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
  color: var(--dark);
}
.accordion-panel a:hover, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: var(--dark);
  text-decoration: underline;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--dark);
}
.copy-section h1 sup {
  font-size: 56%;
}
.accordion .panel-button-heading:hover {
  text-decoration: underline;  
}
.simple-form input:not([type="submit"]), .simple-form textarea {
  border: 1px solid var(--light-color-1);
  color: var(--white);
  background: var(--dark);
}
/*
==============================================
Next/Previous arrows and background variables
==============================================
*/
 
/* 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: var(--dark) !important;
  font-weight: 600;
  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: var(--black) !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: var(--dark) !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: var(--white) !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: var(--gray-light) !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:  var(--dark) !important;
}
 
 
/*
==============================================
Universal Slick Dots - Dots to Outlines
==============================================
*/
.slick-dots {
  bottom: 0px !important;
  padding: 10px 10px 40px 10px !important;
  position: relative !important;
}
.slick-dots li button:hover:before {
  background: var(--white) !important;
  opacity: 0.6 !important;
}
 
.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: var(--white);
}
.slick-dots li button:before {
  color: var(--white);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--white);
  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;
}
.slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--white);
  border-radius: 50%;
  -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;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}
 
 
/*
==============================================
Detail Page Share Widget section
==============================================
*/
 
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
  color: var(--dark) !important;
}
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: var(--dark) !important;
  text-decoration: underline;
}
  
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: var(--medium-color-1)  !important;
}
  
/* share pop up box icon normal */
.social-media-share-wrapper span a {
  color:  var(--white) !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
  color:  var(--light) !important;
}
 
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--dark);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--dark);
}
 
/* Tag cloud header with icon*/
.resource-detail-tag-cloud-header,
.blog-detail-tag-cloud-header,
.resource-detail-tag-cloud-wrapper
.resource-detail-tag-cloud-heading-wrapper,
.blog-detail-tag-cloud-wrapper
.blog-detail-tag-cloud-heading-wrapper {
  color:  var(--gray-dark) !important;
}
 
.resource-date-link,
.resource-category-link,
.resource-media-type-link,
.resource-detail-tag-cloud-links a,
.blog-date-link,
.blog-category-link,
.blog-media-type-link,
.blog-detail-tag-cloud-links a,
.resource-detail-copy-wrapper a {
  color:  var(--dark) !important;
}
.resource-date-link:hover,
.resource-category-link:hover,
.resource-media-type-link:hover,
.resource-detail-tag-cloud-links a:hover,
.blog-date-link:hover,
.blog-category-link:hover,
.blog-media-type-link:hover,
.blog-detail-tag-cloud-links a:hover,
.resource-detail-copy-wrapper a:hover {
  color:  var(--dark) !important;
  text-decoration: underline;
}
 
.resource-detail-heading-wrapper h1,
.resource-detail-copy-wrapper h2,
.resource-detail-copy-wrapper h3,
.resource-detail-copy-wrapper h4,
.resource-detail-copy-wrapper h5,
.blog-detail-heading-wrapper h1,
.blog-detail-copy-wrapper h2,
.blog-detail-copy-wrapper h3,
.blog-detail-copy-wrapper h4,
.blog-detail-copy-wrapper h5 {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: uppercase;
}
.resource-detail-copy-wrapper,
.blog-detail-copy-wrapper {
  color:  var(--gray-dark);
}
hr {
  background-color: var(--gray-light);
  color: var(--gray-light);
}
h1.blog-landing-heading {
  color: var(--gray-dark);
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
  color: var(--gray-dark);
}
.blog-landing-calendar {
  color:  var(--gray-dark) !important;
}
.blog-landing-overall-copy {
  border-color: var(--light);
}
.blog-detail-copy-wrapper a {
  color: var(--medium);
}
.blog-detail-copy-wrapper a:hover {
  color: var(--dark);
}
/*
==============================================
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) {
  .billboard-heading h1 {
    padding: 0px 70px;
  }  
  .billboard-heading-wrapper {
    padding: 0;
    margin-top: 0;
  }
  .billboard-container p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    font-size: 12px;
}
}
  
  
/* 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) {
  .nav-overall-wrapper:not(.van-mobile-nav) {
    background: transparent !important;
  }
  .primary-nav {
    background: var(--dark);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: var(--gray-dark) !important;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
   color: var(--light);
  }
  .nav {
    color: var(--white);
  }
  .billboard-heading h1 .head-1 {
    font-size: 40px;
    line-height: 49px;
  }

  .callouts-section .slick-prev:before, .callouts-section .slick-next:before {
    border-color: var(--medium);
  }
  .form-section .form-content .form-copy {
    padding: 0 100px 50px 20px;
  }
  .form-section .form-content .form-copy, .form-section .form-content .form-main {
    padding: 0 25px 50px;
  }
  .body-home .billboard-section .billboard-container {
    min-height: 750px;
    max-height: 750px;
  }
  .billboard-heading {
    top: 50px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    font-size: 14px;
}
  
}
  
  
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .team-section .team-slider .slick-dots {
    margin-top: 0;
  }
  .billboard-heading {
    top: 50px;
    padding: 0;
  }
  .niche-section .niche-content .mc-image-wrapper {
    max-height: none !important;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
    color: var(--dark);
    font-family: var(--font-2);
    border: 1px solid var(--dark) !important;
    padding: 5px 20px !important;
    font-size: 16px;
    font-weight: 600;
  }
  .main-content:before {
    display: none;
  }
  .main-content:after {
    display: none;
  }
  .form-section .form-content .form-copy, .form-section .form-content .form-main {
    padding: 0 35px 50px;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
    color: var(--gray-dark);
  }
  .niche-section .niche-content .slick-next {
    right: -50px !important;
  }
  .copy-section h1, .copy-section h1 .head-2 {
    font-size: 28px;
    line-height: 36px;
  }
  
}
  
  
  
/* 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) {
  .billboard-heading {
    top: 50px;
  }  
  .header-content .ftr-group-name {
    padding: 0px 0px 30px 0px;
  }
  .niche-section .niche-content .mc-image-wrapper {
    max-height: none !important;
    max-width: 400px;
    margin: 0 auto;    
  }    
  .niche-section .mc-content-wrapper {
    padding: 20px 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
    color: var(--dark);
    font-family: var(--font-2);
    border: 1px solid var(--dark) !important;
    padding: 5px 20px !important;
    font-size: 16px;
    font-weight: 600;
  }  
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
    color: var(--gray-dark);
  }
  .niche-section .niche-content .slick-next {
    right: -50px !important;
  }
  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-image-wrapper {
    max-height: 415px;
  }
}      