/* /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');

/* universal styles */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/shared/universal.css');



/* masonry grid 3 styles*/
@import url('https://www.raymondjames.com/-/media/34d01108a19a419eb2f4ff71406a8082.ashx');

:root {
  --light: #b7deff;
  --light-color-1: #a3dbf3;
  --medium: #4a7aa3;
  --medium-color-1: #3f6b90;
  --dark: #002949;
  --dark-color-1: #104C6E;
  
  --gray-light: #f5f7f9;
  --gray-medium: #c7c7c7;
  --gray-dark: #393939;

  --rgb-color-1: 4,4,4;
  --rgb-color-2: 20,18,15;
  --rgb-color-3: 205,205,205;
  --rgb-color-4: 255,255,255;
  --rgb-opacity-1: 0.9;
  --rgb-opacity-2: 0.85;
  --rgb-opacity-3: 0.2;
  --rgb-opacity-4: 0.93;
  --black-alpha: 0, 0, 0;
  --font-1: 'Raleway', sans-serif;
  --font-2: 'Playfair Display', serif;
  --font-3: 'Roboto', sans-serif;   
}
   

/*
======================
Base
======================
*/

body {
  color: var(--gray-dark);
}

body:before {
	background: none !important;
}

h2, h3, h4, h5 {
  color: var(--dark);
}

blockquote:before, q:before {
  background: var(--dark-color-1);
}

blockquote, q {
  color: var(--dark) !important;
  border-color: var(--gray-medium) !important;
}

.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--gray-light);
}

hr {
  color: var(--gray-medium);
  background-color: var(--gray-medium);
}

a, .resource-detail-copy-wrapper a {
	color: var(--medium);
}

a:hover, a:focus, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: var(--dark-color-1);
}

.accord .accord-link, .accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
  color: var(--dark-color-1);
}


.accord .accord-link:hover, .accord .accord-inner-link:hover {
  color: var(--medium) !important;
}

.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: var(--medium);
}

.accord li.open .fa {
  color: var(--dark-color-1);
}

.flextab-triggers .set {
  color: var(--medium);
}

.copy-section h1 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
}

.accordion-panel a {
  color: var(--dark-color-1);
}

.accordion-panel a:hover {
  color: var(--gray-dark);
}

.accordion-panel button {
  background: transparent;
  border: none;
}

.module-process-slider-content .content-slider-wrapper a {
  color: var(--dark);
}


/*==================== Arrows ====================*/
.slick-prev:before, .slick-next:before {
  transition: all 0.4s ease-in-out !important;
  font-size: 50px !important;
  color: var(--gray-dark) !important;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: var(--gray-dark) !important;
}

.niche-section .mc-container .slick-next, .pov-section .mc-container .slick-next {
  right: -100px !important;
}

.niche-section .mc-container .slick-prev, .pov-section .mc-container .slick-prev {
  left: -100px !important;
}

.niche-section .mc-container .slick-next:before, .pov-section .mc-container .slick-next:before {
  content: "\f105" !important;
}

.niche-section .mc-container .slick-prev:before, .pov-section .mc-container .slick-prev:before {
  content: "\f104" !important;
}

.niche-section .mc-container .slick-next:after, .niche-section .mc-container .slick-prev:after, .pov-section .mc-container .slick-next:after, .pov-section .mc-container .slick-prev:after {
  display: none;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome;
  font-size: 50px;
  background-size: 50px 50px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
}

.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome;
  font-size: 50px;
  background-size: 50px 50px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-position 0.25s;
}

/*==================== 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(--gray-dark) !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: 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(--gray-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(--gray-light) !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(--white) !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(--gray-dark) !important;
}

/*==================== Buttons ====================*/

 /* Buttons Default */
.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"] {
  color: var(--dark);
  padding: 5px 20px !important;
  height: auto !important;
  line-height: initial;
  width: inherit !important;
  border: 2px solid var(--dark);
  -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;
 }
 .investor-access-login-button {
   background: var(--white); 
 }
 /* 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 {
   background: var(--dark);
   color: var(--white);
   border: 2px solid var(--dark);
   letter-spacing: 0;
 }
 
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  background: transparent !important;  
  border-color: var(--dark);
  color: var(--dark) !important;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: var(--dark) !important;  
  border-color: var(--dark);
  color: var(--white) !important;
  letter-spacing: 0; 
 }

.masonry-load-more, .masonry-tertiary-load-more {
  border: 2px solid var(--dark);
  color: var(--dark);
}

.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
  border: 2px solid var(--dark);
  background: var(--dark);
  color: var(--white);
}

.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  color: var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}

.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
  color: var(--medium);
  text-decoration: underline;
}

.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
  color: var(--dark);
  text-decoration: none;
}

.resource-detail-copy-wrapper .rich-text-container a, .blog-detail-copy-wrapper .rich-text-container a, .copy-section .rich-text-container a {
  color: var(--medium);
  text-decoration: underline;
}

.resource-detail-copy-wrapper .rich-text-container a:has(div), .blog-detail-copy-wrapper .rich-text-container a:has(div), .copy-section .rich-text-container a:has(div) { 
  text-decoration: none !important;
}

.resource-detail-copy-wrapper .rich-text-container a:hover, .blog-detail-copy-wrapper .rich-text-container a:hover, .copy-section .rich-text-container a:hover {
  color: var(--dark);
  text-decoration: none !important;
}

/*
======================
Header
======================
*/

