/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/shared/resources.css');  

   
/*
  font-family: "Antonio", sans-serif;

  

  
  
/*==============================================  IMPORTANT - PLEASE READ ==============================================
   
/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS
   
BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:
   
MULTI BILLBOARD HOMEPAGE LAYOUT MODEL1 ONLY
  
========================================================================================================================
*/
 


:root {
  
/* Colors for Designers */
--light: #dfdfdf;
--light-color-1: #f5f5f5;
--medium: #303135;
--medium-color-1: #666670;
--dark: #181a1f;
--dark-color-1: #242424;
--gray-light: #cccccc;
--gray-medium: #6E6E6E;
--gray-dark: #393939;
--black: #000000;
--white: #ffffff;
--rgb-color-1: 0,0,0;
--rgb-color-2: 55,55,55;
--rgb-color-3: 255,255,255;
--rgb-opacity-1: 0.8;
--rgb-opacity-2: 0.5;
--rgb-opacity-3: 0.3;
--font-1: 'Raleway', sans-serif;
--font-2: 'Antonio', sans-serif;  
  
}
body {
    font-size: 18px !important;
}
.main-content {
    overflow: hidden;
}
h2, h3, h4, h5, h6 {
    font-family: var(--font-2);
}

.bio-detail-quote, blockquote, q{
    quotes: none;
    font-family: var(--font-2) !important;
    font-size: 23px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0px;
    max-width: 858px;
    width: 100%;
    font-style: normal;
    color: var(--black);
    text-align: center;
    padding: 5px 60px;
    border-top: none;
    border-left: 10px solid var(--black) !important;
    border-bottom: none;
    border-right: 10px solid var(--black) !important;
    margin: 60px auto;
    text-transform: uppercase;
}

.disclosure, .disclaimer {
    margin-bottom: 11px !important;
}


/* Button animation Isi */
.billboard-cta {
	padding: 1.2em 2em;
	color: var(--white);
	background: transparent;
	overflow: hidden;
  position: relative;
}
.billboard-cta::before, .accord-cta::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--black);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.billboard-cta > span, .accord-cta > span {
	vertical-align: middle;
	padding-left: 0.75em;
}

.ftr-cta:hover .button::before, .client-section .billboard-container a:hover .button::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.ftr-cta:hover .button {
  color: var(--light);
}
.billboard-cta:hover::before, .accord-cta:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.billboard-cta:hover > span, .accord-cta:hover > span{
	vertical-align: middle;
	padding-left: 0.75em;
	color: var(--black);
}

.featured-mid-section-2 .billboard-cta::before {
	background: var(--white);
}

.investor-access-input-wrapper input {
    border: 1px solid var(--black);
}
/*
============================================== 
Styles Page Section
==============================================
*/

.accord .accord-link, .flextabs-wrapper a {
    color: var(--black);
    font-family: var(--font-2) !important;
    position: relative;
}
.accord .fa {
    color: var(--black);
}
.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(--black) !important;
}
.flextab-triggers a {
    background: var(--white);
    color: var(--black) !important;
    border: 1px solid var(--black);
    padding: 2px 17px;
}
.flextab-triggers a:hover, .flextab-triggers .set {
    background: var(--black) !important;
    color: var(--white) !important;
}
blockquote:before, q:before {
    background: var(--white);
    display: none;
}
blockquote, q {
    color: var(--dark) !important;
    border-color: var(--black) !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
    background: var(--black);
}

.accord .accord-link:before, 
.flextab-content p a:before, 
.bio-detail-links-wrapper a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color:  var(--black);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom left;
    pointer-events: none;

  }
  .accord .accord-link:hover::before, 
  .accord li.open .accord-link:before, 
  .flextab-content p a:hover:before, 
  .bio-detail-links-wrapper a:hover:before {
    transform: scaleX(1);
  }

.flextab-content p a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color:  var(--black);
    transform: scaleX(1);
    transition: transform 0.3s ease;
    transform-origin: bottom left;
    pointer-events: none;

  }
  .flextab-content p a:hover:before {
    transform: scaleX(0);
  }
  
  .pov-carousel .mc-heading {
    font-family: var(--font-2) !important;

  }
  .pov-carousel .mc-copy {
    font-size: inherit !important;
  }
  .pov-carousel .mc-cta {
    height: auto !important;
    width: inherit !important;
    display: initial;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: none;
    background: transparent;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 10px 25px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: var(--font-2) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pov-carousel .mc-container a:hover .mc-cta{
    letter-spacing: 0 !important;
    background: var(--black);
    color: var(--white) !important;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: none;
}
.pov-carousel .mc-category {
    font-family: var(--font-2) !important;
    color: var(--black) !important;
    font-style: normal;
}


/*
==============================================
Mouse Scroller Model 1
==============================================
*/
   
 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: var(--white) !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: rgba(210, 120, 85, 0) !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;
}
  
.interior .billboard-content:after {
    display: none;
}
.interior .billboard-heading-wrapper {
    z-index: 10;
    position: relative;
    display: block;
    padding: 0 30px;
}
.billboard-section .billboard-with-overlay:before {
    display:none !important;
}
.hero-section:after {
    background: #6B8BA2;
    mix-blend-mode: color-burn;
    animation: fadeIn 1s forwards;
    animation-delay: 3s;
    opacity: 0;
}
.resource-section, .body-resource-detail .resource-section, .resource-section, .copy-section, .bio-section, .blog-main {
    background-image: none !important;
  }
/* .interior .billboard-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
} */
  
