/* /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/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

@import url('resources.css');
@import url('modules.css');

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


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

:root {
  --white: #fff;
  --offwhite: #fefcf9;
  --red: #ba2d0b;
  --lighttan: #f8f4e8; 
  --mediumtan: #f2e8cf;
  --lightgray: #e1dfd8;
  --mediumgray: #71756f;
  --darkgray: #5b5b5b; 
  --gray: #929591;
  --black: #000;   
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.masterprime .related-resources-main {
background: var(--white);
}

/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"], .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  background: var(--red);
  color: var(--mediumtan);
  font-size: 15px;
  letter-spacing: 1px;
  min-width: 160px; 
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: var(--mediumtan);
  color: var(--mediumgray);
  letter-spacing: 1px;
}

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  background: var(--red) !important;
  color: var(--mediumtan) !important; 
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: var(--mediumtan) !important;
  color: var(--mediumgray) !important;  
}


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(--red);
}
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(--mediumgray);
}

/*
==============================================
Header Section
==============================================
*/
.header-main {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,faf6ec+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(250,246,236,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(250,246,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(250,246,236,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf6ec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*
==============================================
Navigation Section
==============================================
*/
.nav:before{
  display: none;
}
.nav:after {
  height: 25px;
  width: 100%;
  background: var(--lighttan);
  bottom: 0;
  animation: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 0px 2px 0 0;
}
.primary-nav > li {
  top: -2px;
}

.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--darkgray) !important;
} /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  font-family: 'Cormorant', serif;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  border-top: 3px solid transparent;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--mediumtan) !important;
}
.primary-nav > li > a:hover, .primary-nav > li > a.active {
  border-top: 3px solid var(--red);
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  font-family: 'Cormorant', serif;
  color: var(--white);
  margin-left: 0; 
}
/* 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(--mediumtan);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--darkgray) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 34px;
}
.investor-access-remember-me-label {
  padding: 0;
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-container, .billboard-container.billboard-full-height {
  background-size: contain !important;
  background-repeat: no-repeat;
  min-height: 500px;
  margin: 30px;
}
.billboard-section:after {
  opacity: 0;
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background: var(--darkgray);
  padding: 0;
}
.intro-section .intro-content:before, .intro-section .intro-text:before, .intro-section .intro-content:after {
  display: none;
}
.intro-content .intro-text {
  color: var(--white);
}
.copy-section h1, .intro-section h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
}
.copy-section .head-1, .intro-section .head-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 45px !important;
  line-height: 50px;
  font-weight: 300;
  display: block;
  color: var(--mediumgray);
  letter-spacing: 2px;
}
.intro-section .head-1 {
  color: var(--mediumtan); 
}
.copy-section .head-2, .intro-section .head-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
}
/*
==============================================
Video Section
==============================================
*/
.video-section {
  display: none;
  padding: 130px 100px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--white)fff+0,fcf9f3+100 */
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #fcf9f3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%,#fcf9f3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%,#fcf9f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--white)fff', endColorstr='#fcf9f3',GradientType=0 ); /* IE6-9 */
}

