/* /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('shared.css');
/*-snippets
@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;
 
========================================================================================================================
*/

:root {
--light: #94b9dc;
--light-color-1: #D4E3F2;
--medium: #84734D;
--medium-color-1:#B7A685;
--dark: #002035;
--dark-color-1: #001828;
--gray-light: #eef2f5;
--gray-medium: #dcdcdc;
--gray-dark: #393939;
--black: #000000;
--white: #ffffff;
--rgb-color-1: 0,0,0;
--rgb-color-2: 55,55,55;
--rgb-color-3: 255,255,255;
--rgb-opacity-1: 0.1;
--rgb-opacity-2: 0.5;
--rgb-opacity-3: 1;
--font-1: 'Old Standard TT, serif';
--font-2: 'Cormorant', serif;
--font-3: 'Source Sans Pro', sans-serif;
--font-4: 'Source Sans Pro', sans-serif;
}
 
body {
  color: var(--gray-dark);
} 
.masterprime .related-resources-main {
    background: var(--white);
}

/*
==============================================
Styles Page
==============================================
*/
.accord .accord-link {
  color: var(--medium);
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: var(--dark) !important;
}
.accord li .fa {
  color: var(--medium);
}
.accord li.open .fa {
  color: var(--dark);
}
.flextab-triggers a {
  background: var(--gray-light);
  color: var(--dark);
}
.flextab-triggers .set {
  color: var(--medium);
}

/*
 
Media Carousel Dots to Outlines
==============================================
 
red = #
 
==============================================
*/
 
.slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--dark);
}
.slick-dots li button:before {
  color: var(--dark);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  /* border-radius: 50%; */
}
.slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--dark);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}

/*
 
Mouse Scroller Model 1
==============================================
 
red = #
blue = #
 
==============================================
*/
 
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: var(--medium) !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(--white);
    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;
}

/*
==============================================
Resources Page
==============================================
*/
.filter-open.fa-angle-down:before, .filter a:hover, .filter-reset:hover {
  color: var(--medium);
}
.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(--light) !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);
}
.masonry-two-of-two-stacked {
  background-color: var(--dark);
}
.masonry-one-of-two-stacked {
  background: var(--medium);
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: var(--medium) !important;
}
.resource-detail-info-wrapper a:hover {
  color: var(--dark) !important;
}
.fa-share-alt {
  color: var(--medium) !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
  color: var(--dark) !important;
}
.social-media-share-wrapper span {
  background-color: var(--dark);
}
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--dark);
}
.social-media-share-wrapper span a:hover {
  color: var(--light) !important;
}

/*
==============================================
Podcast Page
==============================================
*/
.podcast-masthead {
  background-color: var(--gray-light);
}
.podcast-masthead.podcast-masthead-v2 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-masthead.podcast-masthead-v1 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-masthead.podcast-masthead-v3 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-episode .podcast-episode-info .podcast-episode-cta, .podcast-episodes-load-more, .podcast-episode-details .podcast-episode-details-navigation a {
  background: transparent !important;
  color: var(--dark) !important;
  border: 2px solid var(--dark) !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;
}
.podcast-masthead.podcast-masthead-v2 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-masthead.podcast-masthead-v1 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-masthead.podcast-masthead-v3 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-episode .podcast-episode-info .podcast-episode-cta:hover, .podcast-episodes-load-more:hover, .podcast-episode-details .podcast-episode-details-navigation a:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
  border: 2px solid var(--dark) !important; 
}
.podcast-episode-details .podcast-episode-details-navigation a:hover .podcast-episode-details-prev-carrot, .podcast-episode-details .podcast-episode-details-navigation a:hover .podcast-episode-details-next-carrot {
  border-color: var(--white) !important;
}
.podcast-episode .podcast-episode-info .podcast-episode-title {
  color: var(--medium);
}
.podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta a, .podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta button, .podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta .podcast-episode-details-cta-btn {
  color: var(--dark) !important;
}
.podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta .podcast-episode-details-cta-share:hover .social-media-share-wrapper .social-media-share-dropdown a:hover {
  color: var(--light) !important;
}

