/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
/* @import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/shared/resources.css');  

:root {
--light: #d9d5a9;
--light-color-1:#f4f3ed;
--medium: #277190;
--medium-color-1: #2c7da0;
--dark: #002949;
--dark-color-1: #272d3b;
--gray-light: #f5f7f9;
--gray-medium: #c7c7c7;
--gray-dark: #393939;
--black: #000000; 
--white: #ffffff;
--rgb-color-1: 0,41,73;
--rgb-color-2: 19,24,34;
--rgb-color-3: 217, 213, 169;
--rgb-color-4: 255,255,255;
--rgb-opacity-1: 0.9;
--rgb-opacity-2: 0.75;
--rgb-opacity-3: 0.1;
--rgb-opacity-4: 0.93;
--font-1: 'PT Serif', serif;
--font-2: 'Cormorant', serif;
--font-3: 'Raleway', sans-serif;
--font-4: 'Abel', sans-serif;
}

/*
==============================================
Masonry Grid Styles
==============================================
*/ 
.masonry-grid-3 .masonry-title {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-date {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-paragraph {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-category {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-cta {
  font-weight: 600 !important;
}

body {
  background: var(--white);

}
 
.masterprime .related-resources-main {
background: var(--white);
}
 
/* Buttons */
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more, .button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
    background: var(--medium) !important;
    color: var(--white);
    border-color: var(--medium);
    padding: 5px 19px;
    min-width: auto;
    text-transform: uppercase;
    font-family: var(--font-4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover, .button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
  border-color: var(--dark) !important;
}

.bio-detail-container:before, .bio-detail-container:before, .resource-section:before, .blog-section:before, .interior .quote-content:before, .copy-section:before, .niche-section .niche-content:before, .bar1-animate:before, .bar2-animate:before, .bar3-animate:before, .bar4-animate:before, .bar5-animate:before, .bar6-animate:before, .bar7-animate:before, .bar8-animate:before, .bar9-animate:before, .bar10-animate:before, .bar11-animate:before, .bar12-animate:before {
  background-color: var(--light);
  display: none;
}
 
a, .resource-detail-copy-wrapper a {
  color: var(--medium);
}
.resource-detail-copy-wrapper a {
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--dark);
}
.resource-detail-copy-wrapper a:hover {
  text-decoration: none;
}

/*
==============================================
Header Section
==============================================
*/
.social-container .fa:hover {
    color: var(--light);
}
.social-container .fa {
    color: var(--white);
}
.header-content .ftr-group-name {
  color: var(--light-color-1);
}


/*
==============================================
Logo to text Footer Section and logo only in Header
==============================================
*/

.header-section .ftr-logo-divider, .header-section .ftr-group-name {
    display: none;
}
.footer-section .ftr-logo, .footer-section .ftr-logo-divider {
    display: none;
}

/*
==============================================
Navigation Section
==============================================
*/
 
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white) !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--light) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--white) !important;
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: var(--light) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, 
.primary-nav .nav-subnav-second, .primary-nav .nav-subnav-third, 
.primary-nav .nav-subnav- {
  background-color: var(--dark-color-1) !important;
}
.interior .header-main, .interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background-color: var(--dark) !important;

}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper i {
  color: var(--white);
}
.investor-access-id-icon, .investor-access-password-icon {
  color: var(--medium);
  
}
.investor-access-input-wrapper input {
  color: var(--black);
}
.investor-access-login-button:hover {
  background: transparent;
  border: 1px solid  var(--medium);
}
.body-home .billboard-section .billboard-content-wrapper:after {
  background-color: rgba(var(--rgb-color-2),var(--rgb-opacity-2)) !important;
}
.body-home .billboard-content:before {
  background-color: transparent !important;
}

/*
==============================================
Hamburger Menu Styles
==============================================
*/

/* Hamburger Menu Icon */
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
  background:var(--light);
}
 
 
/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: var(--white);
}