.billboard-with-overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    /* opacity: 0.8 !important; */
    top: 0;
    background: rgba(var(--rgb-color-1), var(--rgb-opacity-1));
    animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .15s;
}
.billboard-video-play-pause {
    z-index: 10;
}
.billboard-video-play-pause .fa:before {
     color: var(--gray-light);
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
    display: none;
}
   
/* Buttons */
.intro-section .callouts-container .callout-item .callout-cta-wrapper button, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button,
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .blog-landing-copy-cta, .simple-form input[type="submit"] {
    height: auto !important;
    width: inherit !important;
    display: initial;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: none;
    background: transparent;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 10px 25px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: var(--font-2) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.intro-section .callouts-container .callout-item .callout-cta-wrapper button:hover, .intro-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:hover,
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta: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 {
    border: 2px solid var(--black);
    background: var(--black);
    color: var(--white) !important;
    letter-spacing: 0px;
    padding: 10px 25px;
  
}
.accord a.accord-cta {
    margin-left: 0px;
}
.accord a.accord-cta:before, .flextab-triggers a::before { 
    display: none !important;
}

.investor-access-input-wrapper input {
    text-transform: lowercase;
}
.investor-access-wrapper .fa-user:before, .investor-access-wrapper .fa-lock:before {
    color: var(--gray-dark);
}
::-webkit-input-placeholder {
    color: var(--black);
}
::-moz-placeholder {
    color: var(--black);
}
:-ms-input-placeholder {
    color: var(--black);
}
:-moz-placeholder {
    color: var(--black);
}
  
.investor-access-login-button {
    border: 2px solid var(--black) !important;
    background: transparent;
    border-radius: 0;
    color: var(--black);
    font-family: var(--font-2) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.investor-access-login-button:hover {
    border: 2px solid var(--black);
    background: var(--black);
    color: var(--white);
}
   
a, .resource-detail-copy-wrapper a, 
.blog-detail-copy-wrapper a, 
.accordion-panel a,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, 
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a
    {
    color: var(--black);
    position: relative;
}
.header-content a {
    position: initial;
}
a:hover, .resource-detail-copy-wrapper a:hover, .blog-detail-copy-wrapper a:hover, .accordion-panel a:hover,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
    color: var(--black);
}
   
/*
==============================================
Header Section
==============================================
*/
.header-main {
    background: var(--white) !important;
}
.header-main .ftr-logo {
    max-width: 375px;
}
.header-content {
    min-height: 205px;
}
.intro-content {
    max-width: 690px;
    font-family: var(--font-1);
}
/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 47px;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
    background: var(--white) !important;
    background-image: none !important;
}
.primary-nav a  {
    font-family: var(--font-2);
    color: var(--black);
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
 }
.primary-nav .nav-subnav a  {
    font-family: var(--font-2);
    color: var(--black);

    text-transform: uppercase;
}
.investor-access-remember-me-label  {
    color: var(--black);
}
  
.investor-access-remember-me-label {
    color: var(--black);
    padding: 0px;
    margin-bottom: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 6px 13px 6px;
    margin: 0px 8px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a .fa {
    display: none;
}
.primary-nav > li {
    top: 0px;
    margin-top: 0px;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    font-family: var(--font-2);
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 15px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li > .nav-subnav {
    left: 8px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li > .nav-subnav {
    top: 50px;
    margin-top: 0px;
    z-index: 2;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: 20px;
    padding: 28px 30px 28px;
    z-index: 2;
    margin-top: 0px;
}


 
.nav-sticky {
    -webkit-box-shadow: -2px 14px 29px -16px rgba(0,0,0,0.13) !important;
    -moz-box-shadow: -2px 14px 29px -16px rgba(0,0,0,0.13) !important;
    box-shadow: -2px 14px 29px -16px rgba(0,0,0,0.13) !important;
}
.hide-nav .primary-nav > li > a.active:after {
    animation: slideInUp 0.4s ease-in-out;
    bottom: 0px;

}
.primary-nav > li > a.selected, .primary-nav > li > a.active:after, .primary-nav > li > a:hover:after {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 15px;
    width: 54px;
    left: 0;
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/b/e/bewealthefficient/images/nav-btm.svg);
    right: 0;
    margin: 0 auto;
    animation: slideInDown 0.4s ease-in-out;
    z-index: 5;
  }
  .primary-nav > li:hover > a {
    color: var(--white) !important;
    background: var(--black);
    -webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
  }
  .primary-nav > li:hover > a:after {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 15px;
    width: 54px;
    left: 0;
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/b/e/bewealthefficient/images/nav-btm.svg);
    right: 0;
    margin: 0 auto;
    animation: slideInDown 0.4s ease-in-out;
    z-index: 5;
  }

/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected  {
    color: var(--white) !important;
    -webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;

}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
    color: var(--white) !important;
    background: var(--black);
    font-size: 16px;
    font-weight: 100;
    
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--black);
    transform: scaleX(1);
    transition: transform 0.3s ease;
  }


