/* /RJ/Advisor Sites/Global/Global CSS/Model 3/base */  /* /RJ/Advisor Sites/Global/Global CSS/Model 3/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-3/base.css');
@import url('https://www.raymondjames.com/-/media/34d01108a19a419eb2f4ff71406a8082.ashx');
 
/*==============================================  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 SECTIONSBUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:========================================================================================================================
*/
  
/*
@import url('resources.css');
@import url('modules.css');
*/
 
 
:root {
  --light: #F4B335; /*orange accent*/
  --light-color-1: #f2f2f2; /* resource background color */
  --medium: #947200; /*not used*/
  --medium-color-1: #664E00; /*not used*/
  --dark: #1d1d1d; /* header and footer color*/
  --dark-color-1: #001B24; /*not used*/
  --gray-light: #858585;
  --gray-medium: #303030;
  --gray-dark: #333333;
  --black: #000000;
  --white: #ffffff;
  --rgb-color-1: 0,0,0;
  --rgb-color-2: 29,29,29;
  --rgb-color-3: 0,0,0;
  --rgb-opacity-1: 0.1;
  --rgb-opacity-2: 0.5;
  --rgb-opacity-3: 1;
  --font-1: 'Playfair Display', serif;
  --font-2: 'Oswald', sans-serif;
  --font-3: 'Lato', sans-serif;
  --font-4: 'Source Sans Pro', sans-serif;
  }
 
.masonry-grid-3 .masonry-title:after {
  display: none !important;
}
.masonry-grid-3 .masonry-cta {
  text-transform: uppercase !important;
}
.masonry-grid-3 .masonry-copy {
  text-align: left;
}
.filter-name, .filter a, .filter-reset {
  padding: 0px !important;
}
.filter-body-link-wrapper a{
  padding: 5px 17px !important;
}
/*
==============================================
Masonry Grid Styles
==============================================
*/
.masonry-grid-3 .masonry-title {
  font-family: var(--font-2);
}
.masonry-grid-3 .masonry-date {
  font-family: var(--font-2);
}
.masonry-grid-3 .masonry-paragraph {
  font-family: var(--font-3);
}
.masonry-grid-3 .masonry-category {
  font-family: var(--font-2);
}
 
.filter-reset:after {
  display: none;
}
 
 
 
 
 
 
 
 
 
 
 
body {
  background-color: var(--white);
  color: var(--gray-dark);
  /* Remove this if you want the background image to show or replace the current image */
  background-image: none !important;
}
 
.body-home .main-content .home {
  /* Remove this if you want the background image to show or replace the current image */
  background-image: none !important;
}
 
/*
==============================================
STYLES
==============================================
*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-1);
  color: var(--dark);
}
interior-content a {
  color: var(--black);
}
blockquote {
  font-family: var(--font-1);
  color: var(--gray-medium);
}
blockquote:before {
  color: var(--light);
}
blockquote:after {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
 
 
/*
==============================================
Media Carousel Dots to Outlines
==============================================
*/
.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(--white);
}
.slick-dots li button:before {
  color: var(--white);
  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(--white);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}
 
/*
==============================================
Hamburger Menu Styles
==============================================
*/
.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);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: var(--white);
}
.nav-trigger:after {
  left: -2px;
  top: -15px;
  right: -25px;
  bottom: -17px;
  background: var(--black);
  z-index: -1;
	border:1px solid var(--white);
}
.nav-opened.nav-trigger:after {
  background: none;
}
 