.video-section .video-container {
  margin-bottom: 25px;
}
.video-section p a {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  color: var(--red);
  border-bottom: 1px solid transparent;
  font-weight: 600;
}
.video-section p a:hover {
  border-bottom: 1px solid var(--red);
}
/*
==============================================
Niches Section
==============================================
*/
.niche-content .message-alt {
  max-width: 800px;
  margin: 0 auto 100px;
}
.niche-content .message-alt h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumgray);
  font-weight: 400;
}
.niche-content .message-alt img {
  max-width: 100%;
  height: auto;
}
.message-alt-img {
  max-width: 440px !important;
  display: block;
  margin: 0 auto;
}
/*
==============================================
Team Section
==============================================
*/
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: var(--mediumgray) !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: var(--mediumgray) !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--mediumgray) !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(--red) !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: var(--red);
}
.copy-section, .bio-section, .resource-section, .body-resource-detail .resource-section, .blog-main, .body-blog-detail .resource-section, .body-map-directions .resource-section {
  background: var(--white);
}
.bio-quote-section {
  display: none;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumgray);
  font-weight: 400;
}
.bio-section .bio-detail-title {
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  color: var(--mediumgray);
  font-size: 20px;
  font-weight: 300;
}
.body-chief-fetch-officer .billboard-container {
  display: none;
}
.body-chief-fetch-officer .bio-detail-preferred-name, .body-chief-fetch-officer .bio-detail-preferred-name, .body-chief-fetch-officer .dog-copy-wrap {
  color: var(--black) !important;  
}
.body-chief-fetch-officer .bio-detail-title {
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  color: var(--black) !important;
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 0;
}
.paw-about {
  color: var(--red);
  font-size: 23px;
}
.dog-wrap {
  background: var(--lighttan);
  display: table;
  padding: 40px 20px;  
  margin: 0 auto 50px;  
}
.dog-wrap .dog-image-wrap {
 
}
.dog-wrap .dog-image-wrap img {
  border: 10px solid var(--white); 
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);  
}
.dog-wrap .dog-copy-wrap {

}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: var(--white);
}
.callouts-section .callout-heading .head-1{
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  letter-spacing: 2px;
	color: var(--mediumgray);
	font-size: 20px;
  font-weight: 500;
}
.callouts-section .callout-heading .head-2{
  font-family: 'Cormorant Garamond', serif;
	color: var(--mediumgray);
	font-weight: 400;
}
.callouts-section .callout-heading .head-2:after {
  height: 1px;
  background: #d6c9b3;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  font-family: 'Montserrat', sans-serif;
	color: var(--mediumgray);
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  font-family: 'Cormorant Garamond', serif;
  color: var(--red);
  border-bottom: 1px solid transparent;
  padding: 0;
  line-height: 24px;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta-wrapper button {
  border-bottom: 1px solid var(--red);
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
  padding: 10px 23px;
}
.callouts-section .callout-item:hover {
  background: transparent;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--red);
  border-bottom: 1px solid var(--red);
  letter-spacing: 1px;
}
/*
==============================================
Niche Section
==============================================
*/
.niche-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf9f3+0,ffffff+100 */
  background: #fcf9f3; /* Old browsers */
  background: -moz-linear-gradient(top, #fcf9f3 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcf9f3 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf9f3 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f3', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
  border: none;
  padding: 120px 0 140px;
  text-align: center;
  font-size: 16px;
}
.niche-section:before {
  display: none;
}