.header-main {
  background: var(--dark) !important;
}

.header-content .ftr-group-name {
  color: var(--white);
}

.ftr-logo-divider:after {
  background: var(--gray-medium);
}

/*
======================
Navigation
======================
*/

/* Nav thin line color */
.nav:before {
  background: var(--gray-medium);
  opacity: .7;
}
/* Nav keyline color */
.nav:after {
  background: var(--dark-color-1);
}

/* Main Nav Background Color */
.nav-overall-wrapper:not(.van-mobile-nav) {
  border-bottom: none;
	background: var(--white) !important;
}

/* Sub Nav Background Color */
.primary-nav .nav-subnav {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-top: 2px solid var(--dark);
  background: var(--white) !important;
}

/* Third Sub Nav Background */
.primary-nav .nav-subnav-second {
  background: var(--gray-light) !important;
}

/* Forth Sub Nav Background */
.primary-nav .nav-subnav-third {
  background: var(--gray-light) !important;
}

/* Link Color */
.primary-nav a {
  color: var(--dark);
}

/* Sub Nav Link Color */
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
  color: var(--dark);
}

/* Link Hover Color */
.primary-nav > li > a:hover, .primary-nav .nav-subnav a:hover {
  color: var(--medium);
}

/* Link Active Color */
.primary-nav .nav-subnav a.active, .primary-nav a.active {
  color: var(--medium);
}

.primary-nav > li > a.selected, .nav-standard.selected {
  color: var(--gray-dark) !important;
}

/* Dropdown Arrow Color */
.fa-angle-down:before {
  color: var(--dark);
}

.investor-access-login-button {
  border: 2px solid var(--dark);
  color: var(--dark);
}

.investor-access-input-wrapper input {
  background-color: var(--white);
	border: 1px solid var(--gray-dark);
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none;
    background: var(--white);
    box-shadow: none;
  }

  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    border-bottom: 1px solid var(--gray-medium);
  }

  .nav-address-wrapper {
    color: var(--gray-dark);
  }

  .primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: var(--medium);
  }

  .primary-nav > li > a:hover {
    color: var(--medium);
  }

  /* Hamburger icon - Closed (Menu) */
  .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-color: var(--light);
  }

  /* Hamburger icon - Opened (X) */
  .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(--light);
  }
}

/*
======================
Keyline Color
======================
*/

.transition-video-section h1:after, .password-page .copy-section h1.password-protect-headline:after, .body-about-us .copy-section h2:after, .services-section h2:after, .niche-section .mc-heading:after, .team-section h4:after, .mc-ks-feed .mc-heading:after, .pov-section h4:after, .pov-carousel .mc-heading:after {
  background: var(--dark-color-1);
}

/*
======================
Billboard
======================
*/

/***** HOME *****/
.billboard-section h1 {
  color: var(--light);
  font-family: var(--font-2);
}

.billboard-section .head-2 {
  color: var(--white);
}

.billboard-section h1:after {
  background: var(--light);
}


/***** INTERIOR *****/
.interior .billboard-content h1 {
	color: var(--light);
}

.interior .billboard-content .head-3 {
	color: var(--light);
}

/*
======================
Mouse Scroller
======================
*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: var(--gray-light) !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 var(--dark);
  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:transparent !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: var(--gray-light);
}

.intro-section .body-copy-accent {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}

.intro-section .body-copy-accent:after {
  background-color: var(--gray-medium);
  opacity: .2;
}

.intro-section .intro-content:before {
  background: var(--gray-dark);
  opacity: .2;
}

.intro-section .intro-text:before {
  background: var(--dark-color-1);
  opacity: .2;
}

/*
======================
Services Section
======================
*/
/* 
.services-section {
  background: var(--white);
} */

.services-section h2:after {
  background: var(--light);
}

.services-section h2 {
  color: var(--dark-color-1);
}

.services-section .services-headline h2 {
  color: var(--dark);
  font-family: var(--font-2);
}

.services-section .head-1 {
  color: var(--dark);
  font-family: var(--font-1);
}

.services-section .services-slider h3 {
  color: var(--dark);
  font-family: var(--font-1);
}

.services-section .services-slider .slick-dots li.slick-active button:before {
  color: var(--dark-color-1);
}

/*
======================
Niche Section
======================
*/

.niche-section {
  /* background: var(--gray-light); */
  border-top: 5px solid var(--gray-medium);
  border-bottom: 5px solid var(--gray-medium);
}

.niche-section:before {
  background: var(--white);
}

.niche-section .mc-heading {
	color: var(--dark) !important;
}

.niche-section .mc-heading:after {
  background: var(--light);
}

.niche-section .mc-copy {
  color: var(--gray-dark);
}

.niche-section .mc-container .media-carousel-three .mc-cta, .niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid var(--light);
  color: var(--white);
  background: var(--gray-dark);
  font-family: var(--font-2) !important;
  letter-spacing: 1px;  
}
.niche-section .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.niche-section .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}



/*
======================
Team Section, Team Page & Bio Pages
======================
*/

.team-section .head-1 {
	color: var(--dark);
}

.team-section h4 {
  color: var(--dark-color-1);
}