/* Hamburger Menu Icon Background for ADA*/
.nav-trigger:after {
  left: -2px;
  top: -15px;
  right: -25px;
  bottom: -17px;
  background:var(--dark);
  z-index: -1;
}
.nav-opened.nav-trigger:after {
  background: none;
}
.nav-sticky {
  background: rgba(var(--rgb-color-1),var(--rgb-opacity-1)) !important; 
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  border-color: rgba(var(--rgb-color-1),var(--rgb-opacity-1)) !important; 
  font-family: var(--font-3);
  font-weight: 400;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
  font-family: var(--font-3);
  font-weight: 400;
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-heading h1:before {
  border-top: solid 2px var(--light);
  display: none;
}
.billboard-heading h1 .head-1 {
  color: var(--white);
  font-family: var(--font-1);
  text-transform: none;
  font-weight: 700;
  line-height: 68px;
}
.billboard-heading h1 .head-2 {
  color: var(--white);
  font-family: var(--font-2);
  font-style: italic;
  line-height: 58px;
}
.body-home .billboard-section .billboard-container {
  animation: none;
  animation-delay: 0s;
}
.billboard-content .billboard-background-video-wrapper:after {
  background-color: rgba(0,41,73,0.75) !important;
  animation-delay: 1.5s;
  animation-duration: 5s;

}
.billboard-heading {
  top: 250px;
}

/*
==============================================
Mouse Scroller Model 2
==============================================
*/
 
.scroller, .scroller-mobile {
  background-image: none !important;
  background:  rgba(255, 255, 255, 0) !important  ;
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background: none;
    border-radius: 50%;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid var(--light);
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 32px;
    left: 16px;
}
.scroller:after, .scroller-mobile:after  {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid var(--light);
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.scroller-mobile:after, .scroller-mobile:before   {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
}
.scroller-mobile:before {
  bottom: 22px;
}


/*
==============================================
Intro Section
==============================================
*/

.intro-section {
  background: var(--white);
  border-bottom: none;
}
.intro-section .intro-text {
  color: var(--gray-dark);
  font-family: var(--font-3);
}

/*
==============================================
Video Section
==============================================
*/ 
.video-section {
  padding: 100px 0;
}
.video-section p {
  margin: 0 0 20px;
}
.video-content-1 {
  padding-bottom: 25px;
}
.video-content-1, .video-content-3 {
  padding: 0px 50px;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.video-content-2 {
  padding: 0px 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
 .video-text-1, .video-player-1, .video-text-2, .video-player-2, .video-text-3, .video-player-3 {
  padding: 25px;
  height: 100%;
}
.video-text-2 h2 span {
  text-transform: uppercase;
}
.image-container {
  text-align: center;
}
.image-container img {
  max-width: 100%;
}
.video-tile .video-tile-copy-wrapper {
  padding: 0 30px;
}
.video-text-1, .video-text-3 {
  text-align: right;
}
.video-text-1, .video-text-2, .video-text-3 {
  font-family: var(--font-4);
  font-size: 18px;
  color: var(--gray-dark);
  line-height: normal;
}
.video-text-1 h2, .video-text-2 h2, .video-text-3 h2 {
  font-family: var(--font-1);
  font-size: 32px;
  line-height: 36px;
  color: var(--dark);
  font-weight: 100;
  margin-bottom: 10px;
  display: block;
}
.video-button {
  font-family: var(--font-4);
  color: var(--medium);
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  margin-right: 10px;
}
.video-button:after {
  content: '';
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f101";
  left: 5px;
  position: relative;
  display: inline;  
  -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;
}
.video-button:hover:after{
  left: 15px;
}



/*
==============================================
Team Section
==============================================
*/

.yearbook-three .yearbook-hr {
  background-color: var(--light);
}
.team-section {
  background: var(--white);
  border-bottom: solid 4px  var(--light);
}
.team-section .team-copy h2 .head-2 {
  color: var(--gray-dark);
  font-family: var(--font-1);
}
.team-section .team-copy p {
  color: var(--gray-dark);
}
.yearbook-three .yearbook-name-wrapper .yearbook-first-name,  
.yearbook-three .yearbook-name-wrapper .yearbook-last-name, 
.team-section .yearbook-three .yearbook-name-wrapper .yearbook-designation {
  color: var(--dark) !important;
  font-family: var(--font-1);
  text-transform: none;
  font-weight: 600;
}
.yearbook-title {
  color: var(--gray-dark); 
}
.team-section .team-copy h2 .head-1 {
  color: var(--medium); 
  font-family: var(--font-2);
}
.team-section .team-slider .yearbook-container .slick-next, .team-section .team-slider .yearbook-container .slick-prev {
  border-color: var(--medium);
}
.team-section .team-slider .yearbook-container .slick-next:hover, .team-section .team-slider .yearbook-container .slick-prev:hover {
  border-color: var(--gray-dark);
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa {
  color:var(--dark);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa:hover {
  color: var(--medium);
}
.yearbook-slide:before {
  background-color: var(--dark);
  color: var(--white);
}

.yearbook-slide:hover {
  background: rgba(var(--rgb-color-3),var(--rgb-opacity-3));
}

/*
==============================================
Bio Page Section
==============================================
*/ 
.bio-detail-first-name-wrapper, 
.bio-detail-last-name-designation-wrapper, 
.bio-detail-first-name, 
.bio-detail-last-name, 
.bio-detail-preferred-name {
  font-family: var(--font-1);
  font-weight: 600;
  text-transform: none;
}
.bio-detail-first-name-wrapper, 
.bio-detail-last-name-designation-wrapper, 
.bio-detail-first-name, 
.bio-detail-last-name, 
.bio-detail-designation-wrapper, 
.bio-detail-designation, 
.bio-detail-middle-initial-wrapper, 
.bio-detail-middle-initial, 
.bio-detail-preferred-name {
  color: var(--dark) !important;
}
.bio-detail-title-wrapper, .bio-detail-title {
  color: var(--gray-dark);
}
.bio-content-social:before {
  background-color: var(--light);
 }
.bio-detail-links-wrapper .fa {
  color:var(--dark);
}
.bio-detail-links-wrapper .fa:hover {
  color: var(--medium);
}
.bio-detail-quote:before {
  color: var(--light);
  display: none;
}
.bio-detail-quote {
  color: var(--dark);
  text-indent: 0;
}
.bio-detail-copy-wrapper p, .bio-detail-copy-wrapper {
  color: var(--gray-dark);
  font-family: var(--font-3);
}
.bio-detail-copy-wrapper h2, 
.bio-detail-copy-wrapper h3, 
.bio-detail-copy-wrapper h4, 
.bio-detail-copy-wrapper h5 {
  color: var(--gray-dark);
}
.bio-detail-quote-cite {
  color: var(--dark);  
}
.yearbook-designation-wrapper, .bio-detail-designation {
  display: block;
}
/*
==============================================
Callouts Section
==============================================
*/ 
.body-home .callouts-section {
  background: url(https://www.raymondjames.com/-/media/7bad43dd277c466ba1b7dd31e9ad3d43.ashx) no-repeat top center;
  background-size: cover;
  border-bottom: none;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.body-home .callouts-section:before {
  content: '';
  position: absolute;
  background: rgba(var(--rgb-color-1),var(--rgb-opacity-2));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body-home .callouts-section .callouts-container .callout-item:hover .callout-image-wrapper:before, 
.body-home .callouts-section .callouts-mobile-slider .callout-item:hover .callout-image-wrapper:before {
  background: var(--light);
}
.body-home .callouts-section .callouts-container .callout-item:hover .callout-cta, 
.body-home .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
  color: var(--light);
}
.body-home .callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, 
.body-home .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
  color: var(--white);
  font-family: var(--font-1);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.body-home .callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, 
.body-home .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
  color: var(--white);
  font-family: var(--font-1);
  text-transform: lowercase;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}
.body-home .callouts-section .callouts-container .callout-item .callout-cta-wrapper button, 
.body-home .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  color: var(--white);
  font-family: var(--font-4);
  margin-top: 20px;
  -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;
}
.body-home .callouts-section .callouts-container .callout-item .callout-copy-wrapper, 
.body-home .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
  color: var(--white);
}
.body-home .callouts-section .callouts-container .callout-item, 
.body-home .callouts-section .callouts-mobile-slider .callout-item {
  padding: 0 50px;
}
.body-home .callouts-section .callouts-container .callout-item .callout-cta-wrapper {
  text-align: left;
}
/*
==============================================
Quote Section
==============================================
*/
.new-home .quote-section {
  background: url(https://www.raymondjames.com/-/media/0c820c33685d44ffbcd045b8d4f419a5.ashx) no-repeat bottom center;
  background-size: cover;
  min-height: 650px;
  position: relative;
}
.new-home .quote-section:before{
  content:'';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+50 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.new-home .quote, .new-home .quote-wrapper:before {
  color: var(--dark);
  font-family: var(--font-2);
}
.new-home .quote-section .quote-cite {
  color: var(--gray-dark);
  font-family: var(--font-1);
}


/*
==============================================
Interior Quote Section
==============================================
*/

.interior .quote-section {
  border: none;
  background: var(--light-color-1);
  min-height: auto;
  position: relative;
}
.interior .quote-section:before {
  content:'';
  background: url(https://www.raymondjames.com/-/media/42b54b7d79f14e009becb6f6c247b185.ashx) no-repeat;
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  margin: -50px auto 0;
}
.quote-section .mc-heading {
  color: var(--gray-dark);
}
.quote-section .mc-copy {
  color: var(--gray-dark);
}
.interior .quote-section .mc-date {
  color: var(--gray-dark);
}
.quote-section .mc-cta {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.mc-container a:hover .mc-cta {
  color: var(--white);
  border-color: var(--dark);
}
.quote-section .mc-container .slick-prev:before, .quote-section .mc-container .slick-next:before {
  color: var(--gray-dark);
  opacity: 1;
}
.quote-section .mc-container .slick-prev:hover:before, .quote-section .mc-container .slick-next:hover:before {
  color: var(--medium);
}
.interior .quote-content {
  background: none;
  margin: 0 auto;
}
.interior .quote {
  color: var(--dark);
  font-family: var(--font-1);
  font-size: 28px;
}
.interior .quote-content .quote-wrapper .quote-cite {
  color: var(--gray-dark);
  font-family: var(--font-4);
  font-weight: 100;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.body-about-us .footer-billboard-section, .no-quote .quote-section {
  display: none;
}
.body-services .video-col {
  padding: 0 100px;
  margin: 0 0 50px;
}

/*
==============================================
Niche Section
==============================================
*/
.niche-section {
  border-top: none;
}
.new-home .niche-section {
  background: var(--white);
  min-height: auto !important;
}
.niche-section h2 {
  font-family: var(--font-1);
  font-weight: 100;
  font-size: 36px;
  line-height: 42px;
  color: var(--dark);  
}
.niche-section .mc-content-wrapper {
  padding: 30px 0 0;
}
.niche-section .niche-content, .niche-section .mc-slide {
  background: var(--white);
}
.niche-section .mc-slide {
  background: var(--light-color-1);
  padding: 20px;
  position: relative;
}
.niche-section .niche-content .mc-slide a:before {
  content: '';
  display: block;
  height: 8px;
  background: transparent;
  width: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}
.niche-section .mc-slide a:hover:before, .niche-section .mc-slide a:hover:before {
  content: '';
  display: block;
  height: 8px;
  background: var(--light);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.niche-section .niche-content .mc-heading {
  color: var(--dark);
  font-family: var(--font-4);
}
.niche-section .niche-content .mc-copy {
  color: var(--gray-dark);
  font-family: var(--font-4);
}
.niche-section .niche-content .mc-container a .mc-cta {
  color: var(--medium) !important;
  border: none !important;
  font-family: var(--font-4);
  left: 0;
}
.niche-section .niche-content .mc-container a:hover .mc-cta {
  color: var(--dark) !important;  
}
.niche-section .mc-container .slick-prev:before, .niche-section .mc-container .slick-next:before {
  color:  var(--dark);
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.niche-section .mc-container .slick-prev:hover:before, .niche-section .mc-container .slick-next:hover:before  {
  color:  var(--dark);
}
.niche-section .niche-content .mc-image-wrapper {
  background: var(--dark-color-1);
}
.niche-section .niche-content a .mc-cta, .niche-section .niche-content a:hover .mc-cta {
  background: none !important;
  font-weight: 400;
}
/*
==============================================
Blog Archive Sidebar Links - Side Navigation
==============================================
*/ 
 
.filter-list-heading a {
  color:  var(--gray-dark) !important;
  border-color: var(--light);
}
.filter-list-links .filter-list-date a {
  color:  var(--gray-dark) !important;
}
.filter-list-heading a:hover {
  color: var(--medium);
}
.filter-list-heading a:hover {
  color:  var(--medium) !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: var(--gray-dark) !important;
}

/*
==============================================
Footer Section
==============================================
*/ 

.footer-content {
  border-top: solid 4px  var(--light);
}
.footer-section .ftr-cta-wrapper a.ftr-cta:hover {
  letter-spacing: 0;
}
.footer-section .ftr-cta-wrapper a.ftr-cta:hover h2 {
  color: var(--medium);
}

/*
==============================================
Footer Contact CTA Section
==============================================
*/ 
.footer-cta-social-section {
  background: var(--white);
}
.ftr-cta-wrapper a h2 {
  color: var(--dark);
  font-family: var(--font-1);
  text-transform: none;
  -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;
}
.footer-social .social-container .fa {
  color: var(--dark);
}
.footer-social .social-container .fa:hover {
  background: var(--dark);
  color: var(--white);
}
.footer-social .social-container .fa-twitter, .footer-social .social-container .fa-facebook, .footer-social .social-container .fa-linkedin, .footer-social .social-container .fa-envelope, .footer-social .social-container .fa-youtube-play {
  border: solid 1px  var(--dark);
}
.ftr-cta-wrapper a h2 .footer-subhead {
  color: var(--medium);
  font-family: var(--font-1);
}
/*
==============================================
Footer Logo Section
==============================================
*/ 

.footer-content .ftr-group-name {
  color: var(--light);
}

.ftr-nap-map-directions a {
  color: var(--light);
}
.footer-section a {
  color: var(--white);
}
.footer-section a:hover {
  color: var(--light);
}
.footer-section .footer-nap-address a {
  color: var(--white);
}
.footer-section .footer-nap-address a:hover {
  color: var(--light);
}
.ftr-nap-address-label {
  color: var(--light) !important;
}
.ftr-nap li[data-phonetype="5"]::before, .ftr-nap li[data-phonetype="0"]::before {
  color: var(--light) !important;
  display: none;
}

.footer-section .ftr-nap-map-directions a {
  color: var(--light);
}
.footer-section .ftr-nap-map-directions a:hover {
  color: var(--white);
}
.ftr-nap, .ftr-nap a, .ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
  color: var(--white);
}

.footer-hedge-section {
  background-color: var(--dark);
  font-family: var(--font-3);
}


/*
==============================================
Styles Section
==============================================
*/
.copy-section h1 {
  color: var(--dark);
  font-family: var(--font-1);
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 48px;
}
.copy-section h1 .head-2 {
  color: var(--dark);
  font-family: var(--font-2);
  font-weight: 100;
  font-style: italic;
}
.copy-content {
  color: var(--gray-dark);
  font-family: var(--font-3);
}
.copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
  color: var(--dark);
  font-family: var(--font-1);
  text-transform: none;
  font-weight: 600;
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
  border-color: var(--light);
  color: var(--gray-dark);
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
  background-color: var(--light);
}

 
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--medium);
}

.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa, .flextabs-wrapper a:hover {
  color: var(--dark);
}
.accord .accord-link, .accord .accord-inner-link {
  border-color: var(--gray-light);
}
.flextab-triggers a {
  background: var(--white);
  border: 1px solid var(--dark);
  color: var(--dark) !important;
  padding: 10px 10px;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--dark) !important;
  color: var(--white) !important;
}
.flextab-triggers {
  background: none;
}
.accordion-panel a, .accord .accord-inner-link-content a {
  color: var(--medium);
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
  color: var(--medium);
}
.accordion-panel a:hover, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: var(--dark);
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--dark);
}
.copy-section h1 sup {
  font-size: 56%;
}
/*
==============================================
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(--medium) !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: var(--dark) !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: var(--white) !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: var(--gray-light) !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background:  var(--dark) !important;
}


/*
==============================================
Universal Slick Dots - Dots to Outlines
==============================================
*/
.slick-dots {
  bottom: 0px !important;
  padding: 10px 10px 40px 10px !important;
  position: relative !important;
}
.slick-dots li button:hover:before {
  background: var(--gray-dark) !important;
  opacity: 0.6 !important;
}

.slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--gray-dark);
}
.slick-dots li button:before {
  color: var(--gray-dark);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--gray-dark);
  opacity: 1;
}
.slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
}
.slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--gray-dark);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}