/*
==============================================
ACCORDIONS
==============================================
*/
.copy-section a {
  color: var(--dark);
  font-weight: 400;
}
.copy-section a:hover {
  color: var(--dark);
}
.accord .accord-link, .accord .accord-inner-link {
  border-bottom: 1px solid var(--gray-light);
}
.accord {
background: none;
max-width: inherit;
}
.accord .accord-link-content, .accord .accord-inner-link-content {
  background: transparent;
}
.accord .accord-link {
  font-family: var(--font-3);
}
.accord .accord-link {
  color: var(--gray-medium);
  font-family: var(--font-2);
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: var(--black) !important;
}
.accord li.open .fa {
  color: var(--dark);
}
.accord .fa {
  color: rgba(var(--gray-medium), var(--rgb-opacity-1));
}
.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: var(--gray-medium);
}
.accord a.accord-cta {
  background: var(--light);
  font-family: var(--font-2);
  color: var(--gray-medium);
}
.accord a.accord-cta:before {
  border: 2px solid var(--light);
}
.accord a.accord-cta:hover {
  color: var(--white);
  background: var(--light);
}
.accordion-panel a{
  color: var(--dark);
}
.accordion-panel a:hover{
  color: var(--medium);
}
.fa-chevron-down:before {
  color: var(--gray-medium);
}
 
/*
==============================================
FLEXTABS
==============================================
*/
.flextab-triggers .set {
  color: var(--dark) !important;
  background: var(--light);
}
.flextab-triggers a {
    background: var(--gray-dark);
    color: var(--white) !important;
    font-family: var(--font-2);
}
.flextab-triggers a:hover {
  background: var(--dark);
  color: var(--light) !important;
}
.flextab-content {
  color: var(--gray-dark);
}
.flextab-content a {
  color: var(--dark);
}
.flextab-content a:hover {
  color: var(--medium);
}
 