/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .blog-landing-copy-cta, .simple-form input[type="submit"] {
 background: transparent;
 color: var(--dark);
 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, .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);  
}
.investor-access-login-button {
  background: var(--white);
  color: var(--dark);
  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:hover {
  background: var(--medium);
  color: var(--white);
  border: 2px solid var(--dark); 
}
a {
  color: var(--medium);
}
a:hover {
  color: var(--dark);
}
.copy-section p 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: var(--medium);
  text-decoration: underline;
}
.copy-section p 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: var(--dark);
  text-decoration: underline;
}
/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: var(--dark) !important;
}
.header-main .ftr-logo {
  max-width: 250px;
}
/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark) !important;
} /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white);
}
/* 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);
}
/* 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);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--dark) !important;
}
.nav:after {
  background: var(--medium);
} 
/*
==============================================
Billboard Section
==============================================
*/
.billboard-section .head-2 {
  color: var(--white);
} 
.billboard-section h1 {
  color: var(--white);
}
.billboard-section h1:after {
  background: var(--light);
}
.billboard-section:before {
  background-color: var(--light-color-1);
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background: var(--gray-light);
  background-image: url("https://www.raymondjames.com/-/media/080621876c354938962019ffdf3f5bf7.ashx") !important;
  background-position: center;
  background-size: cover;
} 
.intro-section .intro-text:before {
  background: var(--medium);
}  
.intro-section .body-copy-accent {
  color: var(--dark);
} 
.intro-section .body-copy-accent:after {
  background: var(--light);
  opacity: .2;
}
.intro-section .intro-content:before {
  background: var(--gray-dark);
  opacity: .2;
}
.intro-section .intro-content:after {
  background: var(--gray-dark);
  opacity: .2; 
}
.intro-middle {
  color: var(--dark);
  font-family: playfair display;
  font-size: 24px;
  font-weight: 400;
}
.intro-middle::after {
  background: var(--light);
}

/*
==============================================
Services Section
==============================================
*/
.services-section {
  background: var(--white);
  background-image: url("https://www.raymondjames.com/-/media/87f24d9a02734a0a9a4cf48e197e6863.ashx") !important;
  background-position: center;
  background-size: cover;
} 
.services-section h2:after {
  background: var(--light);
} 
.services-section .services-headline h2 {
  color: var(--medium);  
}
.services-section .head-1 {
  color: var(--dark);
}
.services-section .services-slider h3 {
  color: var(--gray-dark);
}
/*
==============================================
Niches Section
==============================================
*/
.niche-section {
  background: var(--medium-color-1);
  border-top: 0px solid var(--gray-medium);
  border-bottom: 0px solid var(--gray-medium);
  background-image: url("https://www.raymondjames.com/-/media/12d7549a353e489dadb13d5a756a6888.ashx") !important;
  background-position: center;
  background-size: cover;
} 
.niche-section:before {
  background: transparent;  
}
.niche-section .mc-heading:after {
  background: var(--light);
}  
.niche-section .mc-heading {
  color: var(--gray-dark) !important;
}
.niche-section .mc-copy {
  font-family: 'Raleway', sans-serif;
  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);
}
.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 & Bio Pages
==============================================
*/
.team-section {
  border-top: 0px solid var(--gray-medium);
  background: var(--white);
}
.team-section h4 {
  color: var(--medium);
}
.team-section .head-1 {
  color: var(--dark);
}
.team-section h4:after {
  background: var(--light);
}
.team-section .yearbook-container .yearbook-last-name{
  color: var(--gray-dark);
}
.team-section .yearbook-container .yearbook-first-name {
  color: var(--gray-dark);
}
.team-section .yearbook-container .yearbook-title {
  color: var(--gray-dark);
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
	background: -moz-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}


.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
  background: -moz-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  background: linear-gradient(to bottom, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}