/*
==============================================
Detail Page Share Widget section
==============================================
*/

/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
  color: var(--medium) !important;
}
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: var(--dark) !important;
}
 
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: var(--medium-color-1)  !important;
}
 
/* share pop up box icon normal */
.social-media-share-wrapper span a {
  color:  var(--white) !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
  color:  var(--light) !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--dark);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--dark);
}

/* Tag cloud header with icon*/
.resource-detail-tag-cloud-header, 
.blog-detail-tag-cloud-header, 
.resource-detail-tag-cloud-wrapper 
.resource-detail-tag-cloud-heading-wrapper, 
.blog-detail-tag-cloud-wrapper 
.blog-detail-tag-cloud-heading-wrapper {
  color:  var(--gray-dark) !important;
}

.resource-date-link, 
.resource-category-link, 
.resource-media-type-link, 
.resource-detail-tag-cloud-links a, 
.blog-date-link, 
.blog-category-link, 
.blog-media-type-link, 
.blog-detail-tag-cloud-links a, 
.resource-detail-copy-wrapper a {
  color:  var(--medium) !important;
}
.resource-date-link:hover, 
.resource-category-link:hover, 
.resource-media-type-link:hover, 
.resource-detail-tag-cloud-links a:hover, 
.blog-date-link:hover, 
.blog-category-link:hover, 
.blog-media-type-link:hover, 
.blog-detail-tag-cloud-links a:hover, 
.resource-detail-copy-wrapper a:hover {
  color:  var(--dark) !important;
}

