/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i|Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&&display=swap');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/shared/resources.css');  

/* Buttons */
.button, .btn, .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"] {
  text-transform: uppercase;
  background: var(--dark-color-1);
  color: var(--white);
  padding: 5px 20px !important;
  font-family: var(--font-1) !important;
  height: auto !important;
  line-height: initial;
 /* width: inherit !important;*/
  border: 2px solid var(--dark-color-1);
  border-radius: 0;
  -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, .btn:hover,
 .blog-landing-copy-cta:hover, 
 .accord a.accord-cta:hover, 
 .investor-access-login-button:hover, 
 .masonry-load-more:hover, 
 .masonry-tertiary-load-more:hover, 
 .masonry-load-more:hover, 
 .masonry-tertiary-load-more:hover, 
 .contact-form .form-inline .captcha .btn-contact:hover, 
 .simple-form input[type="submit"]:hover, 
 .directions-search .submit-search:hover {
   background: var(--white);
   color: var(--dark);
   border: 2px solid var(--dark-color-1);
   letter-spacing:0;  
   border-radius: 0;
 }
 .investor-access-login-button:hover {
   background: var(--white);  
 }
.closer-look-page .masterprime .content-slider-cta:before{
	display:none;
}
/*
==============================================
Buttons
==============================================
*/

.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more {
  display: inline-flex;
  border: 2px solid #d27855;
  margin: 30px 0 20px;
  font-family: 'Playfair Display', serif !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #393939 !important;
}
.blog-landing-load-more:before {
  display: none;
}
.blog-landing-load-more:hover {
  letter-spacing: 0;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more:hover {
  background: black;
  color: white;
}



/*
==============================================
Masonry fixes model 1 variables
==============================================
*/
 
.masonry-load-more:before {
  display: none;
}

.filter-name, .filter a, .filter-reset {
  border: solid 1px transparent;
  padding: inherit;
}
/*
==============================================
Masonry Grid Styles
==============================================
*/ 
.masonry-grid-3 .masonry-title {
  font-family: var(--font-1);
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.masonry-grid-3 .masonry-date {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-paragraph {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-category {
  font-family: var(--font-1);
}
.masonry-grid-3 .masonry-cta {
  font-weight: 500 !important;
  border-radius:25px !important;
  font-family: var(--font-2) !important;
  color: var(--dark) !important;

}

.masterprime .module-intro-content .head-2 {
  font-family: var(--font-2);
  text-transform: none;
  color: var(--dark) !important;
}
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta {
  color: var(--white);
  background: var(--dark-color-1);
  border: 2px solid var(--dark-color-1);
  border-radius: 0;
}
.masterprime .body-module-private-wealth .module-explore-strategies-section h3 {
  color: var(--white);
}
.masterprime .main-module-content h3 {
  text-transform: none;
  font-family: var(--font-2);
  font-weight: 300;
}
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-heading {
  font-weight: 400;
}
.intergenerational-interior-landing-page .intro-section h1, .intergenerational-main-landing-page .main-intro-content h1, .intergenerational-main-landing-page .masonry-grid-section h2, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading {
  text-transform: none !important;
}
.intergenerational-interior-landing-page .intro-section h1 strong, .intergenerational-main-landing-page .main-intro-content h1 strong, .intergenerational-main-landing-page .masonry-grid-section h2 strong, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
  color: var(--dark);
  font-family: var(--font-2);
  text-transform: none;
  font-weight: 300;
}


:root {
--light: #f3eeea;
/*--light-color-1: #D9E1E2;*/
--light-color-1: #b29885;
--medium: #846A52;
--medium-color-1: #253746;
--dark: #253746;
--dark-color-1: #7A4B2E;
--dark-color-2: #131E29;
--gray-light: #f5f7f9;
--gray-medium: #c7c7c7;
--gray-dark: #393939;
--black: #000000;
--white: #ffffff;
--rgb-color-1: 0, 0, 0;
--rgb-color-2: 243, 238, 234;
--rgb-opacity-1: 0.9;
--font-1: 'Roboto', sans-serif;
--font-2: 'Lora', serif;
--font-3: 'Roboto', sans-serif;
}

body {
  color: var(--gray-dark);
  font-family: var(--font-1);  
} 
.masterprime .related-resources-main {
  background: var(--white);
}
a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a, .accordion-panel a,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta {
  color: var(--medium);
}
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(--gray-dark);
}
sup {
	font-size: 55%;
}
/*
==============================================
Header Section
==============================================
*/
.body-home .header-main {
  background: transparent !important;
}
.header-main {
 background: var(--medium-color-1) !important;
}
.interior .header-sticky {
  padding: 10px 0 20px;
}

/*
==============================================
Navigation Section
==============================================
*/

.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark-color-2) !important;
} 
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white);
  font-family: var(--font-3);
  text-transform: uppercase;
  font-size: 16px;
}
/* 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-color-1) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--white);
  font-family: var(--font-1);  
}
/* 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-color-1);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--dark-color-2) !important;
}
.nav:after {
  background: var(--light);
} 
.nav:before, .nav:after {
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 47px;
}
.logo-nav-wrapper{
	background: var(--dark-color-2);
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home .main-content {
  margin-top: -153px;
}
.body-home .billboard-section {
  border-bottom: 10px solid var(--medium);
}
.body-home .billboard-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 1;
  top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.75+20,0+61,0+61,0+100 */
