@import url("/content/advisorsites/vanilla/complex.css");
@import url("/content/advisorsites/vanilla/dotcom.css");
@import url("/-/media/rj/dotcom/files/dotcom-vanilla.css");
@import url("components/billboard2.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');


body {
    font-family: 'Source Sans Pro', sans-serif;
}


: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;
}

/* RJ 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);
}

/*
==============================================
|| TEMP FIXES
==============================================
*/
/* TEMP FIX TO EMPTY LINKEDIN LINK ON TEAM PAGE */
a.fa-linkedin[href=""]::before {
    content: none !important;
}

/* TEMP FIX TO BROKEN LINK */
.corp-bio-detail-next-link-wrapper a[href="/our-team/bio?_"] {
    pointer-events: none;
    cursor: default;
}


/*
==============================================
|| MANAGE COOKIE PREFERENCE BUG – REMOVE OVERLAY
==============================================
*/

.filter-overlay {
    display: none !important;
}

.ftr-brokercheck {
    position: fixed !important;
}

/*
==============================================
|| Universal Styles
==============================================
*/

body {
    -webkit-font-smoothing: antialiased !important;
}

.main-content h1 strong {
    font-weight: bold;
}

@media screen and (max-width: 781px) {
    .main-content h1 strong {
        display: inline !important;
    }
}


/*
==============================================
|| Header logo
==============================================
*/
.header-section .ftr-logo-wrapper {
    justify-content: center;
    padding: 20px !important;
    border-bottom: 1px solid var(--white);
}

@media screen and (max-width: 781px) {
    .header-section .ftr-logo-wrapper {
        justify-content: flex-start !important;
    }
}



/*
==============================================
|| HOME STYLES
==============================================
*/

.highlight-box {
    background-color: #f5f7f9;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 25px;
}

.highlight-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rich-text-container>a {
    font-weight: 600;
    font-size: 1.8rem;
}

.highlight-box.rich-text-container p a,
.highlight-box.rich-text-container li a {
    font-weight: 800;
}

.highlight-box.rich-text-container p a,
.highlight-box.rich-text-container li a::after {
    content: "\f105";
    position: relative;
    font-family: "FontAwesome";
    font-size: 1.8rem;
    top: 1px;
    width: 35px;
    height: auto;
    display: inline-block;
    transition: all 400ms ease-in-out;
}

.intro-content .intro-letter-content h2 {
    font-size: 3.6rem;
    line-height: 4.0rem;
    font-weight: 100;
    color: var(--rj-blue);
    margin: 0 0 30px;
}

.intro-content .intro-letter-content strong {
    font-weight: bold;
}

.intro-cta-content {
    text-align: center;
}

.intro-cta-content a:has(.button):after {
    content: none;
}


/* VALUE SECTION */

.rj-blue .ftr-cta-wrapper .button {
    border-color: var(--white);
    color: var(--white);
}

.rj-blue .ftr-cta-wrapper h2,
.rj-blue .ftr-cta-wrapper p,
.rj-blue .ftr-cta-wrapper {
    color: var(--white);
}

.rj-blue .ftr-cta-wrapper a:hover .button {
    background: var(--white);
    border-color: var(--white);
    color: var(--rj-blue);
}


/* VIDEO SECTION */

.video-content .video-tile.video-tile-1-col {
    padding: 30px 15px;
}

.video-tile .video-tile-header h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
}

.video-tile .video-tile-copy p {
    font-size: 1.8rem;
    line-height: 3.0rem;
}



/*
==============================================
|| Navigation Styles
==============================================
*/

/* Header Logo */
.ftr-logo-wrapper.header-main {
    flex-basis: 100%;
    border-bottom: solid 1px white;
    padding: 15px 0;
}

.ftr-logo-wrapper.header-main img {
    height: 30px !important;
    width: auto !important;
}



.header-main .ftr-logo {
    max-width: 300px;
}

.nav-container {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 1050;
}

