/* /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;


========================================================================================================================
*/

.body-home .billboard-content .billboard-background-video-overlay {
    height: 100%;
}
.body-home .billboard-section .billboard-container, .billboard-background-video > video {
  height: 515px !important;
}

@media only screen and (max-width: 1280px) {
  .body-home .billboard-content .billboard-image-video-replacement {
      display: none;
  }
}

/* IE only */
@media screen\0 {

  .body-home .billboard-section .billboard-container {
    max-height: 650px;
    min-height: 515px;
  }

}

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: #223b44;
}
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: #285c74;
}

/* Removes the model stripe pattern */
body, .grid-home, .grid-about-us, .grid-interior, .grid-bio-page, .grid-resources, .grid-about-rj, .grid-blog, .related-resources-main {
  background-image:url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/background-fabric-171327443.jpg) !important;
  background-color: #fff;
}
.related-resources-content {
  background-image: none !important;
}

/* Styles */
.intro-content h1 .head-1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #3e6b7b;
}
.intro-content h1 .head-2 {
  text-transform: lowercase;
  font-size: 40px;
  line-height: 40px;
  color: #3e6b7b;
}
.masterprime .module-intro-content .head-1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #3e6b7b;
}
.masterprime .module-intro-content .head-2 {
  text-transform: lowercase;
  font-size: 40px;
  line-height: 40px;
  color: #3e6b7b;
}
h2, h3, h4, h5, h6 {
  color: #223b44 !important;
}
.intro-content blockquote, q {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.accord .accord-link {
  color: #223b44;
}
.accord .accord-link:hover {
  color: #3e6b7b;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
  padding: 8px 20px !important;
  color: #223b44;
}
.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  padding: 8px 20px !important;
  color: #fff;
}
.flextab-triggers .set {
  color: #fff;
  background: #3e6b7b;
}
.flextab-triggers a {
  color: #3e6b7b;
}
.flextab-triggers a:hover {
  background: #fff;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: #3e6b7b;
}

.related-resources-content .slick-slide {
  border-right: 5px solid #3e6b7b;
}
.related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before {
    color: #3e6b7b;
}
.related-resources-content .mc-container .slick-next:hover:before, .mc-container .slick-prev:hover:before {
    color: #223b44;
}

/* 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"] {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2.5px;
  color: #223b44;
  text-align: center;
  display: inline-block;
  border: 1px solid #223b44;
  text-transform: uppercase;
  padding: 10px 25px 8px !important;
  border-radius: 0px;
  background: #fff;
  min-width: 180px;
  font-weight: 400;
  background: transparent;
  -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 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2.5px;
  color: #fff;
  display: inline-block;
  border: 1px solid #223b44;
  text-transform: uppercase;
  padding: 10px 25px 8px;
  border-radius: 0px;
  background: #223b44 !important;
  min-width: 180px;
  font-weight: 400;
  background: transparent;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #223b44;
}

/*
==============================================
Header Section
==============================================
*/
.header-cta .ftr-cta, .social-icons .social-container a, .social-icons .social-container .fa {
  color: #223b44 !important;
  font-weight: bold;
}
.header-main {
  background: #fff !important;
  background-image: none;
}
.social-contact .ftr-nap a, .social-contact .ftr-nap-wrapper .ftr-nap li {
  color: #223b44 !important;
  font-weight: bold;
}
.header-cta .ftr-cta:hover, .social-icons .social-container .fa:hover {
    color: #285c74 !important;
}
.social-contact .ftr-nap a:hover {
    color: #285c74 !important;
}

/*
==============================================
Navigation Section
==============================================
*/

/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #285c74 !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #285c74 !important;
  font-weight: bold;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #285c74 !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: #285c74 !important;
  font-weight: bold;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #edebe4 !important;
}

/*
==============================================
Billboard Section
==============================================
*/
.logo-content {
  border-bottom: 4px solid #edebe4;
}
.body-home .billboard-section {
  position: relative;
}
.body-home .billboard-section:after {
  content: "";
  background: url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/billboard-logo.png) no-repeat;
  width: 370px;
  height: 370px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: spin 60s linear infinite !important;
  -moz-animation: spin 60s linear infinite !important;
  animation: spin 60s linear infinite, fadeIn 5s forwards !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*

Mouse Scroller Model 2
==============================================

red = #