/* Dropdown nav */
.primary-nav .nav-subnav a {
    color: var(--black);
    font-size: 16px;
    font-weight: 300;;
}
.primary-nav .nav-subnav a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:  var(--black);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom left;
    pointer-events: none;

  }
  .primary-nav .nav-subnav a:hover::after {
    transform: scaleX(1);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    margin-left: 0px !important;
    margin-bottom: 0px;
    line-height: 30px;  
    padding-left: 0px !important;
  }
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
    color: var(--black);
    
} 
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second, .primary-nav .nav-subnav-third, .primary-nav .nav-subnav-fourth {
    background: var(--light-color-1);
    /* border-left: 3px solid var(--black);
    border-right: 3px solid var(--black); */
    z-index: 10;
}
.nav:before, .nav:after {
    display: none !important;
}
/* .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: 4px;
} */
.primary-nav .nav-subnav {
    background-image: none !important;
    -webkit-box-shadow: inset 0 60px 60px -60px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.3);
}
  
  
/*
==============================================
Billboard Section
==============================================
*/
/* .interior .billboard-heading-wrapper {
    bottom: -140px;
} */
.billboard-section h1 {
    color: var(--white);
    font-family: var(--font-2)
}
.billboard-section .head-2 {
    color: var(--white);
}

.copy-section h1, .services-section .services-headline h2, .team-section h4, .pov-section h4, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5 {
    color: var(--black);
    font-family: var(--font-2);
    font-weight: 300;
}
.team-section .head-1, .pov-section .head-1, .copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2, .services-section .head-1 {
    color: var(--black);
    font-family: var(--font-2);

}
.copy-section .head-1, .bio-section .head-1 {
    font-size: 42px !important;
    font-weight: 300;
    line-height: 44px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--black);
    font-family: var(--font-2);
    animation: slideInUpSmall 2s forwards;
    animation-delay: 0 !important;
    text-transform: uppercase;

}
.copy-section .head-2, .bio-section .head-2 {
    font-size: 44px !important;
    font-weight: 600;
    line-height: 52px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--black);
    font-family: var(--font-2);
    animation: slideInDownSmall 2s forwards;
    animation-delay: 0 !important;
    text-transform: uppercase;


}
.bio-section h1 {
    margin-bottom: 50px;
}
.billboard-section h1:after, .services-section h2:after, .team-section h4:after, .pov-section h4:after, .pov-carousel .mc-heading:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
    display: none;
}
/* .billboard-section h1 .head-1, .billboard-section h1 .head-2, .billboard-section h1 .head-3 {
    animation-name: slideInUpSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */
.billboard-section .billboard-content h1, .billboard-section .billboard-content h1 .head-1, .billboard-section .billboard-content h1 .head-2, .billboard-section .billboard-content h1 .head-3 {
    text-align: center;
    font-family: var(--font-2)
}
.billboard-section .billboard-content h1 .head-1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 44px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--black);
    font-family: var(--font-2);

    animation: slideInUpSmall 2s forwards;

}
.billboard-section .billboard-content h1 .head-2 {
    font-size: 52px !important;
    font-weight: 600;
    line-height: 57px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: var(--black);
    font-family: var(--font-2);
    animation: none 2s forwards;
}
.billboard-section .billboard-content h1 .head-3 {
    font-family: var(--font-1);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    color: var(--white);
    text-align: center;
    margin: 15px auto;
    color: var(--black);
    animation: slideInDownSmall 2s forwards;
 }
/* .body-home .billboard-section .billboard-heading-wrapper {
    top: 75px;
} */
  
.billboard-content-wrapper .container {
    bottom: inherit !important;
}
.body-home .billboard-section .billboard-container, .billboard-background-video {
    min-height: 630px !important;
    height: 630px !important;
  
    display: flex;
    justify-content: center;
    align-items: center;
}
.billboard-background-video-overlay {
    top: 100px;
}
/* .billboard-content .hasVideo .billboard-background-video-wrapper:after {
    background: radial-gradient(closest-side at 50% 50%, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.9));
} */
  
  
  
  
/*
==============================================
Intro section - callouts
==============================================
*/
  
.callouts-mobile-slider .slick-prev {
    left: -15px;
}
.callouts-mobile-slider .slick-next {
    right: -15px;
}
  
  
/*
==============================================
Featured Sections (Multiple Billboards Home)
==============================================
*/
  
  
  
.featured-mid-section {
    position: relative;
    visibility: visible !important;
    overflow: hidden;
}
.featured-mid-section-3 .billboard-container {
    background-size: 270px !important; 
}
.featured-mid-section-2 .billboard-container {
    background-size: auto !important;
    background-position: center left;
    background-repeat: no-repeat !important;
    background: var(--black);
    margin-left: -100px;

}
.featured-mid-section-2  {
    background: var(--black);

}
.featured-mid-section-2.bboard-initiate-animation:before, .featured-mid-section-3.bboard-initiate-animation:before {
    display: none !important;
}
 
.featured-mid-section-2.bboard-initiate-animation:before,
/* .featured-mid-section .billboard-container {
    min-height: 600px;
} */
.bboard-initiate-animation:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0;
    animation: fadeIn 3s forwards;
    left:0;
    top: 0;
    background: rgb(107 139 162 / 30%);
    mix-blend-mode: color-burn;
    /* background: rgba(0, 0, 0, 0.8); */
    /* background: rgba(var(--rgb-color-1), var(--rgb-opacity-1)); */
  }
  
  
.featured-mid-section p {
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--black);
}
.featured-mid-section a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: none;
    background: transparent;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 7px 35px;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: var(--font-2);
}
.featured-mid-section a:hover {
    /* background: var(--black); */
    color: var(--white) !important;
    border: 1px solid var(--black) !important;
}
.featured-mid-section .billboard-heading {
    text-align: left;
    max-width: 433px;
}
 .featured-mid-section .head-1  {
    font-family: var(--font-2);
    font-size: 40px !important;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: left;
    color: var(--black);
    padding: 0px;
    animation: slideInUpSmall 2s forwards;

}
.featured-mid-section .head-2 {
    font-family: var(--font-2);
    font-size: 40px !important;
    line-height: 45px;
    font-weight: 300;
    text-transform: uppercase;

    display: block;
    text-align: left;
    margin-bottom: 20px;
    color: var(--black);
    padding: 0px;
    animation: slideInDownSmall 2s forwards;

}
  
