/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://www.raymondjames.com/-/media/34d01108a19a419eb2f4ff71406a8082.ashx');
/* Universal styles*/
@import url('https://www.raymondjames.com/-/media/5FC5A54C1EF441D9A172CC5753EA749B.ashx');

:root {
  --light: #C49D72 !important;
  --light-color-1: #ebebf1 !important;
  --medium: #856038 !important;
  --medium-color-1:#848490;
  --dark: #111026 !important;
  --dark-color-1: #801a29;
  --gray-light: #f5f7f9;
  --gray-medium: #c7c7c7;
  --gray-dark: #393939;
  --black: #000000;
  --white: #ffffff;
  --black-alpha: 0, 0, 0;

  --font-1: 'Montserrat', sans-serif;
  --font-2: 'Cormorant', serif;

  --un-ease: all 400ms ease-in-out;
 }
body {
  color: var(--gray-dark);
}

h2,
h3,
h4, 
h5, 
h6 {
  font-family: var(--font-2);
  text-transform: none !important;
  color: var(--gray-dark);

}



a, .resource-detail-copy-wrapper a, 
.accord .accord-link-content a, 
.accord .accord-inner-link-content a, 
.resource-detail-copy-wrapper a {
    color: var(--medium);
} 
a:hover, .resource-detail-copy-wrapper a:hover, 
.accord .accord-link-content a:hover, 
.accord .accord-inner-link-content a:hover, 
.resource-detail-copy-wrapper a:hover {
    color: var(--dark);
} 
.p-button-center {
  text-align: center;
  margin-bottom: 60px !important;
}
.p-button {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}
.pill-button, 
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta, 
.button {
  background: var(--medium);
  color: var(--white);
  padding: 9px 40px !important;
  transition: var(--un-ease);
  border-radius: 0;
  font-size: 14px !important;
  line-height: 20px;
  font-family: var(--font-1);
  text-transform: uppercase;
}
.pill-button:hover, 
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .contact-button-cta:hover, 
.button:hover {
  background: var(--dark);
  color: var(--white);
  border-color: transparent !important;
}
.brokercheck {
  left: 0;
}

/*==================== Buttons ====================*/
 /* Buttons Default */
.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: var(--dark);
  padding: 5px 20px !important;
  height: auto !important;
  line-height: initial;
  width: inherit !important;
  border: 2px solid var(--dark);
  border-radius: 0;
  background: var(--medium);
  border: transparent;
  color: var(--white);
  transition: var(--un-ease);
 }
 /* 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 {
   background: var(--dark);
   color: var(--white);
  border: transparent;
   letter-spacing: 0;
     border-radius: 0;

 }

/*==================== Header ====================*/
.header-main {
  background: var(--dark) !important;
}
.header-main .ftr-logo {
  max-width: 580px;
  height: 106px !important;
  width: 580px !important;
}
@media screen and (min-width: 768px) {
  .header-main .ftr-logo {
    max-width: 580px;
    height: 186px !important;
    width: 580px !important;
  }
}
.page-wrapper {
  overflow: hidden;
}
/*==================== Header Contact Info ====================*/
.header-contact {
  border-bottom: none !important;
}
.body-home .header-contact-wrap .social-container .fa {
    color: var(--dark);
}
.body-home .header-contact-wrap .social-container a:hover .fa {
    color: var(--medium);
}
/*==================== Header ====================*/
.body-home .header-main {
  background: transparent !important;
}
/*==================== Navigation ====================*/
.nav-trigger::after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    opacity: 1;
    z-index: -1;
    background: var(--dark);
}
    .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(--light);
    }

    .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: var(--white);
    }