.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: rgba(var(--rgb-color-1), 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) !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: var(--gray-dark) !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--medium) !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: var(--dark) !important;
}
.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 !important;
}
.bio-quote-section:before {
  background: var(--light-color-1);	
}
.bio-detail-quote {
  color: var(--gray-dark);	
}
.bio-detail-quote-cite {
  color: var(--dark);
}
.bio-quote-section:after {
  background: var(--light-color-1);
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: var(--dark);
  background-image: url("https://www.raymondjames.com/-/media/d2ec709dac074560a7b830a3aaf995ab.ashx") !important;
  background-position: center;
  background-size: cover;
} 
.callouts-section .callout-heading .head-1 {
  color: var(--medium-color-1);
}
.callouts-section .callout-heading .head-2 {
  color: var(--white);
}
.callouts-section .callout-heading .head-2:after {
  color: var(--light);
  opacity: 1;
  background-color: var(--light) !important;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: var(--white)
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  color: var(--medium-color-1);
}
.callouts-section .callout-item:hover {
  background: rgba(var(--rgb-color-1), 0.2);
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--white);
}
 /*
==============================================
Quote Section
==============================================
*/  
.body-home .quote-section {
  border-top: 0px solid var(--gray-dark);
  background: var(--white);
  background-image: none !important;
}
.quote-section {
  background: var(--white);
  background-image: url("https://www.raymondjames.com/-/media/080621876c354938962019ffdf3f5bf7.ashx") !important;
  background-position: center;
  background-size: cover;
} 
.body-home .quote-section .quote {
  color: var(--dark) !important;
}
.body-home .quote-section .quote-cite {
  color: var(--medium) !important;
}
.quote-section .quote {
  color: var(--gray-dark) !important;
}
.quote-section .quote-cite {
  color: var(--dark) !important;
}
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--medium);
}  
.quote-section .quote-wrapper .quote-hr:after {
  background: var(--gray-dark);
  opacity: .2;
}
.body-home .quote-section:after {
  background: var(--dark);
  opacity: 0;
}
blockquote:before, q:before {
  background: var(--medium);
}
/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background: var(--white);
  background-image: url("https://www.raymondjames.com/-/media/74fbb29a35d84feca2eb247292c4ebd8.ashx") !important;
  background-position: center;
  background-size: cover;
  height: auto !important;
} 
.pov-section h4 {
  color: var(--medium);
}
.pov-section .head-1 {
  color: var(--dark) !important;
}
.pov-section h4:after, .pov-carousel .mc-heading:after {
  background: var(--light);
}
.pov-carousel .mc-heading {
  color: var(--gray-dark);
}
.pov-carousel .mc-date {
  color: var(--gray-dark);
}
.pov-carousel .mc-copy {
  color: var(--gray-dark); 
}
.pov-carousel .mc-cta {
  color: var(--medium);
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: var(--gray-dark);  
  text-decoration: none;
}
.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-light);
  border-bottom: 1px solid var(--gray-light);
}

/*
==============================================
Footer Section
==============================================
*/

.footer-section {
  background: var(--dark);
}
.footer-section .social-container {
  border-bottom: 8px solid var(--dark-color-1);
  border-top: 8px solid var(--medium-color-1);
}
.footer-section .footer-cta-section h4:after {
  background: var(--light);
} 
.footer-section .social-container:after {
  background: var(--gray-dark);
}
.footer-section .social-container a .fa {
  color: var(--white) !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--light) !important;
}
.footer-section .footer-content a {
  color: var(--white);
}
.footer-section .footer-content a:hover {
  color: var(--light);
}
.footer-section .footer-cta-section h4 {
  color: var(--medium-color-1);
}
.footer-section .sub-light .head-1 {
  color: var(--white);
}
.footer-section .footer-cta-section h4:hover {
  color: var(--white);
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: var(--medium-color-1) !important;
}
.footer-section .ftr-nap-name {
  color: var(--gray-light) !important;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: var(--white);
}
.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;
}