background: linear-gradient(to bottom, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.body-home .billboard-section:after{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0.95) 100%);
}

.billboard-content .hasVideo .billboard-background-video-wrapper:after{
	background-color: rgba(0, 0, 0, 0) !important;
}
.body-home .header-main .ftr-logo-wrapper {
  top: 70%;
}


.billboard-section .head-2 {
  color: var(--white);
  font-family: var(--font-3);
  font-size: 40px !important;
  font-style: italic;
  font-weight: 100;
  text-transform: none; 
} 
.billboard-section h1 {
  color: var(--white);
  font-family: var(--font-2);
  font-size: 62px;
  line-height: 62px; 
}
.billboard-section h1:after {
  display: none;
  background: var(--light);
}
.billboard-section h1:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  position: relative;
  background: var(--medium);
  margin: 0px auto 50px;
  animation: fromCenter 4s forwards; 
} 

/*
==============================================
Intro Section
==============================================
*/

.intro-section {
  background: var(--light);
  padding: 0px 0 200px;
} 
.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
}  
.intro-section .body-copy-accent {
  color: var(--gray-dark);
  font-family: var(--font-2);  
  text-transform: none;
  line-height: 34px;
  font-size: 24px;
  padding: 0 60px;
} 
.intro-section .body-copy-accent:after {
  background: var(--light);
  opacity: .2;
  display: none;
}
.intro-section .intro-content:before {
  background: var(--gray-dark);
  opacity: .2;
  display: none;
}
.intro-section .intro-content:after {
  background: var(--gray-dark);
  opacity: .2; 
  display: none;
}

/*
==============================================
Video/Callouts Section
==============================================
*/

.video-callouts-section {
  background: var(--white);
}
.intro-video {
  margin: -220px auto 25px;
}

/*
==============================================
Services Section
==============================================
*/

.services-section {
  background: var(--white);
}
.services-section h2:after {
  background: var(--light);
} 
.services-section .services-headline h2 {
  color: var(--dark);  
  font-family: var(--font-2);  
}
.services-section .head-1 {
  color: var(--gray-dark);
  font-family: var(--font-1);  
}
.services-section .services-slider h3 {
  color: var(--gray-dark);
  font-family: var(--font-1);  
}

/*
==============================================
Niches Section
==============================================
*/

.niche-section {
  background: var(--gray-light);
  border-top: 5px solid var(--gray-medium);
  border-bottom: 5px solid var(--gray-medium);
}
.niche-section:before {
  background: var(--white);  
}
.niche-section .mc-heading:after {
  background: var(--light);
}  
.niche-section .mc-heading {
  color: var(--gray-dark) !important;
  font-family: var(--font-2) !important;  
}
.niche-section .mc-copy {
  font-family: var(--font-1);
  color: var(--gray-dark);
}
.niche-section .mc-container .media-carousel-three .mc-cta, .niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid var(--light);
  color: var(--white);
  background: var(--gray-dark);
  font-family: var(--font-2) !important;  
  letter-spacing: 1px;    
}
.niche-section .mc-container .slick-next:after {
	border-right: 1px solid var(--gray-dark);
	border-top: 1px solid var(--gray-dark);
}
.niche-section .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}

/*
==============================================
Team Section, Team Page & Bio Pages
==============================================
*/

.team-section {
  border-top: 10px solid var(--gray-medium);
  background: var(--white);
}
.soben-team-photo{
	margin: auto;
}
.team-section h4 {
  color: var(--dark);
  font-family: var(--font-2);  
}
.yearbook-headshot-link {
  text-decoration: none !important;
}
.team-section .head-1 {
  color: var(--gray-dark);
  font-family: var(--font-1);  
}
.team-section h4:after {
  background: var(--light);
}
.team-section .yearbook-container .yearbook-last-name{
  color: var(--gray-dark);
  font-family: var(--font-1);  
}
.team-section .yearbook-container .yearbook-first-name {
  color: var(--gray-dark);
  font-family: var(--font-2);
}
.team-section .yearbook-container .yearbook-title {
  color: var(--gray-dark);
  font-family: var(--font-1);    
}
.team-section .yearbook-container .yearbook-designation {
  font-family: var(--font-1);  
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
	background: -moz-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1),0) 52%,(var(--rgb-color-1),1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
  background: -moz-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  background: linear-gradient(to bottom, rgba(var(--rgb-color-1), 0.2) 30%,rgba(var(--rgb-color-1), 0.2) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}
.copy-section .yearbook-container .yearbook-first-name {
  font-family: var(--font-2);
}
.copy-section .yearbook-container .yearbook-last-name {
  font-family: var(--font-2); 
  font-weight: 300; 
}
.copy-section .yearbook-container .yearbook-designation {
  font-family: var(--font-1);   
}
.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: rgba(var(--rgb-color-1), 0.2);
}
.team-section .yearbook-container .slick-prev {
  border-top: 1px solid var(--gray-dark);
  border-left: 1px solid var(--gray-dark);
}
.team-section .yearbook-container .slick-next {
  border-top: 1px solid var(--gray-dark);
  border-right: 1px solid var(--gray-dark);
}
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-section .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: var(--dark) !important;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: var(--font-2);     
}
.bio-section .bio-detail-last-name {
  font-family: var(--font-1);   
}
.bio-section .bio-detail-designation {
  font-family: var(--font-1);   
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-section .bio-detail-title {
  color: var(--gray-dark) !important;
  font-family: var(--font-1);    
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--dark) !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: var(--medium) !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color:var(--gray-medium);
}
.bio-quote-section {
  background: var(--white);
/* Unhide the snippet below to hide the bio quote section */  
  /* display: none; */
}
.bio-quote-section:before {
  background: var(--light-color-1);	
}
.bio-detail-quote {
  color: var(--gray-dark);	
  font-family: var(--font-1);   
}
.bio-detail-quote-cite {
  color: var(--dark);
  font-family: var(--font-2);    
}
.bio-quote-section:after {
  background: var(--light-color-1);
}