.primary-nav {
    animation: fadeInssSmall 2s forwards !important;
  }
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark) !important;
}
.body-home .nav-overall-wrapper:not(.van-mobile-nav) {
  background: transparent !important;
  animation: fadeIn 0.3s forwards;
}
.body-home .nav-sticky:before {
  background: var(--dark) !important;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  animation: fadeIn 0.3s forwards;
}
.body-home .nav-sticky .nav .primary-nav > li > a {
    color: var(--white);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: 2px;
}
.primary-nav .nav-subnav {
    margin-top: 2px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  background: var(--light-color-1);
}
.primary-nav a, .investor-access-remember-me-label {
  color: var(--white);
  font-family: var(--font-1);
  text-transform: uppercase;
  font-size: 15px;
}
.primary-nav .nav-subnav {
  position: relative;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, 
.investor-access-remember-me-label {
  font-family: var(--font-1);
}
.primary-nav a.active, 
.primary-nav > li > a:hover {
  color: var(--light);
}
.primary-nav .nav-subnav a.active {
  color: var(--dark);
  text-decoration: underline;
} 


.primary-nav > li > a:hover:before, 
.primary-nav > li:hover > a:before, 
.primary-nav > li > a.active:before {
  width: 90%;
  -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; 
}
.nav:before {
  content: " ";
  display: none;
  background: var(--gray-medium);
}
.nav:after {
  background: var(--dark);
  display: none;
}
/*==================== Navigation Dropdowns Desktop ====================*/

.primary-nav .nav-subnav {
  background: var(--white);
  background-image: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-top: 2px solid var(--dark);
}
.primary-nav .nav-subnav a, 
.investor-access-content-wrapper, 
.investor-access-remember-me-label {
  color: var(--gray-dark);
}
.primary-nav .nav-subnav a:hover {
  color: var(--dark);
  text-decoration: underline;
}
.investor-access-input-wrapper input {
  background: var(--gray-light);
  border: 1px solid var(--gray-dark);
  border-radius: 5px;
}
.primary-nav .nav-subnav-second {
  background: var(--gray-light) !important;
}
.primary-nav .nav-subnav-third {
  background: var(--gray-light) !important;
}
.fa-angle-down:before {
  color: var(--medium);
}
.investor-access-remember-me-label {
  padding-left: 0px;
}



.nav-theme-light .primary-nav a, .nav-theme-light .investor-access-remember-me-label {
    color: var(--dark);
    font-family: var(--font-1);
}
.nav-theme-light .primary-nav .nav-subnav a.active, .nav-theme-light .primary-nav a.active, .nav-theme-light .primary-nav > li > a:hover {
    color: var(--light) !important;
}
.body-home .nav-theme-light .primary-nav a.active, 
.body-home .nav-theme-light .primary-nav > li > a:hover {
  color: var(--medium) !important;
}
.body-home .nav-sticky, 
.body-home .nav-sticky .primary-nav a.active, 
.body-home .nav-sticky .primary-nav > li > a:hover {
    color: var(--light) !important;
}
/*==================== Billboard Hero ====================*/
.bb-short-video .billboard-background-video-overlay {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    top: inherit !important;
    padding: 0;
}
.bb-short-video .billboard-background-video-overlay {
    z-index: 10;
}
.bb-short-video .billboard-background-video {
  opacity: 1 !important;
}
.bb-short-video {
  height: 790px;
  min-height: 790px;
  position: relative;
}
.bb-negative-top {
  margin-top: -213px;
}
.bb-short-video h1 {
  font-family: var(--font-2);
  color: var(--white) !important;
  position: relative;
  font-size: 70px;
  line-height: 51px;
}
.bb-short-video .billboard-heading-wrapper {
    padding: 0;
}
.bb-short-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 1;
  top: 0;
}
.bb-short-video span {
  font-family: var(--font-1);
  color: var(--white) !important;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 7px;
}
.bb-short-video h1:after {
  background: var(--light);
}
.bb-short-video:after {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+32,111026+78,111026+94&1+19,0+45,1+95 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 19%,rgba(255,255,255,0.5) 32%,rgba(188,187,194,0) 45%,rgba(17,16,38,0.66) 78%,rgba(17,16,38,0.98) 94%,rgba(17,16,38,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bb-short-video .billboard-content-wrapper .container {
    bottom: 0;
}
.interior .billboard-content:after {
  display: none;
}
.resource-section, .body-resource-detail .resource-section, .resource-section, .copy-section, .bio-section, .blog-main {
  background-image: none !important;
}

/*==================== Mouse Scroller ====================*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: var(--gray-light) !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 var(--dark);
    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:transparent !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;
}
/*==================== Intro Section ====================*/
.alt-intro-section {
  background: var(--dark);
}
.rt-intro-main:before {
  content:"";
  max-width: 465px;
  height: 1px;
  background: var(--light);
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 90px;
  animation: zoomIn 3s forwards;
}
.rt-intro-main {
  max-width: 960px;
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-family: var(--font-2);
  color: var(--white);
  margin: 70px auto 150px;
}
/*==================== Team Section ====================*/
.alt-solo-bio-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#363545+0,222134+100 */
background: linear-gradient(to bottom,  rgba(54,53,69,1) 0%,rgba(34,33,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-bottom: 38px solid var(--dark); 
}


.yearbook-solo img {
  opacity: 0 !important;
  position: relative;
  z-index: 1;
}

.yearbook-solo .yearbook-headshot-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url('https://www.raymondjames.com/-/media/5E96CF15910B4E29B24E6D2F2D0038CA.ashx');
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center bottom;
}

.yearbook-solo {
  margin-top: -70px !important;
}
.yearbook-solo .yearbook-headshot-link {
  display: flex;          /* Enables flexbox */
  flex-direction: row;    /* Default: items in a row */
  gap: 50px;  
  /* cursor: default; */
}
.yearbook-solo .yearbook-headshot-wrapper {
  animation: slideInRightSmall 2s forwards;
}
.yearbook-solo .yearbook-name-wrapper {
  animation: slideInLeftSmall 2s forwards;
}
.yearbook-solo .yearbook-headshot-wrapper, 
.yearbook-solo .yearbook-name-wrapper {
  flex: 1;                /* Each div takes equal width */
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
/* 1) Don't make the name wrapper a flex-column (that forces each span onto its own line) */
.yearbook-solo .yearbook-name-wrapper{
  display: block !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 2) Keep first + last as inline text and prevent breaking between them */
.yearbook-solo .yearbook-first-name,
.yearbook-solo .yearbook-last-name{
  display: inline !important;
}

 

/* 3) Make sure everything after the name starts on a new line */
.yearbook-solo .yearbook-designation-wrapper{
  display: block !important;
}
@media (max-width: 600px) {
  .yearbook-solo .yearbook-slide {
    flex-direction: column; /* Switch to vertical stacking */
  }
}
.yearbook-solo .yearbook-headshot-wrapper::after {
  display: none; 
}
.yearbook-solo .yearbook-name-wrapper {
  text-align: left;
  top: 129px;
  position: relative;
  height: auto;
}
.yearbook-solo a:hover .yearbook-headshot {
    -webkit-transform: none !important;
    transform:none !important;
}
.yearbook-solo .yearbook-designation-wrapper {
  margin-top: 0px;
}
.yearbook-solo .yearbook-headshot-wrapper, 
.yearbook-solo .yearbook-name-wrapper, 
.yearbook-solo .yearbook-carousel-three, 
.yearbook-solo .yearbook-slide {
  padding: 0 !important;
  margin: 0 !important;
}
.yearbook-solo .yearbook-links {
  display: none;
}
.yearbook-solo .bio-detail-first-name,
.yearbook-solo .bio-detail-preferred-name,
.yearbook-solo .bio-detail-last-name,
.yearbook-solo .bio-detail-middle-initial,
.yearbook-solo .yearbook-first-name,
.yearbook-solo .yearbook-last-name {
  font-family: var(--font-2) !important;
  color: var(--white) !important;
  font-size: 39px;
  line-height: 45px;
  font-weight: normal !important;
}


.yearbook-solo .yearbook-title, .yearbook-solo .yearbook-designation {
  color: var(--white);
  font-family: var(--font-1);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-left: 0;
  text-transform: none;
}
.yearbook-solo  .yearbook-hr {
  display: none !important;
}
.yearbook-solo .yearbook-slide, 
.yearbook-solo .slick-track {
  width: 100% !important;
}
/*==================== Yearbook Simple Layout ====================*/
.yb-simple {
  padding-top: 75px;
  margin-bottom: 0px !important;
  max-width: 825px !important;
}
.yb-simple .yearbook-headshot-wrapper::after {
  display: none !important;
}
.yb-simple .slick-prev, 
.yb-simple .slick-next {
    z-index: 2;
    padding: 0;
    top: 18% !important;
}
.yb-simple.yb-hide-dots .slick-dots {
display: none !important;
}
.yb-simple.yb-hide-links .yearbook-links {
  display: none !important;
}
.yb-simple .slick-prev {
  left: -40px;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--dark);
  border-left: 3px solid var(--dark);
  transform: rotate(-45deg) !important;
}
.yb-simple .slick-next {
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--dark);
  border-right: 3px solid var(--dark);
  transform: rotate(45deg) !important;
}
.yb-simple .yearbook-name-wrapper {
  height: auto !important;
}
.yb-simple .yearbook-headshot-wrapper {
    max-width: 225px;
}
.yb-simple .yearbook-designation-wrapper {
  display: block;
}
.yb-simple .yearbook-first-name, 
.yb-simple .yearbook-last-name {
  font-size: 30px !important;
  line-height: 35px !important;
  font-family: var(--font-2) !important;
  font-weight: 400 !important;
  color: var(--dark) !important;
  text-transform: none !important;
  display: inline !important;
}
.yb-simple .slick-prev:before, 
.yb-simple .slick-next:before {
   color: var(--medium) !important;
}
.yb-simple .slick-prev:hover:before,
.yb-simple .slick-prev:focus:before,
.yb-simple .slick-next:hover:before,
.yb-simple .slick-next:focus:before {
  opacity: 1;
  color: var(--dark) !important; 
}

.yb-simple .yearbook-title {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-1) !important;
  color: var(--dark);
  text-transform: none;
}
.yb-simple hr {
    background-color: var(--light);
}
.yb-simple .yearbook-designation {
   font-size: 16px;
  line-height: 20px;
  font-family: var(--font-1) !important;
  color: var(--dark); 
}
.yb-simple .yearbook-links .yearbook-links-as-icon .fa {
    display: inline-block;
    font-size: 16px;
    color: var(--medium);
    padding: 10px;
    border-radius: 30px;
    width: 38px;
}
.yb-simple .yearbook-links-as-icon a:hover, 
.yb-simple .bio-detail-links-wrapper .fa:hover {
    color: var(--white);
}
.yb-simple .yearbook-links-as-icon a:hover .fa {
    background: var(--dark);
}
.yb-simple .yearbook-designation-wrapper {
    margin-bottom: 0;
    margin-top: 0;
}
   