.team-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-first-name {
  color: var(--dark);
  font-family: var(--font-1);
}

.team-section .yearbook-container .yearbook-last-name, .copy-section .yearbook-container .yearbook-last-name {
  color: var(--dark);
  font-family: var(--font-2);
}

.team-section .yearbook-container .yearbook-title,
.copy-section .yearbook-container .yearbook-title {
  color: var(--gray-dark);
  font-family: var(--font-1);
}

.team-section .yearbook-container .yearbook-designation,
.copy-section .yearbook-container .yearbook-designation {
  color: var(--gray-dark);
  font-family: var(--font-1);
}

.team-section .yearbook-three .yearbook-headshot-wrapper::after, .copy-section .yearbook-three .yearbook-headshot-wrapper::after {
    background: -moz-linear-gradient(top, rgba(var(--black-alpha), 0.2) 30%,rgba(var(--black-alpha), 0.2) 52%,rgba(var(--black-alpha), 0.2) 100%);
}

.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: rgba(var(--black-alpha), 0.2);
}
.team-section .yearbook-container .slick-prev {
  border-top: 1px solid var(--gray-dark);
  border-left: 1px solid var(--gray-dark);
}
.team-section .yearbook-container .slick-next {
  border-top: 1px solid var(--gray-dark);
  border-right: 1px solid var(--gray-dark);
}

/* 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-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-section .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(--gray-dark);
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: var(--font-2);   
}
.bio-section .bio-detail-last-name {
  font-family: var(--font-1); 
}
.bio-section .bio-detail-designation {
  font-family: var(--font-1); 
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-section .bio-detail-title {
  color: var(--gray-dark);
  font-family: var(--font-1);  
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--dark-color-1);
  text-decoration: none;
  -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: var(--medium);
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color:var(--gray-medium);
}
.bio-quote-section {
  background: var(--white);
/* Unhide the snippet below to hide the bio quote section */
  /* display: none; */
}
.bio-quote-section:before {
  background: var(--gray-light);
}
.bio-detail-quote {
  color: var(--black);
  font-family: var(--font-1); 
}
.bio-detail-quote-cite {
  color: var(--dark);
  font-family: var(--font-2);  
}
.bio-quote-section:after {
  background: var(--gray-light);
}

.yearbook-container .yearbook-links .yearbook-links-as-icon .fa {
  color: var(--dark);
}

.yearbook-container .yearbook-links .yearbook-links-as-icon .fa:hover {
  color: var(--medium);
}


/*
======================
Awards Section
======================
*/
.awards-text-content h2:after {
  background-color: var(--dark-color-1);
} 



/*
======================
Callouts Section
======================
*/

.callouts-section {
  /* unhide to change background */
  /* background: var(--dark); */
}

.callouts-section .callout-heading .head-1 {
	color: var(--light);
  font-family: var(--font-2);
}

.callouts-section .callout-heading .head-2 {
  color: var(--white);
  font-family: var(--font-1);
}

.callouts-section .callout-heading .head-2:after {
  color: var(--white);
  opacity: .2;
}

.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: var(--white);
  font-family: var(--font-1);
}

.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  color: var(--light);
  font-family: var(--font-2);
}

.callouts-section .callout-item:hover {
  background: rgba(var(--black-alpha), 0.2);
}

.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--white);
}



/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
    .callouts-section .slick-prev:after {
        border-left: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }
    .callouts-section  .slick-next:after {
        border-right: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }   
  .callouts-section .callout-cta-wrapper button {
    color: var(--white)
  }
  .callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    color: var(--white) !important;  
  }
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light);
  }
}
   
/* 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) {
    .callouts-section .slick-prev:after {
        border-left: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }
    .callouts-section  .slick-next:after {
        border-right: 1px solid var(--white);
        border-top: 1px solid var(--white);
    }   
  .callouts-section .callout-cta-wrapper button {
    color: var(--white) !important;
  }
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light) !important;
  }
    
} 


/*
======================
Quote Section
======================
*/

.body-home .quote-section {
  border-top: 3px solid var(--gray-dark);
  /* background: var(--black); */
}

.body-home .quote-section .quote-cite, .quote-section .quote-cite {
  color: var(--light) !important;
  font-family: var(--font-2);
}

.body-home .quote-section .quote, .quote-section .quote {
  color: var(--gray-dark);
  font-family: var(--font-1);
}

.quote-section .quote-wrapper .quote-hr:before {
  background: var(--dark-color-1);
}

.quote-section .quote-wrapper .quote-hr:after {
  background: var(--gray-medium);
  opacity: .2;
}

.quote-section .mc-container .slick-track .slick-slide {
  background: transparent;
}

/*
======================
POV Section
======================
*/

.pov-section {
  /* unhide to change background color */
  /* background: var(--white); */
}

.pov-section .head-1 {
  color: var(--dark);
}

.pov-section h4, .pov-carousel .mc-cta {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}

.pov-carousel .mc-heading, .pov-carousel .mc-copy {
  color: var(--gray-dark);
}