.featured-mid-section .billboard-content-wrapper {
    min-height: auto;
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.featured-mid-section .billboard-content-wrapper .container {
    top: 0;
    text-align: left;
    max-width: 433px;
    position: relative;
    margin-left: 0px;
    padding: 130px 0;
}
  
.featured-mid-section h2 {
    color: var(--white);
}
.featured-mid-section .billboard-heading {
    text-align: left;
}
.featured-mid-section .billboard-cta-wrapper {
    text-align: left;
    margin-top: 10px;
}
.featured-mid-section .billboard-heading-wrapper {
    padding: 10px 0 0;
}
.featured-mid-section .col-md-12 {
    padding: 10px 0 0;
}
.featured-mid-section .row {
    margin-left: 0;
    margin-right: 0;
}
.featured-mid-section .billboard-cta {
    margin: 0;
}
  
/*
==============================================
Billboard - Center align
add this class .bboard-content-right
==============================================
*/
.bboard-content-right .container {
    margin-right: 0px;
    margin-left: inherit !important;
  
}
.bboard-content-right .head-1, 
.bboard-content-right .head-2, 
.bboard-content-right p, 
.bboard-content-right a {
    color: var(--white) !important;
}

.bboard-content-right a {
    border-color: var(--white) !important;
}
.bboard-content-right a:hover {
    border-color: var(--white) !important;
    /* background: var(--white); */
    color: var(--black) !important;
}
.featured-mid-section-2:hover .billboard-container:before {
    content:"";
    width: 918px;
    height: 580px;
    display: block;
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/b/e/bewealthefficient/images/billboards/billboard-tam-hover.jpg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.4;
    animation: image_blur 0.2s;
}
.featured-mid-section-2 .billboard-container:before {
    content:"";
    width: 918px;
    height: 580px;
    display: block;
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/b/e/bewealthefficient/images/billboards/billboard-tam-hover.jpg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: top left;
    /* animation: fadeIn 5s forwards; */
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    mix-blend-mode: normal;
}

@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(0px);}
    50% { -webkit-filter: blur(5px);}
    100% { -webkit-filter: blur(0px);}
}



/*
==============================================
Billboard - Center align
add this class .bboard-content-center
==============================================
*/
.featured-mid-section .bboard-content-center .billboard-content-wrapper .container {
    max-width: 833px;
    margin: 0 auto;
}
.featured-mid-section .bboard-content-center .head-1,
.featured-mid-section .bboard-content-center .head-2,
.featured-mid-section .bboard-content-center .billboard-cta-wrapper, .featured-mid-section .bboard-content-center .billboard-content-wrapper .container {
    text-align: center;
}
.featured-mid-section .bboard-content-center .billboard-heading {
    max-width: 100%;
}
  
  
/*
==============================================
Intro Quote Section
==============================================
*/
.intro-section {
    background-image: none !important;
    background-color: var(--white);
    padding: 142px 30px 122px;
    background-size: cover;
    background-position: center center;
    font-family: var(--font-3);
    color: var(--black);
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    position: relative;
}
.intro-section .intro-content:before, .intro-section .intro-content:after, .intro-section .body-copy-accent:after {
    display: none;
}
.intro-section .body-copy-accent {
    font-family: var(--font-1);
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    text-transform: none;
    margin: 0px auto 20px;
    -webkit-font-smoothing: antialiased;
}
.intro-section .head-1 {
    font-family: var(--font-1);
    font-size: 35px !important;
    font-weight: 300;
    line-height: 35px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
  
}
.intro-section .head-2 {
    font-family: var(--font-3);
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    display: block;
    color: var(--black);
    text-align: center;
}
.quote:after, .bio-detail-quote:after {
    display: none;
}
  
  
.quote-wrapper {
    padding: 20px 155px;
}
/*
==============================================
Bio Section
==============================================
*/
.bio-section .bio-detail-first-name, 
.bio-detail-preferred-name, 
.bio-detail-last-name {
    font-family: var(--font-2) !important;
    color: var(--black);
    font-weight: 600 !important;
}
.bio-section .bio-detail-links-wrapper .fa {
    color: var(--black);
}
.bio-quote-section .bio-quote-content {
    padding: 0px 0 100px;
}
.bio-detail-links-wrapper a {
    padding: 0px !important;
    margin: 0px 5px !important;
}
.bio-quote-section:before, 
.bio-quote-section:after {
    display: none;
}
.bio-detail-links-wrapper a {
    position: relative;
  }
