/* /RJ/Advisor Sites/Global/Global CSS/Model 4/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-4/base.css');


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

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

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

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

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


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


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-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: #00674e;
}
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-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: #976E07;
}

/* Removes the model stripe pattern */
body, .grid-home, .grid-about-us, .grid-interior, .grid-bio-page, .grid-resources, .related-resources-main, .grid-about-rj, .grid-blog {

}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #00674e;
}
/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
color: #00674e;
border: 1px solid #00674e;
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, .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 {
  border: 1px solid #976E07;
  color: #976E07;
}

.accord .accord-link {
  color: #00674e;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: #976E07;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
  color: #976E07 !important;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
  color: #00674e;
}
.accord li.open .fa {
  color: #00674e;
}

.flextab-triggers .set {
  color: #976E07;
}
.flextab-triggers a {
  background: #efefefef;
  color: #00674e;
}

.intro-content blockquote, q {
  border-left: 2px solid #976E07;
  border-right: 2px solid #976E07;
}
/*
==============================================
Header Section
==============================================
*/
.header-cta .ftr-cta, .social-icons .social-container a, .social-icons .social-container .fa {
  color: #00674e !important;
}
.header-main {

}
.social-contact .ftr-nap a, .social-contact .ftr-nap-wrapper .ftr-nap li {
  color: #00674e !important;
}
.header-cta .ftr-cta:hover, .social-icons .social-container .fa:hover {
    color: #976E07 !important;
}
.social-contact .ftr-nap a:hover {
    color: #976E07 !important;
}
.logo-content {
  border-bottom: 4px solid #fcd87d;
}


/*
==============================================
Navigation Section
==============================================
*/
.primary-nav {
  background: #00674e;
}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #fff !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #fcd87d !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff !important;
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: #fcd87d !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #064a39 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav .nav-subnav-second .nav-subnav-third {
  background: #064a39 !important;
}




/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

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

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgba(237, 235, 228, 0.9) !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 #00674e;
    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;
}

/*
==============================================
Billboard Section
==============================================
*/


/*
==============================================
Intro Section
==============================================
*/
/* Headlines and headers */
.main-content-int-blog h1 .head-2, .intro-content h1 .head-2, .intro-content h1, .int-team .yearbook-last-name, .yearbook-first-name, .bio-detail-first-name, .bio-detail-middle-initial, .bio-detail-last-name, .bio-detail-preferred-name, .intro-content h2, .intro-content h3, .intro-content h4, .intro-content h5, .related-resources-content h4, .related-resources-content .mc-heading, .intro-content blockquote, q, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper, .main-module-content h1, .masterprime .copy-section h1, .masterprime h1 .head-2, .niche-content .mc-heading {
  /* color: #225d38; */
  color: #00674e;
}
.interior:not(.body-blog-detail):not(.body-resource-detail) .intro-content h1, .grid-home .intro-content h1 {
  color: #00674e;
}
.body-home .intro-content h1 .head-2 {
  text-transform: none;
}
.intro-content h1 .head-2 sup {
  font-size: 50%;
  top: -18px;
}
/*
==============================================
Niches Section
==============================================
*/

