/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

/*
@import url('resources.css');
@import url('modules.css');
*/

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Cormorant', serif;

========================================================================================================================
*/

a, .resource-detail-copy-wrapper a {
  color: #5D7583;
}
a:hover, .resource-detail-copy-wrapper a:hover {
  color: #000000;
}
.disclosure, .disclaimer {
  font-size: 11px;
  line-height: 13px !important;
  margin-bottom: 10px;
}
.bar1-animate:before, .bar2-animate:before, .bar3-animate:before, .bar4-animate:before, .bar5-animate:before, .bar6-animate:before, .bar7-animate:before, .bar8-animate:before, .bar9-animate:before, .bar10-animate:before, .bar11-animate:before, .bar12-animate:before {
  background: #e1b563;
}

.masterprime .related-resources-main {
background: #fff;
}

/* 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"] {

 -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 {
}

/*
==============================================
Header Section
==============================================
*/
.header-section .ftr-logo-divider, .header-section .ftr-group-name {
  display: none;
}
  .footer-section .ftr-logo, .footer-section .ftr-logo-divider {
  display: none;
}
.social-container .fa:hover {
  color: #dbbd84;
}
.social-container .fa {
  color: #ffffff;
}
.footer-social .social-container .fa-twitter, .footer-social .social-container .fa-facebook, .footer-social .social-container .fa-linkedin, .footer-social .social-container .fa-envelope, .footer-social .social-container .fa-youtube-play {
  border: solid 1px #666666;
}
.footer-social .social-container .fa {
  color: #556F77;
}
.footer-social .social-container .fa:hover {
  background: #002949;
}
/* Hide logo in footer and show logo text to use uncomment me
.header-section .ftr-logo-divider, .header-section .ftr-group-name {
    display: none;
}
.footer-section .ftr-logo, .footer-section .ftr-logo-divider {
    display: none;
}
*/
/*
==============================================
Navigation Section
==============================================
*/

/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #ffffff !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #dbbd84 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #ffffff !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: #dbbd84 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  /* background: aqua !important; */
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-heading h1 .head-1 {
  color: #e1b563;
}
.billboard-heading h1 .head-2 {
  font-family: 'Cormorant', serif;
  font-size: 67px;
  text-transform: none;
  color: #ffffff;
  text-transform: uppercase;
}
.body-home .billboard-background-video-wrapper: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&0.8+0,0.45+41 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 41%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.45) 41%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.45) 41%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#73000000',GradientType=0 ); /* IE6-9 */
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section h1 {
  text-align: center;
  margin-bottom: 30px;
}
.intro-section .head-1 {
    font-family: 'Cormorant', serif;
    color: #002949;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 500;
}
.intro-section .head-2 {
    font-family: 'Abel', sans-serif;
    color: #002949;
    font-size: 45px;
    line-height: 42px;
    display: block;
    text-transform: uppercase;
}
.intro-section {
    border-bottom: solid 4px #e1b563;
}
/*
==============================================
Social Media Section
==============================================
*/
.callouts-content .social-media-embed-container-a {
  padding: 100px 20px;
  /*float: left;
  margin-left: 160px; */
}
.callouts-content {
  position: relative;
}
.callouts-content .social-media-embed-container  {
  /* margin: 70px 0 140px; */
}
.callouts-content .social-media-embed-container-b {
  padding: 100px 20px;
    /*float: right;
     margin-right: 90px;
    top: -70px;
    position: relative;*/
}
.callouts-content .social-media-embed-container-c {
  padding: 100px 20px;
}
.social-header {
  font-family: 'Abel', sans-serif;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1c2744;
  margin: 0 0 20px;
}

/*
==============================================
Niches Section
==============================================
*/
.niche-section .niche-content:before {
  display: none
}
.new-home .niche-section {
  background-image: url(/-/media/rj/advisor-sites/sites/p/a/pagegrouprja/images/billboards/billboard-3-mediterranean-water-royalty-1157058731.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.team-image-wrapper {
  margin: 0;
}
.niche-section .niche-content {
    background: transparent;
}
.niche-section {
    min-height: inherit !important;
    padding-bottom: 120px;
}
/*
==============================================
Team Section
==============================================
*/
.team-section {
    border-bottom: solid 4px #e1b563;
}
.team-section .team-copy h2 .head-1 {
  color: #002949;
  font-size: 42px;
}
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: #000000 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #515151 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #2e5990 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #000000 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #c9c9c9;
}
.yearbook-slide:hover {
  background: rgba(201,165,96,.1);
    /* background: #f6f5f2; */
}
.yearbook-slide:before {
  background-color: #e1b563;
  color: #002949;
}
.team-content .team-copy a {
  color: #5D7583;
  font-size: 30px;
}
.team-content .team-copy a:hover {
  color: #000000;
}
.yearbook-container .slick-arrow {
  padding: 15px;
}
/*
==============================================
Callouts Section
==============================================
*/

/*
==============================================
Bio Section
==============================================
*/
.yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-last-name, .bio-detail-first-name, .bio-detail-designation {
  font-family: 'Cormorant', serif;
  color: #002949 !important;
  font-size: 34px !important;
}
.bio-detail-designation, .yearbook-designation {
  font-size: 20px !important;
}
.bio-detail-copy-wrapper h2, h3 {
  font-family: 'Cormorant', serif;
}
.bio-detail-copy-wrapper h3 {
    font-size: 32px;
    line-height: 33px;
}
.bio-detail-copy-wrapper p {
    margin-bottom: 20px !important;
}
/*
==============================================
POV Section
==============================================
*/

/*
==============================================
Footer Section
==============================================
*/
.ftr-cta-wrapper a h2, .ftr-cta-wrapper a h2 .footer-subhead {
  color: #002949;
}
.footer-content {
  border-top: solid 4px #e1b563;
}
.footer-hedge-section {
  background-color: #002949;
}
.ftr-nap-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
  max-width: 1170px;
  margin: 30px auto 10px;
}