.bio-section .bio-detail-links-wrapper .fa:hover {
    position: relative;
    color: var(--black);
}
.bio-detail-links-wrapper a:first-child {
    padding-left: 0px;
    margin: 0 10px 0 0;
}
.bio-detail-links-wrapper .fa {
    padding-right: 0px;
}
.bio-detail-quote {
    text-align: left;
}
.bio-page .fa-envelope, .body-strategic-partners .fa-envelope, .bio-page .fa-phone, .body-strategic-partners .fa-phone {
    display: none !important;
}
/*
==============================================
Main Quote Section
==============================================
*/
.divider-section {
    background: var(--gray-light) !important;
    display: none;
}
.body-home .divider-section .quote {
    font-family: var(--font-3) !important;
    color: var(--black) !important;
    font-size: 22px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    max-width: 858px;
    width: 100%;
    margin: 0 auto;
}
.interior .quote-section .quote {
    margin: 35px auto 25px;
    font-family: var(--font-3) !important;
    color: var(--black) !important;
    font-size: 22px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    max-width: 858px;
    width: 100%;
}
.interior .quote-section .quote:before {
    content: "";
    height: 1px;
    max-width: 350px;
    background: var(--gray-medium);
    display: block;
    position: relative;
    margin: 25px auto;
}
.body-home .quote-section .quote-cite {
    font-family: var(--font-3) !important;
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 300;
    line-height: normal;
    max-width: 858px;
    width: 100%;
    margin: 0 auto;
    font-style: normal;
    padding-top: 10px;
}
.divider-section .quote-cite {
    font-family: var(--font-3) !important;
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 300;
    line-height: normal;
    max-width: 858px;
    width: 100%;
    margin: 0 auto;
    font-style: normal;
}
.divider-section .quote-wrapper .quote-hr:after, .divider-section .quote-wrapper .quote-hr:before {
    display: none !important;
}
.divider-section .quote-wrapper .quote-hr, .bio-detail-quote-hr {
    display: none;
}
.divider-section .quote-wrapper {
    padding: 100px 25px;
}
.divider-section .divider-content {
    padding-top: 0px;
}
 
/*
==============================================
Intro Section
==============================================
*/
   
/*
==============================================
Contact Section
==============================================
*/
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: var(--black);
}
   
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
    background: var(--white);
    border-top: none;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px -3px 19px -3px rgba(0,0,0,0.12);
-moz-box-shadow: 0px -3px 19px -3px rgba(0,0,0,0.12);
box-shadow: 0px -3px 19px -3px rgba(0,0,0,0.12);
}
.footer-section .social-container a .fa {
    color: var(--black) !important;
}
.footer-section .social-container a .fa:hover {
    border-bottom: 1px solid var(--black);
}
.footer-hedge-section {
    background: var(--white);
    border-top: 1px solid #F2F2F4;
}
.footer-section .footer-contact-info {
    padding: 0px 0 40px;
}
.footer-section .ftr-disclosures {
    color: var(--black);
    margin-top: 0px;
}
.footer-section .footer-content a {
    color: var(--black);
}
.footer-section .footer-content a:hover {
    color: var(--black);
    text-decoration: underline;
}
.footer-logo, .footer-contact-info {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.footer-hedge-section:before {
    content: "";
    width: 160px;
    height: 9px;
    display: block;
    position: relative;
    background: #F2F2F4;
    margin: 0 auto;
    top: -9px;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a, .footer-section .ftr-nap-address:before {
    font-family: var(--font-1) !important;
    font-size: 14px !important;
    color: var(--black) !important;
    line-height: normal !important;
}
.footer-section .ftr-nap-name {
    display: none;
}
.footer-section .ftr-nap-phone a:hover, .footer-section .ftr-nap-map-directions a:hover {
    color: var(--black) !important;
    text-decoration: none;

}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    content: "|";
    color: var(--gray-light) !important;
}
.footer-section .ftr-nap .ftr-nap-address:before {
    display: none;
}
.ftr-disclosures-wrapper {
    padding: 0px 30px 30px 30px;
}
.footer-section .footer-cta-section .head-2 {
    text-align: center;
    font-family: var(--font-3);
    color: var(--light) !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
    display: block;
    -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;
}
.footer-section .footer-cta-section .head-1 {
    text-align: center;
    font-family: var(--font-1);
    color: var(--light) !important;
    font-size: 65px !important;
    font-weight: 300;
    line-height: 44px;
    text-transform: lowercase;
    display: block;
    -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;
}
.footer-section .footer-cta-section h4:hover > .head-2,.footer-section .footer-cta-section h4:hover > .head-1 {
    color: var(--white) !important;
}
.footer-section .footer-cta-section h4:after {
    display: none;
}
.footer-section .social-container {
    text-align: center;
    padding: 0px;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
  
}
.footer-section .social-container:after {
    display: none;
}
.ftr-cta {
    padding: 0px;
}
.footer-section .social-container a {
    position: relative;
    top: 5px;
}
.footer-section .social-container a:hover .fa {
    color: var(--black) !important;
}
.footer-cta {
    padding-top: 0px;
    padding-bottom: 30px;
}
.footer-section .footer-contact-section {
    padding-top: 0;
}
/* .footer-section .footer-logo .ftr-logo {
    padding: 50px 0px;
} */
.footer-section .footer-contact-info .ftr-nap li {
    padding: 0px 0 2px 0px;
}

.footer-section .ftr-disclosures a span {
    text-decoration: none !important;
  }
  
/* Underline animation */
.footer-section .ftr-nap-map-directions a, 
.footer-section .ftr-disclosures a, 
.footer-section .ftr-nap-phone a {
    color: var(--black);
    /* font-size: 16px; */
    font-weight: 300;
    position: relative;
    text-decoration: none !important;
}
.footer-section .ftr-nap-map-directions a::before, 
.footer-section .ftr-disclosures a::before,  
.footer-section .ftr-nap-phone a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: var(--black);
    transform: scaleX(1);
    transition: transform 0.3s ease;
    transform-origin: center center;
    pointer-events: none;
  }
  .footer-section .ftr-nap-map-directions a:hover::before,
  .footer-section .ftr-disclosures a:hover::before, 
  .footer-section .ftr-nap-phone a:hover::before {
    transform: scaleX(0);
    text-decoration: none !important;
}