.body-bio-alt-2 .bio-photo-lg-section {
  background: var(--dark-color-2);
}
.bio-detail-links-wrapper .fa {
  color: var(--white) !important;
}
.bio-detail-links-wrapper .fa:hover {
  color: var(--light-color-1) !important;
}
.body-bio-alt-1 .bio-detail-first-name, .body-bio-alt-1 .bio-detail-middle-initial, .body-bio-alt-1 .bio-detail-last-name, .body-bio-alt-1 .bio-detail-preferred-name {
  color: var(--white) !important;
  font-family: var(--font-2);
}
.body-bio-alt-1 .bio-detail-designation {
  color: var(--white) !important;
}
.bio-main-content-content h2{
	border-bottom: 4px solid var(--light-color-1);
}
.bio-main-content-content p .faq-answers {
	display: block;
}

/*
==============================================
Callouts Section
==============================================
*/

.callouts-section {
  background: var(--dark);
} 
.callouts-section .callout-heading .head-1 {
  color: var(--light);
  font-family: var(--font-2);  
}
.callouts-section .callout-heading .head-2 {
  color: var(--white);
  font-family: var(--font-1);  
}
.callouts-section .callout-heading .head-2:after {
  color: var(--white);
  opacity: .2;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: var(--white);
  font-family: var(--font-1);  
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  color: var(--light);
  font-family: var(--font-2);  
}
.callouts-section .callout-item:hover {
  background: rgba(var(--rgb-color-1), 0.2);
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--white);
}
.body-working-together .callouts-container .callout-item .callout-cta-wrapper button, .body-working-together .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
        font-size: 18px;
		font-family: var(--font-2);
 font-weight: 400;
        text-transform: none;
        padding: 10px 20px;
border: none;
    background: var(--medium-color-1);
	color:var(--white);
	width:100%;
    }
.body-working-together .callouts-container .callout-item:hover .callout-cta, .body-working-together .callouts-mobile-slider .callout-item:hover .callout-cta{

	text-transform: none;
	background: var(--medium);
border: none;
}


 /*
==============================================
Quote Section
==============================================
*/  

.body-home .quote-section, .quote-section {
  border-top: none;
  background: url(https://www.raymondjames.com/-/media/0a1cf72d70f8484d854847931ef465f6.ashx) center center;
  background-size: cover;
}
.body-home .quote-section .quote, .quote-section .quote {
  color: var(--dark) !important;
  font-family: var(--font-2);  
  font-size: 40px;
  line-height: 45px;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}
.quote-section .quote:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  position: relative;
  background: var(--dark-color-1);
  margin: 40px auto;
}
.body-home .quote-section .quote-cite {
  color: var(--dark) !important;
  font-family: var(--font-3);
  font-style: normal;
  text-transform: uppercase;
}
.quote-section .quote-content {
  padding: 125px 0;
}
.quote-section .quote-wrapper {
  background: rgba(var(--rgb-color-2), var(--rgb-opacity-1)) !important;
  padding: 100px 15px;
}
.quote-section .quote-wrapper .quote-hr {
  display: none;
}
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
  display: none;
}  
.quote-section .quote-wrapper .quote-hr:after {
  background: var(--gray-dark);
  opacity: .2;
  display: none;
}
.body-home .quote-section:after {
  background: var(--white);
  opacity: .2;
  display: none;
}

/*
==============================================
POV Section
==============================================
*/  