/*
==============================================
RELATED RESOURCES
==============================================
*/
.copy-section .slick-slide {
  border: none;
}
.copy-section .related-resource-head-wrapper h4 {
  color: var(--gray-dark);
}
.copy-section .mc-container {
  border-top: 2px solid var(--light);
}
.copy-section .mc-heading-wrapper h3 {
  font-family: var(--font-1) important;
  color: var(--gray-dark);
}
.copy-section .mc-content-wrapper .mc-copy-wrapper:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.copy-section .mc-copy-wrapper .mc-copy {
  font-family: var(--font-3);
  color: var(--black) !important;
}
.copy-section .mc-category-hr-wrapper hr {
  color: var(--light);
  background-color: var(--light);
}
.copy-section .mc-category, .copy-section .mc-date {
  font-family: var(--font-2);
  color: var(--gray-dark);
}
.copy-section .mc-category:hover {
  color: var(--dark);
}
.copy-section .mc-container .slick-next:before, .copy-section .mc-container .slick-prev:before {
  color: var(--gray-dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copy-section .mc-container .slick-next:hover:before, .copy-section .mc-container .slick-prev:hover:before {
  color: var(--medium);
}
.copy-section .mc-container .slick-next:before, .copy-section .mc-container .slick-prev:before {
  color: var(--gray-dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copy-section .mc-container .slick-next:hover:before, .copy-section .mc-container .slick-prev:hover:before {
  color: var(--medium);
}
 
 
/* Border Colors All Pages */
.copy-section {
  border-color: var(--light);
  background: var(--white);
  color: var(--black);
  border-top: 0px solid var(--light);
}
.footer-section {
  border-color: var(--light);
  background: var(--dark);
  color: var(--white);
  border-top: 0px solid var(--light);
}
.team-int-section .team-int-image {
  border-color: var(--dark);
  background: var(--dark);
  color: var(--white);
  border-top: 0px solid var(--light);
}
.logo-pattern-section {
  border-color: var(--dark);
  background: var(--dark);
  display: none;
}
.logo-pattern-section .logo-pattern {
  /* Remove this if you want the background image to show or replace the current image */
  background-image:none !important;
}
.bio-team-section, .team-int-section {
  border-color: var(--light);
  background: linear-gradient(to bottom,  rgba(29,29,29,1) 0%,rgba(0,0,0,1) 49%);
}
.bio-team-section .bio-team-content:after {
  /* Remove this if you want the background image to show or replace the current image */
  background: none;
}
.resource-section {
  border-color: var(--light);
  background: var(--white) !important;
  color: var(--black);
  border-top: 0px solid var(--light);
}
.body-resource .resource-content{
	background: var(--light-color-1);
} 
 
/* Buttons */
.button, .blog-landing-load-more, .masonry-cta-text .masonry-cta, .masterprime .related-resources-content .mc-cta, .callouts-section .callout-cta, .team-section .team-intro .button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-tertiary-load-more, .blog-landing-copy-cta, .simple-form input[type="submit"] {
  background: none;
  font-family: var(--font-2) !important;
  color: var(--white) !important;
  font-size: 19px;
  border: 0px solid var(--light) !important;
  border-radius: 0px !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;
}

.simple-form input[type="submit"]{
	  background: var(--light);
  font-family: var(--font-2) !important;
  color: var(--dark) !important;
  font-size: 19px;
  border: 0px solid var(--light) !important;
  border-radius: 0px !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;
}
.niche-section .mc-cta{
	text-align: left;
	color: var(--white) !important;
	padding-left: 0px !important;
	
}
.copy-section .mc-cta{
	color: var(--white) !important;
	background: var(--dark);
}
.masonry-load-more{
	background: var(--dark);
	color: var(--white) !important;
}

.team-section .team-intro .button{
  background: var(--light);
  font-family: var(--font-2) !important;
  color: var(--black) !important;
  font-size: 19px;
  border: 0px solid var(--light) !important;
  border-radius: 0px !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;
}

.team-section .team-intro .button:hover{
  background: var(--white) !important;
  color: var(--black) !important;
  border: 0px solid var(--white) !important;
}
/* Buttons Border */
.button:before, .callouts-section .callout-cta:before, .masonry-cta-text .masonry-cta:before, .copy-section .mc-cta:before, .cta-center .mc-cta-slide-number-wrapper .mc-cta, .media-section .mc-cta:before, .niche-section .mc-cta:before, .mc-container a:hover .mc-cta:before, .callouts-section .callouts-container .callout-item .callout-cta:before, .callouts-section .callouts-container .callout-item:hover .callout-cta:before, .team-section .team-intro .button:before, .logo-btn-section .button-content .btn-top:before, .accord a.accord-cta:before, .directions-search .submit-search:before, .contact-form .form-inline .captcha .btn-contact:before, .masonry-load-more:before, .masonry-tertiary-load-more:before, .investor-access-login-button:before, .blog-landing-copy-cta:before, .simple-form input[type="submit"] {
  border: 0px !important;
}
/* Buttons Hover */
.button:hover, .blog-landing-load-more:hover, .masonry-link:hover .masonry-cta, .masterprime .related-resources-content .mc-container a:hover .mc-cta, .copy-section .mc-container a:hover .mc-cta, .niche-section .mc-container a:hover .mc-cta, .callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callouts-section .callout-cta .callouts-section .mc-container a:hover .callout-cta, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover,  .directions-search .submit-search:hover {
  background: var(--light);
  color: var(--black) !important;
  border: 0px solid var(--white) !important;
}
.simple-form input[type="submit"]:hover{
	  background: var(--white);
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
}
 
/* Investor Access Buttons */
.investor-access-login-button {
  background: var(--light) !important;
  font-family: var(--font-2) !important;
  color: var(--dark) !important;
  border: 0px solid var(--white) !important;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Investor Access Buttons Hover */
.investor-access-login-button:hover  {
  background: var(--gray-light) !important;
  color: var(--white) !important;
  border: 0px solid var(--white) !important;
}
 
/* Logo Buttons */
.logo-btn-section .button-content .btn-top {
  background: var(--light);
  font-family: var(--font-2);
  color: var(--dark) !important;
  border: 0px solid var(--medium);
  -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;
}
/* Logo Buttons Hover */
.logo-btn-section .button-content .btn-top:hover {
  background: var(--dark);
  color: var(--white) !important;
}
 
/* Intro Buttons */
.intro-section .intro-cta .button {
  background: var(--light);
  font-family: var(--font-2);
  color: var(--dark) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Intro Buttons Hover */
.intro-section .intro-cta .button:hover {
  background: var(--white);
  color: var(--black) !important;
  border: 0px solid var(--black);
}
 
/* Footer Buttons */
.footer-section .ftr-cta .button {
  background: var(--light) !important;
  font-family: var(--font-2) !important;
  color: var(--dark) !important;
  border: 0px solid var(--white) !important;
  border-radius: 0px;
  -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;
}
/* Intro Buttons Hover */
.footer-section .ftr-cta:hover .button {
  background: var(--white) !important;
  color: var(--black) !important;
  border: 0px solid var(--white) !important;
}
 
.media-section .mc-container .mc-cta {
  background: var(--light);
  font-family: var(--font-2);
  color: var(--dark) !important;
  border: 0px solid var(--white);
  border-radius: 0px;
  -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;
}
.media-section .mc-container a:hover .mc-cta {
  background: var(--white);
  border: 0px solid var(--black);
}
.media-section .mc-container .slick-track .slick-slide > a:hover .mc-cta{
	 color: var(--dark) !important;
}  
/*
==============================================
SCROLLER
==============================================
*/
.team-int-section .team-int-title, .scroller-wrapper div:before, .scroller-wrapper div:after, .bio-team-section .bio-team-title {
   background: var(--gray-dark) !important;
   color: var(--white);
}
.scroller-wrapper div:after {
  background-color: var(--dark) !important;
}
 
 
/*
==============================================
HEADER/LOGO
==============================================
*/
 
.header-main {
  background: var(--black);
}
.ftr-group-name {
  font-family: var(--font-2);
  color: var(--white);

}
.ftr-logo-divider:after {
  background: var(--gray-medium);
}
.header-main #date {
  background: var(--light);
  color: var(--dark);
}
.header-main #month {
  color: var(--white);
}
.header-main #holder {
  border: 2px solid var(--light);
}
  
  
/*
==============================================
NAVIGATION
==============================================
*/
 
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white);
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark);
  -webkit-box-shadow: 0px 10px 50px -20px rgba(var(--rgb-color-1),var(--rgb-opacity-3));
  -moz-box-shadow: 0px 10px 50px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 50px -20px rgba(0,0,0,0.75);
}
.logo-nav-wrapper{
	background: var(--dark);
}