.social-media-share-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 8px;
    left: 0;
    background-color: var(--black);
    transform: scaleX(1);
    transition: transform 0.3s ease;
    transform-origin: center center;
    pointer-events: none;
}
.copy-section a::before, 
.bio-section a::before, 
.body-strategic-partners .yearbook-links a::before,
.resource-media-type-link::before, 
.resource-category-link::before, 
.resource-detail-copy-wrapper a::before, 
.blog-detail-copy-wrapper a::before, 
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a::before, 
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: var(--black);
    transform: scaleX(1);
    transition: transform 0.3s ease;
    transform-origin: center center;
    pointer-events: none;
}
.copy-section a:hover::before, 
.bio-section a:hover::before, 
.resource-media-type-link:hover::before, 
.resource-category-link:hover::before, 
.social-media-share-link:hover::before, 
.resource-detail-copy-wrapper a:hover::before, 
.blog-detail-copy-wrapper a:hover::before, 
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover::before, 
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover::before{
  transform: scaleX(0);
  text-decoration: none !important;
}

.body-strategic-partners .copy-section .yearbook-headshot-link::before {
    background-color: transparent;
}
.body-strategic-partners .yearbook-links a::before {
    width: 53%;
    margin: 0 auto;
    right: 0;
}

.copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name {
font-family: var(--font-2) !important;
color: var(--black);
font-weight: 600 !important;
}

.resource-detail-copy-wrapper a:hover::before, 
.blog-detail-copy-wrapper a:hover::before, 
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover::before, 
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover::before, 
.related-resources-content .mc-cta:hover::before {
color: var(--black);
}


.masonry-grid-3 .masonry-two-by-two:hover,
.masonry-grid-3 .masonry-one-by-one:hover, 
.masonry-grid-3 .masonry-two-by-one:hover, 
.masonry-grid-3 .masonry-one-by-two:hover, 
.masonry-grid-3 .masonry-one-of-two-stacked:hover, 
.masonry-grid-3 .masonry-two-of-two-stacked:hover, 
.masonry-grid-3 .masonry-three-by-one:hover, 
.masonry-grid-3 .masonry-two-by-two.masonry-two-by-two-img-top:hover,
.masonry-grid-3 .masonry-three-by-one:hover {
  background-color: var(--black) !important;
  color: var(--white);
 }
 .masonry-grid-3 .masonry-one-of-two-stacked .masonry-title,
 .masonry-grid-3 .masonry-two-of-two-stacked .masonry-title,
 .masonry-grid-3 .masonry-one-of-two .masonry-title,
 .masonry-grid-3 .masonry-one-by-two .masonry-title,
 .masonry-grid-3 .masonry-one-by-one .masonry-title,
 .masonry-grid-3 .masonry-three-by-one .masonry-title,
 .masonry-grid-3 .masonry-two-by-one .masonry-title,
 .masonry-grid-3 .masonry-two-by-two.masonry-two-by-two-img-top .masonry-title,
 .masonry-grid-3 .masonry-two-by-one-img-left .masonry-title { 
    font-family: var(--font-2);
 }
 .resource-section {
    background: var(--light-color-1) !important;
}
.search-term-wrapper .search-term-cta {
    background: var(--black);
}

  
  
/*
==============================================
Background Arrows
==============================================
*/
/* .masonry-grid-3 .masonry-two-by-one .masonry-img-container:after {
  left: 0;
} */
.masonry-grid-3 .masonry-two-by-one .masonry-img-container:after {
    left:0;
  }
  .masonry-grid-3 .masonry-two-by-one.masonry-two-by-one-img-left .masonry-img-container:after{
    right: 0 !important;
    left: inherit;
  }
  .masonry-grid-3 .masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--black);
  }
  
  @media (min-width: 670px) {

    .masonry-grid-3 .masonry-two-by-one:hover .masonry-img-container:after {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid var(--black);
    }
  }

  .masonry-grid-3 .masonry-two-by-one.masonry-two-by-one-img-left:hover .masonry-two-of-two:after {
    border-bottom: 15px solid var(--black);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }


  @media (min-width: 670px) {

    .masonry-grid-3 .masonry-two-by-one.masonry-two-by-one-img-left:hover .masonry-img-container:after {
      border-top: 15px solid transparent;
      border-right: 15px solid var(--black);
      border-bottom: 15px solid transparent;
      border-left: 15px solid transparent;
  
    } 
  }


  .masonry-grid-3 .masonry-two-by-two.masonry-two-by-two-img-top:hover .masonry-copy:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;  
    border-bottom: 15px solid var(--black);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
  }
  .masonry-grid-3 .masonry-one-by-two:hover .masonry-copy:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid var(--black);
  }

  .masonry-grid-3 .masonry-three-by-one:hover .masonry-one-of-three:after {
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--black);
  }
  @media (min-width: 670px) {

    .masonry-grid-3 .masonry-three-by-one:hover .masonry-one-of-three:after {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid var(--black);
    }
  }

  .masonry-grid-3 .masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--black);
  }
  @media (min-width: 670px) {

    .masonry-grid-3 .masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
      border-top: 15px solid transparent;
      border-left: 15px solid transparent;
      border-right: 15px solid var(--black);
      border-bottom: 15px solid transparent;
    }
  }


/*
============================================== 
Share Widget and text links
==============================================
*/
 