.pov-carousel .mc-heading {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}
.pov-section .head-1 {
  color: var(--dark);
  font-family: var(--font-1);  
}
.pov-carousel .mc-date {
  color: var(--gray-dark);
  font-family: var(--font-1);
}
.pov-carousel .mc-copy {
  color: var(--gray-dark);
  font-family: var(--font-1);
}
.pov-carousel .mc-cta {
  color: var(--medium-color-1);
  font-family: var(--font-2);
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: var(--gray-dark);
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-carousel .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-section .btm-image {
  display: none;
}
.pov-carousel .mc-container:before {
  border-top: 1px solid var(--gray-dark);
  border-bottom: 1px solid var(--gray-dark);
}

/*
======================
Interior Section
======================
*/

.copy-section, .bio-section, .resource-section, .blog-main, .body-resource-detail .resource-section, .body-map-directions .resource-section {
  /* unhide to change background color */
  /* background: var(--gray-light); */
}

.interior .billboard-content:after {
  background: var(--gray-medium);
}

.copy-section h1, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5, .resource-detail-copy-wrapper h4 {
  color: var(--dark);
}

.body-about-us .copy-section h2, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5, .resource-detail-copy-wrapper h4 {
  color: var(--dark-color-1);
  font-family: var(--font-1);
}

.copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  color: var(--dark-color-1);
}

.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
	background: var(--dark-color-1);
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--black);
}



/*
======================
Blog Section
======================
*/

.main-content-int-blog h1.blog-landing-heading {
  color: var(--gray-dark);
}
h3.blog-detail-heading {
	color: var(--dark) !important;
}

.blog-landing-copy-cta {
	color: var(--medium-color-1);
  border: 2px solid var(--medium-color-1);
}

.blog-landing-filter-reset:hover {
	color:var(--medium);
}

.blog-landing-load-more {
  border: 2px solid var(--medium);
}

.filter-list-links .filter-list-date {
	padding-left: 10px !important;
	color: var(--dark-color-1) !important;
}

.resource-pager .resource-pager-link.select-it {
	color: var(--dark-color-1);
}

.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover {
	color: var(--dark-color-1);
}


/*===== 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: var(--gray-dark) !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: var(--dark) !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(--gray-light) !important;
}
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
  color: var(--gray-dark) !important;
}
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--medium-color-1);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--medium-color-1);
}

.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
	color: var(--medium-color-1);
  border-top: 1px solid var(--gray-medium);
}

.filter-list-links {
	margin-top: 12px;
}

.filter-list-links .filter-list-date a{
	color: var(--dark-color-1) !important;
}

.filter-list-heading a:hover {
	color:var(--dark-color-1) !important;
}

.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link, .filter-list-links a {
	color: var(--gray-dark) !important;
}

.resource-detail-info-wrapper a:hover, .social-media-share-link:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover, .filter-list-links a:hover {
	color: var(--medium) !important;
}

.filter-list-category a, .filter-list-topic a, .filter-list-media a {
	color: var(--dark) !important;
}

.filter-list-category a:hover, .filter-list-topic a:hover, .filter-list-media a:hover {
	color: var(--medium) !important;
}

.blog-landing-load-more {
  border: 2px solid var(--dark-color-1);
}

.social-media-share-wrapper span {
  background-color: var(--dark-color-1);
}

.social-media-share-link:hover > .fa-share-alt:before {
  color: var(--dark-color-1);
}

.social-media-share-link:active > .fa-share-alt:before {
  color: var(--dark-color-1);
}

.fa-share-alt {
	color: var(--dark-color-1) !important;
}

.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--dark-color-1);
}

.social-media-share-wrapper span a:hover {
  color: var(--dark) !important;
}

.filter-reset:hover {
  color: var(--dark-color-1);
}

.filter-open.fa-angle-down:before {
  color: var(--dark-color-1);
}

.filter-overlay .close-filter-overlay {
	background: var(--dark-color-1);
}

.filter a:hover {
  color: var(--dark-color-1);
}

/*
======================
Resource Section
======================
*/
.resource-section {
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.filter-dropdown {
  border-top: none;
}

.resource-section .body-resource-detail h3, .resource-detail-heading {
	color: var(--dark) !important;
}

.resource-section .team-int-title {
	background: var(--dark);
}

.masonry-two-by-two, .masonry-three-by-one-full-image {
	background: var(--dark);
}

.masonry-two-by-two:hover, .masonry-three-by-one-full-image:hover {
	background: var(--dark);
}

.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
	background: var(--dark);
}

.masonry-two-by-one:hover .masonry-img-container:after {
	border-left: 15px solid var(--dark);
}

.masonry-one-by-two:hover .masonry-copy:after {
	border-bottom: 15px solid var(--dark);
}

.masonry-three-by-one:hover .masonry-one-of-three:after {
  border-left: 15px solid var(--dark);
}

.masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
  border-right: 15px solid var(--dark);
}

.masonry-two-of-two-stacked {
  background: var(--dark);
}

.masonry-two-of-two-stacked:hover {
	background: var(--dark);
}

.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
  color: var(--dark);
}

.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
  color: var(--medium) !important;
}

.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: var(--dark) !important;
}

.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
  color: var(--medium) !important;
}

.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
  color: var(--medium-color-1) !important;
}

.masonry-load-more, .masonry-tertiary-load-more {
	border: 2px solid var(--dark);
}

.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
	border: 2px solid var(--dark);
}

.masonry-one-by-one .masonry-cta, .masonry-two-of-two-stacked .masonry-cta {
  color: var(--medium);
}