/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--light) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--white);
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: var(--light);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--dark) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
  background: var(--white);
}
/* Client Access Button */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a {
  background: var(--gray-dark);
}
.fa-user:before, .fa-lock:before {
  color: var(--gray-dark);
}
.investor-access-id-icon, .investor-access-password-icon {
  color: var(--gray-dark);
}
.investor-access-input-wrapper input, .investor-access-input-wrapper input {
  border: 1px solid var(--gray-medium);
}
 
 
/*
==============================================
BILLBOARDS
==============================================
*/
.body-home .billboard-section {
  background: var(--dark);
  border-bottom: 0px solid var(--light);
}
.body-home .billboard-section .billboard-container:before {
 /* background: rgba(var(--rgb-color-1), var(--rgb-opacity-2));*/
	background: none;
}
.body-home .billboard-section .billboard-container h1 .head-1 {
  color: var(--white);
}
.body-home .billboard-section .billboard-container h1 .head-2 {
  color: var(--white);
}
 
.billboard-section {
  background: var(--dark);
  border-bottom: 0px solid var(--light);
}
.billboard-section .billboard-container .head-1 {
  font-family: var(--font-1);
  color: var(--white) !important;
}
.billboard-section .billboard-container .head-2 {
  font-family: var(--font-1);
  color: var(--white) !important;
}
.interior .billboard-section .billboard-container:before {
  background: rgba(0,0,0,0.7);
/*	background: none;*/
}
 
 
/*
==============================================
HOME INTRO SECTION
==============================================
*/
 