.pov-section {
  background: var(--white);
}
.pov-section h4 {
  color: var(--dark-color-1);
  font-family: var(--font-2);
}
.pov-section h4:after, .pov-carousel .mc-heading:after {
  background: var(--light);
}
.pov-carousel .mc-heading {
  color: var(--gray-dark);
  font-family: var(--font-2);  
}
.pov-section .head-1 {
  color: var(--dark);
  font-family: var(--font-1);    
}
.pov-carousel .mc-date {
  color: var(--gray-dark);
  font-family: var(--font-1);  
}
.pov-carousel .mc-copy {
  color: var(--gray-dark); 
  font-family: var(--font-1);  
}
.pov-carousel .mc-cta {
  color: var(--medium-color-1);
  font-family: var(--font-2);  
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: var(--gray-dark);  
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-carousel .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-section .btm-image {
  display: none;
}
.pov-carousel .mc-container:before {
  border-top: 1px solid var(--gray-dark);
  border-bottom: 1px solid var(--gray-dark);
}


/*
Living Your Legacy
==============================================
 
red = #
blue = #
green = #
magenta = #
aqua = #
 
==============================================
*/

.module-living-your-legacy .module-living-your-legacy-landing .billboard-background-video{
	height: auto;
}
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-heading{
	font-family: var(--font-1);
}
.module-living-your-legacy .main-module-section .module-intro-content h1, .module-living-your-legacy .main-module-section .module-intro-content .head-2, .module-living-your-legacy .module-cta-banner-section h2, .module-living-your-legacy .module-footer-cta-banner-section h4, .module-living-your-legacy .module-callouts-section h3, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-heading, .module-living-your-legacy .module-related-resources-section .mc-heading, .module-living-your-legacy .module-quote-section .quote, .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--dark) !important;
	font-family: var(--font-1);
	font-style: normal;
}
.module-living-your-legacy .copy-section h1:after{
	background: var(--dark-color-1);
}
.module-living-your-legacy .main-module-section .module-living-your-legacy-landing .module-intro-content p, .module-living-your-legacy .main-module-content, .module-living-your-legacy .module-footer-cta-banner-content .ftr-cta-wrapper p{
	font-family: var(--font-1);
}
.module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta {
  text-transform: uppercase;
  background: var(--dark-color-1);
  color: var(--white);
  padding: 5px 20px !important;
  font-family: var(--font-1) !important;
  height: auto !important;
  line-height: initial;
 /* width: inherit !important;*/
  border: 2px solid var(--dark-color-1);
  border-radius: 0;
  -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;
}
.module-living-your-legacy .btn:hover, .module-living-your-legacy .accord a.accord-cta:hover, .module-living-your-legacy .callout-item:hover .callout-cta, .module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-footer-cta-banner-section .ftr-cta:hover .btn, .module-living-your-legacy .module-slider-content .slick-slide:hover .content-slider-cta {
   background: var(--dark) !important;
   color: var(--white) !important;
   border: 2px solid var(--dark) !important;
   letter-spacing:0;  
   border-radius: 0;
}

.module-living-your-legacy .mc-container a:hover .mc-cta {
  color: var(--dark);
}
 
.module-living-your-legacy .module-related-resources-section .mc-cta{
  color: var(--dark);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; 
}
 
.module-living-your-legacy .module-quote-section, .module-living-your-legacy .module-cta-banner-section {
  background: var(--light);
	color: var(--dark)  !important;
}
.module-living-your-legacy .module-cta-banner-section h2{
	color:var(--white);
}
.module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before, .module-living-your-legacy .slick-prev:before, .module-living-your-legacy .slick-next:before {
    color: var(--dark) !important;
}
 .module-living-your-legacy .callouts-container .callout-item, .module-living-your-legacy .callouts-mobile-slider .callout-item{
	 font-family: var(--font-1);
}    
.module-living-your-legacy .module-callouts-section h3, .module-living-your-legacy .copy-section .head-1{
	font-family: var(--font-3);
}
.module-living-your-legacy .copy-section .head-1{
	color: var(--dark);
    font-family: var(--font-2);
    font-size: 38px !important;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 44px;
}
.module-living-your-legacy .main-module-section .module-intro-content .head-2{
	color: var(--dark);
    font-family: var(--font-2);
    font-size: 38px;
    font-style: italic;
    text-transform: none;
    line-height: 44px;
	font-weight: 400;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr, .module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:before, .module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:after{
	display: none;
}


.module-living-your-legacy .module-quote-section .quote-cite{
	    color: var(--dark) !important;
    font-family: var(--font-3);
    font-style: normal;
    text-transform: uppercase;
}
.module-living-your-legacy .module-stats-section .stat-source{
	font-family: var(--font-2);
}
/*
==============================================
Footer Section
==============================================
*/

.footer-section {
  background: var(--dark-color-2);
}
.footer-section .footer-form-section {
  background: var(--medium-color-1);
}
.footer-section .footer-form-header-content h3 {
  color: var(--white);
  text-transform: none;
  margin-top: 35px;
  line-height: 28px;
}
.footer-form-section .simple-form label {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  top: 37px;
  left: 8px;
  z-index: 2;
  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;
}
.footer-section .thanks-msg h4, .footer-section .thanks-msg {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  line-height: 24px; 
}
.footer-section .thanks-msg {
  padding: 20px 0;
}
.simple-form label {
  line-height: 1.5;
  font-weight: bold;
  font-family: var(--font-1);
  font-weight: 400;
  font-style: italic;
}
.footer-form-section .required-text {
  padding-left: 0px;
  display: contents;
  color: var(--white);
}
.footer-form-section .button-sec-wrap {
  margin-top: 14px;
}
.footer-form-section .simple-form input[type="submit"] {
  margin-top: 25px;
  background: transparent;
  border: 2px solid var(--medium);
}
.footer-form-section .simple-form input[type="submit"]:hover {
  background: var(--medium);
  color: var(--white);
}
.footer-form-section .recaptcha-disclaimer {
  color: var(--white);
}
.footer-form-section .button-sec-wrap {
  margin-top: 14px;
}
.footer-form-section .email-field-label.active {
  position: relative;
  top: 0px !important;
  color: var(--white);
}
.footer-form-section a{
	text-decoration: underline;
	text-underline-offset: 5px;
}
.footer-section .social-container {
  border-bottom: 8px solid var(--medium-color-1);
  border-top: none;
}
.footer-section .footer-cta-section h4:after {
  background: var(--medium);
} 
.footer-section .social-container:after {
  background: var(--gray-dark);
}
.footer-section .social-container a .fa {
  color: var(--white) !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--light-color-1) !important;
}
.footer-section .footer-content a {
  color: var(--white);
}
.footer-section .footer-content .ftr-disclosures a {
  color: var(--gray-medium);
}
.footer-section .footer-content .ftr-disclosures a:hover {
  color: var(--light-color-1);
}
.footer-section .footer-content a:hover {
  color: var(--light-color-1);
	text-decoration: none;
}
.footer-section .footer-cta-section h4 {
  color: var(--light);
  font-family: var(--font-2);  
  font-size: 36px;
}
.footer-section .sub-light .head-1 {
  color: var(--white);
  font-family: var(--font-1);
  font-size: 36px !important;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  margin: 0;
}
.footer-section .footer-cta-section h4:hover {
  color: var(--white);
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: var(--light) !important;
}
.footer-section .ftr-nap-name {
  color: var(--gray-light) !important;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: var(--medium);
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  color: var(--white);
  font-family: var(--font-3);  
}
.footer-section .ftr-disclosures {
  color: var(--gray-medium);
}
/* This hides the word "address" that appeard above the address */
.footer-section .ftr-nap-address:before {
  display: none;
}