@media only screen and (max-width: 1024px) {
	.masonry-one-of-two-stacked:hover {
		background: var(--dark-color-1);
	}
}

/* 
======================
Contact Section
======================
*/
.contact-form .form-inline .captcha .btn-contact, .simple-form input[type="submit"], .password-protect button {
	border: 2px solid var(--medium-color-1);
	color: var(--medium-color-1);
}

.contact-form .form-inline .form-group.select-container:before {
  border-color: var(--medium-color-1) transparent transparent transparent;
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--dark)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--dark);
}

/*
======================
Landing Page Section
======================
*/

.body-landing .yearbook-container .slick-next {
  border-top: 1px solid var(--medium);
  border-right: 1px solid var(--medium);
}

.body-landing .yearbook-container .slick-prev {
  border-top: 1px solid var(--medium);
  border-left: 1px solid var(--medium);
}

.body-landing .connect-content h2:before {
  background: var(--dark-color-1);
}

.body-landing .connect-content .head-2  {
  color: var(--dark-color-1);
}

.body-landing .intro-contact-content .office-intro-section, .body-landing .intro-contact-content button {
  background: var(--dark);
  border-bottom: 2px solid var(--light)
}

.body-landing .header-main {
  border-bottom: 5px solid var(--light);
}

.body-landing .intro-contact-content button:hover {
  background: var(--white)fff;
}

.body-landing .intro-contact-content button a:hover, .body-landing .intro-contact-content button:hover a {
  color: var(--dark);
}

.password-protect-headline, .password-protect label {
  color: var(--dark-color-1);
}

/*
======================
Map and Directions Section
======================
*/
.directions-search .submit-search {
	border: 2px solid var(--medium-color-1);
	color: var(--medium-color-1);
}

/*
======================
Footer Section
======================
*/

.footer-section {
  background: var(--dark);
}

.footer-section .social-container {
  border-top: none;
  border-bottom: 4px solid var(--dark);
}

.footer-section .social-container:after {
  background: var(--gray-dark); 
}

.footer-section .footer-cta-section h4 {
  color: var(--light);
}

.footer-section .footer-cta-section h4:after {
  background: var(--light);
}

.footer-section .ftr-group-name {
  color: var(--white);
}

.footer-section .sub-light .head-1 {
  color: var(--white);
 }

 .footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: var(--white);
}

.footer-social-section {
  background: var(--white);
  background-image: none;
  border-top: 3px solid var(--gray-light);
}

.footer-section .ftr-nap-name {
  color: var(--gray-medium) !important;
}

.footer-section .ftr-nap-address:before {
  color: var(--gray-medium)!important;
}

.footer-section .ftr-disclosures {
  color: var(--gray-medium);
}

.footer-section .social-container a .fa {
  color: var(--dark) !important;
}

.footer-section .social-container a:hover .fa {
  color: var(--medium) !important;
}

.footer-section .footer-content a {
  color: var(--white);
}

.footer-section .footer-content a:hover {
	color:var(--light);
}

.footer-section .footer-cta-section h4:hover > .head-1 {
  color: var(--light) !important;
}

.footer-section .ftr-nap-name {
  color: var(--gray-light) !important;
}

 .ftr-brokercheck {
  background-color: var(--black);
}

.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: var(--white);
  font-family: var(--font-3);
}

 .footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: var(--gray-medium)
}

.footer-section .ftr-disclosures {
  color: var(--gray-medium);
}

/* This hides the word "address" that appeard above the address */
.footer-section .ftr-nap-address:before {
  display: none;
}


/*
======================
Connected Advisor Model 1 - Blue
======================
*/

.connected-advisor-container .connected-advisor-slide-link:hover {
	background: rgba(var(--rgb-color-2), 0.2);
}

.connected-advisor-container .connected-advisor-slide-link:hover .connected-advisor-cta {
  border: 2px solid var(--white);
	background: transparent;
	color: var(--medium);
}