.intro-section .intro-cta {
  /* Remove this if you want the background image to show or replace the current image */
background: url(https://www.raymondjames.com/-/media/fd91e250a88741d298d3ce78963e1c8c.ashx) top center !important;
}
.intro-section {
  background: var(--dark);
  border-bottom: 2px solid var(--light);
}
.intro-section .intro-headline {
  color: var(--white);
  opacity: var(--rgb-opacity-1);
}
.intro-section .intro-copy {
  font-family: var(--font-1);
  color: var(--white);
  z-index: 10;
  position: relative;
  display: block;
}
 
 
/*
==============================================
TEAM SECTION
==============================================
*/
.team-section {
  background: linear-gradient(to bottom, rgba(43,43,43,1) 0%,rgba(0,0,0,1) 100%);
  padding-bottom: 117px;
  margin-bottom: 0px;
}
.team-title-content {
  background: var(--gray-dark);
  font-family: var(--font-2);
  color: var(--white);
}
.team-section .team-intro {
  font-family: var(--font-1);
  color: var(--white);
}
.team-intro:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.team-section .team-image-text p {
  font-family: var(--font-2);
  color: var(--white);
}
.yb-home .yearbook-three .yearbook-first-name, .yb-home .yearbook-three .yearbook-last-name, .yearbook-three .yearbook-name-wrapper, .yearbook-three .yearbook-name-wrapper, .yb-home .yearbook-three .yearbook-links .fa, .yb-home .yearbook-three .yearbook-designation{
	color: var(--white);
} 
.yb-home .yearbook-three .yearbook-links .fa:hover{
	color: var(--light);
} 


/*
==============================================
SERVICES SECTION
==============================================
*/
.billboard-services-section {
  border-top: 2px solid var(--light);
  background: var(--white);
}
/* Remove this if you want the background image to show or replace the current image */
.billboard-services-section .billboard-container:after {
    background: url(https://www.raymondjames.com/-/media/fd91e250a88741d298d3ce78963e1c8c.ashx) top center;
	opacity: 0.5 !important;
}
.billboard-services-section .billboard-content-wrapper:before {
  background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
}
.billboard-services-section .billboard-content-wrapper:after {
  background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
}
.billboard-services-section .billboard-with-background {
  background: var(--white);
}
.billboard-services-section .billboard-heading h1 {
  color: var(--white);
}
.billboard-services-section .billboard-content-wrapper {
  color: var(--white);
}
.billboard-services-section .billboard-content-wrapper .col-md-12:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
  
  
/*
==============================================
CALLOUTS SECTION
==============================================
*/
.callouts-section {
  border-color: var(--dark);
  background: var(--white);
  border-top: 4px solid var(--dark);
}
.callouts-section .callout-heading-wrapper h3:before {
    border: 3px solid var(--dark);
    background: linear-gradient(to bottom, transparent 50%, var(--dark) 50%);
    background-size: 100% 200%;
    background-position: top right;
}
.callouts-section .callout-item {
  border-right: 2px solid var(--gray-light);
  background: transparent !important;
}
.callouts-section .callout-heading-wrapper h3 {
  font-family: var(--font-1);
  color: var(--gray-dark) !important;
}
 
/*
==============================================
NICHE SECTION
==============================================
*/
.niche-section {
  border-top: 2px solid var(--light);
	background: var(--dark);
}
.niche-section .mc-heading-wrapper h3 {
  font-family: var(--font-1);
  color: var(--white);
}
.niche-section .mc-content-wrapper .mc-copy-wrapper:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.niche-section .mc-copy-wrapper .mc-copy {
  font-family: var(--font-3);
  color: var(--white) !important;
}
.niche-section .mc-content-wrapper {
  border-right: 2px solid var(--gray-light);
}
.niche-section .mc-container .slick-next:before, .niche-section .mc-container .slick-prev:before {
  color: var(--gray-medium);
  -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;
}
.niche-section .mc-container .slick-next:hover:before, .niche-section .mc-container .slick-prev:hover:before {
  color: var(--white);
}

  
/*
==============================================
QUOTE SECTION
==============================================
*/
.quote-section {
  border-top: 2px solid var(--light);
  background: url(https://www.raymondjames.com/-/media/9dbd93cc9d5c4de88b48bde8b5fe53e3.ashx);
	background-size: cover;
	background-repeat: no-repeat;
}
.quote-section .quote-content:before {
 /* background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 100%);*/
	background: rgba(0, 0, 0, 0.85);
}
.quote-section .quote-content:after {
  background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-2), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-2), var(--rgb-opacity-1)) 100%);
}
/* Remove this if you want the background image to show or replace the current image */
.quote-section .quote-hr:after {
  background: url(https://www.raymondjames.com/-/media/fd91e250a88741d298d3ce78963e1c8c.ashx) top center;
  opacity: 0.5 !important;
}
.quote-section .quote {
  font-family: var(--font-1);
  color: var(--white);
}
.quote-section .quote:before {
  color: var(--light);
	display: none;
}
.quote-section .quote-cite:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
	display: none;
}
.quote-section .quote-cite {
  font-family: var(--font-2);
  color: var(--white);
}
.quote-section .quote span{
	color: var(--light);
}
 
