@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300;0,5..1200,400;0,5..1200,500;0,5..1200,600;0,5..1200,700;0,5..1200,800;0,5..1200,900;1,5..1200,300;1,5..1200,400;1,5..1200,500;1,5..1200,600;1,5..1200,700;1,5..1200,800;1,5..1200,900&display=swap');
@import url('https://www.raymondjames.com/-/media/dbf32475614642f3b6754a6900536676.ashx');
@import url('https://raymondjames.ca/-/media/rj/dotcom-canada/rjca-override.css');
@import url('https://publicdev.rjf.com/Branches/_custom_dev/vanilla-dev/dotcom/css/dotcom-vanilla-components/dotcom-vanilla-guide.css');

:root {
   --rj-blue: #002949;
  --rj-gray: #5b5e5a;
  --rj-dark: #54606c;
  --rj-medium:#ECEFF2;
  --rj-light:#f5f7f9;
  --white: #ffffff;
  --black: #000000;
  --light-gray: #f5f7f9;
  --medium-gray:#C6CCD3;
  --medium: #DBDEE3;
  --rgb-color-1: 255,255,255;
  --rgb-opacity-1: 0.2;
  --rgb-color-2: 0,41,73;
  --rgb-opacity-2: 0.05;
  --positionwave:35px;
  --lastfall:lastfall 1s ease-in 2.85s forwards;

  --bboard-campaign-1: #def1fb;
  --bboard-campaign-2: #f0ece8;
  --bboard-campaign-3: #002949;
}

/* Backgrounds Global Styles */
.rj-dark {
    background: var(--rj-dark);
}
.rj-medium {
  background: var(--rj-medium);
}
.rj-light {
  background: var(--rj-light);
}
.rj-blue {
  background: var(--rj-blue);
}


/* Generic header styles */
h1 {
    font-size: 3.6rem;
    line-height: 4.0rem;
    font-weight: 100;
    margin: 0 0 30px;
}

h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 600;
    margin: 0 0 15px;
}

h3 {
	font-size: 2.5rem;
    line-height: 3.0rem;
    font-weight: 600;
    margin: 0 0 15px;
}

h4 {
	font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin: 0 0 15px;
}

h5 {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 15px;
}
/* Billboard */
.billboard-landing-glass{
	max-width: 100%;
}

/* Bio and Bio Detail page */
h1.bio-detail-preferred-name {
	font-size: 1.4rem;
    color: #002949;
    margin: 0;
    line-height: normal;
}
.bio-detail-container .corp-bio-detail-next-previous-links .corp-bio-detail-prev-wrapper:after{
	background-image: url('/areas/advisorsites/assets/dotcom/images/cta-arrow-left.svg');
}
.bio-detail-container .corp-bio-detail-next-previous-links .corp-bio-detail-next-wrapper:after{
	background-image: url('/areas/advisorsites/assets/dotcom/images/cta-arrow.svg');
}



/* Resources */
.resource-article ul {
    padding-left: 20px;
    list-style: disc;
    line-height: normal;
    margin-bottom: 20px;
    color: #272727;
}

.resource-article ol {
    padding-left: 20px;
    list-style: decimal;
    line-height: normal;
    margin-bottom: 20px;
    color: #272727;
}

/* Footer */
.footer-content {
  padding-bottom: 0;
}

.footer-content .footer-nav-wrapper {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    background-color: var(--rj-light);
  }
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav li {
    display: inline-block;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .social-container {
  padding: 0;
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .social-container {
    text-align: left;
    width: 30%;
    margin: 0;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .social-container a {
  display: inline-block;
  margin: 0 0.8rem;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .social-container a {
    margin: 0 0.4rem;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .social-container a:hover {
  opacity: 0.5;
}

.footer-content .footer-nav-wrapper .footer-nav .social-container a:first-of-type {
  margin-left: 0;
  margin-right: 0.8rem;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .social-container a:first-of-type {
    margin-right: 0.4rem;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .social-container a:first-of-type i {
  padding-left: 0;
}

.footer-content .footer-nav-wrapper .footer-nav .social-container a i {
  color: #002949;
  font-size: 2.7rem;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .social-container a i {
    font-size: 2.8rem;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav {
    padding-left: 10rem;
  }
}

.footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav li a {
  display: block;
  background-color: transparent;
  border: 1px solid #002949;
  border-radius: 4px;
  color: #002949;
  padding: 1.2rem 1.5rem;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 600;
  min-width: 18rem;
  text-align: center;
  margin: 0 auto 1.5rem;
}

@media (min-width: 500px) {
  .footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav li a {
    max-width: 35rem;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav li a {
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #002949;
    padding: 0 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    width: auto;
    min-width: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav li a:first-of-type {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-nav-wrapper .footer-nav .rich-text .fn-main-nav li a:hover {
    background-color: transparent;
    color: #002949;
    opacity: .5;
  }
}

.footer-content .footer-bottom-nav-wrapper {
  overflow-x: hidden;
  background-color: var(--rj-light);
}

.footer-content .footer-bottom-nav-wrapper a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav {
    display: flex;
  }
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper {
  position: relative;
  background: transparent;
  padding: 1.5rem 0;
  margin: 0;
  border: none;
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper {
    padding: 5rem 0 3rem 0;
    width: 30%;
  }
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links {
    width: 70%;
  }
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li {
  width: auto;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li:last-of-type a {
  margin-bottom: 0;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a {
  display: block;
  background-color: transparent;
  min-width: 18rem;
  text-align: left;
  color: var(--rj-gray);
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 500px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a {
    width: auto;
    min-width: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a:first-of-type {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a:hover {
    background-color: transparent;
    color: var(--rj-medium);
    text-decoration: underline;
  }
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li .secondary-link-delimeter {
  display: none;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper {
  padding: 0;
  padding-top: 1.5rem;
  color: white;
}

@media (min-width: 992px) {
  .footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper {
	/*box-shadow: -9px 0px 18px -7px rgba(0, 0, 0, 0.06);*/
    padding: 5rem 0 3rem 10rem;
    width: 70%;
  }
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper .ftr-row {
  margin: 0;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper p {
  color: var(--rj-gray);
  line-height: 1.2;
  font-size: 1.3rem;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper a {
  color: var(--rj-gray);
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper a:hover {
  background-color: transparent;
        color: var(--rj-gray);
        opacity: 0.5;
  text-decoration: underline;
}

.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .ftr-disclosures-wrapper a:visited {
  background-color: transparent;
        color: var(--rj-gray);
        opacity: 0.5;
}

.footer-dotcom.footer-dotcom-ca .fgn-links a:hover,
.footer-content .footer-bottom-nav-wrapper .footer-bottom-nav .secondary-links-wrapper .secondary-links li a:hover {
	color: #54606c !important;
}



/* TEMP fix for DotCA Sites NAP addresses */
.bio-detail-address-wrapper {
   display: none !important;
}