/*
==============================================
Interior Pages
==============================================
*/

.interior .billboard-container {
  background-position: top center;
}
.body-about-raymond-james .billboard-container {
  background-position: center center;
}

.copy-section, .bio-section, 
.resource-section, .blog-main, 
.body-resource-detail .resource-section, 
.body-map-directions .resource-section {
  background: var(--white);
}
.copy-section h1 .head-2:after, 
.body-about-us .copy-section h2:after {
  background: var(--medium);
} 
.copy-section h1, 
.copy-section .head-1 {
  color: var(--dark);
  font-family: var(--font-2);  
  font-size: 38px !important;
  font-weight: 300;
  text-transform: inherit;
  line-height: 44px;
}
.copy-section .head-2, 
.copy-section .head-3, 
.copy-section h2 .head-3, 
.body-about-us .copy-section h2 .head-2 {
  color: var(--dark);
  font-family: var(--font-2);  
  font-size: 38px;
 /* font-style: italic;*/
  text-transform: none;
  line-height: 44px;
}
.body-about-us .copy-section h2, 
.copy-section h2,
.copy-section h3, 
.copy-section h4, 
.copy-section h5, 
.resource-detail-copy-wrapper h4  {
  color: var(--dark);
  font-family: var(--font-2);  
  font-weight: 300;
  text-transform: none; 
}
.interior .billboard-content:after {
  background: var(--gray-medium);
  display: none;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  color: var(--gray-dark) !important;
	font-family: var(--font-2);
	text-transform: none;
}
/* .quote-section {
  background: var(--gray-light);
} */
/* .quote-section .quote {
  color: var(--gray-dark);
  font-family: var(--font-1);
} */
.quote-section .quote-cite {
  color: var(--dark) !important;
  font-family: var(--font-2);  
}
.quote-section .mc-container .slick-track .slick-slide {
  background: rgba(var(--rgb-color-2), var(--rgb-opacity-1)) !important;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: var(--black);
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-2);
  font-weight: 300;
  color: var(--dark);
}
.no-quote .quote-section {
  display: none;
}

/*
==============================================
Resource Detail Page
==============================================
*/

.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, 
.fa-share-alt, .resource-detail-info-wrapper a, 
.social-media-share-link, .blog-date-link, 
.blog-category-link, .blog-media-type-link {
  color: var(--medium) !important;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover {
  color: var(--gray-dark) !important;
}

/*
============================================== 
Mouse Scroller Model 1
==============================================
*/

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: var(--gray-light) !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    animation: none !important;
    background: none !important;
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '' !important;
    height: 18px !important;
    width: 18px !important;
    animation-name: none !important;
    display: block !important;
    border-radius: 0 !important;
    border: 2px solid var(--dark);
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: 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;
}

/*
============================================== 
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(--gray-dark);
}
.slick-dots li button:before {
  color: var(--gray-dark);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: 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(--gray-dark);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}

/*
============================================== 
Next/Previous arrows and background variables
==============================================
*/  