/*
==============================================
Interior Pages
==============================================
*/
.copy-section, .bio-section, .resource-section, .blog-main, .body-resource-detail .resource-section, .body-map-directions .resource-section, .podcast-page .resource-section, .podcast-detail .resource-section {
  background: var(--white);
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: var(--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(--gray-dark);
}
.copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  color: var(--medium);
}
.interior .billboard-content:after {
  background: var(--gray-medium);
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  color: var(--gray-dark) !important;
}
.quote-section {
  background: var(--white);
}
.quote-section .quote {
  color: var(--gray-dark);
}
.quote-section .quote-cite {
  color: var(--dark) !important;
}
.quote-section .mc-container .slick-track .slick-slide {
  background: transparent;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--black);
}
/*
==============================================
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: var(--dark) !important;
}
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--gray-dark) !important;
}

/*
==============================================
Modules
==============================================
*/

/*
Model 1
--primary = #002949
--secondary = #104C6E
--tertiary = #a3dbf3
*/   
 
/* Families and Individuals */
.masterprime .arrow {
  fill: var(--light);
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
  border-top: 8px solid var(--light);
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a:hover .mc-cta {
  color: var(--dark);
  text-decoration: none;
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a {
  text-decoration: none;
}
.masterprime .related-resources-content .mc-cta {
  color: var(--dark) !important;
  text-decoration: none;
}
.masterprime .module-intro-content .head-2 {
    color: #104C6E !important;
}
.masterprime .module-case-content h4 {
    color: #104C6E;
}
.donut-segment-2 {
    stroke: #104C6E;border: 1px solid transparent
}
.masterprime .module-cta {
     color: #104C6E;
}
.masterprime .module-case-content:hover .module-cta {
     color: #393939;
}
.masterprime .module-section-header {
    background: #002949;
}
.masterprime .content-slider-wrapper .content-slider-cta {
    color: #104C6E;
}
.masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta {
    color: #393939 !important;
}
.related-resources-content .mc-cta {
    color: #104C6E;
}
.masterprime .contact-cta {
    color: #104C6E;
}
 
 
/* Pre-Retirees */
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section {
    background: #002949;
}
.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: #a3dbf3;
    border: 1px solid #a3dbf3;
}
.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 {
    border: 1px solid #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
    border-bottom: 1px dashed #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
    color: #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
    background: #002949;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
    color: #a3dbf3;
    border: 1px solid #a3dbf3;
    background: #002949;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
    border: 1px solid #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
    border-bottom: 1px dashed #a3dbf3;
}
@keyframes module-slider-content-slide-animate {
  0%{
    transform: scale(1.0);
    color: rgba(163, 219, 243, .82);
  }
  10% { 
    transform: scale(1.2);
    color: rgba(163, 219, 243, 1);
  }
  20%, 100% { 
    transform: scale(1.0);
    color: rgba(163, 219, 243, .82);
  }
}@keyframes module-slider-content-slide-line {
  0%{
    opacity: 0;
      border-color: transparent;
      width: 0;
  }
  100% { 
    opacity: .5;
      border-color: #a3dbf3;
      width: 18px;
  }
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
    background: #002949;
    border: 1px solid #002949;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
    border: 1px solid #002949;
}
.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-heading-wrapper .callout-heading {
    color: #002949;
}
.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-mobile-slider .callout-item:hover .callout-cta-wrapper button {
    color: #002949;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
    color: #5489b6;
}
.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
    border: 1px solid transparent;
}
 
.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: #a3dbf3;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
    color: #a3dbf3;
}
.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 {
    border: 1px solid #a3dbf3;
}
.masterprime .module-hedge-content p.disclaimer a {
    color: #002949;
}
@media only screen and (max-width: 1024px) {
    .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
        border: 1px solid #a3dbf3;
    }
}
 
 /*
==============================================
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) {
  .nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--white);
    opacity: .8;
    z-index: -1;
  }
  .nav-opened.nav-trigger:after {
    background: none;
  }  
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background: var(--dark) !important;
} 
.fa-angle-down:before {
  color: var(--light);
}
/* 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(--dark);
}
 
 
/* 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);
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
 
}
 
 
/* 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;
  }  
  
}
 
/* IE only */
@media screen\0 {
 
}