/* .niche-section .niche-content {
  background: url(/-/media/e6644134730b4621b04887281304bac6.ashx) center center no-repeat;
  background-position-x: 125px;
  background-position-y: 160px;
} */
.niche-section .niche-content h2 {
  font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
  line-height: 34px;  font-weight: 400;
  letter-spacing: 0px;
	color: var(--darkgray);
  text-transform: uppercase;
}
.niche-section .niche-content p {
  line-height: 20px;
}
.niche-section .mc-container a .mc-image {
  height: auto;
  width: 770px;
}
.niche-section .mc-container a:hover .mc-image {
  opacity: 1;
}
.niche-section .mc-container .slick-slide a:hover {
  box-shadow: none;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-image {
  opacity: 1;
}
.niche-section .mc-content-wrapper {
  width: 770px;
  margin: 0 auto;
}
.niche-section .mc-heading {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--mediumgray) !important;
  font-weight: 400 !important;
}
.niche-section .mc-heading:after {
  display: none;
}
.niche-section .mc-date {
  font-family: 'Montserrat', sans-serif;
  color: #393939;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.niche-section .mc-copy {
  font-family: 'Montserrat', sans-serif;
  color: var(--mediumgray);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.niche-section .cta-center .mc-cta-slide-number-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
  transform: none;
}
.niche-section .mc-cta {
  font-family: 'Cormorant Garamond', serif;
  color: var(--red);
  border-bottom: 1px solid transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.niche-section .mc-container a:hover .mc-cta {
  padding: 0;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  letter-spacing: 1px;
}
.niche-section .mc-container .slick-dots {
  display: none;
}
.niche-section .slick-dots li.slick-active button:before {
  background: var(--darkgray);
}
.niche-section .slick-dots li button:before {
  color: var(--darkgray);
}
.niche-section .slick-dots li button:before {
  border: 2px solid var(--darkgray);
}
/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background: var(--darkgray);
  padding: 0;
  height: auto;
}
.pov-carousel .mc-container:before {
  display: none;
}
.pov-carousel .mc-heading {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumtan);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pov-carousel .mc-heading:after {
  display: none;
}
.pov-carousel .mc-copy {
  font-family: 'Montserrat', sans-serif;
  color: var(--white);
  font-weight: 100;
}
.pov-carousel .mc-date {
  font-style: italic;
  color: var(--white);
}
.pov-carousel .mc-cta {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumtan);
  border-bottom: 1px solid var(--mediumtan);
  font-weight: 400;
}
.pov-carousel .mc-container .slick-next:after {
	border-right: 1px solid var(--white);
	border-top: 1px solid var(--white);
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid var(--white);
  border-top: 1px solid var(--white);
}
.pov-section .mc-slide {
  border-right: 1px solid var(--gray);
  margin: 0;
}
.pov-section .mc-container .slick-prev {
  left: -120px;
}
.pov-section .mc-container .slick-next {
  right: -120px;
}
.pov-carousel .mc-container a:hover .mc-cta {
  padding: 0px;
  color: #F2E8DA;
  border-bottom: 1px solid var(--mediumtan);
  letter-spacing: 1px;
}
.pov-carousel .mc-container .slick-slide a:hover {
	box-shadow: inset 0px 20px 50px 0px rgba(255,255,255,0.1), inset 10px 20px 50px -20px rgba(0255,255,255,0.1);
}
.pov-section .mc-container .slick-dots {
  display: none;
}
.pov-section .slick-dots li.slick-active button:before {
  background: var(--mediumtan);
}
.pov-section .slick-dots li button:before {
  color: var(--mediumtan);
}
.pov-section .slick-dots li button:before {
  border: 2px solid var(--mediumtan);
}
/*
==============================================
Quote Section
==============================================
*/
.quote-section .quote-wrapper {
  padding: 0px 15px 75px !important;
}
.quote-section .quote-content {
  padding-top: 0px !important;
}
.body-home .quote-section .quote-cite {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--red) !important;
  font-style: normal;
  text-transform: uppercase;
}
.body-home .quote-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf9f3+0,ffffff+100 */
  background: #fcf9f3; /* Old browsers */
  background: -moz-linear-gradient(top, #fcf9f3 0%, var(--white)fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcf9f3 0%,var(--white)fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf9f3 0%,var(--white)fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f3', endColorstr='var(--white)fff',GradientType=0 ); /* IE6-9 */
  border: none;
}
.body-home .quote-section:after, .quote-section .quote-wrapper .quote-hr:before, .quote-section .quote-wrapper .quote-hr:after, .quote-section .quote-wrapper .quote-hr {
  display: none;
}
.body-home .quote-section .quote {
    color: var(--mediumgray) !important;
}
.quote-section .quote {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumgray);
  font-size: 38px;
  position: relative;
  max-width: 700px;
}
.quote-section .quote:before {
  content:'“';
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 120px;
  color: var(--lighttan);
  font-family: 'helvetica', sans-serif;
}
.quote-section .quote:after {
  content:'”';
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 120px;
  color: var(--lighttan);
  font-family: 'helvetica', sans-serif;
  z-index: -1;
}
.quote-section .quote-cite {
  font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--red) !important;
    font-style: normal;
    text-transform: uppercase;
}
/* 
.body-home .quote-section {
  background: url(/-/media/663c45b7134249519cde0cc57fb9e3e7.ashx) center center no-repeat;
}
.body-process .quote-section {
  background: url(/-/media/1762cb09c71b4b7dad99960c52e080de.ashx) center center no-repeat;
}
.body-philosophy .quote-section {
  background: url(/-/media/904a3b5bdb8f43dd9ac9cc8d15c83d24.ashx) center center no-repeat;
}
.body-about-raymond-james .quote-section {
  background: url(/-/media/a2851819cf7e4b3aae71817a3f1f073d.ashx) center center no-repeat;
}
.body-about-us .quote-section, .body-chief-fetch-officer .quote-section {
  background: url(/-/media/cb3631065fb547c48c8bc1ad0838a494.ashx) center center no-repeat;
}
.body-about-us .quote-section, .body-chief-fetch-officer .quote-section {
  border-top: 20px solid var(--darkgray);
}
.body-our-clients .quote-section {
  background: url(/-/media/22323d1f36a3467d93d0a90e542a6306.ashx) center center no-repeat;
}
.body-contact-us .quote-section, .body-introduce-us .quote-section {
  background: url(/-/media/3e02ce64c93342fe8dff350c9d8628da.ashx) center center no-repeat;
} */

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf9f3+0,ffffff+100 */
  background: #f8f3e7; /* Old browsers */
  background: -moz-linear-gradient(top, #f8f3e7 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f3e7 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f3e7 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f3e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footer-section .social-container {
  border-bottom: 8px solid var(--lightgray);
  border-top: none;
}
.footer-section .social-container:after {
  background: var(--lightgray);
}
.footer-section .social-container a .fa {
  color: var(--mediumgray) !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--red) !important;
}
.footer-section .footer-cta-section h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--mediumgray);
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}
.footer-section .sub-light .head-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px !important;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--red);
  margin: 0;
}
.footer-section .footer-cta-section h4:hover {
    color: var(--red);
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: var(--mediumgray) !important;
}
.footer-section .footer-cta-section h4:after {
  display: none;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  font-weight: 400;
  color: var(--mediumgray);
  font-family: 'Montserrat', sans-serif;
}
.footer-section .ftr-disclosures, .footer-section .footer-content a {
  color: var(--mediumgray);
}
.footer-section .footer-content a:hover {
  color: var(--red);
}
.footer-section .ftr-nap-address:before {
  display: none;
}
/*
==============================================
Interior Section
==============================================
*/
.interior .billboard-content:after {
  display: none;
}
/* .interior .billboard-container {
  min-height: 750px;
} */
.body-gray .copy-section {
  background: var(--darkgray);
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  display: none;
}
.body-gray .copy-section, .body-gray .copy-section .head-3, .body-gray .copy-section .head-2, .body-gray .copy-section h3 {
  color: var(--white);
}
.body-gray .copy-section h1, .body-gray .copy-section .head-1, .body-gray .copy-section h2, .body-gray .copy-section h3, .body-gray .copy-section h4, .body-gray .copy-section h5 {
  color: var(--mediumtan);
}
.body-gray .copy-section a {
  color: var(--mediumtan);
}
.body-gray .copy-section p a:hover {
  color: var(--white);
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--red);
}
.body-gray .copy-section ul {
  margin: 20px 0 40px;
}
.body-gray .copy-section ul ul {
  margin: 0;
}
.body-gray .copy-section ul.accord {
  margin: 0 auto;
}