/*
==============================================
MEDIA & INTERIOR QUOTE SECTION
==============================================
*/
.media-section {
  background: var(--dark);
  border-top: 4px solid var(--light);
  border-color: var(--dark);
  /* Remove this if you want the background image to show or replace the current image */
  background-image: none !important;
}
.media-section:before {
  background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
}
.media-section:after {
  background: -moz-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%, rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
  background: linear-gradient(135deg, rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 0%,rgba(var(--rgb-color-1), var(--rgb-opacity-3)) 20%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 76%,rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%);
}
.media-section .media-content:after {
  /* Remove this if you want the background image to show or replace the current image */
  background-image: none;
}
.media-section .mc-heading {
  font-family: var(--font-1);
  color: var(--white);
}
.media-section .mc-content-wrapper .mc-copy-wrapper:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.media-section .mc-date, .media-section .mc-copy {
  font-family: var(--font-4);
  color: var(--white);
}
.media-section .mc-container .slick-next:before, .media-section .mc-container .slick-prev:before {
  color: var(--white);
  -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;
}
.media-section .mc-container .slick-next:hover:before, .media-section .mc-container .slick-prev:hover:before {
  color: var(--light);
}
 
/* Quotes */
.media-section .quote {
  font-family: var(--font-1);
  color: var(--white);
}
.media-section .quote:before {
  color: var(--light);
}
.media-section .quote-cite {
  font-family: var(--font-2);
  color: var(--white);
}
.media-section .quote-cite:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
  
.masterprime .main-module-content h3{
	text-transform:none !important;
}  