/* share icon (left) hover and text */
.social-media-share-link:hover > .fa-share-alt:before, 
.resource-detail-tag-cloud-links a:active  > .fa-share-alt:before, 
.social-media-share-link:active > .fa-share-alt:before, 
.resource-detail-info-wrapper a:hover {
    color: var(--black) !important;
  }
  /* share icon (left) normal */
  .fa-share-alt, .resource-detail-info-wrapper a, 
  .social-media-share-link, 
  .blog-date-link, 
  .blog-category-link, 
  .blog-media-type-link  {
    color: var(--black) !important;
    position: relative;
  }
  /* share pop up box icon normal */
  .social-media-share-wrapper span a {
    color: var(--white) !important;
  }
  /* share pop up box icon hover */
  .social-media-share-wrapper span a:hover {
    color: var(--white) !important;
  }
  /* Divider lines (//) */
  .resource-detail-info-divider, 
  .blog-landing-info-divider, 
  .blog-detail-info-wrapper .blog-detail-info-divider, 
  .blog-detail-info-divider {
    color: var(--black) !important;
  }
  .social-media-share-wrapper {
    overflow: visible;
}
.social-media-share-wrapper span a {
    color: var(--white) !important;
    border: 1px solid var(--black);
    padding: 5px;
    -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;
}
.social-media-share-wrapper span a:hover {
     border: 1px solid var(--white);
    padding: 5px;
}
  /* share pop up box background */
  .social-media-share-wrapper span {
    background-color: var(--black);
  }
  /* share pop up box top chevron  triangle */
  .social-media-share-wrapper span:before {
    border-bottom: 10px solid var(--black);
    left: 14px;
  }
  .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, 
  .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
    color: var(--gray-dark);
    border-top: 1px solid var(--gray-medium);
  }

  .body-resource-detail .resource-section {
    background: var(--white) !important;
  }



  /*
============================================== 
Next/Previous arrows and background variables
==============================================
*/  

/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
    color: var(--black) !important;
    webkit-transition: all 0.2 ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    font-family: var(--font-2);
    font-weight: 600;
  }
  /* Next/prev text hover */
  .blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
  {
    color: var(--black) !important;
  }
  /* Next/prev arrow normal */
  .resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
    border-color: var(--black) !important;
  }
  /* Next/prev arrow hover */
  .resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
    border-color: var(--white) !important;
  }
  /* Arrow background normal */
  .resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
    background: var(--white) !important;
  }
  /* Arrow background hover */
  .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
    background: var(--black) !important;
  }
  
.resource-section .body-resource-detail h3, 
.resource-detail-heading, 
.blog-section .body-blog-detail h3, 
.blog-detail-heading {
    font-family: var(--font-2);
    color: var(--black) !important;
}

.client-access-videos strong {
    font-family: var(--font-2);
    font-size: 20px;
    text-transform: uppercase;
}
/*
==============================================
Responsive Media Queries
==============================================
*/
    
/* Large devices (desktops, 1280px and less) */
@media only screen and (max-width: 1280px) {
    .body-home .billboard-section .billboard-content-0:after, .body-home .billboard-section .billboard-content-0:before, .body-home .intro-section:after, .body-home .intro-section:before {
    display: none;
    }
}
  
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
    .featured-mid-section .billboard-content-wrapper {
        width: 100%;
        padding: 0 45px;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 140px 0;
    }
      
}
   
