/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');


@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: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


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

.masterprime .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"] {
  border: 2px solid #0052A4;
 -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;
}
/* 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 {

}

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-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: #0052a3;
}
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-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: #001f3d;
}

/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: #001f3d !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #001f3d !important;
} /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #fff;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #83bbf2 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff;
}
/* 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: #83bbf2;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #010f1d !important;
}
.nav:after {
  background: #0052a3;
}
/*
==============================================
Billboard Section
==============================================
*/

.billboard-section h1, .services-section .services-headline h2 {
  color: #83bbf2;
}
.billboard-section .head-2, .services-section .head-1 {
  color: #fff;
}
.billboard-section h1:after, .services-section h2:after, .pov-carousel .mc-heading:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: #0052a3;
}



/*
==============================================
Mouse Scroller Model 1
==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgba(131,187,242,.9) !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 #001f3d;
    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(210, 120, 85, 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;
}

/*
==============================================
Intro Section
==============================================
*/

.intro-section {
  background: url(/-/media/95c88cf463eb41bba8bfb2b94537905e.ashx) center center no-repeat;
}
.intro-content {
  max-width: 830px;
}
.intro-section .intro-text:before, .intro-section .intro-content:before, .intro-section .intro-content:after {
  display: none;
}
.intro-section .body-copy-accent {
  color: #003366;
  padding: 0 90px;
}
.intro-section .body-copy-accent:after {
  background: rgba(0, 102, 204, 0.2);
}
.niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: blue;
}

/*
==============================================
Services Section
==============================================
*/

/*
==============================================
Niches Section
==============================================
*/
.niche-section {
  border: none;
  background: #001f3d !important;
}
.niche-section:before {
  display: none;
}
.niche-section .mc-heading {
  color: #fff !important;
}
.niche-section .mc-copy {
  color: #fff;
}
.niche-section .mc-heading:after {
  background: #0057a9;
}
.niche-section .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.niche-section .mc-container .slick-dots li button:hover:before,  .niche-section .mc-container .slick-dots li.slick-active button:before {
  color: #83bbf2;
}
.niche-section .mc-container .media-carousel-three .mc-cta, .niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid #0057a9;
}
.niche-section .mc-container .slick-prev:after {
  border-left: 1px solid #83bbf2;
  border-top: 1px solid #83bbf2;
}
.niche-section .mc-container .slick-next:after {
  border-right: 1px solid #83bbf2;
  border-top: 1px solid #83bbf2;
}
.niche-section .mc-container .slick-dots {
  bottom: -65px;
}
.niche-section .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgb(0, 0, 0, .5), inset 10px 20px 50px -20px rgb(0, 0, 0, .5);
}
/*
==============================================
Team Section
==============================================
*/
.team-section {
  background: url(/-/media/3ef1d4499b3a4f2ab7ddd01997016246.ashx);
  border-top: 10px solid #daeafa;
  border-bottom: 10px solid #daeafa;
}
.team-section h4 {
  color: #003366;
}
.team-section .head-1 {
  color: #0052A4;
  margin: 0;
}

.team-section h4:after {
  display: none;
}
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .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: #393939 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #393939 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #0052a3 !important;
  -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;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #001f3d !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #393939;
}
.bio-quote-section {
  display: none;
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: url(/-/media/fdb2be33fc1d4a7b98f172c8d6df266c.ashx);
}
.callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: #001f3d;
  font-weight: 100;
}
.callouts-section .callout-heading .head-1 {
  color: #001f3d;
}
.callouts-section .callout-heading .head-2 {
  color: #0052A4;
}