/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: var(--gray-dark) !important;
  -webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: var(--black) !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: var(--gray-dark) !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: var(--gray-light) !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: var(--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;
}

/*
============================================== 
Share Widget and text links
==============================================
*/
 
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, .resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, .social-media-share-link:active > .fa-share-alt:before, .resource-detail-info-wrapper a:hover {
  color: var(--gray-dark) !important;
}
/* share icon (left) normal */
.fa-share-alt, .resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link  {
  color: var(--dark) !important;
}
/* share pop up box icon normal */
.social-media-share-wrapper span a {
  color: var(--white) !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
  color: var(--light-color-1) !important;
}
/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
  color: var(--gray-dark) !important;
}
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--medium-color-1);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--medium-color-1);
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  color: var(--gray-dark);
  border-top: 1px solid var(--gray-medium);
}
.meet-team-cta{
	text-align: center;
	padding-bottom: 30px;
}
.meet-team-cta a{
	text-transform: uppercase;
	}

/*
============================================== 
Styles Page Section
==============================================
*/

.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--dark-color-1);
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a{
	color: var(--dark-color-1);
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa, .flextabs-wrapper a:hover {
  color: var(--dark) !important;
}
.flextab-triggers a {
  background: var(--gray-dark);
  color: var(--white) !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--dark) !important;
  color: var(--light) !important;
}
blockquote:before, q:before {
  background: var(--light);
}
blockquote, q {
  color: var(--dark) !important;
  border-color: var(--gray-medium) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--gray-light);
}

/*
==============================================
Blog
==============================================
*/

.blog-detail-heading {
  color: var(--dark) !important;
  font-family: var(--font-1);
}
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: var(--dark) !important;
}
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: var(--gray-dark) !important;
}
.filter-list-heading a {
  border-color: var(--gray-medium) !important;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  color: var(--dark) !important;
  font-family: var(--font-1);
}
.fa-calendar:before {
  color: var(--dark);
}
.blog-landing-click-copy .blog-landing-copy {
  color: var(--dark);
}
.blog-landing-overall-copy {
  border-color: var(--gray-medium) !important;
}
.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(--medium) !important;
}

 /*
==============================================
STICKY CTA
==============================================
*/
.footer-section .footer-contact-section .footer-cta-sticky {
  background: var(--dark-color-1);
  color: var(--white);
  font-family: var(--font-1);
	padding: 5px 40px;
}
.footer-section .footer-contact-section .footer-cta-sticky:hover {
  background: var(--dark);
  color: var(--light);
} 

/*
==============================================
Callouts Lateral Structure
==============================================
*/ 
.callouts-section .callouts-content {
  margin-top: 40px;
  margin-bottom: 50px;
}
.co-lateral-base {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  padding-bottom: 90px !important;
}
.callout-item:hover {
  background: transparent !important;
}
.co-lateral-base a {
  text-decoration: none !important;
}

/* Controls the width of the two columns
==============================================
*/ 
.co-lateral-base .callout-item:nth-child(odd) .callout-image-wrapper, 
.co-lateral-base .callout-item:nth-child(even) .callout-image-wrapper {
  width: 50%;
  overflow: hidden;
  max-height: none;
}
.co-lateral-base .callout-item .callout-heading-wrapper, 
.co-lateral-base .callout-item .callout-copy-wrapper, 
.co-lateral-base .callout-item .callout-cta-wrapper {
  width: 50%;
  height: auto !important;
}

/* Items to float left and right
==============================================
*/ 
.co-lateral-base .callout-item:nth-child(odd) .callout-heading-wrapper, 
.co-lateral-base .callout-item:nth-child(odd) .callout-copy-wrapper, 
.co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper, 
.co-lateral-base .callout-item:nth-child(even) .callout-image-wrapper {
  float: left;
  animation: slideInRightSmall 1s forwards;
}
.co-lateral-base .callout-item:nth-child(even) .callout-heading-wrapper, 
.co-lateral-base .callout-item:nth-child(even) .callout-copy-wrapper, 
.co-lateral-base .callout-item:nth-child(even) .callout-cta-wrapper, 
.co-lateral-base .callout-item:nth-child(odd) .callout-image-wrapper {
  float: right;
  animation: slideInLeftSmall 1s forwards;
}