.resource-detail-heading-wrapper h1, 
.resource-detail-copy-wrapper h2, 
.resource-detail-copy-wrapper h3, 
.resource-detail-copy-wrapper h4, 
.resource-detail-copy-wrapper h5, 
.blog-detail-heading-wrapper h1, 
.blog-detail-copy-wrapper h2, 
.blog-detail-copy-wrapper h3, 
.blog-detail-copy-wrapper h4, 
.blog-detail-copy-wrapper h5 {
  color:  var(--gray-dark);
}
.resource-detail-copy-wrapper, 
.blog-detail-copy-wrapper {
  color:  var(--gray-dark);
}
hr {
  background-color: var(--gray-light);
  color: var(--gray-light);
}
h1.blog-landing-heading {
  color: var(--gray-dark);
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
  color: var(--gray-dark);
}
.blog-landing-calendar {
  color:  var(--gray-dark) !important; 
}
.blog-landing-overall-copy {
  border-color: var(--light);
}
.blog-detail-copy-wrapper a {
  color: var(--medium);
}
.blog-detail-copy-wrapper a:hover {
  color: var(--dark);
}

/*
==============================================
STICKY CTA
==============================================
*/

.footer-section .footer-cta-sticky {
  background: var(--medium);
  border: 1px solid var(--medium);
  color: var(--white);
  font-family: var(--font-4);
}
.footer-section .footer-cta-sticky:hover {
  background: var(--dark);
  color: var(--light);
  border: 1px solid var(--medium);
}