.body-about-us .copy-section h2 {
  margin-top: 60px;
}

.body-about-us .copy-section h2 .head-1 {
    font-family: var(--font-1);
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 400;
    color: var(--dark) !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.body-about-us .copy-section h2 .head-2 {
    font-family: var(--font-2);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    color: var(--dark) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: 0px;
    text-align: center;
}
.body-about-us .copy-section h2:after {
  display: none;
}
/*==================== Full Bio Section ====================*/

.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
    font-family: var(--font-2);
    font-size: 30px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    color: var(--dark);
}
.bio-detail-title {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--font-1) !important;
    color: var(--dark) !important;
    text-transform: none !important;
}
.bio-section .bio-detail-links-wrapper .fa {
    display: inline-block;
    font-size: 16px;
    color: var(--medium);
    padding: 10px;
    border-radius: 30px;
    width: 38px;
    text-align: center;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    background: var(--dark);
    color: var(--white);
}
.bio-detail-quote, 
.quote-section .quote {
color: var(--dark); 
 font-family: var(--font-1);
 
}
.bio-detail-quote-cite, 
.quote-section .quote-cite {
 color: var(--medium) !important;
 font-family: var(--font-2);
}
.bio-quote-section:before {
  background: var(--gray-light);
}
.interior .quote-section {
  display: none;
}
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
}
.bio-quote-section:before {
  background: var(--gray-light)
}
.bio-quote-section:after {
  display: none;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: var(--dark);
}

/*
==============================================
Adv Bio Page FAQ
==============================================
*/
.rt-qa {
  padding: 20px 50px 50px;
  border: 3px solid var(--gray-light);
  /* background: var(--light); */
  margin: 20px auto;
  line-height: 28px;
  }
  .rt-qa h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 30px 0 40px;
  padding: 0 0 10px;
  text-transform: uppercase !important;
  font-family: var(--font-1) !important;
  font-weight: 400;
  color: var(--medium) !important;
  border-bottom: 1px solid var(--gray-medium);
  }
  .bio-detail-links-wrapper a:first-child {
    padding-left: 0;
  }
  .rt-qa .rt-q {
  font-size: 23px !important;
  line-height: 26px !important;
  }
  .rt-qa .rt-a {
  font-family: var(--font-1);
  text-transform: none;
  font-size: 16px;
  line-height: 23px;
  display: block;
  margin-top: 10px;
  margin-bottom: 11px !important;
}

/*
==============================================
Adv Bio Signature
==============================================
*/
.adv-bio-signature {
font-family: "Carattere", cursive;
font-weight: 400;
font-style: normal;
margin: 0 auto;
font-size: 28px;
padding: 20px 20px 40px;
text-align: right;
}


/*
==============================================
Adv Bio 4 Styles
==============================================
*/

.body-bio-alt-3 .bio-detail-quote {
  color: var(--white);
  font-family: var(--font-2);
  font-style: italic;
}

.body-bio-alt-3 .bio-detail-quote-cite {
      color: var(--white) !important;
    font-family: var(--font-1);
    font-size: 18px;
    line-height: 32px;
}

@media only screen and (max-width: 480px) {
    .body-bio-alt-3 .bio-quote-section {
        background: var(--dark)
    }
} 

.body-bio-alt-3 .bio-full-contact-section .bio-detail-email-link-as-text {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--font-1) !important;
    color: var(--dark);
    text-transform: none !important;
}
.body-bio-alt-3 .bio-full-contact-section .bio-detail-email-link-as-text:hover {
  color: var(--medium);
}
.body-bio-alt-3 .bio-detail-designation {
  font-family: var(--font-1);
}

.body-bio-alt-3 .bio-detail-first-name, .body-bio-alt-3 .bio-detail-middle-initial, .body-bio-alt-3 .bio-detail-last-name, .body-bio-alt-3 .bio-detail-preferred-name {
  font-family: var(--font-2) !important;
  color: var(--dark) !important;
  font-size: 39px;
  line-height: 45px;
  font-weight: normal !important;
      text-transform: none !important;
}
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
.body-bio-alt-3 .bio-detail-headshot-wrapper {
    height: 300px;
    display: flex;
    align-items: end;
    width: 110% !important;
    max-width: 110% !important;    
}
.body-bio-alt-3 .bio-photo-lg-section {
    height: 430px;
    background: rgba(54,53,69,1);
}

.body-bio-alt-1 .bio-detail-headshot-wrapper img, .body-bio-alt-3 .bio-detail-headshot-wrapper img {
    position: relative;
    width: inherit !important;
    max-width: inherit !important;
} 
}