[aria-describedby="slick-slide03"] .yearbook-links {
  display: none;
} 

/*
==============================================
STICKY CTA
==============================================
*/
.footer-section .footer-contact-section .footer-cta-sticky {
  background: var(--red);
  color: var(--mediumtan);
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.5);
}
.footer-section .footer-contact-section .footer-cta-sticky:hover {
  background: var(--mediumtan);
  color: var(--mediumgray);
}
/*
==============================================
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(--red) !important;
}

.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--mediumgray) !important;
}
.blog-category-link:hover, .blog-date-link:hover, .blog-media-type-link:hover {
  color: var(--mediumgray) !important;
}
/*
==============================================
Blog
==============================================
*/
.blog-detail-banner-wrapper {
  max-height: none;
  width: 750px;
}
.archives-button {
  width: auto;
  padding: 5px 10px;  
}

/*
 
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(--darkgray);
}
.slick-dots li button:before {
  color: var(--darkgray);
  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(--darkgray);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}

/*
==============================================
Mouse Scroller Model 1
==============================================
*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: rgb(242 232 207 / 80%) !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(--red);
  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;
}

/*
==============================================
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(--red) !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(--mediumgray) !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(--mediumtan) !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(--mediumgray) !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(--red) !important;
}
/*
==============================================
Share Widget and text links
==============================================
*/
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: var(--mediumgray) !important;
}
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
    color: var(--red) !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(--mediumtan) !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(--mediumgray) !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--mediumgray);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--mediumgray);
}