/*
==============================================
Process Slider
==============================================
*/
.ks-process-slider .slick-slider .slick-track, .ks-process-slider .slick-slider .slick-list {
  background: var(--light-color-1);
}
.ks-process-slider .ks-process-header {
  color: var(--dark);
  text-transform: none;
}

/*
==============================================
Services Callouts
==============================================
*/
.callouts-container.callouts-services, .callouts-mobile-slider.callouts-services {
  grid-template-columns: repeat(4, 1fr);
}
.callouts-container.callouts-services.callouts-three, .callouts-mobile-slider.callouts-services.callouts-three {
  grid-template-columns: repeat(3, 1fr);
}
.callouts-container.callouts-services .callout-item, .callouts-mobile-slider.callouts-services .callout-item {
  background: var(--light-color-1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callouts-container.callouts-services .callout-item:hover, .callouts-mobile-slider.callouts-services .callout-item:hover {
  background: var(--dark);
}
.callouts-container.callouts-services .callout-item .callout-heading-wrapper .callout-heading, 
.callouts-mobile-slider.callouts-services .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--dark);
  text-transform: none;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callouts-container.callouts-services .callout-item .callout-heading-wrapper .callout-heading .head-2, 
.callouts-mobile-slider.callouts-services .callout-item .callout-heading-wrapper .callout-heading .head-2 {
  display: block;
}
.callouts-container.callouts-services .callout-item:hover .callout-heading-wrapper .callout-heading, 
.callouts-mobile-slider.callouts-services .callout-item:hover .callout-heading-wrapper .callout-heading {
  color: var(--white);
}
.callouts-container.callouts-services .callout-item .callout-cta-wrapper button, 
.callouts-mobile-slider.callouts-services .callout-item .callout-cta-wrapper button {
  font-size: 12px;
  font-weight: 600;
  color: var(--medium);
  text-align: center;
  border: none;
  padding: 0;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.callouts-container.callouts-services .callout-item:hover .callout-cta-wrapper button, 
.callouts-mobile-slider.callouts-services .callout-item:hover .callout-cta-wrapper button {
  color: var(--light);
}
.callouts-container.callouts-services .callout-item .callout-cta-wrapper, 
.callouts-mobile-slider.callouts-services .callout-item .callout-cta-wrapper {
  text-align: center;
  margin-bottom: 0;
}


/*
==============================================
Module Styles
==============================================
*/
.masterprime .body-module-private-wealth .module-explore-strategies-section h3,
.masterprime .body-module-private-wealth .ftr-cta-wrapper h3 {
  font-family: var(--font-1) !important;
  text-transform: none;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0;
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .intro-cta-headline {
  font-weight: 600;
}
.masterprime .body-module-private-wealth .module-case-section h3,
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-heading {
  font-family: var(--font-1) !important;
  text-transform: none;
  color: var(--dark);
  font-weight: 600;
  letter-spacing: 0; 
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta {
  font-family: var(--font-4);
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a {
  color: var(--medium);
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a:hover {
  color: var(--dark);
}
.masterprime .body-module-private-wealth .video-head {
  font-family: var(--font-1);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.masterprime .module-slider-content .slick-slide:hover .content-slider-cta {
  color: var(--medium) !important;
}
.masterprime .body-module-private-wealth .module-multimedia-slider-section .content-slider-wrapper:hover .content-slider-cta:before {
  color: var(--medium);
}
.masterprime .body-module-private-wealth .related-resources-content .mc-heading {
  font-family: var(--font-1) !important;
  color: var(--dark) !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0 !important;
}
.masterprime .body-module-private-wealth .related-resources-content .mc-cta {
  font-family: var(--font-4);
}
.masterprime .contact-cta,
.masterprime .contact-cta:before {
  color: var(--light);
}

.intergenerational-interior-landing-page .intro-section h1, .intergenerational-main-landing-page .main-intro-content h1, .intergenerational-main-landing-page .masonry-grid-section h2, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading {
  font-weight: 600;
  color: var(--dark);
  font-family: var(--font-1);
  font-style: normal;
}
.intergenerational-interior-landing-page .intro-section h1 strong, .intergenerational-main-landing-page .main-intro-content h1 strong, .intergenerational-main-landing-page .masonry-grid-section h2 strong, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
  text-transform: none;
  color: var(--dark);
  font-family: var(--font-2);
  font-weight: 100;
  font-style: italic;
}
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2,
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong {
  color: var(--white);
}
.intergenerational-interior-landing-page .intro-section h3 {
  font-family: var(--font-1);
  font-weight: 600;
  color: var(--dark);
}
.eyebrow {
  text-transform: none;
  color: var(--dark);
}
.intergenerational-interior-landing-page .related-resources-section .mc-heading {
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
}
.intergenerational-interior-landing-page .tile-fa-billboard h3 {
  color: var(--dark);
  font-family: var(--font-1);
  font-weight: 600;
  text-transform: none;
}
.intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2, .intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2 strong, .intergenerational-interior-landing-page .contact-cta-content h2, .intergenerational-interior-landing-page .contact-cta-content h2 strong {
  font-weight: 600 !important;
  color: var(--dark);
  font-family: var(--font-1);
}
.intergenerational-interior-landing-page .related-resources-section .media-carousel-base .mc-main-heading-wrapper .mc-main-heading {
  color: var(--dark);
  font-family: var(--font-1);
  font-weight: 600;
  text-transform: none;
}



.module-living-your-legacy .main-module-section .module-intro-content h1, .module-living-your-legacy .main-module-section .module-intro-content .head-2, .module-living-your-legacy .module-cta-banner-section h2, .module-living-your-legacy .module-footer-cta-banner-section h4, .module-living-your-legacy .module-callouts-section h3, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading, .module-living-your-legacy .module-related-resources-section .mc-heading, .module-living-your-legacy .module-quote-section .quote, .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--dark) !important;
  font-family: var(--font-1);
  text-transform: none !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.module-living-your-legacy .module-quote-section .quote,
.module-living-your-legacy .module-quote-section .quote-cite {
  color: var(--white) !important; 
}
.module-living-your-legacy .module-cta-banner-section h2{
  color: var(--white) !important;
  margin: 0 0 20px;
}
.module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .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-slider-content .content-slider-wrapper .content-slider-cta {
  color: var(--white);
  border: 1px solid var(--white);
}
.module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta {
  color: var(--dark);
  border: 1px solid var(--dark); 
}
.module-living-your-legacy .btn:hover, .module-living-your-legacy .accord a.accord-cta:hover, .module-living-your-legacy .callout-item:hover .callout-cta, .module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-footer-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-slider-content .slick-slide:hover .content-slider-cta {
  color: var(--dark) !important;
  border: 1px solid var(--white) !important;
  background: var(--white) !important;
}
.module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-footer-cta-banner-section .btn {
  color: var(--dark);
}
 
.module-living-your-legacy .mc-container a:hover .mc-cta {
  color: var(--dark);
  background: none !important;
  border: 1px solid transparent !important;
}
 
.module-living-your-legacy .module-related-resources-section .mc-cta {
  color: var(--medium);
  -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; 
}
 
.module-living-your-legacy .module-quote-section, .module-living-your-legacy .module-cta-banner-section {
  background: var(--dark) !important;
}
 
.module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before {
    color: plum !important;
}
.module-living-your-legacy .module-multimedia-section:after,
.module-living-your-legacy .module-quote-content:before {
  display: none;
}
.module-living-your-legacy .main-module-section .module-intro-content h1 .head-1 {
  color: var(--dark) !important;
  font-family: var(--font-1);
  text-transform: none !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.module-living-your-legacy .module-slider-copy a {
  color: var(--medium) !important;
}

/*
==============================================
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) {
.callouts-services.callouts-container .callout-item {
  width: calc(50% - 10px); 
}
.services-graphic {
  display: none;
}
.billboard-background-video-wrapper {
  position: inherit;
}
.body-home .callouts-section .callouts-container .callout-item, 
.body-home .callouts-section .callouts-mobile-slider .callout-item {
  padding: 0 30px;
}
.body-services .video-col {
  padding: 0;
}
.new-home .quote-section {
  background-position-x: -400px;
}

.billboard-heading {
  top: inherit;
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
  display: block !important;
}  
.billboard-background-video-overlay::after {
  display: none;
}
}
 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
 
}
 
/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {
  .nav-overall-wrapper:not(.van-mobile-nav) {
    background: transparent !important;
  }
  .primary-nav {
    background: var(--dark);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: var(--dark-color-1) !important;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
   color: var(--light);
  }
  .nav {
    color: var(--white);
  }
  .callouts-section .slick-prev:before, .callouts-section .slick-next:before {
    border-color: var(--medium);
  }
  .callouts-section .callouts-container .callout-item, 
  .callouts-section .callouts-mobile-slider .callout-item {
    padding: 0;
    width: calc(33.3% - 5px);
  }
  .video-content-1, .video-content-2, .video-content-3 {
    padding: 0px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-text-1, .video-text-3 {
  text-align: left;
}
.video-text-1, .video-player-1, 
.video-text-2, .video-player-2, 
.video-text-3, .video-player-3 {
  padding: 25px 0 0;
}
.video-text-3 {
  padding: 50px 0 0;
}
.body-home .callouts-section .callouts-container .callout-item, 
.body-home .callouts-section .callouts-mobile-slider .callout-item {
  padding: 0;
}
.new-home .quote-section {
  background-position-x: -650px;
}
}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .team-section .team-slider .slick-dots {
    margin-top: 0;
  }
  .callouts-container.callouts-services .callout-item, 
  .callouts-mobile-slider.callouts-services .callout-item {
    margin: 0 0 20px;
  }
  .callouts-section {
    display: block;
  }
  .billboard-heading h1 .head-1,
  .billboard-heading h1 .head-2 {
    line-height: 42px;
  }
  .callouts-section .callouts-container .callout-item, 
  .callouts-section .callouts-mobile-slider .callout-item {
    padding: 0 60px;
    width: 100%;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
    text-align: left;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
    color: var(--white);
  }
  .callouts-section {
    padding: 50px 0 0;
  }
  .quote-section .quote-wrapper {
    padding: 0px 15px 110px;
  }
  .primary-nav, .primary-nav ul {
    background: inherit;
  }
  .video-col iframe{
    max-width: 100%;
    height: auto;
  }
  .quote {
    font-size: 30px;
  }
  .interior .quote {
    font-size: 26px;
  }
  .new-home .quote-section {
    background-position-x: -1000px;
  }
  .billboard-content-2 .billboard-container {
    background-position-x: -270px;
  }
  .video-section {
    padding: 50px 0;
  }
  .video-text-3 {
    padding: 20px 0 0;
  }
}
 
 
 
/* 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) {
  .header-content .ftr-group-name {
		padding: 0px 0px 30px 0px;
	}
  .callouts-container.callouts-services .callout-item, 
  .callouts-mobile-slider.callouts-services .callout-item {
    margin: 0 0 20px;
  }
  .callouts-section .callouts-container .callout-item, 
  .callouts-section .callouts-mobile-slider .callout-item {
    padding: 0 30px;
    width: 100%;
  }
  .callouts-section {
    display: block;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
    text-align: left;
  }
  .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
    color: var(--white);
  }
  .billboard-content-2 .billboard-container {
    background-position-x: -50px;
  }
  .video-section {
    padding: 50px 0;
  }
  .video-text-3 {
    padding: 20px 0 0;
  }
  .callouts-section {
    display: block;
  }
}
 
/*iPhone 14 portrait*/
@media only screen
and (device-width: 390px) 
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3) {
  .callouts-section .callouts-container .callout-item, 
  .callouts-section .callouts-mobile-slider .callout-item {
    padding: 0 30px;
  }
}

/*iPhone 14 landscape*/
@media only screen
and (device-width: 844px) 
and (device-height: 390px)
and (-webkit-device-pixel-ratio: 3) {
  .nav {
    font-size: 12px;
  }
  .niche-section .niche-content .mc-heading {
    font-size: 26px;
  }
  .intro-section .intro-text {
    padding: 80px 30px;
  }
  .copy-content {
    padding: 50px 50px 150px;
  }
}

/*iPhone 14 ProMax landscape*/
@media only screen
and (device-width: 932px) 
and (device-height: 430px)
and (-webkit-device-pixel-ratio: 3) {
  .nav {
    font-size: 12px;
  }
  .niche-section .niche-content .mc-heading {
    font-size: 26px;
  }
  .intro-section .intro-text {
    padding: 80px 30px;
  }
  .copy-content {
    padding: 50px 50px 150px;
  }
}