.ftr-group-name {
  color: #ffffff;
}
.ftr-group-name:hover {
  color: #c9a560;
}
.footer-section .ftr-nap .ftr-nap-address-line1:after {
  content: "//";
  position: relative;
  margin-left: 8px;
  margin-right: 2px;
  color: #e1b563;
}
.footer-section .ftr-nap .ftr-nap-phone:after {
  content: "//";
  position: relative;
  margin-left: 8px;
  margin-right: 3px;
  color: #e1b563;
}
.ftr-nap-address-line3:after,
.footer-section .ftr-nap-address-label:after  {
  content: "//";
  position: relative;
  margin-left: 8px;
  margin-right: 3px;
  color: #e1b563;
}
.footer-section .ftr-nap li {
  padding: 5px 0 2px 0px;
  display: inline-block;
}
.ftr-nap li[data-phonetype="5"]::before, .ftr-nap li[data-phonetype="6"]::before, .ftr-nap li[data-phonetype="0"]::before, .ftr-nap li[data-phonetype="3"]::before {
  display: none;
}
.ftr-nap-wrapper {
  max-width: 690px;
}
.ftr-nap-map-directions a, .ftr-disclosures a {
  color: #ffffff !important;
}
.footer-section a:hover, .ftr-disclosures a:hover {
  color: #c9a560 !important;
}
.footer-section a span {
  text-decoration: none !important;
  font-weight: normal !important;
}

.footer-section .ftr-nap-address-label {
  color: #ffffff !important;
  display: inline-block;
}


/*
==============================================
Sticky CTA Footer
==============================================
*/
.footer-cta-sticky {
  font-family: 'Abel', sans-serif;
	color: #002949 !important;
  font-size: 20px !important;
  line-height: 25px !important;
	text-transform: uppercase !important;
  background-color: #e1b563 !important;
	padding: 8px 25px !important;
  border: 1px solid transparent;
  visibility: visible;
  -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;
  margin: 0 !important;
	position: fixed !important;
	right: -1px !important;
	bottom: 34px !important;
	z-index: 5 !important;
}
.footer-cta-sticky:hover {
	background: #002949 !important;
	color: #ffffff !important;
  border: 1px solid #ffffff;
}
.ftr-cta-wrapper a.ftr-cta:hover {
  letter-spacing: 0px !important;
}

.masterprime .module-section-header {
    background: #002949;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #002949;
  }
/*
==============================================
Interior Page Sections
==============================================
*/
.copy-section:before {
    background-color: #e1b563;
  }
.body-about-us .copy-sticky {
  margin-top: 0px !important;
}
.copy-section h1 {
  text-align: center;
  margin-bottom: 60px;
}
.copy-section h1 sup {
    font-size: 47%;
}
.copy-section h1, .copy-section h1 .head-2, .copy-section h1 .head-1 {
  font-family: 'Cormorant', serif;
  text-align: center;
  color: #002949;
  text-transform: uppercase;
  font-size: 60px !important;
  line-height: 52px !important;
}
.copy-section h1 .head-2, .copy-section h1 .head-1  {
  display: inline !important;
}
.body-about-us .copy-content {
  padding-bottom: 50px;
}
.footer-cta-social-section:before {
  display: none;
}
.fund-img {
    margin: 0 30px 0px 0;
    float: left;
}
.fund-img-wrap {
  text-align: center;
}
.body-about-us .billboard-content .billboard-container, .body-contact .billboard-content .billboard-container {
  display: none;
}

/*
==============================================
Interior Header Section
==============================================
*/
.header-main {
  background: #ffffff;
}
/* Main Nav */
.interior .primary-nav a, .interior .investor-access-remember-me-label {
  color: #2d2c2c !important;
}
/* Main Nav Active/Hover */
.interior .primary-nav > li > a:hover, .interior .primary-nav > li > a.selected, .interior .primary-nav > li > a.active, .interior .nav-standard.selected {
  color: #2E5990 !important;
}
/* Dropdown nav */
.interior .primary-nav .nav-subnav a {
  color: #ffffff !important;
}
.interior .fa-angle-down:before {
    color: #2d2c2c;
}
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
    background: #ffffff !important;
}
.interior .billboard-container {
    border-top: none !important;
}
.interior .header-section .social-container .fa {
    color: #2e5990;
}
.interior .header-section .social-container .fa:hover {
  color: #2d2c2c;
}