/* co-lateral-reverse Reverse the order text left image right by adding the class .co-lateral-reverse to the main component
==============================================
*/ 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(odd) .callout-heading-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(odd) .callout-copy-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(odd) .callout-cta-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(even) .callout-image-wrapper {
  float: left;
}
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(even) .callout-heading-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(even) .callout-copy-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(even) .callout-cta-wrapper, 
.co-lateral-base.co-lateral-reverse .callout-item:nth-child(odd) .callout-image-wrapper {
  float: right;
}
/* Text Padding left and right
==============================================
*/ 
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(odd) .callout-heading-wrapper .callout-heading, 
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(odd) .callout-copy-wrapper, 
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(odd) .callout-cta-wrapper .callout-cta {
  position: relative;
  left: 0px;
}
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(even) .callout-heading-wrapper .callout-heading, 
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(even) .callout-copy-wrapper, 
.co-lateral-base.co-lateral-reverse  .callout-item:nth-child(even) .callout-cta-wrapper .callout-cta {
  position: relative;
  left: 50px;
}
.co-lateral-base .callout-item:nth-child(odd) .callout-heading-wrapper .callout-heading, 
.co-lateral-base .callout-item:nth-child(odd) .callout-copy-wrapper, 
.co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper .callout-cta {
  position: relative;
  left: 50px;
  padding-right: 100px;
}
.co-lateral-base .callout-item:nth-child(even) .callout-heading-wrapper .callout-heading, 
.co-lateral-base .callout-item:nth-child(even) .callout-copy-wrapper, 
.co-lateral-base .callout-item:nth-child(even) .callout-cta-wrapper .callout-cta {
  position: relative;
  left: 50px;
}
.co-lateral-base .callout-item .callout-image-wrapper .callout-image {
  -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;  
}
.co-lateral-base .callout-item:hover .callout-image-wrapper .callout-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.co-lateral-base .callout-item .callout-heading-wrapper {
  padding: 80px 0 0;
  height: auto;
}
/*
==============================================
Callouts Lateral Styles
==============================================
*/ 
.co-lateral-base .callouts-container .callout-item .callout-heading-wrapper .callout-heading .head-1, 
.co-lateral-base .callout-item .callout-heading-wrapper .callout-heading .head-1 {
  font-family: var(--font-2);
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  color: var(--dark);
  display: inline;
  top: 0;
}
.co-lateral-base .callout-item .callout-heading-wrapper .callout-heading .head-2 {
  font-family: var(--font-2);
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
  color: var(--dark);
  font-style: italic;
  display: inline;
  top: 0;
}
.co-lateral-base .callout-item .callout-heading-wrapper .callout-heading {
  text-align: left;
  color: var(--dark);
  font-size: 38px;
  line-height: 44px;
  /*padding-top: 75px;*/
}
.co-lateral-base .callout-item .callout-heading-wrapper .callout-heading span {
  display: block;
  font-family: var(--font-1);
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}
.co-lateral-base.callouts-container .callout-item .callout-copy-wrapper, 
.co-lateral-base.callouts-mobile-slider .callout-copy-wrapper {
  color: var(--dark) !important;
  font-family: var(--font-1) !important;
  font-size: 18px !important; 
  line-height: 30px !important;
  text-align: left;
  padding-right: 100px;
}
.co-lateral-base .callout-item .callout-copy-wrapper,
.co-lateral-base .callout-item .callout-cta-wrapper, 
.co-lateral-base .callout-item .callout-cta-wrapper {
  text-align: left;
  padding: 0;
}
.co-lateral-base .callout-item:hover .callout-heading:after {
  width: 90px;
}
.co-lateral-base.callouts-container .callout-item .callout-cta-wrapper button, 
.co-lateral-base.callouts-mobile-slider .callout-item .callout-cta-wrapper button, .meet-team-cta a {
  background: transparent;
  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;
  border: none !important;
  line-height: initial;
  font-size: 14px !important;
  font-weight: 400;
  font-family: var(--font-1) !important;
  padding: 10px 0px !important;
  letter-spacing: 0 !important;
  position: relative;
}
.co-lateral-base.callouts-container .callout-item .callout-cta-wrapper button:after, 
.co-lateral-base.callouts-mobile-slider .callout-item .callout-cta-wrapper button:after, .meet-team-cta a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--medium);
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  -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;
}
.co-lateral-base.callouts-container .callout-item:hover .callout-cta-wrapper button:after, 
.co-lateral-base.callouts-mobile-slider .callout-item.callout-item:hover .callout-cta-wrapper button:after, .meet-team-cta:hover a:after{
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  margin: 0 auto;
  background: var(--medium);
  right: 0;
  left: 0;
  bottom: 0;
  -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;
}


.co-lateral-base.callouts-container .callout-item:hover .callout-cta, 
.co-lateral-base.callouts-mobile-slider .callout-item:hover .callout-cta {
}

.co-lateral-base .callout-heading .head-2:after {
  display: none;
}

.co-lateral-base.callouts-container .callout-item .callout-cta-wrapper {
  padding: 0px;
}

