/* /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://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Celeste Nunez
DESIGNER:
JOB #: 20-BRAJU-0015
COMPLETION DATE: 12/4/2020
ADDITIONAL NOTES:
Fonts:

    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;

 all backgrounds/foregrounds passed ADA
 --------------------------------------
 Lime Green #98c94b
 lighter Green ##9FCD56 (resource)
 Dark Green #5c7e26 (accordions)
 Navy Blue #1d3049
 Darker Blue #1a2533
 Grey #767169
 Dark Blue (subnav) #1d3452
 Button Hover #f7f7f7
 Services Links Hover #225392
========================================================================================================================
*/

body {
  color: #000;
  font-weight: 400;
}
/*
==============================================
Navigation Section
==============================================
*/

/*
.interior .logo-btn-section .button-content {
  display: none;
}
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091f30+0,163951+50,091f30+100 */
  background: rgb(9,31,48); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(9,31,48,1) 0%, rgba(22,57,81,1) 50%, rgba(9,31,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091f30', endColorstr='#091f30',GradientType=1 ); /* IE6-9 */
}

.primary-nav a:hover, .primary-nav .nav-subnav a.active, .primary-nav a.active{
	color: #98c94b;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav{
	background-color: #1d3452;
  padding-right: 20px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
	display: none !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a.sub-a {
  background: none;
}

.copy-section{
	border-top: none;
  padding: 100px 0 150px;
}

.scroller-wrapper div:after{
	background-color: #767169;
	color: #98c94b;
}

.scroller-wrapper div:before{
	background-color: #767169;
}

.logo-pattern-section{
	background-color: #1d3049;
}

.logo-pattern{
	background-image: none;
}

.resource-section{
	border-top: none;
}

.directions-search .submit-search{
	background: #767169;
    color: #ffffff !important;
}
.logo-btn-section .button-content .btn-top {
  margin-top: 30px !important;
}

/*
==============================================
Billboard Section
==============================================
*/
.body-home .billboard-section .billboard-container {
  background-position: bottom center;
}
.body-home .intro-section{
	border-bottom: none;
  padding: 1px 0px 211px;
  min-height: inherit;
}
.billboard-section{
	border-bottom: none;
}
.billboard-services-section .billboard-container a{
	color: #ffffff;
}

.billboard-services-section .billboard-container a:hover{
	color: #f7f7f7;
}

.billboard-services-section{
	border-top: none;
}

.billboard-services-section .billboard-container:after{
	background-image: none;
}

.billboard-services-section .billboard-content-wrapper:before{
	background: linear-gradient(135deg, rgb(29,48,73) 0%,rgba(29,48,73) 20%,rgba(92,126,148,0) 76%,rgba(92,126,148,0) 100%)
}

.billboard-services-section .billboard-content-wrapper:after{
	background: linear-gradient(45deg, rgba(29,48,73) 0%,rgba(29,48,73) 20%,rgba(70,111,132,0) 76%,rgba(92,126,148,0) 100%);
}

/*
==============================================
Intro Section
==============================================
*/

.intro-section{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091f30+0,163951+25,163951+50,163951+75,091f30+100 */
  background: rgb(9,31,48); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(9,31,48,1) 0%, rgba(22,57,81,1) 25%, rgba(22,57,81,1) 50%, rgba(22,57,81,1) 75%, rgba(9,31,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 25%,rgba(22,57,81,1) 50%,rgba(22,57,81,1) 75%,rgba(9,31,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 25%,rgba(22,57,81,1) 50%,rgba(22,57,81,1) 75%,rgba(9,31,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091f30', endColorstr='#091f30',GradientType=1 ); /* IE6-9 */
}

.button{
	background: #767169;
	color: #ffffff !important;
}

.button:before{
	border-color: #767169;
}

.button:hover::before{
	border-color: #98c94b;
  -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;
}

.button:hover{
	color: #1d3049 !important;
	background-color: #98c94b !important;
}

.team-section .team-intro .button:hover::before, .button:hover::before {
    border-color: #98c94b;
}

.callouts-section .callouts-container .callout-item:hover .callout-cta:before {
    border-color: #98c94b !important;
}

.callouts-section .callout-cta:before{
	border: 2px solid #767169;
}

.callouts-section .callouts-container .callout-item:hover .callout-cta{
	background-color: #98c94b !important;
	color: #1d3049 !important;
}

.intro-section .intro-cta .button:hover {
    color: #f7f7f7;
}

.intro-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091f30+0,163951+50,091f30+100 */
  background: rgb(9,31,48); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(9,31,48,1) 0%, rgba(22,57,81,1) 50%, rgba(9,31,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091f30', endColorstr='#091f30',GradientType=1 ); /* IE6-9 */
}

.team-section .team-intro .button:hover {
	background: #98c94b !important;
	color: #1d3049 !important;
	border-color: #98c94b !important;
}

.team-intro-image-text-section {
  display: block;
}
.team-section .team-intro {
  padding-bottom: 100px;
  text-align: center;
}
.team-intro:before {
  display: none;
}
.yb-home .yearbook-three .yearbook-first-name, .yb-home .yearbook-three .yearbook-last-name {
    font-size: 26px!important;
    line-height: 45px;
}
.billboard-section .billboard-container:before {
  display: none;
}
 h1 {
	font-family: 'Playfair Display', serif;
  color: #000;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
  text-align: center;
  margin: 0 0 50px;
}
h1 .head-1 {
	font-size: 67px;
	line-height: 77px;
	display:block;
}
h1 .head-2 {
	display:block;
}
.intro-section .intro-copy h1 {
  color: #fff;
}
/* .billboard-heading {
  display: none;
} */
/*
==============================================
Services Section
==============================================
*/

/*
==============================================
Niches Section
==============================================
*/

.niche-section{
	border: none;
}

.niche-section {
    padding: 0px;
}

/*
==============================================
Team Section
==============================================
*/

.team-section .team-intro .button:before{
	border-color: #767169;
}

.team-section .team-intro,.team-section .team-image-text p{
	color: #1a2533;
}

.team-title-content{
	background: #767169;
}

.team-int-section{
	background: #1d3049;
	border-top: none !important;
}

.team-int-section .team-int-image{
	border-top: none !important;
}

.team-int-section .yearbook-three .yearbook-hr{
	border-top-color: #98c94b !important;
	border-bottom-color: #98c94b !important;
}

.team-int-section .yearbook-container .yearbook-links .fa{
	color: #98c94b !important;
}

.team-int-section .yearbook-container .yearbook-links .fa:hover{
	color: #ffffff !important;
}

.bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before{
	background: lightgray;
}
.bio-detail-links-wrapper .fa {
    color: #163950;
}
.bio-detail-links-wrapper .fa:hover{
	color: #506E21;
}

.bio-page .bio-team-section{
	display: none;
}

.bio-team-section .slick-dots li.slick-active button:before, .team-int-section .slick-dots li.slick-active button:before {
    color: #98c94b !important;
}

.team-int-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091f30+0,163951+50,091f30+100 */
  background: rgb(9,31,48); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(9,31,48,1) 0%, rgba(22,57,81,1) 50%, rgba(9,31,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(9,31,48,1) 0%,rgba(22,57,81,1) 50%,rgba(9,31,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091f30', endColorstr='#091f30',GradientType=1 ); /* IE6-9 */
}


.quote-section {
    border-top: 2px solid #98c94b;
}

.yearbook-container .slick-prev{
	border-top: 1px solid #98c94b;
    border-left: 1px solid #98c94b;
}

.yearbook-container .slick-next{
	border-top: 1px solid #98c94b;
    border-right: 1px solid #98c94b;
}

.bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before{
	background: #eaeaea;
}

.bio-detail-last-name, .bio-detail-first-name{
	color: #1d3049;
}
.bio-detail-links-wrapper:before {
    border-top: 3px solid #98c94b;
    border-bottom: 1px solid #98c94b;
}
.grandmother-photo, .grandfather-photo {
  text-align: center;
}
/*
==============================================
Callouts Section
==============================================
*/

.callouts-section{
	border-top: none;
}

.callouts-section .callout-heading-wrapper h3:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 3px solid #98c94b;
    display: block;
    border-radius: 50%;
    margin-bottom: 8px;
    background: linear-gradient(to bottom, transparent 50%, #98c94b 50%);
    background-size: 100% 200%;
    background-position: top right;
    transition: all 0.3s ease;
}

.callouts-section .callout-heading-wrapper h3{
	color: #1a2533 !important;
}

.callouts-section .callout-cta{
	color: #ffffff;
	background: #767169;
}

.callouts-section .callout-cta:hover{
	color: #f7f7f7;
	background: #767169;
}

.callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callouts-section .callout-cta .callouts-section .mc-container a:hover .callout-cta{
	background: #767169;
	color: #f7f7f7;
}

.callouts-section .callout-heading-wrapper h3{
	font-size: 34px !important;
}

.callouts-section .callout-item{
	border-right: 2px solid #1a2533;
}

/*
==============================================
POV Section
==============================================
*/

.media-section{
	display: none;
}

/*.slick-next.slick-arrow{
	display: none !important;
}*/

.media-section .mc-container .slick-next:before, .media-section .mc-container .slick-prev:before{
	color: #ffffff;
}

.media-section .mc-container .slick-next:hover:before, .media-section .mc-container .slick-prev:hover:before{
	color: rgb(255 255 255 / 84%);
}

.media-section .mc-content-wrapper .mc-copy-wrapper:before{
	border-top: none !important;
	border-bottom: none !important;
}

.media-section .mc-date{
	display: none;
}

.carousel-text{
	font-family: 'Playfair Display', serif;
    font-size: 39px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 73px;
}

.media-section:before{
	background: linear-gradient(135deg, rgb(29 48 73) 0%,rgb(29 48 73) 20%,rgba(92,126,148,0) 76%,rgba(92,126,148,0) 100%);
}

.media-section:after{
	background: linear-gradient(45deg, rgb(29 48 73) 0%,rgb(29 48 73) 20%,rgba(70,111,132,0) 76%,rgba(92,126,148,0) 100%);
}

.media-section .mc-cta:before {
	border: none;
}

.media-section .mc-cta {
    background: #767169;
    color: #ffffff;
}

.media-section .mc-cta:hover {
    background: #5c7e26;
    border: none;
}

.mc-container a:hover .mc-cta:before{
	border: 2px solid #ffffff !important;
}

/*
==============================================
Interior Pages
==============================================
*/

.copy-section a {
    color: #1d3049;
}

.copy-section a:hover {
    color: #225392;
}

.interior .scroller-wrapper div:before {
    content: "Take A Stroll";
}

.directions-search .submit-search:hover{
	background: #767169;
}

.directions-search .submit-search:before{
	border: 2px solid #767169;
}
.accord .accord-link {
  color: #000;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-inner-link{
	color: #5c7e26 !important;
}

.accord li.open .accord-link{
	color: #1d3049;
}

.contact-form .form-inline .captcha .btn-contact, .simple-form input[type="submit"], .contact-form .form-inline .captcha .btn-contact:hover{
	background: #767169;
	color: #ffffff;
}

.contact-form .form-inline .captcha .btn-contact:before {
    border-color: #767169;
}

.resource-detail-heading {
    color: #000;
    font-weight: 600;
    text-align: left;
}
.masterprime .arrow {
    fill: #5c7e26;
}

.masterprime .module-intro-content h1{
	color: #1d3049;
}

.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image{
	border-top-color: #98c94b;
}

.copy-section .mc-container a:hover .mc-cta {
	background: #5c7e26;
	color: #ffffff;
}

.masterprime .module-cta{
	color: #5c7e26;
}

.masterprime .module-section-header {
    background: #1d3049;
}

.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item{
	    background: #1d3049;
    border: 1px solid #1d3049;
}

.masterprime .module-contact-section {
    background: #1d3049;
}

.masterprime .contact-cta{
	color: #98c94b;
}

.copy-section .mc-container{
	border-top: 2px solid #5c7e26;
}

.masterprime .contact-cta:before {
    color: #98c94b;
}

.donut-segment-2 {
    stroke: #1d3049;
}

.resource-section{
	background: radial-gradient(circle, rgba(29,48,73,1) 21%, rgba(2,0,36,1) 100%, rgba(17,116,149,1) 100%, rgba(0,212,255,1) 100%);
}

.filter-reset{
	color: #ffffff;
}

.filter-reset:hover, .filter a:hover {
    color: #98c94b;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d" !important;
    color: #000 !important;
}

.logo-pattern-section{
	border-bottom: 2px solid #98c94b;
}

.filter-open.fa-angle-down:before{
	color: #98c94b;
}

.masonry-title:after{
	border-top-color: #5c7e26;
	border-bottom-color: #5c7e26;
}
.masonry-title, .masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph, .masonry-cta-text .masonry-cta, .masonry-one-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category {
  color: #000 !important;
}
.masonry-one-of-two-stacked {
    background: #9fcd56;
}

.masonry-cta-text .masonry-cta{
	border: none !important;
}

.masonry-cta-text .masonry-cta:before {
    border: none !important;
}

.masonry-link:hover .masonry-two-of-two-stacked .masonry-cta {
    background: #5c7e26;
    color: #ffffff;
}

.masonry-load-more, .masonry-tertiary-load-more{
	background: #767169;
	color: #ffffff;
}

.masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .directions-search .submit-search:hover {
    background: #98c94b;
    color: #1d3049 !important;
}

.masonry-load-more:before, .masonry-tertiary-load-more:before, .contact-form .form-inline .captcha .btn-contact:hover:before {
	border: 2px solid #767169;
  -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;
}
 .contact-form .form-inline .captcha .btn-contact:hover:before, .directions-search .submit-search:hover:before {
	border: 2px solid #98c94b;
}
.masonry-load-more:hover:before, .masonry-tertiary-load-more:hover:before{
	border: 2px solid #98c94b;
}
.masonry-link:hover .masonry-one-of-two-stacked .masonry-cta {
    color: #ffffff;
}

.masonry-link:hover .masonry-cta{
	background: #5c7e26;
	color: #ffffff;
}

.resource-detail-next-link-wrapper:before, .resource-detail-previous-link:before, .resource-detail-next-link:before, .resource-detail-previous-link-wrapper:before{
	background: #eaeaea;
}

.resource-detail-info-wrapper a:hover {
    color: #5c7e26 !important;
}

.resource-detail-copy-wrapper a {
    color: #5c7e26;
}

.filter a:hover{
	color: #98C94B;
}
.filter-body-link-wrapper a:hover {
  color: #506E21;
}
.filter-overlay .close-filter-overlay {
    background: #90c04c;
}

.fa-share-alt {
    color: #5c7e26 !important;
}

.social-media-share-wrapper span{
	background-color: #5c7e26;
}

.social-media-share-wrapper span a{
	color: #ffffff !important;
}

.social-media-share-link:hover > .fa-share-alt:before {
    color: #5c7e26;
}

.social-media-share-wrapper span:before {
    border-bottom: 10px solid #5c7e26;
}

.logo-pattern-section{
	display: none !important;
}

.investor-access-login-button {
    color: #1d3049;
}

.contact-us .copy-section{
	padding: 72px 0 0px !important;
}

.logo-btn-section .button-content .social-container {
  width: 248px;
  position: absolute;
  right: 15px;
  top: 119px;
  padding: 0;
}
.logo-btn-section .button-content .social-container a {
    color: #1a2533;
}
.logo-btn-section .button-content .social-container a:hover {
    color: #5c7e26;
}
.logo-btn-section .button-content .btn-top{
	color: #ffffff;
    background: #767169;
    top: 54px;
    letter-spacing: 1px;
}

.intro-cta{
	background-image: url('/-/media/rj/advisor-sites/sites/w/e/wellspring/images/Pattern/pattern-background-23-465600578.png') !important;
}

.quote-section .quote-hr:after{
	background-image: url('/-/media/rj/advisor-sites/sites/w/e/wellspring/images/Pattern/pattern-background-23-465600578.png') !important;
}

.team-int-section .team-int-content:after{
	background: url('/-/media/rj/advisor-sites/sites/w/e/wellspring/images/Pattern/pattern-background-23-465600578.png') !important;
}

.styles-page blockquote:before{
	color: #98c94b;
}

.styles-page .flextab-triggers .set {
    color: #1d3049;
    background: #98c94b;
}

.styles-page .copy-section a {
    color: #ffffff;
}

.copy-section a:hover {
    color: #506E21;
}


.masterprime .related-resources-content .mc-content-wrapper .mc-copy-wrapper:before{
	border-top: 3px solid #5c7e26;
    border-bottom: 1px solid #5c7e26;
}

.masterprime .related-resources-content .mc-container a:hover .mc-cta{
	background: #5c7e26;
    color: #ffffff;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
    background: #1d3049;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #1d3049;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: #5c7e26;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-wrapper .content-slider-cta {
    background: #5c7e26;
    border: 1px solid #5c7e26;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    border: 1px solid #5c7e26 !important;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
    border: 1px solid #ffffff;
}

.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
    border-bottom: 1px dashed #ffffff;
}

/*
==============================================
Quote Section
==============================================
*/

.quote-section .quote:before{
	color: #98c94b;
}

.quote-section .quote-content{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#123147+0,092031+100 */
  background: rgb(18,49,71); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(18,49,71,1) 0%, rgba(9,32,49,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(18,49,71,1) 0%,rgba(9,32,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(18,49,71,1) 0%,rgba(9,32,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123147', endColorstr='#092031',GradientType=0 ); /* IE6-9 */;
	padding: 145px 0;
}

.quote-section .quote-content:before{
	background: url('/-/media/rj/advisor-sites/sites/w/e/wellspring/images/Pattern/pattern-background-23-465600578.png') !important;
}

.quote-section .quote-content:after{
	background: transparent;
}

/*
==============================================
Footer Section
==============================================
*/
.footer-section .ftr-disclosures {
  color: #000;
}
.footer-section .footer-cta{
	border-color: #767169;
  margin: 50px;
}

.footer-section .footer-cta h4{
	color: #1a2533;
	font-size: 42px;
  padding: 0 40px;
}

.footer-section .ftr-nap, .footer-section .ftr-nap a, .footer-section .social-container a{
	color: #1a2533;
}

.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover{
	color: #5c7e26;
}

.ftr-disclosures a{
	color: #1a2533;
}

.ftr-disclosures a:hover{
	color: #5c7e26;
}

.footer-section{
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-3/patterns/texture.jpg);
	border-top-color: #98c94b;
}
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .resource-detail-next-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link:hover:before, .blog-detail-previous-link-wrapper.hover-link:before {
    background-color: #98c94b !important;
}
.bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .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: #1d3049 !important;
}
.resource-detail-previous-link:hover .resource-detail-previous-arrow {
	border-color: #1d3049;
}
.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 {
    border-color: #1d3049 !important;
}
.bio-detail-title {
  color: #000;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #123046 transparent transparent transparent;
}
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

	.callouts-section .callout-cta:before {
   		 border: 2px solid #767169 !important;
	}

	.callouts-container .callout-item {
    	width: calc(33% - 33px);
	}
  .intro-section {
    min-height: auto;
    padding: 1px 0px 80px !important;
}
  .footer-section .footer-cta {
    margin: 0 auto;
  }
  .primary-nav a, .investor-access-remember-me-label {
    font-size: 13px;
  }
  .logo-btn-section .button-content .social-container  {
    width: 208px;
    right: 55px;
  }
  .footer-section .footer-contact-info {
    display: inline-block;
  }
}


/* 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: 810px) {
     .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: #98c94b;
	}

	.primary-nav a, .investor-access-remember-me-label, .has-children-arrow-wrapper i, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
    color: #ffffff;
	}
  .logo-btn-section .button-content .btn-top {
    display: none;
  }
	.scroller-mobile-wrapper div {
    background-color: rgb(244 244 244 / 80%) !important;
}
.callouts-section .callout-heading-wrapper h3 {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
.callouts-section .callout-cta {
    padding: 8px !important;
  }
  .page-link-client-access .parent-nav-item {
      display: none !important;
    }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
    padding: 0px 0px;
  }
  /* .nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {
    padding-right: 20px;
  } */
  .logo-btn-section .logo-content .ftr-logo {
    max-width: 270px;
  }
  .logo-btn-section .button-content .social-container {
    display: none;
  }
  .primary-nav a, .investor-access-remember-me-label {
    font-size: 14px;
  }
  .body-home .billboard-section .billboard-container {
    min-height: 600px;
    height: 600px;
  }
  .interior .billboard-section .billboard-container {
    min-height: 360px;
    height: 360px;
  }
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
     .team-int-section .yearbook-container .slick-next {
	    border-top: 3px solid #98c94b;
	    border-right: 3px solid #98c94b;
	}

	.team-int-section .yearbook-container .slick-prev {
		border-top: 3px solid #98c94b;
		border-left: 3px solid #98c94b;
	}

	.callouts-section .callout-item {
    	border-right: none;
	}

	.billboard-services-section .billboard-content-wrapper p{
		font-size: 25px;
	}

	.footer-section .footer-cta h4 {
    	font-size: 35px;
	}
  .footer-section .ftr-logo {
      max-width: 270px;
  }
  .body-home .billboard-section .billboard-container {
      height: 300px;
      min-height: 300px;
  }
  .interior .billboard-section .billboard-container {
      height: 220px;
      min-height: 220px;
  }
  h1 .head-1 {
    font-size: 50px;
    line-height: 60px;
  }

}

/* iPad 810 */
@media only screen and (min-width: 769px) and (max-width: 810px) and (orientation: portrait)  {

	.hide-nav{
		transform: inherit !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		padding: 10px 5px 18px 15px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a {
		padding: 10px 5px 18px 15px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
		padding: 8px 0px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
		padding: 5px 15px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
		top: 0 !important;
		left: 0;
	}


/* Investor Access */
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access {
		position: relative !important;
		right: inherit;
		display: block !important;
		top: inherit;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) {
		padding-left: 15px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link-client-access a {
		padding: 10px 5px 18px 15px !important;
		text-align: left !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-container .nav .primary-nav .nav-subnav {
		top: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		background: transparent;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) {
		height: 0px;
		min-height: 0px;
	}
	.parent-nav-item {
		display: none;
	}
	.address-phone-wrapper .phone-1 {
		display: block;
	}
}

/* End iPad 810 */

/* 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) {
  .interior .billboard-section .billboard-container {
      height: 220px;
      min-height: 220px;
  }
}

/* IE only */
@media screen\0 {

}