.connected-advisor-container {
  background: var(--dark-color-1); /* Old browsers */
	background: radial-gradient(ellipse at center, var(--dark-color-1) 0%,var(--dark) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.connected-advisor-slide {
  background: transparent;
}

.connected-advisor-container .connected-advisor-heading {
	font-family: 'Playfair Display', serif;
	color: var(--white);
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	padding: 0 10px;
}

.connected-advisor-container .connected-advisor-cta {
	color: var(--white);
  border: 2px solid var(--dark-color-1);
	font-size: 17px;
  display: inline-flex;
	height: 40px;
  margin: 20px 20px 20px 20px;
  font-family: 'Playfair Display', serif !important;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -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;
}

.connected-advisor-container .connected-advisor-slide-link:hover .connected-advisor-cta {
  border: 2px solid var(--white);
}

.connected-advisor-container .slick-active button:before {
	color: var(--white);
	opacity: 1;
}

.connected-advisor-container .slick-dots li button:before {
	color: var(--white);
	-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;
}

.connected-advisor-container .slick-dots li button:before {
  font-size: 9px;
}

/*
======================
Transition Video Section Begin
======================
*/
.transition-video-section {
  border-top: 10px solid var(--light);
}



.transition-video-section h1 {
  color: var(--dark-color-1);
}

.transition-video-section .head-1 {
  color: var(--dark);
}

/*
======================
Email Capture Form
======================
*/
.lead-form-section {
  border-top: 8px solid var(--dark)!important;
  border-bottom: 8px solid var(--dark)!important;
}

.email-capture-form-text .email-form-sub-head-main {
  color: var(--medium);
}

.email-capture-form-text .email-form-sub-head-main:after {
  background: var(--medium);
}

.email-capture-content-main-wrap input:not([type="submit"]):hover {
  border: 2px solid var(--dark);
}

/*
======================
Bio Alternatives
======================
*/
.body-bio-alt-2 .bio-photo-lg-section, .body-bio-alt-1 .bio-full-contact-section {
  background: var(--dark);
}

.body-bio-alt-structure .advanced-bio-carousel .mc-cta, .body-bio-alt-3 .bio-detail-links-wrapper .fa {
   color: var(--dark);
}

.body-bio-alt-3 .billboard-container {
  border-top: 9px solid var(--dark);
  border-bottom: 9px solid var(--dark);
}

.body-bio-alt-3 .bio-detail-quote:before {
  color: var(--medium);
  left: 0;
  top: -30px;
  position: relative;
  display: block;
}

.body-bio-alt-structure .slick-dots li button:before {
  border: 2px solid var(--dark);
}

.body-bio-alt-structure .slick-dots li.slick-active button:before {
  background: var(--dark);
}

.body-bio-alt-3 .bio-full-contact-section .bio-detail-email-link-as-text:hover {
  color: var(--dark);
}

.body-bio-alt-3 .bio-detail-links-wrapper .fa:hover {
  color: var(--gray-medium)!important;
}

.body-bio-alt-3 .bio-detail-links-as-text .bio-detail-email-link-as-text, .body-bio-alt-3 .bio-detail-links-as-text .bio-detail-phone-link-as-text {
  color: var(--dark);
}

.body-bio-alt-3 .bio-detail-links-as-text .bio-detail-email-link-as-text:hover, .body-bio-alt-3 .bio-detail-links-as-text .bio-detail-phone-link-as-text:hover {
  color: var(--gray-medium);
}

.body-bio-alt-structure .mc-container .slick-next:before{
  color: var(--dark);
}

.body-bio-alt-structure .mc-container .slick-prev:hover:before{
  color: var(--gray-medium);
}

.body-bio-alt-structure .mc-container .slick-prev:before{
  color: var(--dark);
}

.body-bio-alt-structure .mc-container .slick-next:hover:before{
  color: var(--gray-medium);
}

.body-bio-alt-structure .mc-container .slick-prev:before {
  color: var(--dark);
}

/*
======================
Sticky Footer CTA
======================
*/

.footer-section .footer-cta-sticky {
	  background: var(--dark);
}

.footer-section .footer-cta-sticky:hover {
   background: var(--gray-dark);
  color: var(--white) !important;
}


/*
======================
Blog Feed
======================
*/

.mc-ks-feed.mc-container .mc-main-heading-wrapper .mc-main-heading {
  color: var(--dark);
}

.mc-ks-feed .mc-heading {
  color: var(--dark);
}

.mc-ks-feed a:hover .mc-heading {
  color: var(--gray-dark);
}



.mc-ks-feed .mc-cta {
  color: var(--medium);
}

.mc-ks-feed a:hover .mc-heading {
  color: var(--gray-dark);
}

.mc-ks-feed .slick-prev:before, .mc-ks-feed .slick-next:before {
   color: var(--gray-dark);  
}

.mc-ks-feed .slick-prev:hover:before, .mc-ks-feed .slick-next:hover:before {
  color: var(--medium);  
}

/*
======================
Modules
======================
*/

.masterprime .arrow {
  fill: var(--medium);
}

.donut-segment-2 {
  stroke: var(--dark-color-1);
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
  border-top: 8px solid var(--medium);
}

.masterprime .module-case-section .module-case-content {
  border-color: var(--black)
}

.masterprime .related-resources-content .related-head {
  color: var(--gray-dark) !important;
}

/*=============== Buttons ===============*/

.body-digital-advice .button:hover {
  letter-spacing: 0;
}

/* Intro Buttons */
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta,
.masterprime .body-module-private-wealth .module-contact-section .ftr-cta:hover > .contact-button-cta { 
  background: var(--dark);
  color: var(--white);
  border: 2px solid var(--dark);
}

.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta:hover {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}

/* Dark Buttons */
.body-client-center .client-center-contact-section .client-center-contact-content .button,
.body-client-center .client-center-cta-section .client-center-cta-content .button,
.body-client-center .client-center-tutorial-section .client-center-tutorial-content .button {
  color: var(--dark) !important;
  border: 2px solid var(--dark) !important;
}

/* Dark Buttons - Hover */
.body-body-edelivery .client-center-contact-content .ftr-cta:hover > .button,
.body-client-center .client-center-contact-section .client-center-contact-content .ftr-cta:hover > .button,
.body-client-center .masterprime .client-center-cta-section .ftr-cta:hover > .button,
.body-client-center .client-center-contact-section .client-center-contact-content .button:hover,
.body-client-center .client-center-cta-section .client-center-cta-content .button:hover,
.body-client-center .client-center-tutorial-section .client-center-tutorial-content .button:hover,
.body-client-center .client-center-tutorial-section .client-center-tutorial-content:hover .button {
  background: var(--dark) !important;
  color: var(--white) !important;
}

.body-body-edelivery .client-center-intro-cta a:hover > .login .button,
.body-body-edelivery .client-center-video-content .client-center-video-intro .button:hover,
.body-digital-advice .client-center-intro-cta a:hover > .login .button,
.body-digital-advice .client-center-video-content .client-center-video-intro .button:hover {
  background: var(--dark);
  color: var(--white);
  border: 2px solid var(--dark);
}

.module-living-your-legacy .btn,
.module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button,
.module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button,
.module-living-your-legacy .module-callouts-section .callout-cta,
.module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta,
.body-digital-advice .client-center-intro-cta .login .button,
.masterprime .body-module-private-wealth .module-contact-section .ftr-cta .contact-button-cta,
.masterprime .body-module-private-wealth .ftr-cta-wrapper .contact-button-cta,
.body-body-edelivery .client-center-contact-content .button,
.body-edelivery .client-center-intro-cta .login .button,
.body-body-edelivery .client-center-video-content .client-center-video-intro .button,
.body-digital-advice .client-center-video-content .client-center-video-intro .button {
  color: var(--dark);
  border: 2px solid var(--dark);
}

.module-living-your-legacy .accord a.accord-cta:hover,
.module-living-your-legacy .btn:hover,
.module-living-your-legacy .callout-item:hover .callout-cta,
.module-slider-content .content-slider-wrapper .content-slider-cta:hover {
  color: var(--black) !important;
  border: 2px solid var(--black) !important;
}

/* Light Buttons */
.masterprime .body-digital-advice .client-center-contact-section .client-center-contact-content .button,
.masterprime .body-digital-advice .client-center-cta-section .client-center-cta-content .button,
.masterprime .body-digital-advice .client-center-tutorial-section .client-center-tutorial-content .button {
  color: var(--white);
  border: 2px solid var(--white);
}

/* Light Buttons - Hover */
.masterprime .body-digital-advice .client-center-contact-content .ftr-cta:hover > .button,
.masterprime .body-digital-advice .client-center-contact-section .client-center-contact-content .ftr-cta:hover > .button {
  background: var(--white);
  color: var(--dark);
  border: 2px solid var(--white);
}

/*=============== Links color ===============*/
.module-living-your-legacy .content-slider-wrapper a {
  color: var(--medium) !important;
}
.masterprime .body-module-private-wealth .module-explore-strategies-section a {
  border-color: var(--medium);
}

.body-digital-landing-page .digital-ad-landing-intro-contact-locations .ftr-nap a,
.masterprime .module-hedge-content p.disclaimer a,
.masterprime .slick-dots li.slick-active button:before {
  color: var(--dark);
}

/*=============== Backgrounds ===============*/
.body-digital-landing-page .header-main:after {
  background: var(--white) !important;
}

.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section {
  background: var(--dark-color-1);
}

.masterprime .body-module-private-wealth .module-contact-section {
  background: var(--gray-light);
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content,
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta:before,
.masterprime .body-module-private-wealth .module-section-header,
.masterprime .module-section-header {
  background: var(--dark);
}

.body-client-center .client-center-slider-section,
.body-digital-landing-page .team-section,
.body-edelivery .client-center-slider-section,
.client-center-slider-section.client-center-slider2,
.masterprime .body-digital-advice .client-center-contact-content {
  background: var(--dark) !important;
}

/*=============== Slick Dots / Arrows ===============*/
.masterprime .body-module-private-wealth .module-explore-strategies-section .module-explore-strategies-content .mc-container .slick-next:before,
.masterprime .body-module-private-wealth .module-explore-strategies-section .module-explore-strategies-content .mc-container .slick-prev:before {
  color: var(--white) !important;
}

.module-living-your-legacy .module-slider-content .content-slider-wrapper .slick-next:hover:before,
.module-living-your-legacy .module-slider-content .content-slider-wrapper .slick-prev:hover:before {
  color: var(--black) !important;
  opacity: 0.8 !important;
}

.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
  color: var(--medium);
}

/*=============== Headers ===============*/
.masterprime .module-section-header h4 {
  color: var(--white) !important;
}
.module-client-center .client-center-intro-section h1 .head-2,
.body-digital-advice .client-center-intro-section h1,
.body-edelivery .client-center-intro-section h1,
.client-center-intro-section h1 .head-2,
.masterprime .body-module-private-wealth .module-case-section h3,
.body-digital-landing-page .digital-ad-landing-accolades-callout .head-1,
.masterprime .body-module-private-wealth .module-designation-callout .content-slider-wrapper .content-slider-heading,
.intergenerational-interior-landing-page .contact-cta-btm .ftr-cta h2,
.intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong,
.intergenerational-interior-landing-page .disclosure-section p a,
.intergenerational-interior-landing-page .intro-section h1 strong,
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong,
.intergenerational-interior-landing-page .tile-fa-billboard h3,
.intergenerational-interior-landing-page.contact-cta-btm .ftr-cta h2 strong,
.intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2,
.intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2 strong,
.intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2,
.intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2 strong,
.intergenerational-main-landing-page .disclosure-section p a,
.intergenerational-main-landing-page .main-intro-content h1 strong,
.intergenerational-main-landing-page .masonry-grid-section h2 strong,
.masterprime .module-case-content h4,
.masterprime .module-intro-content .head-2,
.masterprime .related-resources-content .mc-heading,
.module-living-your-legacy .content-slider-wrapper a:hover,
.module-living-your-legacy .copy-section .head-1,
.module-living-your-legacy .main-module-section .module-intro-content .head-2 {
  color: var(--dark);
}

.masterprime .module-intro-content .head-2 {
  color: var(--dark) !important;
}

/*=============== CTA Text Colors ===============*/
.body-client-center .client-center-slider-section .content-slider-wrapper .slick-slide:hover .content-slider-cta,
.body-body-edelivery .client-center-slider-section .content-slider-wrapper .slick-slide:hover .content-slider-cta,
.body-client-center .related-resources-content .mc-cta,
.body-digital-advice .client-center-slider-section .content-slider-wrapper .slick-slide:hover .content-slider-cta,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading,
.masterprime .body-module-private-wealth .module-multimedia-slider-section .content-slider-wrapper .content-slider-cta:before,
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-cta,
.masterprime .contact-cta,
.masterprime .module-cta,
.masterprime .content-slider-wrapper .content-slider-cta,
.masterprime .module-related-resources-section .mc-cta,
.related-resources-content .mc-cta {
  color: var(--dark);
}

.module-client-center .client-center-slider-section .content-slider-wrapper .content-slider-copy, .module-client-center .client-center-slider-section .wrap-content-slider-content h3, .module-client-center .client-center-slider-section .content-slider-cta, .client-center-slider-section .content-slider-cta:before, .module-edelivery .client-center-slider-section .content-slider-wrapper .content-slider-copy, .module-edelivery .client-center-slider-section .wrap-content-slider-content h3, .module-edelivery .client-center-slider-section .content-slider-cta, .client-center-slider-section .content-slider-cta:before,
.body-client-center .slick-dots li.slick-active button:before,
.body-edelivery .content-slider-wrapper .content-slider-cta,
.body-edelivery .module-cta {
  color: var(--white);
}

.masterprime .contact-cta:before,
.masterprime .content-slider-cta:before,
.masterprime .module-cta:before {
  color: var(--grey-dark);
}

.masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta {
  color: var(--gray-dark) !important;
}

.body-edelivery .client-center-slider-section .content-slider-wrapper .slick-slide:hover .content-slider-cta {
  color: var(--dark);
  border: 2px solid var(--white);
}

.masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a .mc-cta,
.masterprime .module-whats-your-retirment-section-content .mc-container a:hover .mc-cta,
.module-living-your-legacy .module-quote-section .quote-cite {
  color: var(--dark-color-1) !important;
}
.intergenerational-interior-landing-page .disclosure-section p a:hover,
.intergenerational-main-landing-page .disclosure-section p a:hover,
.masterprime .module-related-resources-section .mc-content-wrapper:hover .mc-cta {
  color: var(--dark) !important;
}
.masterprime .module-contact-content .ftr-cta {
  text-decoration: none !important;
}
.masterprime .module-case-content:hover .module-cta {
  color: var(--gray-dark);
}
.module-living-your-legacy .copy-section h1:after,
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:after {
  background: var(--dark-color-1) !important;
}
.body-body-edelivery .client-center-contact-content,
.module-living-your-legacy .module-cta-banner-section {
  background: var(--gray-light);
}

.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading,
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--light-color-1);
  border: 1px solid var(--light-color-1);
}