/*
==============================================
Styles Page Section
==============================================
*/
.accord {
  margin: 0 auto;
}
.accord .accord-link {
  font-family: 'Montserrat', sans-serif !important;
  border-top: 1px solid var(--white);
}
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--white);
}
.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(--white) !important;
}
.flextab-triggers a {
  background: var(--white);
  color: var(--mediumgray) !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--offwhite) !important;
  color: var(--red) !important;
}
blockquote:before, q:before {
  background: var(--red);
}
blockquote, q {
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--red);
}
.related-resources-content .slick-slide {
    border-color: var(--mediumgray);
}
h2, h3, h4, h5, .blog-detail-heading, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  display: block;
  color: var(--mediumtan);
  letter-spacing: 2px;
  text-transform: none;
}
.blog-detail-heading, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading  {
color: var(--mediumgray) !important;
font-weight: 400 !important;
font-size: 31px !important;
line-height: 31px;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
  font-weight: 300;
}
.simple-form label {
  font-weight: 500;
}
.body-resource-detail h2, .body-resource-detail h3, .body-resource-detail h4, .resource-section .body-resource-detail h2, .resource-section .body-resource-detail h3, .resource-section .body-resource-detail h4, .resource-detail-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400 !important;
  color: var(--mediumgray) !important;
  text-transform: none;
}
.billboard-section:before, .billboard-content:before {
  display: none !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) {
  .video-section {
    display: none;
    /* display: flex; */
  } 
  .niche-section .niche-content {
    background-position-x: 5px;
  }
  .body-home .quote-section, .quote-section {
    background-size: contain !important;
  }
  .body-home .quote-section .quote {
    max-width: 640px;
  }
  .quote-section .quote:before {
    left: 40px;
  }
  .quote-section .quote:after {
    right: 30px;
  }
  .billboard-container, .billboard-container.billboard-full-height {
    min-height: 440px;
  }

}


/* 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(--offwhite);
  z-index: -1;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background: var(--mediumgray) !important;
  box-shadow: none;
}
.nav-opened.nav-trigger:after {
  background: none;
}
.fa-angle-down:before {
  color: var(--mediumtan);
}
.nav-address-wrapper {
  font-family: 'Cormorant', serif;
  color: var(--white);
}
/* 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(--red);
}
/* 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(--offwhite);
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
/* .billboard-container.billboard-full-height {
  min-height: calc(70vh - 140px) !important;
} */
.billboard-container, .billboard-container.billboard-full-height {
  min-height: 320px;
}
/* .interior .billboard-container {
  min-height: 500px;
} */
.video-section {
  padding: 130px 0px;
}
.callouts-section .callouts-container .callout-item {
  width: calc(50% - 30px);
  padding: 20px;
  margin: 0 auto;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
  padding: 10px 23px 10px 15px;
}
.niche-section .niche-content {
  background: none;
}
.niche-section .mc-content-wrapper {
  width: auto;
  height: auto !important;
}
.niche-section .mc-container .slick-slider {
  padding: 0;
}
.body-home .quote-section, .body-process .quote-section, .body-philosophy .quote-section, .body-about-raymond-james .quote-section, .body-our-clients .quote-section, .body-about-us .quote-section, .body-contact-us .quote-section, .body-introduce-us .quote-section, .body-chief-fetch-officer .quote-section {
  background: none;
}
.quote-section .quote:before {
  left: 0px;
}
.quote-section .quote:after {
  right: 0px;
}
.dog-wrap .dog-copy-wrap {
  padding: 30px 0;
}
.callouts-section .callout-heading .head-2 {
  font-size: 26px;
  line-height: 24px;
}
.callouts-section .callouts-container .callout-item {
  width: calc(30% - 10px);
  padding: 0px;
  margin: 0 auto;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  letter-spacing: 0px !important;
}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  /* .interior .billboard-container {
    height: 270px !important;
  } */
  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
    color: var(--mediumgray) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 25px; 
  } 
  .cta-center.hide-category.hide-slide-number .mc-content-wrapper {
    height: auto !important;
  }
  .dog-wrap img {
    max-width: 100%;
  }
  .niche-section .mc-container .slick-dots, .callouts-section .mc-container .slick-dots {
    display: block;
  }
  .pov-section .mc-slide {
    border-right: none;
  }
  .blog-detail-banner-wrapper {
    width: auto;
  }
  .billboard-container {
    min-height: 170px !important;
    margin: 10px !important;
  }
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
    color: var(--mediumgray) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 25px; 
  }   
  .niche-section .mc-container .slick-dots, .callouts-section .mc-container .slick-dots {
    display: block;
  }
  .blog-detail-banner-wrapper {
    width: auto;
  }  
  .billboard-container, .billboard-container.billboard-full-height {
    min-height: 280px;
    margin: 20px;
  }
}

/* Ihone 12 pro*/
@media only screen 
and (min-width: 390px) 
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {  
  .billboard-container {
    min-height: 360px !important;
    margin: 20px !important;
  }
}