@media only screen and (max-width: 480px) {
  .body-bio-alt-3 .bio-photo-lg-section {
        height: 430px;
        background: rgba(34,33,52,1);
    }

}

/* @media only screen and (min-width: 480px) and (max-width: 767px) {

  .body-bio-alt-3 .bio-detail-headshot-wrapper {
    width: 120% !important;
    max-width: 120% !important;
    height: 465px;
}

.body-bio-alt-3 .bio-detail-headshot-wrapper img {
    position: absolute;
    width: inherit !important;
    max-width: inherit !important;
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    left: -50px;
}
}

@media only screen and (max-width: 480px) {
  .body-bio-alt-3 .bio-detail-headshot-wrapper img {
        width: auto !important;
        max-width: 165% !important;
    }
} */


.bio-detail-next-wrapper {
    padding: 10px 30px 10px 10px;
    background: white;
}

.bio-detail-prev-wrapper {
    padding: 10px 10px 10px 30px;
    background: white;

}

.body-bio-alt-3 .bio-detail-links-wrapper .fa {
  color: var(--medium) !important;
}

.body-bio-alt-3 .bio-detail-links-wrapper .fa:hover {
  color: var(--dark) !important
}


/*==================== Wealth Planning Section ====================*/
.alt-callout-section {
  background: url(https://www.raymondjames.com/-/media/B4EEF7C7FB7E401BBC83C964891A1F67.ashx?h=16&thn=1&w=16);
  padding: 1px;
  position: relative;
  background-size: cover !important;
}
.alt-callout-section:before {
  content:"";
  height: 178px;
  width: 100%;
  background: var(--dark);
  display: block;
  left:0;
  position: absolute;
  border-bottom: 3px solid var(--medium-color-1);
  z-index: 0;
  margin-top: -1px;
  background-image: url(https://www.raymondjames.com/-/media/EFF6DBEED972418E8F520A55794AD562.ashx?h=16&thn=1&w=16);
}
.alt-callout-content {
  background: var(--white);
  z-index: 1;
  position: relative;
  /* background: red; */
  max-width: 800px;
  border-radius: 24px;
  margin: 80px auto -60px;
  padding: 100px 90px;
}
.co-intro {
  text-align: center;
}
.co-intro h2 {
  font-family: var(--font-1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--dark) !important;
  letter-spacing: 1px;
  margin-bottom: 33px;
  text-transform: uppercase !important;
}
.co-intro h2 span {
  font-family: var(--font-2);
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: var(--dark) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: -5px;
}

/*==================== Wealth Planning Callouts Simple ====================*/

.co-simple, 
.co-simple .callout-item, 
.co-simple.callouts-mobile-slider .callout-item  {
  background: transparent;
  /* padding:0; */
}

.co-simple .callout-item .callout-heading-wrapper .callout-heading,
.co-simple.callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
  text-align: center;
}
.co-simple .callout-heading {
  font-family: var(--font-1);
  font-size: 17px !important;
  line-height: 20px !important;
  font-weight: 400;
  color: var(--dark) !important;
  transition: var(--un-ease) ;
  text-transform: uppercase !important;
}
.co-simple .callout-item {
  position: relative;
}
.co-simple .callout-item:hover .callout-heading {
color: var(--medium) !important;
position: relative;
}

.co-simple .callout-2 {
  border-left: 1px solid var(--medium-color-1);
  border-right: 1px solid var(--medium-color-1);
}
.co-simple .callout-item:after {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--medium);
  display: block;
  position: absolute;
  margin: 15px auto 0;
  left: 0;
  right: 0;
  transition: var(--un-ease) ;
  opacity: 0;
  bottom: 0;
 }
 .co-simple .callout-item:hover:after {
  width: 130px;
  background: var(--medium);
  opacity: 1;

  transition: var(--un-ease);
}

.icon-divider {
  margin: 30px auto 60px;
}


/*==================== Footer CTA Section ====================*/

/*
==============================================
Sticky Footer Structure
==============================================
*/
.alt-footer-section .footer-cta-sticky {
  margin: 0;
  position: fixed;
  right: -1px;
  bottom: 34px;
  z-index: 10;
  text-transform: uppercase;
  padding: 4px 20px;
  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;
}



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .alt-footer-section .footer-cta-sticky {
    bottom: 27px !important;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .footer-logo-simple img {
        height: auto !important;
        width: 80% !important;
        max-width: 80% !important;
        margin: 0 auto;
    }

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .alt-footer-section .footer-cta-sticky  {
    margin: 0 !important;
    /* position: relative !important; */
    /* bottom: 34px !important; */
    position: fixed !important;
    left: 0;
    margin: 25px auto 0 !important;
    bottom: 27px !important;
    width: 100%;
    line-height: 30px !important;
    right: 0 !important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  .footer-section .ftr-cta-wrapper {
    margin: 25px 0 0;
  }
  .alt-footer-section .footer-cta-sticky:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-weight: 900;
    margin: 0 8px 0 0px;
  }
}

/* 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) {
  .alt-footer-section .footer-cta-sticky  {
    margin: 0 !important;
    /* position: relative !important; */
    position: fixed !important;
    left: 0;
    margin: 25px auto 0 !important;
    bottom: 27px !important;
    width: 100%;
    line-height: 30px !important;
    right: 0 !important;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  .footer-section .ftr-cta-wrapper {
    margin: 25px 0 0;
  }
  .alt-footer-section .footer-cta-sticky:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-weight: 900;
    margin: 0 8px 0 0px;
  }
}
/*
==============================================
STICKY CTA
==============================================
*/ 

.alt-footer-section .footer-cta-sticky {
  background: var(--light) !important;
  color: var(--dark);
  font-family: var(--font-1);
  border: 1px solid var(--dark);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 5px 18px;
  line-height: 21px;
}
.footer-section .footer-nap-address .ftr-cta-wrapper a.ftr-cta:hover {
  letter-spacing: 0;
}
.alt-footer-section .footer-cta-sticky:hover {
  background: var(--dark) !important;
  color: var(--white);
  border-color: var(--white);
}