.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper,
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before,
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before,
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
  border: 1px solid var(--light-color-1);
}

.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before,
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
  border-bottom: 1px dashed var(--light-color-1);
}

.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a,
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after,
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
  color: var(--light-color-1);
}

.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
  border: 2px solid transparent;
}

@media only screen and (max-width: 1024px) {
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:before {
    border-bottom: 1px dashed var(--light-color-1);
  }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
    border: 1px solid var(--light-color-1);
  }
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
  color: var(--light-color-1);
  border: 1px solid var(--light-color-1);
  background: var(--dark);
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
  color: var(--white) !important;
  /* background: 0 0; */
  border: 1px solid var(--white);
}

.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item {
  background: var(--dark);
  border: 2px solid var(--dark);
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover,
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover {
  border: 2px solid var(--dark);
}

.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
  background: var(--light-color-1);
}

.body-digital-advice .client-center-slider-section .content-slider-wrapper .content-slider-cta,
.body-edelivery .client-center-slider-section .content-slider-wrapper .content-slider-cta {
  border: 2px solid var(--white);
}

/*=============== Digital Landing Social Icons ===============*/
.body-digital-landing-page .digital-ad-landing-social-icons .ftr-nap a:hover,
.body-digital-landing-page .digital-ad-landing-social-icons .social-container .fa:hover,
.body-digital-landing-page .ftr-nap-phone:after {
  color: var(--dark) !important;
}


@keyframes module-slider-content-slide-animate {
  0%,
  100%,
  20% {
    transform: scale(1);
    color: var(--light-color-1);
  }
  10% {
    transform: scale(1.2);
    color: var(--light);
  }
}
@keyframes module-slider-content-slide-line {
  0% {
    opacity: 0;
    border-color: transparent;
    width: 0;
  }
  100% {
    opacity: 0.5;
    border-color: var(--light-color-1);
    width: 18px;
  }
}