.nav-overall-wrapper:not(.van-mobile-nav) {
    position: fixed;
    /* min-height: 55px; */
}

/* nav animations */
.nav-overall-wrapper:not(.van-mobile-nav) {
    animation-duration: 2s;
    animation-name: slideInSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999999999999;
    transition: 0.5s all ease;
    clear: both;
    width: auto;
}

@media screen and (min-width: 781px) {
    .nav-overall-wrapper:not(.van-mobile-nav) {
        width: 100%;
    }

    .interior .nav-overall-wrapper~.main-content {
        padding-top: 50px;
    }
}

.primary-nav {
    animation: slideInDownSmall 2s linear;
    -webkit-animation: slideInDownSmall 2s linear;
}

.nav-overall-wrapper {
    animation: slideInDownSmallDown 1s linear;
    -webkit-animation: slideInDownSmallDown 1s linear;
}

.nav-overall-wrapper.nav-sticky .logo-container {
    display: none !important;
}

/*sticky nav styles */
.nav-sticky {
    position: fixed !important;
    top: 0;
}

/* active link */
.nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a.active {
    color: #5F9BC6 !important;
}

.nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a:hover {
    color: #5F9BC6 !important;

}

.nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a.active:hover {
    color: var(--rj-blue);
}

/* hover animations */
.nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a,
.ftr-disclosures a {
    transition: all 200ms ease-in-out;
}

/* Left aligns logo on mobile */
@media screen and (max-width: 780px) {
    .nav-navigation-drop.nav-overall-wrapper.nav-right .nav-trigger-wrapper .corp-site-nav-logo-mobile {
        justify-content: left;
        height: 55px;
    }
}

@media screen and (min-width: 781px) {
    .nav-navigation-drop.nav-overall-wrapper .nav .primary-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    /* .nav-overall-wrapper ~ .main-content {
    padding-top: 117px;
  } */

    /* active link */
    .nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a.active {
        color: #9ccdf7;
    }

    .nav-navigation-drop.nav-overall-wrapper .nav .primary-nav .primary-link a.active:hover {
        color: #5F9BC6 !important;
    }

    .nav-navigation-drop.nav-overall-wrapper.nav-right .nav-trigger-wrapper .corp-site-nav-logo-mobile {
        justify-content: center;
    }

    .nav-overall-wrapper:not(.van-mobile-nav) {
        position: absolute;
    }

    /* hide nav on scroll on desktop */
    .hide-nav {
        transform: translate3d(0, -100%, 0) !important;
        top: 0px !important;
    }
}

/* Hamburger icon color */
.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: var(--rj-medium);
    z-index: 1000;
}

/* Box around hamburger icon */
.nav-trigger:after {
    background-color: var(--rj-blue) !important;
    z-index: 100;
    border-radius: 2px;
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    left: -5px;
    top: -20px;
    right: -20px;
    bottom: -20px;
}

/*
==============================================
|| Subcategory Page Styles
==============================================
*/

/*
==============================================
|| Vanilla Page Styles
==============================================
*/

.page-section {
    min-height: 300px;
}

.page-content .interior-content h1,
.page-content .interior-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.page-content .interior-content h1 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--rj-blue);
}

.page-content .interior-content h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 100;
}

.page-content .interior-content {
    margin-block: 50px;
}

.page-content .interior-content a {
    text-decoration: underline;
    transition: all 400ms ease-in-out;
}

.page-content .interior-content a:hover {
    text-decoration: none;
}

.page-content .interior-content p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 20px;
    color: var(--rj-gray);
}

/*
==============================================
|| Bio Page Styles
==============================================
*/

.yearbook-five .yearbook-five-read-bio,
.yearbook-five .yearbook-five-phone {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;

}