==============================================
*/


 .scroller, .scroller-mobile {
  background-image: none !important;
  background:  rgba(255, 255, 255, 0) !important  ;
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background: none;
    border-radius: 50%;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid #3e6b7b;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 32px;
    left: 16px;
}
.scroller:after, .scroller-mobile:after  {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid #3e6b7b;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.scroller-mobile:after, .scroller-mobile:before   {
     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;
}
.scroller-mobile:before {
  bottom: 22px;
}
.scroller.show-scroller {
  background-color: rgba(237, 235, 228, 0.0) !important;
}


/*
==============================================
Intro Section
==============================================
*/
/* Headlines and headers */
.main-content-int-blog 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: #223b44 !important;
  text-transform: none !important;
}
.body-home .intro-content {
  text-align: center;
  padding: 55px 185px 90px;
}
/*
.niche-content .mc-container .slick-next:before, .niche-content .mc-container .slick-prev:before {
  color: #3e6b7b;
}*/

/*
==============================================
Niches Section
==============================================
*/
.niche-content .mc-container {
  border-top: 6px solid #e5e0d9;
  border-bottom: none !important;
}
.niche-content .mc-cta {
  color: #3f6c80;
  border:  #3f6c80;
}

/*
==============================================
Services Slider Section
==============================================
*/
.slider-content {
  background-image:url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/background-quote.jpg) !important;
  background-repeat: repeat !important;
  background-color: #3f6c80;
}
.slider-section .content-slider-cta {
  color: #d7f3f4;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 1px solid #dad6ae;
  background: #285c74;
  padding: 11px 30px;
  margin-top: 5px;
  margin-bottom: 34px;
  -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;
}
.slider-section .content-slider-cta:hover {
  background: none;
}
.slider-section .content-slider-heading {
  font-size: 16px !important;
  letter-spacing: 2px;
  color: #fff !important;
}
.slider-section .content-slider-heading .head-1 {
  font-size: 32px;
  color: #fff !important;
}
.slider-section .slick-prev:before, .slider-section .slick-next:before {
	color:#fff;
	Opacity: 0.5;
	transition: all 500ms ease-in-out;
}

.content-slider-wrapper .slick-next:hover:before, .content-slider-wrapper .slick-prev:hover:before {
    color: #fff;
	Opacity: 1;
}
/*
.slider-section .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
}*/

/*
==============================================
Team Section
==============================================
*/
.int-team .yearbook-three .yearbook-links .fa {
  color: #5a585a;
}
.int-team .yearbook-three .yearbook-links .fa:hover {
    color: #285c74;
}
.team-section {
  border-bottom: none !important;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper {
  border-right: none !important;
}
.team-slider .yearbook-one .yearbook-first-name, .yearbook-last-name {
  color: #fff !important;
}
.team-section .team-headline h2 .head-1 {
  text-transform: none;
  color: #3F6C80 !important;
}
.team-section .team-headline h2 {
  color: #3F6C80 !important;
}
.team-slider .yearbook-one .yearbook-headshot-wrapper:hover:after {
  background-color: #223b44;
  opacity: 0.7;
}
.team-slider .yearbook-container .yearbook-cta {
  background: #fff;
  color: #5f4b3c;
  border: none;
}
.int-team .yearbook-headshot-wrapper:after {
  background: #fff !important;
  color: #5f4b3c !important;
  border: none !important;
}
.bio-detail-links-wrapper a {
  background: #ecece8 !important;
}
.bio-detail-links-wrapper .fa {
  color: #5a585a;
}
.body-about-us .intro-section-btm {
  display: none;
}
.int-team .team-content {
  padding: 0 85px 0px;
}
/*.intro-about {
  padding: 55px 200px 50px;
}*/

/*
==============================================
Media Carousel Dots to Outlines
==============================================
*/
.body-home .slider-section .slick-dots {
  bottom: 0px !important;
}
.body-home .team-section .slick-slider {
  margin-bottom: 31px;
}
.slider-section .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.5;
}
.team-slider .slick-dots li.slick-active button:before {
  color: #3e6b7b;
}