.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: #001f3d;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: #001f3d;
  font-weight: 100;
}
.callouts-section .callout-heading .head-2:after {
  background: rgba(0, 82, 163, 0.20);
}
.callouts-section .callout-item:hover {
  background: rgba(0, 22, 43, 0.05);
}
/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section, .quote-section {
  border-top: none;
  background: #001d3a;
  background: -moz-radial-gradient(center, ellipse cover, #001d3a 0%, #001d3a 0%, #001325 99%);
  background: -webkit-radial-gradient(center, ellipse cover, #001d3a 0%,#001d3a 0%,#001325 99%);
  background: radial-gradient(ellipse at center, #001d3a 0%,#001d3a 0%,#001325 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3a', endColorstr='#001325',GradientType=1 );
}
.body-home .quote-section .quote-cite {
  color: #daeafa !important;
}
.quote-section .quote-wrapper .quote-hr:before {
  background: #0052a3;
}
.quote-section {
  margin-bottom: 7px;
}
.quote-section .quote {
  color: #fff;
  margin: 45px auto 25px;
}
.quote-section .quote-cite {
  color: #daeafa !important;
}
/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background: #fff;
}
.pov-section h4 {
  color: #001f3d;
}
.pov-section .head-1 {
  color: #0052a3;
  margin: 0;
}
.pov-section h4:after {
  background: #ccdced;
}
.pov-carousel .mc-cta {
  color: #0052a3;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgb(0, 82, 163, .15), inset 10px 20px 50px -20px rgb(0, 82, 163, .15);
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid #0052a3;
  border-top: 1px solid #0052a3;
}
.pov-carousel .mc-container .slick-next:after {
	border-right: 1px solid #0052a3;
	border-top: 1px solid #0052a3;
}
.pov-carousel .mc-container .slick-dots li.slick-active button:before {
  color: #0052a3;
}
/*
==============================================
Footer Section
==============================================
*/
.btm-image {
  display: none;
}
.footer-section {
  background: #001f3d;
}
.footer-section .social-container {
  border-bottom: 8px solid #00172e;
  border-top: 8px solid #0052a3;
}
.footer-section .footer-cta-section h4 {
  color: #9ec9f5;
}
.footer-section .footer-content a:hover {
  color: #9ec9f5;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: #9ec9f5 !important;
}
.footer-section .social-container a:hover .fa {
  color: #9ec9f5 !important;
}
.footer-section .ftr-nap-address:before {
  display: none;
}
.footer-section .ftr-disclosures, .footer-section .ftr-disclosures a {
  color: #9ec9f5;
}
.footer-section .ftr-disclosures a:hover {
  color: #fff;
}
.footer-section .footer-contact-info .ftr-nap {
  margin-top: 70px;
}

/*
==============================================
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: red !important;
}
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: blue !important;
}

/*
==============================================
Interior
==============================================
*/

.copy-section, .bio-section, .resource-section, .body-resource-detail .resource-section {
  background: #fff;
}
.interior .billboard-content:after {
  display: none;
}
.copy-section h1, .copy-section h2, .body-about-us .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5 {
  color: #001f3d;
}
.copy-section .head-3, .copy-section .head-2, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  color: #0052a3;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #0052a3;
}
.copy-section .head-1 {
  color: #001f3d;
}
/*
==============================================
Styles Page Section
==============================================
*/

.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: #0052A5;
}
.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: #001f3d !important;
}
.flextab-triggers a {
  background: #001f3d;
  color: #fff !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #83bbf2 !important;
  color: #001f3d !important;
}
blockquote:before, q:before {
  background: #0052a3;
}
blockquote, q {
  color: #0052A5 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: lime;
}
.related-resources-content .slick-slide {
    border-color: lime;
}

.quote-section .mc-container .slick-track .slick-slide {
  background: transparent;
}
.quote-section .pov-carousel .mc-heading, .quote-section .pov-carousel .mc-copy {
  color: #fff;
}
.quote-section .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.quote-section .pov-carousel .mc-cta {
  color: #83bbf2;
}
.quote-section .pov-carousel .mc-container a:hover .mc-cta {
  color: #fff;
}
.quote-section .pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgb(131, 187, 242, .15), inset 10px 20px 50px -20px rgb(131, 187, 242, .15);
}
/*
==============================================
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: #0052a3 !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: #001f3d !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: #001f3d !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: #001f3d !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: #83bbf2 !important;
}

/*
==============================================
Share Widget and text links
==============================================
*/
/* 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: #001f3d !important;
}
/* 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: #0052a3 !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #83bbf2 !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #0052a3 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #001f3d;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #001f3d;
}


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

}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {

/* 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: #0052A4;
}


/* 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 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001f3d+0,000000+100 */
  background: rgb(0,31,61); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,31,61,.9) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,31,61,.9) 0%,rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,31,61,.9) 0%,rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f3d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.fa-angle-down:before {
  color: #83bbf2;
}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .intro-section .body-copy-accent {
    padding: 0;
  }
  .callouts-section .callout-copy-wrapper {
    color: #001f3d !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) {
  .intro-section .body-copy-accent {
    padding: 0;
  }
}

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

}