/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
   .featured-mid-section .billboard-heading {
        padding: 25px 0px 25px 45px;
    }

}
   
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .callouts-container {
        flex-wrap: inherit;
    }
    .featured-mid-section-2 .billboard-container {
        margin-left: -240px;  
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 130px 0 !important;
    }
    .mobile-and-tablet-only {
        display: none !important;
    }

}
   
   
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
       
}
   
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .featured-mid-section .billboard-content-wrapper {
        width: 100%;
        padding: 0 45px;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 150px 0;
    }
    
    .billboard-background-video-overlay {
        padding: 0;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }  
    .featured-mid-section:after {
        background: radial-gradient(closest-side at 65% 50%, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.7));
        height: 101%;
    }
    .featured-mid-section-2 .billboard-container {
        margin-left: auto;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 0px 0 !important;
    }
    .featured-mid-section-2:hover .billboard-container:before {
        display: none;
    }
    .featured-mid-section-2 .billboard-container:before {
        display: none;
    }

    /* .body-home .billboard-container:before {
        height: auto;
        display: none;
    } */
    
    /* Hamburger Menu Icon */
    .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
        background: var(--black);
    }
    
    .nav-trigger:after {
        left: -2px;
        top: -15px;
        right: -25px;
        bottom: -17px;
        background: var(--white);
        z-index: -1;
    }
    .nav-opened.nav-trigger:after {
        background: none;
    }
    .fa-angle-down:before {
        color: var(--light);
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav {
        background-image: none !important;
        background-color: var(--white) !important;
    }
    .address-phone-wrapper span {
        display: block;
        font-family: var(--font-2);
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav {
        box-shadow: none;
    }
    
    
    /* Hamburger Menu Icon Active and Open*/
    .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
        background: var(--white);
    }
    .nav-container .address-group-name-wrapper {
        display: none !important;
    }
    
    /* .interior .billboard-heading-wrapper {
        bottom: -130px;
    } */
    .interior .billboard-content .head-1 {
        width: 75%;
    }
    .billboard-mobile-holder {
        background-image: url(/-/media/rj/advisor-sites/sites/b/e/bewealthefficient/images/billboards/billboard-1-abstract-particle-background-941495806.jpg);
        display: block !important;
        height: 260px;
        width: 100%;
        bottom: 0;
        /* position: relative; */
        background-size: cover;
        background-repeat: no-repeat;
    }
    .billboard-background-video-overlay .container {
        width: 100%;
    }
    .billboard-background-video-overlay {
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%); 
        top: 0px;

    }
    .body-home .billboard-section .billboard-container, .billboard-background-video {
        min-height: 460px !important;
        height: 460px !important;
    }
    .body-home .billboard-background-video {
        background: none !important;
    }
    .body-home .hero-section .billboard-heading-wrapper {
        background: var(--white)
    }
    .featured-mid-section .billboard-content-wrapper {
        width: 100% !important;
        padding:0 0px 50px !important;
    }
    .featured-mid-section-1 .billboard-container, 
    .featured-mid-section-2 .billboard-container {
        background-image: none !important;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        max-width: 100% !important;
        background-image: none !important;
        padding: 0px 0;
    }
    .featured-mid-section .billboard-heading-wrapper {
        margin-top: 30px;
    }
    .featured-mid-section .billboard-heading-wrapper, 
    .featured-mid-section .col-md-12, 
    .featured-mid-section .billboard-cta-wrapper {
        padding: 10px 60px 0;
    }
    .featured-mid-section .billboard-mobile-holder {
        height: 450px;
    }
    .featured-mid-section-3 .billboard-mobile-holder {
        display: none !important;
    }
    .featured-mid-section-3 .billboard-container {
        background-image: inherit;
    }
    .featured-mid-section .billboard-heading {
        max-width: 100%;
    }
    .featured-mid-section .head-1, 
    .featured-mid-section .head-2, 
    .featured-mid-section .col-md-12, 
    .featured-mid-section .billboard-cta-wrapper {
        text-align: center;
    }
    .mobile-and-tablet-only {
        display: block !important;
    }
    .nav-address-wrapper {
        color: var(--black);
        font-weight: 300 !important;
    }
    .primary-nav a {
        font-weight: 600;
    }
    .fa-angle-down:before {
        color: var(--black);
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
        margin: 0px 0px;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
        left: 0;
    }
    .primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
        color: var(--black) !important;
        background: var(--white);
        font-size: 16px;
        font-weight: 600;
    }
    .primary-nav > li:hover:before, 
    .primary-nav > li .active:before {
        content:"";
        height: 100%;
        width: 10px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--black);
    }
    .primary-nav > li > a.selected, .primary-nav > li > a.active:after, .primary-nav > li > a:hover:after{
        display: none !important;
    }
    .primary-nav > li:hover > a:after {
        display: none !important;

    }
    .mobile-and-tablet-only {
        display: none !important;
    }
    .primary-nav > li .nav-subnav .active:before {
        display: none;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > .page-link a {
        padding: 2px 5px 2px 15px !important;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li > .nav-subnav {
        left: 0px;
    }
    .investor-access-input-wrapper input {
        width: 100%;
    }
    .page-link-client-access .nav-subnav li:not(.nav-top-link) {
        padding-top: 20px !important;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
        border-bottom: 1px solid var(--black);
    }
    .hero-section .billboard-mobile-holder {
        height: auto !important;
    }
    .intro-section {
        padding: 62px 30px;
    }


    .featured-mid-section-1 .billboard-mobile-holder:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        z-index: 11;
        position: absolute;
        opacity: 1;
        animation: fadeIn 3s forwards;
        left: 0;
        top: 0;
        background: rgb(107 139 162 / 30%);
        mix-blend-mode: color-burn;
    }
    .featured-mid-section-1 .billboard-mobile-holder {
        overflow: hidden;
        position: relative;
    }
    

 }
  
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
@media only screen and (min-device-width: 480px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
  
}
   
   
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
    .bboard-content-right .container {
        margin-right: inherit;
        margin-left: 0px;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 80px 0 120px;
    }
    .featured-mid-section .billboard-content-wrapper {
        padding: 0 30px;
    }
    .interior .billboard-content .head-1 {
        font-size: 14px !important;
        color: var(--light) !important;
        padding: 0px 0px 10px 0px;
    }
    .featured-mid-section .billboard-container {
        height: auto !important;
        min-height: auto !important;
    }
  
    .intro-section {
        padding: 52px 25px;
    }
  
    .body-home .divider-section .quote {
        line-height: 30px;
    }
    .featured-mid-section .billboard-mobile-holder {
        height: 260px !important;
    }
    .hero-section .billboard-mobile-holder {
        height: auto !important;
    }
    .billboard-section .billboard-content h1 .head-1 {
        font-size: 35px;
    }
    .billboard-section .billboard-content h1 .head-2 {
        font-size: 47px !important;
        line-height: 52px;
    }
    .footer-section .ftr-nap-map-directions a::before, 
    .footer-section .ftr-disclosures a::before, 
    .footer-section .ftr-nap-phone a::before {
        bottom: -1px;
    }
    .bio-detail-quote, blockquote, q {
        padding: 30px 30px;
    } 
}
  
   
/* 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) {
    .intro-section {
        padding: 52px 25px;
    }
    .bboard-content-right .container {
        margin-right: inherit;
        margin-left: 0px !important;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 80px 0;
    }
    .featured-mid-section .billboard-content-wrapper .container {
        padding: 80px 0 120px;
    }
    .featured-mid-section .billboard-mobile-holder {
        height: 360px !important;
    }

    .hero-section .billboard-mobile-holder {
        height: auto !important;
    }
    .billboard-section .billboard-content h1 .head-1 {
        font-size: 35px;
    }
    .billboard-section .billboard-content h1 .head-2 {
        font-size: 47px !important;
        line-height: 52px;
    }
}
   
/* IE only */
@media screen\0 {
   
}