.yearbook-five .yearbook-five-card.yearbook-five-card-layout-with-social .yearbook-five-details p,
.yearbook-five .yearbook-five-card.yearbook-five-card-layout-with-social .yearbook-five-details a:not(.yearbook-five-name, .fa) {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.yearbook-five .yearbook-five-card.yearbook-five-card-layout-with-social .yearbook-five-details p.yearbook-five-name,
.yearbook-five .yearbook-five-card.yearbook-five-card-layout-with-social .yearbook-five-details a.yearbook-five-name {
    font-size: 1.8rem;
}

.yearbook-five-details .yearbook-five-title {
    font-style: italic;
}



/* removes padding from bio detail container and places on interior section instead */
.bio-detail-container {
    padding-block: 0;
}

.bio-section {
    padding-block: 60px;
}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper {
    font-size: 1.5rem;
    line-height: 2.4rem;

}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-title,
.bio-detail-container .bio-detail-content-wrapper .bio-detail-copy-wrapper p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-title {
    font-style: italic;
}

.bio-detail-title {
    margin-top: 5px;
}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-title~.bio-detail-title {
    margin-top: 0;
}

.bio-detail-container .bio-detail-phone-wrapper {
    color: #002949;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}


.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-first-name,
.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-last-name,
.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-middle-initial,
.bio-detail-container .bio-detail-content-wrapper .bio-detail-name-wrapper .bio-detail-preferred-name {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.yearbook-five .yearbook-five-name {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.bio-detail-container .bio-detail-content-wrapper .bio-detail-phone-wrapper a {
    font-family: 'Source Sans Pro', sans-serif;
}


.yearbook-six-content-full-name {
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.8rem;
    pointer-events: none;
    cursor: default;
}

.bio-detail-name-wrapper h1 {
    font-weight: 600 !important;
    font-size: 1.8rem;
}

.bio-detail-phone-wrapper a {
    text-decoration: none !important;
}


/* positions next / prev at top instead of end of footer */
@media (max-width: 1399px) {
    .bio-detail-container .corp-bio-detail-next-previous-links.corp-bio-detail-pager-mobile {
        position: relative;
    }

    .bio-detail-container {
        margin-bottom: 0;
    }
}

/*
==============================================
|| Manage Cookies Page Styles
==============================================
*/

.cookie-preferences.accord-container {
    margin: auto;
    max-width: 748px;
}

.cookie-preferences.accord-container ul {
    margin: 25px auto 50px;
}

@media (min-width: 1200px) {
    .cookie-preferences.accord-container {
        max-width: 915px;
    }
}

/*
==============================================
|| Form styles
==============================================
*/

.simple-form {
    padding-block: 50px;
}

.simple-form label {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}

.simple-form input[type="submit"] {
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--rj-blue);
    color: var(--rj-blue);
    padding: 10px 30px;
    font-size: 1.4rem !important;
    line-height: 1.5rem !important;
    font-weight: 600;
    text-align: center;
    min-width: 180px;
    transition: all 400ms ease-in-out;
}

.simple-form input[type="submit"]:hover {
    background: var(--rj-blue);
    color: var(--white);
}

.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: var(--rj-blue);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--rj-blue);
}

/*
 *
 *
==============================================
|| FIXES
==============================================
 *
 *
*/

p a,
p a:visited {
    text-decoration: underline;
}

p a,
p a:visited {
    color: var(--rj-gray);
}

/* should have same appearance as media carousel header/eyebrow */
.eyebrow h2.rich-text-headline {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--rj-blue);
    width: 100%;
    padding: 0;
    margin: 0;
}

.mc-container.media-carousel-five {
    padding: 50px 50px 100px;
}

.mc-container.media-carousel-five .mc-main-heading-wrapper .mc-main-heading {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--rj-blue);
    width: 100%;
    padding: 10;
    margin: 0;
    border-bottom: 1px solid var(--medium-gray);
}


.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:focus::before {
    outline: 5px auto #5F9BC6;
    box-shadow: 0 0 0 0.2em #fff, 0 0 0 0.4em #5F9BC6;
}

/*
==============================================
|| Content Collection Section
==============================================
*/

.collection-section .content-collection {
    margin-block: 100px;
}

.collection-section .content-collection-headline-wrapper {
    margin-bottom: 25px;
    font-size: 2.8rem;
    line-height: 3.2rem;
}