.cta-footer-header {
  text-align: center;
  margin: 0;
  padding-top: 40px;
}
.footer-section .social-container {
  border: none !important;
}
.body-home .footer-cta-section {
  border-top: 3px solid var(--medium-color-1)
}
.footer-cta-section {
  content: "";
  width: 100%;
  background: var(--dark);
  display: block;
  border-bottom: 1px solid var(--light);
  background-image: url(https://www.raymondjames.com/-/media/EFF6DBEED972418E8F520A55794AD562.ashx?h=16&thn=1&w=16);
  margin: 0;
  border-top: 5px solid var(--light);
}
.cta-footer-header h2 {
  color: var(--white) !important;
  font-family: var(--font-2) !important;
  font-size: 38px !important;
  line-height: 48px !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
.cta-footer-header h2 span {
    text-transform: none;
    font-style: italic;
}
.alt-footer-section, 
.footer-section {
  background: var(--dark);
}
/*==================== Footer Interior Overrides ====================*/
.footer-section .footer-cta h2 {
  text-align: center !important;
  margin-bottom: 15px;
}
.footer-section .social-container a .fa {
  color: var(--dark) !important;
  font-size: 16px !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--dark) !important;
}
.footer-section .social-container:after {
  display: none;
}
.footer-section .ftr-nap .ftr-nap-address:before {
  display: none !important;
}
.footer-component-section {
  position: relative;
}
.footer-contact-section, 
.footer-hedge-section {
  position: relative;
  z-index: 1;
}
.footer-component-section:after {
  content:"";
  height: 580px;
  width: 580px;
  background: var(--dark);
  display: block;
  right:0;
  bottom: 0;
  position: absolute;
  border-bottom: 3px solid var(--medium-color-1);
  z-index: 0;
  background-image: url(https://www.raymondjames.com/-/media/BBD6CC4EC82B416799C64B07DFE4E462.ashx?h=16&thn=1&w=16);
  z-index: 0;
}
/*==================== Footer Social Icons Section ====================*/
.footer-logo-simple img {
  height: 138px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.footer-logo-simple:after {
  content: "";
  width: 1px;
  height: 120px;
  background: var(--medium);
  display: block;
  position: absolute;
  right: -30px;
  margin-right: 0;
}
.footer-social-icons {
  text-align: center;
  background: var(--medium-color-1);
  border-top-left-radius: 10px; /* Sets the top-left corner radius */
  border-top-right-radius: 10px; /* Sets the top-right corner radius */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 640px;
  margin: -30px auto 0;
  padding: 12px 0;
}
.footer-social-icons a {
  color: var(--dark) !important;
  border-radius: 36px;
  height: 20px;
  width: 40px;
  display: inline-table;
  padding: 0px;
  margin: 3px;
  background: none;
  border: 1px solid transparent;
  transition: var(--un-ease) !important;
}
.footer-social-icons a:hover {
  border: 1px solid var(--dark);
}
.footer-contact-content {
  padding-top: 70px;
  padding-bottom: 75px;
}
.footer-nap-simple {
  color: var(--white) !important;
  font-size: 14px !important;
  line-height: 25px !important;
  font-family: var(--font-1) !important;
  font-weight: 400 !important;
}
.footer-nap-simple li:before {
  color: var(--medium-color-1) !important;
  display: none !important;
}
.footer-nap-simple .ftr-nap-address {
  display: block !important;
  margin-bottom: -13px;
}

.footer-nap-simple .ftr-nap {
  display: block;
  margin-left: 0px;
}
.footer-nap-simple .ftr-nap li, 
.footer-nap-simple .ftr-nap-phone a, 
.footer-nap-simple .ftr-nap-map-directions a {
  color: var(--white) !important;
  font-size: 14px !important;
  line-height: 25px !important;
  font-family: var(--font-1) !important;
  font-weight: 400 !important;
}
.footer-nap-simple .ftr-nap a {

  text-decoration: underline;
}
.footer-nap-simple .ftr-nap .ftr-nap-map-directions a {
  color: var(--light) !important;
}
.footer-nap-simple .ftr-nap a:hover {
  text-decoration: none;
}
.footer-nap-simple .ftr-nap li {
  display: inline;
  padding: 5px 0 5px;
}


.footer-nap-simple .ftr-nap .ftr-nap-address-line1:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 2px;
  color: var(--medium-color-1) !important;
}
.footer-nap-simple .ftr-nap .ftr-nap-phone:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
  color: var(--medium-color-1) !important;
}

.footer-nap-simple a {
  color: var(--medium-color-1) !important;
}
.footer-simple-disclosure {
  color: var(--medium-color-1) !important;
}
.footer-simple-disclosure a {
  color: var(--light) !important;
}
.footer-simple-disclosure p {
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center !important;
}
.ftr-disclosures-wrapper {
    padding: 0 !important;
}
.footer-section .ftr-disclosures {
    color: inherit;
    margin: inherit;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 10px;
}
.footer-logo-simple {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    padding: 0px 12px 0;
    right: 20px;
    top: -20px;
  }
.footer-simple-disclosure .ftr-disclosures a span {
    text-decoration: underline !important;
}
.footer-simple-disclosure .ftr-disclosures a:hover span {
    text-decoration: none !important;
}
.footer-section .footer-contact-info {
    padding: 0px 15px 0px;
}
hr {
  background-color: var(--gray-medium);
}
/*==================== Interior Page Content Styles ====================*/

.copy-section h1 {
  text-align: center;
  animation: none !important;
  margin-bottom: 50px;
}
.copy-section h1 .head-1 {
  font-family: var(--font-1);
  font-size: 20px !important;
  line-height: 25px;
  font-weight: 400;
  color: var(--dark) !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
  animation: slideInDownSmall 1.5s forwards !important;
  }
.copy-section h1 .head-2, 
.masterprime .module-intro-content .head-2 {
    font-family: var(--font-2);
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    color: var(--dark) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: 0px;
    text-align: center;
    animation: slideInUpSmall 1.5s forwards !important; 
}
.copy-section h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 145px;
    position: relative;
    background: var(--medium);
    margin: 19px auto;
    animation: zoomIn 5s forwards !important;
} 
.copy-section h1 .head-2:after {
  display: none !important;
}
.copy-section:before {
    content: "";
    display: block;
    height: 10px;
    width: 358px;
    position: relative;
    background: var(--light);
    margin: 0px auto;
} 
.masterprime .copy-section:before {
  display: none !important;
}

/*==================== Styles page  ====================*/