.niche-content .mc-container {
  border-top: 6px solid #fcd87d;
  border-bottom: none;
}
/*
==============================================
Services Slider Section
==============================================
*/
.slider-content {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#099679+0,00674e+100 */
	background: rgb(9,150,121); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(9,150,121,1) 0%, rgba(0,103,78,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9,150,121,1) 0%,rgba(0,103,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9,150,121,1) 0%,rgba(0,103,78,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099679', endColorstr='#00674e',GradientType=0 ); /* IE6-9 */
	clear: both;
}
.slider-section .content-slider-cta {
  color: #FCE8B0;
  border: 1px solid #FCE8B0;
}
.slider-section .slick-dots li button:before {
	color: #FCE8B0;
}
.slider-section .content-slider-wrapper .slick-next:hover:before, .slider-section .content-slider-wrapper .slick-prev:hover:before {
    color: #FCE8B0;
    Opacity: 1;
}

/*
==============================================
Team Section
==============================================
*/
.team-headline {
  background: #f1ebe5;
}
.team-section .team-headline h2 {
  color: #00674e;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
  border-right: 6px solid #00674e;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
  background-color: rgba(0, 103, 78, 0.92);
}
.team-slider .yearbook-container .yearbook-cta {
	border: 1px solid #fff;
  background: none;
  color: #fff;
}
.team-slider .yearbook-container .yearbook-cta:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #00674e;
}
.int-team .yearbook-three .yearbook-links .fa {
  color: #00674e;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
  color: #976E07;
}
.int-team .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background: #00674e;
}
.bio-detail-links-wrapper a {
  background: #00674e !important;
}
.bio-detail-links-wrapper .fa:hover {
  color: #fcd87d;
}
.designation {
  text-transform: uppercase;
}
.award-block {
  margin: 0 0 20px;
}
/*

Next/Previous arrows and background variables
==============================================

blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #

==============================================
*/   /* 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: #00674e !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: #976E07 !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: #fff !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: #fcd87d !important;
}
/* Arrow background normal */
.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: #00674e !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: #00674e !important;
}
/*
==============================================
Quote Section
==============================================
*/
.quote-content .quote {
  color: #00674e;
}
.quote-section .quote-content {
background: url(/-/media/rj/advisor-sites/sites/c/f/cfsias/Images/view-of-blue-mountains-in-the-fog-central-mountains-599949450.jpg) no-repeat !important;
}
.interior .quote-section .quote-content {
background: url(/-/media/rj/advisor-sites/sites/c/f/cfsias/Images/view-of-blue-mountains-in-the-fog-central-mountains-green-599949450.jpg) no-repeat !important;
}
.interior .quote-content .quote, .interior .quote-content .quote-cite {
  color: #fff;
}
.interior .quote-content {
  border-top: 7px solid #e0bf7b;
}
/*
==============================================
Footer Billboard Section
==============================================
*/
.footer-image-content .billboard-container {
  border-top: 7px solid #00674e;
  border-bottom: 7px solid #00674e;
}
/*
==============================================
Footer Section
==============================================
*/
.footer-cta-section .ftr-cta {
  color: #00674e;
  border: 1px solid #00674e;
}
.footer-cta-section .ftr-cta:hover {
  border: 1px solid #976E07;
  color: #976E07;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after {
  content: "|";
  color: #00674e;
}
.footer-contact-content .social-container .fa {
  color: #00674e;
}
.footer-contact-content .social-container .fa:hover, .ftr-nap a:hover {
    color: #976E07;
}
/*
==============================================
Related Resources
==============================================
*/
.related-resources-content {
  background: #fff !important;
}
.related-resources-content .slick-slide {
    border-right: 6px solid #00674e;
}
.related-resources-content h4:before {
    background: #00674e;
}
.related-resources-content h4:after {
    background: #00674e;
}

/*

Share Widget and text links
==============================================

red = #
blue = #
green = #
yellow = #
aqua = #
lime = #

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


/* 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: #976E07 !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: #00674e !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #fcd87d !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #00674e !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #00674e;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #00674e;
}
/*
==============================================
STICKY CTA
==============================================
*/
.footer-section .footer-contact-logo .ftr-cta-wrapper {
    margin: 0 !important;
    position: fixed;
    right: -8px;
    bottom: 34px;
    z-index: 5;

    visibility: visible;
}
.footer-section .footer-contact-logo .ftr-cta-wrapper .ftr-cta {
  padding: 10px 20px !important;
  color: #fff;
  background: #00674e;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Prata', serif;
  display: block;
}
.footer-section .footer-contact-logo .ftr-cta-wrapper .ftr-cta:hover {
  color: #fcd87d;
}
.footer-section .footer-contact-logo .footer-cta-section h4.footer-cta-sticky {
	margin-top: 0px !important;
    font-size: 16px !important;
}

/*
==============================================
Responsive Media Queries
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .team-slider .yearbook-one .yearbook-first-last-title {
    background: rgb(0,103,78,.92);
  }
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {

}


/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {

/* 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: #00674e;
}


/* 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: #fcd87d;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.fa-angle-down:before {
  color: #fcd87d;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
  color: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile .address-2 {
  display: block
}
.investor-access-login-button {
    background: #fff;
}
}


@media only screen and (min-width: 769px) {
.about-us-page > ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    width: max-content;
}
.about-us-page > li {
   display: inline-block;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    display: inline-flex;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link)  {
    padding: 0 !important;
}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .footer-section .footer-contact-logo .ftr-cta-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px auto;
  }
}



/* 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) {
  .footer-section .footer-contact-logo .ftr-cta-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px auto;
  }

}

/* IE only */
@media screen\0 {

}