.co-lateral-base {
  position: relative;
  text-align: center;
}


 /*
==============================================
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) {
  .co-lateral-base.callouts-container .callout-item {
    width: inherit !important;
  }    
  .co-lateral-base .callout-item .callout-heading-wrapper .callout-heading {
   /* padding-top: 30px;*/
  }   
  .footer-form-section .captcha-section {
    margin-top: 0;
    display: inline-grid
  }
	    .footer-section .footer-contact-info {
        text-align: center !important;
    }
	.co-lateral-base .callout-item .callout-heading-wrapper{
		padding:0px;
	}
}
 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
     
}
 
 
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--white);
    opacity: .8;
    z-index: -1;
  }
  .nav-opened.nav-trigger:after {
    background: none;
  }  
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: var(--dark) !important;
    box-shadow: none;
  } 
  .fa-angle-down:before {
    color: var(--light);
  }
  /* Hamburger Menu Icon */
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
    background:var(--dark);
  }
  /* Hamburger Menu Icon Active and Open*/
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
    background: var(--white);
  }
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
	border-bottom: 1px solid rgba(243, 238, 234, 0.7);	
	}
  .nav-container .address-group-name-wrapper {
    display: none !important;
  }
  .nav-address-wrapper {
    font-family: var(--font-1);
    color: var(--gray-light);
  }
  .header-main:after {
    display: none;
  }
  .billboard-content:before {
    display: none;
  }
  .header-sticky, .header-section {
    padding: 0;
}

  .co-lateral-base {
    grid-gap: 30px;
  }
  .co-lateral-base.callouts-container .callout-item {
    width: 100% !important;
  }
  .co-lateral-base .callout-item:nth-child(odd) .callout-image-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-image-wrapper {
    width: 100%;
    float: none;
  }
  
  .co-lateral-base .callout-item:nth-child(odd) .callout-heading-wrapper, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-copy-wrapper, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-image-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-heading-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-copy-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-cta-wrapper, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .co-lateral-base.callouts-container .callout-item .callout-heading-wrapper {
    padding: 0px;
  }
  .co-lateral-base .callout-item:nth-child(odd) .callout-heading-wrapper .callout-heading, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-copy-wrapper, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper .callout-cta, 
  .co-lateral-base .callout-item:nth-child(even) .callout-heading-wrapper .callout-heading, 
  .co-lateral-base .callout-item:nth-child(even) .callout-copy-wrapper, 
  .co-lateral-base .callout-item:nth-child(even) .callout-cta-wrapper .callout-cta {
    left: 0px;
    text-align: center;
    margin-top: 30px;
  }
  .co-lateral-base .callout-heading:after {
    top: 30px;
    margin: 0 auto 55px;
  }
  .co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper .callout-cta, 
  .co-lateral-base .callout-item:nth-child(even) .callout-cta-wrapper .callout-cta {
    margin: 0px auto 0;
  }
  .co-lateral-base .callout-item:nth-child(odd) .callout-heading-wrapper .callout-heading, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-copy-wrapper, 
  .co-lateral-base .callout-item:nth-child(odd) .callout-cta-wrapper .callout-cta {
    padding: 0;
  }
  .co-lateral-base.callouts-container .callout-item .callout-copy-wrapper, 
  .co-lateral-base.callouts-mobile-slider .callout-copy-wrapper {
    padding: 0;
	padding: 0 75px;
  }
  .co-lateral-base .callout-item .callout-image-wrapper .callout-image {
    display: block;
    max-width: 60%;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
  .co-lateral-base.callouts-version-1.callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
        font-size: 38px;
        line-height: 44px;
    }
  .intro-section .body-copy-accent {
        padding: 0 0px !important;
    }
	.footer-section .footer-form-section{
		text-align: center;
	}
	
.body-working-together .callouts-container .callout-item .callout-cta-wrapper button, .body-working-together .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
      font-size: 18px !important;
	  font-family: var(--font-2);
      font-weight: 400 !important;
      text-transform: none !important;
      padding: 10px 20px;
      border: none;
      background: var(--medium-color-1);
	  color:var(--white);
	  width:100%;
    }
	.header-main .ftr-logo{
		max-width: 55%;
	}
	.billboard-content .hasVideo{
		    height: 550px;
	}
	.billboard-background-video-wrapper .container{
		top: 60px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper{
    padding: 10px 0 30px;
  }
}
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.callouts-section .slick-prev:after {
		border-left: 1px solid var(--white);
		border-top: 1px solid var(--white);
	}
	.callouts-section  .slick-next:after {
		border-right: 1px solid var(--white);
		border-top: 1px solid var(--white);
	}     
  .callouts-section .callout-cta-wrapper button {
    color: var(--white)
  }
  .callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    color: var(--gray-dark) !important;    
  }
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light);
  }
  .co-lateral-base.callouts-version-1.callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    font-size: 38px;
    line-height: 44px;  
  }
  .body-home .quote-section .quote, .quote-section .quote {
      font-size: 24px;
      line-height: 31px;
  }
  .co-lateral-base {
      padding-bottom: 0 !important;
  }
  .copy-section .copy-content {
    padding: 65px 30px;
  }
  .co-lateral-base.callouts-mobile-slider {
    opacity: 1;
  }
}
 
/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
	.callouts-section .slick-prev:after {
		border-left: 1px solid var(--white);
		border-top: 1px solid var(--white);
	}
	.callouts-section  .slick-next:after {
		border-right: 1px solid var(--white);
		border-top: 1px solid var(--white);
	}     
  .callouts-section .callout-cta-wrapper button {
    color: var(--white) !important;
  }  
  .callouts-container .callout-item:hover .callout-cta, .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light) !important;
  }  
  .co-lateral-base.callouts-mobile-slider {
    opacity: 1;
  }
  
}

.body-bio .button {
  margin-left: 0;
  margin-right: 0;
}