.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: var(--medium);
}
.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: var(--gray-dark) !important;
}
.flextab-triggers a {
  background: var(--gray-dark);
  color: var(--white) !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  color: var(--white) !important;
  background: var(--medium) !important;

}
.flextab-triggers a {
  color: var(--dark) !important;
  background: transparent !important;
  border: 1px solid var(--medium);
  padding: 3px 11px;
  font-weight: 400;
  font-family: var(--font-1);
  border-bottom: 0px;
  border-top-left-radius: 7px; /* Adjust the value as needed */
  border-top-right-radius: 7px;   /* Optional: explicitly set others to zero */
  border-bottom-left-radius: 0; /* Optional */
  border-bottom-right-radius: 0;/* Optional */
}
.flextab-content {
  border: 1px solid var(--medium);
  border-top: 1px solid var(--medium);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
blockquote:before, q:before {
  background: var(--light);
  font-family: var(--font-2);
}
blockquote, q {
  color: var(--dark) !important;
  border-color: var(--gray-medium) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: var(--gray-light);
}
.accord a.accord-cta {
    background: var(--medium);
    border-radius: 0;
    border-color: transparent !important;
    color: var(--white);
    font-family: var(--font-1) !important;
    text-transform: none !important;
}

/*==================== Modules ====================*/
.masterprime .body-module-private-wealth .module-explore-strategies-section, 
.masterprime .body-module-private-wealth .module-section-header {
    background: var(--dark);
}
.masterprime .body-module-private-wealth .module-explore-strategies-section h3 {
  font-family: var(--font-1);
}/*==================== Module fonts ====================*/
.masterprime .body-module-private-wealth .module-case-section h3, 
.masterprime .body-module-private-wealth .content-slider-wrapper .content-slider-heading, 
.masterprime .body-module-private-wealth .related-resources-content .mc-heading, 
.masterprime .body-module-private-wealth .ftr-cta-wrapper h3, 
.masterprime .body-module-private-wealth .related-resources-content .related-head, 
.masterprime .body-module-private-wealth .module-intro-section .intro-contact-cta .intro-cta-headline, 
.masterprime .ks-process-slider .ks-process-header {
 font-family: var(--font-1) !important;
}
.masterprime .body-module-private-wealth .related-resources-content .mc-container .slick-slide a:hover {
  box-shadow: none;
  background: var(--gray-light);
}
.pov-carousel .mc-heading {
    color: var(--gray-dark);
    font-family: var(--font-1) !important;
    color: var(--dark);
    text-transform: uppercase !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px !important;
}
.pov-carousel .mc-copy {
  font-family: var(--font-1);
  font-size: 19px;
  line-height: 28px;
}
.pov-carousel .cta-center .mc-cta-slide-number-wrapper .mc-cta {
  font-family: var(--font-2);
  color: var(--medium);
}
.pov-carousel .mc-heading:after {
      content: "";
    display: block;
    height: 1px;
    width: 145px;
    position: relative;
    background: var(--medium);
    margin: 19px auto;
    animation: zoomIn 5s forwards !important;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: none;
    background: var(--gray-light);
}
.masterprime .body-module-private-wealth .module-contact-section .ftr-cta-wrapper .contact-button-cta {
  color: var(--medium) !important;
  border: 1px solid var(--medium) !important;
  font-weight: 400 !important;
  font-family: var(--font-1);
  border-radius: 0 !important;
}
.masterprime .body-module-private-wealth .module-contact-section .ftr-cta:hover > .contact-button-cta {
  color: var(--white) !important;
  letter-spacing: 0;
  font-family: var(--font-1);
}
.masterprime .body-module-private-wealth .related-resources-content .mc-heading {
  color: var(--gray-dark);
  font-family: var(--font-1) !important;
  color: var(--dark);
  text-transform: uppercase !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px !important;
}
.masterprime .contact-cta:before {
    color: var(--medium);
}
/*==================== Intergenerational Wealth Campaign ====================*/
.intergenerational-interior-landing-page .intro-section h1, .intergenerational-main-landing-page .main-intro-content h1, .intergenerational-main-landing-page .masonry-grid-section h2, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading {
 font-family: var(--font-1);
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 400;
    color: var(--dark) !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.intergenerational-interior-landing-page .intro-section h1 strong, .intergenerational-main-landing-page .main-intro-content h1 strong, .intergenerational-main-landing-page .masonry-grid-section h2 strong, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
font-family: var(--font-1);
    font-family: var(--font-2);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    color: var(--dark) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: 0px;
    text-align: center;
}
.intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a .button, .intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a .button, 
.intergenerational-interior-landing-page .content-slider-media-content .content-slider-cta, 
.intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a .button, .intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a .button, 
.intergenerational-interior-landing-page .callout-link {
  color: var(--white) !important;
  border: 1px solid transparent !important;
  font-weight: 400 !important;
  font-family: var(--font-1) !important;
  border-radius: 0 !important;
  background: var(--medium);
}
.intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
  font-size: 33px;
  line-height: 38px;
  text-align: left;
}
.intergenerational-interior-landing-page .callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
  color: var(--white) !important;
  font-family: var(--font-1) !important;
  text-transform: uppercase !important;
  font-size: 15px;
}
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2, 
.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong {
  color: var(--white) !important;
}
.intergenerational-interior-landing-page .media-carousel-section .media-carousel-base .mc-heading {
    font-family: var(--font-1);
    font-weight: 300;
}
.intergenerational-interior-landing-page .related-resources-section .hide-category .mc-content-wrapper {
    padding-bottom: 50px !important;
}
.intergenerational-interior-landing-page .intro-section h3 {
    font-weight: 600;
}
.intergenerational-main-landing-page .main-intro-content p, .intergenerational-interior-landing-page .intro-content p {
    font-size: inherit;
    line-height: inherit;
}
.tile-billboard-content .callout-heading-2-wrapper {
  display: none;
}
.blog-detail-heading-wrapper h1, 
.resource-detail-heading {
  font-family: var(--font-2) !important;
}
.body-resource-detail .resource-section {
  background: var(--white) !important;
}
.social-media-share-wrapper span a {
    border-radius: 24px;
}