/*

Styles Page Section
==============================================
red = #
blue = #
aqua = #
lime = #
fuchsia = #
orange = #
==============================================
*/

.copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
  font-family: 'Cormorant', serif;
}
.flextab-triggers {
    background: transparent;
}
.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: #5D7583 !important;
}
.accord .accord-link, .flextabs-wrapper a {
  font-family: 'Cormorant', serif;
}
.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: #002949 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  font-family: 'Cormorant', serif;

}
.flextab-triggers a {
  background: transparent;
  color: #5D7583 !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #f4eddf !important;
  color: #000000 !important;
}
blockquote:before, q:before {
  background: red;
}
blockquote, q {
  color: #000000 !important;
  border-color: #c9a560 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: lime;
}
.related-resources-content .slick-slide {
    border-color: lime;
}
.interior .quote-section {
  background-image: url(/-/media/rj/advisor-sites/sites/p/a/pagegrouprja/images/billboards/billboard-3-mediterranean-water-royalty-1157058731.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.video-container {
    margin: 50px auto;
}
.col-md-offset-1 {
    margin-left: 0;
}

.quote-section .mc-heading {
  font-family: 'Cormorant', serif;
  color: #002949;
}
.quote-section .mc-cta {
    font-size: 21px;
    color: #002949;
    font-weight: 400;
    border: none;
    background: #e1b563 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quote-section .mc-cta:hover {
  color: #ffffff !important;
  background: #002949 !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) {
  .ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
      padding: 0 52px;
  }
  .slick-dots li button:before {
    opacity: 1;
  }
  .team-section .team-slider .slick-dots li.slick-active button:before {
    color: #002949;
    opacity:1;
  }
  .billboard-content .billboard-container {
      min-height: 765px;
  }
  .yearbook-section {
    display: contents !important;
  }
  .copy-section {
    padding-bottom: 20px;
  }
  .copy-section h1, .copy-section h1 .head-2, .copy-section h1 .head-1 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .copy-section h1 {
    padding: 0;
  }
}


/* 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, .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:#92681C;
  }

  /* 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: #ffffff;
  }
  .nav-container .address-group-name-wrapper {
    display: none !important;
  }
  .primary-nav, .primary-nav ul {
     background: none !important;
  }


  /* Mobile Navigation background color*/
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-color: #002949 !important;
  }

  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li:nth-child(2) {
    transform: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
    transform: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
    padding-right: 0px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    line-height: 20px !important;
  }
  .yearbook-slide:before {
    display: none;
  }
  .callouts-content .social-media-embed-container-a, .callouts-content .social-media-embed-container-b, .callouts-content .social-media-embed-container-c {
    text-align: center;
    padding: 50px 0;
  }

  .interior .primary-nav > li > a:hover, .interior .primary-nav > li > a.selected, .interior .primary-nav > li > a.active, .interior .nav-standard.selected {
    color: #dbbd84 !important;
  }
  .interior .primary-nav a, .interior .investor-access-remember-me-label {
      color: #ffffff !important;
  }
  .interior .fa-angle-down:before {
      color: #dbbd84;
  }
  .billboard-heading-wrapper {
    margin-top: 0;
  }
  .team-section .slick-prev:before, .team-section .slick-next:before, .team-section .slick-dots li.slick-active button:before, .team-section .slick-dots li button:before {
    color: #c9a560;
  }
  .interior .billboard-content .billboard-container {
    min-height: 430px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background-color: #011a2d !important;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .callouts-section {
      height: inherit;
  }
  .callouts-content .social-media-embed-container-b {
    top: 40px;
    padding-bottom: 70px;
  }
  .ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
    padding: 0 30px;
  }
  .footer-cta-sticky {
    display: none;
  }
  .billboard-content .billboard-container {
    min-height: 655px;
  }
  .copy-section h1, .copy-section h1 .head-2, .copy-section h1 .head-1 {
    font-size: 41px !important;
    line-height: 32px !important;
  }
  .fixed-top .copy-section {
    padding-top: 0px;
  }
  .interior .billboard-content .billboard-container {
    min-height: 280px !important;
    height: 280px !important;
  }
  .fund-img {
      margin:0;
      float: none;
  }
  .fund-img-wrap {
    text-align: center;
  }
}



/* 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 {
      height: inherit;
  }

  .ftr-disclaimers-wrapper, .ftr-disclosures-wrapper {
    padding: 0 30px;
  }
  .footer-cta-sticky {
    display: none;
  }
  .billboard-content .billboard-container {
    min-height: 435px;
  }
  .billboard-heading h1 .head-1 {
    visibility: visible !important;
  }
  .billboard-heading h1 .head-2 {
    visibility: visible !important;
  }
  .billboard-background-video-wrapper {
    overflow: visible !important;
  }
  .billboard-background-video-wrapper {
    position: inherit;
  }

}

/* IE only */
@media screen\0 {
  .callouts-section {
    height: 640px;
  }
}