.content-collection-body-slides {
    padding-block: 25px;
}

.collection-section .content-collection-body, .collection-section .content-collection-body p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--rj-gray);
    padding-bottom: 0;
}

.collection-section .content-collection-body .disclosure,
.collection-section .content-collection-body .disclaimer {
    font-style: italic;
    color: var(--rj-gray);
    font-size: 1.5rem;
    line-height: 2.7rem;

}

.collection-section .content-collection-slide-heading {
    font-size: 2.5rem;
    margin-block: 10px;
    font-weight: 600;
}

.content-collection-slides-wrapper .slick-dots {
    padding: 10px !important;
}

.content-collection-slides-wrapper .slick-dots li:not(:last-of-type) {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .collection-section .content-collection-body {
        padding-bottom: 30px;
    }
}

/*
==============================================
|| Yearbook Six
==============================================
*/

/* centers signature in yearbook */
.intro-yearbook-content .yearbook-six .yearbook-six-person {
    align-items: center;
}

.yearbook-six-signature-wrapper {
    text-align: center;
}

/* gives max height to homepage signature */
.yearbook-six-signature {
    max-height: 60px;
    width: auto;
}

.yearbook-six-content-wrapper {
    color: var(--rj-gray);
    font-size: 1.6rem;
    line-height: 1.5;
}

.yearbook-six-content-wrapper,
.yearbook-six .yearbook-six-person .yearbook-six-content-wrapper .yearbook-six-content-corp-title,
.yearbook-six .yearbook-six-person .yearbook-six-content-wrapper .yearbook-six-content-job-title {

    color: var(--rj-gray);
}

.yearbook-six-content-full-name {
    font-weight: 600;
}

.ftr-cta-wrapper h2 {
    margin-bottom: 30px;
}

.yearbook-six-content-corp-title,
.yearbook-six-content-job-title {
    font-style: italic;
}

/*
==============================================
|| Tile Billboard
==============================================
*/

.tile-billboard .tile-billboard-no-image {
    min-height: 10vh !important;
    background-color: var(--white);
    margin-top: 75px;
}

ul.tile-billboard-tiles.tile-billboard-row-of-four,
ul.tile-billboard-tiles.tile-billboard-row-of-three {
    list-style: none;
}

/*
==============================================
|| Footer Links
==============================================
*/

footer.rj-blue {
    border-top: 5px solid var(--white);
}

.complex-footer-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: -15px !important;
    padding: 30px 30px 15px !important;
    /* padding: 0 !important; */
}

.complex-footer-links li {
    width: auto;
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
}

.complex-footer-links li a {
    display: block;
    background-color: transparent;
    min-width: 18rem;
    line-height: 2.4rem;
    text-align: left;
}

.ftr-disclosures p {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: normal;
}

.footer-section .ftr-disclosures p,
.footer-section .ftr-disclosures a,
.footer-section .complex-footer-links a {
    color: var(--white);
    margin-bottom: 10px;
}

.footer-section .ftr-disclosures a {
    text-decoration: underline;
}

.footer-section .ftr-disclosures a:hover {
    text-decoration: none;
    color: #5f9bc6;
}

.complex-footer-links li a {
    text-decoration: none;
}

.complex-footer-links li a:hover {
    text-decoration: underline;
    color: #5f9bc6;
}


/*
==============================================
MEDIA CAROUSEL 5: Removes left positioning from text cta
==============================================
*/
.media-carousel-five.media-carousel-base .mc-cta {
    left: 0;
}








@media (max-width: 420px) {
    .yearbook-five .yearbook-five-card {
        grid-template-columns: 1fr !important;
    }

}

/* TEMP FIX TO EMPTY LINKEDIN LINK ON TEAM PAGE */
a.fa-linkedin[href=""]::before {
    content: none !important;
}

/* TEMP fix for Complex Sites NAP addresses */
.bio-detail-address-wrapper {
   display: none !important;
}