.worthwhile-archive a{
	color: var(--dark-gray);
		text-decoration: underline;
}
.worthwhile-archive a:hover{
	color: var(--black);
text-decoration: none;
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .intro-cta-headline{
	font-weight: bold;
	font-size:24px;
}
/*
==============================================
BLOG/ARTICLES
==============================================
*/
.blog-detail-heading, .resource-detail-heading {
  font-family: var(--font-1);
  color: var(--dark);
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: var(--dark) !important;
  font-family: var(--font-2);
  -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;
}
.resource-detail-info-wrapper a:hover, .social-media-share-link:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover {
  color: var(--medium) !important;
}
.fa-calendar:before {
  color: var(--medium);
}
.resource-detail-info-divider, .blog-landing-info-divider {
  color: var(--medium);
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
  color: var(--gray-dark);
}
.blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
  color: var(--medium) !important;
}
.fa-share-alt {
  color: var(--dark) !important;
}
.social-media-share-wrapper span a {
  color: var(--white) !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
  color: var(--medium);
}
.social-media-share-wrapper span a:hover {
  color: var(--light) !important;
}
.social-media-share-wrapper span {
  background-color: var(--dark);
}
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--dark);
}
.blog-detail-copy-wrapper p, .blog-detail-copy-wrapper span, .blog-detail-copy-wrapper ul li, .blog-detail-copy-wrapper ol li, .resource-detail-copy-wrapper p, .resource-detail-copy-wrapper span, .resource-detail-copy-wrapper ul li, .resource-detail-copy-wrapper ol li {
  color: var(--gray-dark);
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper {
  color: var(--gray-dark);
  border-top: 1px solid var(--gray-light);
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
  color: var(--dark);
}
.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 {
  color: var(--medium);
}
.resource-detail-copy-wrapper a {
  color: var(--medium);
}
.resource-detail-copy-wrapper a:hover {
  color: var(--dark);
}
 
/*
  
 
==============================================
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(--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(--gray-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(--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;
}
  
  
/*
==============================================
TEAM PAGE
==============================================
*/
.team-int-section .yearbook-designation, .bio-detail-designation, .team-int-section .yearbook-first-name, .team-int-section .yearbook-last-name, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial, .bio-detail-preferred-name {
  font-family: var(--font-1);
  color: var(--white);
}
.team-int-section .yearbook-three .yearbook-hr {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.team-int-section .yearbook-three .yearbook-title {
  font-family: var(--font-2);
  color: var(--white);
}
.bio-detail-title {
  font-family: var(--font-2);
  color: var(--gray-dark);
}
.team-int-section .yearbook-container .yearbook-links .fa {
  color: var(--white);
  -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;
}
.team-int-section .yearbook-container .yearbook-links a:hover .fa {
  color: var(--light);
}
.team-int-section .team-int-content:after {
  background: none;
}
.team-int-section .team-int-image {
  border-top: 4px solid var(--light);
  background: var(--dark);
}
.team-int-section .yearbook-container .slick-next {
  border-top: 3px solid var(--gray-dark);
  border-right: 3px solid var(--gray-dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-int-section .yearbook-container .slick-prev {
  border-top: 3px solid var(--gray-dark);
  border-left: 3px solid var(--gray-dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bio-team-section .yearbook-container .slick-prev {
  border-top: 3px solid var(--light);
  border-left: 3px solid var(--light);
  -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-team-section .yearbook-container .slick-prev {
  border-top: 3px solid var(--light);
  border-left: 3px solid var(--light);
}
.team-int-section .team-int-intro h1{
	color:var(--white);
}
.team-int-section .yearbook-three.yearbook-container h1{
	color:var(--white);
} 
  
  
/*
==============================================
BIO DETAIL PAGE
==============================================
*/
.bio-detail-first-name, .bio-detail-last-name, .bio-detail-middle-initial, .bio-detail-designation, .bio-detail-preferred-name {
  font-family: var(--font-1);
  color: var(--dark);
}
.bio-team-section .yearbook-first-name, .bio-team-section .yearbook-last-name, .bio-team-section .yearbook-designation {
  font-family: var(--font-1);
  color: var(--white);
}
.bio-team-section .yearbook-three .yearbook-hr {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.bio-detail-links-wrapper:before {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.bio-detail-links-wrapper .fa {
  color: var(--dark);
}
.bio-detail-links-wrapper .fa:hover {
  color: var(--gray-medium);
}
.bio-team-section .yearbook-container .yearbook-links .fa {
  color: var(--dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bio-team-section .yearbook-container .yearbook-links a:hover .fa {
  color: var(--medium);
}
.bio-detail-quote:before {
  color: var(--light);
}
.bio-detail-quote {
  font-family: var(--font-1);
  color: var(--dark);
}
.bio-detail-quote:after {
  border-top: 3px solid var(--light);
  border-bottom: 1px solid var(--light);
}
.bio-detail-quote-cite {
  font-family: var(--font-2);
  color: var(--gray-dark);
}
/*
KITCHEN SINK PROCESS SLIDER
==============================================
*/  
.ks-process-slider .slick-slider .slick-track, .ks-process-slider .slick-slider .slick-list{
	background: var(--light-color-1) !important;
}  
.ks-process-slider .content-slider-copy{
	color: var(--black);
}
/*
FOOTER SECTION
==============================================
*/
.footer-section .footer-cta {
  border: 4px solid var(--light);
}
.footer-section .footer-cta h4 {
  font-family: var(--font-1);
  color: var(--white);
  text-transform: lowercase;
}
.footer-section .social-container:before {
  border-top: 3px solid var(--gray-medium);
  border-bottom: 1px solid var(--gray-medium);
}
.footer-section .ftr-nap a, .footer-section .social-container a {
  color: var(--gray-dark);
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
  color: var(--medium);
}
.footer-section .ftr-disclosures {
  font-family: var(--font-3);
  color: var(--white);
}
.footer-section .ftr-nap {
  font-family: var(--font-1);
  color: var(--white);
}
.footer-section .ftr-nap {
  font-family: var(--font-1);
  color: var(--white);
}
.footer-section .ftr-nap a, .footer-section .social-container a {
  color: var(--white);
}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover {
  color: var(--light);
}
.footer-section .ftr-nap .ftr-nap-phone:after, .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after, .footer-section .ftr-nap-address-csz:after, .footer-section .ftr-nap-email:before {
  color: var(--gray-light);
}
.footer-section .ftr-disclosures a {
  color: var(--light);
}
.footer-section .ftr-disclosures a:hover {
  color: var(--white);
}
.ftr-cta-wrapper {
  margin: 23px 0;
}
  
.footer-section .footer-cta-sticky {
  background: var(--light);
  color: var(--black);
}
.footer-section .footer-cta-sticky:hover {
  background: var(--white);
  color: var(--black);
	border:1px solid  var(--black);
}  
/*
==============================================
CONTACT
==============================================
*/
.simple-form {
  color: var(--gray-dark);
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--dark);
}
  
  
/*
==============================================
MAP AND DIRECTIONS
==============================================
*/
  
  
/*
RESOURCES
==============================================
*/
/* Remove this if you want the background image to show or replace the current image */
.resource-section .resource-content:after {
  background: none !important;
}
 
/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: var(--dark) !important;
}
  
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--medium) !important;
}
  
  
/*
==============================================
RELATED RESOURCES
==============================================
*/
  
.intergenerational-interior-landing-page .content-slider-media-content .slick-slide:hover .content-slider-cta, 
.intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a:hover .button, 
.intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a:hover .button{
	color: var(--dark);
    border: 1px solid var(--light);
    background: var(--light);
}

.intergenerational-interior-landing-page .related-resources-section .mc-cta:hover{
	color: var(--light);
}
  
/*
==============================================
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) {
	.billboard-section .billboard-container{
height:480px;
		min-height: auto;
	}
  .niche-section .mc-cta{
		background: var(--light);
        color: var(--black) !important;
        text-align: center;
        padding-left: 27px !important;
	}    
  .footer-section .button {
    top: 12px !important;
  }
}
  
  
/* 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).nav-right .nav.nav-opened {
    background-color: var(--dark);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
    color: var(--white);
	  padding: 10px 30px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
    background: var(--gray-dark) !important;
  }
  .has-children-arrow-wrapper i {
    color: var(--light);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-internal-wrapper.nav-overlay {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .callouts-section .callout-item {
    border-right: 0px;
  }
  .footer-section .button {
    top: 10px !important;
  }
  .scroller-mobile-wrapper div {
    background-color: var(--white) !important;
    opacity: var(--rgb-opacity-2);
  }
}
  
  
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.billboard-section .billboard-container{
height:280px;
		min-height: auto;
	}
  .footer-section .button {
    top: 0px !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) {}  