/*==================== Responsive ====================*/
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .co-simple {
    display: grid !important;
  }
  .co-simple .callout-item {
    width: calc(100% - 20px);
  }
  .bb-negative-top {
    margin-top: -83px;
  }
  .bb-short-video .billboard-background-video-wrapper {
      z-index: 5;
      position: relative;
  }
  .bb-short-video {
      height: 480px;
      min-height: 480px;
  }
  .billboard-background-video {
      height: 480px;
  }

}
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
      .nav-overall-wrapper:not(.van-mobile-nav) .nav {
        background-image: none !important;
        background: var(--dark);
        box-shadow: none !important;
    }
  .address-phone-wrapper {
    font-family: var(--font-1);
    font-weight: 500 !important;
  }
  .address-group-name-1 {
    display: none !important;
  }
  .callouts-container, .callouts-mobile-slider {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-logo-simple {
    position: relative;
}
.footer-nap-simple .ftr-nap li, .footer-nap-simple .ftr-nap-phone a, .footer-nap-simple .ftr-nap-map-directions a {
    line-height: 27px !important;
  }
  .footer-logo-simple:after {
    content: "";
    width: 230px;
    height: 1px;
    background: var(--medium);
    display: block;
    right: 0;
    margin-right: 0;
    bottom: -28px;
    left: 0;
    margin: 0 auto;
  }
  .footer-nap-simple .ftr-nap li, 
  .footer-nap-simple .ftr-nap {
    text-align: center;
  }
  .footer-contact-content {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .footer-nap-simple .ftr-nap {
    margin-top: 40px;
    margin-bottom: 0px !important;
  }
  .ftr-disclosures-wrapper {
    padding: 20px !important;
  }
  .co-simple .callout-item  {
    margin: 0;
  }
  .co-simple, 
  .co-simple .callout-item, 
  .co-simple.callouts-mobile-slider .callout-item  {
  background: transparent;
  /* padding:0; */
  }
    .header-main .ftr-logo {
    max-width: 100%;
    height: auto !important;
    width: 290px !important;
  } 
  .footer-logo-simple {
    right: 0;
  }
  .footer-logo-simple img {
      height: auto !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto;
  }
    .bb-negative-top {
        margin-top: -90px;
    }
    .bb-short-video .billboard-background-video {
    height: 490px;
    }
    .bb-short-video {
    height: 490px;
    min-height: 490px !important;
  }
  .header-sticky, .header-section {
      margin-top: 0px;
      padding: 0;
  }
.nav-theme-light .primary-nav a {
    color: var(--white);
}  
.body-home .nav-theme-light .primary-nav a.active, .body-home .nav-theme-light .primary-nav > li > a:hover {
    color: var(--light) !important;
}

.body-home .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
  color: var(--dark);
}
.yb-simple.yb-hide-dots .slick-dots {
    display: block !important;
}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {

  .copy-section h1 .head-2, 
  .masterprime .module-intro-content .head-2, 
  .body-about-us .copy-section h2 .head-2 {
    font-size: 40px;
    line-height: 35px;
  }
  .bb-short-video span {
      font-size: 20px;
      line-height: 25px;
    }
    .bb-short-video h1 {
      font-size: 56px;
      line-height: 48px;
    }
    .callouts-container, .callouts-mobile-slider {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .alt-callout-content {
      padding: 40px 20px;
    }
    .co-simple .callout-2:before, 
    .co-simple .callout-2:after {
      content: "";
      width: 100px;
      height: 1px;
      background: var(--medium-color-1);
      margin: 10px auto 10px;
      opacity: 1;
      position: relative;
    }
    .co-simple .callout-2 {
    border: none !important;
    }
    .co-simple .callout-heading-2-wrapper {
      display: none !important;
    }
    .icon-divider svg {
      width: 100%;
    }
    .bb-short-video h1 {
      font-size: 46px;
      line-height: 48px;
    }
    .footer-logo-simple {
      display: block;
      margin: 0;
    }
    .rt-intro-main {
      font-size: 31px;
      line-height: 40px;
      margin: 20px auto 90px;
  }
  .yearbook-solo .yearbook-headshot-link {
    display: block;
  }
  .yearbook-solo .yearbook-name-wrapper {
    text-align: left;
    top: 0;
    position: relative;
    text-align: center;
    border-top: 1px solid var(--medium-color-1);
  }
  .yearbook-solo .yearbook-name-wrapper {
        height: auto;
        padding: 40px 0 !important;
  }
  .rt-intro-main {
    margin: 20px auto 130px;
  }
  .footer-nap-simple .ftr-nap li, 
  .ftr-nap-address-line1,  
  .footer-nap-simple .ftr-nap {
    display: block;
  }
  .footer-nap-simple .ftr-nap .ftr-nap-phone:after, 
  .footer-nap-simple .ftr-nap .ftr-nap-address-line1:after {
    display: none;
  }
      .footer-contact-content {
        padding-bottom: 0;
    }
}

/* 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-contact-content {
        padding-bottom: 0;
    }
    .footer-logo-simple img {
        height: auto !important;
        width: 80% !important;
        max-width: 80% !important;
        margin: 0 auto;
    }
}

@media only screen 
and (min-width: 390px) 
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {  

 .footer-logo-simple {
        display: block !important;
        margin: 0 auto;
        right: 0;
        position: relative;  
}
    .footer-nap-simple .ftr-nap li, .footer-nap-simple .ftr-nap {
        text-align: center;
    }
    .footer-logo-simple::after {
        content: "";
        width: 230px;
        height: 1px;
        display: block;
        right: 0px;
        bottom: -28px;
        left: 0px;
        background: var(--medium);
        margin: 0px auto;
    }
 .footer-logo-simple {
    right: 0;
  }
  .footer-logo-simple img {
    height: auto !important;
    width: 290px !important;
    max-width: 290px !important;
    margin: 0 auto;
  }    
      .footer-nap-simple .ftr-nap {
        margin-top: 40px;
        margin-bottom: 0px !important;
    }
          .footer-contact-content {
        padding-bottom: 0;
    }

  }


    /*iPhone 14*/
@media only screen
and (width: 390px) 
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3) {
  .copy-section h1 .head-2, 
  .masterprime .module-intro-content .head-2, 
  .body-about-us .copy-section h2 .head-2 {
    font-size: 40px;
    line-height: 35px;
  }
  .bb-short-video span {
      font-size: 20px;
      line-height: 25px;
    }
    .bb-short-video h1 {
      font-size: 56px;
      line-height: 48px;
    }
    .callouts-container, .callouts-mobile-slider {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .alt-callout-content {
      padding: 40px 20px;
    }
    .co-simple .callout-2:before, 
    .co-simple .callout-2:after {
      content: "";
      width: 100px;
      height: 1px;
      background: var(--medium-color-1);
      margin: 10px auto 10px;
      opacity: 1;
      position: relative;
    }
    .co-simple .callout-2 {
    border: none !important;
    }
    .co-simple .callout-heading-2-wrapper {
      display: none !important;
    }
    .icon-divider svg {
      width: 100%;
    }
    .bb-short-video h1 {
      font-size: 46px;
      line-height: 48px;
    }
    .footer-logo-simple {
      display: block;
      margin: 0;
    }
    .rt-intro-main {
      font-size: 31px;
      line-height: 40px;
      margin: 20px auto 90px;
  }
  .yearbook-solo .yearbook-headshot-link {
    display: block;
  }
  .yearbook-solo .yearbook-name-wrapper {
    text-align: left;
    top: 0;
    position: relative;
    text-align: center;
    border-top: 1px solid var(--medium-color-1);
  }
  .yearbook-solo .yearbook-name-wrapper {
        height: auto;
        padding: 40px 0 !important;
  }
  .rt-intro-main {
    margin: 20px auto 130px;
  }
  .footer-nap-simple .ftr-nap li, 
  .ftr-nap-address-line1,  
  .footer-nap-simple .ftr-nap {
    display: block;
  }
  .footer-nap-simple .ftr-nap .ftr-nap-phone:after, 
  .footer-nap-simple .ftr-nap .ftr-nap-address-line1:after {
    display: none;
  }
       .footer-contact-content {
        padding-bottom: 0;
    }

 }

/*iPhone 14 Pro*/
@media only screen
    and (width: 393px) 
    and (device-height: 852px)
    and (-webkit-device-pixel-ratio: 3) { 
      /* body { border: 20px solid green;} */

    }

/*iPhone 14 Pro Max*/
@media only screen
    and (device-width: 430px) 
    and (device-height: 932px) 
    and (-webkit-device-pixel-ratio: 3) { 
      /* body { border: 20px solid pink;} */

    }
/* For iPhone XR, and iPhone 11: 828×1792 pixels at 326ppi */
@media only screen 
and (width: 414px) 
and (height: 896px) 
and (-webkit-device-pixel-ratio: 2) {
  /* body { border: 20px solid magenta;} */

 }
 /* For iPhone XR, and iPhone 11: 828×1792 pixels at 326ppi */
@media only screen 
and (width: 375px) 
and (height: 812px) 
and (-webkit-device-pixel-ratio: 2) {
  /* body { border: 20px solid orange;} */

 }

 
 /* Living your legacy */

 .module-living-your-legacy .copy-section h1:after {
  background-color: var(--medium);
 }
.module-living-your-legacy .main-module-section .module-multimedia-section .billboard-container {
  overflow-y: hidden !important;
}
 .module-living-your-legacy .main-module-section .module-intro-content .head-2 {
  font-family: var(--font-2);
  font-weight: 400;
 }

 .module-living-your-legacy .btn:hover, .module-living-your-legacy .accord a.accord-cta:hover, .module-living-your-legacy .callout-item:hover .callout-cta, .module-slider-content .content-slider-wrapper .content-slider-cta:hover, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta {
    color: var(--dark);
  border-color: var(--dark)
 }
  .module-living-your-legacy .btn, .module-living-your-legacy .module-callouts-section .callout-cta, .module-living-your-legacy .callouts-container .callout-item .callout-cta-wrapper button, .module-living-your-legacy .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .module-living-your-legacy .module-slider-content .content-slider-wrapper .content-slider-cta {
    color: var(--white) !important;
    border-color: var(--medium) !important;
    border-radius: 0;
    border: 1px solid;
    background: var(--medium);
    font-family: var(--font-1) !important
}
 .module-living-your-legacy .btn:hover, .module-living-your-legacy .module-cta-banner-section .ftr-cta:hover .btn {
  color: var(--dark) !important;
  border-color: var(--white) !important; 
  background: var(--white);
  letter-spacing: 0 !important;
 }
.module-living-your-legacy .callout-item:hover .callout-cta {
  border: none !important;
    letter-spacing: 0px !important;
    background: var(--dark) !important;
}
.module-living-your-legacy .copy-section .head-1 {
    font-family: var(--font-1);
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 400;
    color: var(--dark) !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    font-family: var(--font-2);
    font-size: 22px;
    text-transform: uppercase !important;
}
.module-living-your-legacy .module-slider-content .slick-slide .content-slider-cta {
  border: 0 !important;
}
.module-living-your-legacy .module-slider-content .slick-slide:hover .content-slider-cta {
  background: var(--dark);
  color: var(--white) !important;
  letter-spacing: 0 !important;
  border: 0 !important;
}
.module-living-your-legacy .copy-section h1:after {
content: "";
    display: block;
    height: 1px;
    width: 145px;
    position: relative;
    background: var(--medium);
    margin: 19px auto;
    animation: zoomIn 5s forwards !important;
}
.module-living-your-legacy .module-quote-section .quote-wrapper .quote-hr:after {
    background: var(--medium);
}
 .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading, .module-living-your-legacy .main-module-section .module-multimedia-section .billboard-heading, .module-living-your-legacy .main-module-section .module-intro-content .head-2, .module-living-your-legacy .module-cta-banner-section h2, .module-living-your-legacy .module-footer-cta-banner-section h4 {
   font-family: var(--font-2);
 }
.module-living-your-legacy .module-footer-cta-banner-section .btn {
    color: var(--white) !important;
    background: var(--medium);
}
 .module-living-your-legacy .module-callouts-btm-section .callouts-container .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-btm-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .module-living-your-legacy .module-callouts-section .callouts-container .callout-item .callout-copy-wrapper  {
  font-family: var(--font-1);
 }
.interior .module-living-your-legacy .module-footer-cta-banner-section .ftr-cta:hover .btn {
  color: var(--white) !important;
  background: var(--dark);
}
 .footer-section .footer-contact-section .footer-cta-sticky {
  font-family: var(--font-1);
  background: var(--medium) !important;
  color: var(--white) !important;
  /* padding: 9px 40px !important; */
  transition: var(--un-ease);
  border-radius: 0;
  font-size: 14px !important;
  line-height: 20px;
  font-family: var(--font-1);
  text-transform: uppercase;
 }

  .footer-section .footer-contact-section .footer-cta-sticky:hover {
  color: var(--white) !important;
  background: var(--dark) !important;
 }

.interior .copy-section p {
  font-family: var(--font-1);
 }

 .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
  font-size: 24px;
 }