/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-content {
  border-top: 20px solid #e5e0d9 !important;
}
.quote-content {
  background-image:url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/background-quote.jpg) !important;
  background-repeat: repeat !important;
  padding: 43px 100px 50px;
  margin-top: -31px;
}
.body-home .quote-content {
  background-image: none !important;
}
.body-home .quote-content {
  background-image: none !important;
  background-color: #fff !important;
}
.body-home .quote-content .quote {
  color: #3e6b7b;
}
.body-home .quote-content .quote-cite {
  font-size: 15px;
  line-height: normal;
  color: #555;
}
.body-home .quote-content .quote-wrapper {
    max-width: 800px;
}
.quote-content {
  background-color: #3e6b7b !important;
}
.quote-content .quote:before {
  content: url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/quote-logo.png);
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
.quote-content .quote {
  color: #fff;
}
.quote-content .quote-cite {
  font-size: 15px;
  line-height: normal;
  color: #fff;
}
.quote-content .quote-wrapper {
    max-width: 800px;
}
.quote-content .quote span:before {
  content: open-quote;
  display: inline;
  position: relative;
}
.quote-content .quote span:after {
  content: close-quote;
  display: inline;
  position: relative;
}
.quote-section {
  display: none;
}



/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: red !important;
}

.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: #285c74 !important;
}


/*
==============================================
Footer Billboard Section
==============================================
*/

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  position: relative;
}
.footer-section:after {
  content: "";
  background: url(/-/media/rj/advisor-sites/sites/r/a/radiant/images/footer-logo.png) no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 141px;
  left: 35px;
  right: 0;
  margin: 0 auto;
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
  z-index: 10px;
}
.footer-cta-section .ftr-cta {
  letter-spacing: 2.5px;
  color: #223b44;
  border: 1px solid #285c74;
  text-transform: uppercase;
}
.footer-cta-section .ftr-cta:hover {
  letter-spacing: 2.5px;
  color: #fff !important;
  border: 1px solid #223b44;
  background: #223b44;
  text-transform: uppercase;
}
.footer-cta-section .ftr-cta:hover h5 {
  color: #fff !important;
}
.footer-contact-content .ftr-nap-wrapper, .ftr-nap-address, .ftr-nap-link, .ftr-nap a {
  color: #5a585a;
}
.footer-contact-content .ftr-nap .ftr-nap-address-line1:after, .footer-contact-content .ftr-nap .ftr-nap-address-line2:after, .footer-contact-content .ftr-nap .ftr-nap-phone:after {
  color: #5a585a;
}
.ftr-nap a:hover {
  color: #285c74;
}
.footer-contact-content .social-container .fa {
  color: #5a585a;
}
.footer-contact-content .social-container .fa:hover {
  color: #285c74;
}
.footer-contact-logo {
  bottom: 50px !important;
  right: -25px !important;
}
/*
.intro-slider-team-quote-section, .intro-slider-team-quote-section, .intro-team-quote-section, .footer-hedge-content {
  -webkit-box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
  -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
  box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
}*/
.footer-cta-contact-section {
  -webkit-box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
  -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
  box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
}
.footer-hedge-content {
  position: relative;
  background: #fff;
  -webkit-box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
  -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
  box-shadow: -1px 2px 9px 3px rgb(0 0 0 / 7%);
}
.footer-hedge-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 47px;
  background: #fff;
  display: block;
  top: -32px;
  left: 0;
}
.footer-hedge-section {
  margin-bottom: 50px;
}
.footer-image-content .billboard-container {
  border-top: 7px solid #dad6ae;
  border-bottom: 7px solid #dad6ae;
}



/*
==============================================
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)  {
  .body-home .billboard-section:after {
    top: 262px;
  }
}

/* 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)  {
   .body-home .billboard-section:after {
     top: 262px;
   }
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .body-home .billboard-section:after {
    top: 100px;
  }
  .footer-contact-content .ftr-nap {
    width: 500px;
    margin: 0 auto;
  }
  .footer-section:after {
    left: 30px;
  }
}


/* 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) {

  .body-home .billboard-section .billboard-container, .billboard-background-video > video {
    height: 550px !important;
  }
  .body-home .billboard-section:after {
    top: 101px !important;
  }

  .body-home .intro-content {
    text-align: center;
    padding: 55px 46px 90px;
  }

  .footer-contact-content .ftr-nap {
    width: auto;
    margin: auto;
  }

  .team-section {
    padding-bottom: 50px;
  }

  /* 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: #285c74;
  }
  .primary-nav {
    background: #e5e0d9 !important;
  }


  /* 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: #fff;
  }
  .nav-container .address-group-name-wrapper {
    display: none !important;
  }
  .body-home .billboard-section:after {
    top: 40px;
  }

  .logo-section .ftr-logo {
    width: auto;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-home .billboard-section:after {
    top: 190px;
  }
  .logo-section .ftr-logo {
    width: 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) {

  .logo-section .ftr-logo {
    width: auto;
  }

}

/* IE only */
@media screen\0 {

}
